A collection of Python tools by Daniel Scheffler
Project description
A collection of geospatial data analysis tools that simplify standard operations when handling geospatial raster and vector data as well as projections.
Free software: Apache 2.0
Documentation: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/doc/
Status
See also the latest coverage report and the pytest HTML report.
Features
TODO
Installation
py_tools_ds depends on some open source packages which are usually installed without problems by the automatic install routine. However, for some projects, we strongly recommend resolving the dependency before the automatic installer is run. This approach avoids problems with conflicting versions of the same software. Using conda, the recommended approach is:
via conda + pip
# create virtual environment for py_tools_ds, this is optional conda create -y -q -c conda-forge --name py_tools_ds python=3 conda activate py_tools_ds conda install -c conda-forge numpy gdal 'pyproj>=2.1.0' shapely scikit-image pandas
Then install py_tools_ds using the pip installer:
pip install py_tools_ds
via conda channel (currently only for Linux-64)
# create virtual environment for py_tools_ds, this is optional conda create -y -q --name py_tools_ds python=3 conda activate py_tools_ds conda install -c danschef -c conda-forge -c defaults py_tools_ds
History / Changelog
You can find the protocol of recent changes in the py_tools_ds package here.
Credits
The py_tools_ds package was developed within the context of the GeoMultiSens project funded by the German Federal Ministry of Education and Research (project grant code: 01 IS 14 010 A-C).
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
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
File details
Details for the file py_tools_ds-0.23.0.tar.gz
.
File metadata
- Download URL: py_tools_ds-0.23.0.tar.gz
- Upload date:
- Size: 75.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48d120f4c38c7f8f2331a7674ab5e79d98cd458837bbf19978b4fed1b5f24a6b |
|
MD5 | e02b9287b855ac8fd83204ff671fa218 |
|
BLAKE2b-256 | 8c6e7c791a10a5f3da3095fb8e65018a665d6846cb3b125ce683aa30b862e108 |