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

@elidana

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

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