Skip to content

Commit

Permalink
Clean-up and JSON Schema fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 4, 2021
1 parent cb9ae9a commit fdb8a51
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 154 deletions.
1 change: 0 additions & 1 deletion .remarkignore

This file was deleted.

27 changes: 4 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- assets should use role `labels` instead of an asset name of `labels`

## [1.0.2] - 2021-03-02
### Fixed
- Updated schema self link

### Changed
- Ignored changelog for markdown lint

## [1.0.0] - 2021-03-02
### Changed
- foobar
- Clarified the role of geometries on items. [#875](https://github.com/radiantearth/stac-spec/pull/875)
- `label:description` now allows CommonMark for rich-text representation ([#950](https://github.com/radiantearth/stac-spec/issues/950))

### Fixed
- Cleaned up lint and examples for 1.0.0

## 0.0.1 - 2021-03-02
### Added
- Copied over assets / description from stac-spec

### Changed
- Clarified the role of geometries on items. stac-spec [#875](https://github.com/radiantearth/stac-spec/pull/875)
- `label:description` now allows CommonMark for rich-text representation ([#950](https://github.com/radiantearth/stac-spec/issues/950))
- Cleaned up examples

[Unreleased]: https://github.com/stac-extensions/label/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/stac-extensions/label/compare/v1.0.0...v1.0.2
[1.0.0]: https://github.com/stac-extensions/label/compare/v0.0.1...v1.0.0
[Unreleased]: https://github.com/stac-extensions/label/compare/v1.0.0...HEAD
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
- **Scope:** Item, Collection
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
- **Owner**: @jisantuc
- [**Changelog**](./CHANGELOG.md)
- **History**: [Prior to March 2, 2021](https://github.com/radiantearth/stac-spec/tree/3d19e978e8aec2fb9268dfd31abfe308c4656998/extensions/label)
- **History**: [Prior to March 2, 2021](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.1/extensions/label)

This extension is meant to support using labeled AOIs with Machine Learning models,
particularly training data sets, but can be used in any application where labeled
Expand All @@ -31,7 +30,7 @@ to be contained with a GeoJSON FeatureCollection:

---

- Examples
- Examples:
- Roads
- [Example Roads Item](examples/spacenet-roads/roads_item.json)
- [Example Roads Asset (labels)](examples/spacenet-roads/spacenetroads_AOI_3_Paris_img101.geojson)
Expand All @@ -46,8 +45,8 @@ to be contained with a GeoJSON FeatureCollection:
- [Example World Bank Zanzibar Buildings Collection](examples/multidataset/zanzibar/collection.json)
- [Example World Bank Zanzibar Building Item 1](examples/multidataset/zanzibar/znz001.json)
- [Example World Bank Zanzibar Building Item 2](examples/multidataset/zanzibar/znz029.json)
- Schema
- [JSON Schema](json-schema/schema.json)
- [JSON Schema](json-schema/schema.json)
- [Changelog](./CHANGELOG.md)

## Item Properties

Expand Down
Loading

0 comments on commit fdb8a51

Please sign in to comment.