https://github.com/geosiris-technologies/energyml-python
https://github.com/geosiris-technologies/energyml-python
eml energistics energyml epc geojson hdf5 json prodml resqml witsml xml
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geosiris-technologies/energyml-python
- Owner: geosiris-technologies
- License: apache-2.0
- Created: 2024-02-08T13:55:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T15:16:01.000Z (4 months ago)
- Last Synced: 2026-02-04T03:44:03.944Z (4 months ago)
- Topics: eml, energistics, energyml, epc, geojson, hdf5, json, prodml, resqml, witsml, xml
- Language: Python
- Homepage:
- Size: 3.63 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# energyml-utils
This project contains multiple projects to use RESQML/WITSML/PRODML with python.
## Supported versions:
- Resqml
- [2.0.1](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-resqml2-0-1) : **energyml-resqml2-0-1**
- [2.2dev3](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-resqml2-2-dev3) : **energyml-resqml2-2-dev3**
- [2.2](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-resqml2-0-1) : **energyml-resqml2-2**
- Witsml
- [2.0](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-witsml2-0) : **energyml-witsml2-0**
- [2.1](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-witsml2-1) : **energyml-witsml2-1**
- Prodml
- [2.0](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-prodml2-0) : **energyml-prodml2-0**
- [2.1](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-prodml2-2) : **energyml-prodml2-2**
- Common (eml)
- [2.0](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-common2-0) : **energyml-common2-0**
- [2.1](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-common2-1) : **energyml-common2-1**
- [2.2](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-common2-2) : **energyml-common2-2**
- [2.3](https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-common2-3) : **energyml-common2-3**
## Utility package (EPC + h5 support):
To ease the use of the energyml data, we provided a module called **energyml-utils**.
For more information, check the sub project : https://github.com/geosiris-technologies/energyml-python/tree/main/energyml-utils.