Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing and inconsistent licensors #278

Merged
merged 3 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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