numpy_geometry icon indicating copy to clipboard operation
numpy_geometry copied to clipboard

A numpy geometry class and functions that work with arcpy and ESRI featureclasses. Includes Free Tools for ArcGIS Pro

Results 3 numpy_geometry issues
Sort by recently updated
recently updated
newest added

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` ```

Hi, this repository looks very useful. Is the code licensed under a free license?