Select to view content in your preferred language

ArcGIS Online Notebook - beta

299
0
05-14-2020 04:57 AM
Labels (1)
PullarDavid
New Contributor II

arcgis.geometry.project is not working properlly in ArcGIS Online Notebook - beta

Even example from arcgis api document for project gives an error.

input_geom = [{'x': -17568824.55, 'x': 2428377.35}, {'x': -17568456.88, 'y': 2428431.352}]
result = project(geometries = input_geom, in_sr = 3857, out_sr = 4326)

0 Kudos
0 Replies