Browse Source

PIRATES!

master
boB Rudis 5 years ago
parent
commit
a33018674a
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 94
      2019-11-04-hex.R
  2. BIN
      data/asam-2019-11-04.rds
  3. BIN
      data/ocean-grid-250.rds
  4. 173
      data/ocean/ne_110m_ocean-fgdc.xml
  5. 150
      data/ocean/ne_110m_ocean-iso19110.xml
  6. 569
      data/ocean/ne_110m_ocean-iso19139.xml
  7. 286
      data/ocean/ne_110m_ocean.README.html
  8. BIN
      data/ocean/ne_110m_ocean.dbf
  9. 1
      data/ocean/ne_110m_ocean.prj
  10. BIN
      data/ocean/ne_110m_ocean.shp
  11. 458
      data/ocean/ne_110m_ocean.shp.xml
  12. BIN
      data/ocean/ne_110m_ocean.shx

94
2019-11-04-hex.R

@ -0,0 +1,94 @@
library(magick)
library(asam)
library(rvest)
library(sf)
library(grid)
library(gridExtra)
library(rnaturalearth)
library(rnaturalearthdata)
library(hrbrthemes)
library(tidyverse)
# get the world without antarctica
ne_countries(scale = "medium", returnclass = "sf") %>%
filter(name != "Antarctica") %>%
st_transform("+proj=eqearth +wktext") -> world
# get oceans
st_read(here::here("data/ocean/ne_110m_ocean.shp")) %>%
select(scalerank, geometry) %>%
st_transform("+proj=eqearth +wktext") -> ocean
# make a grid from the oceans
if (!file.exists(here::here("data/2019-11-01-geocoded.rds"))) {
st_make_grid(
ocean,
n = c(250, 250),
crs = st_crs(ocean),
what = "polygons",
square = FALSE
) -> grid
grid <- st_sf(index = 1:length(lengths(grid)), grid)
saveRDS(grid, here::here("data/ocean-grid-250.rds"))
}
grid <- readRDS(here::here("data/ocean-grid-250.rds"))
# get PIRATES!
if (!file.exists(here::here("data/asam-2019-11-04.rds"))) {
asam_df <- read_asam()
saveRDS(asam_df, here::here("data/asam-2019-11-04.rds"))
}
asam_df <- readRDS(here::here("data/asam-2019-11-04.rds"))
# make a simple features tibble and add in the decade
st_as_sf(asam_df, coords = c("longitude", "latitude"), crs = 4326, agr = "constant") %>%
st_transform("+proj=eqearth +wktext") %>%
mutate(decade = (as.integer(format(asam_sf$date, "%Y")) %/% 10L) * 10L) -> asam_sf
# put each point in a hex polygon
hexbin <- st_join(asam_sf, grid, join = st_intersects)
group_by(hexbin, decade) %>%
count(decade, index) %>%
as_tibble() %>%
select(decade, index, n) -> by_decade
# compute all attacks
grid %>%
left_join(
count(hexbin, index) %>%
as_tibble() %>%
select(index, ct=n)
) -> attacks
year <- "1978-2019"
ggplot() +
geom_sf(data = world, color = "#b2b2b2", size = 0.1, fill = "#3B454A") +
geom_sf(
data = attacks, size = 0.125,
aes(fill = ct, color = I(ifelse(is.na(ct), "#ffffff00", "#ffffff77")))
) +
scale_fill_viridis_c(
option = "magma", na.value = "#ffffff00", begin = 0.2,
trans = "log10", aesthetics = "fill",
name = "# Attacks"
) +
guides(
fill = guide_colourbar(title.position = "top")
) +
labs(
title = glue::glue("Anti-Shipping Activity (a.k.a. PIRATES!) : {year}"),
caption = "Data source: {hrbrmstr/asam}\nhttps://git.rud.is/hrbrmstr/y2019-30daymapchallenge • #30DayMapChallenge"
) +
theme_ft_rc(grid="") +
theme(axis.text = element_blank()) +
theme(legend.position = c(0.65, 0.15)) +
theme(legend.direction = "horizontal") +
theme(legend.key.width = unit(3, "lines"))

BIN
data/asam-2019-11-04.rds

Binary file not shown.

BIN
data/ocean-grid-250.rds

Binary file not shown.

173
data/ocean/ne_110m_ocean-fgdc.xml

