ukhas / habitat

Next Generation High Altitude Balloon Tracking
http://habitat.habhub.org/
GNU General Public License v3.0
41 stars 14 forks source link

pre_parse filters are not particularly useful at the moment. #186

Open danielrichman opened 12 years ago

danielrichman commented 12 years ago

Since we changed to having config in a YAML file pre-parse filters can't be easily set at runtime, so while it is possible to add one and restart the daemon, this could be better. There have been exactly zero uses for a pre parse filter so far though.

Also relevant (sort of): default_config has suffered the same fate. Similarly has not had any use. Could drop this feature from the parser tbh; would simplify the parse function.

adamgreig commented 12 years ago

default_config has been removed from the parser

danielrichman commented 11 years ago

Having just had to use a pre_filter (remove 0x00s from a string with UKHAS therefore refused to even contemplate parsing): feature request - ability to specify pre_filters in couch