earth engine conversion for jupyter notebook use


License
MIT
Install
pip install eeconvert==0.1.22

Documentation

eeConvert

Easy to use functions to convert google earth engine data types such as featureCollections into other GIS formats such as geopandas GeoDataframes or Folium map layers. These functions are client side so don't use them on large featureCollections or images. This package is mainly tailored to test subsets of your results and visualize them in a dataframe or folium map.

Supported formats:

  1. pandas
  2. geopandas
  3. folium
  4. postGreSQL
  5. postGIS (enabled postGreSQL)

use at your own risk.

Documentation is currently limited to the comments of the different functions in the eeconvert/eeconvert/init.py file.

Link to read the Docs

Installation:

Step 1:

One of the packages' dependencies is pyproj which requires a compiler to be installed.

Linux

apt-get install gcc

MacOS

Using brew:
brew install llvm

Windows

Install MicroSoft Visual

Step 2:

pip install eeconvert

Todo:

  1. allow to install using conda install eeconvert
  2. Develop testing scripts
  3. create a read the docs
  4. improve functionality

Build Status