All Projects → gee-community → eeconvert

gee-community / eeconvert

Licence: MIT license
earth engine conversion for jupyter notebook use

Programming Languages

python
139335 projects - #7 most used programming language

eeConvert

pre-alpha, use at own risk.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].