@ -0,0 +1,173 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<idinfo>
<citation>
<citeinfo>
<origin/>
<origin/>
<pubdate>20121108</pubdate>
<title>World Oceans, 1:110 million (2012)</title>
<edition>2.0.0</edition>
<geoform>vector digital data</geoform>
<pubinfo>
<publish>North American Cartographic Information Society</publish>
</pubinfo>
<othercit>These data were downloaded from the Natural Earth website (http://www.naturalearthdata.com) on June 15, 2014. </othercit>
<onlink>http://purl.stanford.edu/nb441cf3002</onlink>
<lworkcit>
<citeinfo>
<origin/>
<origin/>
<pubdate>20121108</pubdate>
<title>Natural Earth</title>
<edition>2.0.0</edition>
<pubinfo>
<publish>North American Cartographic Information Society</publish>
</pubinfo>
</citeinfo>
</lworkcit>
</citeinfo>
</citation>
<descript>
<abstract>This polygon shapefile depicts oceans split into contiguous pieces. Ocean polygon is the same as Bathymetry 0 (sea level). This theme (and its inverse cousin, Land) are used to clip the raster imagery. These data are represented at 1:110,000,000 scale. This layer is part of the Natural Earth Collection (v.2.0.0).</abstract>
<purpose>Natural Earth is a public domain map dataset available at 1:10, 1:50 and 1:110 million scales. Featuring tightly integrated vector and raster data, with Natural Earth you can make a variety of visually pleasing, well-crafted maps with cartography or GIS software.</purpose>
</descript>
<timeperd>
<timeinfo>
<sngdate>
<caldate>20121108</caldate>
</sngdate>
</timeinfo>
<current>publication date</current>
</timeperd>
<status>
<progress>Complete</progress>
</status>
<spdom>
<bounding>
<westbc>-180.000000</westbc>
<eastbc>180.000000</eastbc>
<northbc>90.000000</northbc>
<southbc>-85.609038</southbc>
</bounding>
</spdom>
<keywords>
<theme>
<themekt>lcsh</themekt>
<themekey>Bodies of water</themekey>
<themekey>Seas</themekey>
</theme>
<theme>
<themekt>ISO 19115 Topic Categories</themekt>
<themekey>oceans</themekey>
</theme>
<place>
<placekt>geonames</placekt>
<placekey>Earth (Planet)</placekey>
</place>
<temporal>
<tempkt>None</tempkt>
<tempkey>2012</tempkey>
</temporal>
</keywords>
<accconst>None</accconst>
<useconst>All versions of Natural Earth raster + vector map data found on this website are in the public domain. You may use the maps in any manner, including modifying the content and design, electronic dissemination, and offset printing. The primary authors, Tom Patterson and Nathaniel Vaughn Kelso, and all other contributors renounce all financial claim to the maps and invites you to use them for personal, educational, and commercial purposes.
No permission is needed to use Natural Earth. Crediting the authors is unnecessary.</useconst>
<ptcontac>
<cntinfo>
<cntorgp>
<cntorg>Natural Earth</cntorg>
<cntper>Nathaniel Vaughn Kelso</cntper>
</cntorgp>
<cntpos>Project manager</cntpos>
<cntemail>nathaniel@naturalearthdata.com</cntemail>
</cntinfo>
</ptcontac>
<datacred>Kelso, N.V. and Patterson, T. (2012). World Oceans, 1:110 million (2012). Made with Natural Earth, online at http://www.naturalearthdata.com.</datacred>
<native>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.2.2.3552</native>
</idinfo>
<spdoinfo>
<direct>Vector</direct>
<ptvctinf>
<sdtsterm>
<sdtstype>GT-polygon composed of chains</sdtstype>
<ptvctcnt>2</ptvctcnt>
</sdtsterm>
</ptvctinf>
</spdoinfo>
<eainfo>
<detailed>
<enttyp>
<enttypl>ne_110m_ocean</enttypl>
</enttyp>
<attr>
<attrlabl>FID</attrlabl>
<attrdef>Internal feature number.</attrdef>
<attrdefs>Esri</attrdefs>
<attrdomv>
<udom>Sequential unique whole numbers that are automatically generated.</udom>
</attrdomv>
</attr>
<attr>
<attrlabl>Shape</attrlabl>
<attrdef>Feature geometry.</attrdef>
<attrdefs>Esri</attrdefs>
<attrdomv>
<udom>Coordinates defining the features.</udom>
</attrdomv>
</attr>
<attr>
<attrlabl>scalerank</attrlabl>
</attr>
<attr>
<attrlabl>featurecla</attrlabl>
</attr>
</detailed>
</eainfo>
<distinfo>
<distrib>
<cntinfo>
<cntorgp>
<cntorg>Stanford Geospatial Center</cntorg>
</cntorgp>
<cntaddr>
<addrtype>physical</addrtype>
<address>Branner Earth Sciences Library</address>
<address>Mitchell Building, 2nd Floor</address>
<address>397 Panama Mall</address>
<city>Stanford</city>
<state>California</state>
<postal>94305</postal>
</cntaddr>
<cntvoice>650-723-2746</cntvoice>
<cntemail>brannerlibrary@stanford.edu</cntemail>
</cntinfo>
</distrib>
<distliab>All versions of Natural Earth raster + vector map data found on this website are in the public domain. You may use the maps in any manner, including modifying the content and design, electronic dissemination, and offset printing. The primary authors, Tom Patterson and Nathaniel Vaughn Kelso, and all other contributors renounce all financial claim to the maps and invites you to use them for personal, educational, and commercial purposes.
No permission is needed to use Natural Earth. Crediting the authors is unnecessary.</distliab>
</distinfo>
<metainfo>
<metd>20150609</metd>
<metc>
<cntinfo>
<cntorgp>
<cntorg>Stanford Geospatial Center</cntorg>
</cntorgp>
<cntaddr>
<addrtype>mailing and physical</addrtype>
<address>Mitchell Bldg. 2nd floor</address>
<address>397 Panama Mall</address>
<city>Stanford</city>
<state>California</state>
<postal>94305</postal>
<country>US</country>
</cntaddr>
<cntvoice>650-723-2746</cntvoice>
<cntemail>brannerlibrary@stanford.edu</cntemail>
</cntinfo>
</metc>
<metstdn>FGDC Content Standard for Digital Geospatial Metadata</metstdn>
<metstdv>FGDC-STD-001-1998</metstdv>
<mettc>local time</mettc>
</metainfo>
</metadata>

150
data/ocean/ne_110m_ocean-iso19110.xml

@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8"?>
<gfc:FC_FeatureCatalogue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gfc="http://www.isotc211.org/2005/gfc" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.isotc211.org/2005/gfc" xsi:schemaLocation="http://www.isotc211.org/2005/gfc http://www.isotc211.org/2005/gfc/gfc.xsd" uuid="&#10;&#9;&#9;&#9;&#9;&#9;b4544da9-4b17-4769-ae6e-616d0670f73b&#10;&#9;&#9;&#9;&#9;">
<gmx:name>
<gco:CharacterString>
Feature Catalog for World Oceans, 1:110 million (2012)</gco:CharacterString>
</gmx:name>
<gmx:scope>
<gco:CharacterString>Bodies of water; Seas</gco:CharacterString>
</gmx:scope>
<gmx:versionNumber gco:nilReason="unknown"/>
<gmx:versionDate>
<gco:Date>2012</gco:Date>
</gmx:versionDate>
<gmx:language>
<gco:CharacterString>eng; US</gco:CharacterString>
</gmx:language>
<gmx:characterSet>
<gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
</gmx:characterSet>
<gfc:featureType>
<gfc:FC_FeatureType>
<gfc:typeName>
<gco:LocalName>ne_110m_ocean</gco:LocalName>
</gfc:typeName>
<gfc:definition/>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<gfc:featureCatalogue uuidref="&#10;&#9;&#9;&#9;&#9;&#9;b4544da9-4b17-4769-ae6e-616d0670f73b&#10;&#9;&#9;&#9;&#9;"/>
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:memberName>
<gco:LocalName>FID</gco:LocalName>
</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Internal feature number.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality gco:nilReason="unknown"/>
<gfc:definitionReference>
<gfc:FC_DefinitionReference>
<gfc:definitionSource>
<gfc:FC_DefinitionSource>
<gfc:source>
<gmd:CI_Citation>
<gmd:title>
<gco:CharacterString>Esri</gco:CharacterString>
</gmd:title>
<gmd:date gco:nilReason="unknown"/>
<gmd:citedResponsibleParty>
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>Esri</gco:CharacterString>
</gmd:organisationName>
<gmd:role>
<gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:citedResponsibleParty>
</gmd:CI_Citation>
</gfc:source>
</gfc:FC_DefinitionSource>
</gfc:definitionSource>
</gfc:FC_DefinitionReference>
</gfc:definitionReference>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>OID</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:memberName>
<gco:LocalName>Shape</gco:LocalName>
</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Feature geometry.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality gco:nilReason="unknown"/>
<gfc:definitionReference>
<gfc:FC_DefinitionReference>
<gfc:definitionSource>
<gfc:FC_DefinitionSource>
<gfc:source>
<gmd:CI_Citation>
<gmd:title>
<gco:CharacterString>Esri</gco:CharacterString>
</gmd:title>
<gmd:date gco:nilReason="unknown"/>
<gmd:citedResponsibleParty>
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>Esri</gco:CharacterString>
</gmd:organisationName>
<gmd:role>
<gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:citedResponsibleParty>
</gmd:CI_Citation>
</gfc:source>
</gfc:FC_DefinitionSource>
</gfc:definitionSource>
</gfc:FC_DefinitionReference>
</gfc:definitionReference>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>Geometry</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:memberName>
<gco:LocalName>scalerank</gco:LocalName>
</gfc:memberName>
<gfc:cardinality gco:nilReason="unknown"/>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>SmallInteger</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:memberName>
<gco:LocalName>featurecla</gco:LocalName>
</gfc:memberName>
<gfc:cardinality gco:nilReason="unknown"/>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>String</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
</gfc:FC_FeatureType>
</gfc:featureType>
</gfc:FC_FeatureCatalogue>

569
data/ocean/ne_110m_ocean-iso19139.xml

@ -0,0 +1,569 @@
<?xml version="1.0" encoding="UTF-8"?>
<MD_Metadata xmlns="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fileIdentifier>
<gco:CharacterString>edu.stanford.purl:nb441cf3002</gco:CharacterString>
</fileIdentifier>
<language>
<LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
</language>
<characterSet>
<MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
</characterSet>
<parentIdentifier>
<gco:CharacterString>http://purl.stanford.edu/qr604qw5282.mods</gco:CharacterString>
</parentIdentifier>
<hierarchyLevel>
<MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
</hierarchyLevel>
<hierarchyLevelName>
<gco:CharacterString>dataset</gco:CharacterString>
</hierarchyLevelName>
<contact>
<CI_ResponsibleParty>
<organisationName>
<gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
</organisationName>
<contactInfo>
<CI_Contact>
<phone>
<CI_Telephone>
<voice>
<gco:CharacterString>650-723-2746</gco:CharacterString>
</voice>
</CI_Telephone>
</phone>
<address>
<CI_Address>
<deliveryPoint>
<gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
</deliveryPoint>
<deliveryPoint>
<gco:CharacterString>397 Panama Mall</gco:CharacterString>
</deliveryPoint>
<city>
<gco:CharacterString>Stanford</gco:CharacterString>
</city>
<administrativeArea>
<gco:CharacterString>California</gco:CharacterString>
</administrativeArea>
<postalCode>
<gco:CharacterString>94305</gco:CharacterString>
</postalCode>
<country>
<gco:CharacterString>US</gco:CharacterString>
</country>
<electronicMailAddress>
<gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
</electronicMailAddress>
</CI_Address>
</address>
</CI_Contact>
</contactInfo>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</contact>
<dateStamp>
<gco:Date>2015-06-09</gco:Date>
</dateStamp>
<metadataStandardName>
<gco:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
</metadataStandardName>
<metadataStandardVersion>
<gco:CharacterString>2007</gco:CharacterString>
</metadataStandardVersion>
<dataSetURI>
<gco:CharacterString>http://purl.stanford.edu/nb441cf3002</gco:CharacterString>
</dataSetURI>
<spatialRepresentationInfo>
<MD_VectorSpatialRepresentation>
<topologyLevel>
<MD_TopologyLevelCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_TopologyLevelCode" codeListValue="geometryOnly" codeSpace="ISOTC211/19115">geometryOnly</MD_TopologyLevelCode>
</topologyLevel>
<geometricObjects>
<MD_GeometricObjects>
<geometricObjectType>
<MD_GeometricObjectTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_GeometricObjectTypeCode" codeListValue="composite" codeSpace="ISOTC211/19115">composite</MD_GeometricObjectTypeCode>
</geometricObjectType>
<geometricObjectCount>
<gco:Integer>2</gco:Integer>
</geometricObjectCount>
</MD_GeometricObjects>
</geometricObjects>
</MD_VectorSpatialRepresentation>
</spatialRepresentationInfo>
<referenceSystemInfo>
<MD_ReferenceSystem>
<referenceSystemIdentifier>
<RS_Identifier>
<code>
<gco:CharacterString>4326</gco:CharacterString>
</code>
<codeSpace>
<gco:CharacterString>EPSG</gco:CharacterString>
</codeSpace>
<version>
<gco:CharacterString>8.2.6</gco:CharacterString>
</version>
</RS_Identifier>
</referenceSystemIdentifier>
</MD_ReferenceSystem>
</referenceSystemInfo>
<identificationInfo>
<MD_DataIdentification>
<citation>
<CI_Citation>
<title>
<gco:CharacterString>World Oceans, 1:110 million (2012)</gco:CharacterString>
</title>
<date>
<CI_Date>
<date>
<gco:Date>2012-11-08</gco:Date>
</date>
<dateType>
<CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
</dateType>
</CI_Date>
</date>
<edition>
<gco:CharacterString>2.0.0</gco:CharacterString>
</edition>
<identifier>
<MD_Identifier>
<code>
<gco:CharacterString>http://purl.stanford.edu/nb441cf3002</gco:CharacterString>
</code>
</MD_Identifier>
</identifier>
<citedResponsibleParty>
<CI_ResponsibleParty>
<organisationName>
<gco:CharacterString>North American Cartographic Information Society</gco:CharacterString>
</organisationName>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</citedResponsibleParty>
<citedResponsibleParty>
<CI_ResponsibleParty>
<individualName>
<gco:CharacterString>Patterson, Tom</gco:CharacterString>
</individualName>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</citedResponsibleParty>
<citedResponsibleParty>
<CI_ResponsibleParty>
<organisationName>
<gco:CharacterString>Kelso, Nathaniel Vaughn</gco:CharacterString>
</organisationName>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</citedResponsibleParty>
<presentationForm>
<CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
</presentationForm>
<otherCitationDetails>
<gco:CharacterString>These data were downloaded from the Natural Earth website (http://www.naturalearthdata.com) on June 15, 2014. </gco:CharacterString>
</otherCitationDetails>
<collectiveTitle>
<gco:CharacterString>Natural Earth</gco:CharacterString>
</collectiveTitle>
</CI_Citation>
</citation>
<abstract>
<gco:CharacterString>This polygon shapefile depicts oceans split into contiguous pieces. Ocean polygon is the same as Bathymetry 0 (sea level). This theme (and its inverse cousin, Land) are used to clip the raster imagery. These data are represented at 1:110,000,000 scale. This layer is part of the Natural Earth Collection (v.2.0.0).</gco:CharacterString>
</abstract>
<purpose>
<gco:CharacterString>Natural Earth is a public domain map dataset available at 1:10, 1:50 and 1:110 million scales. Featuring tightly integrated vector and raster data, with Natural Earth you can make a variety of visually pleasing, well-crafted maps with cartography or GIS software.</gco:CharacterString>
</purpose>
<credit>
<gco:CharacterString>Kelso, N.V. and Patterson, T. (2012). World Oceans, 1:110 million (2012). Made with Natural Earth, online at http://www.naturalearthdata.com.</gco:CharacterString>
</credit>
<status>
<MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
</status>
<pointOfContact>
<CI_ResponsibleParty>
<individualName>
<gco:CharacterString>Nathaniel Vaughn Kelso</gco:CharacterString>
</individualName>
<organisationName>
<gco:CharacterString>Natural Earth</gco:CharacterString>
</organisationName>
<positionName>
<gco:CharacterString>Project manager</gco:CharacterString>
</positionName>
<contactInfo>
<CI_Contact>
<address>
<CI_Address>
<electronicMailAddress>
<gco:CharacterString>nathaniel@naturalearthdata.com</gco:CharacterString>
</electronicMailAddress>
</CI_Address>
</address>
</CI_Contact>
</contactInfo>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</pointOfContact>
<descriptiveKeywords>
<MD_Keywords>
<keyword>
<gco:CharacterString>Earth (Planet)</gco:CharacterString>
</keyword>
<type>
<MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
</type>
<thesaurusName>
<CI_Citation>
<title>
<gco:CharacterString>geonames</gco:CharacterString>
</title>
<date>
<CI_Date>
<date>
<gco:Date>2012-11-01</gco:Date>
</date>
<dateType>
<CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
</dateType>
</CI_Date>
</date>
<edition>
<gco:CharacterString>3.1</gco:CharacterString>
</edition>
<identifier>
<MD_Identifier>
<code>
<gco:CharacterString>http://www.geonames.org/ontology#</gco:CharacterString>
</code>
</MD_Identifier>
</identifier>
</CI_Citation>
</thesaurusName>
</MD_Keywords>
</descriptiveKeywords>
<descriptiveKeywords>
<MD_Keywords>
<keyword>
<gco:CharacterString>2012</gco:CharacterString>
</keyword>
<type>
<MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
</type>
</MD_Keywords>
</descriptiveKeywords>
<descriptiveKeywords>
<MD_Keywords>
<keyword>
<gco:CharacterString>Bodies of water</gco:CharacterString>
</keyword>
<keyword>
<gco:CharacterString>Seas</gco:CharacterString>
</keyword>
<type>
<MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
</type>
<thesaurusName>
<CI_Citation>
<title>
<gco:CharacterString>lcsh</gco:CharacterString>
</title>
<date>
<CI_Date>
<date>
<gco:Date>2011-04-26</gco:Date>
</date>
<dateType>
<CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
</dateType>
</CI_Date>
</date>
<identifier>
<MD_Identifier>
<code>
<gco:CharacterString>http://id.loc.gov/authorities/subjects.html</gco:CharacterString>
</code>
</MD_Identifier>
</identifier>
</CI_Citation>
</thesaurusName>
</MD_Keywords>
</descriptiveKeywords>
<resourceConstraints>
<MD_LegalConstraints>
<useLimitation>
<gco:CharacterString>All versions of Natural Earth raster + vector map data found on this website are in the public domain. You may use the maps in any manner, including modifying the content and design, electronic dissemination, and offset printing. The primary authors, Tom Patterson and Nathaniel Vaughn Kelso, and all other contributors renounce all financial claim to the maps and invites you to use them for personal, educational, and commercial purposes.
No permission is needed to use Natural Earth. Crediting the authors is unnecessary.</gco:CharacterString>
</useLimitation>
</MD_LegalConstraints>
</resourceConstraints>
<aggregationInfo>
<MD_AggregateInformation>
<aggregateDataSetName>
<CI_Citation>
<title>
<gco:CharacterString>Natural Earth</gco:CharacterString>
</title>
<date>
<CI_Date>
<date>
<gco:Date>2012-11-08</gco:Date>
</date>
<dateType>
<CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
</dateType>
</CI_Date>
</date>
<edition>
<gco:CharacterString>2.0.0</gco:CharacterString>
</edition>
<identifier>
<MD_Identifier>
<code>
<gco:CharacterString>http://purl.stanford.edu/qr604qw5282</gco:CharacterString>
</code>
</MD_Identifier>
</identifier>
<citedResponsibleParty>
<CI_ResponsibleParty>
<individualName>
<gco:CharacterString>Patterson, Tom</gco:CharacterString>
</individualName>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</citedResponsibleParty>
<citedResponsibleParty>
<CI_ResponsibleParty>
<organisationName>
<gco:CharacterString>Kelso, Nathaniel Vaughn</gco:CharacterString>
</organisationName>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</citedResponsibleParty>
<citedResponsibleParty>
<CI_ResponsibleParty>
<organisationName>
<gco:CharacterString>North American Cartographic Information Society</gco:CharacterString>
</organisationName>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</citedResponsibleParty>
</CI_Citation>
</aggregateDataSetName>
<associationType>
<DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
</associationType>
<initiativeType>
<DS_InitiativeTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_InitiativeTypeCode" codeListValue="collection" codeSpace="ISOTC211/19115">collection</DS_InitiativeTypeCode>
</initiativeType>
</MD_AggregateInformation>
</aggregationInfo>
<spatialRepresentationType>
<MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
</spatialRepresentationType>
<spatialResolution>
<MD_Resolution>
<equivalentScale>
<MD_RepresentativeFraction>
<denominator>
<gco:Integer>110000000</gco:Integer>
</denominator>
</MD_RepresentativeFraction>
</equivalentScale>
</MD_Resolution>
</spatialResolution>
<language>
<LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
</language>
<characterSet>
<MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
</characterSet>
<topicCategory>
<MD_TopicCategoryCode>oceans</MD_TopicCategoryCode>
</topicCategory>
<environmentDescription>
<gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.2.2.3552</gco:CharacterString>
</environmentDescription>
<extent>
<EX_Extent>
<geographicElement>
<EX_GeographicBoundingBox>
<extentTypeCode>
<gco:Boolean>true</gco:Boolean>
</extentTypeCode>
<westBoundLongitude>
<gco:Decimal>-180</gco:Decimal>
</westBoundLongitude>
<eastBoundLongitude>
<gco:Decimal>180</gco:Decimal>
</eastBoundLongitude>
<southBoundLatitude>
<gco:Decimal>-85.609038</gco:Decimal>
</southBoundLatitude>
<northBoundLatitude>
<gco:Decimal>90</gco:Decimal>
</northBoundLatitude>
</EX_GeographicBoundingBox>
</geographicElement>
</EX_Extent>
</extent>
<extent>
<EX_Extent>
<description>
<gco:CharacterString>publication date</gco:CharacterString>
</description>
<temporalElement>
<EX_TemporalExtent>
<extent>
<gml:TimeInstant gml:id="idp71424">
<gml:timePosition>2012-11-08T00:00:00</gml:timePosition>
</gml:TimeInstant>
</extent>
</EX_TemporalExtent>
</temporalElement>
</EX_Extent>
</extent>
</MD_DataIdentification>
</identificationInfo>
<contentInfo>
<MD_FeatureCatalogueDescription>
<complianceCode>
<gco:Boolean>false</gco:Boolean>
</complianceCode>
<language>
<LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
</language>
<includedWithDataset>
<gco:Boolean>true</gco:Boolean>
</includedWithDataset>
<featureCatalogueCitation>
<CI_Citation>
<title>
<gco:CharacterString>
Feature Catalog for World Oceans, 1:110 million (2012)</gco:CharacterString>
</title>
<date>
<CI_Date>
<date>
<gco:Date>2012-11-08</gco:Date>
</date>
<dateType>
<CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
</dateType>
</CI_Date>
</date>
<identifier>
<MD_Identifier>
<code>
<gco:CharacterString>b4544da9-4b17-4769-ae6e-616d0670f73b</gco:CharacterString>
</code>
</MD_Identifier>
</identifier>
</CI_Citation>
</featureCatalogueCitation>
</MD_FeatureCatalogueDescription>
</contentInfo>
<distributionInfo>
<MD_Distribution>
<distributionFormat>
<MD_Format>
<name>
<gco:CharacterString>Shapefile</gco:CharacterString>
</name>
<version gco:nilReason="missing"/>
</MD_Format>
</distributionFormat>
<distributor>
<MD_Distributor>
<distributorContact>
<CI_ResponsibleParty>
<organisationName>
<gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
</organisationName>
<contactInfo>
<CI_Contact>
<phone>
<CI_Telephone>
<voice>
<gco:CharacterString>650-723-2746</gco:CharacterString>
</voice>
</CI_Telephone>
</phone>
<address>
<CI_Address>
<deliveryPoint>
<gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
</deliveryPoint>
<deliveryPoint>
<gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
</deliveryPoint>
<deliveryPoint>
<gco:CharacterString>397 Panama Mall</gco:CharacterString>
</deliveryPoint>
<city>
<gco:CharacterString>Stanford</gco:CharacterString>
</city>
<administrativeArea>
<gco:CharacterString>California</gco:CharacterString>
</administrativeArea>
<postalCode>
<gco:CharacterString>94305</gco:CharacterString>
</postalCode>
<electronicMailAddress>
<gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
</electronicMailAddress>
</CI_Address>
</address>
</CI_Contact>
</contactInfo>
<role>
<CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
</role>
</CI_ResponsibleParty>
</distributorContact>
</MD_Distributor>
</distributor>
<transferOptions>
<MD_DigitalTransferOptions>
<transferSize>
<gco:Real>0.081</gco:Real>
</transferSize>
<onLine>
<CI_OnlineResource>
<linkage>
<URL>http://purl.stanford.edu/nb441cf3002</URL>
</linkage>
<protocol>
<gco:CharacterString>http</gco:CharacterString>
</protocol>
<name>
<gco:CharacterString>ne_110m_ocean.shp</gco:CharacterString>
</name>
<function>
<CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="download" codeSpace="ISOTC211/19115">download</CI_OnLineFunctionCode>
</function>
</CI_OnlineResource>
</onLine>
</MD_DigitalTransferOptions>
</transferOptions>
</MD_Distribution>
</distributionInfo>
</MD_Metadata>

286
data/ocean/ne_110m_ocean.README.html

@ -0,0 +1,286 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ocean | Natural Earth</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="alternate" type="application/rss+xml" title="Natural Earth RSS Feed" href="http://www.naturalearthdata.com/feed/" />
<link rel="pingback" href="http://www.naturalearthdata.com/xmlrpc.php" />
<script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/themes/NEV/includes/js/suckerfish.js"></script>
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<script defer="defer" type="text/javascript" src="http://www.naturalearthdata.com/wp-content/themes/NEV/includes/js/pngfix.js"></script>
<![endif]-->
<link rel="stylesheet" href="http://www.naturalearthdata.com/wp-content/themes/NEV/style.css" type="text/css" media="screen" />
<meta name='Admin Management Xtended WordPress plugin' content='2.1.1' />
<link rel="alternate" type="application/rss+xml" title="Natural Earth &raquo; Ocean Comments Feed" href="http://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-ocean/feed/" />
<link rel='stylesheet' id='sociable-front-css-css' href='http://www.naturalearthdata.com/wp-content/plugins/sociable/sociable.css?ver=2.9.2' type='text/css' media='' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.naturalearthdata.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.naturalearthdata.com/wp-includes/wlwmanifest.xml" />
<link rel='index' title='Natural Earth' href='http://www.naturalearthdata.com' />
<link rel='start' title='Welcome to the Natural Earth Blog' href='http://www.naturalearthdata.com/blog/miscellaneous/test/' />
<link rel='prev' title='Ocean' href='http://www.naturalearthdata.com/downloads/50m-physical-vectors/50m-ocean/' />
<link rel='next' title='Land' href='http://www.naturalearthdata.com/downloads/50m-physical-vectors/50m-land/' />
<meta name="generator" content="WordPress 2.9.2" />
<!-- All in One SEO Pack 1.6.10.2 by Michael Torbert of Semper Fi Web Design[309,437] -->
<meta name="description" content="Ocean polygon split into contiguous pieces. About (below) Yucatan peninsula, Cuba, and Hispaniola. Issues None. Version" />
<link rel="canonical" href="http://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-ocean/" />
<!-- /all in one seo pack -->
<!-- begin gallery scripts -->
<link rel="stylesheet" href="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8"/>
<link rel="stylesheet" href="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8"/>
<script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/scripts/mootools.v1.11.js"></script>
<script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php"></script>
<script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.transitions.js"></script>
<!-- end gallery scripts -->
<style type="text/css">.broken_link, a.broken_link {
text-decoration: line-through;
}</style><link href="http://www.naturalearthdata.com/wp-content/themes/NEV/css/default.css" rel="stylesheet" type="text/css" />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="http://www.naturalearthdata.com/wp-content/themes/NEV/ie.css" />
<![endif]-->
<script src="http://www.naturalearthdata.com/wp-content/themes/NEV/js/jquery-1.2.6.min.js" type="text/javascript" charset="utf-8"></script>
<script>
jQuery.noConflict();
</script>
<script type="text/javascript" charset="utf-8">
$(function(){
var tabContainers = $('div#maintabdiv > div');
tabContainers.hide().filter('#comments').show();
$('div#maintabdiv ul#tabnav a').click(function () {
tabContainers.hide();
tabContainers.filter(this.hash).show();
$('div#maintabdiv ul#tabnav a').removeClass('current');
$(this).addClass('current');
return false;
}).filter('#comments').click();
});
</script>
<script type="text/javascript" language="javascript" src="http://www.naturalearthdata.com/dataTables/media/js/jquery.dataTables.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#ne_table').dataTable();
} );
</script>
</head>
<body>
<div id="page">
<div id="header">
<div id="headerimg">
<h1><a href="http://www.naturalearthdata.com/"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/nev_logo.png" alt="Natural Earth title="Natural Earth" /></a></h1>
<div class="description">Free vector and raster map data at 1:10m, 1:50m, and 1:110m scales</div>
<div class="header_search"><form method="get" id="searchform" action="http://www.naturalearthdata.com/">
<label class="hidden" for="s">Search for:</label>
<div><input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
</div>
<!--<div class="translate_panel" style="align:top; margin-left:650px; top:50px;">
<div id="google_translate_element" style="float:left;"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script>
<script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>-->
</div>
</div>
<div id="pagemenu" style="align:bottom;">
<ul id="page-list" class="clearfix"><li class="page_item page-item-4"><a href="http://www.naturalearthdata.com" title="Home">Home</a></li>
<li class="page_item page-item-10"><a href="http://www.naturalearthdata.com/features/" title="Features">Features</a></li>
<li class="page_item page-item-12"><a href="http://www.naturalearthdata.com/downloads/" title="Downloads">Downloads</a></li>
<li class="page_item page-item-6 current_page_parent"><a href="http://www.naturalearthdata.com/blog/" title="Blog">Blog</a></li>
<li class="page_item page-item-14"><a href="http://www.naturalearthdata.com/forums" title="Forums">Forums</a></li>
<li class="page_item page-item-366"><a href="http://www.naturalearthdata.com/corrections" title="Corrections">Corrections</a></li>
<li class="page_item page-item-16"><a href="http://www.naturalearthdata.com/about/" title="About">About</a></li>
</ul>
</div>
<hr /> <div id="main">
<div id="content" class="narrowcolumn">
&laquo; <a href="http://www.naturalearthdata.com/downloads/110m-physical-vectors/">1:110m Physical Vectors</a>&nbsp;
<div class="post" id="post-1572">
<h2>Ocean</h2>
<div class="entry">
<div class="downloadPromoBlock">
<div style="float: left; width: 170px;"><img class="downloadPromoImage" title="water_thumb" src="http://www.naturalearthdata.com/wp-content/uploads/2009/09/water_thumb.gif" alt="water_thumb" width="150" height="97" align="left" /></div>
<div style="float: left; width: 410px;"><em>Ocean polygon split into contiguous pieces.</em></p>
<div class="download-link-div">
<a class="download-link" rel="nofollow" title="Downloaded 2413 times (Shapefile, geoDB, or TIFF format)" onclick="if (window.urchinTracker) urchinTracker ('http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_ocean.zip');" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_ocean.zip" onclick="javascript:pageTracker._trackPageview('/downloads/http///download/110m/physical/ne_110m_ocean.zip');">Download ocean</a> <span class="download-link-span">(64.92 KB) version 2.0.0</span>
</div>
<p><span id="more-1572"></span></div>
</div>
<div class="downloadMainBlock"><strong>About</strong></p>
<p><em>(below) Yucatan peninsula, Cuba, and Hispaniola.</em></p>
<p><img class="alignnone size-full wp-image-1052" title="water_banner" src="http://www.naturalearthdata.com/wp-content/uploads/2009/09/water_banner.gif" alt="water_banner" width="580" height="150" /></p>
<p><strong>Issues</strong></p>
<p>None.</p>
<p><strong>Version History</strong></p>
<ul>
<li>
<a rel="nofollow" title="Download version 2.0.0 of ne_110m_ocean.zip" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_ocean.zip" onclick="javascript:pageTracker._trackPageview('/downloads/http///download/110m/physical/ne_110m_ocean.zip');">2.0.0</a>
</li>
<li>
1.1.0
</li>
<li>
1.0.0
</li>
</ul>
<p><a href="https://github.com/nvkelso/natural-earth-vector/blob/master/CHANGELOG" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://github.com/nvkelso/natural-earth-vector/blob/master/CHANGELOG');">The master changelog is available on Github »</a>
</div>
<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
<li class="sociablefirst"><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=Ocean%20-%20http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/home?status=Ocean%20-%20http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F');" title="Twitter"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;t=Ocean" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;t=Ocean');" title="Facebook"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;bodytext=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;bodytext=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20');" title="Digg"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;notes=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://delicious.com/post?url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;notes=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20');" title="del.icio.us"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;annotation=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;annotation=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20');" title="Google Bookmarks"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="http://slashdot.org/bookmark.pl?title=Ocean&amp;url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://slashdot.org/bookmark.pl?title=Ocean&amp;url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F');" title="Slashdot"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="Slashdot" alt="Slashdot" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-145px -55px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean');" title="StumbleUpon"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="mailto:?subject=Ocean&amp;body=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F" title="email"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="email" alt="email" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-325px -1px" class="sociable-hovers" /></a></li>
<li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;source=Natural+Earth+Free+vector+and+raster+map+data+at+1%3A10m%2C+1%3A50m%2C+and+1%3A110m+scales&amp;summary=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean&amp;source=Natural+Earth+Free+vector+and+raster+map+data+at+1%3A10m%2C+1%3A50m%2C+and+1%3A110m+scales&amp;summary=%0D%0A%0D%0AOcean%20polygon%20split%20into%20contiguous%20pieces.%0D%0A%0D%0A%5Bdrain%20file%20177%20show%20nev_download%5D%0D%0A%0D%0A%0D%0AAbout%0D%0A%0D%0A%28below%29%20Yucatan%20peninsula%2C%20Cuba%2C%20and%20Hispaniola.%0D%0A%0D%0A%0D%0A%0D%0AIssues%0D%0A%0D%0ANone.%0D%0A%0D%0AVersion%20History%0D%0A%0D%0A%5Bdrain%20file%20177%20versions%2010%5D%0D%0A%0D%0AThe%20master%20changelog%20is%20');" title="LinkedIn"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="LinkedIn" alt="LinkedIn" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-1px -37px" class="sociable-hovers" /></a></li>
<li class="sociablelast"><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://reddit.com/submit?url=http%3A%2F%2Fwww.naturalearthdata.com%2Fdownloads%2F110m-physical-vectors%2F110m-ocean%2F&amp;title=Ocean');" title="Reddit"><img src="http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.gif" title="Reddit" alt="Reddit" style="width: 16px; height: 16px; background: transparent url(http://www.naturalearthdata.com/wp-content/plugins/sociable/images/services-sprite.png) no-repeat; background-position:-55px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="sidebar">
<ul><li id='text-5' class='widget widget_text'><h2 class="widgettitle">Stay up to Date</h2>
<div class="textwidget"> Know when a new version of Natural Earth is released by subscribing to our <a href="http://www.naturalearthdata.com/updates/" class="up-to-date-link" >announcement list</a>.</div>
</li></ul><ul><li id='text-2' class='widget widget_text'><h2 class="widgettitle">Find a Problem?</h2>
<div class="textwidget"><div>
<div style="float:left; width:65px;"><a href="/corrections/index.php?a=add"><img class="alignleft" title="New Ticket" src="http://www.naturalearthdata.com/corrections/img/newticket.png" alt="" width="60" height="60" /></a></div><div class="textwidget" style="float:left;width:120px; font-size:1.2em; font-size-adjust:none; font-style:normal;
font-variant:normal; font-weight:normal; line-height:normal;">Submit suggestions and bug reports via our <a href="/corrections/index.php?a=add">correction system</a> and track the progress of your edits.</div>
</div></div>
</li></ul><ul><li id='text-3' class='widget widget_text'><h2 class="widgettitle">Join Our Community</h2>
<div class="textwidget"><div>
<div style="float:left; width:65px;"><a href="/forums/"><img src="http://www.naturalearthdata.com/wp-content/uploads/2009/08/green_globe_chat_bubble_562e.png" alt="forums" title="Chat in the forum!" width="50" height="50" /></a></div><div class="textwidget" style="float:left;width:120px; font-size:1.2em; font-size-adjust:none; font-style:normal;
font-variant:normal; font-weight:normal; line-height:normal;">Talk back and discuss Natural Earth in the <a href="/forums/">Forums</a>.</div>
</div></div>
</li></ul><ul><li id='text-4' class='widget widget_text'><h2 class="widgettitle">Thank You</h2>
<div class="textwidget">Our data downloads are generously hosted by Florida State University.</div>
</li></ul> </div>
</div>
<hr />
<div id="footer">
<div id="footerarea">
<div id="footerlogos">
<p>Supported by:</p>
<div class="footer-ad-box">
<a href="http://www.nacis.org" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/nacis.png" alt="NACIS" /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.cartotalk.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/cartotalk_ad.png" alt="Cartotalk" /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.mapgiving.org" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/mapgiving.png" alt="Mapgiving" /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.geography.wisc.edu/cartography/" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/wisconsin.png" alt="University of Wisconsin Madison - Cartography Dept." /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.shadedrelief.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/shaded_relief.png" alt="Shaded Relief" /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.xnrproductions.com " target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/xnr.png" alt="XNR Productions" /></a>
</div>
<p style="clear:both;"></p>
<div class="footer-ad-box">
<a href="http://www.freac.fsu.edu" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/fsu.png" alt="Florida State University - FREAC" /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.springercartographics.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/scllc.png" alt="Springer Cartographics LLC" /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.washingtonpost.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/wpost.png" alt="Washington Post" /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.redgeographics.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/redgeo.png" alt="Red Geographics" /></a>
</div>
<div class="footer-ad-box">
<a href="http://kelsocartography.com/blog " target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/kelso.png" alt="Kelso Cartography" /></a>
</div>
<p style="clear:both;"></p>
<div class="footer-ad-box">
<a href="http://www.avenza.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/avenza.png" alt="Avenza Systems Inc." /></a>
</div>
<div class="footer-ad-box">
<a href="http://www.stamen.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/stamen_ne_logo.png" alt="Stamen Design" /></a>
</div>
</div>
<p style="clear:both;"></p>
<span id="footerleft">
&copy; 2012. Natural Earth. All rights reserved.
</span>
<span id="footerright">
<!-- Please help promote WordPress and simpleX. Do not remove -->
<div>Powered by <a href="http://wordpress.org/">WordPress</a></div>
<div><a href="http://www.naturalearthdata.com/wp-admin">Staff Login &raquo;</a></div>
</span>
</div>
</div>
<!-- Google Analytics for WordPress | http://yoast.com/wordpress/google-analytics/ -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10168306-1");
} catch(err) {}
</script>
<script src="http://www.naturalearthdata.com/wp-content/plugins/google-analytics-for-wordpress/custom_se.js" type="text/javascript"></script>
<script type="text/javascript">
try {
// Cookied already:
pageTracker._trackPageview();
} catch(err) {}
</script>
<!-- End of Google Analytics code -->
</body>
</html>

