Metadata-Version: 2.3
Name: sampling_tille
Version: 0.1.8
Summary: Sampling routines ported from the sampling R package.
Author: Stippe
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cvxpy (>=1.6.3,<2.0.0)
Requires-Dist: geopandas (>=1.0.1,<2.0.0)
Requires-Dist: jax (==0.5.0)
Requires-Dist: numpy (>=1.16,<3.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pyscipopt (>=5.4.1,<6.0.0)
Requires-Dist: rioxarray (==0.18.2)
Requires-Dist: scikit-learn (>=1.6.1,<2.0.0)
Requires-Dist: scipy (==1.15.2)
Description-Content-Type: text/markdown

# Sampling

This library contains some of the most common sampling procedures
together with some more advanced sampling methods,
both for tabular data and for spatial data.


A part of the library is the Python porting of
[sampling R package by Yves Tillé and Alina Mattei](
https://www.rdocumentation.org/packages/sampling/versions/2.10),
the methods are described in 
["Sampling algorithms" by Tillé](
https://link.springer.com/referenceworkentry/10.1007/978-3-642-04898-2_501).


