Hello,
Would it be possible to save a geodataframe as a File Geodatabase through Databricks?
My Databricks environment is connected to an Azure Blob Storage. ArcGIS Python API and GeoAnalytics Engine are installed on Databricks cluster.
The following link clearly states that: "GeoAnalytics Engine doesn't support saving data into file geodatabases."
https://developers.arcgis.com/geoanalytics/data/data-sources/filegdb/
I know that other file formats are available through Sparks/Pandas, like GeoJson and Shapefile, but my question is regarding File Geodatabases in particular.
Thank you,