I am trying to develop a student exercise using OpenAQ data from the Living Atlas. Can I save a snapshot of the data to my own content? I want to keep a copy of the data at a certain time point so I can provide instructions and reference answers for the student exercise. If the data are always different it makes the class much more difficult to run. And my class may not be at a very interesting time, data-wise!
Save As simply saves a view of the live feed to my content, and the point layer is not offered for Extract Data.
Solved! Go to Solution.
If you have Pro you can bring the layers into a map using this URL:
After that, use "Feature Class to Geodatabase" to export the records to a File GDB, then publish that FGDB.
If you don't have Pro it's a little trickier, you might need to use the Python API to query the service and save the results.
If you have Pro you can bring the layers into a map using this URL:
After that, use "Feature Class to Geodatabase" to export the records to a File GDB, then publish that FGDB.
If you don't have Pro it's a little trickier, you might need to use the Python API to query the service and save the results.
Yes, I have Pro. Thanks - a shame it's not easier but at least it can be done!