Skip to content

NickElixir/label-maker

 
 

Repository files navigation

Notice

That's my fork for optimising label-maker for Google Colab

I add argument -mbtiles for label-maker labels command

Label Maker

Data Preparation for Satellite Machine Learning

Label Maker downloads OpenStreetMap QA Tile information and satellite imagery tiles and saves them as an .npz file for use in machine learning training.

example classification image overlaid over satellite imagery satellite imagery from Mapbox and Digital Globe

Requirements

Installation

!git clone https://github.com/NickElixir/label-maker.git
os.chdir("label-maker")
!python setup.py install

Note that running this library this requires tippecanoe as a "peer-dependency" and that command should be available from your command-line before running this.

Documentation

Full author's documentation is available here: http://devseed.com/label-maker/

Acknowledgements from @Drewbo

This library builds on the concepts of skynet-data. It wouldn't be possible without the excellent data from OpenStreetMap and Mapbox under the following licenses:

It also relies heavily on Marc Farra's tilepie to asynchronously process vector tiles

About

Data Preparation for Satellite Machine Learning (NickElixir Edition)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%