Skip to content

Commit

Permalink
fix: example datetimes to NZ time, remove ms, add scan date-time form…
Browse files Browse the repository at this point in the history
…at (TDE-207) (#147)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
amfage and kodiakhq[bot] authored Nov 8, 2021
1 parent 1fefd0b commit 562df5d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extensions/aerial-photo/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "72360",
"geometry": null,
"properties": {
"datetime": "1952-04-23T00:00:00.000Z",
"datetime": "1952-04-22T12:00:00Z",
"platform": "Fixed-wing Aircraft",
"instruments": ["EAGLE IV"],
"mission": "SURVEY_1",
Expand Down
2 changes: 1 addition & 1 deletion extensions/camera/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "72360",
"geometry": null,
"properties": {
"datetime": "1952-04-23T00:00:00.000Z",
"datetime": "1952-04-22T12:00:00Z",
"platform": "Fixed-wing Aircraft",
"instruments": ["EAGLE IV"],
"mission": "SURVEY_1",
Expand Down
2 changes: 1 addition & 1 deletion extensions/film/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "72360",
"geometry": null,
"properties": {
"datetime": "1952-04-23T00:00:00.000Z",
"datetime": "1952-04-22T12:00:00Z",
"platform": "Fixed-wing Aircraft",
"instruments": ["EAGLE IV"],
"mission": "SURVEY_1",
Expand Down
6 changes: 3 additions & 3 deletions extensions/historical-imagery/examples/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bbox": [[170.54524, -45.80237, 170.56431, -45.81345]]
},
"temporal": {
"interval": [["1947-03-28T12:00:00.000Z", "1952-04-22T12:00:00.000Z"]]
"interval": [["1947-03-28T12:00:00Z", "1952-04-22T12:00:00Z"]]
}
},
"providers": [
Expand Down Expand Up @@ -78,8 +78,8 @@
}
],
"scan:scanned": {
"minimum": "2018-06-30T12:00:00.000Z",
"maximum": "2019-12-31T12:00:00.000Z"
"minimum": "2018-06-30T12:00:00Z",
"maximum": "2019-12-31T11:00:00Z"
},
"proj:epsg": {
"minimum": 2193,
Expand Down
4 changes: 2 additions & 2 deletions extensions/historical-imagery/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"properties": {
"datetime": "1949-03-09T12:00:00.000Z",
"datetime": "1949-03-09T12:00:00Z",
"platform": "Fixed-wing Aircraft",
"instruments": ["EAGLE IV"],
"mission": "399",
Expand All @@ -44,7 +44,7 @@
"film:physical_condition": "Film scratched",
"film:physical_size": "18cm x 23cm",
"scan:is_original": true,
"scan:scanned": "2018-09-30T12:00:00.000Z"
"scan:scanned": "2018-09-30T11:00:00Z"
},
"links": [
{
Expand Down
4 changes: 2 additions & 2 deletions extensions/scanning/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"id": "72360",
"geometry": null,
"properties": {
"datetime": "1952-04-23T00:00:00.000Z",
"datetime": "1952-04-22T12:00:00Z",
"platform": "Fixed-wing Aircraft",
"instruments": ["EAGLE IV"],
"mission": "SURVEY_1",
"scan:is_original": true,
"scan:scanned": "2018-10-01T00:00:00.000Z"
"scan:scanned": "2018-09-30T11:00:00Z"
},
"links": [],
"assets": {
Expand Down
1 change: 1 addition & 0 deletions extensions/scanning/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"scan:scanned": {
"title": "Scanned Date",
"type": "string",
"format": "date-time",
"pattern": "(\\+00:00|Z)$"
}
},
Expand Down

0 comments on commit 562df5d

Please sign in to comment.