out-of-the box project for getting started with earth engine python api
This project is meant to be a quick starting point for writing earth engine scripts using python. It is set up as an aptana pydev project.
- Download the zip for this repositry to your local machine. Don't clone!
- Open .properties-TEMPLATE, put in your service account, and point the script to your private key file. Save the file as .ee-properties This file will be ignored by git. You can delete .properties-TEMPLATE.
- Rename the ee-python folder to your-project-name
- in .project, update to
<name>your-project-name</name>
- in .pydevproject, update to
<path>/your-project-name/src</path>
- Run test.py. You should see results from earth engine printed to the screen
Please make sure to download the zip and not clone!