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.6.tar.gz (184.9 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.6-py3-none-any.whl (188.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ibmpairs-3.0.6.tar.gz
  • Upload date:
  • Size: 184.9 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.6.tar.gz
Algorithm Hash digest
SHA256 18b2a91cf6a2e27c92e6a195d9f8bba55620b1febcbb89be692fdcc87976879d
MD5 93d76d14155f7fa52c906a6f41439bbd
BLAKE2b-256 fe9155d1d5bfded7eb097e41ce748bb5f4ea1dbfe25754a96bc353e42adc5b8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ibmpairs-3.0.6-py3-none-any.whl
  • Upload date:
  • Size: 188.2 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 03d61fde574770ace812078ccdb37b05aa17d4b1689a5736e2809bd635a08c72
MD5 170c507fc1bb177609ca8d63efd42a81
BLAKE2b-256 a978e3a22aab5adf8e72d82a0d4c6f78223d19b5a496e274c36995faa7c5daec

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