https://github.com/equinor/fmu-sumo-uploader
Upload to Sumo in the FMU context
https://github.com/equinor/fmu-sumo-uploader
data fmu python subsurface sumo
Last synced: 3 months ago
JSON representation
Upload to Sumo in the FMU context
- Host: GitHub
- URL: https://github.com/equinor/fmu-sumo-uploader
- Owner: equinor
- License: apache-2.0
- Created: 2023-10-19T09:46:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T07:13:00.000Z (about 1 year ago)
- Last Synced: 2024-04-12T15:06:34.717Z (about 1 year ago)
- Topics: data, fmu, python, subsurface, sumo
- Language: Python
- Homepage: https://fmu-sumo-uploader.readthedocs.io/en/latest/
- Size: 7.63 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# fmu-sumo-uploader
[](https://fmu-sumo-uploader.readthedocs.io/en/latest/?badge=latest)
[](https://scm-compliance-api.radix.equinor.com/repos/equinor/fmu-sumo-uploader/badge)
[](https://github.com/astral-sh/ruff)## Documentation and guidelines
[fmu-sumo-uploader documentation](https://fmu-sumo-uploader.readthedocs.io/en/latest/)## Contribute
[Contribution guidelines](./CONTRIBUTING.md)## Testing on top of Komodo
fmo-sumo-uploader and [sim2sumo](https://github.com/equinor/fmu-sumo-sim2sumo) are both installed under `fmu/sumo/`.
This means that sim2sumo must also be installed to test a new version of the uploader on top of Komodo.Example: Installing the uploader from `mybranch` on top of Komodo bleeding
```
< Create a new komodo env from komodo bleeding >
< Activate the new env >pip install git+https://github.com/equinor/fmu-sumo-uploader.git@mybranch
pip install git+https://github.com/equinor/fmu-sumo-sim2sumo.git
```The [Explorer](https://github.com/equinor/fmu-sumo) is also installed under `fmu/sumo`. Meaning that if the testing scenario includes the Explorer then it should also be installed on top of Komodo.
```
pip install git+https://github.com/equinor/fmu-sumo.git
```