Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drb-driver-litto3d-1.3.0.tar.gz (24.6 kB view hashes)

Uploaded Source

Built Distribution

drb_driver_litto3d-1.3.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page