Skip to main content

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 landsat-mosaic-tiler.

Install

pip install landsat-cogeo-mosaic

For CLI commands and some modules, you need additional dependencies:

pip install 'landsat-cogeo-mosaic[cli]'

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.

Changelog

[0.2.1] - 2020-09-21

  • Reproject to web mercator for intersection computations when creating index file

[0.2.0] - 2020-09-13

  • Update for rio-tiler v2
  • Look in commit history for more detailed changes here

[0.1.1] - 2020-05-19

  • Initial release on PyPI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

landsat_cogeo_mosaic-0.2.1.tar.gz (181.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page