DRB Image driver
Project description
ImageNode Implementation
This drb-driver-image module implements images data formats to be accessed with DRB data model. It is able to navigates among the images contents and accessing the image data.
Supported images formats
The current implementation is based on RasterIO module. It has been tested with Tiff/GeoTIFF, Jp2k and png formats.
There are no limitations to use other formats supported by rasterio, see https://gdal.org/drivers/raster/index.html for details.
Image Factory and Image 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.drivers
.
The implementation name is image
.
The factory class is encoded into drb-drivers-image.base_node
.
The image factory creates an ImageNode from an existing image data. It uses a base node to access the content data with the streamed base node implementation.
The base node can be a FileNode (See drb-driver-file), HttpNode, ZipNode or any other node able to provide streamed (BufferedIOBase
, RawIOBase
, IO
) xml content.
limitations
The current version does not manage child modification and insertion. ImageNode is currently read only.
Using this module
To include this module into your project, the drb-driver-image
module shall be referenced into requirement.txt
file, or the following pip line can be run:
pip install drb-driver-image
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
Built Distribution
File details
Details for the file drb-driver-image-1.3.0.tar.gz
.
File metadata
- Download URL: drb-driver-image-1.3.0.tar.gz
- Upload date:
- Size: 31.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/6.8.0 pkginfo/1.9.6 requests/2.27.1 requests-toolbelt/1.0.0 tqdm/4.66.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcb86e4ec766dfaa7860dbe81c543bf0b7d6469b644c5088c53b52af83a60261 |
|
MD5 | df53df167bd870d153e25681da753471 |
|
BLAKE2b-256 | 5bf14fab2a697da1bef1775bcd372ec9476c3a519c4b360c611b4802420fe1be |
File details
Details for the file drb_driver_image-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: drb_driver_image-1.3.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/6.8.0 pkginfo/1.9.6 requests/2.27.1 requests-toolbelt/1.0.0 tqdm/4.66.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4be23b345612d0c32331835a43edf20cc68f1579302cd12b7fff367399ed155c |
|
MD5 | 3921e504b946b40203bc550563b2719e |
|
BLAKE2b-256 | 6a16fc18f1696ed68d5f28bbdb7b90496c301c82282aca7f9ea45f76f3abbcac |