Skip to content

0.7.0 Release (STAC 1.0.0-rc.3)

Compare
Choose a tag to compare
@emmanuelmathot emmanuelmathot released this 02 May 21:24
· 293 commits to master since this release

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.