-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.Rd
38 lines (38 loc) · 1.11 KB
/
metadata.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{metadata}
\alias{metadata}
\title{Metadata of geoservices for Uruguay}
\format{
A data frame with 86 rows and 10 variables:
\describe{
\item{capa}{name of the geoservice}
\item{productor}{name of the institution produced the data}
\item{repositor}{name of the institution that serves the data}
\item{crs}{Coordinate Reference Systems of data}
\item{formato}{name of the institution producing the data}
\item{anio}{year of data production}
\item{url}{url of the service}
\item{cod}{name of the variable that contains the cod value of the geometries}
\item{name}{name of the variable that contains the name of the geometries}
\item{enc}{name of the encoding of the geoservice table}
}
}
\usage{
metadata
}
\description{
A dataset containing the urls and other attributes of geoservices
for Uruguay.
}
\seealso{
Other data:
\code{\link{loc_agr_ine}},
\code{\link{metadata_tables}},
\code{\link{metadata_wms}},
\code{\link{mvd_barrios_grid}},
\code{\link{uy_deptos_grid}}
}
\concept{data}
\keyword{datasets}