Open street map example URL base
Hi, I am trying to apply this 2017 planet application posted here:
https://github.com/kscottz/PythonFromSpace/blob/master/OpenStreetMapsExample.ipynb
So far I can only can partial access to the satellite data, I believe the problem may be related to the 2017 URL base (see below) listed in the program. Is there an updated reference available?
# Basemap Mosaic (v1 API)
mosaicsSeries = 'global_quarterly_2017q1_mosaic'
# Planet tile server base URL (Planet Explorer Mosaics Tiles)
mosaicsTilesURL_base = 'https://tiles0.planet.com/experimental/mosaics/planet-tiles/' + mosaicsSeries + '/gmap/{z}/{x}/{y}.png'
# Planet tile server url
mosaicsTilesURL = mosaicsTilesURL_base + '?api_key=' + api_keys["PLANET_API_KEY"]
#
Thank You
MaggPi
-
Official comment
Hi Maggpi,
Please write to support@planet.com so i can take a look into the your account and the access rights you have?
Best Regards,
Pooja
Comment actions
Please sign in to leave a comment.
Comments
1 comment