Skip to content

Planet Mosaic Quads Download CLI

Compare
Choose a tag to compare
@samapriya samapriya released this 22 Sep 18:20
· 16 commits to master since this release

Planet creates global monthly mosaics apart from creating mosaics at different frequencies, monthly mosaics are of interest to a lot of people who would like to do a consistent time series analysis using these mosaics and would like to apply them to an existing analytical pipeline. I created this tool to allow you to pass single or multiple geometries in a folder for the tool to find the mosaic quads and then process and download it. For now, the geometry is passed as a geojson file, but I have included a tool for you to convert any shapefile into geojson files so you can use this tool. In the future I will add support for kml and json files as well.

Changelog

v0.0.4

  • Fixed projection issue for shapefiles
  • Optimized code for shapefile to geojson export
  • Overall improvements to code and minor revisions