Hi,
First of all, thanks so much for making this tool available publicly. At Royal Dutch National Meteorological Institute (KNMI) we are making good use of it, so we're very happy that we're able to do so.
Currently we're trying to improve the performance of our overall pipeline that is using the Asterix decoding through the Python wrapper. One of the options we would like to explore is to see if we can reduce the processing time of the Asterix file by filtering out data items of categories that we are not interested in.
It seems like the CLI already has this option (-LF) but since we're using the Python wrapper this functionality doesn't seem available to use yet. Are we overlooking a certain feature that might help us filter the categories, or is this feature yet to be added? Even though we're not that well versed in C++, we might attempt adding the functionality ourselves (and submitting a pull request), but we would appreciate some advice on whether you think it's feasible and the amount of work it would likely require.
Thanks in advance!
Hi,
First of all, thanks so much for making this tool available publicly. At Royal Dutch National Meteorological Institute (KNMI) we are making good use of it, so we're very happy that we're able to do so.
Currently we're trying to improve the performance of our overall pipeline that is using the Asterix decoding through the Python wrapper. One of the options we would like to explore is to see if we can reduce the processing time of the Asterix file by filtering out data items of categories that we are not interested in.
It seems like the CLI already has this option (
-LF) but since we're using the Python wrapper this functionality doesn't seem available to use yet. Are we overlooking a certain feature that might help us filter the categories, or is this feature yet to be added? Even though we're not that well versed in C++, we might attempt adding the functionality ourselves (and submitting a pull request), but we would appreciate some advice on whether you think it's feasible and the amount of work it would likely require.Thanks in advance!