OpenBounds / OpenHuntingData

A repository of boundaries on hunting districts in the USA.
Other
21 stars 6 forks source link

Project Archived

This project is no longer being publicly being maintained.

OpenHuntingData

Build Status

Summary

Python scripts to gather and normalize Hunting district data from many websites. The websites are often US State government agencies.

Scripts should read data in whatever format it is available, and output a GeoJson file, with properties normalized to a schema that will be shared by all data sets.

Scope

The goal is to collect boundaries for geographic areas that are used to define hunting regulations. In some states these are called "Hunting Districts", in others they are called "Game Management Units"(GMUs), and there are probably additional names in other states.

At this time only data for the USA is within the scope of this project.

Types of data that are outside the scope of this project:

Attributes within scope of this project:

Attributes outside the scope of this project:

Possibly:

Project Structure

The project root contains a directory, sources, that contains JSON files describing each dataset. Data is organized as /sources/:country:/:state_or_province:/:source_name:.json for example /sources/US/MT/deer-elk-lions.json

Inspiration

This project is inspired by http://openaddresses.io/

Future Work