Hi guys whats the best way to process a Feature services url in arcpy?
I have number of feature services (here's and example of one layer: https://services1.arcgis.com/d0ZCwU7eGKVeNiEE/ArcGIS/rest/services/MVT_Trails/FeatureServer/0 )
I am trying to process these layers, clip them to my jurisdiction and then save them in a GDB. However, arcpy does not recognize a feature service and I am getting an error.
Does anyone know what I need to do?