R/data_featurecodes.R
featurecodes.Rd
The english geonames featurecodes table geonames featurecode.
data("featurecodes")
A data.frame with 7 variables
feature_full:
The full feature code
feature_class:
The class of feature:
A = country, state, region,
H = stream, lake,
L = parks, area,
P = city, village,
R = road, railroad,
S = spot, building, farm,
T = mountain, hill, rock,
U = undersea,
V = forest, heath
feature_code:
Specific feature codes, character
feature_name:
Type of feature, character
feature_detail:
Details of a feature
feature_clean:
Processed feature name field with brackets and plurals removed, character
multi:
Processed field indicating the presence of a plural in feature name, logical
Please cite as: GeoNames. http://geonames.org/.
featurecodes#> # A tibble: 671 x 7 #> feature_full feature_class feature_code feature_name feature_detail #> <chr> <chr> <chr> <chr> <chr> #> 1 A.ADM1 A ADM1 first-order… a primary adm… #> 2 A.ADM1H A ADM1H historical … a former firs… #> 3 A.ADM2 A ADM2 second-orde… a subdivision… #> 4 A.ADM2H A ADM2H historical … a former seco… #> 5 A.ADM3 A ADM3 third-order… a subdivision… #> 6 A.ADM3H A ADM3H historical … a former thir… #> 7 A.ADM4 A ADM4 fourth-orde… a subdivision… #> 8 A.ADM4H A ADM4H historical … a former four… #> 9 A.ADM5 A ADM5 fifth-order… a subdivision… #> 10 A.ADM5H A ADM5H historical … a former fift… #> # ... with 661 more rows, and 2 more variables: feature_clean <chr>, #> # multi <lgl>