Furkan Bacak
Articles
-
How do I transition from TPDI API to Planet Orders & Subscriptions APIs?
As part of the transition away from the TPDI API for Planet data, this article shows example mappings for a PlanetScope order and subscription in the Planet Insights Platform APIs. These examples a...
-
How are the values calculated, and how are they returned as output?
The calculated and output values depend on what users specify in their evalscripts (or custom scripts). By calculated values we are referring to the values that are returned from the evaluatePixel...
-
Setting Up Planet Image Delivery to Google Earth Engine (GEE)
To integrate and analyze Planet imagery in Google Earth Engine (GEE), you’ll first need to set up a few core components. Start by creating a GEE account.You’ll also need a Google Cloud Project. Wit...
-
How Does Planetscope Areas Under Management Work?
You subscribe to your areas of interest (e.g. agriculture fields) and, for a period of one year, you can access all available PlanetScope data in that area - both archive and monitoring. This subsc...
-
How Can I Access Angle Data Information for Sentinel-2 L2A?
Grid of solar zenith angles and grid of solar azimuth angles are accessible by names 'sunZenithAngles' and 'sunAzimuthAngles', respectively, and can be used in a similar way as band values, e.g.: r...
-
How Can I Find the Image Acquisition Date?
There are several options, depending on your purpose. You can use a feature info request and point to some location. The response will contain a date field within it. You can use the WFS service w...
-
How Can I Get Original Reflectance Data From the Satellite?
To get original reflectance data from the satellite, use the advanced evalscript and set sampleType to FLOAT32. See the evalscript example for a single grayscale band below: //VERSION=3function set...
-
How Can I Get Image in a Desired Resolution Instead of Width/Height?
When retrieving satellite images, it is possible to specify the desired resolution directly, instead of WIDTH and HEIGHT parameters you can use RESX and RESY. For instance, adding RESX=10m&RESY=10...