PR for Urban Heat Island computation through OpenEO UDP#401
Closed
adriaanzico wants to merge 4 commits intoESA-APEx:mainfrom
Closed
PR for Urban Heat Island computation through OpenEO UDP#401adriaanzico wants to merge 4 commits intoESA-APEx:mainfrom
adriaanzico wants to merge 4 commits intoESA-APEx:mainfrom
Conversation
Contributor
|
Thank you for this contribution @adriaanzico. I have created a new PR that allows me to do some quick fixes to the record as I am not allowed to push to the remote fork: #405. In this PR you can also preview the record, how it will show up in the APEx Algorithm Catalogue. I'll close this one in favor of the other. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is to add a new algorithm into the APEx algorithm catalogue from Compass Informatics. This OpenEO public UDP uses Landsat 8/9 thermal imagery, and ESA CCI land cover maps to compute the urban heat island (UHI) effect for any urban AOI during the summer months of any given years. It uses https://openeo.dataspace.copernicus.eu/openeo/1.2 as backend.
The process is described below:
Algorithm:
The UDP was created with a Python script (algorithm_catalog/compass_informatics/openeo_udp/UHI_udp.py). It includes a summary and a description. It is named 'UHI_per_pixel' and can be found in namespace https://openeo.dataspace.copernicus.eu/openeo/1.2/processes/u:776bee94-53de-49f5-88d6-c3660d927048/UHI_per_pixel
The UDP has been tested in Python script algorithm_catalog/compass_informatics/openeo_udp/UHI_udp_run.py. The required inputs for this UDP are spatial_extent and temporal_extent. The output is a GeoTIFF showing the UHI value per pixel.