Collections

  • GET /apps/{app}/collections/{uuid}/services.json Get collection description

    Retrieve the collection service description. This contains information regarding the services available, the documentation options, and the dataset set.

    Request Parameters

    Route Parameters
    Parameter Description Type Options
    app Application alias string rgis, epscor, elseweb
    uuid Collection identifier uuid
    Query Parameters

    Coming soon.

    Examples

    Coming soon.

    Response

    Coming soon.

  • GET /apps/{app}/collections/{uuid}/metadata/{standard}.{ext} Download collection documentation

    Download the documentation for the specified collection.

    Currently, GSToRE includes support only for ISO-19115:DS (Data Series) records for collection documentation.

    Request Parameters

    Route Parameters
    Parameter Description Type Options
    app Application alias string rgis, epscor, elseweb
    uuid Collection identifier uuid
    standard Documentation standard string ISO-19115:DS
    ext Documentation format string xml
    Query Parameters

    Coming soon.

    Examples

    Coming soon.

    Response

    Coming soon.

  • GET /apps/{app}/collections/{uuid}/footprint.{ext} Get the collection's footprint

    Get the collection's footprint as one of the supported spatial formats.

    Coming soon.

    Request Parameters

    Route Parameters
    Parameter Description Type Options
    app Application alias string rgis, epscor, elseweb
    uuid Collection identifier uuid
    ext format string kml, geojson, gml
    Query Parameters

    Coming soon.

    Examples

    Coming soon.

    Response

    Coming soon.

  • GET /apps/{app}/collections/{uuid}/services/ogc/{wxs} Access WxS service

    Access the collection data via WxS services. Service availability depends on the types of data included in the collection and is limited to those collections containing raster and/or vector datasets. As such, a collection's WxS may have multiple layers, including tile index layers.

    Request Parameters

    Route Parameters
    Parameter Description Type Options
    app Application alias string rgis, epscor, elseweb
    uuid Collection identifier uuid
    wxs OGC Service Type string wms, wfs, wcs
    Query Parameters

    GSToRE uses MapServer to provide OGC services. Please see MapServer for more information regarding the required query parameters and their definitions.

    To identify which OGC services are supported for a given collection, please refer to the collection's service response (Get collection description). This information can also be found in the collection's documentation (Download collection documentation).

    Examples

    Coming soon.

    Response

    The structure of the response varies depending on the OGC service and query parameters selected.