Skip to content

gee-community/eeconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

earth engine conversion for jupyter notebook use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages