Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

add the capability to do bulk downloads from /observation endpoint #113

Description

@elidana

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:

curl -o tmp http://fits.geonet.org.nz/observation?typeID=n&siteID=GISB
curl -o tmp http://fits.geonet.org.nz/observation?typeID=e&siteID=GISB
curl -o tmp http://fits.geonet.org.nz/observation?typeID=u&siteID=GISB

Would be good to provide them the capability of doing bulk downloads.
Two different scenarios I can think of:

and

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions