Rafael Ricardo Bastidas Mendez
Articles
-
Searching for 8-band PlanetScope Scenes in ArcGIS
1. Select “PlanetScope scene” and deselect any other products, like “SkySat collect”. 2. To filter for only products which contain the 8-band data, select “coastal blue, green II, yellow, and red ...
-
Working with New PSScene Item Types in the Planet Add-in for ArcGIS Pro
The search experience for PlanetScope data in ArcGIS Pro has been updated to make it easier to search and download next-generation PlanetScope data. The enhancements also enable you to filter for n...
-
Working with New PSScene Item Types in the Planet Plug-in for QGIS
The search experience for PlanetScope data in QGIS has been updated to make it easier to search and download next-generation PlanetScope data. The enhancements also enable you to filter for new 8-b...
-
Tips & Tricks for Using Planet Imagery in ArcGIS
Add Download Folders to the ArcGIS Pro Catalog After downloading an order, you can quickly add the download folder as a folder connection in the Catalog. Select the Re-Download drop-down menu and s...
-
When Assets Count Toward Quota
Quota usage depends on the API workflow being used:Data API: The charge occurs when the Asset Type is downloaded.Orders API: The charge occurs when the order is successfully placed.Subscriptions AP...
-
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...