Skip to content

wlanpher/earthengine-standalone-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

earthengine-standalone-tools

DOI

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

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

git clone https://github.com/samapriya/earthengine-standalone-tools.git
cd earthengine-standalone-tools/eereposnap

repo_extract_headless

eebasemaps

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

To Setup

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

Usage

  • Get the Snazzy Maps URL

snazzy_maps_get

  • Use the url to generate or export the GEE snippet for the Snazzy map and then use it in Google Earth Engine.

snazzy_maps_text

Changelog

2020-08-26

  • Added eebasemap tools for snazzy maps in GEE
  • Updated Selenium fetch tools
  • Removed dependency on pendulum library

About

Standalone tools for Google Earth Engine operations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%