Hi Everyone,
I have this “open” dataset provided by the City of Toronto. I am using a few from the city that are provided in this manner. The only way to bring it into ArcPro and then extract it to a geodatabase is to use the json address and add by url, then use the ‘feature to point’ geoprocessing tool to extract the data to points in gdb format, then use as needed.
I need to get this layer into FME from the live feed so I can analyze it and then push it out via other format(s), one of which is AGOL feature layer.
For some reason I have been unable to bring it into my FME script via any JSON reader or HTTP caller and I’m wondering if anyone else here will have more luck.
The link I am working with is as follows:
https://gis.toronto.ca/arcgis/rest/services/cot_geospatial2/MapServer/64
The json link is:
https://gis.toronto.ca/arcgis/rest/services/cot_geospatial2/MapServer/64?f=pjson
If anyone has the steps to bring the content into FME (geometry and attributes) to have it available for further analysis, that would be great.
I’m not good with JSON so I have to admin, that could be a large reason for this trouble.
Thanks,