kscottz / PythonFromSpace

Python Examples for Remote Sensing
BSD 3-Clause "New" or "Revised" License
451 stars 140 forks source link

What is the json file I need to read? #7

Open mdnk889 opened 5 years ago

mdnk889 commented 5 years ago

`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 of PLANET_API_KEY?

Please help me Thank you