Skip to content

Commit 392ffb1

Browse files
committed
Update STAC Catalogs versions
1 parent 4c0209e commit 392ffb1

File tree

23 files changed

+23
-22
lines changed

23 files changed

+23
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- OGC endpoints format parameter and HTTP response mime-type not matching [#255](https://github.com/geotrellis/geotrellis-server/issues/255)
1414
- WMS 1.3.0 Boolean representation [#332](https://github.com/geotrellis/geotrellis-server/issues/332)
1515
- Fix WCS projections support [#361](https://github.com/geotrellis/geotrellis-server/pull/361)
16+
- STAC-example cleanup [#363](https://github.com/geotrellis/geotrellis-server/pull/363)
1617

1718
## Added
1819
- WCS services support configuration of `supported-projections` [#314](https://github.com/geotrellis/geotrellis-server/pull/314)

ogc/src/main/scala/geotrellis/server/ogc/OgcTime.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ object OgcTimeInterval {
176176
*/
177177
implicit val ogcTimeIntervalSemigroup: Semigroup[OgcTimeInterval] = { (l, r) =>
178178
val times = List(l.start, l.end, r.start, r.end).sorted
179-
OgcTimeInterval(times.head, times.last, if(l.interval == r.interval) l.interval else None)
179+
OgcTimeInterval(times.head, times.last, if (l.interval == r.interval) l.interval else None)
180180
}
181181

182182
def apply(start: ZonedDateTime): OgcTimeInterval = OgcTimeInterval(start, start, None)

ogc/src/main/scala/geotrellis/server/ogc/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ package object ogc {
3131

3232
implicit class RasterOps(val self: Raster[MultibandTile]) extends AnyVal {
3333
def render(crs: CRS, maybeStyle: Option[OgcStyle], format: OutputFormat, hists: List[Histogram[Double]]): Array[Byte] =
34-
if(self.tile.bandCount == 1) Render.singleband(self, crs, maybeStyle, format, hists)
34+
if (self.tile.bandCount == 1) Render.singleband(self, crs, maybeStyle, format, hists)
3535
else Render.multiband(self, crs, maybeStyle, format, hists)
3636
}
3737

stac-example/catalog/landsat-stac-collection/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Catalog",
3-
"stac_version": "1.0.0-rc.1",
3+
"stac_version": "1.0.0-rc.2",
44
"stac_extensions": [],
55
"id": "landsat-stac-collection-catalog",
66
"title": "STAC for Landsat data",

stac-example/catalog/landsat-stac-collection/landsat-8-l1/2018-05/LC80150322018141LGN00.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Feature",
33
"id": "LC80150322018141LGN00",
4-
"stac_version" : "1.0.0-rc.1",
4+
"stac_version" : "1.0.0-rc.2",
55
"stac_extensions" : [
66
"eo",
77
"view",

stac-example/catalog/landsat-stac-collection/landsat-8-l1/2018-06/LC80140332018166LGN00.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Feature",
33
"id": "LC80140332018166LGN00",
4-
"stac_version" : "1.0.0-rc.1",
4+
"stac_version" : "1.0.0-rc.2",
55
"stac_extensions" : [
66
"eo",
77
"view",

stac-example/catalog/landsat-stac-collection/landsat-8-l1/2018-06/LC80300332018166LGN00.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Feature",
3-
"stac_version" : "1.0.0-rc.1",
3+
"stac_version" : "1.0.0-rc.2",
44
"stac_extensions" : [
55
"eo",
66
"view",

stac-example/catalog/landsat-stac-collection/landsat-8-l1/2018-07/LC80150332018189LGN00.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Feature",
33
"id": "LC80150332018189LGN00",
4-
"stac_version" : "1.0.0-rc.1",
4+
"stac_version" : "1.0.0-rc.2",
55
"stac_extensions" : [
66
"eo",
77
"view",

stac-example/catalog/landsat-stac-collection/landsat-8-l1/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Collection",
3-
"stac_version" : "1.0.0-rc.1",
3+
"stac_version" : "1.0.0-rc.2",
44
"stac_extensions" : [
55
"eo",
66
"view",

stac-example/catalog/landsat-stac-layers/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Catalog",
3-
"stac_version": "1.0.0-rc.1",
3+
"stac_version": "1.0.0-rc.2",
44
"stac_extensions": [],
55
"id": "landsat-stac-layers-catalog",
66
"title": "STAC for Landsat data",

0 commit comments

Comments
 (0)