Skip to content
Snippets Groups Projects
Select Git revision
  • multi-gitter-gfz-name-repl
  • main default protected
  • maintenance/update_ci
  • enhancement/extraterrestrial_compatibility
  • feature/implement_operators
  • v0.19.1
  • v0.19.0
  • v0.18.0
  • v0.17.2
  • v0.17.1
  • v0.17.0
  • v0.16.1
  • v0.16.0
  • v0.15.11
  • v0.15.10
  • v0.15.9
  • v0.15.8
  • v0.15.7
  • v0.15.6
  • v0.15.5
  • v0.15.4
  • v0.15.3
  • v0.15.2
  • v0.15.1
  • v0.15.0
25 results

geoarray

  • Clone with SSH
  • Clone with HTTPS
  • geoarray

    Fast Python interface for geodata - either on disk or in memory.

    The geoarray package facilitates reading and writing of all GDAL compatible image file formats and provides functions for geospatial processing.

    Status

    See also the latest coverage report and the nosetests HTML report.

    Features and usage

    • There is an example notebook that shows how to use geoarray: here.

    Installation

    geoarray 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 geoarray, this is optional
    conda create -y -q --name geoarray python=3
    source activate geoarray
    conda install -y -q -c conda-forge numpy gdal scikit-image matplotlib pandas rasterio pyproj basemap shapely geopandas
    conda install --yes -c ioam bokeh holoviews  # optional

    To install geoarray, use the pip installer:

    pip install geoarray
    • Or clone the repository via GIT and update the PATH environment variable:
    cd /your/installation/folder
    git clone https://gitext.gfz-potsdam.de/danschef/geoarray.git
    PATH=$PATH:~/path/to/your/installation/folder/geoarray

    Credits

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