|
1 | 1 | #' Scallop Restricted Area
|
2 | 2 | #'
|
3 | 3 | #' An sf object containing the Scallop Restricted Areas
|
4 |
| -#' Specifically Area I,II, Nantucket Lightship North, Nantucket Lightship West, New York Bight, Elephant Trunk |
| 4 | +#' Specifically Area I, II, Nantucket Lightship North, Nantucket Lightship West, New York Bight, Elephant Trunk |
5 | 5 | #'
|
6 | 6 | #' @format A data frame/ sf object (6 x 26)
|
7 | 7 | #' \describe{
|
8 | 8 | #' \item{Geometry type}{POLYGON}
|
9 | 9 | #' \item{Dimension}{XY}
|
10 | 10 | #' \item{Bounding box}{xmin: -8274749 ymin: 4602998 xmax: -7333888 ymax: 5087139}
|
11 |
| -#' \item{Geodetic CRS}{WGS 84/ Pseudo-Mercator} |
| 11 | +#' \item{Geodetic CRS}{WGS 84} |
12 | 12 | #' \item{Features}{6 x 25}
|
13 | 13 | #' \item{Metadata}{See source}
|
14 |
| -#' |
15 |
| -#' |
16 |
| -#' \item{GARFO_ID}{A unique identifier used to identify and track this feature; |
17 |
| -#' a new GARFO_ID is generated for each version of a Regulated Area, including |
18 |
| -#' proposed or final versions (i.e. whenever boundaries or attributes are |
19 |
| -#' changed, edited or updated)} |
20 |
| -#' \item{AREANAME}{Official name of the Proposed Area, usually the area name as it will be printed in the CFR.} |
21 |
| -#' \item{COMMNAME}{Most commonly used name. May be identical to AREANAME, an abbreviation of AREANAME, or a different name altogether.} |
22 |
| -#' \item{AREAGROUP}{Specifies if the Proposed Area is part of a group of related areas.} |
23 |
| -#' \item{DESCRIBE}{A brief description of the purpose of the Proposed Area.} |
24 |
| -#' \item{CFRTITLE}{CFR Title citation where the Proposed Area will be legally defined} |
25 |
| -#' \item{CFRPT}{ACFR Part citation where the Proposed Area will be legally defined} |
26 |
| -#' \item{CFRPTTXT}{CFR Part citation header text} |
27 |
| -#' \item{CFRSUB}{CFR Subpart citation where the Proposed Area will be legally defined} |
28 |
| -#' \item{CFRSUBTXT}{CFR Subpart citation header text} |
29 |
| -#' \item{CFRSXN}{CFR Section citation where the Proposed Area will be legally defined} |
30 |
| -#' \item{CFRSXNTXT}{CFR Section citation header text} |
31 |
| -#' \item{CFRPARA}{CFR Paragraph citation where the Proposed Area will be legally defined} |
32 |
| -#' \item{CFRPARATXT}{CFR Paragraph citation header text} |
33 |
| -#' \item{FRCITE}{Federal Register citation of proposed rule containing the Proposed Area spatial definition.} |
34 |
| -#' \item{FRDATE}{Federal Register citation date of proposed rule containing the Proposed Area spatial definition.} |
35 |
| -#' \item{EFFECTDATE}{Date Regulated Area officially became law, or most recent modification. For Proposed Areas, this field will be blank because the area is not yet law.} |
36 |
| -#' \item{SOURCE}{If Proposed Area will be defined in the CFR, this is the citation for the Amendment/Framework/etc. that will establish the area. If the Proposed Area will not be defined in the CFR, this is the alternative source citation that will establish the area.} |
37 |
| -#' \item{RECURST}{Annually recurring date Proposed Area would become active} |
38 |
| -#' \item{RECUREND}{Annually recurring date Proposed Area would become inactive} |
39 |
| -#' \item{GISAUTHOR}{Name of the NOAA staff person who created the GIS feature} |
40 |
| -#' \item{CREATED}{Creation date of the GIS feature} |
41 |
| -#' \item{AREANOTES}{Miscellaneous notes regarding the Proposed Area or feature} |
42 |
| -#' \item{X}{x coordinate of polygon center} |
43 |
| -#' \item{Y}{y coordinate of polygon center} |
44 | 14 | #' }
|
45 | 15 | #'
|
46 | 16 | #'@section Contact:
|
|
0 commit comments