Create/Update FeatureLayer directly from GeoDataFrame

302
0
06-07-2022 02:19 AM
AlexDupont
New Contributor

Hello,

I want to update a Feature Layer in ArcGis with a GeoDataFrame directly from my notebook.

I can do it when I convert the GeoDataFrame object to a geojson file (using the method to_file() ) and then upload it manually in ArcGis. But my goal is to do this without converting the GeoDataFrame into a geojson (or any file type) because my GeoDataFrame is quite heavy. Converting it takes some time, and I am wondering if it is possible to update my hosted feature layer directly from my notebook with the GeoDataFrame.

Thanks

0 Kudos
0 Replies