Add-on containing widgets for earth observation data operations
Project description
Orange3 Earth Observation Add-on
This is an add-on for Orange3. Add-on can extend Orange either in scripting or GUI part, or in both. Register it with Orange and add a new workflow with some of these widget to example tutorials.
Installation
Orange3 and the EO Addon must be installed in the same Python environment.
Orange 3
pip install pyQt5 PyQtWebEngine
pip install orange3
Earth Observation Addon
pip install orange-earth-observation
Usage
Orange3 can be run using the following command:
orange-canvas
or
python -m orange.canvas
New widgets should appear in the toolbox bar under the Earth Observation section.
Widgets Description
ODM (Orange Data Mining) is an open source machine learning and data visualization tool. It allows to build data analysis workflows visually, with a large, diverse toolbox.
It also allows to write its own widget in order to extend Orange functionalities either in scripting or GUI, for this, you can write an add-on, add-ons implement additional widgets for more specific use cases. Refer to Orange documentation for details on how to install and use ODM, also an example Add-on for Orange.
We develop a list of widgets to be used in ODM, each widget has a functionality to be mainly applied on EO (Earth Observation) Data.
EODataCatalog Widget
Offers access to 3 services; ODataServiceNodeCSC
, ODataServiceNodeDhus
and ODataServiceNodeDias
via OData Protocol.
OData services require authentication which is performed using drb keyring connection, refer to documentation for more details on how to use.
EODataCatalog Widget has a list of multi-option boxes to filter for products by Mission, Platform, Type,
Sensor, and a slider to define the Cloud Cover maximum value, the filter is passed through ODataQueryPredicate
.
A DrbNode
is retrieved, and can be passed through the output to be used by other ODM widgets, the product corresponding
can also be downloaded to local file.
EONutsShape Widget
EONutsShape Widget is used to crop Sentinel 2 TCI (True Color Image), remove parts not part of NUTS shape.
It takes a DrbNode
as input, needs a file in .shp format containing polygons shapes corresponding to NUTS Region.
The output is a DrbImageBaseNode
of the TC Image in selected NUTS Region.
EOMosaicImage Widget
EOMosaicImage Widget is used to assemble image parts when possible, creating a mosaic image, corresponding to a predefined NUTS Region.
It takes a list of DrbImageBaseNode
as input, all inputs need to be in same CRS and NUTS region.
The output is a DrbImageBaseNode
of the assembled TC Image.
EOReprojectImage Widget
EOReprojectImage Widget is used to reproject an image from one CRS to another.
It takes a DrbImageBaseNode
as input and outputs the same.
EOCloudMask Widget
EOCloudMask Widget is used to mask Sentinel 2 TCI (True Color Image), remove pixels representing clouds,
shadows, water, snow or ice.
It takes a DrbNode
as input, needs the SCL band containing the mask information which can be found
in the same S2 product. The output is a DrbImageBaseNode
of the TC Image with selected mask applied on.
EOHistogram Widget
EOHistogram Widget is used for histogram visualisation, basic and adaptive histogram equalization.
It takes a DrbImageBaseNode
as input, the output is a DrbImageBaseNode
after histogram equalization are done.
It might need to specify the Clip Limit which is used by the algorithm to apply adaptive equalization.
EOHistogram Widget can also take a list of DrbImageBaseNode
as input, in order to perform a histogram matching
after specifying the reference image.
EOCropImage Widget
EOCropImage Widget is used to crop an image in a selected rectangle ROI, defined visually on the widget's GUI
with a red rectangle, sliders can be used to variate Crop Size, Vertical Range X and the
Horizontal Range Y that modify visually the red rectangle's size and position.
It takes a DrbImageBaseNode
as input, the output is a DrbImageBaseNode
of the cropped image.
EOLoadImage Widget
EOLoadImage Widget is used to load images from the directory structure.
The output is a DrbImageBaseNode
of the selected image.
EOViewImage Widget
EOViewImage Widget is used to visualize images inside Orange Data Mining.
A slider is used to variate Image Size that modify visually the size of the image.
It takes a list of DrbImageBaseNode
as input, the output is a DrbImageBaseNode
of the selected image.
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
Hashes for orange-earth-observation-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d64a5fe0855c39b9b240942ac74e4c41f0e283fc7c6734ca9f31ae87a7f28b81 |
|
MD5 | abe2369272b2b2c2981363f557efe77b |
|
BLAKE2b-256 | 740cd79f86c803324da7e671034ac6560007fc911287f74ae15c57a22d010ee4 |
Hashes for orange_earth_observation-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9016159c34b63c657df4f4e097e47ae7c6c293ddf3d8dcca4fbcfe5f6f91a752 |
|
MD5 | 48d6ea5ecd715a2d57620242f4eb54d7 |
|
BLAKE2b-256 | 510e48b1ae064f71819e1b396e00091b63f64eb1d2b14040dc27259afa3d5c9b |