Skip to main content

A collection of Python tools by Daniel Scheffler.

Project description

py_tools_ds

A collection of Python tools by Daniel Scheffler.

Status

https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/build.svg https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/coverage.svg https://img.shields.io/pypi/v/py_tools_ds.svg Anaconda-Cloud conda platform

See also the latest coverage report and the nosetests 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 --name py_tools_ds python=3
source activate py_tools_ds
conda install -c conda-forge numpy gdal scikit-image pyproj rasterio shapely 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
source activate py_tools_ds
conda install -c danschef -c conda-forge -c defaults py_tools_ds

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2017-06-09)

  • First release on PyPI.

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

py_tools_ds-0.14.8.tar.gz (1.7 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page