This repo will walk you through the process of converting a DevInfo Access Database to files that can be published to your ArcGIS Hub (Open Data) site.
- You will need your DevInfo MS Access Database, so locate where that is and make note of the path
- Install and setup your Jupyter Notebook environment using Jupyter documentation
- It's recommended to download and install Anaconda, which will include Jupyter Notebook
- Use
git clone
to clone this repository to a local or working directory. - In the Jupyter Notebook web browser, navigate to
notebooks
in your cloned working directory - It is recommended to create a new directory under
notebooks
where you can work. Examplenotebooks/mycountryname
- Use the
cd <path>
command to change to your working directory - From the
Python Command Prompt
, start your Jupyter Notebook server using thejupyter notebook
command
-
Run the Export All Data to Single CSV Jupyter Notebook to generate a single CSV file that will have the statistical data from the access database.
-
Run the Export DevInfo Access Database Shapefiles to GeoJSON Jupyter Notebook first to export the Shapefiles stored in the DevInfo Access Database as GeoJSON files.
-
Run the CSV to GeoJSON with Indicator Attributes Jupyter Notebook to join your exported CSV file (from step 1) to your GeoJSON files (from step 2).
-
[Optional] Run the Export GeoJSON to File Geodatabase Jupyter Notebook to create a File Geodatabase and export each GeoJSON file (from step 3) to a feature class
Please see the guidelines for contributing if you'd like to help work on the project.