Skip to main content

veranda is a place for IO related classes and operations dealing with multi-dimensional vector and raster data.

Project description

veranda

Build Status Coverage Status PyPi Package RTD License: MIT

Description

veranda stands for "vector and raster data access" and is a place for IO related classes and operations dealing with raster and vector data. Besides bridging the gap between rigid and complex packages like GDAL to increase user-friendliness and flexibility (similar to rasterio) it defines common ground to unite the world of raster and vector data and harmonise the entry point to access different data formats or multiple files.

veranda consist of two modules raster and vector each containing the submodules native and mosaic. native contains several classes for interacting with one file/data format, e.g. GeoTIFF or NetCDF. On the other hand, the mosaic module offers a datacube-like interface to work with multiple, structured files, which can be distributed based on a mosaic/grid in space or along a stack dimension, e.g. time, atmospheric layers, etc.

For further details we recommend to look at veranda's documentation or tests.

Installation

The package can be either installed via pip or if you want to contribute, we recommend to install it as a conda environment.

pip

To install veranda via pip in your own environment, use:

pip install veranda

ATTENTION: GDAL needs more OS support and has more dependencies then other packages and can therefore not be installed solely via pip. Please have a look at https://pypi.org/project/GDAL/ what requirements are needed. Thus, for a fresh setup, an existing environment with working a GDAL installation is expected.

conda

The packages also comes along with one conda environment conda_environment.yml. This is especially recommended if you want to contribute to the project. The following script will install miniconda and setup the environment on a UNIX like system. Miniconda will be installed into $HOME/miniconda.

wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
conda env create -f conda_environment.yml
source activate veranda

This script adds $HOME/miniconda/bin temporarily to the PATH to do this permanently add export PATH="$HOME/miniconda/bin:$PATH" to your .bashrc or .zshrc.

For Windows, use the following setup:

  • Download the latest miniconda 3 installer for Windows
  • Click on .exe file and complete the installation.
  • Add the folder condabin folder to your environment variable PATH. You can find the condabin folder usually under: C:\Users\username\AppData\Local\Continuum\miniconda3\condabin
  • Finally, you can set up the conda environment via:
    conda env create -f conda_environment.yml
    source activate veranda
    

After that you should be able to run

python setup.py test

to run the test suite.

Contribution

We are happy if you want to contribute. Please raise an issue explaining what is missing or if you find a bug. We will also gladly accept pull requests against our master branch for new features or bug fixes. If you want to contribute please follow these steps:

  • Fork the veranda repository to your account
  • Clone the veranda repository
  • Make a new feature branch from the veranda master branch
  • Add your feature
  • Please include tests for your contributions in one of the test directories. We use py.test so a simple function called test_my_feature is enough
  • Submit a pull request to our master branch

Outlook

The next major release will contain significant support for vector data including IO for SHP and LASZ files. In addition the raster module will be extended to allow for accessing ZARR or HDF data for performant time series queries.

Citation

If you use this software in a publication then please cite it using the Zenodo DOI.

Note

This project has been set up using PyScaffold 3.2.2. For details and usage information on PyScaffold see https://pyscaffold.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

veranda-1.2.0.tar.gz (150.4 kB view details)

Uploaded Source

Built Distribution

veranda-1.2.0-py2.py3-none-any.whl (50.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file veranda-1.2.0.tar.gz.

File metadata

  • Download URL: veranda-1.2.0.tar.gz
  • Upload date:
  • Size: 150.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for veranda-1.2.0.tar.gz
Algorithm Hash digest
SHA256 3c5b867e98ee81b54002e14623044e624f0c4d58822b4ad27bf94be4b816bca3
MD5 41dd38340b99d766ea1800ccea1a453a
BLAKE2b-256 8d6c41ed9cef4ce6c03c758406801c95dbd38aca42ee7b0b4ca4ff85cea8aa6f

See more details on using hashes here.

File details

Details for the file veranda-1.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: veranda-1.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 50.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for veranda-1.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 843f2def7b4d3ff28beebc1891dc131b9f5da2b8df5c42a3253d2fa5dfa1d08d
MD5 671d24d4dc174277e62e5dc68503bf5d
BLAKE2b-256 5906e9ce6bcb40756f4b09c6c95830e36d26d782b86bbd638803a69c80e3fd0b

See more details on using hashes here.

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