Skip to content

porder: Simple CLI for Planet ordersV2 API

Compare
Choose a tag to compare
@samapriya samapriya released this 28 Aug 15:40
· 175 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 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.

Changelog

v0.4.3

  • Fixed issues with setup.py and pyproj version.
  • Improved ReadMe instructions.

v0.4.2

  • Added geometry check functionality to multipolygon with shapely self intersection Issue 30.
  • For multipolygons this also performs a vertex count check and simplifies polygon to fit under 500 vertices.
  • General improvements

v0.4.1

  • Fixed issue with shapely self intersection using buffer(0).
  • General improvements