Metadata-Version: 2.1
Name: geoh5py
Version: 0.1.5
Summary: Python API for geoh5, an open file format for geoscientific data
Home-page: https://mirageoscience.com
License: LGPL-3.0-or-later
Keywords: geology,geophysics,data,interoperability
Author: Mira Geoscience
Author-email: support@mirageoscience.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: h5py (>=3.2.1,<4.0.0)
Requires-Dist: numpy (!=1.19.4)
Project-URL: Documentation, https://geoh5py.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/MiraGeoscience/geoh5py
Description-Content-Type: text/x-rst

geoh5py: Python API for geoh5. An open file format for geoscientific data
==========================================================================

The **geoh5py** library has been created for the manipulation and storage of a wide range of
geoscientific data (points, curve, surface, 2D and 3D grids) in
`geoh5 file format <https://gist.github.com/jincandescent/06a3bd4e0e54360ad191>`_.
Users will be able to directly leverage the powerful visualization
capabilities of `Geoscience ANALYST <https://mirageoscience.com/mining-industry-software/geoscience-analyst/>`_ along with open-source code from the Python ecosystem.

Installation
^^^^^^^^^^^^
**geoh5py** is currently written for Python 3.7 or higher, and depends on `NumPy <https://numpy.org/>`_ and
`h5py <https://www.h5py.org/>`_.

.. note:: Users will likely want to take advantage of other packages available in the Python ecosystem.
    We therefore recommend using `Anaconda <https://www.anaconda.com/download/>`_ to manage the installation.


Install **geoh5py** from PyPI::

    $ pip install geoh5py


Feedback
^^^^^^^^
Have comments or suggestions? Submit feedback.
All the content can be found on the github_ repository.

.. _github: https://github.com/MiraGeoscience/geoh5py


Visit `Mira Geoscience website <https://mirageoscience.com/>`_ to learn more about our products
and services.


License
^^^^^^^
geoh5py is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

geoh5py is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with geoh5py.  If not, see <https://www.gnu.org/licenses/>.


Copyright
^^^^^^^^^
Copyright (c) 2021 Mira Geoscience Ltd.

