Skip to content

Collection of ipython Notebooks focused on Geospatial Development/Data Science

Notifications You must be signed in to change notification settings

eKerney/GEO-DEV-NOTEBOOKS

 
 

Repository files navigation

GEO-DEV-NOTEBOOKS

Collection of ipython Notebooks focused on Geospatial Development/Data Science Two custom Libraries in process of being constructed:

ArcREST_EXP_MAIN.ipynb

Current 6-15-2021
Library to assist in exploration of ArcREST Server and FeatureServer endpoints
Built on top of bmi-arcgis-restapi - Thanks for your efforts! ArcREST server url is difficult to discover the location and content of layers
ArcGIS Python API works well with a known UserID, or when items are hosted as a Feature Service
The ArcREST Explorer creates new Classes for the Server and other data categories
The layers or tables are able to be exported as a GeoPandas GeoDataframe for analysis and charting

agol_class.ipynb

Current 6-15-2021
Additional helper library for browsing content and extracting dataFrames from ArcGIS Online data.
Builds on top of the ArcGIS Python API Library
Had previously been a collection of functions to assist in the workflow of the Python API
Building Classes makes for easier use and no need to maintain a list of running functions
Also allows extraction of layer/table data into a GeoPandas DataFrame
This is conducted with a pre-constructed query via the ArcREST endpoint url

About

Collection of ipython Notebooks focused on Geospatial Development/Data Science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%