Skip to content
Snippets Groups Projects
Select Git revision
  • multi-gitter-gfz-name-repl
  • multi-gitter-branch
  • main default protected
  • enhancement/add_sqa
  • 17-initially-set-up-sqa
  • bugfix/fix_warp_ndarray_crash
  • bugfix/fix_warp_ndarray
  • feature/add_localCS_compatibility
  • v0.23.1
  • v0.23.0
  • v0.22.3
  • v0.22.2
  • v0.22.1
  • v0.22.0
  • v0.21.1
  • v0.21.0
  • v0.20.2
  • v0.20.1
  • v0.20.0
  • v0.19.1
  • v0.19.0
  • v0.18.1
  • v0.18.0
  • v0.17.9
  • v0.17.8
  • v0.17.7
  • v0.17.6
  • v0.17.5
28 results

py_tools_ds

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Daniel Scheffler authored
    d3c9e6ef
    History

    py_tools_ds

    A collection of Python tools by Daniel Scheffler.

    Status

    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:

    # 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 -y -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely pandas
    • To install py_tools_ds, use the pip installer:
    pip install py_tools_ds

    Credits

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