David Koerner
Results
1
issues of
David Koerner
Looking at `anaconda3\Lib\site-packages\arcgis\features\geo\_io\fileops.py` I see that `GIS.content.import_data` does not support z-aware points, at least when using `pyshp`: ``` GEOMTYPELOOKUP = { "Polygon" : shapefile.POLYGON, "Point" : shapefile.POINT, "Polyline" : shapefile.POLYLINE,...