Skip to contents

Lookup table for FLUCCSCODE conversion to CLUCSID and IMPROVED

Usage

clucsid

Format

A data frame

Details

Used to create the tbbase combined layer with jurisdictions, land use, soils, and sub-basins, used in util_nps_tbbase.

  • FLUCCSCODE: Numeric value for the Florida Land Use, Cover and Forms Classification System (FLUCCS) code

  • CLUCSID: Numeric value for the coastal land use code, from JEI

  • IMPROVED: Numeric value for whether the code is improved (1) or not (0)

Examples

if (FALSE) { # \dontrun{
clucsid <- read.csv('data-raw/clucsid.csv', stringsAsFactors = F, header = T)

save(clucsid, file = 'data/clucsid.RData', compress = 'xz')
} # }
clucsid
#>    FLUCCSCODE CLUCSID IMPROVED
#> 1        1100       1        1
#> 2        1200       2        1
#> 3        1300       3        1
#> 4        1400       4        1
#> 5        1700       7        1
#> 6        1800       8        0
#> 7        1820       8        1
#> 8        1900       8        0
#> 9        2100      10        1
#> 10       2600       8        0
#> 11       3300       8        0
#> 12       4340      15        0
#> 13       4400      15        0
#> 14       5200      16        0
#> 15       5300      16        0
#> 16       6150      18        0
#> 17       6210      18        0
#> 18       6300      18        0
#> 19       6400      20        0
#> 20       6410      20        0
#> 21       6430      20        0
#> 22       6440      16        0
#> 23       6520      21        0
#> 24       6530      20        0
#> 25       8100       7        1
#> 26       8300       7        1
#> 27       1500       5        1
#> 28       3200       8        0
#> 29       4100      15        0
#> 30       5100      16        0
#> 31       6200      18        0
#> 32       7400       9        0
#> 33       2200      11        1
#> 34       2400      13        1
#> 35       2500      16        1
#> 36       3100       8        0
#> 37       4110      15        0
#> 38       4300      15        0
#> 39       6100      18        0
#> 40       8200       7        1
#> 41       4200      15        0
#> 42       4120      15        0
#> 43       6110      18        0
#> 44       6500      21        0
#> 45       1600       6        1
#> 46       5400      17        0
#> 47       6120      19        0
#> 48       6420      19        0
#> 49       6600      17        0
#> 50       7100       9        0
#> 51       2140      14        1
#> 52       1650       6        1
#> 53       2300      12        1
#> 54       6460      16        0
#> 55       7200       9        0
#> 56       3000       8        0
#> 57       5720      17        0
#> 58       5700      17        0