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:
- pandas
- geopandas
- folium
- postGreSQL
- 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.
One of the packages' dependencies is pyproj which requires a compiler to be installed.
apt-get install gcc
Using brew:
brew install llvm
Install MicroSoft Visual
pip install eeconvert
- allow to install using
conda install eeconvert
- Develop testing scripts
- create a read the docs
- improve functionality