eonerf icon indicating copy to clipboard operation
eonerf copied to clipboard

Can you share the specific processing code for data in UTM coordinate system?

Open WBS111 opened this issue 1 year ago • 1 comments

The UTM coordinate system is more suitable for the grid-based distribution of point coordinates compared to ECEF. I am exploring a grid-density based NeRF method and would like to use the UTM coordinate system to process the data.

WBS111 avatar Dec 13 '24 08:12 WBS111

Hi, You can check how the utm coordinate system is used to define the camera rays in EO-NeRF here: https://github.com/rogermm14/eonerf_code/blob/main/datasets/satellite.py

rogermm14 avatar Sep 26 '25 19:09 rogermm14