Relative Content

Tag Archive for pythonrestdatetimearcgis

Downloading REST data which contains date_time attributes

I am attempting to download data from ArcGIS REST services in ArcGIS Pro using custom geometry. After some help, I’ve managed to get this to work and save the data as a shapefile. The data I’m downloading contains a “date_time” field, and only the “date” portion is being returned. After doing some reading, I’ve learned that shapefiles cannot store date_time. I tried saving to a gdb, but it was more complicated than I expected, and I’m a beginner.