Skip to main content

Abstract I/O class definitions.

Project description

The pygeobase package implements base class definitions for the I/O interface used in pytesmo, pynetCF, and other packages.

Documentation

Documentation Status

Installation

This package should be installable through pip:

pip install pygeobase

Its only dependecy is numpy. But to use it effectively you will also probably want to install pygeogrids.

Setup Development environment

  1. Install Miniconda. This will give you the conda command in your shell.

  2. Run conda env create -f conda_environment.yml this will install all the dependencies listed in the conda_environment.yml file in this repository. By default this will create a new conda enviroment with the name pygeobase_env. This can be changed by editing the conda_environment.yml file.

Example installation script

The following script will install miniconda and setup the environment on a UNIX like system. Miniconda will be installed into $HOME/miniconda.

wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
git clone git@github.com:TUW-GEO/pygeobase.git pygeobase
cd pygeobase
conda env create -f conda_environment.yml
source activate pygeobase_env

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

The last line in the example activates the pygeobase_env environment.

After that you should be able to run:

python setup.py test

to run the test suite.

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

pygeobase-0.3.10.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

pygeobase-0.3.10-py2.py3-none-any.whl (11.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pygeobase-0.3.10.tar.gz.

File metadata

  • Download URL: pygeobase-0.3.10.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pygeobase-0.3.10.tar.gz
Algorithm Hash digest
SHA256 611cede04501237c7eff33b6cf70c6159447407b685e90d0cd9935cb08ef6933
MD5 06d06b5dbd9097ea6b40162224ef69a4
BLAKE2b-256 46b99e7ac0022e09c6dd42fb57b135ce345579fd3d7ff0d8cf36beec51026884

See more details on using hashes here.

File details

Details for the file pygeobase-0.3.10-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pygeobase-0.3.10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a597414629445cde68378c75e12ab8a13478114c99c808dae7afd9816c9845c0
MD5 6649935e3ba67acf6a1f979257f388d4
BLAKE2b-256 4150a26eb18a1548266d10d10a5512e9ad4185dd2938cbc8109ac1e2ab92628b

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