You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, users can only download a data type and a single site per time.
To download data for the siteID=GISB, they will need to run the same command 3 times:
I do 'all available siteIDs related to a typeID' with python but its a bit fiddly. Being able to do this with a single query would be nice, and woud enable non-pythoners to do it too.
Both is and the other possible query then result in the obvious question - how do I visualise the downloaded data? You realise that if we have these queries someone will then want to return plots. So we should think about this a bit, sometime.
uuuh, that's tricky. I haven't thought about the possibility of people wanting ALSO to visualize allthethings. But...I think the first example (i.e. all typeID related to a specific siteID), is already covered by #65 , right?
I just thought it was human nature to ask for the next thing! Yes, right. Before we get much further we really have to think about display of these data
At the moment, users can only download a data type and a single site per time.
To download data for the siteID=GISB, they will need to run the same command 3 times:
Would be good to provide them the capability of doing bulk downloads.
Two different scenarios I can think of:
typeID
s related to asiteID
something like: http://fits.geonet.org.nz/observation?typeID=all&siteID=GISB
and
siteID
s related to atypeID
something like: http://fits.geonet.org.nz/observation?typeID=e&siteID=all
The text was updated successfully, but these errors were encountered: