Rafael Ricardo Bastidas Mendez
Articles
-
Extracting Inputs to the Atmospheric Correction in a Planetscope or Skysat Surface Reflectance Image
Associated metadata describing inputs to the correction is included in a GeoTIFF ImageDescription metadata header as a JSON encoded string. With Python, you have the capability to extract these inp...
-
Delete Saved Searches via API (Postman Example)
To delete saved searches for a specific user, the Data API can be use via Postman. In Postman, set your HTTP request to GET. In the URL field insert: https://api.planet.com/data/v1/searches?sear...
-
Extracting Reflectance Coefficients From a SkySat Analytic Image by Using Python
Before you can convert to reflectance values, you must extract the conversion coefficients included in the GeoTIFF Header, under 'TIFFTAG_IMAGEDESCRIPTION' in the SkySat analytic image. import rast...
-
Where Can I Find the GeoJSON Specification Used by Planet?
Planet supports the GeoJSON Specification (RFC 7946). You can find it at https://geojson.org/
-
What Is the Order of Reflectance Coefficients in the GeoTiff Header for SkySat Imagery?
The reflectance coefficients provided in the GeoTiff Header are used as multipliers to convert SkySat imagery from Analytic TOA Radiance values to TOA Reflectance. The order of the reflectance coef...
-
Using Postman to Preview Planet Imagery
Postman is an API client used to develop, create, test, share and document APIs.1. In Postman, set your HTTP request to GET.2. In the URL field insert: https://api.planet.com/data/v1/item-types/{it...
-
Checking Asset Availability for an Item
Assets or products can be derived from the item's source data, if you want to check all available assets for an Item_id, the Data API can be used:The request will include a method supported by HTTP...
-
How to Download a Basic Order Using Postman
Postman is an API client used to develop, create, test, share and document APIs. 1. In Postman, set your HTTP request to GET. 2. In the URL field insert: https://api.planet.com/compute/ops/orders/v...
-
How to Place a Basic Imagery Order Using Postman
Postman is an API client used to develop, create, test, share and document APIs. 1. Open Postman and click on Create New > HTTP Request 2. You will see the Startup Screen. 3. Set your HTTP reques...
-
Why Isn’t the Clip Tool Available for a Basic Scene in Planet Explorer?
The basic scene does not have a correction for any geometric distortions, therefore, a cartographic projection can not be assigned. You can download a basic scene from Planet Explorer, however, you...