0.7.0-alpha Release (STAC 1.0.0-rc2)
Pre-release
Pre-release
emmanuelmathot
released this
08 Apr 17:13
·
316 commits
to master
since this 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.