Skip to content

Commit

Permalink
fix: remove eo and file extensions from examples (#168)
Browse files Browse the repository at this point in the history
* fix: remove eo and file ext references from examples

* fix: remove eo and file ext references from examples
  • Loading branch information
amfage authored Nov 17, 2021
1 parent b7a3eb8 commit 6f4d30a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 32 deletions.
9 changes: 1 addition & 8 deletions extensions/aerial-photo/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
"assets": {
"visual": {
"href": "./72360.tiff",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"file:checksum": "1220b7deb18ad9dc6f3f94df60c26dd235a019946b8b6b7d1a36f100a8f9f1889130",
"eo:bands": [
{
"name": "gray",
"common_name": "pan"
}
]
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
}
}
}
9 changes: 1 addition & 8 deletions extensions/camera/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@
"assets": {
"visual": {
"href": "./72360.tiff",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"file:checksum": "1220b7deb18ad9dc6f3f94df60c26dd235a019946b8b6b7d1a36f100a8f9f1889130",
"eo:bands": [
{
"name": "gray",
"common_name": "pan"
}
]
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
}
}
}
9 changes: 1 addition & 8 deletions extensions/film/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@
"assets": {
"visual": {
"href": "./72360.tiff",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"file:checksum": "1220b7deb18ad9dc6f3f94df60c26dd235a019946b8b6b7d1a36f100a8f9f1889130",
"eo:bands": [
{
"name": "gray",
"common_name": "pan"
}
]
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
}
}
}
9 changes: 1 addition & 8 deletions extensions/scanning/examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@
"assets": {
"visual": {
"href": "./72360.tiff",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"file:checksum": "1220b7deb18ad9dc6f3f94df60c26dd235a019946b8b6b7d1a36f100a8f9f1889130",
"eo:bands": [
{
"name": "gray",
"common_name": "pan"
}
]
"type": "image/tiff; application=geotiff; profile=cloud-optimized"
}
}
}

0 comments on commit 6f4d30a

Please sign in to comment.