You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update workflow to process all added, changed, modified, and renamed dataset-config files (#321)
* feat: update workflow to process all added, changed, modified, and renamed dataset-config files
* fix: add test file for testing changes
* fix: added test file to test A
* fix: attempt formatting comment string
* fix: use br instead of n
* fix: alternative formatting for comment
* fix: update formatting of comment
* Update ingestion-data/staging/dataset-config/test-added.json
Co-authored-by: Alexandra Kirk <[email protected]>
---------
Co-authored-by: Alexandra Kirk <[email protected]>
"title": "Camp Fire Domain: Land Cover TEST ADDED",
4
+
"description": "NLCD-derived land use-land cover for 2016 over the Camp Fire burn scar domain. Displays colors 0-255 from a lookup table for land cover type (ex: reds = urbanized).",
Copy file name to clipboardexpand all lines: ingestion-data/staging/dataset-config/test.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
-
"collection": "campfire-nlcd-TEST-HASH",
3
-
"title": "Camp Fire Domain: Land Cover TEST HASH",
2
+
"collection": "campfire-nlcd-TEST-CHANGE",
3
+
"title": "Camp Fire Domain: Land Cover TEST CHANGE",
4
4
"description": "NLCD-derived land use-land cover for 2016 over the Camp Fire burn scar domain. Displays colors 0-255 from a lookup table for land cover type (ex: reds = urbanized).",
0 commit comments