A Python toolbox for river and floodplain analysis.
Project description
FlussTools
Head for Python scripts for river analyses.
The full documentation is available at https://flusstools.readthedocs.io.
Issues
We depend on GDAL and GDAL installation is buggy. To enable cross-platform support, we currently need to enforce numpy<2.0.0 because most Linux derivatives run on GDAL v3.6 but numpy2 requires GDAL>=3.9.1.
Create Requirements.txt
pip-tools helps to manage requirements.txt with more control. It separates direct dependencies from transitive ones.
- Install
pip-tools:
pip install pip-tools
-
Create
requirements.in:List your direct dependencies in a
requirements.infile. For example:
requests
numpy
-
Compile
requirements.txt:Run
pip-compileto generaterequirements.txtfromrequirements.in:
pip-compile requirements.in
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flusstools-1.1.14.tar.gz.
File metadata
- Download URL: flusstools-1.1.14.tar.gz
- Upload date:
- Size: 53.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee1ce4dafbd9ef40f6ed4bcaca119f5d094ce5bd632dd0c9e7c3ddf1bfac4a04
|
|
| MD5 |
9000309a04ca2170667db3d0b96e0df2
|
|
| BLAKE2b-256 |
dc0dff22f26ba4a927c989872c28e60b03f4185f4693ff6e76f56ba69dab7044
|
File details
Details for the file flusstools-1.1.14-py3-none-any.whl.
File metadata
- Download URL: flusstools-1.1.14-py3-none-any.whl
- Upload date:
- Size: 62.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7f0ad02eaba4bf5e9809418d84eefde9f01e2b3f95651333c4fc9fa81c9d76b
|
|
| MD5 |
37f2cca82b954a13eca73cd990ba5ea2
|
|
| BLAKE2b-256 |
cecc21cf2acc2bde1309875074e5b016779b3c9052e7aa5887d3f74741b4dec1
|