Samuel Jividen
Articles
-
Downloading Planet data with the PHP cURL library
You can access the Planet API using a PHP library such as the cURL library. Take extra care when handling binary data such as GeoTIFFs or thumbnails.For example, to request a scene using the Planet...
-
How to get a list of orders
You can get a list of all orders created in the last three months with the following request:GET https://api.planet.com/compute/ops/orders/v2/Query parametersThe List Orders endpoint supports filte...
-
What types of applications can be built using Planet Analytic outputs?
Planet Analytic outputs support a wide range of applications. The following examples can help you get started.Road Detection and Building DetectionMeasure the number of pixels classified as road or...
-
What is the smallest size building that can be detected?
Planet can detect buildings larger than 10 m, which is roughly three pixels. A building is any structure that a person can stand beneath, so structures such as tents are detected. Building detectio...
-
Tasking API details
The Tasking API lets you create, edit, cancel, and manage SkySat orders. The API supports a create, manage, and view workflow.What the Tasking API does Create: point, strip, area, and stereo order...
-
Get started with Planet QGIS and ArcGIS integrations
Get started with common tasks using the Planet developer pages on GIS integrations. QGIS One Minute to Integrations ArcGIS One Minute to Integrations
-
How do I interpret the score surfaced in object-detection-based Analytic Feeds?
Each detection comes with a confidence score that indicates how likely the detection is to be a true positive. Scores range from 0.3 – 1, with 1 being the highest likelihood.
-
What status types are counted against my subscription count?
Only subscriptions in the following states are counted: preparing, pending, and running.
-
I am an ethical hacker looking for Planet's Responsible Disclosure Program
Planet uses secure design and testing practices to protect the integrity, availability, and confidentiality of Planet applications, systems, and the data within them. The security research communit...
-
Can I cancel orders in bulk?
Yes. The Orders API supports two bulk-cancel methods: Bulk cancel all queued orders Bulk cancel a specified list of order_ids Bulk cancel queued ordersTo cancel all of your queued orders, POST an ...