Trying to sort out some of the things that are currently blocking #82 and #83.
I need to remove from the db obsolete "bernese5" data (typeID = e, n, u)
The db is populated with some obsolete data (product of an old processing strategy) that can now be deleted.
Could please the following data be deleted ():
all typeID=e, n, u associated with the methodID=bernese5
These data are empty, as you can see from:
[elidana@rally ~]% curl -o temp "https://fits.geonet.org.nz/observation?networkID=LI&siteID=AUCK&typeID=e&methodID=bernese5"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 30 0 30 0 0 93 0 --:--:-- --:--:-- --:--:-- 600
(e_rf, n_rf, u_rf stay for now)
ps. I had a quick look at fits-loader, and it doesn't seem to me there's a provision for the user to do such a thing (and it sounds quite reasonable)
Thanks!