Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 686 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 686 Bytes

py-mapzen-whosonfirst-utils

Shared utilities for working with Who's On First documents

Install

sudo pip install -r requirements.txt .

IMPORTANT

This library is provided as-is, right now. It lacks proper documentation which will probably make it hard for you to use unless you are willing to poke and around and investigate things on your own.

Installation

The usual Python dance:

sudo python setup.py install

Usage

The good stuff is in the scripts directory.

For example:

wof-placetype-to-csv -s ../../whosonfirst-data/data/ -c ../../whosonfirst-data/meta/ -l -v

See also