CNR-Engineering / PyTelTools

Python Telemac Tools for post-processing tasks (includes a workflow)
https://github.com/CNR-Engineering/PyTelTools/wiki
GNU General Public License v3.0
32 stars 15 forks source link

Provide example to reproject result #19

Closed krober10nd closed 1 year ago

krober10nd commented 1 year ago

Hello Luc, Using the workflow gui (and also via the source code) I see various references to geometry.Transformations. After having performed a simulation in geographic space, I'd like to perform some flux calculations and would like to first reproject the results into a UTM coordinate system.

The workflow GUI has a Transformation node but I'm not sure what the format (or how to create) the input file for it. Could you provide some more details there? Thank you.

Screenshot 2023-02-25 at 8 51 09 AM
lucduron commented 1 year ago

Dear Keith,

The transformation file is generated by PyTelTools (thought the tool/interface : "Classic Interface > Transform coordinate systems"). It was specifically designed to provide tools for the modeller to perform comparison between physical model (at a given scale and located in a local CRS) and numerical model. The short documentation of the transformation is here : https://github.com/CNR-Engineering/PyTelTools/wiki/Transform-coordinate-systems.

Best Regards, Luc