generated from linz/template-python-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 3
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: script to convert ascii files TDE-814 #595
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MDavidson17
force-pushed
the
feat/asc-files
branch
3 times, most recently
from
August 11, 2023 04:15
e96c88a
to
7b84c92
Compare
MDavidson17
force-pushed
the
feat/asc-files
branch
from
August 20, 2023 23:12
d426cbd
to
ba30e04
Compare
blacha
reviewed
Aug 23, 2023
paulfouquet
reviewed
Aug 23, 2023
amfage
previously approved these changes
Aug 29, 2023
paulfouquet
reviewed
Aug 30, 2023
MDavidson17
force-pushed
the
feat/asc-files
branch
from
September 4, 2023 02:27
843b955
to
874b674
Compare
rebased due to end to end tests
MDavidson17
force-pushed
the
feat/asc-files
branch
from
September 24, 2023 21:15
9bc69ea
to
56d51e3
Compare
paulfouquet
requested changes
Sep 25, 2023
Co-authored-by: paulfouquet <[email protected]>
paulfouquet
approved these changes
Sep 26, 2023
Merged
github-merge-queue bot
pushed a commit
to linz/topo-workflows
that referenced
this pull request
Sep 27, 2023
(#161) This workflow, converts all ascii files within a specified path to tiffs, it then runs standardising and publish as per normal on the translated data. ~~Waiting for: linz/topo-imagery#595 https://argo.linzaccess.com/workflows/argo/test-mdavidson-ascii9cc75?tab=workflow ![image](https://github.com/linz/topo-workflows/assets/33814653/681ad704-c34e-4953-9d7f-82a3cc575972) sample output: `s3://linz-workflow-artifacts/mdavidson/canterbury/cheviot_2015/dem_1m/2193/` **Example test:** ```bash argo submit ~/dev/topo-workflows/workflows/imagery/ascii-standardise-publish.yaml -n argo -f ~/dev/topo-workflows/workflows/imagery/canterbury-test.yaml --generate-name test-ascii ``` `canterbury-test.yaml`: ```yaml "source": "s3://linz-elevation-staging/lidar2/Canterbury_-_Cheviot_LiDAR_(2015)/Canterbury_-_Cheviot_LiDAR_1m_DEM_(2015)/" "target": "s3://linz-workflow-artifacts/mdavidson/canterbury/cheviot_2015/dem_1m/2193/" "title": "Canterbury - Cheviot LiDAR 1m DEM (2015)" "description": "Digital Elevation Model within the Canterbury - Cheviot region captured in 2015." "start-datetime": "2015-04-01" "end-datetime": "2015-04-01" "scale": "10000" "source-epsg": "2193" "target-epsg": "2193" "compression": "dem_lerc" "retile": "true" "validate": "false" "group": "5" "licensor": "Environment Canterbury" "licensor-list": "" "producer": "Aerial Surveys" "producer-list": "" ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Built on top of multithreading branch will rebase onto master and mark ready for review when that PR is merged)
Includes some refactoring of existing listing/downloading code to avoid duplication:
list_json_in_uri
->list_uri
Has successfully run on a edited workflow in argo: