Tagged Questions
2
votes
3answers
302 views
Can ArcPy's AsShape be used with GeoJSON FeatureCollection of Polygons with Labels?
The AsShape documentation provides examples that work very well.
However, I have been given what I believe to be valid GeoJSON that is a FeatureCollection of two polygons each with a Label.
It ...
8
votes
1answer
596 views
arcpy.geometry __geo_interface__ and AsShape() function: loss of precision and holes
I'm serializing my arcpy geometries as geojson so that I can 'hydrate' them back as geometries later and I'm having 2 problems in the cycle.:
PROBLEM 1: Precision
R0 = ...