Our open data portal is set up to pull data from our server site live but a member of the public noticed that the 'About' block on the right side of a download page for a dataset shows the date I registered the service with AGOL in April. It looks like the data hasn't been updated in two months even though the data is as current as we see in our own office. Is there a way to fool it into updating often or drop it from the page entirely?
Dataset | Bay County, FL Open Data Portal
Hi Chris,
The best way to "fool" the system is by updating the ArcGIS Online Item that references your data. That will cause the date_updated to reflect your change. You don't really have to change anything about the item, just make sure you "touch" it by saving.
We're working on better workflows as we definitely understand your pain.
Let me know if you have any questions.
Daniel Fenton
Product Engineer | Open Data
I totally agree. I can't believe we still can't change the date manually. None of the current methods accurately display the correct date. Just because I upload the data or change the info doesn't mean that is the actual date of the data. This is the main reason I cannot use the Open Data configuration recommended by ESRI. I have to create my own "cards" and add a download button manually.
This is how I was able to update the data via python
#connect to GISfrom arcgis.gis import GISgis = GIS("https://website.maps.arcgis.com/", "UserName", "**********")
#Get user that owns folderuser = gis.users.get("UserName")
#Get list of itemslist = user.items(folder='Open Data')
for i in list: i.update(item_properties = {'accessInformation': "COS"})
Updating the accessinformation sets the updated date to today
Is there any scripts that 'touch' the open data layers to make them show a current last update date? I recall finding something years ago, but don't know where it is now. Thank you
10 years later and this issue still hasn't been resolved. how can we remove/hide updated date/created date and or make it reference the correct value?
Has there been any movement on this issue or is it add a field or enable editor tracking?
I've overwritten a few hosted feature layers after having added field aliases in order for the public to better understand the data. While the "Date Last Updated" is correct and the field aliases show up when I look at the hosted feature layer in my ArcGIS Online content, the date isn't updated and the original field names are still showing on our Open Data site for these datasets.
I have found that if I click on "Edit" and then "Save" in the Description through ArcGIS Online content, the aliases and date are then updated on our Open Data site, but this can't be the normal workflow, can it?
Hi Chris, Malcolm,
We do take the updated date from the editor tracking attribute if editor tracking is turned on. For hosted services, we take the last edited date on the hosted features. For services that are not hosted and do not have editor tracking, we default to the ArcGIS Online item's last updated date.
For services that have formal metadata attached and has a published date, we show both the last updated date and the published date.
Let us know if you have any other questions!
Courtney
I found where I had read this.
Server configuration details—ArcGIS Open Data | ArcGIS
"Enabling editor tracking on your data will create a new date field that will automatically be updated anytime the data is changed. This can be easily enabled in data hosted in ArcGIS Online as well as with your local data published to ArcGIS Server. When enabling editor tracking on your local data, use the default field name to ensure we can accurately report when the data was last updated and ensure your users are always receiving the most up-to-date data."
That would be very helpful. I hadn't heard that but I hope they are implementing it.
Hi
Has there been any update to this in the last few months?
I think I read somewhere that Open Data was going to use the editor tracking fields to work out when data has been updated. Is this something that's planned or has it been done already?
Thanks
OK thanks. This works for now, glad to know you folks are on it.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.