Rafael Ricardo Bastidas Mendez
Articles
-
How to Check if a Specific Asset is Available for an Item ID?
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 HTT...
-
Updating Saved Searches in ArcGIS
If you have previously created saved searches, they will need to be upgraded. 1. From the top of the Planet Image Search pane, select load a saved search. 2. Select a saved search from the drop-do...
-
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...
-
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...
-
How to Load WMTS Basemap False-color Visualizations in QGIS, ArcGIS Pro and ArcGIS 10.X Desktop
False-color indices visualizations are available only on Surface Reflectance Basemaps. Currently the following band combinations and indices available: Indices {index value} Red-Green-Blue rgb...
-
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 See Previews of Planet Imagery Data by 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/data/v1/item-types/{i...
-
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...
-
Updating Saved Searches in QGIS
If you have previously created saved searches, they will need to be upgraded. 1. From the top of the Planet Image Search pane, select load a saved search. 2. Select a saved search from the drop-do...
-
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...