Skip to content

Commit

Permalink
Merge pull request #1003 from radiantearth/scientific-rename
Browse files Browse the repository at this point in the history
Renamed "Scientific Extension" to "Scientific Citation Extension" #990
  • Loading branch information
cholmes committed Feb 23, 2021
2 parents ff6fc37 + bf873b3 commit f5851c1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Made `summaries` to be *strongly recommended* - everyone should strive to implement them, as they are very useful.
- `proj:geometry` allows all GeoJSON geometries instead of just a polygon.
- `label:description` and `processing:lineage` allow CommonMark for rich-text representation ([#950](https://github.com/radiantearth/stac-spec/issues/950))
- Renamed "Scientific Extension" to "Scientific Citation Extension" ([#990](https://github.com/radiantearth/stac-spec/issues/990))

### Removed

Expand Down
5 changes: 3 additions & 2 deletions collection-spec/collection-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ The data provider is free to decide, which fields are reasonable to be used.

Commonly used extensions for the STAC Collection specification:

* [Asset Definition](../extensions/item-assets/README.md): Allows to indicate the structure of the Item assets.
* [Scientific extension](../extensions/scientific/README.md): Add fields to indicate citations and DOIs.
* [Collection Assets](../extensions/collection-assets/README.md): Adds downloadable assets to Collections.
* [Item Assets Definition](../extensions/item-assets/README.md): Allows to indicate the structure of the Item assets.
* [Scientific Citation extension](../extensions/scientific/README.md): Add fields to indicate citations and DOIs.
* [Versioning Indicators extension](../extensions/version/README.md): Allows versioning by adding the fields `version` and `deprecated`.

The [extensions page](../extensions/README.md) gives a full overview about relevant extensions for STAC Collections.
2 changes: 1 addition & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ These extensions add new fields or semantics to STAC objects.
| [Projection](projection/README.md) | projection | proj | Item | *Proposal* | Provides a way to describe items whose assets are in a geospatial projection. |
| [SAR](sar/README.md) | sar | sar | Item | *Proposal* | Covers synthetic-aperture radar data that represents a snapshot of the earth for a single date and time. |
| [Satellite](sat/README.md) | sat | sat | Item | *Proposal* | Satellite related metadata for data collected from satellites. |
| [Scientific](scientific/README.md) | scientific | sci | Item, Collection | *Proposal* | Scientific metadata is considered to be data that indicate from which publication data originates and how the data itself should be cited or referenced. |
| [Scientific Citation](scientific/README.md) | scientific | sci | Item, Collection | *Proposal* | Metadata that indicate from which publication data originates and how the data itself should be cited or referenced. |
| [Single File STAC](single-file-stac/README.md) | single-file-stac | - | Catalog | *Proposal* | An extension to provide a set of Collections and Items within a single file catalog. |
| [Tiled Assets](tiled-assets/README.md) | tiled-assets | tiles | Item, Catalog, Collection | *Proposal* | Allows to specify numerous assets using asset templates via tile matrices and dimensions. |
| [Timestamps](timestamps/README.md) | timestamps | - | Item | *Proposal* | Allows to specify numerous timestamps for assets and metadata. |
Expand Down
8 changes: 4 additions & 4 deletions extensions/scientific/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Scientific Extension Specification
# Scientific Citation Extension Specification

- **Title: Scientific**
- **Title: Scientific Citation**
- **Identifier: scientific**
- **Field Name Prefix: sci**
- **Scope: Item, Collection**
- **Extension [Maturity Classification](../README.md#extension-maturity): Proposal**
- **Owner**: @m-mohr

Scientific metadata is considered to be data that indicate from which publication a data originates and how
This extension adds the ability to indicate from which publication data originates and how
the data itself should be cited or referenced. Overall, it helps to increase reproducibility and citability.

Human-readable references and [DOIs](https://www.doi.org/) can be used in this extension. DOIs are
Expand All @@ -16,7 +16,7 @@ can be registered at registration agencies affiliated with the
[International DOI Foundation](https://www.doi.org/).

This extension applies to STAC Items and STAC Collections.
As these scientific information are often closely bound to the collection level and therefore are shared across all items,
As these citation information are often closely bound to the collection level and therefore are shared across all items,
it is recommended adding the fields to the corresponding [STAC Collection](../../collection-spec/README.md).

- Examples: [Collection](examples/collection.json), [Item](examples/item.json)
Expand Down
4 changes: 2 additions & 2 deletions extensions/scientific/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0-beta.2/extensions/scientific/json-schema/schema.json#",
"title": "Scientific Extension",
"description": "STAC Scientific Extension to STAC Items or STAC Collections.",
"title": "Scientific Citation Extension",
"description": "STAC Scientific Citation Extension to STAC Items or STAC Collections.",
"oneOf": [
{
"allOf": [
Expand Down

0 comments on commit f5851c1

Please sign in to comment.