PythonFromSpace icon indicating copy to clipboard operation
PythonFromSpace copied to clipboard

Python Examples for Remote Sensing

Results 7 PythonFromSpace issues
Sort by recently updated
recently updated
newest added

Which py‘s version I should use.

Hi, I'm running in the following issue while tying to activate the product: `NoPermission: {"general": [{"message": "Download quota has been exceeded."}], "field": {}}` I guess the terms of use of...

Hi , do you know about satellite subsurface images

Hi, I am trying to run thebasics.ipynb and in the make a slippy map section the drawhandler is not being registed and the actionCount remains at 0. This affects the...

`api_keys = json.load(open("apikeys.json",'r')) client = api.ClientV1(api_key=api_keys["PLANET_API_KEY"]) 1. What is the apikeys.json file I should? I don't have any such file`. 2, Should I paste my planet API key in place...

I have created an account on planet.com. Copied the api key from https://www.planet.com/account/#/ into a file called apikeys.json inside the root of this project. ``` {"PLANET_API_KEY":""} ``` But when I...

First, thank you for the amazing talk at PyCon :-D I signed up for a Planet api key by creating an account here: https://www.planet.com/account/ and I am following your demo,...