Skip to content

whosonfirst/py-whosonfirst-json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-whosonfirst-json-schema

Python tools for doing JSON Schema related things with Who's On First property definitions.

Global install

$ sudo pip install -r requirements.txt .

Virtualenv install

$ cd py-whosonfirst-json-schema
$ virtualenv .
$ source ./bin/activate
$ pip install -e .
...
$ deactivate

Usage

Autogenerate whosonfirst-json-schema/schema/docs/wof-properties.json from whosonfirst-properties.

$ ./scripts/wof-build-schema /path/to/whosonfirst-properties > /path/to/whosonfirst-json-schema/schema/docs/wof-properties.json

See also

About

Python tools for generating JSON schema files from the whosonfirst-properties repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages