API Tile service tile row and grid values
HI,
How do I get the Tile row and column values for api tile service using the Planet-lab explorer for a the are of interest?
https://tiles{0-3}.planet.com/data/v1/{item_type}/{item_id}/{z}/{x}/{y}.png?api_key={api-key}
Thank you very much in advance.
-
Official comment
Hi Brett,
Typically, you don't need to ever calculate the row and column yourself. Rather you use a GIS (such as QGIS) or web mapping library, such as OpenLayers to do the calculations yourself.
For example, you would use the following layer as is (only substituting your API key) and the software will figure out the x,y and z values itself:
https://tiles.planet.com/data/v1/PSScene3Band/20180520_065634_0f4c/{z}/{x}/{y}.png?api_key=YOUR_API_KEY_HERE
Comment actions
Please sign in to leave a comment.
Comments
2 comments