Eco-Data Manage Toolkit is a Python toolkit to facilitate data management for hydrology/limnology applications.
In this first version, it is only capable of reading data in NetCDF format. Its features include:
- Reading data
- Spatial and temporal filters
- Spatial and temporal interpolation
- Export to .tif and .csv formats
To install lastest release version, use pip install ecodatatk
.
If the GeoPandas or/and Rasterio package is not installed, it is suggested that it be installed manually using Conda.
-
Geopandas package install:
conda install -c conda-forge geopandas
-
Rasterio package install:
conda install rasterio
Then, the package can be installed without any error: pip install ecodatatk
Applications can be found in Jupyter Notebooks, in the ./Examples
directory in this repository.
You can use the help()
to get more information about the methods uses and parameters.
Cayo Lopes Bezerra Chalegre. (2020, July 12). Eco-Data Manage Toolkit (v. 0.0.1) (Version 0.0.1). Zenodo. http://doi.org/10.5281/zenodo.3941213