Eocalon specific: x-offset map render so the edge of the map is in the ocean
[?]
Jul 7, 2021, 12:34 AM
6CRZBNMMLPKM7TAJ7HDX4XJR2DKBWOS72Q65QMBO2KSWQADWJPGACDependencies
- [2]
5AMZXFS5model trainer: function to generate inputs to pass neural network for rendering equirectangular projection - [3]
FYOPJXOXModel trainer: North/South comprise the Z axis in the source data - [4]
6AXPZL5PTry to offload tight loop to rust (for now it segfaults)
Change contents
- replacement in trainmodel/src/helpers.rs at line 112
let xr = (x as f64) / (width as f64) * 2. * PI;let xr = ((x as f64) / (width as f64) + 0.15) * 2. * PI;