DRB Litto3D driver
Project description
Litto3dNode Implementation
This drb-driver-litto3d module implements access to litto3d format (.asc and .xyz files) with DRB data model. It is able to retrieve common implementations such as pandas, numpy or rasterio.
litto3d Factory and litto3d Node
The module implements the basic factory model defined in DRB in its node resolver. Based on the python entry point mechanism, this module can be dynamically imported into applications.
The entry point group reference is drb.driver
.
The implementation name is litto3d
.
The factory class is encoded into drb.drivers.litto3d.node
.
The litto3d has 2 formats:
- .asc which contains a header with spatial attributes and array attributes and an array of data
- .xyz which contains a list of coordinates and the z value with some metadata about the litto3D
The base node can be a DrbFileNode, DrbHttpNode, DrbZipNode or any other nodes able to provide streamed (BufferedIOBase
, RawIOBase
, IO
) litto3d content.
limitations
The current version does not manage child modification and insertion. litto3dNode is currently read only.
Using this module
To include this module into your project, the drb-driver-litto3d
module shall be referenced into requirements.txt
file, or the following pip line can be run:
pip install drb-driver-litto3d
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file drb-driver-litto3d-1.3.0.tar.gz
.
File metadata
- Download URL: drb-driver-litto3d-1.3.0.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e6c408b301186433c4150c3df8a5cf14855e8412937570a80a3b64045faa51c |
|
MD5 | 5dd8e7e2d5c2a7491f7d54c477adb97b |
|
BLAKE2b-256 | 94b73f1cd6d9859521d8e56645572402ef0002bf5a24718961f25b249bd24c28 |
File details
Details for the file drb_driver_litto3d-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: drb_driver_litto3d-1.3.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78164f043a11e2e6ce28045201f6c72caed6b99725f82562fd28f78d613370a6 |
|
MD5 | 7149e7bfd00092dc47ed2fda10b5dfd5 |
|
BLAKE2b-256 | 84cf888324e1f4fc1b2b65a1df659053e9a0e96b00cec26a5d8781c74df2ed20 |