cayolopesbc / eco-data-toolkit

Python toolkit to manage spatial datasets for hydrology/limnology applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eco-Data Manage Toolkit DOI

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

Installation

To install lastest release version, use pip install ecodatatk.

Microsoft Windows installation

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

Application Examples

Applications can be found in Jupyter Notebooks, in the ./Examples directory in this repository.

Help

You can use the help() to get more information about the methods uses and parameters.

License

BSD 3-Clause License

How to cite

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

About

Python toolkit to manage spatial datasets for hydrology/limnology applications.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%