Metadata-Version: 2.4
Name: edmt
Version: 1.0.7.dev1
Summary: Environmental Data Management Toolbox
Author-email: "Odero, Kuloba & musasia" <francisodero10@gmail.com>
License: MIT License
        
        Copyright (c) 2024 envdmt
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/envdmt/EDMT/
Project-URL: Documentation, https://envdmt.github.io/EDMT/
Keywords: geospatial,gis,earth-engine,remote-sensing,conservation,spatial-analysis,geopandas
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: duckdb<1.3.2,>=0.9
Requires-Dist: earthengine-api<1.8,>=0.1.324
Requires-Dist: geopandas>=1
Requires-Dist: pandas<3
Requires-Dist: fiona<1.10.1,>=1.9.6
Requires-Dist: tqdm>=4
Requires-Dist: requests<3,>=2.28
Requires-Dist: matplotlib>=3.9
Dynamic: license-file

<h1 align="center">EDMT — Environmental Data Management Toolbox</h1>

<p align="center">
  <!-- PyPI -->
  <a href="https://pypi.org/project/edmt/">
    <img src="https://img.shields.io/pypi/v/edmt.svg" alt="PyPI version" />
  </a>
  <!-- Docs -->
  <a href="https://envdmt.github.io/EDMT/">
    <img src="https://img.shields.io/badge/docs-passing-brightgreen.svg" alt="docs" />
  </a>

  <!-- Tests -->
  <a href="https://github.com/envdmt/EDMT/actions?query=workflow%3ATests">
    <img src="https://github.com/envdmt/EDMT/workflows/Tests/badge.svg" alt="tests" />
  </a>

  <!-- Jupyter -->
  <img src="https://img.shields.io/badge/Jupyter-Lab-orange.svg" alt="Jupyter Lab" />

  <!-- License -->
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license" />
</p>


------------------------------------------------------------------------

# Overview

EDMT (Environmental Data Management Toolbox) is a lightweight Python library for working with environmental and geospatial datasets. It provides practical utilities for data ingestion, cleaning, transformation, and exploratory analysis, helping researchers and analysts build reproducible data workflows.

EDMT integrates well with the Python scientific stack and is particularly useful when working with time-series environmental data, spatial datasets, and monitoring data pipelines.

It is designed for:

-   Environmental scientists
-   Conservation and wildlife monitoring teams
-   GIS and geospatial developers
-   Data analysts working with environmental datasets

------------------------------------------------------------------------

# Installation

Install directly from PyPI:

``` bash
pip install edmt
```

------------------------------------------------------------------------

# Typical Use Cases

EDMT can support workflows such as:

-   Environmental monitoring pipelines
-   Remote sensing preprocessing
-   Field data quality control
-   Environmental research and reporting

------------------------------------------------------------------------

# Documentation

Full documentation is available here:

https://envdmt.github.io/EDMT/

------------------------------------------------------------------------
