-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Missing geometry is fixed in process_nlcd - calc_nlcd does not take exceptions into account - Missing class in inst/extdata/nlcd_classes.csv is added
- Loading branch information
Insang Song
committed
May 30, 2024
1 parent
ee50712
commit 21658ab
Showing
7 changed files
with
133 additions
and
68 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
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
"","value","class","names","col" | ||
"1",0,"TUNCL","Unclassified","white" | ||
"1",0,"TUNCL","Unclassified","#ffffff00" | ||
"2",11,"TWATR","Open Water","#476ba1" | ||
"3",21,"TDVOS","Developed, Open Space","#decaca" | ||
"4",22,"TDVLO","Developed, Low Intensity","#d99482" | ||
"5",23,"TDVMI","Developed, Medium Intensity","#ee0000" | ||
"6",24,"TDVHI","Developed, High Intensity","#ab0000" | ||
"7",31,"TBARN","Barren Land","#b3aea3" | ||
"8",41,"TDFOR","Deciduous Forest","#68ab63" | ||
"9",42,"TEFOR","Evergreen Forest","#1c6330" | ||
"10",43,"TMFOR","Mixed Forest","#b5ca8f" | ||
"11",52,"TSHRB","Shrub/Scrub","#ccba7d" | ||
"12",71,"THERB","Herbaceous","#e3e3c2" | ||
"13",81,"TPAST","Hay/Pasture","#dcd93d" | ||
"14",82,"TPLNT","Cultivated Crops","#ab7028" | ||
"15",90,"TWDWT","Woody Wetlands","#bad9eb" | ||
"16",95,"THWEM","Emergent Herbaceous Wetlands","#70a3ba" | ||
"3",12,"TSNOW","Perennial Snow/Ice","#F5F5F5" | ||
"4",21,"TDVOS","Developed, Open Space","#decaca" | ||
"5",22,"TDVLO","Developed, Low Intensity","#d99482" | ||
"6",23,"TDVMI","Developed, Medium Intensity","#ee0000" | ||
"7",24,"TDVHI","Developed, High Intensity","#ab0000" | ||
"8",31,"TBARN","Barren Land","#b3aea3" | ||
"9",41,"TDFOR","Deciduous Forest","#68ab63" | ||
"10",42,"TEFOR","Evergreen Forest","#1c6330" | ||
"11",43,"TMFOR","Mixed Forest","#b5ca8f" | ||
"12",52,"TSHRB","Shrub/Scrub","#ccba7d" | ||
"13",71,"THERB","Herbaceous","#e3e3c2" | ||
"14",81,"TPAST","Hay/Pasture","#dcd93d" | ||
"15",82,"TPLNT","Cultivated Crops","#ab7028" | ||
"16",90,"TWDWT","Woody Wetlands","#bad9eb" | ||
"17",95,"THWEM","Emergent Herbaceous Wetlands","#70a3ba" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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