Metadata-Version: 2.4
Name: sensingpy
Version: 1.3.0
Summary: A Python package for geospatial image processing and analysis.
Home-page: https://github.com/aouei/geopy
Author: Sergio Heredia
Author-email: Aouei <sergiohercar1@gmail.com>
Project-URL: Homepage, https://github.com/Aouei/sensingpy
Project-URL: Bug Tracker, https://github.com/Aouei/sensingpy/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: rasterio
Requires-Dist: pyproj
Requires-Dist: shapely
Requires-Dist: cartopy
Requires-Dist: contextily
Requires-Dist: scipy
Requires-Dist: seaborn
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

[![DOI](https://zenodo.org/badge/961844693.svg)](https://doi.org/10.5281/zenodo.17323652)

# sensingpy

A Python package for geospatial image processing and analysis.

## Features

- Reading and processing TIF and NetCDF files
- Satellite-derived bathymetry (SDB) estimation and validation
- Image deglinting and preprocessing utilities
- Plotting and visualization tools

## Installation

Python >= 3.11 is required.

```bash
# 1. Clone the repository from GitHub
git clone https://github.com/Aouei/sensingpy.git

# 2. Install the package from the local path
pip install ./sensingpy
```

You can also install directly from the repository URL:

```bash
pip install sensingpy
```
