Skip to main content

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

Project description

geoarray

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

Status

https://gitext.gfz-potsdam.de/danschef/geoarray/badges/master/build.svg https://gitext.gfz-potsdam.de/danschef/geoarray/badges/master/coverage.svg https://img.shields.io/pypi/v/geoarray.svg

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

Features

  • TODO

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 rasterio pyproj basemap shapely
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.

History

0.1.0 (2017-03-31)

  • Package creation.

0.4.5 (2017-07-03)

  • 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

geoarray-0.6.4.tar.gz (48.6 kB 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