Is this possible? I know you have to convert it to JSON and the publish it. Is there any examples/guide out there?
Hi there.
I am trying to follow the guide from the link above and am having trouble publishing a file geodatabase that is already hosted. Any help would be greatly appreciated
If you want to publish the whole file geodatabase, just zip it up and publish as shown here: Publishing SDs shapefiles and CSVs | ArcGIS for Developers
If you want to publish just a subset, then you can read it into a SpatialDataFrame (arcgis.features module — arcgis 1.4.0 documentation) filter and keep just those features you want, then publish that as a feature layer. Check out the first few lines in this example: arcgis-python-api/LISAMap.ipynb at master · Esri/arcgis-python-api · GitHub
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.