Metadata-Version: 2.4
Name: laplace-soundscape
Version: 0.0.1
Summary: Bayesian sound source localization for soundscape analysis
Author: Lucas Voirin
Author-email: lucas.voirin@mailo.com
Requires-Python: >=3.11.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: geopandas
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pymc
Requires-Dist: rasterio
Requires-Dist: scipy
Requires-Dist: shapely
Description-Content-Type: text/markdown

# Acoustic localization with PyMC

This library contains functions to localize sounds from an array of distributed synchronized recorders.

It uses the PyMC probabilistic programming library to compute estimations of recorders and sound source positions across 2-D space.

This project is under development, still work-in-progress.

