numpy_geometry
numpy_geometry copied to clipboard
A numpy geometry class and functions that work with arcpy and ESRI featureclasses. Includes Free Tools for ArcGIS Pro
Fixes https://github.com/Dan-Patterson/numpy_geometry/issues/5 1. The absolute imports in `npg_bool_hlp.py` don't resolve correctly, so I moved them to be relative imports. 2. In `tbx_tools.py`, the line `from npg.npg_overlay import dissolve, merge_` has...
## To repro Import the toolbox into ArcGIS Pro and run any tool. Python will throw import errors of the form: ``` ModuleNotFoundError: No module named `npg_geom_hlp` ```
License
Hi, this repository looks very useful. Is the code licensed under a free license?