Skip to content

Releases: Terradue/DotNetStac

v1.0.0-rc.1

26 May 13:45
Compare
Choose a tag to compare

Added

title for link constructor

Changed

Current STAC Version Set to 1.0.0

v0.9.1

26 May 10:17
Compare
Choose a tag to compare

Fixed

  • Nullable fields conversion

v0.9.0

25 May 13:15
Compare
Choose a tag to compare

Added

  • More tests

Fixed

  • Eo Band Common Name nullable

Changed

  • Common Metadata as properties in Stac Objects

Removed

  • Common metadata class helper

v0.8.1

21 May 06:32
Compare
Choose a tag to compare

Added

  • Root fields accessor for Stac Item
  • Extensible raster object

Fixed

  • gsd as double
  • null value handling (e.g. proj:epsg)
  • ObservationDirection as enum

v0.8.0

19 May 08:32
Compare
Choose a tag to compare

v0.8.0

Stac 1.0.0-rc.4 compatible release

Added

  • Raster extension
  • Version extension
  • Virtual Assets extension
  • Processing extension completed
  • File extension
  • More descriptive exceptions for deserialization

Fixed

  • Internal contructors for extension supported by the extension manager

Changed

  • Current version set to 1.0.0-rc.4

0.7.0 Release (STAC 1.0.0-rc.3)

02 May 21:24
Compare
Choose a tag to compare

From this release, the library has been completely reshuffled to a simpler library focusing on full compliance with STAC specifications.
At the moment of this release, the STAC specification is 1.0.0-rc.3 and minor changes in the spec should not break this implementation.

Added

  • Json Schema validation and validator class
  • All missing object implementation to target STAC specification 1.0.0
  • Collection creation helper with automatic summaries

Changed

  • Extensions helpers approach. Extensions classes are created when calling the extented methods of the STAC object and are not assigned to the STAC object anymore.

Removed

  • Data access middleware and methods. All remote access to the file are left to the developer discretion.

0.7.0-alpha Release (STAC 1.0.0-rc2)

08 Apr 17:13
Compare
Choose a tag to compare
Pre-release

0.7.0 Alpha release

This pre-release targets STAC 1.0.0-rc.2 for the future STAC 1.0.0 release.

From this release, the library has been completely reshuffled to a simpler library focusing on full compliance with STAC specifications

Added

  • JSON Schema validation
  • All missing object implementation to target STAC specification 1.0.0
  • Collection creation helper with automatic summaries

Changed

  • Extensions helpers approach. Extensions classes are created when calling the extended methods of the STAC object and are not assigned to the STAC object anymore.

Removed

  • Data access middleware and methods. All remote access to the file are left to the developer discretion.

0.2.0-beta

20 Aug 09:33
Compare
Choose a tag to compare
0.2.0-beta Pre-release
Pre-release

First public beta release of DotNetStac (0.2.0-beta)