-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrecipe.yaml
More file actions
82 lines (74 loc) · 2.28 KB
/
Copy pathrecipe.yaml
File metadata and controls
82 lines (74 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
schema_version: 1
context:
name: "las-geoh5"
python_min: "3.12"
# Extract version from auto-generated _version.json
version: "${{ load_from_file('_version.json').version | trim }}"
module_name: ${{ name|lower|replace("-", "_") }}
package:
name: ${{ name|lower }}
version: "${{ version }}"
source:
path: ../${{ name }}
build:
number: 1
noarch: python
script:
env:
POETRY_DYNAMIC_VERSIONING_BYPASS: "${{ version }}"
content:
${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
python:
entry_points:
- geoh5_to_las = las_geoh5.scripts.geoh5_to_las:main
- las_to_geoh5 = las_geoh5.scripts.las_to_geoh5:main
requirements:
host:
- pip
- python ${{ python_min }}.*
- poetry-core >=1.8.0
- poetry-dynamic-versioning >=1.9, 1.*
run:
- python >=${{ python_min }}
# Mira packages
- geoh5py >=0.13.0b1, <0.15.0a.dev
# direct dependencies
- lasio 0.32.*
- numpy >=2.4.0, 2.4.*
- pydantic 2.12.*
- tqdm >=4.66.1, 4.*
tests:
- python:
python_version: ${{ python_min }}.*
imports:
- ${{ module_name }}
- ${{ module_name }}._version
- script:
- pytest --ignore=tests/version_test.py
requirements:
run:
- pytest
files:
source:
- tests/
- package_contents:
files:
- site-packages/${{ module_name }}/_version.py
about:
summary: Import/Export LAS files to/from geoh5 format.
description: |
Import/Export LAS files to/from geoh5 format.
This package allows for import and export of LAS files to and from a drillhole group. There is a module each for import and export operations. Each of these includes a driver and a ui.json that parameterizes the driver and renders a UI for use within Geoscience ANALYST Pro. Read on to learn how to install las-geoh5 and get started importing and exporting LAS files.
license: MIT
license_file:
- LICENSE
- docs/source/THIRD_PARTY_SOFTWARE.rst
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration/
repository: https://github.com/MiraGeoscience/las-geoh5
documentation: https://mirageoscience-las-geoh5.readthedocs-hosted.com/en/stable/
extra:
recipe-maintainers:
- andrewg-mira
- domfournier
- RomFloreani
- sebhmg