Skip to content

Commit

Permalink
fix: missing and inconsistent licensors (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage authored Sep 4, 2023
1 parent 766aa71 commit be278a1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 18 deletions.
3 changes: 1 addition & 2 deletions stac/auckland/auckland_2017_0.075m/rgb/2193/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7816,8 +7816,7 @@
],
"providers": [
{ "name": "Auckland Council", "roles": ["licensor"] },
{ "name": "AAM NZ Limited", "roles": ["licensor"] },
{ "name": "AAM NZ", "roles": ["producer"] },
{ "name": "AAM NZ", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2939,9 +2939,8 @@
{ "rel": "item", "href": "./BN38_5000_0204.json", "type": "application/json" }
],
"providers": [
{ "name": "NZ Aerial Mapping Limited", "roles": ["licensor"] },
{ "name": "Manawatu-Wanganui LASS Limited", "roles": ["licensor"] },
{ "name": "NZ Aerial Mapping", "roles": ["producer"] },
{ "name": "NZ Aerial Mapping", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
3 changes: 1 addition & 2 deletions stac/nelson/nelson_2014_0.4m/rgb/2193/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
{ "rel": "item", "href": "./BQ27_5000_0401.json", "type": "application/json" }
],
"providers": [
{ "name": "{{workflow.parameters.licensor}}", "roles": ["licensor"] },
{ "name": "NZ Aerial Mapping", "roles": ["producer"] },
{ "name": "NZ Aerial Mapping", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,7 @@
],
"providers": [
{ "name": "Invercargill City Council", "roles": ["licensor"] },
{ "name": "AAM NZ Limited", "roles": ["licensor"] },
{ "name": "AAM NZ", "roles": ["producer"] },
{ "name": "AAM NZ", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2113,8 +2113,7 @@
],
"providers": [
{ "name": "New Plymouth City Council", "roles": ["licensor"] },
{ "name": "AAM NZ Limited", "roles": ["licensor"] },
{ "name": "AAM NZ", "roles": ["producer"] },
{ "name": "AAM NZ", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,7 @@
{ "rel": "item", "href": "./BL31_5000_0107.json", "type": "application/json" }
],
"providers": [
{ "name": "{{workflow.parameters.licensor}}", "roles": ["licensor"] },
{ "name": "NZ Aerial Mapping", "roles": ["producer"] },
{ "name": "NZ Aerial Mapping", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
3 changes: 1 addition & 2 deletions stac/tasman/tasman_2016-2017_0.3m/rgb/2193/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@
],
"providers": [
{ "name": "Tasman District Council", "roles": ["licensor"] },
{ "name": "AAM NZ Limited", "roles": ["licensor"] },
{ "name": "AAM NZ", "roles": ["producer"] },
{ "name": "AAM NZ", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
3 changes: 1 addition & 2 deletions stac/wellington/porirua_2016_0.075m/rgb/2193/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@
],
"providers": [
{ "name": "Porirua City Council", "roles": ["licensor"] },
{ "name": "AAM NZ Limited", "roles": ["licensor"] },
{ "name": "AAM NZ", "roles": ["producer"] },
{ "name": "AAM NZ", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1637,8 +1637,7 @@
{ "rel": "item", "href": "./BZ11_5000_0209.json", "type": "application/json" }
],
"providers": [
{ "name": "{{workflow.parameters.licensor}}", "roles": ["licensor"] },
{ "name": "NZ Aerial Mapping", "roles": ["producer"] },
{ "name": "NZ Aerial Mapping", "roles": ["licensor", "producer"] },
{ "name": "Toitū Te Whenua Land Information New Zealand", "roles": ["host", "processor"] }
],
"extent": {
Expand Down

0 comments on commit be278a1

Please sign in to comment.