Metadata-Version: |
2.1 |
Name: |
curviriver |
Version: |
0.1.0 |
Summary: |
Generate curvilinear mesh from river outline polygons |
Maintainer-Email: |
Taher Chegini <cheginit[at]gmail.com> |
Project-Url: |
Code, https://github.com/cheginit/curviriver |
Project-Url: |
Home, https://curviriver.readthedocs.io |
Project-Url: |
Issues, https://github.com/cheginit/curviriver/issues |
License: |
MIT |
Keywords: |
curvilinear grid,mesh,shapely |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Scientific/Engineering |
Platform: |
any |
Requires-Python: |
>=3.9 |
Requires-Dist: |
cytoolz |
Requires-Dist: |
geopandas (>=0.12) |
Requires-Dist: |
networkx (>=2.5) |
Requires-Dist: |
numpy (>=1.21) |
Requires-Dist: |
pandas (>=1) |
Requires-Dist: |
pyproj (>=2.2) |
Requires-Dist: |
scikit-learn (>=1.3) |
Requires-Dist: |
scipy |
Requires-Dist: |
shapely (>=2) |
Requires-Dist: |
ipykernel; extra == "doc" |
Requires-Dist: |
ipython; extra == "doc" |
Requires-Dist: |
ipywidgets; extra == "doc" |
Requires-Dist: |
jupyter-client; extra == "doc" |
Requires-Dist: |
jupyter-sphinx; extra == "doc" |
Requires-Dist: |
nbsphinx; extra == "doc" |
Requires-Dist: |
numpydoc; extra == "doc" |
Requires-Dist: |
pydata-sphinx-theme; extra == "doc" |
Requires-Dist: |
sphinx; extra == "doc" |
Requires-Dist: |
sphinx-autoapi; extra == "doc" |
Requires-Dist: |
sphinx-copybutton; extra == "doc" |
Requires-Dist: |
sphinx-design; extra == "doc" |
Requires-Dist: |
sphinx-favicon (>=1.0.1); extra == "doc" |
Requires-Dist: |
sphinx-gallery; extra == "doc" |
Requires-Dist: |
sphinx-sitemap; extra == "doc" |
Requires-Dist: |
sphinx-togglebutton; extra == "doc" |
Requires-Dist: |
sphinxcontrib-bibtex; extra == "doc" |
Requires-Dist: |
sphinxext-opengraph; extra == "doc" |
Requires-Dist: |
joblib; extra == "parallel" |
Requires-Dist: |
coverage[toml]; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-xdist[psutil]; extra == "test" |
Provides-Extra: |
doc |
Provides-Extra: |
parallel |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |