Skip to main content

open source Python modules for the IBM PAIRS Geoscope platform

Project description

IBM PAIRS Geoscope open source modules

Build Status PyPI Package Conda Version

This repository provides an interface to the geo-spatial big data platform IBM PAIRS Geoscope.

E.g. the module in the subdirectory paw serves as a wrapper employing the IBM PAIRS core RESTful API served through the host reachable via https://pairs.res.ibm.com to load data into (native) Python data structures.

General Notes

If you like to contribute, please read CONTRIBUTING.md first. A list of maintainers is recorded in MAINTAINERS.md.

Installation and Usage

If you have installed the Python package manager PIP, simply run

pip install --user ibmpairs

Alternatively,

conda install -c conda-forge ibmpairs

works as well. Then you import the IBM PAIRS API wrapper via:

from ibmpairs import paw

Note: If you need a bleeding-edge, potentially instable development version you can also run

pip install --user git+https://github.com/ibm/ibmpairs@develop

Getting started

Simply get your feet wet with the tutorial. Having cloned into the repo, the full API documentation you can generate by running

cd docs && make html

to open docs/_build/html/index.html with your favorite browser, provided you have installed Sphinx and the corresponding ReadTheDocs theme by running e.g.

pip install sphinx sphinx_rtd_theme

Running in a Docker container

A self-contained environment can be built with Docker using

git clone https://github.com/ibm/ibmpairs
cd ibmpairs
docker build -t ibmpairs .

and launched via

docker run \
    -dit \
    -p 18380:18380 \
    --name ibmpairs \
    ibmpairs:latest

or, instead of the above, simply docker-compose up ibmpairs such that you can type into your browser

http://localhost:18380

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

ibmpairs-0.2.3.tar.gz (171.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ibmpairs-0.2.3-py3-none-any.whl (173.9 kB view details)

Uploaded Python 3

File details

Details for the file ibmpairs-0.2.3.tar.gz.

File metadata

  • Download URL: ibmpairs-0.2.3.tar.gz
  • Upload date:
  • Size: 171.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.26.0 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.10

File hashes

Hashes for ibmpairs-0.2.3.tar.gz
Algorithm Hash digest
SHA256 c973d1ed199b3963ac3a8fd55c1eb56f46126bfa10f2a480082e32542855b696
MD5 a210dd20dc0113599479ccd5f19e3fa6
BLAKE2b-256 ebd1790c9503410ad8939d17110bb62fd691b4736082b683d8ea01d757aabac5

See more details on using hashes here.

File details

Details for the file ibmpairs-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: ibmpairs-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 173.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.26.0 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.10

File hashes

Hashes for ibmpairs-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3e2968868bac4432066e506a1e8f6852cca07de49970951a284cb971c56df2c3
MD5 1c1976f464204a15464b48715334e2bd
BLAKE2b-256 71bbd5b39a3671b5af16e1e1b60b935c3044e4b69cfa5b14c3db212647e10e37

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page