Standalone tools for Google Earth Engine operations. To get all the tools clone the repo and install requirements
git clone https://github.com/samapriya/earthengine-standalone-tools.git
cd earthengine-standalone-tools
pip install requirements.txt
eereposnap : Read the Medium Post Here
Tool to create snapshots of earthengine user's Owner, Reader and Writer scripts. Handles issues with git clone in windows and managing repo and permission type.
Make sure you have python3 installed and then migrate to the folder inside the cloned repo
git clone https://github.com/samapriya/earthengine-standalone-tools.git
cd earthengine-standalone-tools/eereposnap
Google Earth Engine already has tools for you to set some basemaps for example
Map.setOptions('SATELLITE') or Map.setOptions('HYBRID')
and so on however what if you want some variety and turns out there is a whole array of snazzy basemaps in a user contributed website called Snazzy maps and you can use them in Google Earth Engine.
This too allows you to convert a snazzy map url directly into a Google Earth Engine Snippet and use it by simply using a snazzy maps url. Here are a few steps
Make sure you have python3 installed and then migrate to the folder inside the cloned repo
git clone https://github.com/samapriya/earthengine-standalone-tools.git
cd earthengine-standalone-tools/eebasemaps
- Get the Snazzy Maps URL
- Use the url to generate or export the GEE snippet for the Snazzy map and then use it in Google Earth Engine.
- Added eebasemap tools for snazzy maps in GEE
- Updated Selenium fetch tools
- Removed dependency on pendulum library