ARPA-SIMC / arkimet

A set of tools to organize, archive and distribute data files.
Other
15 stars 5 forks source link

Extract ODIMH5 based on area #298

Closed tgastaldo closed 1 year ago

tgastaldo commented 1 year ago

I woluld like to extract an ODIMH5 data from an arkimet archive based on area, since origin is not defined. Performing an "arki-scan -yaml" on a similar file I have found this:

Area: ODIMH5(lat=40883000, lon=14286000, radius=0)

So, I have tried:

rki-query --data -o odim_202303070300_X 'reftime:=2023-03-07 03:00; area:ODIMH5,40883000,14286000;' $WORK/casi_studio/backup_radar_vol

But i get the error:

cannot parse type of area to match: unsupported area match: ODIMH

What should I do?

Thank you!

mnuccioarpae commented 1 year ago

https://arpa-simc.github.io/arkimet/matcher/area.html#matching-odimh5-areas

Does this help?

tgastaldo commented 1 year ago

Yes! Thank you very much!