Greetings,
I am looking for advice on how to update cached map services of imagery created in ArcGIS Pro. Below outlines what I've done and would like to do in the future. So far, my tests with this have failed but I feel like this is a fairly common workflow folks do who manage imagery so I hope someone can help!
What I've Done:
What I'd Like To Do:
Thanks,
Jon
Solved! Go to Solution.
The challenge with a large image cache is that it needs to be continually updated with new image acquisitions so the most recent imagery is always present.
This is done by building Mosaic Datasets for the newly acquired imagery. Caching these Mosaic Datasets and then replacing the tiles in the Master cache with the new cache tiles. The process is as follows:
The challenge with a large image cache is that it needs to be continually updated with new image acquisitions so the most recent imagery is always present.
This is done by building Mosaic Datasets for the newly acquired imagery. Caching these Mosaic Datasets and then replacing the tiles in the Master cache with the new cache tiles. The process is as follows:
Thank you for the workflow! I plan to try this out next week and see how it works with my test area. I'm interested in seeing how the Import Tile Cache tool works since I haven't used it before.
I'll repost with updates!
I had time to try out your workflow for creating an updated imagery cache and have mixed results. I'll list out my workflow below but in summary, I've been able to create an updated imagery cache with new areas of imagery. My problem is the original map service I created to run off the cache isn't displaying correctly. How do I get the map service to read the newly updated cache?
What I've Done
Thank you for your help!
Jon
@JM32 From reading your process you have done everything correctly as it displays correctly in ArcGIS Pro. I am thinking you may need to Refresh the service as in this document. https://developers.arcgis.com/rest/services-reference/enterprise/refreshservice.htm
Additionally, you may need to refresh the REST cache as per this document
https://developers.arcgis.com/rest/enterprise-administration/server/handlersrestcacheclear.htm
Thanks for the additional tips. I tried them out and haven't had much success in resolving my issues. I'm going to open a support ticket next week and see what they suggest.
I feel like it's something I missed on my end so I'll mark this as the solution, but can update the post once I know whats up.
Thanks!