Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 2.13 KB

README.md

File metadata and controls

29 lines (21 loc) · 2.13 KB

DevInfo to DSD

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.

Getting Started

  1. You will need your DevInfo MS Access Database, so locate where that is and make note of the path
  2. Install and setup your Jupyter Notebook environment using Jupyter documentation

Create your working directory

  1. Use git clone to clone this repository to a local or working directory.
  2. In the Jupyter Notebook web browser, navigate to notebooks in your cloned working directory
  3. It is recommended to create a new directory under notebooks where you can work. Example notebooks/mycountryname

Starting your Jupyter Notebook Environment

  • Use the cd <path> command to change to your working directory
  • From the Python Command Prompt, start your Jupyter Notebook server using the jupyter notebook command

Exporting the Data

  1. 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.

  2. 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.

  3. 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).

  4. [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

How Can I Contribute?

Please see the guidelines for contributing if you'd like to help work on the project.