Metadata-Version: 2.1
Name: primap2
Version: 0.2.0
Summary: The next generation of the PRIMAP climate policy analysis suite.
Home-page: https://github.com/pik-primap/primap2
Author: Mika Pflüger
Author-email: mika.pflueger@pik-potsdam.de
License: Apache Software License 2.0
Keywords: primap2
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: xarray
Requires-Dist: pint
Requires-Dist: pint-xarray
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: openscm-units
Requires-Dist: loguru
Requires-Dist: scipy
Requires-Dist: h5netcdf
Requires-Dist: h5py (<3)

=======
PRIMAP2
=======

.. image:: https://img.shields.io/pypi/v/primap2.svg
        :target: https://pypi.python.org/pypi/primap2
        :alt: PyPI status

.. image:: https://readthedocs.org/projects/primap2/badge/?version=main
        :target: https://primap2.readthedocs.io/en/main/?badge=main
        :alt: Documentation Status

PRIMAP2 is the next generation of the PRIMAP climate policy analysis suite.
PRIMAP2 is free software, you are welcome to use it in your own research.
The documentation can be found at https://primap2.readthedocs.io.

Structure
---------

PRIMAP2 is:
 * A flexible and powerful data format built on `xarray <https://xarray.pydata.org>`_.
 * A collection of functions for common tasks when wrangling climate policy
   data, like aggregation and interpolation.
 * A format for data packages built on `datalad <https://www.datalad.org>`_, providing
   metadata extraction and search on a collection of data packages.

Status
------

PRIMAP2 is in active development, and not everything promised above is built
yet.

License
-------
Copyright 2020-2021, Potsdam-Institut für Klimafolgenforschung e.V.

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

https://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.

PRIMAP2 incorporates parts of xarray and pint_xarray, which are available under the
Apache License, Version 2.0 as well. The full text of the xarray copyright statement is
included in the licenses directory.


=========
Changelog
=========

0.2.0
-----
* Add documentation.
* Add tests.
* Add continuous integration using github actions.
* Add functions for storing to and loading from netcdf.
* Add description of the data format.
* Add function which ensures that a dataset is in this data format.
* Provide all functions using a pint extension accessor.

0.1.0
-----

* First development release.


