Skip to content

porder: Simple CLI for Planet ordersV2 API

Compare
Choose a tag to compare
@samapriya samapriya released this 26 Apr 07:27
· 93 commits to master since this release

Ordersv2 is the next iteration of Planet's API is the next iteration of Planet's API in getting Analysis Ready Data (ARD) delivered to you. Orders v2 allows you to improved functionality in this domain, including the capability to submit a number of images in a batch order, and perform operations such as the top of atmospheric reflectance, compression, coregistration and also enhanced notifications such as email and webhooks. Based on your access you can use this tool to chain together a sequence of operations. This tool is a command-line interface that allows you to interact with the ordersv2 API along with place orders and download orders as needed. The tool also allows you to chain multiple processes together and additional functionalities will be added as needed. For exporting to cloud storages release 0.0.8 onwards has a configuration folder with config yml structures to be used with this tool. Simply replaces the fields as needed.) in getting Analysis Ready Data (ARD) delivered to you. Orders v2 allows you to improved functionality in this domain, including the capability to submit a number of images in a batch order, and perform operations such as the top of atmospheric reflectance, compression, coregistration and also enhanced notifications such as email and webhooks. Based on your access you can use this tool to chain together a sequence of operations. This tool is a command-line interface that allows you to interact with the ordersv2 API along with place orders and download orders as needed. The tool also allows you to chain multiple processes together and additional functionalities will be added as needed. For exporting to cloud storage release 0.0.8 onwards has a configuration folder with config yml structures to be used with this tool. Simply replaces the fields as needed.

Changelog

v0.7.0

  • Now estimates total download size before downloading.
  • Fixed issue with downloading single archive zip files.

v0.6.9

  • Updated readme to do bulk conversion from Shapefile and KML to geojson.
  • Fixed issues with bundles read and update.

v0.6.8

  • Fixed issues with direct usage of kml to get idlist.
  • Combined convert tool to convert folders with shapefiles and kml to geojsons.

v0.6.6-v0.6.7

  • Fixed downloader for pipwin for release >= 0.4.8
  • Improved overall package installation for windows
  • Check pipwin import version to get release 0.4.9

v0.6.5

v0.6.4

v0.6.1

  • Added cancel order and bulk cancel orders tools

v0.6.0

  • Fixed base64 encoding for GCS credentials for python 3.
  • Re-release of python 3 only supported version. Use upto version 0.5.7 only for Python 2.

v0.5.9

  • No more deprecation or future warnings from pyproj Issue 40
  • porder search is faster
  • Python 2.7 will reach the end of its life on January 1st, 2020. No more python 2 support from v0.5.9

v0.5.8

  • Handles python version while installing pipwin
  • Now open readme page in browser using porder readme

v0.5.7

  • Fixed arg readout if no argument is passed to CLI. Issue 39.
  • Updated requirements to include DateTimeRange
  • Fixed issue with GDAL~=3 requirement for fiona 1.8.11 release

v0.5.6

  • Merged pull request 38 to allow for nested delivery of zip files to cloud storage.
  • Added an order state list tool.

v0.5.5

  • Better file check for skipping download requests.
  • Improvements to multiprocessing and async downloader.
  • General improvements to stability and performance.