projecthorus / sondehub-tracker

🎈 Frontend for SondeHub Radiosonde Tracking
https://v2.sondehub.org
MIT License
61 stars 26 forks source link

Add filter by Radiosonde Type #5

Closed darksidelemm closed 3 years ago

darksidelemm commented 3 years ago

Add a dropdown box on the top bar, next to the search box (or perhaps we can make use of the filter box somehow?) to allow filtering by radiosonde type.

Support for this kind of filtering also needs to be added to the Sondehub API. Since the radiosonde 'subtype' (e.g. RS41-SGP) data is not always available, we will have to filter by the 'top level' type (e.g. RS41, DFM, M10...).

LukePrior commented 3 years ago

This is now in the latest testing branch with the following supported options:

["RS92", "RS92-SGP", "RS92-NGP", "RS41", "RS41-SG", "RS41-SGP", "RS41-SGM", "DFM", "DFM06", "DFM09", "DFM17", "M10", "M20", "iMet-4", "iMet-54", "LMS6", "LMS6-400", "LMS6-1680", "iMS-100", "MRZ", "chase"]

LukePrior commented 3 years ago

This is now live.

rs1729 commented 3 years ago

Sorry, probably I missed something, but where is this drop down box? On v2.sondehub.org I see the "Sonde Serial" search box, nothing dropping down. A filter drop down box would be good, or maybe drop down check boxes such that e.g. "RS41", "RS41-SG", "RS41-SGP" could be combined.

Is it possible to not display chase cars?

LukePrior commented 3 years ago

Sorry it might not be clear this uses the sonde serial search box. You can just enter RS41 and click search which will only return RS41.

It is currently not possible to hide chase cars.

https://sondehub.org/#!mt=Mapnik&mz=5&qm=3h&mc=53.47497,-2.21924&q=RS41

LukePrior commented 3 years ago

Is it possible to not display chase cars?

This option is now available.