BIN
data/ocean/ne_110m_ocean.dbf

Binary file not shown.

1
data/ocean/ne_110m_ocean.prj

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.017453292519943295]]

BIN
data/ocean/ne_110m_ocean.shp

Binary file not shown.

458
data/ocean/ne_110m_ocean.shp.xml

@ -0,0 +1,458 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata xml:lang="en">
<Esri>
<CreaDate>20150501</CreaDate>
<CreaTime>09023600</CreaTime>
<ArcGISFormat>1.0</ArcGISFormat>
<ArcGISstyle>ISO 19139 Metadata Implementation Specification</ArcGISstyle>
<SyncOnce>FALSE</SyncOnce>
<DataProperties>
<itemProps>
<itemName Sync="TRUE">ne_110m_ocean</itemName>
<nativeExtBox>
<westBL Sync="TRUE">-180.000000</westBL>
<eastBL Sync="TRUE">180.000000</eastBL>
<southBL Sync="TRUE">-85.609038</southBL>
<northBL Sync="TRUE">90.000000</northBL>
<exTypeCode Sync="TRUE">1</exTypeCode>
</nativeExtBox>
<itemSize Sync="TRUE">0.081</itemSize>
<itemLocation>
<linkage Sync="TRUE">file://\\SUL-GISLAB\GIS_Shared\GIS_Lab\DATA\World_BaseLayers_2010_NaturalEarth2.0.0\natural_earth_vector\110m_physical\ne_110m_ocean.shp</linkage>
<protocol Sync="TRUE">Local Area Network</protocol>
</itemLocation>
<imsContentType export="False"/>
</itemProps>
<coordRef>
<type Sync="TRUE">Geographic</type>
<geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn>
<csUnits Sync="TRUE">Angular Unit: Degree (0.017453)</csUnits>
<peXml Sync="TRUE">&lt;GeographicCoordinateSystem xsi:type='typens:GeographicCoordinateSystem' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:typens='http://www.esri.com/schemas/ArcGIS/10.1'&gt;&lt;WKT&gt;GEOGCS[&amp;quot;GCS_WGS_1984&amp;quot;,DATUM[&amp;quot;D_WGS_1984&amp;quot;,SPHEROID[&amp;quot;WGS_1984&amp;quot;,6378137.0,298.257223563]],PRIMEM[&amp;quot;Greenwich&amp;quot;,0.0],UNIT[&amp;quot;Degree&amp;quot;,0.0174532925199433],AUTHORITY[&amp;quot;EPSG&amp;quot;,4326]]&lt;/WKT&gt;&lt;XOrigin&gt;-400&lt;/XOrigin&gt;&lt;YOrigin&gt;-400&lt;/YOrigin&gt;&lt;XYScale&gt;11258999068426.238&lt;/XYScale&gt;&lt;ZOrigin&gt;-100000&lt;/ZOrigin&gt;&lt;ZScale&gt;10000&lt;/ZScale&gt;&lt;MOrigin&gt;-100000&lt;/MOrigin&gt;&lt;MScale&gt;10000&lt;/MScale&gt;&lt;XYTolerance&gt;8.983152841195215e-009&lt;/XYTolerance&gt;&lt;ZTolerance&gt;0.001&lt;/ZTolerance&gt;&lt;MTolerance&gt;0.001&lt;/MTolerance&gt;&lt;HighPrecision&gt;true&lt;/HighPrecision&gt;&lt;LeftLongitude&gt;-180&lt;/LeftLongitude&gt;&lt;WKID&gt;4326&lt;/WKID&gt;&lt;LatestWKID&gt;4326&lt;/LatestWKID&gt;&lt;/GeographicCoordinateSystem&gt;</peXml>
</coordRef>
<copyHistory>
<copy date="20150501" dest="\\SUL-GISLAB\GIS_Shared\GIS_Lab\DATA\World_BaseLayers_2010_NaturalEarth2.0.0\natural_earth_vector\SGC" source="Q:\World_Hydrosheds_USGS\SGC" time="09023600"/>
</copyHistory>
</DataProperties>
<SyncDate>20150609</SyncDate>
<SyncTime>13080400</SyncTime>
<ModDate>20150609</ModDate>
<ModTime>13080400</ModTime>
<ArcGISProfile>ISO19139</ArcGISProfile>
<scaleRange>
<minScale>150000000</minScale>
<maxScale>5000</maxScale>
</scaleRange>
</Esri>
<mdLang>
<languageCode value="eng"/>
<countryCode Sync="TRUE" value="USA"/>
</mdLang>
<mdChar>
<CharSetCd value="004"/>
</mdChar>
<mdParentID>http://purl.stanford.edu/qr604qw5282.mods</mdParentID>
<mdHrLv>
<ScopeCd value="005"/>
</mdHrLv>
<distInfo>
<distTranOps>
<onLineSrc>
<linkage>http://purl.stanford.edu/nb441cf3002</linkage>
<protocol>http</protocol>
<orFunct>
<OnFunctCd value="001"/>
</orFunct>
<orName>ne_110m_ocean.shp</orName>
</onLineSrc>
<transSize Sync="TRUE">0.081</transSize>
</distTranOps>
<distributor>
<distorCont>
<rpOrgName>Stanford Geospatial Center</rpOrgName>
<rpCntInfo>
<cntAddress addressType="physical">
<delPoint>Branner Earth Sciences Library</delPoint>
<city>Stanford</city>
<adminArea>California</adminArea>
<postCode>94305</postCode>
<eMailAdd>brannerlibrary@stanford.edu</eMailAdd>
<delPoint>Mitchell Building, 2nd Floor</delPoint>
<delPoint>397 Panama Mall</delPoint>
</cntAddress>
<cntPhone>
<voiceNum>650-723-2746</voiceNum>
</cntPhone>
</rpCntInfo>
<displayName>Stanford Geospatial Center</displayName>
<displayName>Stanford Geospatial Center</displayName>
<role>
<RoleCd value="005"/>
</role>
<displayName>Stanford Geospatial Center</displayName>
</distorCont>
</distributor>
<distFormat>
<formatName Sync="TRUE">Shapefile</formatName>
</distFormat>
</distInfo>
<dataIdInfo>
<idCredit>Kelso, N.V. and Patterson, T. (2012). World Oceans, 1:110 million (2012). Made with Natural Earth, online at http://www.naturalearthdata.com.</idCredit>
<themeKeys>
<thesaName>
<resTitle>lcsh</resTitle>
<date>
<reviseDate>2011-04-26T00:00:00</reviseDate>
</date>
<citId>
<identCode>http://id.loc.gov/authorities/subjects.html</identCode>
</citId>
</thesaName>
<keyword>Bodies of water</keyword>
<keyword>Seas</keyword>
</themeKeys>
<placeKeys>
<thesaName>
<resTitle>geonames</resTitle>
<date>
<reviseDate>2012-11-01T00:00:00</reviseDate>
</date>
<resEd>3.1</resEd>
<citId>
<identCode>http://www.geonames.org/ontology#</identCode>
</citId>
</thesaName>
<keyword>Earth (Planet)</keyword>
</placeKeys>
<idCitation>
<citId>
<identCode>http://purl.stanford.edu/nb441cf3002</identCode>
</citId>
<collTitle>Natural Earth</collTitle>
<date>
<pubDate>2012-11-08T00:00:00</pubDate>
</date>
<resTitle Sync="FALSE">World Oceans, 1:110 million (2012)</resTitle>
<citRespParty>
<rpOrgName>North American Cartographic Information Society</rpOrgName>
<role>
<RoleCd value="010"/>
</role>
</citRespParty>
<citRespParty>
<rpIndName>Patterson, Tom</rpIndName>
<role>
<RoleCd value="006"/>
</role>
</citRespParty>
<citRespParty>
<rpOrgName>Kelso, Nathaniel Vaughn</rpOrgName>
<role>
<RoleCd value="006"/>
</role>
</citRespParty>
<resEd>2.0.0</resEd>
<otherCitDet>These data were downloaded from the Natural Earth website (http://www.naturalearthdata.com) on June 15, 2014. </otherCitDet>
<presForm>
<PresFormCd Sync="TRUE" value="005"/>
</presForm>
</idCitation>
<dataLang>
<languageCode value="eng"/>
<countryCode Sync="TRUE" value="USA"/>
</dataLang>
<dataChar>
<CharSetCd value="004"/>
</dataChar>
<idPurp>Natural Earth is a public domain map dataset available at 1:10, 1:50 and 1:110 million scales. Featuring tightly integrated vector and raster data, with Natural Earth you can make a variety of visually pleasing, well-crafted maps with cartography or GIS software.</idPurp>
<idAbs>&lt;DIV STYLE="text-align:Left;"&gt;&lt;P STYLE="margin:7 0 7 0;"&gt;&lt;SPAN&gt;This polygon shapefile depicts oceans split into contiguous pieces. Ocean polygon is the same as Bathymetry 0 (sea level). This theme (and its inverse cousin, Land) are used to clip the raster imagery. These data are represented at 1:110,000,000 scale. This layer is part of the Natural Earth Collection (v.2.0.0).&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</idAbs>
<tempKeys>
<keyword>2012</keyword>
</tempKeys>
<idStatus>
<ProgCd value="001"/>
</idStatus>
<dataExt>
<geoEle>
<GeoBndBox esriExtentType="search">
<exTypeCode>1</exTypeCode>
<westBL Sync="TRUE">-180.000000</westBL>
<eastBL Sync="TRUE">180.000000</eastBL>
<northBL Sync="TRUE">90.000000</northBL>
<southBL Sync="TRUE">-85.609038</southBL>
</GeoBndBox>
</geoEle>
</dataExt>
<dataExt>
<exDesc>publication date</exDesc>
<tempEle>
<TempExtent>
<exTemp>
<TM_Instant>
<tmPosition>2012-11-08T00:00:00</tmPosition>
</TM_Instant>
</exTemp>
</TempExtent>
</tempEle>
</dataExt>
<aggrInfo>
<assocType>
<AscTypeCd value="002"/>
</assocType>
<initType>
<InitTypCd value="002"/>
</initType>
<aggrDSName>
<resTitle>Natural Earth</resTitle>
<date>
<pubDate>2012-11-08T00:00:00</pubDate>
</date>
<resEd>2.0.0</resEd>
<citId>
<identCode>http://purl.stanford.edu/qr604qw5282</identCode>
</citId>
<citRespParty>
<rpIndName>Patterson, Tom</rpIndName>
<role>
<RoleCd value="006"/>
</role>
<displayName>Patterson, Tom</displayName>
</citRespParty>
<citRespParty>
<rpOrgName>Kelso, Nathaniel Vaughn</rpOrgName>
<role>
<RoleCd value="006"/>
</role>
<displayName>Kelso, Nathaniel Vaughn</displayName>
</citRespParty>
<citRespParty>
<rpOrgName>North American Cartographic Information Society</rpOrgName>
<role>
<RoleCd value="010"/>
</role>
<displayName>North American Cartographic Information Society</displayName>
</citRespParty>
</aggrDSName>
</aggrInfo>
<resConst>
<LegConsts>
<useLimit>All versions of Natural Earth raster + vector map data found on this website are in the public domain. You may use the maps in any manner, including modifying the content and design, electronic dissemination, and offset printing. The primary authors, Tom Patterson and Nathaniel Vaughn Kelso, and all other contributors renounce all financial claim to the maps and invites you to use them for personal, educational, and commercial purposes.
No permission is needed to use Natural Earth. Crediting the authors is unnecessary.</useLimit>
</LegConsts>
</resConst>
<idPoC>
<rpIndName>Nathaniel Vaughn Kelso</rpIndName>
<rpOrgName>Natural Earth</rpOrgName>
<rpPosName>Project manager</rpPosName>
<role>
<RoleCd value="007"/>
</role>
<rpCntInfo>
<cntAddress addressType="">
<eMailAdd>nathaniel@naturalearthdata.com</eMailAdd>
</cntAddress>
</rpCntInfo>
</idPoC>
<dataScale>
<equScale>
<rfDenom>110000000</rfDenom>
</equScale>
</dataScale>
<envirDesc Sync="TRUE">Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.2.2.3552</envirDesc>
<spatRpType>
<SpatRepTypCd Sync="TRUE" value="001"/>
</spatRpType>
<tpCat>
<TopicCatCd value="014"/>
</tpCat>
</dataIdInfo>
<dataSetURI>http://purl.stanford.edu/nb441cf3002</dataSetURI>
<mdFileID>edu.stanford.purl:nb441cf3002</mdFileID>
<mdContact>
<editorSource>external</editorSource>
<editorDigest>8112593d10cd6aa7c8f3c3da6c3533d0</editorDigest>
<rpOrgName>Stanford Geospatial Center</rpOrgName>
<rpCntInfo>
<cntAddress addressType="both">
<delPoint>Mitchell Bldg. 2nd floor</delPoint>
<city>Stanford</city>
<adminArea>California</adminArea>
<postCode>94305</postCode>
<eMailAdd>brannerlibrary@stanford.edu</eMailAdd>
<country>US</country>
<delPoint>397 Panama Mall</delPoint>
</cntAddress>
<cntPhone>
<voiceNum tddtty="">650-723-2746</voiceNum>
</cntPhone>
</rpCntInfo>
<displayName>Stanford Geospatial Center</displayName>
<editorSave>True</editorSave>
<displayName>Stanford Geospatial Center</displayName>
<role>
<RoleCd value="007"/>
</role>
</mdContact>
<contInfo>
<FetCatDesc>
<compCode>False</compCode>
<catLang>
<languageCode value="eng"/>
</catLang>
<incWithDS>True</incWithDS>
<catCitation>
<resTitle>
<resTitle>Feature Catalog for</resTitle> World Oceans, 1:110 million (2012)</resTitle>
<date>
<pubDate>2012-11-08T00:00:00</pubDate>
</date>
<citId>
<identCode>b4544da9-4b17-4769-ae6e-616d0670f73b</identCode>
</citId>
</catCitation>
</FetCatDesc>
</contInfo>
<mdHrLvName Sync="TRUE">dataset</mdHrLvName>
<refSysInfo>
<RefSystem>
<refSysID>
<identCode Sync="TRUE" code="4326"/>
<idCodeSpace Sync="TRUE">EPSG</idCodeSpace>
<idVersion Sync="TRUE">8.2.6</idVersion>
</refSysID>
</RefSystem>
</refSysInfo>
<spatRepInfo>
<VectSpatRep><geometObjs Name="ne_110m_ocean"><geoObjTyp><GeoObjTypCd value="002" Sync="TRUE"></GeoObjTypCd></geoObjTyp><geoObjCnt Sync="TRUE">2</geoObjCnt></geometObjs><topLvl><TopoLevCd value="001" Sync="TRUE"></TopoLevCd></topLvl></VectSpatRep></spatRepInfo>
<spdoinfo>
<ptvctinf><esriterm Name="ne_110m_ocean"><efeatyp Sync="TRUE">Simple</efeatyp><efeageom code="4" Sync="TRUE"></efeageom><esritopo Sync="TRUE">FALSE</esritopo><efeacnt Sync="TRUE">2</efeacnt><spindex Sync="TRUE">FALSE</spindex><linrefer Sync="TRUE">FALSE</linrefer></esriterm></ptvctinf></spdoinfo>
<eainfo>
<detailed Name="ne_110m_ocean">
<enttyp>
<enttypl Sync="TRUE">ne_110m_ocean</enttypl>
<enttypt Sync="TRUE">Feature Class</enttypt>
<enttypc Sync="TRUE">2</enttypc>
</enttyp>
<attr>
<attrlabl Sync="TRUE">FID</attrlabl>
<attalias Sync="TRUE">FID</attalias>
<attrtype Sync="TRUE">OID</attrtype>
<attwidth Sync="TRUE">4</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef Sync="TRUE">Internal feature number.</attrdef>
<attrdefs Sync="TRUE">Esri</attrdefs>
<attrdomv>
<udom Sync="TRUE">Sequential unique whole numbers that are automatically generated.</udom>
</attrdomv>
</attr>
<attr>
<attrlabl Sync="TRUE">Shape</attrlabl>
<attalias Sync="TRUE">Shape</attalias>
<attrtype Sync="TRUE">Geometry</attrtype>
<attwidth Sync="TRUE">0</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef Sync="TRUE">Feature geometry.</attrdef>
<attrdefs Sync="TRUE">Esri</attrdefs>
<attrdomv>
<udom Sync="TRUE">Coordinates defining the features.</udom>
</attrdomv>
</attr>
<attr>
<attrlabl Sync="TRUE">scalerank</attrlabl>
<attalias Sync="TRUE">scalerank</attalias>
<attrtype Sync="TRUE">SmallInteger</attrtype>
<attwidth Sync="TRUE">4</attwidth>
<atprecis Sync="TRUE">4</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">featurecla</attrlabl>
<attalias Sync="TRUE">featurecla</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">30</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
</detailed>
</eainfo>
<mdDateSt Sync="TRUE">20150609</mdDateSt>
<Binary>
<Thumbnail>
<Data EsriPropertyType="PictureX">/9j/4AAQSkZJRgABAQEAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a
HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy
MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCACFAMgDASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3
ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm
p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA
AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx
BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iii
gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqD7ZDkj94c
Eg4jY8g4Pap6owMrLJtYHErg4PQ7jXNia0qUU0VFXJ/tcX/TT/v03+FH2uL/AKaf9+m/wqMuqkAs
AT0BNOrj+v1OyK5EO+1xf9NP+/Tf4Ufa4v8App/36b/Cq11dJaxb25J6DPWs2PW5pXBWwlWErxM3
I3dvqMc8flVxxVeSuoqwuVG39ri/6af9+m/wo+1xf9NP+/Tf4Vy1zrt+0jpDbldq8bcZLZx6Hj/6
9XLa/mmiRJ43iutgZmnDxKT6AA9M9zj6GtlVrcvM7fiKyN37XF/00/79N/hR9ri/6af9+m/wrLs4
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
BGQc013SNC7sFUdSTgCiDTLG2TbFaRDPUlck/Unk1He6as8SpCkKDdl1MYIdfTkH+VN4Br7QucjF
08soSGP5efnkyOhwQB6/lVqqkdtc28iItrGYRyDHLjHX+HAA/wD109TfmX5rZFTP9/OB9f8A6351
lPCzv7kdBqRYpGZVUsxAA6kmo1gvGuMySRpD2EZ5HHuOefpVhLWJXEhBdx0ZznH0HQfhVQwM38Ts
Dkiv9pg/57R/99Cl+0Q/89o/++hV2itll8f5hc5S8+M/dYv/ALgLY+uOlKHdvuQyMPXG3+eKuUVU
cBBbti52UXm8pS0sciKOpIB9h0z1pRKH/wBUjye6jj8zx+tXGVXUqwBB6gil6UfUKd92HOymDMf+
XaQfUr/jS/vf+fd/wK/41boqvqNLzDmZUzL/AM+8n5r/AI0m6UAF7eQDuRg4/I5/SrlFH1Gl5hzM
pGdB94lB6upUfrTZXV7WUowYbTyDntVi7ExgKwcOeM+n6j+YqqwIt3j8uTeVIPyE5OPXn+dc1TC+
zkuW7KUrmjRRRXqmYUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB
RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF
FFAH/9k=</Data>
</Thumbnail>
</Binary>
</metadata>

BIN
data/ocean/ne_110m_ocean.shx

Binary file not shown.
Loading…
Cancel
Save