Skip to main content

open source Python modules for the IBM PAIRS Geoscope platform

Project description

IBM Environmental Intelligence Suite (EIS): Geospatial Analytics open source modules

Build Status PyPI Package

This repository provides an interface to the geo-spatial big data platform IBM EIS: Geospatial Analytics.

E.g. the query module in the subdirectory ibmpairs serves as a wrapper employing the IBM EIS: Geospatial Analytics core RESTful API served through the host reachable via https://pairs.res.ibm.com.

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

Then you can import the IBM EIS: Geospatial Analytics API wrapper modules e.g.:

import ibmpairs.client as client
import ibmpairs.query as query

Getting started

Simply get your feet wet with the tutorial. Having cloned into the repo, the full API documentation you can generate by Sphinx and the corresponding ReadTheDocs theme by running e.g.

pip install sphinx sphinx_rtd_theme

then make the html pages,

make docs

or without Make

cd docs && make html

then open docs/_build/html/index.html with your favorite browser.

Running in a Docker container

A self-contained environment can be built with Docker using

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

then run using:

make docker-run

the environment can then be accessed from the following url:

http://localhost:18380

Alternatively you can execute these steps without Make using:

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

to build and

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

or:

docker-compose up ibmpairs

to run.

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-3.0.3.tar.gz (184.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-3.0.3-py3-none-any.whl (187.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ibmpairs-3.0.3.tar.gz
  • Upload date:
  • Size: 184.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for ibmpairs-3.0.3.tar.gz
Algorithm Hash digest
SHA256 0a63f9f1aac5ff696050714310b69f42f002ce77e0a10c969cd539de7d272eee
MD5 d506748201b4b5204dbf155d2ef196d9
BLAKE2b-256 1e57e1b2d5846ff21eb251b07f94bee8a3691c1b0dc17a063e4308968f428696

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ibmpairs-3.0.3-py3-none-any.whl
  • Upload date:
  • Size: 187.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for ibmpairs-3.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b6ab02d960a14b66fc62ee93071087cbb2f17c0623e6c8429aaaef1c7ab96f2e
MD5 21d1b56e06328f2e060339e85db9dae1
BLAKE2b-256 76ced10f1bbc1fa674088243fd2b4ecf8384309d6d623c76bd80729f9ce38b14

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