Title: | Provide Themakart Geometries |
---|---|
Description: | More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description. |
Authors: | Pascal Burkhard |
Maintainer: | Pascal Burkhard <[email protected]> |
License: | CC BY-NC-ND 4.0 |
Version: | 0.1.0 |
Built: | 2024-11-20 04:04:56 UTC |
Source: | https://github.com/Nenuial/themakart |
A dataset containing the regional analytics geometries
anal
anal
An object of class tbl_df
(inherits from tbl
, data.frame
) with 18 rows and 11 columns.
A data frame with 11 variables:
the geomotry code
the date of the geometries
either gf for full surface or vf for limited to useful surface
the type of gemotry
the data in an sf dataframe
the year
the code of the category
the category in French
the geometry in French
the category in German
the geometry in German
A dataset containing the infra-communal geometries
inke
inke
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4 rows and 11 columns.
A data frame with 11 variables:
the geomotry code
the date of the geometries
either gf for full surface or vf for limited to useful surface
the type of gemotry
the data in an sf dataframe
the year
the code of the category
the category in French
the geometry in French
the category in German
the geometry in German
A dataset containing the institutional geometries
inst
inst
An object of class tbl_df
(inherits from tbl
, data.frame
) with 28 rows and 11 columns.
A data frame with 11 variables:
the geomotry code
the date of the geometries
either gf for full surface or vf for limited to useful surface
the type of gemotry
the data in an sf dataframe
the year
the code of the category
the category in French
the geometry in French
the category in German
the geometry in German
A dataset containing a simplified topographical relief of Switzerland
relief
relief
An object of class data.frame
with 1135311 rows and 3 columns.
NA
A dataset containing the regional research geometries
rrep
rrep
An object of class tbl_df
(inherits from tbl
, data.frame
) with 9 rows and 11 columns.
A data frame with 11 variables:
the geomotry code
the date of the geometries
either gf for full surface or vf for limited to useful surface
the type of gemotry
the data in an sf dataframe
the year
the code of the category
the category in French
the geometry in French
the category in German
the geometry in German
A dataset containing the regional typology geometries
rtyp
rtyp
An object of class tbl_df
(inherits from tbl
, data.frame
) with 10 rows and 11 columns.
A data frame with 11 variables:
the geomotry code
the date of the geometries
either gf for full surface or vf for limited to useful surface
the type of gemotry
the data in an sf dataframe
the year
the code of the category
the category in French
the geometry in French
the category in German
the geometry in German
Get the available codes for a given category
thema_geom(category = c("inst", "rrep", "anal", "rtyp", "inke", "topo"))
thema_geom(category = c("inst", "rrep", "anal", "rtyp", "inke", "topo"))
category |
A string corresponding to the category code |
A datafram with code as well as French and German descriptions
Get the map data for a given category, geometry and year
thema_map( category = c("inst", "rrep", "anal", "rtyp", "inke", "topo"), geometry, year, level = c("gf", "vf") )
thema_map( category = c("inst", "rrep", "anal", "rtyp", "inke", "topo"), geometry, year, level = c("gf", "vf") )
category |
A string corresponding to the category code |
geometry |
A string corresponding to the geometry code |
year |
An integer corresponding to the year of the geometry |
level |
One of gf (general) or vf (limited surfaces) |
Get topo data
thema_topo(geometry = c("flus", "seen", "stkt"))
thema_topo(geometry = c("flus", "seen", "stkt"))
geometry |
A string corresponding to the geometry code |
Get the years available for a given geometry
thema_year( category = c("inst", "rrep", "anal", "rtyp", "inke", "topo"), geometry )
thema_year( category = c("inst", "rrep", "anal", "rtyp", "inke", "topo"), geometry )
category |
A string corresponding to the category code |
geometry |
A string corresponding to the geometry code |
A vector of years
A dataset containing the topographical geometries
topo
topo
An object of class tbl_df
(inherits from tbl
, data.frame
) with 8 rows and 11 columns.
A data frame with 11 variables:
the geomotry code
the date of the geometries
either gf for full surface or vf for limited to useful surface
the type of gemotry
the data in an sf dataframe
the year
the code of the category
the category in French
the geometry in French
the category in German
the geometry in German