las-geoh5 0.2.1

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

lasgeoh5 0.2.1

las-geoh5
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.

Table of Contents

Documentation
Installation
Basic Usage

From Geoscience Analyst
From command line


License
Third Party Software
Copyright



Documentation
Online documentation


Installation
Install las-geoh5 with pip from PyPI:
$ pip install las-geoh5
Or from a branch on github:
$ pip install --upgrade --force-reinstall https://github.com/MiraGeoscience/las-geoh5/archive/refs/heads/BRANCH_NAME.zip
(to use a tag rather than a branch, replace heads\BRANCH_NAME.zip by tags\TAG_NAME.zip)
Or from a local sources, after you have cloned the repository:
$ git clone https://github.com/MiraGeoscience/las-geoh5 [-b BRANCH_NAME]
$ pip install -e las-geoh5


Basic Usage

From Geoscience Analyst
The most convenient way to use this package is through Geoscience ANALYST Pro
where the import files driver may be run from the file -> import
menu.
All drivers may also be run from a ui.json file in Geoscience ANALYST Pro
by either adding to the Python Scripts directory or drag and drop into
the viewport. Defaulted ui.json files can be found in the uijson folder
of the las-geoh5 project.


From command line
To run from command line, prepare first a JSON file with the parameters required for conversion.
Then execute with:
$ las_to_geoh5 parameters.json [-o output_geoh5]
$ geoh5_to_las parameters.json [-o output_dir]
where parameters.json is the path on disk to a JSON file with required input parameters.
If optional -o (or --out) value is not provided, the program will write out to the location
specified by the JSON file.



License
MIT License
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Third Party Software
The curve-apps Software may provide links to third party libraries or code (collectively “Third Party Software”)
to implement various functions. Third Party Software does not comprise part of the Software.
The use of Third Party Software is governed by the terms of such software license(s).
Third Party Software notices and/or additional terms and conditions are located in the
THIRD_PARTY_SOFTWARE.rst file.


Copyright
Copyright (c) 2024 Mira Geoscience

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.