Skip to content

Commit 502da27

Browse files
committed
Adding timezone to test collection.
1 parent dcb9fb0 commit 502da27

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

stac_fastapi/tests/data/test_collection.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"id": "test-collection",
3-
"stac_extensions": ["https://stac-extensions.github.io/eo/v1.0.0/schema.json"],
3+
"stac_extensions": [
4+
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
5+
],
46
"type": "Collection",
57
"description": "Landat 8 imagery radiometrically calibrated and orthorectified using gound points and Digital Elevation Model (DEM) data to correct relief displacement.",
68
"stac_version": "1.0.0",
79
"license": "PDDL-1.0",
810
"summaries": {
9-
"platform": ["landsat-8"],
10-
"instruments": ["oli", "tirs"],
11-
"gsd": [30]
11+
"platform": [
12+
"landsat-8"
13+
],
14+
"instruments": [
15+
"oli",
16+
"tirs"
17+
],
18+
"gsd": [
19+
30
20+
]
1221
},
1322
"extent": {
1423
"spatial": {
@@ -24,7 +33,7 @@
2433
"temporal": {
2534
"interval": [
2635
[
27-
"2013-06-01",
36+
"2013-06-01T00:00:00Z",
2837
null
2938
]
3039
]
@@ -54,7 +63,7 @@
5463
"frequency_distribution_data_type": "numeric"
5564
},
5665
{
57-
"name": "platform_frequency",
66+
"name": "platform_frequency",
5867
"data_type": "frequency_distribution",
5968
"frequency_distribution_data_type": "string"
6069
},
@@ -84,14 +93,14 @@
8493
"frequency_distribution_data_type": "string"
8594
},
8695
{
87-
"name": "centroid_geohex_grid_frequency",
88-
"data_type": "frequency_distribution",
89-
"frequency_distribution_data_type": "string"
96+
"name": "centroid_geohex_grid_frequency",
97+
"data_type": "frequency_distribution",
98+
"frequency_distribution_data_type": "string"
9099
},
91100
{
92-
"name": "centroid_geotile_grid_frequency",
93-
"data_type": "frequency_distribution",
94-
"frequency_distribution_data_type": "string"
101+
"name": "centroid_geotile_grid_frequency",
102+
"data_type": "frequency_distribution",
103+
"frequency_distribution_data_type": "string"
95104
},
96105
{
97106
"name": "geometry_geohash_grid_frequency",

0 commit comments

Comments
 (0)