rinex icon indicating copy to clipboard operation
rinex copied to clipboard

`ionex` looking for 3D ionosphere maps

Open gwbres opened this issue 2 years ago • 6 comments

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

gwbres avatar Nov 27 '22 20:11 gwbres

Hmm... We don't have any IONEX 'on the shelves' here at SDFI. But maybe @stenseng can point us in the right direction?

larsnaesbye avatar Nov 28 '22 15:11 larsnaesbye

Not much luck so far. Wonder if we can create one using this tool....

larsnaesbye avatar Nov 29 '22 15:11 larsnaesbye

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

gwbres avatar Nov 30 '22 22:11 gwbres

Me neither. They mention that the TEC info comes in two data files. But I can find no examples.

larsnaesbye avatar Dec 02 '22 09:12 larsnaesbye

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)...

larsnaesbye avatar Dec 08 '22 20:12 larsnaesbye

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)...

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)

gwbres avatar Dec 09 '22 08:12 gwbres