Replies: 2 comments 6 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hello, MaryWP, could you please share with me this methodology? I need to create UTCI maps for an entire city and I don't know yet exactly how to proceed using UMEP. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we had an idea about getting the PET (or UTCI) output of SOLWEIG into a raster format.
We let QGIS produce a set of regular points in a 2 m raster. (However, I will probably use 1m the next time.) Those were the input vector for the POIs in the SOLWEIG calculation.
Then, I wrote a R-Script, which takes out all the PET/UTCI values for a certain time step and puts them into a table (with the point IDs).
After that I get the table into QGIS, join with the regular points (via the IDs) and then interpolate/rasterize (whatever works).
It's an easy workflow, which produced a fast output.
Did somebody try anything similar?
I couldn't find a matching discussion, but would be happy to discuss :)
Beta Was this translation helpful? Give feedback.
All reactions