-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update pr.yml to open veda-config pr (#216)
* feat: update pr.yml to open veda-config pr and publish collections * feat: add test dataset-config * fix: add debugging * fix: add more debugging statements * fix: add environment to job * fix: testing * fix: add debugging for directory * fix: add github debugging * fix: add logs to create-mdx-files step * fix: add step to output files * fix: update ls path * fix: replace git clone with checkout * fix: typo * fix: merge steps * fix: add environment * fix: try to copy generated file to new directory in new repo * fix: add modifications for copying untracked file * fix: create source directory * fix: update copying commands * fix: update command * fix: add debugging for copying file * fix: add more logging, remove extraneous copy * fix: remove ls path * fix: attempt to create pr * fix: update pr creation command to specify org/repo directly * fix: add debugging * fix: check branch * fix: change token reference * fix: add branch debugging * fix: add debugging token access step * fix: try another syntax for token supplying * fix: update token commands * fix: more debugging target repo * fix: try checking out target repo another way * fix: typo * fix: remove prev debugging token step * fix: change cloning step * fix: cd into cloned repo * fix: simplify * fix: update untracked file copying step * fix: typo * fix: cd into cloned repo * fix: reorder steps, see if it fixes issue * fix: print working directory * fix: condense steps * fix: add commands to add and commit file * fix: modify commit message, add logs * fix: authenticate git * fix: add other steps to update comment in veda-data pr * fix: add debugging to new step * fix: update env var setting * fix: update comment-id references * fix: update output to include commentId * fix: echo comment_id * fix: update comment id extraction * fix: add anayeaye changes * fix: clean up logging * fix: update step name * fix: update to include github actor and try to extract collection * fix: reformat file * fix: update to handle list of collections * fix: escape special chars * fix: add more cleaning to collection id * fix: add debugging for collection id extraction * fix: try another approach for updating gh body * fix: update pr_url * fix: cleanup by extracting pr title and body * fix: use -e flag for echo to fix newlines
- Loading branch information
Showing
3 changed files
with
157 additions
and
14 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"collection": "hls-swir-falsecolor-composite-THIRD-TEST", | ||
"title": "HLS SWIR FalseColor Composite", | ||
"spatial_extent": { | ||
"xmin": -156.75, | ||
"ymin": 20.80, | ||
"xmax": -156.55, | ||
"ymax": 20.94 | ||
}, | ||
"temporal_extent": { | ||
"startdate": "2023-08-08T00:00:00Z", | ||
"enddate": "2023-08-08T23:59:59Z" | ||
}, | ||
"data_type": "cog", | ||
"license": "CC0-1.0", | ||
"description": "HLS falsecolor composite imagery using Bands 12, 8A, and 4.", | ||
"is_periodic": false, | ||
"time_density": "day", | ||
"sample_files": [ | ||
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-08_SWIR_falsecolor_cog.tif", | ||
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-13_SWIR_falsecolor_cog.tif" | ||
], | ||
"discovery_items": [ | ||
{ | ||
"discovery": "s3", | ||
"prefix": "maui-fire/", | ||
"bucket": "veda-data-store-staging", | ||
"filename_regex": "(.*)SWIR_falsecolor(.*).tif$" | ||
} | ||
] | ||
} |
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