rinex
rinex copied to clipboard
`ionex` looking for 3D ionosphere maps
I can't seem to find 3D IONEX maps anywhere (I mean complete maps, not truncated ones). Theoretically, 3D IONEX is supported but we don't have any data to prove it does work correctly.
Also, that would be the good basis for several new CLI/Library features, like
- 2D -> 3D upgrading by providing h data
- 3D->2D downgrading by removing h data
- Take altitude into account when visualizing a IONEX
- ... and probably other operations
Hmm... We don't have any IONEX 'on the shelves' here at SDFI. But maybe @stenseng can point us in the right direction?
Not much luck so far. Wonder if we can create one using this tool....
Not much luck so far. Wonder if we can create one using this tool....
I can't seem to find any infos on what the inputs to their script should be
Me neither. They mention that the TEC info comes in two data files. But I can find no examples.
Hey @gwbres: take a look at the CODE files on http://www.bernese.unibe.ch/download/ , for example: under http://ftp.aiub.unibe.ch/CODE_TEST/IONO/P1/2022/
I peeked in one of the files (COD0OPSRAP_20223070000_01D_01H_ION.INX after unzipping), and it does mention vertical TEC and has height data (450.0)...
for example: under http://ftp.aiub.unibe.ch/CODE_TEST/IONO/P1/2022/ I peeked in one of the files (
COD0OPSRAP_20223070000_01D_01H_ION.INXafter unzipping), and it does mention vertical TEC and has height data (450.0)...
Hello Lars,
these files are like the ones I stored in the repo, where altitude is fixed. The maps are given at 450 km altitude and that will not change. The grid defines an area where altitude is fixed:
450.0 450.0 0.0 HGT1 / HGT2 / DHGT
Maybe I'm misunderstanding, and a RINEX where altitude is not fixed (points given in a volume, not only an area) does not exist.
Well, actually that is probably not true. If you look at the IONEX specifications,
y/m/d START OF HEIGHT MAPS
[...]
y/m/d END OF HEIGHT MAPS
Does exist. So the file allows describing a volume, and not only measurements accross an area (IMO)