@@ -9,17 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
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
+ - ...
16
13
17
14
### Changed
18
15
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
+ - ...
23
17
24
18
### Deprecated
25
19
@@ -31,6 +25,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
31
25
32
26
### Fixed
33
27
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
+
34
50
- Several minor improvements for the conversion process
35
51
36
52
## [ v0.2.1] - 2024-04-02
@@ -100,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
100
116
101
117
- First release
102
118
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 >
104
121
[ v0.2.1 ] : < https://github.com/radiantearth/stac-spec/compare/v0.2.0...v0.2.1 >
105
122
[ v0.2.0 ] : < https://github.com/radiantearth/stac-spec/compare/v0.1.1...v0.2.0 >
106
123
[ v0.1.1 ] : < https://github.com/radiantearth/stac-spec/compare/v0.1.0...v0.1.1 >
0 commit comments