Create mosaicJSON for Landsat imagery
Project description
landsat-cogeo-mosaic
Tools to create MosaicJSONs for Landsat imagery.
Overview
A MosaicJSON is a file
that defines how to combine multiple (satellite) imagery assets across time and
space into a web mercator tile. This repository is designed to be used to create
such files, so that they can be used for on-the-fly satellite tile generation,
such as with
awspds-mosaic
.
Install
git clone https://github.com/kylebarron/landsat-cogeo-mosaic
cd landsat-cogeo-mosaic
pip install .
For other parts below, you may need SQLite installed.
Create Mosaics
In order to create the mosaic, you need the metadata on where and when Landsat took images, and also the cloud cover of each image. There are a couple ways to get this data. One is to ping the Sat API hosted by Development Seed. This allows you to find the metadata from specific regions and times, and is easier when you're creating a mosaic for a specific region.
Alternatively, for large mosaics it's easier to do bulk processing. In order to not overload the Sat API, I download a file from AWS with metadata from all images.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for landsat_cogeo_mosaic-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f7ddaaf46881100360288f1799a322bb0a226102f0fac262e5d71c50108c23e |
|
MD5 | 139f40d5545a1e1e6aff7ea6324554b8 |
|
BLAKE2b-256 | 0c1aa58595f138ddc7c406b256cb648f8f4929daa05b0074cb1df333e16678bc |