GeostatsGuy / GeostatsPy

GeostatsPy Python package for spatial data analytics and geostatistics. Started as a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) from Fortran to Python, Geostatistics in a Python package. Now with many additional methods. I hope this resources is helpful, Prof. Michael Pyrcz
https://pypi.org/project/geostatspy/
MIT License
479 stars 183 forks source link

Create pyproject.toml for metadata and dependencies #41

Closed mwtoews closed 2 months ago

mwtoews commented 1 year ago

The main change in this PR is to create pyproject.toml for PEP 518 and PEP 621. Hang on to setup.py for a bit longer, as some scenarios still expect to see this file.

Other changes:

Closes #36 (but using a different method)

GeostatsGuy commented 2 months ago

Thank you for the great assistance, Mike. Sorry for being incredibly slow!