معرفی شرکت ها


drb-impl-image-1.0b2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

DRB Image implementation
ویژگی مقدار
سیستم عامل -
نام فایل drb-impl-image-1.0b2
نام drb-impl-image
نسخه کتابخانه 1.0b2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده GAEL Systems
ایمیل نویسنده drb-python@gael.fr
آدرس صفحه اصلی https://gitlab.com/drb-python/impl/image
آدرس اینترنتی https://pypi.org/project/drb-impl-image/
مجوز -
# ImageNode Implementation This drb-impl-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.impl`.<br/> The implementation name is `image`.<br/> The factory class is encoded into `drb_impl_image.image_node_factory`.<br/> 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-impl-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-impl-image` module shall be referenced into `requirement.txt` file, or the following pip line can be run: ```commandline pip install drb-impl-image ```


نیازمندی

مقدار نام
<1.1.0,>=1.0.1 drb
<1.1.0,>=1.0.1 drb-impl-file
>=0.20 versioneer
>=1.21.2 numpy
>=1.2.8 rasterio
>=0.19.0 xarray


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl drb-impl-image-1.0b2:

    pip install drb-impl-image-1.0b2.whl


نصب پکیج tar.gz drb-impl-image-1.0b2:

    pip install drb-impl-image-1.0b2.tar.gz