https://github.com/samapriya/earthengine-standalone-tools
Standalone tools for Google Earth Engine operations
https://github.com/samapriya/earthengine-standalone-tools
Last synced: 5 months ago
JSON representation
Standalone tools for Google Earth Engine operations
- Host: GitHub
- URL: https://github.com/samapriya/earthengine-standalone-tools
- Owner: samapriya
- License: mit
- Created: 2020-02-27T20:38:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T20:17:37.000Z (about 4 years ago)
- Last Synced: 2024-12-13T22:33:30.596Z (6 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# earthengine-standalone-tools
[](https://doi.org/10.5281/zenodo.4001360)
Standalone tools for Google Earth Engine operations. To get all the tools clone the repo and install requirements
```bash
git clone https://github.com/samapriya/earthengine-standalone-tools.git
cd earthengine-standalone-tools
pip install requirements.txt
```## eereposnap : [Read the Medium Post Here](https://medium.com/@samapriyaroy/getting-git-right-on-google-earth-engine-e853f6551889)
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.#### To Setup
Make sure you have python3 installed and then migrate to the folder inside the cloned repo```bash
git clone https://github.com/samapriya/earthengine-standalone-tools.git
cd earthengine-standalone-tools/eereposnap
```
## eebasemaps
Google Earth Engine already has tools for you to set some basemaps for example```js
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](https://snazzymaps.com/) 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
#### To Setup
Make sure you have python3 installed and then migrate to the folder inside the cloned repo```bash
git clone https://github.com/samapriya/earthengine-standalone-tools.git
cd earthengine-standalone-tools/eebasemaps
```#### Usage
* 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.

### Changelog
#### 2020-08-26
* Added eebasemap tools for snazzy maps in GEE
* Updated Selenium fetch tools
* Removed dependency on pendulum library