Skip to main content

Python interface to odc for encoding/decoding ODB files

Project description

Installation

The package is installed from PyPI with:

$ pip install pyodc

System dependencies

The package contains two different implementations of the same library.

pyodc is a pure-python encoder and decoder for ODB2 data, which encodes data from, and decodes it into pandas dataframes.

codc is an implementation of the same API as pyodc that depends on the ECMWF odc library. This must be complied and installed on the system and made available to python (through the CFFI mechanism) as a shared library. This may involve adding its location to the LD_LIBRARY_PATH variable.

The odc library may be found at https://github.com/ecmwf/odc

Contributing

The main repository is hosted on GitHub, testing, bug reports and contributions are highly welcomed and appreciated:

https://github.com/ecmwf/pyodc

Please see the CONTRIBUTING.rst document for the best way to help.

Lead developer:

Main contributors:

  • Baudouin Raoult - ECMWF

See also the list of contributors who participated in this project.

License

Copyright 2017-2018 European Centre for Medium-Range Weather Forecasts (ECMWF).

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Changelog for pyodc

1.0.0

  • Initial version

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

pyodc-1.0.1.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

pyodc-1.0.1-py3-none-any.whl (21.5 kB view hashes)

Uploaded Python 3

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