lalitkapoor / geo-dc

A workspace for getting various GIS data about D.C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geo data for D.C

A collection of geospatial data for Washington D.C.

Datasets (and demos!)

Project structure

The project is split into two parts

'/data' - Holds the python code to generate, gather and sanitize the data.

'/datasets'/ - Holds the sanitized data. This can be in several formats

  1. GeoJSON. Supported by GitHub!.
  2. Good old fashioned CSV.
  3. A sqlite3 database.

Installation

The projects uses Vagrant (1.2.7) to provision an Ubuntu 12.04 VM where all the code is run. It should run on other enviroments, but Vagrant let's you recreate an agnostic development enviroment. To install vagrant.

  1. Download and install Vagrant 1.2.7

  2. Download and install VirtualBox

  3. Install Salty Vagrant

    vagrant plugin install vagrant-salt

  4. Start up vagrant (This may take several minutes). In this directory run

    vagrant up

  5. SSH into the vagrant machine.

    vagrant ssh

Contributing

Contributes are welcome! For new datasets, the minimum requirement is a GeoJSON file.

Todos

  1. Tests!
  2. Document approach to datasets.
  3. More datasets. Add any suggestions in an Issue.

Author

Cameron Maske. Feel free to drop me a tweet with your thoughts!

About

A workspace for getting various GIS data about D.C

License:Other


Languages

Language:Python 88.8%Language:Scheme 11.2%