NRCan / Geoscaler

A python base set of tools to be used with ArcGIS Desktop suite 10.1 that is meant to enable user upscaling bedrock or surficial maps.
https://doi.org/10.4095/291993
Other
1 stars 0 forks source link

M2aSymPnt01 - stalls with dataset from other origins #4

Open ghuotvez opened 5 days ago

ghuotvez commented 5 days ago

The tool will keep running indefinately if a feature with a non-integer field is found at the first place, index 0. First field needs to be an int so when used with the near feature the tool is able to reselect given feature with whatever ID were found and placed inside NEAR_FID generated field from Arc.

Temporaly added a new input for user to select id field so the tool works with the given datasets that isn't coming from Arc.

ghuotvez commented 5 days ago

Actually, near_fid works with objectid by default, no other int field will do the trick. The script should look for objectid field name.