You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The units for the coordinates are set to meters by default. When we write to the OPF files, we convert into centimeters (yes that's bad but it is what it is). Atm we x100 the values, but we should really transform into cm using the newly implemented CRS in Meshes. The code to update is here:
The units for the coordinates are set to meters by default. When we write to the OPF files, we convert into centimeters (yes that's bad but it is what it is). Atm we x100 the values, but we should really transform into cm using the newly implemented CRS in Meshes. The code to update is here:
PlantGeom.jl/src/ops/read_ops.jl
Lines 81 to 84 in 0fbebac
Also in:
PlantGeom.jl/src/ops/read_ops.jl
Lines 107 to 108 in 0fbebac
What we should do also is to convert from m into cm when writing the OPF, and convert in m from cm when reading the OPF.
The text was updated successfully, but these errors were encountered: