From 9540fa95fa66941cb9302c6d8a97b41f90b31839 Mon Sep 17 00:00:00 2001 From: Aimee Barciauskas Date: Fri, 28 Apr 2023 04:09:30 -0700 Subject: [PATCH 1/2] Update data_request.md --- .github/ISSUE_TEMPLATE/data_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/data_request.md b/.github/ISSUE_TEMPLATE/data_request.md index 54d076b..15ebf3f 100644 --- a/.github/ISSUE_TEMPLATE/data_request.md +++ b/.github/ISSUE_TEMPLATE/data_request.md @@ -29,6 +29,26 @@ assignees: freitagb, wildintellect **Intended science use case** *Please describe how you intend to use the data, or the expected relevance to MAAP users.* +## Spatio-Temporal Asset Catalog (STAC) + +This collection will be published as a Spatio-Temporal Asset Catalog (STAC) Collection. You can read the complete STAC collection spec here: https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md. + +The minimum set of fields required to submit a STAC collection are: + +**id:** Identifier for the Collection that is unique across the provider. This is typically an abbreviated and hyphenated or camel-cased version of the dataset name, For example `gedi_l2a_v002` for "GEDI L2A Elevation and Height Metrics Data Global Footprint Level V002". + +**title:** A short descriptive one-line title for the collection. Technically, this is not requried by the STAC Spec but it is used by the STAC browser. + +**description:** Detailed multi-line description to fully explain the collection. + +**spatial extent:** A bounding box for the potential spatial extents covered by the collection. Read more in the [spatial-extent-object section of the spec](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#spatial-extent-object). + +**temporal extent:** Describes the temporal extents of the collection as an interval. Read more in the [temporal-extent-object section of the spec](v). + +**links:** A list of references to other documents. There must be a at least one link and we highly recommend and may require in the future link to documentation which includes details about how to access and open the data. + +**Again, this is the minimum set of information to publish to STAC. If there is other information to include about the dataset which might be relevant to other users in finding or using the dataset, please let us know and we can help determine how to include that information in the STAC collection.** + ## Optional **Approximate size of data** From f3f826ab6f0dd9e904ea8739982a9c4fdd489c8f Mon Sep 17 00:00:00 2001 From: Aimee Barciauskas Date: Fri, 28 Apr 2023 04:16:29 -0700 Subject: [PATCH 2/2] Update data_request.md --- .github/ISSUE_TEMPLATE/data_request.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/data_request.md b/.github/ISSUE_TEMPLATE/data_request.md index 15ebf3f..8035f13 100644 --- a/.github/ISSUE_TEMPLATE/data_request.md +++ b/.github/ISSUE_TEMPLATE/data_request.md @@ -31,19 +31,29 @@ assignees: freitagb, wildintellect ## Spatio-Temporal Asset Catalog (STAC) -This collection will be published as a Spatio-Temporal Asset Catalog (STAC) Collection. You can read the complete STAC collection spec here: https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md. +This collection will be published as a Spatio-Temporal Asset Catalog (STAC) Collection. You can read the complete STAC collection spec here: (https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md). -The minimum set of fields required to submit a STAC collection are: +If you need help with any of the fields below, please let us know. **id:** Identifier for the Collection that is unique across the provider. This is typically an abbreviated and hyphenated or camel-cased version of the dataset name, For example `gedi_l2a_v002` for "GEDI L2A Elevation and Height Metrics Data Global Footprint Level V002". +_We can create an id from the Dataset Name from the first section if not otherwise indicated._ + **title:** A short descriptive one-line title for the collection. Technically, this is not requried by the STAC Spec but it is used by the STAC browser. +_We will use the Dataset Name from the first section if not otherwise indicated._ + **description:** Detailed multi-line description to fully explain the collection. +_We will reuse the Dataset Description from the first section if not otherwise indicated._ + **spatial extent:** A bounding box for the potential spatial extents covered by the collection. Read more in the [spatial-extent-object section of the spec](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#spatial-extent-object). -**temporal extent:** Describes the temporal extents of the collection as an interval. Read more in the [temporal-extent-object section of the spec](v). +_Please provide the spatial extent as a bounding box._ + +**temporal extent:** Describes the temporal extents of the collection as an interval. Read more in the [temporal-extent-object section of the spec](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#temporal-extent-object). + +_Please provide the temporal extent as an interval. If the dataset has a single date time or is currently ongoing, a single date is appropriate._ **links:** A list of references to other documents. There must be a at least one link and we highly recommend and may require in the future link to documentation which includes details about how to access and open the data.