Marine Protected Areas Coordinates - R7 - CDFW [ds3207]
State of California
@usgov.ca_gov_marine_protected_areas_coordinates_r7_cdfw_ds3207
State of California
@usgov.ca_gov_marine_protected_areas_coordinates_r7_cdfw_ds3207
Coordinates were extracted from Section 632 of the California Code of Regulations Title 14. For the federal marine protected areas, coordinates were extracted from the applicable Code of Federal Regulations. All geographic coordinates in the subsection with full coordinate pairs (both latitude and longitude) are plotted at the regulatory waypoint, all geographic coordinates in the subsection that have only one coordinate (latitude or longitude) are plotted somewhere on the line in the vicinity of that boundary, all subsections that do not have coordinates included are plotted at the geographic centroid of the MPA feature. Coordinates for complimentary Federal/State MPAs were combined for visualization.
Attributes:
MPA_Name: Name of the Marine Protected Area.
Type: Classification of the Marine Protected Area.
Lat: Latitude of coordinate in decimal degrees.
Long: Longitude of coordinate in decimal degrees.
LatDDM: Latitude of coordinate in degree decimal minutes.
LongDDM: Longitude of coordinate in degree decimal minutes.
Notes: Additional information about the coordinate provided. Such as when a value is estimated or provided in regulations.
Regulation: Section of California Code of Regulations that define the Marine Protected Area.
Organization: State of California
Last updated: 2025-07-23T21:17:48.789468
Tags: auth_cdfw, california-department-of-fish-and-wildlife, california-natural-resources-agency, caopendata, cdfw, ds3207_20250123_wm, marine-life-protection-act, marine-protected-areas, marinebios, mlpa, mpa
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"objectid" BIGINT,
"mpa_name" VARCHAR,
"type" VARCHAR,
"latdd" DOUBLE,
"longdd" DOUBLE,
"latddm" VARCHAR,
"longddm" VARCHAR,
"notes" VARCHAR,
"regulation" VARCHAR
);Anyone who has the link will be able to view this.