-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.Rd
34 lines (34 loc) · 979 Bytes
/
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
% 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 59 rows and 9 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}
}
}
\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_wms}}
}
\concept{data}
\keyword{datasets}