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

feat: tool to generate elevation argo commands TDE-783 #144

Merged
merged 7 commits into from
Aug 10, 2023

Conversation

MDavidson17
Copy link
Contributor

sample output parameters yaml:

"source": "s3://linz-elevation-staging/lidar2/Auckland_South_LiDAR_(2016-2017)/Auckland_South_LiDAR_1m_DSM_(2016-2017)/"
"target": "s3://linz-elevation/auckland/auckland-south_2016-2017/dsm_1m/2193/"
"title": "Auckland South LiDAR 1m DSM (2016-2017)"
"description": "Digital Surface Model within the Auckland South region captured in 2016-2017."
"start-datetime": "2016-09-22"
"end-datetime": "2017-06-22"
"scale": "10000"
"source-epsg": "2193"
"target-epsg": "2193"
"compression": "dem_lerc"
"retile": "true"
"validate": "false"
"group": "1"
"licensor": "Auckland Council"
"licensor-list": ""
"producer": "AAM NZ"
"producer-list": ""

sample output submit script:

#!/bin/bash

argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./mackenzie-2015-dem-1m.yaml --generate-name mackenzie-2015-dem-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./mackenzie-2015-dsm-1m.yaml --generate-name mackenzie-2015-dsm-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./queenstown-2016-dem-1m.yaml --generate-name queenstown-2016-dem-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./queenstown-2016-dsm-1m.yaml --generate-name queenstown-2016-dsm-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./blenheim-2014-dem-1m.yaml --generate-name blenheim-2014-dem-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./blenheim-2014-dsm-1m.yaml --generate-name blenheim-2014-dsm-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./reporoa-and-upper-piako-river-2019-dem-1m.yaml --generate-name reporoa-and-upper-piako-river-2019-dem-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./reporoa-and-upper-piako-river-2019-dsm-1m.yaml --generate-name reporoa-and-upper-piako-river-2019-dsm-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./otago-2016-dem-1m.yaml --generate-name otago-2016-dem-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./otago-2016-dsm-1m.yaml --generate-name otago-2016-dsm-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./motueka-river-valley-2018-2019-dem-1m.yaml --generate-name motueka-river-valley-2018-2019-dem-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./motueka-river-valley-2018-2019-dsm-1m.yaml --generate-name motueka-river-valley-2018-2019-dsm-1m
argo submit ~/dev/topo-workflows/workflows/imagery/standardising-publish-import.yaml -n argo -f ./whangarei-heads-2016-dem-1m.yaml --generate-name whangarei-heads-2016-dem-1m

# tauranga-and-coast-2015-dem-1m.yaml not written to bash as further action required: ASC FILES
# tauranga-and-coast-2015-dsm-1m.yaml not written to bash as further action required: ASC FILES
# west-coast-and-hauraki-plains-2015-dem-1m.yaml not written to bash as further action required: ASC FILES
# west-coast-and-hauraki-plains-2015-dsm-1m.yaml not written to bash as further action required: ASC FILES

paulfouquet
paulfouquet previously approved these changes Jul 31, 2023
@paulfouquet paulfouquet added this pull request to the merge queue Aug 10, 2023
Merged via the queue into master with commit b3703d6 Aug 10, 2023
1 check passed
@paulfouquet paulfouquet deleted the feat/script branch August 10, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants