Select to view content in your preferred language

Save snapshot of live data feed?

72
2
Jump to solution
yesterday
KatyAppleton1
Frequent Contributor

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.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
MobiusSnake
MVP Regular Contributor

If you have Pro you can bring the layers into a map using this URL:

https://services9.arcgis.com/RHVPKKiFTONKtxq3/arcgis/rest/services/Air_Quality_PM25_Latest_Results/F...

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.

View solution in original post

0 Kudos
2 Replies
MobiusSnake
MVP Regular Contributor

If you have Pro you can bring the layers into a map using this URL:

https://services9.arcgis.com/RHVPKKiFTONKtxq3/arcgis/rest/services/Air_Quality_PM25_Latest_Results/F...

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.

0 Kudos
KatyAppleton1
Frequent Contributor

Yes, I have Pro. Thanks - a shame it's not easier but at least it can be done!

0 Kudos