mep_catalogclient: client to search the PROBA-V MEP catalog

This Python client uses the REST service of the PROBA-V MEP catalog, making it easier to search PROBA-V EO data products.

Installation

The package is available in the public PROBA-V MEP PyPi repository and can be easily installed using pip:

$ pip install catalogclient

When you are using a PROBA-V MEP Virtual Machine (VM), the package is already pre-installed for you.

Usage

Example retrieving available data of the ROBAV_L3_S10_TOC_333M for year 2016:

>>> from catalogclient import catalog
>>> cat=catalog.Catalog()
>>> cat.get_products_for_year('PROBAV_L3_S10_TOC_333M', 2016)

API

Indices and tables