@@ -9,17 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Added
1111
12- - Command to validate the fiboa schemas (` fiboa validate-schema ` )
13- - Command to create GeoJSON from GeoParquet (` fiboa create-geojson ` )
14- - Converter for Schleswig Holstein, Germany (` de_sh ` )
15- - Converter for Lower Saxony, Germany (` de_nds ` )
12+ - ...
1613
1714### Changed
1815
19- - Renamed ` fiboa create ` to ` fiboa create-geoparquet `
20- - The ` --collection ` parameter is not needed anylonger if the collection can be
21- read directly from the GeoJSON files
22- (` fiboa ` property or link with relation type ` collection ` )
16+ - ...
2317
2418### Deprecated
2519
@@ -31,6 +25,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3125
3226### Fixed
3327
28+ - ...
29+
30+ ## [ v0.3.0] - 2024-04-10
31+
32+ ### Added
33+
34+ - Command to validate the fiboa schemas (` fiboa validate-schema ` )
35+ - Command to create GeoJSON from GeoParquet (` fiboa create-geojson ` )
36+ - Converter for Austria (` at ` )
37+ - Converter for Berlin/Brandenburg, Germany (` de_bb ` )
38+ - Converter for Schleswig Holstein, Germany (` de_sh ` )
39+ - Converter for Lower Saxony, Germany (` de_nds ` )
40+
41+ ### Changed
42+
43+ - Renamed ` fiboa create ` to ` fiboa create-geoparquet `
44+ - The ` --collection ` parameter is not needed anylonger if the collection can be
45+ read directly from the GeoJSON files
46+ (` fiboa ` property or link with relation type ` collection ` )
47+
48+ ### Fixed
49+
3450- Several minor improvements for the conversion process
3551
3652## [ v0.2.1] - 2024-04-02
@@ -100,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
100116
101117- First release
102118
103- [ Unreleased ] : < https://github.com/radiantearth/stac-spec/compare/v0.2.1...main >
119+ [ Unreleased ] : < https://github.com/radiantearth/stac-spec/compare/v0.3.0...main >
120+ [ v0.3.0 ] : < https://github.com/radiantearth/stac-spec/compare/v0.2.1...v0.3.0 >
104121[ v0.2.1 ] : < https://github.com/radiantearth/stac-spec/compare/v0.2.0...v0.2.1 >
105122[ v0.2.0 ] : < https://github.com/radiantearth/stac-spec/compare/v0.1.1...v0.2.0 >
106123[ v0.1.1 ] : < https://github.com/radiantearth/stac-spec/compare/v0.1.0...v0.1.1 >
0 commit comments