diff -Nru owslib-0.7.2/CREDITS.txt owslib-0.8.3/CREDITS.txt --- owslib-0.7.2/CREDITS.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/CREDITS.txt 2014-01-10 13:53:40.000000000 +0000 @@ -1,12 +1,12 @@ -Sean Gillies -Julien Anguenot -Kai Lautaportti -Dominic Lowe -Jo Walsh -Tom Kralidis -Jachym Cepicky -Luca Cinquini -Brad Hards -Christian Ledermann -Sean Cowan -Kyle Wilcox + * Sean Gillies + * Julien Anguenot + * Kai Lautaportti + * Dominic Lowe + * Jo Walsh + * Tom Kralidis + * Jachym Cepicky + * Luca Cinquini + * Brad Hards + * Christian Ledermann + * Sean Cowan + * Kyle Wilcox diff -Nru owslib-0.7.2/debian/changelog owslib-0.8.3/debian/changelog --- owslib-0.7.2/debian/changelog 2014-09-05 07:20:20.000000000 +0000 +++ owslib-0.8.3/debian/changelog 2014-09-05 07:20:20.000000000 +0000 @@ -1,22 +1,28 @@ +owslib (0.8.3-1~precise1) precise; urgency=low + + * Update to 0.8.3. + + -- Angelos Tzotsos Sat, 12 Jan 2014 19:25:45 +0200 + owslib (0.7.2-1~precise1) precise; urgency=low * Remove tests to avoid conflict in pyshared. -- Angelos Tzotsos Sat, 06 Jul 2013 01:28:00 +0300 -owslib (0.7.2-0) oneiric; urgency=low +owslib (0.7.2-0) precise; urgency=low * Update to 0.7.2. -- Angelos Tzotsos Sat, 08 Jun 2013 20:11:00 +0300 -owslib (0.7.1-0) oneiric; urgency=low +owslib (0.7.1-0) precise; urgency=low * Update to 0.7.1. -- Angelos Tzotsos Sat, 30 Mar 2013 20:01:00 +0300 -owslib (0.5.1-0) oneiric; urgency=low +owslib (0.5.1-0) precise; urgency=low * Initial build. diff -Nru owslib-0.7.2/docs/en/index.rst owslib-0.8.3/docs/en/index.rst --- owslib-0.7.2/docs/en/index.rst 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/docs/en/index.rst 2014-01-10 13:53:40.000000000 +0000 @@ -12,7 +12,7 @@ :target: http://www.ohloh.net/p/owslib?ref=WidgetProjectPartnerBadge :Author: Tom Kralidis -:Contact: tomkralidis at hotmail.com +:Contact: tomkralidis at gmail.com :Release: |release| :Date: |today| @@ -62,6 +62,8 @@ +-------------------+---------------------+ | `WMTS`_ | 1.0.0 | +-------------------+---------------------+ +| `WaterML`_ | 1.0, 1.1 | ++-------------------+---------------------+ Installation ============ @@ -489,7 +491,7 @@ .. code-block:: python - >>> request = open('/Users/cinquini/Documents/workspace-cog/wps/tests/wps_USGSExecuteRequest1.xml','r').read() + >>> request = open('/Users/cinquini/Documents/workspace-cog/wps/tests/resources/wps_USGSExecuteRequest1.xml','r').read() >>> execution = wps.execute(None, [], request=request) Executing WPS request... Execution status=ProcessStarted @@ -506,15 +508,15 @@ GetCapabilities -.. include:: ../../tests/sos_ndbc_getcapabilities.txt +.. include:: ../../tests/doctests/sos_ndbc_getcapabilities.txt GetObservation -.. include:: ../../tests/sos_ndbc_getobservation.txt +.. include:: ../../tests/doctests/sos_ndbc_getobservation.txt SensorML -------- -.. include:: ../../tests/sml_ndbc_station.txt +.. include:: ../../tests/doctests/sml_ndbc_station.txt ISO --- @@ -522,19 +524,19 @@ .. code-block:: python >>> from owslib.iso import * - >>> m=MD_Metadata(etree.parse('tests/data/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml') + >>> m=MD_Metadata(etree.parse('tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml') >>> m.identification.topiccategory 'farming' >>> ISO Codelists: -.. include:: ../../tests/iso_codelist.txt +.. include:: ../../tests/doctests/iso_codelist.txt CRS Handling ------------ -.. include:: ../../tests/crs.txt +.. include:: ../../tests/doctests/crs.txt Dublin Core ----------- @@ -548,7 +550,7 @@ WMTS ---- -.. include:: ../../tests/wmts.txt +.. include:: ../../tests/doctests/wmts.txt Result: @@ -557,6 +559,10 @@ :height: 512px :alt: WMTS GetTile generated by OWSLib +WaterML +------- + +.. include:: ../../tests/doctests/wml11_cuahsi.txt Development =========== @@ -631,14 +637,7 @@ Credits ======= - * Sean Gillies - * Julien Anguenot - * Kai Lautaportti - * Dominic Lowe - * Jo Walsh - * Tom Kralidis - * Jachym Cepicky - * Luca Cinquini +.. include:: ../../CREDITS.txt .. _`Open Geospatial Consortium`: http://www.opengeospatial.org/ .. _`OGC WMS`: http://www.opengeospatial.org/standards/wms @@ -660,4 +659,4 @@ .. _`freenode`: http://freenode.net/ .. _`ohloh`: http://www.ohloh.net/p/OWSLib .. _`CIA.vc`: http://cia.vc/stats/project/OWSLib - +.. _`WaterML`: http://his.cuahsi.org/wofws.html#waterml diff -Nru owslib-0.7.2/etc/debian/changelog owslib-0.8.3/etc/debian/changelog --- owslib-0.7.2/etc/debian/changelog 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/etc/debian/changelog 2014-01-10 13:53:40.000000000 +0000 @@ -1,3 +1,15 @@ +owslib (0.7.2-1~precise1) precise; urgency=low + + * Remove tests to avoid conflict in pyshared. + + -- Angelos Tzotsos Sat, 06 Jul 2013 01:28:00 +0300 + +owslib (0.7.2-0) oneiric; urgency=low + + * Update to 0.7.2. + + -- Angelos Tzotsos Sat, 08 Jun 2013 20:11:00 +0300 + owslib (0.7.1-0) oneiric; urgency=low * Update to 0.7.1. diff -Nru owslib-0.7.2/etc/RPM/owslib.changes owslib-0.8.3/etc/RPM/owslib.changes --- owslib-0.7.2/etc/RPM/owslib.changes 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/etc/RPM/owslib.changes 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -------------------------------------------------------------------- -Thu Jun 21 20:35:28 UTC 2012 - Angelos Tzotsos - 0.5.0 - -- fixed CentOS, RedHat and Scientific Linux builds - -------------------------------------------------------------------- -Thu Jun 21 19:34:53 UTC 2012 - Angelos Tzotsos - 0.5.0 - -- initial release 0.5.0 - diff -Nru owslib-0.7.2/etc/RPM/owslib.spec owslib-0.8.3/etc/RPM/owslib.spec --- owslib-0.7.2/etc/RPM/owslib.spec 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/etc/RPM/owslib.spec 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# -# spec file for package OWSLib (0.5.1) -# -# Copyright (c) 2011 Angelos Tzotsos -# -# This file and all modifications and additions to the pycsw -# package are under the same license as the package itself. - -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} - -%define pyname owslib - -Name: python-%{pyname} -Version: 0.5.1 -Release: 0 -Summary: Python interface to OGC Web Services -License: MIT -Url: http://geopython.github.com/OWSLib/ -Group: Productivity/Scientific/Other -Source0: %{pyname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch -BuildRequires: python-devel python-setuptools -BuildRequires: fdupes -Requires: python - -%description -OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. - -%prep -%setup -q -n %{pyname}-%{version} - -%build -%{__python} setup.py build - -%install -rm -rf %{buildroot} - -python setup.py install --prefix=%{_prefix} --root=%{buildroot} \ - --record-rpm=INSTALLED_FILES - -%fdupes -s %{buildroot} - -%clean -rm -rf %{buildroot} - -%files -f INSTALLED_FILES -%defattr(-,root,root,-) - -%changelog diff -Nru owslib-0.7.2/etc/RPM/python-owslib.changes owslib-0.8.3/etc/RPM/python-owslib.changes --- owslib-0.7.2/etc/RPM/python-owslib.changes 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/etc/RPM/python-owslib.changes 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Tue Sep 10 14:01:29 UTC 2013 - Angelos Tzotsos + +- added python-dateutil as required + +------------------------------------------------------------------- +Thu Jun 6 19:23:49 UTC 2013 - Angelos Tzotsos + +- updated to 0.7.2 + +------------------------------------------------------------------- +Sat Mar 30 16:41:09 UTC 2013 - Angelos Tzotsos + +- updated to 0.7.1 + +------------------------------------------------------------------- +Wed Sep 5 21:00:22 UTC 2012 - Angelos Tzotsos + +- updated to 0.5.1 + +------------------------------------------------------------------- +Thu Jun 21 20:35:28 UTC 2012 - Angelos Tzotsos + +- fixed CentOS, RedHat and Scientific Linux builds + +------------------------------------------------------------------- +Thu Jun 21 19:34:53 UTC 2012 - Angelos Tzotsos + +- initial release 0.5.0 + diff -Nru owslib-0.7.2/etc/RPM/python-owslib.spec owslib-0.8.3/etc/RPM/python-owslib.spec --- owslib-0.7.2/etc/RPM/python-owslib.spec 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/etc/RPM/python-owslib.spec 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,53 @@ +# +# spec file for package OWSLib (0.7.2) +# +# Copyright (c) 2011 Angelos Tzotsos +# +# This file and all modifications and additions to the pycsw +# package are under the same license as the package itself. + +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} + +%define pyname owslib + +Name: python-%{pyname} +Version: 0.7.2 +Release: 0 +Summary: Python interface to OGC Web Services +License: MIT +Url: http://geopython.github.com/OWSLib/ +Group: Productivity/Scientific/Other +Source0: %{pyname}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +BuildRequires: python-devel +BuildRequires: python-setuptools +BuildRequires: fdupes +Requires: python +Requires: python-dateutil python-pytz + +%description +OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. + +%prep +%setup -q -n %{pyname}-%{version} + +%build +%{__python} setup.py build + +%install +rm -rf %{buildroot} + +python setup.py install --prefix=%{_prefix} --root=%{buildroot} \ + --record-rpm=INSTALLED_FILES + +%fdupes -s %{buildroot} + +%clean +rm -rf %{buildroot} + +%files -f INSTALLED_FILES +%defattr(-,root,root,-) + +%changelog diff -Nru owslib-0.7.2/examples/csw-client.py owslib-0.8.3/examples/csw-client.py --- owslib-0.7.2/examples/csw-client.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/examples/csw-client.py 2014-01-10 13:53:40.000000000 +0000 @@ -3,9 +3,9 @@ # ============================================================================= # Copyright (c) 2009 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= import sys diff -Nru owslib-0.7.2/examples/csw-harvest.py owslib-0.8.3/examples/csw-harvest.py --- owslib-0.7.2/examples/csw-harvest.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/examples/csw-harvest.py 2014-01-10 13:53:40.000000000 +0000 @@ -3,9 +3,9 @@ # ============================================================================= # Copyright (c) 2010 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= # simple process to harvest CSW catalogues via Harvest operations diff -Nru owslib-0.7.2/examples/iso-getcodelist.py owslib-0.8.3/examples/iso-getcodelist.py --- owslib-0.7.2/examples/iso-getcodelist.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/examples/iso-getcodelist.py 2014-01-10 13:53:40.000000000 +0000 @@ -3,9 +3,9 @@ # ============================================================================= # Copyright (c) 2010 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= # get a list of entries for a given code list dictionary diff -Nru owslib-0.7.2/examples/wps-climdaps.py owslib-0.8.3/examples/wps-climdaps.py --- owslib-0.7.2/examples/wps-climdaps.py 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/examples/wps-climdaps.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,34 @@ +from owslib.wps import WebProcessingService, monitorExecution + +verbose = True + +# get multiple outputs +wps = WebProcessingService('http://rsg.pml.ac.uk/wps/generic.cgi', verbose=verbose) + +processid = 'dummyprocess' +inputs = [("input1", '1'), ("input2", '2')] +# list of tuple (output identifier, asReference attribute) +outputs = [("output1",True), ("output2",False)] + +execution = wps.execute(processid, inputs, output=outputs) +print execution.status +# show status +print 'percent complete', execution.percentCompleted +print 'status message', execution.statusMessage + +monitorExecution(execution) + +for output in execution.processOutputs: + print 'identifier=%s, dataType=%s, data=%s, reference=%s' % (output.identifier, output.dataType, output.data, output.reference) + +# get errors +inputs = [("input1", '1'), ("input2", '3')] +execution = wps.execute(processid, inputs, output=outputs) +monitorExecution(execution) +print execution.status +for error in execution.errors: + print error.code, error.locator, error.text + + + + diff -Nru owslib-0.7.2/MANIFEST.in owslib-0.8.3/MANIFEST.in --- owslib-0.7.2/MANIFEST.in 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/MANIFEST.in 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +include *.txt \ No newline at end of file diff -Nru owslib-0.7.2/owslib/coverage/wcs100.py owslib-0.8.3/owslib/coverage/wcs100.py --- owslib-0.7.2/owslib/coverage/wcs100.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/coverage/wcs100.py 2014-01-10 13:53:40.000000000 +0000 @@ -9,7 +9,7 @@ # Contact email: d.lowe@rl.ac.uk # ============================================================================= -from wcsBase import WCSBase, WCSCapabilitiesReader, ServiceException +from owslib.coverage.wcsBase import WCSBase, WCSCapabilitiesReader, ServiceException from urllib import urlencode from owslib.util import openURL, testXMLValue from owslib.etree import etree @@ -255,8 +255,8 @@ self._elem=elem self._service=service self.id=elem.find(ns('name')).text - self.title =elem.find(ns('label')).text - self.abstract=elem.find(ns('description')).text + self.title = testXMLValue(elem.find(ns('label'))) + self.abstract= testXMLValue(elem.find(ns('description'))) self.keywords = [f.text for f in elem.findall(ns('keywords')+'/'+ns('keyword'))] self.boundingBox=None #needed for iContentMetadata harmonisation self.boundingBoxWGS84 = None @@ -272,6 +272,7 @@ #others not used but needed for iContentMetadata harmonisation self.styles=None self.crsOptions=None + self.defaulttimeposition=None #grid is either a gml:Grid or a gml:RectifiedGrid if supplied as part of the DescribeCoverage response. def _getGrid(self): diff -Nru owslib-0.7.2/owslib/crs.py owslib-0.8.3/owslib/crs.py --- owslib-0.7.2/owslib/crs.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/crs.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,9 +2,9 @@ # ============================================================================= # Copyright (c) 2011 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ API for OGC CRS constructs. """ diff -Nru owslib-0.7.2/owslib/csw.py owslib-0.8.3/owslib/csw.py --- owslib-0.7.2/owslib/csw.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/csw.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,15 +2,18 @@ # ============================================================================= # Copyright (c) 2009 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ CSW request and response processor """ +import warnings import StringIO import random +from urllib import urlencode +from urllib2 import urlopen from owslib.etree import etree from owslib import fes from owslib import util @@ -18,31 +21,17 @@ from owslib.iso import MD_Metadata from owslib.fgdc import Metadata from owslib.dif import DIF +from owslib.namespaces import Namespaces +from owslib.util import cleanup_namespaces, bind_url # default variables - outputformat = 'application/xml' -schema = 'http://schemas.opengis.net/csw/2.0.2/CSW-discovery.xsd' - -namespaces = { - 'atom': 'http://www.w3.org/2005/Atom', - 'csw': 'http://www.opengis.net/cat/csw/2.0.2', - 'dc' : 'http://purl.org/dc/elements/1.1/', - 'dct': 'http://purl.org/dc/terms/', - 'dif': 'http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/', - 'fgdc': 'http://www.opengis.net/cat/csw/csdgm', - 'gco': 'http://www.isotc211.org/2005/gco', - 'gmd': 'http://www.isotc211.org/2005/gmd', - 'gml': 'http://www.opengis.net/gml', - 'ogc': 'http://www.opengis.net/ogc', - 'ows': 'http://www.opengis.net/ows', - 'rim': 'urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0', - 'rdf': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', - 'xs' : 'http://www.w3.org/2001/XMLSchema', - 'xs2': 'http://www.w3.org/XML/Schema', - 'xsi': 'http://www.w3.org/2001/XMLSchema-instance' -} +def get_namespaces(): + n = Namespaces() + return n.get_namespaces() +namespaces = get_namespaces() +schema = 'http://schemas.opengis.net/csw/2.0.2/CSW-discovery.xsd' schema_location = '%s %s' % (namespaces['csw'], schema) class CatalogueServiceWeb: @@ -73,14 +62,10 @@ if not skip_caps: # process GetCapabilities # construct request - node0 = self._setrootelement('csw:GetCapabilities') - node0.set('service', self.service) - node0.set(util.nspath_eval('xsi:schemaLocation', namespaces), schema_location) - tmp = etree.SubElement(node0, util.nspath_eval('ows:AcceptVersions', namespaces)) - etree.SubElement(tmp, util.nspath_eval('ows:Version', namespaces)).text = self.version - tmp2 = etree.SubElement(node0, util.nspath_eval('ows:AcceptFormats', namespaces)) - etree.SubElement(tmp2, util.nspath_eval('ows:OutputFormat', namespaces)).text = outputformat - self.request = util.xml2string(etree.tostring(node0)) + + data = {'service': self.service, 'version': self.version, 'request': 'GetCapabilities'} + + self.request = '%s%s' % (bind_url(self.url), urlencode(data)) self._invoke() @@ -121,7 +106,8 @@ node0.set('schemaLanguage', namespaces['xs2']) node0.set(util.nspath_eval('xsi:schemaLocation', namespaces), schema_location) etree.SubElement(node0, util.nspath_eval('csw:TypeName', namespaces)).text = typename - self.request = util.xml2string(etree.tostring(node0)) + + self.request = node0 self._invoke() @@ -150,7 +136,8 @@ if dtype == 'property': dtypename = 'PropertyName' etree.SubElement(node0, util.nspath_eval('csw:%s' % dtypename, namespaces)).text = dname - self.request = util.xml2string(etree.tostring(node0)) + + self.request = node0 self._invoke() @@ -183,7 +170,7 @@ - propertyname: the PropertyName to Filter against - bbox: the bounding box of the spatial query in the form [minx,miny,maxx,maxy] - esn: the ElementSetName 'full', 'brief' or 'summary' (default is 'summary') - - sortby: property to sort results on (default is 'dc:title') + - sortby: property to sort results on - outputschema: the outputSchema (default is 'http://www.opengis.net/cat/csw/2.0.2') - format: the outputFormat (default is 'application/xml') - startposition: requests a slice of the result set, starting at this position (default is 0) @@ -194,10 +181,13 @@ """ + warnings.warn("""Please use the updated 'getrecords2' method instead of 'getrecords'. + The 'getrecords' method will be upgraded to use the 'getrecords2' parameters + in a future version of OWSLib.""") + if xml is not None: - self.request = xml - e=etree.fromstring(xml) - val = e.find(util.nspath_eval('csw:Query/csw:ElementSetName', namespaces)) + self.request = etree.fromstring(xml) + val = self.request.find(util.nspath_eval('csw:Query/csw:ElementSetName', namespaces)) if val is not None: esn = util.testXMLValue(val) else: @@ -223,12 +213,12 @@ etree.SubElement(node1, util.nspath_eval('csw:ElementSetName', namespaces)).text = esn - self._setconstraint(node1, qtype, propertyname, keywords, bbox, cql) + self._setconstraint(node1, qtype, propertyname, keywords, bbox, cql, None) if sortby is not None: fes.setsortby(node1, sortby) - self.request = util.xml2string(etree.tostring(node0)) + self.request = node0 self._invoke() @@ -264,22 +254,113 @@ """ # construct request - node0 = self._setrootelement('csw:GetRecordById') - node0.set('outputSchema', outputschema) - node0.set('outputFormat', format) - node0.set('version', self.version) - node0.set('service', self.service) - node0.set(util.nspath_eval('xsi:schemaLocation', namespaces), schema_location) - for i in id: - etree.SubElement(node0, util.nspath_eval('csw:Id', namespaces)).text = i - etree.SubElement(node0, util.nspath_eval('csw:ElementSetName', namespaces)).text = esn - self.request = util.xml2string(etree.tostring(node0)) + data = { + 'service': self.service, + 'version': self.version, + 'request': 'GetRecordById', + 'outputFormat': format, + 'outputSchema': outputschema, + 'elementsetname': esn, + 'id': '', + } + + self.request = '%s%s%s' % (bind_url(self.url), urlencode(data), ','.join(id)) + + self._invoke() + + if self.exceptionreport is None: + self.results = {} + self.records = {} + self._parserecords(outputschema, esn) + + def getrecords2(self, constraints=[], sortby=None, typenames='csw:Record', esn='summary', outputschema=namespaces['csw'], format=outputformat, startposition=0, maxrecords=10, cql=None, xml=None, resulttype='results'): + """ + + Construct and process a GetRecords request + + Parameters + ---------- + + - constraints: the list of constraints (OgcExpression from owslib.fes module) + - sortby: an OGC SortBy object (SortBy from owslib.fes module) + - typenames: the typeNames to query against (default is csw:Record) + - esn: the ElementSetName 'full', 'brief' or 'summary' (default is 'summary') + - outputschema: the outputSchema (default is 'http://www.opengis.net/cat/csw/2.0.2') + - format: the outputFormat (default is 'application/xml') + - startposition: requests a slice of the result set, starting at this position (default is 0) + - maxrecords: the maximum number of records to return. No records are returned if 0 (default is 10) + - cql: common query language text. Note this overrides bbox, qtype, keywords + - xml: raw XML request. Note this overrides all other options + - resulttype: the resultType 'hits', 'results', 'validate' (default is 'results') + + """ + + if xml is not None: + self.request = etree.fromstring(xml) + val = self.request.find(util.nspath_eval('csw:Query/csw:ElementSetName', namespaces)) + if val is not None: + esn = util.testXMLValue(val) + else: + # construct request + node0 = self._setrootelement('csw:GetRecords') + if etree.__name__ != 'lxml.etree': # apply nsmap manually + node0.set('xmlns:ows', namespaces['ows']) + node0.set('xmlns:gmd', namespaces['gmd']) + node0.set('xmlns:dif', namespaces['dif']) + node0.set('xmlns:fgdc', namespaces['fgdc']) + node0.set('outputSchema', outputschema) + node0.set('outputFormat', format) + node0.set('version', self.version) + node0.set('service', self.service) + node0.set('resultType', resulttype) + if startposition > 0: + node0.set('startPosition', str(startposition)) + node0.set('maxRecords', str(maxrecords)) + node0.set(util.nspath_eval('xsi:schemaLocation', namespaces), schema_location) + + node1 = etree.SubElement(node0, util.nspath_eval('csw:Query', namespaces)) + node1.set('typeNames', typenames) + + etree.SubElement(node1, util.nspath_eval('csw:ElementSetName', namespaces)).text = esn + + if any([len(constraints) > 0, cql is not None]): + node2 = etree.SubElement(node1, util.nspath_eval('csw:Constraint', namespaces)) + node2.set('version', '1.1.0') + flt = fes.FilterRequest() + if len(constraints) > 0: + node2.append(flt.setConstraintList(constraints)) + # Now add a CQL filter if passed in + elif cql is not None: + etree.SubElement(node2, util.nspath_eval('csw:CqlText', namespaces)).text = cql + + if sortby is not None and isinstance(sortby, fes.SortBy): + node1.append(sortby) + + self.request = node0 self._invoke() if self.exceptionreport is None: self.results = {} + + # process search results attributes + val = self._exml.find(util.nspath_eval('csw:SearchResults', namespaces)).attrib.get('numberOfRecordsMatched') + self.results['matches'] = int(util.testXMLValue(val, True)) + val = self._exml.find(util.nspath_eval('csw:SearchResults', namespaces)).attrib.get('numberOfRecordsReturned') + self.results['returned'] = int(util.testXMLValue(val, True)) + val = self._exml.find(util.nspath_eval('csw:SearchResults', namespaces)).attrib.get('nextRecord') + if val is not None: + self.results['nextrecord'] = int(util.testXMLValue(val, True)) + else: + warnings.warn("""CSW Server did not supply a nextRecord value (it is optional), so the client + should page through the results in another way.""") + # For more info, see: + # https://github.com/geopython/OWSLib/issues/100 + self.results['nextrecord'] = None + + # process list of matching records self.records = {} + self._parserecords(outputschema, esn) def transaction(self, ttype=None, typename='csw:Record', record=None, propertyname=None, propertyvalue=None, bbox=None, keywords=[], cql=None, identifier=None): @@ -336,7 +417,7 @@ if ttype == 'delete': self._setconstraint(node1, None, propertyname, keywords, bbox, cql, identifier) - self.request = util.xml2string(etree.tostring(node0)) + self.request = node0 self._invoke() self.results = {} @@ -375,7 +456,7 @@ if responsehandler is not None: etree.SubElement(node0, util.nspath_eval('csw:ResponseHandler', namespaces)).text = responsehandler - self.request = util.xml2string(etree.tostring(node0)) + self.request = node0 self._invoke() self.results = {} @@ -391,6 +472,27 @@ self._parsetransactionsummary() self._parseinsertresult() + def getService_urls(self, service_string=None): + """ + + Return easily identifiable URLs for all service types + + Parameters + ---------- + + - service_string: a URI to lookup + + """ + + urls=[] + for key,rec in self.records.iteritems(): + #create a generator object, and iterate through it until the match is found + #if not found, gets the default value (here "none") + url = next((d['url'] for d in rec.references if d['scheme'] == service_string), None) + if url is not None: + urls.append(url) + return urls + def _parseinsertresult(self): self.results['insertresults'] = [] for i in self._exml.findall(util.nspath_eval('csw:InsertResult', namespaces)): @@ -467,10 +569,17 @@ else: # construct a Filter request flt = fes.FilterRequest() node0.append(flt.set(qtype=qtype, keywords=keywords, propertyname=propertyname,bbox=bbox)) - + def _invoke(self): # do HTTP request - self.response = util.http_post(self.url, self.request, self.lang, self.timeout) + + if isinstance(self.request, basestring): # GET KVP + self.response = urlopen(self.request, timeout=self.timeout).read() + else: + self.request = cleanup_namespaces(self.request) + self.request = util.xml2string(etree.tostring(self.request)) + + self.response = util.http_post(self.url, self.request, self.lang, self.timeout) # parse result see if it's XML self._exml = etree.parse(StringIO.StringIO(self.response)) diff -Nru owslib-0.7.2/owslib/dif.py owslib-0.8.3/owslib/dif.py --- owslib-0.7.2/owslib/dif.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/dif.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,22 +2,24 @@ # ============================================================================= # Copyright (c) 2009 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ DIF metadata parser """ from owslib.etree import etree from owslib import util +from owslib.namespaces import Namespaces # default variables - -namespaces = { - None : 'http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/', - 'dif': 'http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/' -} +def get_namespaces(): + n = Namespaces() + ns = n.get_namespaces("dif") + ns[None] = n.get_namespace("dif") + return ns +namespaces = get_namespaces() class DIF(object): """ Process DIF """ diff -Nru owslib-0.7.2/owslib/etree.py owslib-0.8.3/owslib/etree.py --- owslib-0.7.2/owslib/etree.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/etree.py 2014-01-10 13:53:40.000000000 +0000 @@ -5,40 +5,18 @@ # ============================================================================= def patch_well_known_namespaces(etree_module): + + from owslib.namespaces import Namespaces + ns = Namespaces() + """Monkey patches the etree module to add some well-known namespaces.""" - etree_module._namespace_map.update({ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#": "rdf", - "http://purl.org/rss/1.0/": "rss", - "http://purl.org/rss/1.0/modules/taxonomy/": "taxo", - "http://purl.org/dc/elements/1.1/": "dc", - "http://purl.org/rss/1.0/modules/syndication/": "syn", - "http://www.w3.org/2003/01/geo/wgs84_pos#": "geo", - "http://www.opengis.net/cat/csw/2.0.2": "csw", - "http://purl.org/dc/terms/": "dct", - "http://www.isotc211.org/2005/gco": "gco", - "http://www.isotc211.org/2005/gmd": "gmd", - "http://www.isotc211.org/2005/gts": "gts", - "http://www.isotc211.org/2005/srv": "srv", - "http://www.fgdc.gov": "fgdc", - "http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/": "dif", - "http://www.opengis.net/gml": "gml", - "http://www.opengis.net/ogc": "ogc", - "http://www.opengis.net/ows": "ows", - "http://www.opengis.net/ows/1.1": "ows", - "http://www.opengis.net/ows/2.0": "ows", - "http://www.opengis.net/wms": "wms", - "http://www.opengis.net/context": "wmc", - "http://www.opengis.net/wfs": "wfs", - "http://www.opengis.net/sos/1.0": "sos", - "urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0": "rim", - "http://www.w3.org/2001/XMLSchema": "xs", - "http://www.w3.org/XML/Schema": "xs2", - "http://www.w3.org/2001/XMLSchema-instance": "xsi", - "http://www.w3.org/1999/xlink": "xlink"}) + for k,v in ns.get_namespaces().iteritems(): + etree_module.register_namespace(k, v) # try to find lxml or elementtree try: from lxml import etree + patch_well_known_namespaces(etree) except ImportError: try: # Python 2.5 with ElementTree included diff -Nru owslib-0.7.2/owslib/feature/__init__.py owslib-0.8.3/owslib/feature/__init__.py --- owslib-0.7.2/owslib/feature/__init__.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/feature/__init__.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,151 @@ +# ============================================================================= +# OWSLib. Copyright (C) 2012 Jachym Cepicky +# +# Contact email: jachym.cepicky@gmail.com +# +# ============================================================================= + +from owslib.crs import Crs + +from urllib import urlencode +import logging + +try: + hdlr = logging.FileHandler('/tmp/owslibwfs.log') +except: + import tempfile + f=tempfile.NamedTemporaryFile(prefix='owslib.wfs-', delete=False) + hdlr = logging.FileHandler(f.name) + +log = logging.getLogger(__name__) +formatter = logging.Formatter('%(asctime)s %(levelname)s %(message)s') +hdlr.setFormatter(formatter) +log.addHandler(hdlr) +log.setLevel(logging.DEBUG) + +class WebFeatureService_: + """Base class for WebFeatureService implementations""" + + def getBBOXKVP (self,bbox,typename): + """Formate bounding box for KVP request type (HTTP GET) + + @param bbox: (minx,miny,maxx,maxy[,srs]) + @type bbox: List + @param typename: feature name + @type typename: String + @returns: String properly formated according to version and + coordinate reference system + """ + srs = None + + # srs of the bbox is specified in the bbox as fifth paramter + if len(bbox) == 5: + srs = self.getSRS(bbox[4],typename[0]) + # take default srs + else: + srs = self.contents[typename[0]].crsOptions[0] + + # 1.1.0 and 2.0.0 have same encoding + if self.version in ["1.1.0","2.0.0"]: + + # format bbox parameter + if srs.encoding == "urn" : + if srs.axisorder == "yx": + return "%s,%s,%s,%s,%s" % \ + (bbox[1],bbox[0],bbox[3],bbox[2],srs.getcodeurn()) + else: + return "%s,%s,%s,%s,%s" % \ + (bbox[0],bbox[1],bbox[2],bbox[3],srs.getcodeurn()) + else: + return "%s,%s,%s,%s,%s" % \ + (bbox[0],bbox[1],bbox[2],bbox[3],srs.getcode()) + # 1.0.0 + else: + return "%s,%s,%s,%s,%s" % \ + (bbox[0],bbox[1],bbox[2],bbox[3],srs.getcode()) + + def getSRS(self,srsname,typename): + """Returns None or Crs object for given name + + @param typename: feature name + @type typename: String + """ + if type(srsname) == type(""): + srs = Crs(srsname) + else: + srs = srsname + + srss = map(lambda crs: crs.getcodeurn(), + self.contents[typename].crsOptions) + + for s in srss: + s = Crs(s) + if srs.authority == s.authority and\ + srs.code == s.code: + if s.version and srs.version: + if s.version == srs.version: + idx = srss.index(s.getcodeurn()) + return self.contents[typename].crsOptions[idx] + else: + idx = srss.index(s.getcodeurn()) + return self.contents[typename].crsOptions[idx] + return None + + def getGETGetFeatureRequest(self, typename=None, filter=None, bbox=None, featureid=None, + featureversion=None, propertyname=None, maxfeatures=None,storedQueryID=None, storedQueryParams={}, + method='Get'): + """Formulate proper GetFeature request using KVP encoding + ---------- + typename : list + List of typenames (string) + filter : string + XML-encoded OGC filter expression. + bbox : tuple + (left, bottom, right, top) in the feature type's coordinates == (minx, miny, maxx, maxy) + featureid : list + List of unique feature ids (string) + featureversion : string + Default is most recent feature version. + propertyname : list + List of feature property names. '*' matches all. + maxfeatures : int + Maximum number of features to be returned. + method : string + Qualified name of the HTTP DCP method to use. + + There are 3 different modes of use + + 1) typename and bbox (simple spatial query) + 2) typename and filter (==query) (more expressive) + 3) featureid (direct access to known features) + """ + + base_url = self.getOperationByName('GetFeature').methods[method]['url'] + base_url = base_url if base_url.endswith("?") else base_url+"?" + + request = {'service': 'WFS', 'version': self.version, 'request': 'GetFeature'} + + # check featureid + if featureid: + request['featureid'] = ','.join(featureid) + elif bbox: + request['bbox'] = self.getBBOXKVP(bbox,typename) + elif filter: + request['query'] = str(filter) + if typename: + typename = [typename] if type(typename) == type("") else typename + request['typename'] = ','.join(typename) + if propertyname: + request['propertyname'] = ','.join(propertyname) + if featureversion: + request['featureversion'] = str(featureversion) + if maxfeatures: + request['maxfeatures'] = str(maxfeatures) + if storedQueryID: + request['storedQuery_id']=str(storedQueryID) + for param in storedQueryParams: + request[param]=storedQueryParams[param] + + data = urlencode(request) + + return base_url+data diff -Nru owslib-0.7.2/owslib/feature/wfs100.py owslib-0.8.3/owslib/feature/wfs100.py --- owslib-0.7.2/owslib/feature/wfs100.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/feature/wfs100.py 2014-01-10 13:53:40.000000000 +0000 @@ -11,14 +11,16 @@ from urllib import urlencode from urllib2 import urlopen import logging -from owslib.util import openURL, testXMLValue +from owslib.util import openURL, testXMLValue, extract_xml_list from owslib.etree import etree from owslib.fgdc import Metadata from owslib.iso import MD_Metadata from owslib.crs import Crs +from owslib.namespaces import Namespaces -WFS_NAMESPACE = 'http://www.opengis.net/wfs' -OGC_NAMESPACE = 'http://www.opengis.net/ogc' +n = Namespaces() +WFS_NAMESPACE = n.get_namespace("wfs") +OGC_NAMESPACE = n.get_namespace("ogc") #TODO: use nspath in util.py @@ -238,8 +240,10 @@ class ServiceProvider(object): ''' Implements IServiceProviderMetatdata ''' def __init__(self, infoset): - self._root=infoset + self._root = infoset + self.name = testXMLValue(self._root.find(nspath('Name'))) self.url = testXMLValue(self._root.find(nspath('OnlineResource'))) + self.keywords = extract_xml_list(self._root.find(nspath('Keywords'))) class ContentMetadata: """Abstraction for WFS metadata. @@ -281,6 +285,7 @@ #others not used but needed for iContentMetadata harmonisation self.styles=None self.timepositions=None + self.defaulttimeposition=None # MetadataURLs self.metadataUrls = [] diff -Nru owslib-0.7.2/owslib/feature/wfs110.py owslib-0.8.3/owslib/feature/wfs110.py --- owslib-0.7.2/owslib/feature/wfs110.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/feature/wfs110.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,9 +2,9 @@ # ============================================================================= # Copyright (c) 2011 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= import cgi @@ -19,15 +19,15 @@ from owslib.ows import * from owslib.fes import * from owslib.crs import Crs +from owslib.feature import WebFeatureService_ +from owslib.namespaces import Namespaces -namespaces = { - 'gml': 'http://www.opengis.net/gml', - 'ogc': 'http://www.opengis.net/ogc', - 'ows': 'http://www.opengis.net/ows', - 'wfs': 'http://www.opengis.net/wfs' -} +def get_namespaces(): + n = Namespaces() + return n.get_namespaces(["gml","ogc","ows","wfs"]) +namespaces = get_namespaces() -class WebFeatureService_1_1_0(object): +class WebFeatureService_1_1_0(WebFeatureService_): """Abstraction for OGC Web Feature Service (WFS). Implements IWebFeatureService. @@ -47,7 +47,7 @@ obj.__init__(url, version, xml, parse_remote_metadata) self.log = logging.getLogger() consoleh = logging.StreamHandler() - self.log.addHandler(consoleh) + self.log.addHandler(consoleh) return obj def __getitem__(self,name): @@ -180,25 +180,7 @@ # bbox elif bbox and typename: - # srs of the bbox is specified in the bbox as fifth paramter - srs = None - if len(bbox) == 5: - srs = self.getSRS(bbox[4],typename[0]) - # take default srs - else: - srs = self.contents[typename[0]].crsOptions[0] - - # format bbox parameter - if srs.encoding == "urn" : - if srs.axisorder == "yx": - request["bbox"] = "%s,%s,%s,%s,%s" % \ - (bbox[1],bbox[0],bbox[3],bbox[2],srs.getcodeurn()) - else: - request["bbox"] = "%s,%s,%s,%s,%s" % \ - (bbox[0],bbox[1],bbox[2],bbox[3],srs.getcodeurn()) - else: - request["bbox"] = "%s,%s,%s,%s,%s" % \ - (bbox[0],bbox[1],bbox[2],bbox[3],srs.getcode()) + request["bbox"] = self.getBBOXKVP(bbox,typename) # or filter elif filter and typename: @@ -248,29 +230,6 @@ return item raise KeyError, "No operation named %s" % name - def getSRS(self,srsname,typename): - """Returns None or Crs object for given name - """ - if type(srsname) == type(""): - srs = Crs(srsname) - else: - srs = srsname - - srss = map(lambda crs: crs.getcodeurn(), - self.contents[typename].crsOptions) - - for s in srss: - s = Crs(s) - if srs.authority == s.authority and\ - srs.code == s.code: - if s.version and srs.version: - if s.version == srs.version: - idx = srss.index(s.getcodeurn()) - return self.contents[typename].crsOptions[idx] - else: - idx = srss.index(s.getcodeurn()) - return self.contents[typename].crsOptions[idx] - return None class ContentMetadata: @@ -332,6 +291,7 @@ #others not used but needed for iContentMetadata harmonisation self.styles=None self.timepositions=None + self.defaulttimeposition=None class WFSCapabilitiesReader(object): """Read and parse capabilities document into a lxml.etree infoset diff -Nru owslib-0.7.2/owslib/feature/wfs200.py owslib-0.8.3/owslib/feature/wfs200.py --- owslib-0.7.2/owslib/feature/wfs200.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/feature/wfs200.py 2014-01-10 13:53:40.000000000 +0000 @@ -11,6 +11,8 @@ from owslib.etree import etree from owslib.util import nspath, testXMLValue from owslib.crs import Crs +from owslib.feature import WebFeatureService_ +from owslib.namespaces import Namespaces #other imports import cgi @@ -33,19 +35,19 @@ log.addHandler(hdlr) log.setLevel(logging.DEBUG) -WFS_NAMESPACE = 'http://www.opengis.net/wfs/2.0' -OWS_NAMESPACE = 'http://www.opengis.net/ows/1.1' -OGC_NAMESPACE = 'http://www.opengis.net/ogc' -GML_NAMESPACE = 'http://www.opengis.net/gml' -FES_NAMESPACE = 'http://www.opengis.net/fes/2.0' - +n = Namespaces() +WFS_NAMESPACE = n.get_namespace("wfs20") +OWS_NAMESPACE = n.get_namespace("ows110") +OGC_NAMESPACE = n.get_namespace("ogc") +GML_NAMESPACE = n.get_namespace("gml") +FES_NAMESPACE = n.get_namespace("fes") class ServiceException(Exception): pass -class WebFeatureService_2_0_0(object): +class WebFeatureService_2_0_0(WebFeatureService_): """Abstraction for OGC Web Feature Service (WFS). Implements IWebFeatureService. @@ -175,41 +177,23 @@ 2) typename and filter (==query) (more expressive) 3) featureid (direct access to known features) """ - #log.debug(self.getOperationByName('GetFeature')) - base_url = self.getOperationByName('GetFeature').methods[method]['url'] + url = data = None + if typename and type(typename) == type(""): + typename = [typename] if method.upper() == "GET": - base_url = base_url if base_url.endswith("?") else base_url+"?" - request = {'service': 'WFS', 'version': self.version, 'request': 'GetFeature'} - - # check featureid - if featureid: - request['featureid'] = ','.join(featureid) - elif bbox: -# request['bbox'] = ','.join([str(x) for x in bbox]) - request['query'] ='%s %s%s %s'%(bbox[1],bbox[0],bbox[3],bbox[2]) - elif filter: - request['query'] = str(filter) - if typename: - typename = [typename] if type(typename) == type("") else typename - request['typename'] = ','.join(typename) - if propertyname: - request['propertyname'] = ','.join(propertyname) - if featureversion: - request['featureversion'] = str(featureversion) - if maxfeatures: - request['maxfeatures'] = str(maxfeatures) - if storedQueryID: - request['storedQuery_id']=str(storedQueryID) - for param in storedQueryParams: - request[param]=storedQueryParams[param] - - data = urlencode(request) + (url) = self.getGETGetFeatureRequest(typename, filter, bbox, featureid, + featureversion, propertyname, maxfeatures,storedQueryID, storedQueryParams) + log.debug('GetFeature WFS GET url %s'% url) + else: + (url,data) = self.getPOSTGetFeatureRequest() + + if method == 'Post': u = urlopen(base_url, data=data) else: - u = urlopen(base_url + data) + u = urlopen(url) # check for service exceptions, rewrap, and return # We're going to assume that anything with a content-length > 32k @@ -236,6 +220,7 @@ return StringIO(data) return u + def getpropertyvalue(self, query=None, storedquery_id=None, valuereference=None, typename=None, method=nspath('Get'),**kwargs): ''' the WFS GetPropertyValue method''' base_url = self.getOperationByName('GetPropertyValue').methods[method]['url'] @@ -367,7 +352,8 @@ self.crsOptions = [Crs(srs.text) for srs in elem.findall(nspath('OtherCRS',ns=WFS_NAMESPACE))] defaultCrs = elem.findall(nspath('DefaultCRS',ns=WFS_NAMESPACE)) if len(defaultCrs) > 0: - self.crsOptions.insert(-1,Crs(defaultCrs[0].text)) + self.crsOptions.insert(0,Crs(defaultCrs[0].text)) + # verbs self.verbOptions = [op.tag for op \ @@ -379,6 +365,7 @@ #others not used but needed for iContentMetadata harmonisation self.styles=None self.timepositions=None + self.defaulttimeposition=None # MetadataURLs self.metadataUrls = [] diff -Nru owslib-0.7.2/owslib/fes.py owslib-0.8.3/owslib/fes.py --- owslib-0.7.2/owslib/fes.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/fes.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,9 +2,9 @@ # ============================================================================= # Copyright (c) 2009 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ @@ -17,25 +17,21 @@ from owslib.etree import etree from owslib import util +from owslib.namespaces import Namespaces # default variables - +def get_namespaces(): + n = Namespaces() + ns = n.get_namespaces(["dif","fes","gml","ogc","xs","xsi"]) + ns[None] = n.get_namespace("ogc") + return ns +namespaces = get_namespaces() schema = 'http://schemas.opengis.net/filter/1.1.0/filter.xsd' - -namespaces = { - None : 'http://www.opengis.net/ogc', - 'fes': 'http://www.opengis.net/fes/2.0', - 'gml': 'http://www.opengis.net/gml', - 'ogc': 'http://www.opengis.net/ogc', - 'xs' : 'http://www.w3.org/2001/XMLSchema', - 'xsi': 'http://www.w3.org/2001/XMLSchema-instance' -} - schema_location = '%s %s' % (namespaces['ogc'], schema) class FilterRequest(object): """ filter class """ - def __init__(self, version='1.1.0'): + def __init__(self, parent=None, version='1.1.0'): """ filter Constructor @@ -49,6 +45,9 @@ """ self.version = version + self._root = etree.Element(util.nspath_eval('ogc:Filter', namespaces)) + if parent is not None: + self._root.set(util.nspath_eval('xsi:schemaLocation', namespaces), schema_location) def set(self, parent=False, qtype=None, keywords=[], typenames='csw:Record', propertyname='csw:AnyText', bbox=None, identifier=None): """ @@ -63,129 +62,105 @@ - keywords: list of keywords - propertyname: the PropertyName to Filter against - bbox: the bounding box of the spatial query in the form [minx,miny,maxx,maxy] + - identifier: the dc:identifier to query against with a PropertyIsEqualTo. Ignores all other inputs. """ - # construct - node0 = etree.Element(util.nspath_eval('ogc:Filter', namespaces)) - if parent is True: - node0.set(util.nspath_eval('xsi:schemaLocation', namespaces), schema_location) - + # Set the identifier if passed. Ignore other parameters + dc_identifier_equals_filter = None if identifier is not None: - self._setpropertyisequalto(node0, 'dc:identifier', identifier) - return node0 - - # decipher number of query parameters ( > 1 sets an 'And' Filter) - pcount = 0 + dc_identifier_equals_filter = PropertyIsEqualTo('dc:identifier', identifier) + self._root.append(dc_identifier_equals_filter.toXML()) + return self._root + + # Set the query type if passed + dc_type_equals_filter = None if qtype is not None: - pcount += 1 - if keywords: - pcount += 1 - if bbox is not None: - pcount += 1 + dc_type_equals_filter = PropertyIsEqualTo('dc:type', qtype) - if pcount > 1: # Filter should be And-ed - node1 = etree.SubElement(node0, util.nspath_eval('ogc:And', namespaces)) - else: - node1 = None - - # set the query type if passed - # TODO: need a smarter way to figure these out - if qtype is not None: - if node1 is not None: - self._setpropertyisequalto(node1, 'dc:type', qtype) - else: - self._setpropertyisequalto(node0, 'dc:type', qtype) - - # set a bbox query if passed + # Set a bbox query if passed + bbox_filter = None if bbox is not None: - if node1 is not None: - self._setbbox(node1, bbox) - else: - self._setbbox(node0, bbox) + bbox_filter = BBox(bbox) - # set a keyword query if passed + # Set a keyword query if passed + keyword_filter = None if len(keywords) > 0: if len(keywords) > 1: # loop multiple keywords into an Or - if node1 is not None: - node3 = etree.SubElement(node1, util.nspath_eval('ogc:Or', namespaces)) - else: - node3 = etree.SubElement(node0, util.nspath_eval('ogc:Or', namespaces)) - + ks = [] for i in keywords: - self._setpropertyislike(node3, propertyname, '%%%s%%' % i) - - else: # one keyword - if node1 is not None: - self._setpropertyislike(node1, propertyname, '%%%s%%' % keywords[0]) - else: - self._setpropertyislike(node0, propertyname, '%%%s%%' % keywords[0]) + ks.append(PropertyIsLike(propertyname, "*%s*" % i, wildCard="*")) + keyword_filter = Or(operations=ks) + elif len(keywords) == 1: # one keyword + keyword_filter = PropertyIsLike(propertyname, "*%s*" % keywords[0], wildCard="*") - return node0 - def _setpropertyisequalto(self, parent, propertyname, literal, matchcase=True): + # And together filters if more than one exists + filters = filter(None,[keyword_filter, bbox_filter, dc_type_equals_filter]) + if len(filters) == 1: + self._root.append(filters[0].toXML()) + elif len(filters) > 1: + self._root.append(And(operations=filters).toXML()) + + return self._root + + def setConstraint(self, constraint): """ - - construct a PropertyIsEqualTo - + Construct and process a GetRecords request + Parameters ---------- - - parent: parent etree.Element object - - propertyname: the PropertyName - - literal: the Literal value - - matchcase: whether to perform a case insensitve query (default is True) + - constraint: An OgcExpression object """ + self._root.append(constraint.toXML()) + return self._root - tmp = etree.SubElement(parent, util.nspath_eval('ogc:PropertyIsEqualTo', namespaces)) - if matchcase is False: - tmp.set('matchCase', 'false') - etree.SubElement(tmp, util.nspath_eval('ogc:PropertyName', namespaces)).text = propertyname - etree.SubElement(tmp, util.nspath_eval('ogc:Literal', namespaces)).text = literal - - def _setbbox(self, parent, bbox): + def setConstraintList(self, constraints): """ - - construct a BBOX search predicate - + Construct and process a GetRecords request + Parameters ---------- - - parent: parent etree.Element object - - bbox: the bounding box in the form [minx,miny,maxx,maxy] + - constraints: A list of OgcExpression objects + The list is interpretted like so: - """ + [a,b,c] + a || b || c - tmp = etree.SubElement(parent, util.nspath_eval('ogc:BBOX', namespaces)) - etree.SubElement(tmp, util.nspath_eval('ogc:PropertyName', namespaces)).text = 'ows:BoundingBox' - tmp2 = etree.SubElement(tmp, util.nspath_eval('gml:Envelope', namespaces)) - etree.SubElement(tmp2, util.nspath_eval('gml:lowerCorner', namespaces)).text = '%s %s' % (bbox[0], bbox[1]) - etree.SubElement(tmp2, util.nspath_eval('gml:upperCorner', namespaces)).text = '%s %s' % (bbox[2], bbox[3]) + [[a,b,c]] + a && b && c - def _setpropertyislike(self, parent, propertyname, literal, wildcard='%', singlechar='_', escapechar='\\'): - """ - - construct a PropertyIsLike + [[a,b],[c],[d],[e]] or [[a,b],c,d,e] + (a && b) || c || d || e - Parameters - ---------- + """ + ors = [] + if len(constraints) == 1: + if isinstance(constraints[0], OgcExpression): + return self.setConstraint(constraints[0]) + else: + self._root.append(And(operations=constraints[0]).toXML()) + return self._root - - parent: parent etree.Element object - - propertyname: the PropertyName - - literal: the Literal value - - wildcard: the wildCard character (default is '%') - - singlechar: the singleChar character (default is '_') - - escapechar: the escapeChar character (default is '\') + for c in constraints: + if isinstance(c, OgcExpression): + ors.append(c) + elif isinstance(c, list) or isinstance(c, tuple): + if len(c) == 1: + ors.append(c[0]) + elif len(c) >= 2: + ands = [] + for sub in c: + if isinstance(sub, OgcExpression): + ands.append(sub) + ors.append(And(operations=ands)) - """ + self._root.append(Or(operations=ors).toXML()) + return self._root - tmp = etree.SubElement(parent, util.nspath_eval('ogc:PropertyIsLike', namespaces)) - tmp.set('wildCard', wildcard) - tmp.set('singleChar', singlechar) - tmp.set('escapeChar', escapechar) - etree.SubElement(tmp, util.nspath_eval('ogc:PropertyName', namespaces)).text = propertyname - etree.SubElement(tmp, util.nspath_eval('ogc:Literal', namespaces)).text = literal class FilterCapabilities(object): """ Abstraction for Filter_Capabilities """ @@ -248,3 +223,167 @@ tmp2 = etree.SubElement(tmp, util.nspath_eval('ogc:SortProperty', namespaces)) etree.SubElement(tmp2, util.nspath_eval('ogc:PropertyName', namespaces)).text = propertyname etree.SubElement(tmp2, util.nspath_eval('ogc:SortOrder', namespaces)).text = order + +class SortProperty(object): + def __init__(self, propertyname, order='ASC'): + self.propertyname = propertyname + self.order = order.upper() + if self.order not in ['DESC','ASC']: + raise ValueError("SortOrder can only be 'ASC' or 'DESC'") + def toXML(self): + node0 = etree.Element(util.nspath_eval("ogc:SortProperty", namespaces)) + etree.SubElement(node0, util.nspath_eval('ogc:PropertyName', namespaces)).text = self.propertyname + etree.SubElement(node0, util.nspath_eval('ogc:SortOrder', namespaces)).text = self.order + return node0 + +class SortBy(object): + def __init__(self, properties): + self.properties = properties + def toXML(self): + node0 = etree.Element(util.nspath_eval("ogc:SortBy", namespaces)) + for prop in self.properties: + node0.append(prop.toXML()) + return node0 + +class OgcExpression(object): + def __init__(self): + pass + +class BinaryComparisonOpType(OgcExpression): + """ Super class of all the property operation classes""" + def __init__(self, propertyoperator, propertyname, literal, matchcase=True): + self.propertyoperator = propertyoperator + self.propertyname = propertyname + self.literal = literal + self.matchcase = matchcase + def toXML(self): + node0 = etree.Element(util.nspath_eval(self.propertyoperator, namespaces)) + if self.matchcase is False: + node0.set('matchCase', 'false') + etree.SubElement(node0, util.nspath_eval('ogc:PropertyName', namespaces)).text = self.propertyname + etree.SubElement(node0, util.nspath_eval('ogc:Literal', namespaces)).text = self.literal + return node0 + +class PropertyIsEqualTo(BinaryComparisonOpType): + """ PropertyIsEqualTo class""" + def __init__(self, propertyname, literal, matchcase=True): + BinaryComparisonOpType.__init__(self, 'ogc:PropertyIsEqualTo', propertyname, literal, matchcase) + +class PropertyIsNotEqualTo(BinaryComparisonOpType): + """ PropertyIsNotEqualTo class """ + def __init__(self, propertyname, literal, matchcase=True): + BinaryComparisonOpType.__init__(self, 'ogc:PropertyIsNotEqualTo', propertyname, literal, matchcase) + +class PropertyIsLessThan(BinaryComparisonOpType): + """PropertyIsLessThan class""" + def __init__(self, propertyname, literal, matchcase=True): + BinaryComparisonOpType.__init__(self, 'ogc:PropertyIsLessThan', propertyname, literal, matchcase) + +class PropertyIsGreaterThan(BinaryComparisonOpType): + """PropertyIsGreaterThan class""" + def __init__(self, propertyname, literal, matchcase=True): + BinaryComparisonOpType.__init__(self, 'ogc:PropertyIsGreaterThan', propertyname, literal, matchcase) + +class PropertyIsLessThanOrEqualTo(BinaryComparisonOpType): + """PropertyIsLessThanOrEqualTo class""" + def __init__(self, propertyname, literal, matchcase=True): + BinaryComparisonOpType.__init__(self, 'ogc:PropertyIsLessThanOrEqualTo', propertyname, literal, matchcase) + +class PropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType): + """PropertyIsGreaterThanOrEqualTo class""" + def __init__(self, propertyname, literal, matchcase=True): + BinaryComparisonOpType.__init__(self, 'ogc:PropertyIsGreaterThanOrEqualTo', propertyname, literal, matchcase) + +class PropertyIsLike(OgcExpression): + """PropertyIsLike class""" + def __init__(self, propertyname, literal, escapeChar='\\', singleChar='_', wildCard='%'): + self.propertyname = propertyname + self.literal = literal + self.escapeChar = escapeChar + self.singleChar = singleChar + self.wildCard = wildCard + def toXML(self): + node0 = etree.Element(util.nspath_eval('ogc:PropertyIsLike', namespaces)) + node0.set('wildCard', self.wildCard) + node0.set('singleChar', self.singleChar) + node0.set('escapeChar', self.escapeChar) + etree.SubElement(node0, util.nspath_eval('ogc:PropertyName', namespaces)).text = self.propertyname + etree.SubElement(node0, util.nspath_eval('ogc:Literal', namespaces)).text = self.literal + return node0 + +class PropertyIsNull(OgcExpression): + """PropertyIsNull class""" + def __init__(self, propertyname): + self.propertyname = propertyname + def toXML(self): + node0 = etree.Element(util.nspath_eval('ogc:PropertyIsNull', namespaces)) + etree.SubElement(node0, util.nspath_eval('ogc:PropertyName', namespaces)).text = self.propertyname + return node0 + +class PropertyIsBetween(OgcExpression): + """PropertyIsBetween class""" + def __init__(self, propertyname, lower, upper): + self.propertyname = propertyname + self.lower = lower + self.upper = upper + def toXML(self): + node0 = etree.Element(util.nspath_eval('ogc:PropertyIsBetween', namespaces)) + etree.SubElement(node0, util.nspath_eval('ogc:PropertyName', namespaces)).text = self.propertyname + node1 = etree.SubElement(node0, util.nspath_eval('ogc:LowerBoundary', namespaces)) + etree.SubElement(node1, util.nspath_eval('ogc:Literal', namespaces)).text = '%s' % self.lower + node2 = etree.SubElement(node0, util.nspath_eval('ogc:UpperBoundary', namespaces)) + etree.SubElement(node2, util.nspath_eval('ogc:Literal', namespaces)).text = '%s' % self.upper + return node0 + +class BBox(OgcExpression): + """Construct a BBox, two pairs of coordinates (west-south and east-north)""" + def __init__(self, bbox): + self.bbox = bbox + def toXML(self): + tmp = etree.Element(util.nspath_eval('ogc:BBOX', namespaces)) + etree.SubElement(tmp, util.nspath_eval('ogc:PropertyName', namespaces)).text = 'ows:BoundingBox' + tmp2 = etree.SubElement(tmp, util.nspath_eval('gml:Envelope', namespaces)) + etree.SubElement(tmp2, util.nspath_eval('gml:lowerCorner', namespaces)).text = '%s %s' % (self.bbox[0], self.bbox[1]) + etree.SubElement(tmp2, util.nspath_eval('gml:upperCorner', namespaces)).text = '%s %s' % (self.bbox[2], self.bbox[3]) + return tmp + +# BINARY +class BinaryLogicOpType(OgcExpression): + """ Binary Operators: And / Or """ + def __init__(self, binary_operator, operations): + self.binary_operator = binary_operator + try: + assert len(operations) >= 2 + self.operations = operations + except: + raise ValueError("Binary operations (And / Or) require a minimum of two operations to operate against") + def toXML(self): + node0 = etree.Element(util.nspath_eval(self.binary_operator, namespaces)) + for op in self.operations: + node0.append(op.toXML()) + return node0 + +class And(BinaryLogicOpType): + def __init__(self, operations): + super(And,self).__init__('ogc:And', operations) + +class Or(BinaryLogicOpType): + def __init__(self, operations): + super(Or,self).__init__('ogc:Or', operations) + +# UNARY +class UnaryLogicOpType(OgcExpression): + """ Unary Operator: Not """ + def __init__(self, urary_operator, operations): + self.urary_operator = urary_operator + self.operations = operations + def toXML(self): + node0 = etree.Element(util.nspath_eval(self.urary_operator, namespaces)) + for op in self.operations: + node0.append(op.toXML()) + return node0 + +class Not(UnaryLogicOpType): + def __init__(self, operations): + super(Not,self).__init__('ogc:Not', operations) + diff -Nru owslib-0.7.2/owslib/fgdc.py owslib-0.8.3/owslib/fgdc.py --- owslib-0.7.2/owslib/fgdc.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/fgdc.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,9 +2,9 @@ # ============================================================================= # Copyright (c) 2010 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ FGDC metadata parser """ diff -Nru owslib-0.7.2/owslib/__init__.py owslib-0.8.3/owslib/__init__.py --- owslib-0.7.2/owslib/__init__.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/__init__.py 2014-01-10 13:53:40.000000000 +0000 @@ -1 +1 @@ -__version__ = '0.7.2' +__version__ = '0.8.3' diff -Nru owslib-0.7.2/owslib/interfaces.py owslib-0.8.3/owslib/interfaces.py --- owslib-0.7.2/owslib/interfaces.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/interfaces.py 2014-01-10 13:53:40.000000000 +0000 @@ -113,10 +113,6 @@ """Make a request to the SOS, returns an XML document wrapped in a Python file object.""" -class iSensorObservationServiceContentMetadata(IContentMetadata): - """Extension class for SOS specifics""" - pass - # Second level metadata interfaces class IOperationMetadata: @@ -135,7 +131,6 @@ url = property("""Method endpoint URL (string).""") # TODO: constraint - class IContentMetadata: """OO-interface to content metadata. """ @@ -147,6 +142,11 @@ crsOptions = property("""List of available coordinate/spatial reference systems (list).""") styles = property("""List of style dicts (list).""") timepositions=property("""List of times for which data is available""") + defaulttimeposition=property("""Default time position""") + +class iSensorObservationServiceContentMetadata(IContentMetadata): + """Extension class for SOS specifics""" + pass # XXX: needed? diff -Nru owslib-0.7.2/owslib/iso.py owslib-0.8.3/owslib/iso.py --- owslib-0.7.2/owslib/iso.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/iso.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,30 +2,26 @@ # ============================================================================= # Copyright (c) 2009 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # Angelos Tzotsos # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ ISO metadata parser """ from owslib.etree import etree from owslib import util +from owslib.namespaces import Namespaces # default variables +def get_namespaces(): + n = Namespaces() + ns = n.get_namespaces(["gco","gmd","gml","gml32","gmx","gts","srv","xlink"]) + ns[None] = n.get_namespace("gmd") + return ns +namespaces = get_namespaces() -namespaces = { - None : 'http://www.isotc211.org/2005/gmd', - 'gco': 'http://www.isotc211.org/2005/gco', - 'gmd': 'http://www.isotc211.org/2005/gmd', - 'gml': 'http://www.opengis.net/gml', - 'gml32': 'http://www.opengis.net/gml/3.2', - 'gmx': 'http://www.isotc211.org/2005/gmx', - 'gts': 'http://www.isotc211.org/2005/gts', - 'srv': 'http://www.isotc211.org/2005/srv', - 'xlink': 'http://www.w3.org/1999/xlink' -} class MD_Metadata(object): """ Process gmd:MD_Metadata """ @@ -332,24 +328,27 @@ # from the one containing either an EX_GeographicBoundingBox or EX_BoundingPolygon. # The schema also specifies an EX_GeographicDescription. This is not implemented yet. val = None - extent = md.find(util.nspath_eval('gmd:extent', namespaces)) - if extent is None: - extent = md.find(util.nspath_eval('srv:extent', namespaces)) - - if extent is not None: - for e in extent.findall(util.nspath_eval('gmd:EX_Extent/gmd:geographicElement', namespaces)): - if e.find(util.nspath_eval('gmd:EX_GeographicBoundingBox', namespaces)) is not None or e.find(util.nspath_eval('gmd:EX_BoundingPolygon', namespaces)) is not None: - val = e - break - self.extent = EX_Extent(val) - self.bbox = self.extent.boundingBox # for backwards compatibility - - val = extent.find(util.nspath_eval('gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:beginPosition', namespaces)) - self.temporalextent_start = util.testXMLValue(val) - - self.temporalextent_end = [] - val = extent.find(util.nspath_eval('gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:endPosition', namespaces)) - self.temporalextent_end = util.testXMLValue(val) + val2 = None + val3 = None + extents = md.findall(util.nspath_eval('gmd:extent', namespaces)) + extents.extend(md.findall(util.nspath_eval('srv:extent', namespaces))) + for extent in extents: + if val is None: + for e in extent.findall(util.nspath_eval('gmd:EX_Extent/gmd:geographicElement', namespaces)): + if e.find(util.nspath_eval('gmd:EX_GeographicBoundingBox', namespaces)) is not None or e.find(util.nspath_eval('gmd:EX_BoundingPolygon', namespaces)) is not None: + val = e + break + self.extent = EX_Extent(val) + self.bbox = self.extent.boundingBox # for backwards compatibility + + if val2 is None: + val2 = extent.find(util.nspath_eval('gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:beginPosition', namespaces)) + self.temporalextent_start = util.testXMLValue(val2) + + if val3 is None: + self.temporalextent_end = [] + val3 = extent.find(util.nspath_eval('gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:endPosition', namespaces)) + self.temporalextent_end = util.testXMLValue(val3) class MD_Distributor(object): """ process MD_Distributor """ diff -Nru owslib-0.7.2/owslib/namespaces.py owslib-0.8.3/owslib/namespaces.py --- owslib-0.7.2/owslib/namespaces.py 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/owslib/namespaces.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,136 @@ +class Namespaces(object): + """ + Class for holding and maniputlating a dictionary containing the various namespaces for + each standard. + """ + + namespace_dict = { + 'atom' : 'http://www.w3.org/2005/Atom', + 'csw' : 'http://www.opengis.net/cat/csw/2.0.2', + 'dc' : 'http://purl.org/dc/elements/1.1/', + 'dct' : 'http://purl.org/dc/terms/', + 'dif' : 'http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/', + 'draw' : 'gov.usgs.cida.gdp.draw', + 'fes' : 'http://www.opengis.net/fes/2.0', + 'fgdc' : 'http://www.opengis.net/cat/csw/csdgm', + 'gco' : 'http://www.isotc211.org/2005/gco', + 'gmd' : 'http://www.isotc211.org/2005/gmd', + 'gml' : 'http://www.opengis.net/gml', + 'gml311': 'http://www.opengis.net/gml', + 'gml32' : 'http://www.opengis.net/gml/3.2', + 'gmx' : 'http://www.isotc211.org/2005/gmx', + 'gts' : 'http://www.isotc211.org/2005/gts', + 'ogc' : 'http://www.opengis.net/ogc', + 'om' : 'http://www.opengis.net/om/1.0', + 'om10' : 'http://www.opengis.net/om/1.0', + 'om100' : 'http://www.opengis.net/om/1.0', + 'om20' : 'http://www.opengis.net/om/2.0', + 'ows' : 'http://www.opengis.net/ows', + 'ows100': 'http://www.opengis.net/ows', + 'ows110': 'http://www.opengis.net/ows/1.1', + 'ows200': 'http://www.opengis.net/ows/2.0', + 'rim' : 'urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0', + 'rdf' : 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', + 'sml' : 'http://www.opengis.net/sensorML/1.0.1', + 'sml101': 'http://www.opengis.net/sensorML/1.0.1', + 'sos' : 'http://www.opengis.net/sos/1.0', + 'sos20' : 'http://www.opengis.net/sos/2.0', + 'srv' : 'http://www.isotc211.org/2005/srv', + 'swe' : 'http://www.opengis.net/swe/1.0.1', + 'swe10' : 'http://www.opengis.net/swe/1.0', + 'swe101': 'http://www.opengis.net/swe/1.0.1', + 'swe20' : 'http://www.opengis.net/swe/2.0', + 'swes' : 'http://www.opengis.net/swes/2.0', + 'tml' : 'ttp://www.opengis.net/tml', + 'wfs' : 'http://www.opengis.net/wfs', + 'wfs20' : 'http://www.opengis.net/wfs/2.0', + 'wcs' : 'http://www.opengis.net/wcs', + 'wps' : 'http://www.opengis.net/wps/1.0.0', + 'wps100': 'http://www.opengis.net/wps/1.0.0', + 'xlink' : 'http://www.w3.org/1999/xlink', + 'xs' : 'http://www.w3.org/2001/XMLSchema', + 'xs2' : 'http://www.w3.org/XML/Schema', + 'xsi' : 'http://www.w3.org/2001/XMLSchema-instance' + } + + def get_namespace(self, key): + """ + Retrieves a namespace from the dictionary + + Example: + -------- + + >>> from owslib.namespaces import Namespaces + >>> ns = Namespaces() + >>> ns.get_namespace('csw') + 'http://www.opengis.net/cat/csw/2.0.2' + >>> ns.get_namespace('wfs20') + 'http://www.opengis.net/wfs/2.0' + """ + retval = None + if key in self.namespace_dict.keys(): + retval = self.namespace_dict[key] + return retval + + def get_versioned_namespace(self, key, ver=None): + """ + Retrieves a namespace from the dictionary with a specific version number + + Example: + -------- + + >>> from owslib.namespaces import Namespaces + >>> ns = Namespaces() + >>> ns.get_versioned_namespace('ows') + 'http://www.opengis.net/ows' + >>> ns.get_versioned_namespace('ows','1.1.0') + 'http://www.opengis.net/ows/1.1' + """ + + if ver is None: + return self.get_namespace(key) + + version = '' + # Strip the decimals out of the passed in version + for s in ver.split('.'): + version += s + + key += version + + retval = None + if key in self.namespace_dict.keys(): + retval = self.namespace_dict[key] + + return retval + + def get_namespaces(self, keys=None): + """ + Retrieves a dict of namespaces from the namespace mapping + + Parameters + ---------- + - keys: List of keys query and return + + Example: + -------- + >>> ns = Namespaces() + >>> ns.get_namespaces(['csw','gmd']) + { 'csw' : http://www.opengis.net/cat/csw/2.0.2', 'gmd' : 'http://www.isotc211.org/2005/gmd' } + >>> ns.get_namespaces('csw') + { 'csw' : http://www.opengis.net/cat/csw/2.0.2' } + >>> ns.get_namespaces() + {...} + """ + # If we aren't looking for any namespaces in particular return the whole dict + if keys is None or len(keys) == 0: + return self.namespace_dict + + if isinstance(keys, unicode) or isinstance(keys, str): + return { keys: self.get_namespace(keys) } + + retval = {} + for key in keys: + if key in self.namespace_dict.keys(): + retval[key] = self.namespace_dict[key] + + return retval \ No newline at end of file diff -Nru owslib-0.7.2/owslib/ows.py owslib-0.8.3/owslib/ows.py --- owslib-0.7.2/owslib/ows.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/ows.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,9 +2,9 @@ # ============================================================================= # Copyright (c) 2008 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ @@ -17,12 +17,14 @@ from owslib.etree import etree from owslib import crs, util +from owslib.namespaces import Namespaces +n = Namespaces() -OWS_NAMESPACE_1_0_0 = 'http://www.opengis.net/ows' -OWS_NAMESPACE_1_1_0 = 'http://www.opengis.net/ows/1.1' -OWS_NAMESPACE_2_0 = 'http://www.opengis.net/ows/2.0' -XSI_NAMESPACE = 'http://www.w3.org/2001/XMLSchema-instance' -XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink' +OWS_NAMESPACE_1_0_0 = n.get_namespace("ows") +OWS_NAMESPACE_1_1_0 = n.get_namespace("ows110") +OWS_NAMESPACE_2_0 = n.get_namespace("ows200") +XSI_NAMESPACE = n.get_namespace("xsi") +XLINK_NAMESPACE = n.get_namespace("xlink") DEFAULT_OWS_NAMESPACE=OWS_NAMESPACE_1_1_0 #Use this as default for OWSCommon objects @@ -221,6 +223,10 @@ def __init__(self, elem, namespace=DEFAULT_OWS_NAMESPACE): self.exceptions = [] + + if hasattr(elem, 'getroot'): + elem = elem.getroot() + for i in elem.findall(util.nspath('Exception', namespace)): tmp = {} val = i.attrib.get('exceptionCode') diff -Nru owslib-0.7.2/owslib/sos.py owslib-0.8.3/owslib/sos.py --- owslib-0.7.2/owslib/sos.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/sos.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,9 +2,9 @@ # ============================================================================= # Copyright (c) 2013 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= """ diff -Nru owslib-0.7.2/owslib/swe/common.py owslib-0.8.3/owslib/swe/common.py --- owslib-0.7.2/owslib/swe/common.py 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/owslib/swe/common.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,410 @@ +from owslib.util import nspath_eval +from owslib.namespaces import Namespaces +from owslib.util import testXMLAttribute, testXMLValue, InfiniteDateTime, NegativeInfiniteDateTime + +from dateutil import parser +from datetime import timedelta + +from owslib.etree import etree + +def get_namespaces(): + ns = Namespaces() + return ns.get_namespaces(["swe20", "xlink"]) +namespaces = get_namespaces() + +def nspv(path): + return nspath_eval(path, namespaces) + +def make_pair(string, cast=None): + if string is None: + return None + + string = string.split(" ") + if cast is not None: + try: + string = map(lambda x: cast(x), string) + except: + print "Could not cast pair to correct type. Setting to an empty tuple!" + string = "" + + return tuple(string) + +def get_uom(element): + + uom = testXMLAttribute(element, "code") + if uom is None: + uom = testXMLAttribute(element, nspv("xlink:href")) + return uom + +def get_boolean(value): + if value is None: + return None + if value is True or value.lower() in ["yes","true"]: + return True + elif value is False or value.lower() in ["no","false"]: + return False + else: + return None + +def get_int(value): + try: + return int(value) + except: + return None + +def get_float(value): + try: + return float(value) + except: + return None + +AnyScalar = map(lambda x: nspv(x), ["swe20:Boolean", "swe20:Count", "swe20:Quantity", "swe20:Time", "swe20:Category", "swe20:Text"]) +AnyNumerical = map(lambda x: nspv(x), ["swe20:Count", "swe20:Quantity", "swe20:Time"]) +AnyRange = map(lambda x: nspv(x), ["swe20:QuantityRange", "swe20:TimeRange", "swe20:CountRange", "swe20:CategoryRange"]) + +class NamedObject(object): + def __init__(self, element): + # No call to super(), the type object will process that. + self.name = testXMLAttribute(element, "name") + try: + self.content = eval(element[-1].tag.split("}")[-1])(element[-1]) + except IndexError: + self.content = None + except BaseException: + raise + + # Revert to the content if attribute does not exists + def __getattr__(self, name): + return getattr(self.content, name) + +class AbstractSWE(object): + def __init__(self, element): + # Attributes + self.id = testXMLAttribute(element,"id") # string, optional + + # Elements + self.extention = [] # anyType, min=0, max=X + +class AbstractSWEIdentifiable(AbstractSWE): + def __init__(self, element): + super(AbstractSWEIdentifiable, self).__init__(element) + # Elements + self.identifier = testXMLValue(element.find(nspv("swe20:identifier"))) # anyURI, min=0 + self.label = testXMLValue(element.find(nspv("swe20:label"))) # string, min=0 + self.description = testXMLValue(element.find(nspv("swe20:description"))) # string, min=0 + +class AbstractDataComponent(AbstractSWEIdentifiable): + def __init__(self, element): + super(AbstractDataComponent, self).__init__(element) + # Attributes + self.definition = testXMLAttribute(element,"definition") # anyURI, required + self.updatable = get_boolean(testXMLAttribute(element,"updatable")) # boolean, optional + self.optional = get_boolean(testXMLAttribute(element,"optional")) or False # boolean, default=False + +class AbstractSimpleComponent(AbstractDataComponent): + def __init__(self, element): + super(AbstractSimpleComponent, self).__init__(element) + # Attributes + self.referenceFrame = testXMLAttribute(element,"referenceFrame") # anyURI, optional + self.axisID = testXMLAttribute(element,"axisID") # string, optional + + # Elements + self.quality = filter(None, [Quality(q) for q in [e.find('*') for e in element.findall(nspv("swe20:quality"))] if q is not None]) + try: + self.nilValues = NilValues(element.find(nspv("swe20:nilValues"))) + except: + self.nilValues = None + +class Quality(object): + def __new__(cls, element): + t = element.tag.split("}")[-1] + if t == "Quantity": + return Quantity(element) + elif t == "QuantityRange": + return QuantityRange(element) + elif t == "Category": + return Category(element) + elif t == "Text": + return Text(element) + else: + return None + +class NilValues(AbstractSWE): + def __init__(self, element): + super(NilValues, self).__init__(element) + self.nilValue = filter(None, [nilValue(x) for x in element.findall(nspv("swe20:nilValue"))]) # string, min=0, max=X + +class nilValue(object): + def __init__(self, element): + self.reason = testXMLAttribute(element, "reason") + self.value = testXMLValue(element) + +class AllowedTokens(AbstractSWE): + def __init__(self, element): + super(AllowedTokens, self).__init__(element) + self.value = filter(None, [testXMLValue(x) for x in element.findall(nspv("swe20:value"))]) # string, min=0, max=X + self.pattern = testXMLValue(element.find(nspv("swe20:pattern"))) # string (Unicode Technical Standard #18, Version 13), min=0 + +class AllowedValues(AbstractSWE): + def __init__(self, element): + super(AllowedValues, self).__init__(element) + self.value = filter(None, map(lambda x: get_float(x), [testXMLValue(x) for x in element.findall(nspv("swe20:value"))])) + self.interval = filter(None, [make_pair(testXMLValue(x)) for x in element.findall(nspv("swe20:interval"))]) + self.significantFigures = get_int(testXMLValue(element.find(nspv("swe20:significantFigures")))) # integer, min=0 + +class AllowedTimes(AbstractSWE): + def __init__(self, element): + super(AllowedTimes, self).__init__(element) + self.value = filter(None, [testXMLValue(x) for x in element.findall(nspv("swe20:value"))]) + self.interval = filter(None, [make_pair(testXMLValue(x)) for x in element.findall(nspv("swe20:interval"))]) + self.significantFigures = get_int(testXMLValue(element.find(nspv("swe20:significantFigures")))) # integer, min=0 + +class Boolean(AbstractSimpleComponent): + def __init__(self, element): + super(Boolean, self).__init__(element) + # Elements + """ + 6.2.1 Boolean + A Boolean representation of a proptery can take only two values that should be "true/false" or "yes/no". + """ + value = get_boolean(testXMLValue(element.find(nspv("swe20:value")))) # boolean, min=0, max=1 + +class Text(AbstractSimpleComponent): + def __init__(self, element): + super(Text, self).__init__(element) + # Elements + """ + Req 6. A textual representation shall at least consist of a character string. + """ + self.value = testXMLValue(element.find(nspv("swe20:value"))) # string, min=0, max=1 + + try: + self.constraint = AllowedTokens(element.find(nspv("swe20:constraint/swe20:AllowedTokens"))) # AllowedTokens, min=0, max=1 + except: + self.constraint = None + + +class Category(AbstractSimpleComponent): + def __init__(self, element): + super(Category, self).__init__(element) + # Elements + self.codeSpace = testXMLAttribute(element.find(nspv("swe20:codeSpace")), nspv("xlink:href")) # Reference, min=0, max=1 + self.value = testXMLValue(element.find(nspv("swe20:value"))) # string, min=0, max=1 + + try: + self.constraint = AllowedTokens(element.find(nspv("swe20:constraint/swe20:AllowedTokens"))) # AllowedTokens, min=0, max=1 + except: + self.constraint = None + + +class CategoryRange(Category): + def __init__(self, element): + super(CategoryRange, self).__init__(element) + # Elements + value = testXMLValue(element.find(nspv("swe20:value"))) + self.values = make_pair(value) if value is not None else None + +class Count(AbstractSimpleComponent): + def __init__(self, element): + super(Count, self).__init__(element) + # Elements + self.value = get_int(testXMLValue(element.find(nspv("swe20:value")))) # integer, min=0, max=1 + + try: + self.constraint = AllowedValues(element.find(nspv("swe20:constraint/swe20:AllowedValues"))) # AllowedValues, min=0, max=1 + except: + self.constraint = None + + +class CountRange(Count): + def __init__(self, element): + super(CountRange, self).__init__(element) + # Elements + value = testXMLValue(element.find(nspv("swe20:value"))) + self.value = make_pair(value,int) if value is not None else None + +class Quantity(AbstractSimpleComponent): + def __init__(self, element): + super(Quantity, self).__init__(element) + # Elements + self.uom = get_uom(element.find(nspv("swe20:uom"))) + self.value = get_float(testXMLValue(element.find(nspv("swe20:value")))) # double, min=0, max=1 + + try: + self.constraint = AllowedValues(element.find(nspv("swe20:constraint/swe20:AllowedValues"))) # AllowedValues, min=0, max=1 + except: + self.constraint = None + +class QuantityRange(Quantity): + def __init__(self, element): + super(QuantityRange, self).__init__(element) + # Elements + value = testXMLValue(element.find(nspv("swe20:value"))) + self.value = make_pair(value,float) if value is not None else None + +def get_time(value, referenceTime, uom): + try: + value = parser.parse(value) + + except (AttributeError, ValueError): # Most likely an integer/float using a referenceTime + try: + if uom.lower() == "s": + value = referenceTime + timedelta(seconds=float(value)) + elif uom.lower() == "min": + value = referenceTime + timedelta(minutes=float(value)) + elif uom.lower() == "h": + value = referenceTime + timedelta(hours=float(value)) + elif uom.lower() == "d": + value = referenceTime + timedelta(days=float(value)) + + except (AttributeError, ValueError): + pass + + except OverflowError: # Too many numbers (> 10) or INF/-INF + if value.lower() == "inf": + value = InfiniteDateTime() + elif value.lower() == "-inf": + value = NegativeInfiniteDateTime() + + return value + +class Time(AbstractSimpleComponent): + def __init__(self, element): + super(Time, self).__init__(element) + # Elements + self.uom = get_uom(element.find(nspv("swe20:uom"))) + + try: + self.constraint = AllowedTimes(element.find(nspv("swe20:constraint/swe20:AllowedTimes"))) # AllowedTimes, min=0, max=1 + except: + self.constraint = None + + # Attributes + self.localFrame = testXMLAttribute(element,"localFrame") # anyURI, optional + try: + self.referenceTime = parser.parse(testXMLAttribute(element,"referenceTime")) # dateTime, optional + except (AttributeError, ValueError): + self.referenceTime = None + + value = testXMLValue(element.find(nspv("swe20:value"))) # TimePosition, min=0, max=1 + self.value = get_time(value, self.referenceTime, self.uom) + +class TimeRange(AbstractSimpleComponent): + def __init__(self, element): + super(TimeRange, self).__init__(element) + # Elements + self.uom = get_uom(element.find(nspv("swe20:uom"))) + + try: + self.constraint = AllowedTimes(element.find(nspv("swe20:constraint/swe20:AllowedTimes"))) # AllowedTimes, min=0, max=1 + except: + self.constraint = None + + # Attributes + self.localFrame = testXMLAttribute(element,"localFrame") # anyURI, optional + try: + self.referenceTime = parser.parse(testXMLAttribute(element,"referenceTime")) # dateTime, optional + except (AttributeError, ValueError): + self.referenceTime = None + + values = make_pair(testXMLValue(element.find(nspv("swe20:value")))) # TimePosition, min=0, max=1 + self.value = [get_time(t, self.referenceTime, self.uom) for t in values] + +class DataRecord(AbstractDataComponent): + def __init__(self, element): + super(DataRecord, self).__init__(element) + # Elements + self.field = [Field(x) for x in element.findall(nspv("swe20:field"))] + def get_by_name(self, name): + return next((x for x in self.field if x.name == name), None) + +class Field(NamedObject): + def __init__(self, element): + super(Field, self).__init__(element) + +class Vector(AbstractDataComponent): + def __init__(self, element): + super(Vector, self).__init__(element) + # Elements + self.coordinate = [Coordinate(x) for x in element.findall(nspv("swe20:coordinate"))] + + # Attributes + self.referenceFrame = testXMLAttribute(element,"referenceFrame") # anyURI, required + self.localFrame = testXMLAttribute(element,"localFrame") # anyURI, optional + def get_by_name(self, name): + return next((x for x in self.coordinate if x.name == name), None) + +class Coordinate(NamedObject): + def __init__(self, element): + super(Coordinate, self).__init__(element) + #if element[-1].tag not in AnyNumerical: + # print "Coordinate does not appear to be an AnyNumerical member" + +class DataChoice(AbstractDataComponent): + def __init__(self, element): + super(DataChoice, self).__init__(element) + self.item = [Item(x) for x in element.findall(nspv("swe20:item"))] + def get_by_name(self, name): + return next((x for x in self.item if x.name == name), None) + +class Item(NamedObject): + def __init__(self, element): + super(Item, self).__init__(element) + +class DataArray(AbstractDataComponent): + def __init__(self, element): + super(DataArray, self).__init__(element) + self.elementCount = element.find(nspv("swe20:elementCount/swe20:Count")) # required + self.elementType = ElementType(element.find(nspv("swe20:elementType"))) # required + self.values = testXMLValue(element.find(nspv("swe20:values"))) + try: + self.encoding = AbstractEncoding(element.find(nspv("swe20:encoding"))) + except: + self.encoding = None + +class Matrix(AbstractDataComponent): + def __init__(self, element): + super(Matrix, self).__init__(element) + self.elementCount = element.find(nspv("swe20:elementCount/swe20:Count")) # required + self.elementType = ElementType(element.find(nspv("swe20:elementType"))) # required + self.encoding = AbstractEncoding(element.find(nspv("swe20:encoding"))) + self.values = testXMLValue(element.find(nspv("swe20:values"))) + self.referenceFrame = testXMLAttribute(element, "referenceFrame") # anyURI, required + self.localFrame = testXMLAttribute(element, "localFrame") # anyURI, optional + +class DataStream(AbstractSWEIdentifiable): + def __init__(self, element): + super(DataStream, self).__init__(element) + self.elementCount = element.find(nspv("swe20:elementCount/swe20:Count")) # optional + self.elementType = ElementType(element.find(nspv("swe20:elementType"))) # optional + self.encoding = AbstractEncoding(element.find(nspv("swe20:encoding"))) + self.values = testXMLValue(element.find(nspv("swe20:values"))) + +class ElementType(NamedObject): + def __init__(self, element): + super(ElementType, self).__init__(element) + +class AbstractEncoding(object): + def __new__(cls, element): + t = element[-1].tag.split("}")[-1] + if t == "TextEncoding": + return super(AbstractEncoding, cls).__new__(TextEncoding, element) + elif t == "XMLEncoding": + return super(AbstractEncoding, cls).__new__(XMLEncoding, element) + elif t == "BinaryEncoding": + return super(AbstractEncoding, cls).__new__(BinaryEncoding, element) + +class TextEncoding(AbstractEncoding): + def __init__(self, element): + self.tokenSeparator = testXMLAttribute(element[-1], "tokenSeparator") # string, required + self.blockSeparator = testXMLAttribute(element[-1], "blockSeparator") # string, required + self.decimalSeparator = testXMLAttribute(element[-1], "decimalSeparator") or "." # string, optional, default="." + self.collapseWhiteSpaces = get_boolean(testXMLAttribute(element[-1], "collapseWhiteSpaces")) or True # boolean, optional, default=True + +class XMLEncoding(AbstractEncoding): + def __init__(self, element): + raise NotImplementedError + +class BinaryEncoding(AbstractEncoding): + def __init__(self, element): + raise NotImplementedError \ No newline at end of file diff -Nru owslib-0.7.2/owslib/swe/observation/sos100.py owslib-0.8.3/owslib/swe/observation/sos100.py --- owslib-0.7.2/owslib/swe/observation/sos100.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/swe/observation/sos100.py 2014-01-10 13:53:40.000000000 +0000 @@ -6,19 +6,14 @@ from owslib.crs import Crs from owslib.fes import FilterCapabilities from owslib.util import openURL, testXMLValue, nspath_eval, nspath, extract_time +from owslib.namespaces import Namespaces -namespaces = { - 'gml': 'http://www.opengis.net/gml', - 'ogc': 'http://www.opengis.net/ogc', - 'om': 'http://www.opengis.net/om/1.0', - 'ows': 'http://www.opengis.net/ows/1.1', - 'sml': 'http://www.opengis.net/sensorML/1.0.1', - 'sos': 'http://www.opengis.net/sos/1.0', - 'swe': 'http://www.opengis.net/swe/1.0.1', - 'tml': 'http://www.opengis.net/tml', - 'xlink': 'http://www.w3.org/1999/xlink', -} - +def get_namespaces(): + n = Namespaces() + ns = n.get_namespaces(["ogc","sml","gml","sos","swe","xlink"]) + ns["ows"] = n.get_namespace("ows110") + return ns +namespaces = get_namespaces() class SensorObservationService_1_0_0(object): """ @@ -152,7 +147,7 @@ request['offering'] = ','.join(offerings) assert isinstance(observedProperties, list) and len(observedProperties) > 0 - request['observedproperty'] = ','.join(observedProperties) + request['observedProperty'] = ','.join(observedProperties) assert isinstance(responseFormat, str) request['responseFormat'] = responseFormat @@ -169,12 +164,16 @@ data = urlencode(request) response = openURL(base_url, data, method, username=self.username, password=self.password).read() - tr = etree.fromstring(response) - - if tr.tag == nspath_eval("ows:ExceptionReport", namespaces): - raise ows.ExceptionReport(tr) - - return response + try: + tr = etree.fromstring(response) + if tr.tag == nspath_eval("ows:ExceptionReport", namespaces): + raise ows.ExceptionReport(tr) + else: + return response + except ows.ExceptionReport: + raise + except BaseException: + return response def get_operation_by_name(self, name): """ @@ -265,8 +264,8 @@ qs.append(('service', 'SOS')) if 'request' not in params: qs.append(('request', 'GetCapabilities')) - if 'version' not in params: - qs.append(('version', self.version)) + if 'acceptVersions' not in params: + qs.append(('acceptVersions', self.version)) urlqs = urlencode(tuple(qs)) return service_url.split('?')[0] + '?' + urlqs @@ -277,7 +276,7 @@ elementtree instance service_url is the base url, to which is appended the service, - version, and request parameters + acceptVersions, and request parameters """ getcaprequest = self.capabilities_url(service_url) spliturl=getcaprequest.split('?') diff -Nru owslib-0.7.2/owslib/swe/observation/sos200.py owslib-0.8.3/owslib/swe/observation/sos200.py --- owslib-0.7.2/owslib/swe/observation/sos200.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/swe/observation/sos200.py 2014-01-10 13:53:40.000000000 +0000 @@ -6,19 +6,15 @@ from owslib.crs import Crs from owslib.fes import FilterCapabilities200 from owslib.util import openURL, testXMLValue, nspath_eval, nspath, extract_time +from owslib.namespaces import Namespaces -namespaces = { - 'fes': 'http://www.opengis.net/fes/2.0', - 'gml': 'http://www.opengis.net/gml/3.2', - 'ogc': 'http://www.opengis.net/ogc', - 'om': 'http://www.opengis.net/om/1.0', - 'ows': 'http://www.opengis.net/ows/1.1', - 'sml': 'http://www.opengis.net/sensorML/1.0.1', - 'sos': 'http://www.opengis.net/sos/2.0', - 'swe': 'http://www.opengis.net/swe/2.0', - 'swes': 'http://www.opengis.net/swes/2.0', - 'xlink': 'http://www.w3.org/1999/xlink', -} +def get_namespaces(): + n = Namespaces() + ns = n.get_namespaces(["fes","ogc","om","gml32","sml","swe20","swes","xlink"]) + ns["ows"] = n.get_namespace("ows110") + ns["sos"] = n.get_namespace("sos20") + return ns +namespaces = get_namespaces() class SensorObservationService_2_0_0(object): @@ -157,7 +153,7 @@ request['offering'] = ','.join(offerings) assert isinstance(observedProperties, list) and len(observedProperties) > 0 - request['observedproperty'] = ','.join(observedProperties) + request['observedProperty'] = ','.join(observedProperties) if responseFormat is not None: request['responseFormat'] = responseFormat @@ -173,12 +169,16 @@ data = urlencode(request) response = openURL(base_url, data, method, username=self.username, password=self.password).read() - tr = etree.fromstring(response) - - if tr.tag == nspath_eval("ows:ExceptionReport", namespaces): - raise ows.ExceptionReport(tr) - - return response + try: + tr = etree.fromstring(response) + if tr.tag == nspath_eval("ows:ExceptionReport", namespaces): + raise ows.ExceptionReport(tr) + else: + return response + except ows.ExceptionReport: + raise + except BaseException: + return response def get_operation_by_name(self, name): """ @@ -201,9 +201,9 @@ # sos:observedArea try: - envelope = self._root.find(nspath_eval('sos:observedArea/gml:Envelope', namespaces)) - lower_left_corner = testXMLValue(envelope.find(nspath_eval('gml:lowerCorner', namespaces))).split() - upper_right_corner = testXMLValue(envelope.find(nspath_eval('gml:upperCorner', namespaces))).split() + envelope = self._root.find(nspath_eval('sos:observedArea/gml32:Envelope', namespaces)) + lower_left_corner = testXMLValue(envelope.find(nspath_eval('gml32:lowerCorner', namespaces))).split() + upper_right_corner = testXMLValue(envelope.find(nspath_eval('gml32:upperCorner', namespaces))).split() # (left, bottom, right, top) in self.bbox_srs units self.bbox = (float(lower_left_corner[1]), float(lower_left_corner[0]), float(upper_right_corner[1]), float(upper_right_corner[0])) self.bbox_srs = Crs(testXMLValue(envelope.attrib.get('srsName'), True)) @@ -214,9 +214,9 @@ # LOOK: Support all gml:TimeGeometricPrimitivePropertyType # Right now we are just supporting gml:TimePeriod # sos:Time - begin_position_element = self._root.find(nspath_eval('sos:phenomenonTime/gml:TimePeriod/gml:beginPosition', namespaces)) + begin_position_element = self._root.find(nspath_eval('sos:phenomenonTime/gml32:TimePeriod/gml32:beginPosition', namespaces)) self.begin_position = extract_time(begin_position_element) - end_position_element = self._root.find(nspath_eval('sos:phenomenonTime/gml:TimePeriod/gml:endPosition', namespaces)) + end_position_element = self._root.find(nspath_eval('sos:phenomenonTime/gml32:TimePeriod/gml32:endPosition', namespaces)) self.end_position = extract_time(end_position_element) self.procedures = [] diff -Nru owslib-0.7.2/owslib/swe/sensor/sml.py owslib-0.8.3/owslib/swe/sensor/sml.py --- owslib-0.7.2/owslib/swe/sensor/sml.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/swe/sensor/sml.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,13 +2,18 @@ from owslib.etree import etree from owslib import crs, util -from owslib.util import testXMLValue, nspath_eval, xmltag_split, dict_union, extract_xml_list +from owslib.util import testXMLValue, testXMLAttribute, nspath_eval, xmltag_split, dict_union, extract_xml_list +from owslib.namespaces import Namespaces -namespaces = { - 'sml': 'http://www.opengis.net/sensorML/1.0.1', - 'gml': 'http://www.opengis.net/gml', - 'xlink': 'http://www.w3.org/1999/xlink' -} +def get_namespaces(): + n = Namespaces() + namespaces = n.get_namespaces(["sml","gml","xlink"]) + namespaces["ism"] = "urn:us:gov:ic:ism:v2" + return namespaces +namespaces = get_namespaces() + +def nsp(path): + return nspath_eval(path, namespaces) class SensorML(object): def __init__(self, element): @@ -20,259 +25,293 @@ if hasattr(self._root, 'getroot'): self._root = self._root.getroot() - self.systems = [] - for system in self._root.findall(nspath_eval('sml:member/sml:System', namespaces)): - self.systems.append(SystemMetadata(system)) - -class SystemMetadata(object): - """ - - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - - """ - def __init__(self, element): - self._root = element - - self.id = testXMLValue(self._root.attrib.get(nspath_eval('gml:id', namespaces)), True) - self.description = testXMLValue(self._root.find(nspath_eval('gml:description', namespaces))) - self.keywords = extract_xml_list(self._root.findall(nspath_eval('sml:keywords/sml:KeywordList/sml:keyword', namespaces))) - - self.documents = [] - for document in self._root.findall(nspath_eval('sml:documentation', namespaces)): - self.documents.append(DocumentationMetadata(document)) + self.members = [Member(x) for x in self._root.findall(nsp('sml:member'))] - self.identifiers = {} - for identifier in self._root.findall(nspath_eval('sml:identification/sml:IdentifierList/sml:identifier', namespaces)): - ident = IdentifierMetadata(identifier) - self.identifiers[ident.name] = ident +class Member(object): + def __new__(cls, element): + t = element[-1].tag.split("}")[-1] + if t == "System": + return System(element.find(nsp("sml:System"))) + elif t == "ProcessChain": + return ProcessChain(element.find(nsp("sml:ProcessChain"))) + elif t == "ProcessModel": + return ProcessModel(element.find(nsp("sml:ProcessModel"))) + elif t == "Component": + return Component(element.find(nsp("sml:Component"))) - self.contacts = {} - for contact in self._root.findall(nspath_eval('sml:contact', namespaces)): - cont = ContactMetadata(contact) - self.contacts[cont.role] = cont +class PropertyGroup(object): + def __init__(self, element): + # Both capabilities and characteristics contain a single swe:DataRecord element + self.capabilities = {} + for cap in element.findall(nsp('sml:capabilities')): + name = testXMLAttribute(cap, "name") + self.capabilities[name] = cap[0] + + self.characteristics = {} + for cha in element.findall(nsp('sml:characteristics')): + name = testXMLAttribute(cha, "name") + self.characteristics[name] = cha[0] - self.classifiers = {} - for classifier in self._root.findall(nspath_eval('sml:classification/sml:ClassifierList/sml:classifier', namespaces)): - classi = ClassifierMetadata(classifier) - self.classifiers[classi.name] = classi + def get_capabilities_by_name(self, name): + """ + Return list of element by name, case insensitive + """ + return [self.capabilities[capab] for capab in self.capabilities.keys() if capab.lower() == name.lower()] - self.history = {} - for event_member in self._root.findall(nspath_eval('sml:history/sml:EventList/sml:member', namespaces)): - emm = EventMemberMetadata(event_member) - if self.history.get(emm.name) is None: - self.history[emm.name] = [] - self.history[emm.name] += emm.events - - self.components = {} + def get_characteristics_by_name(self, name): + """ + Return list of element objects by name, case insensitive + """ + return [self.characteristics[charac] for charac in self.characteristics.keys() if charac.lower() == name.lower()] + +class ConstraintGroup(object): + def __init__(self, element): + # ism:SecurityAttributesOptionsGroup + self.security = element.findall(nsp("sml:securityConstraint/sml:Security/ism:SecurityAttributesOptionGroup")) + # gml:TimeInstant or gml:TimePeriod element + self.validTime = element.find(nsp("sml:validTime")) + self.rights = [Right(x) for x in element.findall(nsp("sml:legalConstraint/sml:Rights"))] + +class Documentation(object): + def __init__(self, element): + self.arcrole = testXMLAttribute(element, nsp("xlink:arcrole")) + self.url = testXMLAttribute(element, nsp("xlink:href")) + self.documents = [Document(d) for d in element.findall(nsp("sml:Document"))] + +class Document(object): + def __init__(self, element): + self.id = testXMLAttribute(element, nsp("gml:id")) + self.version = testXMLValue(element.find(nsp("sml:version"))) + self.description = testXMLValue(element.find(nsp("gml:description"))) + self.date = testXMLValue(element.find(nsp("sml:date"))) + try: + self.contact = Contact(element.find(nsp("sml:contact"))) + except AttributeError: + self.contact = None + self.format = testXMLValue(element.find(nsp('sml:format'))) + self.url = testXMLAttribute(element.find(nsp('sml:onlineResource')), nsp('xlink:href')) + +class Right(object): + def __init__(self, element): + self.id = testXMLAttribute(element, nsp('gml:id')) + self.privacyAct = testXMLAttribute(element, nsp('sml:privacyAct')) + self.intellectualPropertyRights = testXMLAttribute(element, nsp('sml:intellectualPropertyRights')) + self.copyRights = testXMLAttribute(element, nsp('sml:copyRights')) + self.documentation = [Documentation(x) for x in element.findall(nsp("sml:documentation"))] + +class ReferenceGroup(object): + def __init__(self, element): + self.contacts = {} + for contact in element.findall(nsp('sml:contact')): + cont = Contact(contact) + self.contacts[cont.role] = cont - #TODO: Components, timePosition, validTime, positiion/location/positions, + self.documentation = [Documentation(x) for x in element.findall(nsp("sml:documentation"))] - def get_identifier_by_name(self, name): + def get_contacts_by_role(self, role): """ - Return a IdentifierMetadata by name, case insensitive + Return a Contact by role, case insensitive """ - for identifier in self.identifiers.keys(): - if identifier.lower() == name.lower(): - return self.identifiers[identifier] - raise KeyError, "No Identifier with name: %s" % name + return [self.contacts[contact] for contact in self.contacts.keys() if contact.lower() == role.lower()] + +class GeneralInfoGroup(object): + def __init__(self, element): + self.keywords = extract_xml_list(element.findall(nsp('sml:keywords/sml:KeywordList/sml:keyword'))) + + self.identifiers = {} + for identifier in element.findall(nsp('sml:identification/sml:IdentifierList/sml:identifier')): + ident = Identifier(identifier) + self.identifiers[ident.name] = ident - def get_contact_by_role(self, role): + self.classifiers = {} + for classifier in element.findall(nsp('sml:classification/sml:ClassifierList/sml:classifier')): + classi = Classifier(classifier) + self.classifiers[classi.name] = classi + + def get_identifiers_by_name(self, name): """ - Return a ContactMetadata by role, case insensitive + Return list of Identifier objects by name, case insensitive """ - for contact in self.contacts.keys(): - if contact.lower() == role.lower(): - return self.contacts[contact] - raise KeyError, "No Contasct with role: %s" % role + return [self.identifiers[identifier] for identifier in self.identifiers.keys() if identifier.lower() == name.lower()] - def get_classifier_by_name(self, name): + def get_classifiers_by_name(self, name): """ - Return a ClassifierMetadata by name, case insensitive + Return list of Classifier objects by name, case insensitive """ - for classi in self.classifiers.keys(): - if classi.lower() == name.lower(): - return self.classifiers[classi] - raise KeyError, "No Classifier with name: %s" % name + return [self.classifiers[classi] for classi in self.classifiers.keys() if classi.lower() == name.lower()] + +class Contact(object): + def __init__(self, element): + # TODO: This only supports the sml:contact/sml:ResponsibleParty elements, but there are numerous ways to store + # contact information here. + self.role = testXMLAttribute(element, nsp("xlink:role")) + self.href = testXMLAttribute(element, nsp("xlink:href")) + self.organization = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:organizationName'))) + self.phone = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:phone/sml:voice'))) + self.address = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:deliveryPoint'))) + self.city = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:city'))) + self.region = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:administrativeArea'))) + self.postcode = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:postalCode'))) + self.country = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:country'))) + self.email = testXMLValue(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:electronicMailAddress'))) + self.url = testXMLAttribute(element.find(nsp('sml:ResponsibleParty/sml:contactInfo/sml:onlineResource')), nsp("xlink:href")) + +class HistoryGroup(object): + def __init__(self, element): + self.history = {} + for event_member in element.findall(nsp('sml:history/sml:EventList/sml:member')): + name = testXMLAttribute(event_member, "name") + if self.history.get(name) is None: + self.history[name] = [] + for e in event_member.findall(nsp("sml:Event")): + self.history[name].append(Event(e)) def get_history_by_name(self, name): """ - Return a EventMemberMetadata by name, case insensitive + Return Events list by members name """ - for his in self.history.keys(): - if his.lower() == name.lower(): - return self.history[his] - raise KeyError, "No Classifier with name: %s" % name - - -class EventMemberMetadata(object): - """ - - - 2010-01-12 - Deployment start event - - - - 2010-01-13 - Deployment end event - - - - """ - def __init__(self, element): - self._root = element - - self.name = testXMLValue(self._root.attrib.get('name'), True) - - self.events = [] - for event in self._root.findall(nspath_eval('sml:Event', namespaces)): - self.events.append(EventMetadata(event, self.name)) - -class EventMetadata(object): - """ - - 2010-01-12 - Deployment start event - - - """ - def __init__(self, element, name): - self._root = element - - self.name = name - # All dates are UTC - self.date = testXMLValue(self._root.find(nspath_eval('sml:date', namespaces))) - self.description = testXMLValue(self._root.find(nspath_eval('gml:description', namespaces))) - documentation = self._root.find(nspath_eval('sml:documentation', namespaces)) - if documentation is not None: - self.documentation_url = testXMLValue(documentation.attrib.get(nspath_eval('xlink:href', namespaces)), True) - else: - self.documentation_url = None + return self.history.get(name.lower(), []) -class ClassifierMetadata(object): - """ - - - - - urn:x-noaa:def:network:noaa.nws.ndbc::TsunamiActive - - - - """ - def __init__(self, element): - self._root = element - self.name = testXMLValue(self._root.attrib.get('name'), True) - self.definition = testXMLValue(self._root.find(nspath_eval('sml:Term', namespaces)).attrib.get('definition'), True) - self.codespace = testXMLValue(self._root.find(nspath_eval('sml:Term/sml:codeSpace', namespaces)).attrib.get(nspath_eval('xlink:href', namespaces)), True) - self.value = testXMLValue(self._root.find(nspath_eval('sml:Term/sml:value', namespaces))) - -class DocumentationMetadata(object): - """ - - - - Handbook of Automated Data Quality Control Checks and Procedures, National Data Buoy Center, August 2009 - - pdf - - - - """ - def __init__(self, element): - self._root = element - self.arcrole = testXMLValue(self._root.attrib.get(nspath_eval('xlink:arcrole', namespaces)), True) - self.description = testXMLValue(self._root.find(nspath_eval('sml:Document/gml:description', namespaces))) - self.format = testXMLValue(self._root.find(nspath_eval('sml:Document/sml:format', namespaces))) - self.url = testXMLValue(self._root.find(nspath_eval('sml:Document/sml:onlineResource', namespaces)).attrib.get(nspath_eval('xlink:href', namespaces)), True) - -class IdentifierMetadata(object): - """ - - - - adcp0 - - - """ - def __init__(self, element): - self._root = element - self.name = testXMLValue(self._root.attrib.get('name'), True) - - term = self._root.find(nspath_eval('sml:Term', namespaces)) - self.definition = testXMLValue(term.attrib.get('definition'), True) - - val = term.find(nspath_eval('sml:codeSpace', namespaces)) - if val is not None: - self.codespace = testXMLValue(val.attrib.get(nspath_eval('xlink:href', namespaces)), True) - - self.value = testXMLValue(self._root.find(nspath_eval('sml:Term/sml:value', namespaces))) - -class ContactMetadata(object): - """ - - - National Data Buoy Center - - - 228-688-2805 - - - Bldg. 3205 - Stennis Space Center - MS - 39529 - USA - webmaster.ndbc@noaa.gov - - - - - """ - def __init__(self, element): - self._root = element - - self.role = testXMLValue(self._root.attrib.get(nspath_eval('xlink:role', namespaces)), True) - self.url = testXMLValue(self._root.attrib.get(nspath_eval('xlink:href', namespaces)), True) - self.organization = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:organizationName', namespaces))) - self.phone = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:contactInfo/sml:phone/sml:voice', namespaces))) - self.address = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:deliveryPoint', namespaces))) - self.city = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:city', namespaces))) - self.region = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:administrativeArea', namespaces))) - self.postcode = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:postalCode', namespaces))) - self.country = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:country', namespaces))) - self.email = testXMLValue(self._root.find(nspath_eval('sml:ResponsibleParty/sml:contactInfo/sml:address/sml:electronicMailAddress', namespaces))) - - """ - For reference, here is the OWS contact element (ows:ServiceContact) - - self.name = testXMLValue(self._root.find(ns_ows('ows:IndividualName'))) - self.role = testXMLValue(self._root.find(ns_ows('ows:Role'))) - self.position = testXMLValue(self._root.find(ns_ows('ows:PositionName'))) - self.email = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Address/ows:ElectronicMailAddress'))) - self.address = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Address/ows:DeliveryPoint'))) - self.city = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Address/ows:City'))) - self.region = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Address/ows:AdministrativeArea'))) - self.postcode = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Address/ows:PostalCode'))) - self.country = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Address/ows:Country'))) - self.city = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Address/ows:City'))) - self.phone = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Phone/ows:Voice'))) - self.fax = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:Phone/ows:Facsimile'))) - self.hours = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:HoursOfService'))) - self.instructions = testXMLValue(self._root.find(ns_ows('ows:ContactInfo/ows:ContactInstructions'))) - self.organization = testXMLValue(self._root.find(ns_ows('ows:ContactPersonPrimary/ows:ContactOrganization'))) - self.url = testXMLValue(self._root.find(nspath_eval('ows:ContactInfo/ows:nlineResource', namespaces)).attrib.get(nspath_eval('xlink:href', namespaces), True)) - """ +class Event(ReferenceGroup, GeneralInfoGroup): + def __init__(self, element): + ReferenceGroup.__init__(self, element) + GeneralInfoGroup.__init__(self, element) + self.id = testXMLAttribute(element, nsp("gml:id")) + self.date = testXMLValue(element.find(nsp('sml:date'))) + self.description = testXMLValue(element.find(nsp('gml:description'))) + +class MetadataGroup(GeneralInfoGroup, PropertyGroup, ConstraintGroup, ReferenceGroup, HistoryGroup): + def __init__(self, element): + GeneralInfoGroup.__init__(self, element) + PropertyGroup.__init__(self, element) + ConstraintGroup.__init__(self, element) + ReferenceGroup.__init__(self, element) + HistoryGroup.__init__(self, element) + +class AbstractFeature(object): + def __init__(self, element): + self.name = testXMLValue(element.find(nsp("gml:name"))) + self.description = testXMLValue(element.find(nsp("gml:description"))) + self.gmlBoundedBy = testXMLValue(element.find(nsp("gml:boundedBy"))) + +class AbstractProcess(AbstractFeature, MetadataGroup): + def __init__(self, element): + AbstractFeature.__init__(self, element) + MetadataGroup.__init__(self, element) + # sml:IoComponentPropertyType + self.inputs = element.findall(nsp("sml:input")) + # sml:IoComponentPropertyType + self.outputs = element.findall(nsp("sml:output")) + # swe:DataComponentPropertyType + self.parameters = element.findall(nsp("sml:parameter")) + +class AbstractRestrictedProcess(AbstractFeature): + """ Removes ('restricts' in xml schema language) gml:name, gml:description, and sml:metadataGroup from an AbstractProcess """ + def __init__(self, element): + AbstractFeature.__init__(self, element) + self.name = None + self.description = None + +class AbstractPureProcess(AbstractRestrictedProcess): + def __init__(self, element): + AbstractRestrictedProcess.__init__(self, element) + + # sml:IoComponentPropertyType + self.inputs = element.findall(nsp("sml:input")) + # sml:IoComponentPropertyType + self.outputs = element.findall(nsp("sml:output")) + # swe:DataComponentPropertyType + self.parameters = element.findall(nsp("sml:parameter")) + +class ProcessModel(AbstractPureProcess): + def __init__(self, element): + AbstractPureProcess.__init__(self, element) + self.method = ProcessMethod(element.find("method")) + +class CompositePropertiesGroup(object): + def __init__(self, element): + # All components should be of instance AbstractProcess (sml:_Process) + self.components = element.findall(nsp("sml:components/sml:ComponentList/sml:component")) + # sml:Link or sml:ArrayLink element + self.connections = element.findall(nsp("sml:connections/sml:ConnectionList/sml:connection")) + +class PhysicalPropertiesGroup(object): + def __init__(self, element): + # gml:EngieeringCRS element + self.spatialReferenceFrame = element.find(nsp("sml:spatialReferenceFrame/gml:EngineeringCRS")) + # gml:TemporalCRS element + self.temporalReferenceFrame = element.find(nsp("sml:temporalReferenceFrame/gml:TemporalCRS")) + # gml:Envelope element + self.smlBoundedBy = element.find(nsp("sml:boundedBy")) + # swe:Time or sml:_Process element + self.timePosition = element.find(nsp("sml:timePosition")) + + # It is either a sml:position OR and sml:location element here. Process both. + # swe:Position, swe:Vector, or sml:_Process element + self.positions = element.findall(nsp("sml:position")) + # gml:Point of gml:_Curve + self.location = element.find(nsp("sml:location")) + + try: + self.interface = Interface(element.find(nsp("sml:interface"))) + except AttributeError: + self.interface = None + +class ProcessChain(AbstractPureProcess, CompositePropertiesGroup): + def __init__(self, element): + AbstractPureProcess.__init__(self, element) + CompositePropertiesGroup.__init__(self, element) + +class System(AbstractProcess, PhysicalPropertiesGroup, CompositePropertiesGroup): + def __init__(self, element): + AbstractProcess.__init__(self, element) + PhysicalPropertiesGroup.__init__(self, element) + CompositePropertiesGroup.__init__(self, element) + +class Component(AbstractProcess, PhysicalPropertiesGroup): + def __init__(self, element): + AbstractProcess.__init__(self, element) + PhysicalPropertiesGroup.__init__(self, element) + self.method = ProcessMethod(element.find("method")) + +class Term(object): + def __init__(self, element): + self.codeSpace = testXMLAttribute(element.find(nsp('sml:Term/sml:codeSpace')), nsp("xlink:href")) + self.definition = testXMLAttribute(element.find(nsp('sml:Term')), "definition") + self.value = testXMLValue(element.find(nsp('sml:Term/sml:value'))) + +class Classifier(Term): + def __init__(self, element): + Term.__init__(self, element) + self.name = testXMLAttribute(element, "name") + +class Identifier(Term): + def __init__(self, element): + Term.__init__(self, element) + self.name = testXMLAttribute(element, "name") + +class ProcessMethod(MetadataGroup): + """ Inherits from gml:AbstractGMLType """ + def __init__(self, element): + MetadataGroup.__init__(self, element) + self.rules = element.find(nsp("sml:rules")) + self.ioStructure = element.find(nsp("sml:IOStructureDefinition")) + self.algorithm = element.find(nsp("sml:algorithm")) + self.implementations = element.findall(nsp("sml:implementation")) + +class Interface(object): + def __init__(self, element): + self.name = testXMLAttribute(element, "name") + self.interface_definition = InterfaceDefinition(element.find(nsp("sml:InterfaceDefinition"))) + +class InterfaceDefinition(object): + def __init__(self, element): + raise NotImplementedError("InterfaceDefinition is not implemented in OWSLib (yet)") + +class Link(object): + def __init__(self, element): + raise NotImplementedError("Link is not implemented in OWSLib (yet)") + +class ArrayLink(object): + def __init__(self, element): + raise NotImplementedError("ArrayLink is not implemented in OWSLib (yet)") \ No newline at end of file diff -Nru owslib-0.7.2/owslib/util.py owslib-0.8.3/owslib/util.py --- owslib-0.7.2/owslib/util.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/util.py 2014-01-10 13:53:40.000000000 +0000 @@ -2,9 +2,9 @@ # ============================================================================= # Copyright (c) 2008 Tom Kralidis # -# Authors : Tom Kralidis +# Authors : Tom Kralidis # -# Contact email: tomkralidis@hotmail.com +# Contact email: tomkralidis@gmail.com # ============================================================================= import sys @@ -19,6 +19,8 @@ from StringIO import StringIO import cgi from urllib import urlencode +import re + """ Utility functions and classes @@ -38,6 +40,80 @@ #TODO: this should go in ows common module when refactored. pass +# http://stackoverflow.com/questions/6256183/combine-two-dictionaries-of-dictionaries-python +dict_union = lambda d1,d2: dict((x,(dict_union(d1.get(x,{}),d2[x]) if + isinstance(d2.get(x),dict) else d2.get(x,d1.get(x)))) for x in + set(d1.keys()+d2.keys())) + + +# Infinite DateTimes for Python. Used in SWE 2.0 and other OGC specs as "INF" and "-INF" +class InfiniteDateTime(object): + def __lt__(self, other): + return False + def __gt__(self, other): + return True + def timetuple(self): + return tuple() +class NegativeInfiniteDateTime(object): + def __lt__(self, other): + return True + def __gt__(self, other): + return False + def timetuple(self): + return tuple() + + +first_cap_re = re.compile('(.)([A-Z][a-z]+)') +all_cap_re = re.compile('([a-z0-9])([A-Z])') +def format_string(prop_string): + """ + Formats a property string to remove spaces and go from CamelCase to pep8 + from: http://stackoverflow.com/questions/1175208/elegant-python-function-to-convert-camelcase-to-camel-case + """ + if prop_string is None: + return '' + st_r = re.sub('(.)([A-Z][a-z]+)', r'\1_\2', prop_string) + st_r = st_r.replace(' ','') + return re.sub('([a-z0-9])([A-Z])', r'\1_\2', st_r).lower() + +def xml_to_dict(root, prefix=None, depth=1, diction=None): + """ + Recursively iterates through an xml element to convert each element in the tree to a (key,val). Where key is the element + tag and val is the inner-text of the element. Note that this recursively go through the tree until the depth specified. + + Parameters + =========== + :root - root xml element, starting point of iteration + :prefix - a string to prepend to the resulting key (optional) + :depth - the number of depths to process in the tree (optional) + :diction - the dictionary to insert the (tag,text) pairs into (optional) + + Return + ======= + Dictionary of (key,value); where key is the element tag stripped of namespace and cleaned up to be pep8 and + value is the inner-text of the element. Note that duplicate elements will be replaced by the last element of the + same tag in the tree. + """ + ret = diction if diction is not None else dict() + for child in root: + val = testXMLValue(child) + # skip values that are empty or None + if val is None or val == '': + if depth > 1: + ret = xml_to_dict(child,prefix=prefix,depth=(depth-1),diction=ret) + continue + + key = format_string(child.tag.split('}')[-1]) + + if prefix is not None: + key = prefix + key + + ret[key] = val + if depth > 1: + ret = xml_to_dict(child,prefix=prefix,depth=(depth-1),diction=ret) + + return ret + def openURL(url_base, data, method='Get', cookies=None, username=None, password=None): ''' function to open urls - wrapper around urllib2.urlopen but with additional checks for OGC service exceptions and url formatting, also handles cookies and simple user password authentication''' url_base.strip() @@ -132,6 +208,14 @@ out.append('{%s}%s' % (namespaces[namespace], element)) return '/'.join(out) +def cleanup_namespaces(element): + """ Remove unused namespaces from an element """ + if etree.__name__ == 'lxml.etree': + etree.cleanup_namespaces(element) + return element + else: + return etree.fromstring(etree.tostring(element)) + def testXMLValue(val, attrib=False): """ @@ -154,6 +238,22 @@ else: return None +def testXMLAttribute(element, attribute): + """ + + Test that the XML element and attribute exist, return attribute's value, else return None + + Parameters + ---------- + + - element: the element containing the attribute + - attribute: the attribute name + + """ + if element is not None: + return element.get(attribute) + + return None def http_post(url=None, request=None, lang='en-US', timeout=10): """ @@ -311,11 +411,6 @@ dt = None return dt -# http://stackoverflow.com/questions/6256183/combine-two-dictionaries-of-dictionaries-python -dict_union = lambda d1,d2: dict((x,(dict_union(d1.get(x,{}),d2[x]) if - isinstance(d2.get(x),dict) else d2.get(x,d1.get(x)))) for x in - set(d1.keys()+d2.keys())) - def extract_xml_list(elements): """ @@ -326,3 +421,24 @@ flattened = [item.strip() for sublist in keywords for item in sublist] remove_blank = filter(None, flattened) return remove_blank + + +def bind_url(url): + """binds an HTTP GET query string endpiont""" + if url.find('?') == -1: # like http://host/wms + binder = '?' + + # if like http://host/wms?foo=bar& or http://host/wms?foo=bar + if url.find('=') != -1: + if url.find('&', -1) != -1: # like http://host/wms?foo=bar& + binder = '' + else: # like http://host/wms?foo=bar + binder = '&' + + # if like http://host/wms?foo + if url.find('?') != -1: + if url.find('?', -1) != -1: # like http://host/wms? + binder = '' + elif url.find('&', -1) == -1: # like http://host/wms?foo=bar + binder = '&' + return '%s%s' % (url, binder) diff -Nru owslib-0.7.2/owslib/waterml/wml10.py owslib-0.8.3/owslib/waterml/wml10.py --- owslib-0.7.2/owslib/waterml/wml10.py 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/owslib/waterml/wml10.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,32 @@ +from owslib.waterml.wml import SitesResponse, TimeSeriesResponse, VariablesResponse, namespaces +from owslib.etree import etree + +def ns(namespace): + return namespaces.get(namespace) + +class WaterML_1_0(object): + def __init__(self, element): + + if isinstance(element, str) or isinstance(element, unicode): + self._root = etree.fromstring(str(element)) + else: + self._root = element + + if hasattr(self._root, 'getroot'): + self._root = self._root.getroot() + + self._ns = 'wml1.0' + + @property + def response(self): + try: + if self._root.tag == str(ns(self._ns) + 'variablesResponse'): + return VariablesResponse(self._root, self._ns) + elif self._root.tag == str(ns(self._ns) + 'timeSeriesResponse'): + return TimeSeriesResponse(self._root, self._ns) + elif self._root.tag == str(ns(self._ns) + 'sitesResponse'): + return SitesResponse(self._root, self._ns) + except: + raise + + raise ValueError('Unable to determine response type from xml') \ No newline at end of file diff -Nru owslib-0.7.2/owslib/waterml/wml11.py owslib-0.8.3/owslib/waterml/wml11.py --- owslib-0.7.2/owslib/waterml/wml11.py 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/owslib/waterml/wml11.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,32 @@ +from owslib.waterml.wml import SitesResponse, TimeSeriesResponse, VariablesResponse, namespaces +from owslib.etree import etree + +def ns(namespace): + return namespaces.get(namespace) + +class WaterML_1_1(object): + def __init__(self, element): + + if isinstance(element, str) or isinstance(element, unicode): + self._root = etree.fromstring(str(element)) + else: + self._root = element + + if hasattr(self._root, 'getroot'): + self._root = self._root.getroot() + + self._ns = 'wml1.1' + + @property + def response(self): + try: + if self._root.tag == str(ns(self._ns) + 'variablesResponse'): + return VariablesResponse(self._root, self._ns) + elif self._root.tag == str(ns(self._ns) + 'timeSeriesResponse'): + return TimeSeriesResponse(self._root, self._ns) + elif self._root.tag == str(ns(self._ns) + 'sitesResponse'): + return SitesResponse(self._root, self._ns) + except: + raise + + raise ValueError('Unable to determine response type from xml') diff -Nru owslib-0.7.2/owslib/waterml/wml.py owslib-0.8.3/owslib/waterml/wml.py --- owslib-0.7.2/owslib/waterml/wml.py 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/owslib/waterml/wml.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,920 @@ +from owslib.etree import etree +from owslib.util import nspath, testXMLValue, openURL +from owslib.util import xml_to_dict as _xml_to_dict +from datetime import datetime +from dateutil import parser + +namespaces = { + 'wml1.1':'{http://www.cuahsi.org/waterML/1.1/}', + 'wml1.0':'{http://www.cuahsi.org/waterML/1.0/}', + 'xsi':'{http://www.w3.org/2001/XMLSchema-instance', + 'xsd':'{http://www.w3.org/2001/XMLSchema' +} + +def ns(namespace): + return namespaces.get(namespace) + +class XMLParser(object): + """ + Convienence class; provides some useful shortcut methods to make retrieving xml elements from etree + a little easier. + """ + def __init__(self,xml_root,namespace): + try: + self._root = etree.parse(xml_root) + except: + self._root = xml_root + + if not namespace in namespaces: + raise ValueError('Unsupported namespace passed in to parser!') + + self._ns = namespace + + def _find(self,tofind): + try: + return self._root.find(namespaces.get(self._ns) + tofind) + except: + return None + + def _findall(self,tofind): + try: + return self._root.findall(namespaces.get(self._ns) + tofind) + except: + return None + +class SitesResponse(XMLParser): + """ + Parses the response from a 'GetSites' request + + Parameters + =========== + :xmlio - A file-like object that holds the xml response from the request. + + Return + ======= + An object constructed from a dictionary parse of the response. The object has get access and can iterate + over the sites returned. + """ + def __init__(self,xml,version='wml1.1'): + super(SitesResponse,self).__init__(xml,version) + self.parse_sites_response() + + def __iter__(self): + for s in self.sites: + yield s + + def __getitem__(self,key): + if isinstance(key,int) and key < len(self.sites): + return self.sites[key] + + if isinstance(key,str): + site = [site for site in self.sites for code in site.site_info.site_codes if code == key] + if len(site) > 0: + return site[0] + + raise KeyError('Unknown key ' + str(key)) + + def parse_sites_response(self,xml=None): + """ + """ + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + self.query_info = QueryInfo(self._find('queryInfo'), self._ns) + self.sites = [Site(site, self._ns) for site in self._findall('site')] + # except: + # raise ValueError('Cannot parse sitesResponse element correctly') + + """Accesability properties/methods""" + @property + def site_codes(self): + return [site.site_info.site_codes for site in self.sites] + + @property + def site_names(self): + return [site.site_info.site_name for site in self.sites] + +class QueryInfo(XMLParser): + """ + """ + def __init__(self,xml_root,version='wml1.1'): + super(QueryInfo, self).__init__(xml_root,version) + self.parse_query_info() + + def parse_query_info(self, xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + # create queryinfo object from dict + xml_dict = _xml_to_dict(self._root) + self.creation_time = parser.parse(xml_dict.get('creation_time')) if xml_dict.get('creation_time') is not None else None + self.notes = [testXMLValue(note) for note in self._findall('note')] + self.criteria = Criteria(self._find('criteria'), self._ns) + # except: + # raise ValueError('Unable to parse queryInfo element correctly') + +class Criteria(XMLParser): + """ + """ + def __init__(self,xml_root,version='wml1.1'): + super(Criteria, self).__init__(xml_root,version) + self.parse_criteria() + + def parse_criteria(self, xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + xml_dict = _xml_to_dict(self._root,depth=4) + self.method_called = self._root.attrib.get('MethodCalled') + self.location_param = xml_dict.get('location_param') + self.variable_param = xml_dict.get('variable_param') + try: + self.begin_date_time = parser.parse(xml_dict['begin_date_time']) + except: + self.begin_date_time = None + + try: + self.end_date_time = parser.parse(xml_dict['end_date_time']) + except: + self.end_date_time = None + + self.parameters = [(param.attrib.get('name'),param.attrib.get('value')) for param in self._findall('parameter')] + # except: + # raise ValueError('Unable to parse xml for criteria element') + +class Site(XMLParser): + def __init__(self, xml, version='wml1.1'): + super(Site,self).__init__(xml,version) + self.parse_site() + + def __iter__(self): + for c in self.series_catalogs: + yield c + + def __getitem__(self,key): + if isinstance(key,int) and key < len(self.series_catalogs): + return self.series_catalogs[key] + + if isinstance(key,str): + var = [series.variable for catalog in self.series_catalogs for series in catalog if series.code == key] + if len(var) > 0: + return var[0] + + raise KeyError('Unknown key ' + str(key)) + + """Accessor propeties/methods""" + @property + def name(self): + return self.site_info.site_name + + @property + def codes(self): + return self.site_info.site_codes + + @property + def variable_names(self): + return list(set([series.variable.variable_name for catalog in self.series_catalogs for series in catalog])) + + @property + def variable_codes(self): + return list(set([series.variable.variable_code for catalog in self.series_catalogs for series in catalog])) + + @property + def geo_coords(self): + return self.site_info.location.geo_coords + + @property + def latitudes(self): + return [g[1] for g in self.site_info.location.geo_coords] + + @property + def longitudes(self): + return [g[0] for g in self.site_info.location.geo_coords] + + def parse_site(self,xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + self.site_info = SiteInfo(self._find('siteInfo'), self._ns) + self.series_catalogs = [SeriesCatalog(elm, self._ns) for elm in self._findall('seriesCatalog')] + # self.extension = Extension(self._find('extension'), self._ns) + # except: + # raise ValueError('Unable to parse site element correctly') + + +class SiteInfo(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(SiteInfo,self).__init__(xml,version) + self.parse_siteinfo() + + def parse_siteinfo(self,xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + xml_dict = _xml_to_dict(self._root) + self.site_name = xml_dict.get('site_name') + self.site_codes = [testXMLValue(code) for code in self._findall('siteCode')] + self.elevation = xml_dict.get('elevation_m') + self.vertical_datum = xml_dict.get('vertical_datum') + self.site_types = [testXMLValue(typ) for typ in self._findall('siteType')] + self.site_properties = dict([(prop.attrib.get('name'),testXMLValue(prop)) for prop in self._findall('siteProperty')]) + self.altname = xml_dict.get('altname') + self.notes = [testXMLValue(note) for note in self._findall('note')] + # sub-objects + tzi = self._find('timeZoneInfo') + if tzi is not None: + self.time_zone_info = TimeZoneInfo(tzi, self._ns) + + self.location = Location(self._find('geoLocation'), self._ns) + + # except: + # raise ValueError('Unable to parse siteInfo element') + +class Location(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Location,self).__init__(xml,version) + self.parse_location() + + def parse_location(self,xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + xml_dict = _xml_to_dict(self._root) + geogs = self._findall('geogLocation') + self.geo_coords = list() + self.srs = list() + for g in geogs: + self.geo_coords.append((testXMLValue(g.find(ns(self._ns) + 'longitude')),testXMLValue(g.find(ns(self._ns) + 'latitude')))) + self.srs.append(g.attrib.get('srs')) + + locsite = self._findall('localSiteXY') + self.local_sites = list() + self.notes = list() + self.projections = list() + for ls in locsite: + z = testXMLValue(ls.find(ns(self._ns) + 'Z')) + if z is not None: + self.local_sites.append((testXMLValue(ls.find(ns(self._ns) + 'X')),testXMLValue(ls.find(ns(self._ns) + 'Y')),z)) + else: + self.local_sites.append((testXMLValue(ls.find(ns(self._ns) + 'X')),testXMLValue(ls.find(ns(self._ns) + 'Y')),'0')) + + self.notes.append([testXMLValue(note) for note in ls.findall(ns(self._ns) + 'note')]) + self.projections.append(ls.attrib.get('projectionInformation')) + + # except: + # raise ValueError('Unable to parse geoLocation element') + + +class TimeZoneInfo(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(TimeZoneInfo,self).__init__(xml,version) + self.parse_timezoneinfo() + + def parse_timezoneinfo(self,xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + xml_dict = _xml_to_dict(self._root) + default = self._find('defaultTimeZone') + if default is not None: + self.zone_offset = default.attrib.get('zoneOffset') + self.zone_abbreviation = default.attrib.get('zoneAbbreviation') + + daylight = self._find('daylightSavingsTimeZone') + if daylight is not None: + self.daylight_zone_offset = daylight.attrib.get('zoneOffset') + self.daylight_zone_abbreviation = daylight.attrib.get('zoneAbbreviation') + + # except: + # raise ValueError('Unable to properly parset the timeZoneInfo element') + + +class SeriesCatalog(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(SeriesCatalog,self).__init__(xml,version) + self.parse_seriescatalog() + + def __iter__(self): + for s in self.series: + yield s + + def __getitem__(self,key): + if isinstance(key,int) and key < len(self.series): + return self.series[key] + + if isinstance(key,str): + srs = [series for series in self.series if series.code == key] + if len(srs) > 0: + return srs[0] + + raise KeyError('Unknown key ' + str(key)) + + def parse_seriescatalog(self,xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + self.series = [Series(elm,self._ns) for elm in self._findall('series')] + # except: + # raise ValueError('Unable to properly parse the seriesCatalog element') + + +class Series(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Series,self).__init__(xml,version) + self.parse_series() + + """Accessor proeprties/methods""" + @property + def name(self): + return self.variable.variable_name + + @property + def code(self): + return self.variable.variable_code + + def parse_series(self,xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + xml_dict = _xml_to_dict(self._root,depth=3) + self.value_count = xml_dict.get('value_count') + self.value_type = xml_dict.get('value_type') + self.general_category = xml_dict.get('general_category') + self.sample_medium = xml_dict.get('sample_medium') + self.data_type = xml_dict.get('data_type') + # date-time + self.begin_date_time = parser.parse(xml_dict.get('begin_date_time')) + self.begin_date_time_utc = parser.parse(xml_dict.get('begin_date_time_utc')) if xml_dict.get('begin_date_time_utc') is not None else None + self.end_date_time = parser.parse(xml_dict.get('end_date_time')) + self.end_date_time_utc = parser.parse(xml_dict.get('end_date_time_utc')) if xml_dict.get('end_date_time_utc') is not None else None + # method info + self.method_description = xml_dict.get('method_description') + self.method_code = xml_dict.get('method_code') + self.method_link = xml_dict.get('method_link') + method = self._find('method') + if method is not None: + self.method_id = method.attrib.get('methodID') + else: + self.method_id = None + + # source info + self.organization = xml_dict.get('organization') + self.source_description = xml_dict.get('source_description') + self.citation = xml_dict.get('citation') + source = self._find('source') + if source is not None: + self.source_id = source.attrib.get('sourceID') + else: + self.source_id = None + + # quality control info + self.quality_control_level_code = xml_dict.get('quality_control_level_code') + self.definition = xml_dict.get('definition') + qa = self._find('qualityControlLevel') + if qa is not None: + self.quality_control_level_id = qa.attrib.get('qualityControlLevelID') + else: + self.quality_control_level_id = None + + # properties + self.properties = dict([(prop.attrib.get('name'),testXMLValue(prop)) for prop in self._findall('seriesProperty')]) + # sub-objects + self.variable = Variable(self._find('variable'),self._ns) + # except: + # raise ValueError('Unable to correctly parse Series element') + + +class Variable(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Variable,self).__init__(xml,version) + self.parse_variable() + + def parse_variable(self,xml=None): + if xml is not None: + try: + self._root = etree.parse(xml) + except: + self._root = xml + + # try: + xml_dict = _xml_to_dict(self._root) + self.value_type = xml_dict.get('value_type') + self.data_type = xml_dict.get('data_type') + self.general_category = xml_dict.get('general_category') + self.sample_medium = xml_dict.get('sample_medium') + self.no_data_value = xml_dict.get('no_data_value') + self.variable_name = xml_dict.get('variable_name') + self.variable_code = xml_dict.get('variable_code') + self.variable_description = xml_dict.get('variable_description') + self.speciation = xml_dict.get('speciation') + # notes and properties + notes = [(note.attrib.get('title'),testXMLValue(note)) for note in self._findall('note')] + none_notes = [note[1] for note in notes if note[0] is None] + self.notes = dict([note for note in notes if note[0] is not None]) + if len(none_notes) > 0: + self.notes['none'] = none_notes + + self.properties = dict([(prop.attrib.get('name'),testXMLValue(prop)) for prop in self._findall('variableProperty')]) + # related + related = self._find('related') + if related is not None: + self.parent_codes = [dict([('network',code.attrib.get('network')),('vocabulary',code.attrib.get('vocabulary')),('default',code.attrib.get('default'))]) + for code in related.findall(ns(self._ns) + 'parentCode')] + self.related_codes = [dict([('network',d.get('network')),('vocabulary',d.get('vocabulary')),('default',d.get('default'))]) + for code in related.findall(ns(self._ns) + 'relatedCode')] + else: + self.parent_codes = None + self.related_codes = None + + # sub-objects + if self._ns == 'wml1.0': + unit = self._find('units') + self.unit = Unit1_0(unit, self._ns) if unit is not None else None + + timesupport = self._find('timeSupport') + self.time_support = TimeScale(timesupport, self._ns) if timesupport is not None else None + else: + unit = self._find('unit') + self.unit = Unit(unit, self._ns) if unit is not None else None + + timescale = self._find('timeScale') + self.time_scale = TimeScale(timescale, self._ns) if timescale is not None else None + + categories = self._find('categories') + if categories is not None: + self.categories = [Category(cat,self._ns) for cat in categories.findall(ns(self._ns) + 'category')] + else: + self.categories = None + # except: + # raise ValueError('Unable to correctly parse variable element') + + +class TimeScale(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(TimeScale,self).__init__(xml,version) + self.parse_timescale() + + def parse_timescale(self): + try: + xml_dict = _xml_to_dict(self._root) + self.time_spacing = xml_dict.get('time_spacing') + self.time_support = xml_dict.get('time_support') + self.time_interval = xml_dict.get('time_interval') + unit = self._find('unit') + self.unit = Unit(unit, self._ns) if unit is not None else None + except: + raise + + +class Unit(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Unit,self).__init__(xml,version) + self.parse_unit() + + def parse_unit(self): + try: + xml_dict = _xml_to_dict(self._root) + self.name = xml_dict.get('unit_name') + self.unit_type = xml_dict.get('unit_type') + self.description = xml_dict.get('unit_description') + self.abbreviation = xml_dict.get('unit_abbreviation') + self.code = xml_dict.get('unit_code') + self.id = self._root.attrib.get('UnitID') + except: + raise + + +class Unit1_0(XMLParser): + def __init__(self,xml,version='wml1.0'): + super(Unit1_0,self).__init__(xml,version) + self.parse_unit() + + def parse_unit(self): + try: + self.name = testXMLValue(self._root) + self.code = self._root.attrib.get('unitsCode') + self.abbreviation = self._root.attrib.get('unitsAbbreviation') + self.type = self._root.attrib.get('unitsType') + self.id = self._root.attrib.get('unitID') + except: + raise + + +class Category(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Category,self).__init__(xml,version) + self.parse_category() + + def parse_category(self): + try: + xml_dict = _xml_to_dict(self._root) + self.data_value = xml_dict.get('data_value') + self.description = xml_dict.get('description') + self.id = self._root.attrib.get('categoryID') + except: + raise + + +class TimeSeriesResponse(XMLParser): + """ + Parses the response from a 'GetValues' request + + Parameters + =========== + :xmlio - A file-like object that holds the xml response from the request. + + Return + ======= + An object constructed from a dictionary parse of the response. The object has get access and can + also iterate over each timeSeries element returned. + """ + def __init__(self,xml,version='wml1.1'): + super(TimeSeriesResponse,self).__init__(xml,version) + self.parse_timeseriesresponse() + + """Accessor properties/methods""" + @property + def series_names(self): + return [series.name for series in self.time_series] + + @property + def variable_names(self): + return list(set([series.variable.variable_name for series in self.time_series])) + + @property + def variable_codes(self): + return list(set([s.variable.variable_code for s in self.time_series])) + + def get_series_by_variable(self,var_name=None,var_code=None): + if var_code is not None: + return [s for s in self.time_series if s.variable.variable_code == var_code] + + elif var_name is not None: + return [series for series in self.time_series if series.variable.variable_name == var_name] + + return None + + def parse_timeseriesresponse(self): + try: + qi = self._find('queryInfo') + self.query_info = QueryInfo(qi,self._ns) + self.time_series = [TimeSeries(series,self._ns) for series in self._findall('timeSeries')] + except: + raise + + +class TimeSeries(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(TimeSeries,self).__init__(xml,version) + self.parse_timeseries() + + def parse_timeseries(self): + try: + self.variable = Variable(self._find('variable'), self._ns) + self.values = [Values(val,self._ns) for val in self._findall('values')] + self.source_info = SiteInfo(self._find('sourceInfo'), self._ns) + self.name = self._root.attrib.get('name') + except: + raise + +class Values(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Values,self).__init__(xml,version) + self.parse_values() + + def __iter__(self): + for v in self.values: + yield v + + """Accessor properties/methods""" + def get_date_values(self,method_id=None,source_id=None,sample_id=None,quality_level=None,utc=False): + varl = [v for v in self.values] + if method_id is not None: + varl = [v for v in varl if v.method_id == method_id] + + if source_id is not None: + varl = [v for v in varl if v.source_id == source_id] + + if sample_id is not None: + varl = [v for v in varl if v.sample_id == sample_id] + + if quality_level is not None: + varl = [v for v in varl if v.quality_control_level == quality_level] + + if not utc: + return [(v.date_time,v.value) for v in varl] + else: + return [(v.date_time_utc,v.value) for v in varl] + + def parse_values(self): + xml_dict = _xml_to_dict(self._root) + # method info + self.methods = [Method(method,self._ns) for method in self._findall('method')] + + # source info + self.sources = [Source(source,self._ns) for source in self._findall('source')] + + # quality control info + self.qualit_control_levels = [QualityControlLevel(qal, self._ns) for qal in self._findall('qualityControlLevel')] + + # offset info + self.offsets = [Offset(os,self._ns) for os in self._findall('offset')] + + # sample info + self.samples = [Sample(sample,self._ns) for sample in self._findall('sample')] + + # censor codes + self.censor_codes = [CensorCode(code, self._ns) for code in self._findall('censorCode')] + + # unit + if self._ns == 'wml1.0': + self.unit_abbreviation = self._root.attrib.get('unitsAbbreviation') + self.unit_code = self._root.attrib.get('unitsCode') + self.count = self._root.attrib.get('count') + else: + unit = self._find('unit') + self.unit = Unit(unit, self._ns) if unit is not None else None + + # values + self.values = [Value(val, self._ns) for val in self._findall('value')] + + +class Value(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Value,self).__init__(xml,version) + self.parse_value() + + def parse_value(self): + try: + self.value = testXMLValue(self._root) + d = self._root.attrib + self.qualifiers = d.get('qualifiers') + self.censor_code = d.get('censorCode') + self.date_time = parser.parse(d.get('dateTime')) if d.get('dateTime') is not None else None + self.time_offset = d.get('timeOffset') + self.date_time_utc = parser.parse(d.get('dateTimeUTC')) if d.get('dateTimeUTC') is not None else None + self.method_id = d.get('methodID') + self.source_id = d.get('sourceID') + self.accuracy_std_dev = d.get('accuracyStdDev') + self.sample_id = d.get('sampleID') + self.method_code = d.get('methodCode') + self.source_code = d.get('sourceCode') + self.lab_sample_code = d.get('lab_sample_code') + self.offset_value = d.get('offsetValue') + self.offset_type_id = d.get('offsetTypeID') + self.offset_type_code = d.get('offsetTypeCode') + self.coded_vocabulary = d.get('codedVocabulary') + self.coded_vocabulary_term = d.get('codedVocabularyTerm') + self.quality_control_level = d.get('qualityControlLevel') + self.metadata_time = d.get('metadataTime') + self.oid = d.get('oid') + except: + raise + + +class Sample(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Sample,self).__init__(xml,version) + self.parse_sample() + + def parse_sample(self): + try: + xml_dict = _xml_to_dict(self._root) + self.code = xml_dict.get('lab_sample_code') + self.type = xml_dict.get('sample_type') + lm = self._find('labMethod') + self.method = LabMethod(lm, self._ns) if lm is not None else None + except: + raise + + +class LabMethod(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(LabMethod,self).__init__(xml,version) + self.parse_labmethod() + + def parse_labmethod(self): + try: + xml_dict = _xml_to_dict(self._root) + self.code = xml_dict.get('lab_code') + self.name = xml_dict.get('lab_name') + self.organization = xml_dict.get('lab_organization') + self.method_name = xml_dict.get('lab_method_name') + self.method_description = xml_dict.get('lab_method_description') + self.method_link = xml_dict.get('lab_method_link') + # sub-objects + source = self._find('labSourceDetails') + self.source_details = Source(source,self._ns) if source is not None else None + except: + raise + + +class Source(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Source,self).__init__(xml,version) + self.parse_source() + + def __str__(self): + return str(self.__dict__) + + def get_contact(self,name): + ci = [ci for ci in self.contact_info if ci.name == name] + if len(ci) < 0: + return ci[0] + return None + + def parse_source(self): + try: + xml_dict = _xml_to_dict(self._root) + self.code = xml_dict.get('source_code') + self.organization = xml_dict.get('organization') + self.description = xml_dict.get('source_description') + self.links = [testXMLValue(link) for link in self._findall('sourceLink')] + self.citation = xml_dict.get('citation') + # metadata + self.topic_category = xml_dict.get('topic_category') + self.title = xml_dict.get('title') + self.abstract = xml_dict.get('abstract') + self.profile_version = xml_dict.get('profile_version') + self.metadata_link = xml_dict.get('metadata_link') + # contact info + self.contact_info = [ContactInformation(ci,self._ns) for ci in self._findall('contactInformation')] + except: + raise + + +class ContactInformation(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(ContactInformation,self).__init__(xml,version) + self.parse_contactinformation() + + def parse_contactinformation(self): + try: + xml_dict = _xml_to_dict(self._root) + self.name = xml_dict.get('contact_name') + self.type = xml_dict.get('type_of_contact') + self.email = [testXMLValue(email) for email in self._findall('email')] + self.phone = [testXMLValue(phone) for phone in self._findall('phone')] + self.address = [testXMLValue(address) for address in self._findall('address')] + except: + raise + + +class Offset(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Offset,self).__init__(xml,version) + self.parse_offset() + + def parse_offset(self): + try: + xml_dict = _xml_to_dict(self._root) + self.type_code = xml_dict.get('offset_type_code') + self.value = xml_dict.get('offset_value') + self.description = xml_dict.get('offset_description') + self.is_vertical = xml_dict.get('offset_is_vertical') + self.azimuth_degrees = xml_dict.get('offset_azimuth_degrees') + unit = self._root.find('unit') + if self._ns == 'wml1.0': + self.unit = Unit1_0(unit, self._ns) if unit is not None else None + else: + self.unit = Unit(unit,self._ns) if unit is not None else None + except: + raise + + +class Method(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(Method,self).__init__(xml,version) + self.parse_method() + + def parse_method(self): + try: + xml_dict = _xml_to_dict(self._root) + self.code = xml_dict.get('method_code') + self.description = xml_dict.get('method_description') + self.link = xml_dict.get('method_link') + self.id = self._root.attrib.get('methodID') + except: + raise + + +class QualityControlLevel(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(QualityControlLevel,self).__init__(xml,version) + self.parse_qcl() + + def parse_qcl(self): + try: + xml_dict = _xml_to_dict(self._root) + self.code = xml_dict.get('quality_control_level_code') + self.definition = xml_dict.get('definition') + self.explanation = xml_dict.get('explanation') + self.id = self._root.attrib.get('qualityControlLevelID') + except: + raise + + +class CensorCode(XMLParser): + def __init__(self,xml,version='wml1.1'): + super(CensorCode,self).__init__(xml,version) + self.parse_censorcode() + + def parse_censorcode(self): + try: + xml_dict = _xml_to_dict(self._root) + self.code = xml_dict.get('censor_code') + self.description = xml_dict.get('censor_code_description') + self.id = self._root.attrib.get('censorCodeID') + except: + raise + +class VariablesResponse(XMLParser): + """ + Parses the response from a 'GetVariableInfo' request + + Parameters + =========== + :xmlio - A file-like object that holds the xml response from the request. + + Return + ======= + An object constructed from a dictionary parse of the response. The object has get access to its variables and + can also be used as an iterator. + """ + def __init__(self,xml,version='wml1.1'): + super(VariablesResponse,self).__init__(xml,version) + self.parse_variablesresponse() + + def __iter__(self): + for v in self.variables: + yield v + + def __getitem__(self,key): + if isinstance(key,int) and key < len(self.variables): + return self.variables[key] + + if isinstance(key,str): + v = [var for var in self.variables if var.variable_code == key] + if len(v) > 0: + return v[0] + + v = [var for var in self.variables if var.variable_name == key] + if len(v) > 0: + return v[0] + + raise KeyError('Unknown key ' + str(key)) + + """Accessor properties/methods""" + @property + def variable_names(self): + return list(set([var.variable_name for var in self.variables])) + + @property + def variable_codes(self): + return [var.variable_code for var in self.variables] + + def parse_variablesresponse(self): + try: + qi = self._find('queryInfo') + self.query_info = QueryInfo(qi, self._ns) if qi is not None else None + varis = self._find('variables') + self.variables = [Variable(var,self._ns) for var in varis.findall(ns(self._ns) + 'variable')] + except: + raise + diff -Nru owslib-0.7.2/owslib/wfs.py owslib-0.8.3/owslib/wfs.py --- owslib-0.7.2/owslib/wfs.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/wfs.py 2014-01-10 13:53:40.000000000 +0000 @@ -15,11 +15,20 @@ from feature import wfs100, wfs110, wfs200 def WebFeatureService(url, version='1.0.0', xml=None, parse_remote_metadata=False): - ''' wfs factory function, returns a version specific WebFeatureService object ''' + ''' wfs factory function, returns a version specific WebFeatureService object + + @type url: string + @param url: url of WFS capabilities document + @type xml: string + @param xml: elementtree object + @type parse_remote_metadata: boolean + @param parse_remote_metadata: whether to fully process MetadataURL elements + @return: initialized WebFeatureService_2_0_0 object + ''' if version in ['1.0', '1.0.0']: - return wfs100.WebFeatureService_1_0_0.__new__(wfs100.WebFeatureService_1_0_0, url, version, xml, parse_remote_metadata) + return wfs100.WebFeatureService_1_0_0(url, version, xml, parse_remote_metadata) elif version in ['1.1', '1.1.0']: - return wfs110.WebFeatureService_1_1_0.__new__(wfs110.WebFeatureService_1_1_0, url, version, xml, parse_remote_metadata) + return wfs110.WebFeatureService_1_1_0(url, version, xml, parse_remote_metadata) elif version in ['2.0', '2.0.0']: - return wfs200.WebFeatureService_2_0_0.__new__(wfs200.WebFeatureService_2_0_0, url, version, xml, parse_remote_metadata) + return wfs200.WebFeatureService_2_0_0(url, version, xml, parse_remote_metadata) diff -Nru owslib-0.7.2/owslib/wms.py owslib-0.8.3/owslib/wms.py --- owslib-0.7.2/owslib/wms.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/wms.py 2014-01-10 13:53:40.000000000 +0000 @@ -18,8 +18,9 @@ import cgi import urllib2 from urllib import urlencode +import warnings from etree import etree -from .util import openURL, testXMLValue +from .util import openURL, testXMLValue, extract_xml_list from fgdc import Metadata from iso import MD_Metadata @@ -120,7 +121,7 @@ cm = ContentMetadata(elem, parent=parent_metadata, index=index+1, parse_remote_metadata=parse_remote_metadata) if cm.id: if cm.id in self.contents: - raise KeyError('Content metadata for layer "%s" already exists' % cm.id) + warnings.warn('Content metadata for layer "%s" already exists. Using child layer' % cm.id) self.contents[cm.id] = cm gather_layers(elem, cm) gather_layers(caps, None) @@ -251,7 +252,7 @@ def getfeatureinfo(self): raise NotImplementedError - + def getOperationByName(self, name): """Return a named content item.""" for item in self.operations: @@ -268,7 +269,7 @@ self.version = version self.title = testXMLValue(self._root.find('Title')) self.abstract = testXMLValue(self._root.find('Abstract')) - self.keywords = [f.text for f in self._root.findall('KeywordList/Keyword')] + self.keywords = extract_xml_list(self._root.findall('KeywordList/Keyword')) self.accessconstraints = testXMLValue(self._root.find('AccessConstraints')) self.fees = testXMLValue(self._root.find('Fees')) @@ -304,7 +305,7 @@ if item.name == name: return item raise KeyError, "No operation named %s" % name - + class ContentMetadata: """ Abstraction for WMS layer metadata. @@ -446,11 +447,21 @@ # timepositions - times for which data is available. self.timepositions=None + self.defaulttimeposition = None for extent in elem.findall('Extent'): if extent.attrib.get("name").lower() =='time': if extent.text: self.timepositions=extent.text.split(',') + self.defaulttimeposition = extent.attrib.get("default") break + + # Elevations - available vertical levels + self.elevations=None + for extent in elem.findall('Extent'): + if extent.attrib.get("name").lower() =='elevation': + if extent.text: + self.elevations=extent.text.split(',') + break # MetadataURLs self.metadataUrls = [] diff -Nru owslib-0.7.2/owslib/wps.py owslib-0.8.3/owslib/wps.py --- owslib-0.7.2/owslib/wps.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/owslib/wps.py 2014-01-10 13:53:40.000000000 +0000 @@ -84,39 +84,36 @@ """ -from etree import etree -from owslib.ows import DEFAULT_OWS_NAMESPACE, XSI_NAMESPACE, XLINK_NAMESPACE, \ - OWS_NAMESPACE_1_0_0, ServiceIdentification, ServiceProvider, OperationsMetadata +from owslib.etree import etree +from owslib.ows import DEFAULT_OWS_NAMESPACE, ServiceIdentification, ServiceProvider, OperationsMetadata from time import sleep -from util import (testXMLValue, build_get_url, dump, getTypedValue, +from owslib.util import (testXMLValue, build_get_url, dump, getTypedValue, getNamespace, xml2string, nspath, openURL, nspath_eval) from xml.dom.minidom import parseString +from owslib.namespaces import Namespaces # namespace definition -WPS_DEFAULT_NAMESPACE="http://www.opengis.net/wps/1.0.0" -WPS_DEFAULT_SCHEMA_LOCATION = 'http://schemas.opengis.net/wps/1.0.0/wpsExecute_request.xsd' -WPS_DEFAULT_VERSION = '1.0.0' +n = Namespaces() -WFS_NAMESPACE = 'http://www.opengis.net/wfs' -OGC_NAMESPACE = 'http://www.opengis.net/ogc' +# These static namespaces are DEPRECIATED. Please don't use them. +# No great way of printing a message since there are at the file level +WPS_DEFAULT_NAMESPACE = n.get_namespace("wps") +WFS_NAMESPACE = n.get_namespace("wfs") +OGC_NAMESPACE = n.get_namespace("ogc") +GML_NAMESPACE = n.get_namespace("gml") +DRAW_NAMESPACE = n.get_namespace("draw") -GML_NAMESPACE = 'http://www.opengis.net/gml' GML_SCHEMA_LOCATION = "http://schemas.opengis.net/gml/3.1.1/base/feature.xsd" +DRAW_SCHEMA_LOCATION = 'http://cida.usgs.gov/climate/derivative/xsd/draw.xsd' +WPS_DEFAULT_SCHEMA_LOCATION = 'http://schemas.opengis.net/wps/1.0.0/wpsExecute_request.xsd' +WPS_DEFAULT_VERSION = '1.0.0' -DRAW_NAMESPACE = 'gov.usgs.cida.gdp.draw' -DRAW_SCHEMA_LOCATION = 'http://cida.usgs.gov/qa/climate/derivative/xsd/draw.xsd' - -# list of namespaces used by this module -namespaces = { - None : WPS_DEFAULT_NAMESPACE, - 'wps' : WPS_DEFAULT_NAMESPACE, - 'ows' : DEFAULT_OWS_NAMESPACE, - 'xlink': XLINK_NAMESPACE, - 'xsi' : XSI_NAMESPACE, - 'wfs' : WFS_NAMESPACE, - 'ogc' : OGC_NAMESPACE, - 'gml' : GML_NAMESPACE, -} +def get_namespaces(): + ns = n.get_namespaces(["ogc","wfs","wps","gml","xsi","xlink"]) + ns[None] = n.get_namespace("wps") + ns["ows"] = DEFAULT_OWS_NAMESPACE + return ns +namespaces = get_namespaces() class IWebProcessingService(): """ @@ -466,6 +463,8 @@ self.process = None self.serviceInstance = None self.status = None + self.percentCompleted = 0 + self.statusMessage = None self.errors = [] self.statusLocation = None self.dataInputs=[] @@ -490,7 +489,7 @@ # service="WPS" # version="1.0.0" # xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsExecute_request.xsd"> - root = etree.Element(nspath_eval('wps:Execute', namespaces), nsmap=namespaces) + root = etree.Element(nspath_eval('wps:Execute', namespaces)) root.set('service', 'WPS') root.set('version', WPS_DEFAULT_VERSION) root.set(nspath_eval('xsi:schemaLocation', namespaces), '%s %s' % (namespaces['wps'], WPS_DEFAULT_SCHEMA_LOCATION) ) @@ -502,10 +501,8 @@ # dataInputsElement = etree.SubElement(root, nspath_eval('wps:DataInputs', namespaces)) - for input in inputs: - key = input[0] - val = input[1] - + for (key,val) in inputs: + inputElement = etree.SubElement(dataInputsElement, nspath_eval('wps:Input', namespaces)) identifierElement = etree.SubElement(inputElement, nspath_eval('ows:Identifier', namespaces)) identifierElement.text = key @@ -540,7 +537,7 @@ # # else: - inputElement.append( val.getXml() ) + inputElement.append( val.getXml() ) # # @@ -553,11 +550,20 @@ responseFormElement = etree.SubElement(root, nspath_eval('wps:ResponseForm', namespaces)) responseDocumentElement = etree.SubElement(responseFormElement, nspath_eval('wps:ResponseDocument', namespaces), attrib={'storeExecuteResponse':'true', 'status':'true'} ) - outputElement = etree.SubElement(responseDocumentElement, nspath_eval('wps:Output', namespaces), - attrib={'asReference':'true'} ) - outputIdentifierElement = etree.SubElement(outputElement, nspath_eval('ows:Identifier', namespaces)).text = output - + if isinstance(output, str): + self._add_output(responseDocumentElement, output, asReference=True) + elif isinstance(output, list): + for (identifier,as_reference) in output: + self._add_output(responseDocumentElement, identifier, asReference=as_reference) + else: + raise Exception('output parameter is neither string nor list. output=%s' % output) return root + + def _add_output(self, element, identifier, asReference=False): + outputElement = etree.SubElement(element, nspath_eval('wps:Output', namespaces), + attrib={'asReference':str(asReference).lower()} ) + outputIdentifierElement = etree.SubElement(outputElement, nspath_eval('ows:Identifier', namespaces)).text = identifier + # wait for 60 seconds by default def checkStatus(self, url=None, response=None, sleepSecs=60): @@ -709,6 +715,8 @@ # print status, errors print 'Execution status=%s' % self.status + print 'Percent completed=%s' % self.percentCompleted + print 'Status message=%s' % self.statusMessage for error in self.errors: dump(error) @@ -721,7 +729,7 @@ if self.status is None: self.status = "Exception" - for exceptionEl in root.findall( nspath('Exception', ns=getNamespace(root)) ): + for exceptionEl in root.findall( nspath('Exception', ns=namespaces['ows']) ): self.errors.append( WPSException(exceptionEl) ) @@ -751,11 +759,19 @@ # statusEl = root.find( nspath('Status/*', ns=wpsns) ) self.status = statusEl.tag.split('}')[1] + # get progress info + try: + percentCompleted = int(statusEl.get('percentCompleted')) + self.percentCompleted = percentCompleted + except: + pass + # get status message + self.statusMessage = statusEl.text # exceptions ? for element in statusEl: if element.tag.endswith('ExceptionReport'): self._parseExceptionReport(element) - + self.process = Process(root.find(nspath('Process', ns=wpsns)), verbose=self.verbose) # - self._parseLiteralData(outputElement, 'LiteralData') + # + self._parseLiteralData(outputElement, 'LiteralOutput') # or self._parseComplexData(outputElement, 'ComplexOutput') @@ -1024,6 +1040,11 @@ self.data.append(complexDataElement.text.strip()) for child in complexDataElement: self.data.append(etree.tostring(child)) + literalDataElement = dataElement.find( nspath('LiteralData', ns=wpsns) ) + if literalDataElement is not None: + self.dataType = literalDataElement.get('dataType') + if literalDataElement.text is not None and literalDataElement.text.strip() is not '': + self.data.append(literalDataElement.text.strip()) class WPSException: @@ -1137,8 +1158,7 @@ # def getXml(self): - root = etree.Element(nspath_eval('wps:Reference', namespaces), nsmap=namespaces, - attrib = { nspath_eval("xlink:href",namespaces) : self.url} ) + root = etree.Element(nspath_eval('wps:Reference', namespaces), attrib = { nspath_eval("xlink:href",namespaces) : self.url} ) bodyElement = etree.SubElement(root, nspath_eval('wps:Body', namespaces)) getFeatureElement = etree.SubElement(bodyElement, nspath_eval('wfs:GetFeature', namespaces), attrib = { "service":"WFS", @@ -1179,7 +1199,7 @@ # # - queryElement = etree.Element(nspath_eval('wfs:Query', namespaces), attrib = { "typeName":self.typeName }, nsmap=namespaces) + queryElement = etree.Element(nspath_eval('wfs:Query', namespaces), attrib = { "typeName":self.typeName }) for propertyName in self.propertyNames: propertyNameElement = etree.SubElement(queryElement, nspath_eval('wfs:PropertyName', namespaces)) propertyNameElement.text = propertyName @@ -1212,7 +1232,7 @@ xmlns:draw="gov.usgs.cida.gdp.draw" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" - xsi:schemaLocation="gov.usgs.cida.gdp.draw http://cida.usgs.gov/qa/climate/derivative/xsd/draw.xsd"> + xsi:schemaLocation="gov.usgs.cida.gdp.draw http://cida.usgs.gov/climate/derivative/xsd/draw.xsd"> ''' - dataElement = etree.Element(nspath_eval('wps:Data', namespaces), nsmap=namespaces) + dataElement = etree.Element(nspath_eval('wps:Data', namespaces)) complexDataElement = etree.SubElement(dataElement, nspath_eval('wps:ComplexData', namespaces), attrib={"mimeType":"text/xml", "encoding":"UTF-8", "schema":GML_SCHEMA_LOCATION} ) featureMembersElement = etree.SubElement(complexDataElement, nspath_eval('gml:featureMembers', namespaces), diff -Nru owslib-0.7.2/pytest.ini owslib-0.8.3/pytest.ini --- owslib-0.7.2/pytest.ini 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/pytest.ini 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,3 @@ +[pytest] +addopts = --ignore=setup.py --doctest-modules --doctest-glob='tests/**/*.txt' --cov-report term-missing --cov owslib +norecursedirs = owslib .git docs examples etc cov* *.egg* pytest* \ No newline at end of file diff -Nru owslib-0.7.2/requirements.txt owslib-0.8.3/requirements.txt --- owslib-0.7.2/requirements.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/requirements.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,5 @@ +python-dateutil>=1.5 +pytz +pytest +pytest-cov +PIL diff -Nru owslib-0.7.2/setup.py owslib-0.8.3/setup.py --- owslib-0.7.2/setup.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/setup.py 2014-01-10 13:53:40.000000000 +0000 @@ -3,39 +3,35 @@ from setuptools.command.test import test as TestCommand import sys - class PyTest(TestCommand): def finalize_options(self): TestCommand.finalize_options(self) self.test_args = [] self.test_suite = True def run_tests(self): - #import here, cause outside the eggs aren't loaded import pytest errno = pytest.main(self.test_args) sys.exit(errno) +readme = open('README.txt').read() +reqs = [line.strip() for line in open('requirements.txt')] - -readme = open('README.txt', 'r').read() - -setup(name = 'OWSLib', - version = owslib.__version__, - description = 'OGC Web Service utility library', - long_description = readme, - license = 'BSD', - keywords = 'gis ogc iso 19115 fgdc dif ows wfs wms sos csw wps wcs capabilities metadata wmts', - author = 'Sean Gillies', - author_email = 'sean.gillies@gmail.com', +setup(name = 'OWSLib', + version = owslib.__version__, + description = 'OGC Web Service utility library', + long_description = readme, + license = 'BSD', + keywords = 'gis ogc iso 19115 fgdc dif ows wfs wms sos csw wps wcs capabilities metadata wmts', + author = 'Sean Gillies', + author_email = 'sean.gillies@gmail.com', maintainer = 'Tom Kralidis', - maintainer_email = 'tomkralidis@hotmail.com', - url = 'https://geopython.github.io/OWSLib', - install_requires = ['python-dateutil==2.1', 'pytz==2012j'], - packages = find_packages(), - #test_suite = 'tests.test_suite', - #XXX rewwrite tests so they can be called simply with - # python setup.py test - classifiers = [ + maintainer_email = 'tomkralidis@gmail.com', + url = 'https://geopython.github.io/OWSLib', + install_requires = reqs, + tests_require = ['pytest', 'pytest-cov'], + cmdclass = {'test': PyTest}, + packages = find_packages(), + classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', diff -Nru owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml --- owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ - - - 9250AA67-F3AC-6C12-0CB9-0662231AA181 - ALLSPECIES - http://purl.org/dc/dcmitype/Dataset - Locations: Canada > Manitoba - Locations: Canada > Ontario - Locations: Canada Regional > Western Canada - Locations: Canada > Nunavut - Locations: Canada Regional > Territorial North - Locations: Canada > Quebec - Locations: Canada > Nova Scotia - Locations: Canada > Newfoundland and Labrador - Locations: Canada > Northwest Territories - Locations: Canada > British Columbia - Locations: Canada > Yukon - Locations: Canada Regional > Central Canada - Locations: Canada > Prince Edward Island - Locations: Canada > Alberta - Locations: Canada > New Brunswick - Locations: International > North America - Locations: Canada > Saskatchewan - Locations: Canada Regional > Atlantic Canada - Topic Category: Biology and Ecology - Topic Category: Oceans and Coasts - Topic Category: Atmosphere and Climate - Topic Category: Agriculture and Farming - Topic Category: Environment and Conservation - Topic Category: Inland Water Resources - text/xml - 2009-09-03 - 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca - EMAN Office - EMAN Coordinating Office, Environment Canada - 2009-09-03 - http://geodiscover.cgdi.ca/wes/serviceManagerCSW/csw?service=CSW&request=GetRepositoryItem&id=030D6774-856E-17C0-E64E-4141FC8BD367 - eng; CAN - - -90 -180 - 90 180 - - diff -Nru owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml --- owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,121 +0,0 @@ - - - - ALLSPECIES - - EMAN Coordinating Office, Environment Canada - ALLSPECIES - 2009-09-03 - Map service - - - primary - EMAN - Office - Marlene.Doyle@ec.gc.ca - +01-905-336-4453 - +01-905-336-4499 - -
867 Lakeshore Road
- Burlington - Ontario - L7R-4A6 - CAN -
-
- - - - - - farming - climatologyMeteorologyAtmosphere - biota - environment - inlandWaters - oceans - citizen - science - community - monitoring - species - birds - amphibians - plants - fish - mammals - reptiles - insects - aquatic - invertebrates - hunting - water - water quality - marine - freshwater - groundwater - waterprotection - ice - sustainability - air - weather - climate change - land - grasslands - urban - forestlant - arctic - mining - agriculture - Canada > Alberta - Canada > British Columbia - Canada > Manitoba - Canada > New Brunswick - Canada > Newfoundland and Labrador - Canada > Northwest Territories - Canada > Nova Scotia - Canada > Nunavut - Canada > Ontario - Canada > Prince Edward Island - Canada > Quebec - Canada > Saskatchewan - Canada > Yukon - Canada Regional > Atlantic Canada - Canada Regional > Central Canada - Canada Regional > Territorial North - Canada Regional > Western Canada - International > North America - completed - eng; CAN - EMAN Coordinating Office, Environment Canada - - - - - - - - - - - none - - 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca - - - accessLink - - http://www.citizenscience.ca/ - - - - none - - DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C - - CEOS IDN DIF - 9.7 - 2009-09-03 - 2010-09-03 -
- diff -Nru owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml --- owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,179 +0,0 @@ - - - - - - EMAN Coordinating Office, Environment Canada - 20090903 - ALLSPECIES - Map service - http://www.citizenscience.ca/ - DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C - - - - 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca - Not Specified - - - Complete - Not Specified - - - - -180 - 180 - 90 - -90 - - - - - NRCan - Agriculture and Farming - Atmosphere and Climate - Biology and Ecology - Environment and Conservation - Inland Water Resources - Oceans and Coasts - - - Other - citizen - science - community - monitoring - species - birds - amphibians - plants - fish - mammals - reptiles - insects - aquatic - invertebrates - hunting - water - water quality - marine - freshwater - groundwater - waterprotection - ice - sustainability - air - weather - climate change - land - grasslands - urban - forestlant - arctic - mining - agriculture - - - NRCan - Canada > Alberta - Canada > British Columbia - Canada > Manitoba - Canada > New Brunswick - Canada > Newfoundland and Labrador - Canada > Northwest Territories - Canada > Nova Scotia - Canada > Nunavut - Canada > Ontario - Canada > Prince Edward Island - Canada > Quebec - Canada > Saskatchewan - Canada > Yukon - Canada Regional > Atlantic Canada - Canada Regional > Central Canada - Canada Regional > Territorial North - Canada Regional > Western Canada - International > North America - - - Not Specified - Not Specified - - - - EMAN Office - Environment Canada - - Database Administrator - - Not Specified -
867 Lakeshore Road
- Burlington - Ontario - L7R-4A6 - CAN -
- +01-905-336-4453 - +01-905-336-4499 - Marlene.Doyle@ec.gc.ca -
-
-
- - Vector - - - - - - Not Specified - - - Not Specified - Not Specified - Not Specified - Not Specified - - Not Specified - - - Not Specified - - - - ASCII - - - - - - Not Specified - - - - - - Not Specified - - - - 20090903 - 20100903 - - - - Not Specified - - - Not Specified - Not Specified - Not Specified - Not Specified - - Not Specified - - - FGDC Content Standard for Digital Geospatial Metadata - FGDC-STD-001-1998 - -
- diff -Nru owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml --- owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,436 +0,0 @@ - - - - 3f342f64-9348-11df-ba6a-0014c2c00eab - - - eng; CAN - - - - - EMAN Office - - - Environment Canada - - - Database Administrator - - - - - - - +01-905-336-4453 - - - +01-905-336-4499 - - - - - - - 867 Lakeshore Road - - - Burlington - - - Ontario - - - L7R-4A6 - - - CAN - - - Marlene.Doyle@ec.gc.ca - - - - - - - primary - - - - - 2009-09-03 - - - ISO 19119 Metadata Standard for Geographic Information - - - ISO 19115:2003 - - - - - - - ALLSPECIES - - - - - 2009-09-03T11:11:11Z - - - - - - - - - - - - - - http://www.citizenscience.ca/ - - - Online Resource - - - accessLink - - - - - - - - - - - - - - - - DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C - - - Associated Service Metadata - - - none - - - - - - - - - - Map service - - - - - 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca - - - - - - - - - 2010-09-03 - - - - - - - Agriculture and Farming - - - Atmosphere and Climate - - - Biology and Ecology - - - Environment and Conservation - - - Inland Water Resources - - - Oceans and Coasts - - - theme - - - - - NRCan - - - - - - - - - - citizen - - - science - - - community - - - monitoring - - - species - - - birds - - - amphibians - - - plants - - - fish - - - mammals - - - reptiles - - - insects - - - aquatic - - - invertebrates - - - hunting - - - water - - - water quality - - - marine - - - freshwater - - - groundwater - - - waterprotection - - - ice - - - sustainability - - - air - - - weather - - - climate change - - - land - - - grasslands - - - urban - - - forestlant - - - arctic - - - mining - - - agriculture - - - theme - - - - - Other - - - - - - - - - - Canada > Alberta - - - Canada > British Columbia - - - Canada > Manitoba - - - Canada > New Brunswick - - - Canada > Newfoundland and Labrador - - - Canada > Northwest Territories - - - Canada > Nova Scotia - - - Canada > Nunavut - - - Canada > Ontario - - - Canada > Prince Edward Island - - - Canada > Quebec - - - Canada > Saskatchewan - - - Canada > Yukon - - - Canada Regional > Atlantic Canada - - - Canada Regional > Central Canada - - - Canada Regional > Territorial North - - - Canada Regional > Western Canada - - - International > North America - - - place - - - - - NRCan - - - - - - - - eng; CAN - - - farming - - - climatologyMeteorologyAtmosphere - - - biota - - - environment - - - inlandWaters - - - oceans - - - - - - - - - - - ALLSPECIES - - - - - - - - - - - - - - - - - - - - - ASCII - - - - - - - - - - - - service - - - - - - - diff -Nru owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml --- owslib-0.7.2/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,91 +0,0 @@ - - - - 00000 mi a2 00000zu 4500 - - L7R-4A6 - CAN - +01-905-336-4453 - +01-905-336-4499 - Marlene.Doyle@ec.gc.ca - - - 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca - - - 2009-09-03 - MARC 21 Format for Bibliographic Data - - - citizen - science - community - monitoring - species - birds - amphibians - plants - fish - mammals - reptiles - insects - aquatic - invertebrates - hunting - water - water quality - marine - freshwater - groundwater - waterprotection - ice - sustainability - air - weather - climate change - land - grasslands - urban - forestlant - arctic - mining - agriculture - Agriculture and Farming - Atmosphere and Climate - Biology and Ecology - Environment and Conservation - Inland Water Resources - Oceans and Coasts - - - Canada > Alberta - Canada > British Columbia - Canada > Manitoba - Canada > New Brunswick - Canada > Newfoundland and Labrador - Canada > Northwest Territories - Canada > Nova Scotia - Canada > Nunavut - Canada > Ontario - Canada > Prince Edward Island - Canada > Quebec - Canada > Saskatchewan - Canada > Yukon - Canada Regional > Atlantic Canada - Canada Regional > Central Canada - Canada Regional > Territorial North - Canada Regional > Western Canada - International > North America - - - ALLSPECIES - - - http://www.citizenscience.ca/ - - - DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C - - - - diff -Nru owslib-0.7.2/tests/coverage.py owslib-0.8.3/tests/coverage.py --- owslib-0.7.2/tests/coverage.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/coverage.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,823 +0,0 @@ -#!/usr/bin/python -# -# Perforce Defect Tracking Integration Project -# -# -# COVERAGE.PY -- COVERAGE TESTING -# -# Gareth Rees, Ravenbrook Limited, 2001-12-04 -# Ned Batchelder, 2004-12-12 -# http://nedbatchelder.com/code/modules/coverage.html -# -# -# 1. INTRODUCTION -# -# This module provides coverage testing for Python code. -# -# The intended readership is all Python developers. -# -# This document is not confidential. -# -# See [GDR 2001-12-04a] for the command-line interface, programmatic -# interface and limitations. See [GDR 2001-12-04b] for requirements and -# design. - -"""Usage: - -coverage.py -x MODULE.py [ARG1 ARG2 ...] - Execute module, passing the given command-line arguments, collecting - coverage data. - -coverage.py -e - Erase collected coverage data. - -coverage.py -r [-m] FILE1 FILE2 ... - Report on the statement coverage for the given files. With the -m - option, show line numbers of the statements that weren't executed. - -coverage.py -a [-d dir] FILE1 FILE2 ... - Make annotated copies of the given files, marking statements that - are executed with > and statements that are missed with !. With - the -d option, make the copies in that directory. Without the -d - option, make each copy in the same directory as the original. - -Coverage data is saved in the file .coverage by default. Set the -COVERAGE_FILE environment variable to save it somewhere else.""" - -__version__ = "2.2.20041231" # see detailed history at the end of this file. - -import compiler -import compiler.visitor -import os -import re -import string -import sys -import types - - -# 2. IMPLEMENTATION -# -# This uses the "singleton" pattern. -# -# The word "morf" means a module object (from which the source file can -# be deduced by suitable manipulation of the __file__ attribute) or a -# filename. -# -# When we generate a coverage report we have to canonicalize every -# filename in the coverage dictionary just in case it refers to the -# module we are reporting on. It seems a shame to throw away this -# information so the data in the coverage dictionary is transferred to -# the 'cexecuted' dictionary under the canonical filenames. -# -# The coverage dictionary is called "c" and the trace function "t". The -# reason for these short names is that Python looks up variables by name -# at runtime and so execution time depends on the length of variables! -# In the bottleneck of this application it's appropriate to abbreviate -# names to increase speed. - -# A dictionary with an entry for (Python source file name, line number -# in that file) if that line has been executed. -c = {} - -# t(f, x, y). This method is passed to sys.settrace as a trace -# function. See [van Rossum 2001-07-20b, 9.2] for an explanation of -# sys.settrace and the arguments and return value of the trace function. -# See [van Rossum 2001-07-20a, 3.2] for a description of frame and code -# objects. - -def t(f, w, a): - #print w, f.f_code.co_filename, f.f_lineno - if w == 'line': - c[(f.f_code.co_filename, f.f_lineno)] = 1 - return t - -class StatementFindingAstVisitor(compiler.visitor.ASTVisitor): - def __init__(self, statements, excluded, suite_spots): - compiler.visitor.ASTVisitor.__init__(self) - self.statements = statements - self.excluded = excluded - self.suite_spots = suite_spots - self.excluding_suite = 0 - - def doRecursive(self, node): - self.recordNodeLine(node) - for n in node.getChildNodes(): - self.dispatch(n) - - visitStmt = visitModule = doRecursive - - def doCode(self, node): - if hasattr(node, 'decorators') and node.decorators: - self.dispatch(node.decorators) - self.doSuite(node, node.code) - - visitFunction = visitClass = doCode - - def getFirstLine(self, node): - # Find the first line in the tree node. - lineno = node.lineno - for n in node.getChildNodes(): - f = self.getFirstLine(n) - if lineno and f: - lineno = min(lineno, f) - else: - lineno = lineno or f - return lineno - - def getLastLine(self, node): - # Find the first line in the tree node. - lineno = node.lineno - for n in node.getChildNodes(): - lineno = max(lineno, self.getLastLine(n)) - return lineno - - def doStatement(self, node): - self.recordLine(self.getFirstLine(node)) - - visitAssert = visitAssign = visitAssTuple = visitDiscard = visitPrint = \ - visitPrintnl = visitRaise = visitSubscript = \ - visitDecorators = \ - doStatement - - def recordNodeLine(self, node): - return self.recordLine(node.lineno) - - def recordLine(self, lineno): - # Returns a bool, whether the line is included or excluded. - if lineno: - # Multi-line tests introducing suites have to get charged to their - # keyword. - if lineno in self.suite_spots: - lineno = self.suite_spots[lineno][0] - # If we're inside an exluded suite, record that this line was - # excluded. - if self.excluding_suite: - self.excluded[lineno] = 1 - return 0 - # If this line is excluded, or suite_spots maps this line to - # another line that is exlcuded, then we're excluded. - elif self.excluded.has_key(lineno) or \ - self.suite_spots.has_key(lineno) and \ - self.excluded.has_key(self.suite_spots[lineno][1]): - return 0 - # Otherwise, this is an executable line. - else: - self.statements[lineno] = 1 - return 1 - return 0 - - default = recordNodeLine - - def recordAndDispatch(self, node): - self.recordNodeLine(node) - self.dispatch(node) - - def doSuite(self, intro, body, exclude=0): - exsuite = self.excluding_suite - if exclude or (intro and not self.recordNodeLine(intro)): - self.excluding_suite = 1 - self.recordAndDispatch(body) - self.excluding_suite = exsuite - - def doPlainWordSuite(self, prevsuite, suite): - # Finding the exclude lines for else's is tricky, because they aren't - # present in the compiler parse tree. Look at the previous suite, - # and find its last line. If any line between there and the else's - # first line are excluded, then we exclude the else. - lastprev = self.getLastLine(prevsuite) - firstelse = self.getFirstLine(suite) - for l in range(lastprev+1, firstelse): - if self.suite_spots.has_key(l): - self.doSuite(None, suite, exclude=self.excluded.has_key(l)) - break - else: - self.doSuite(None, suite) - - def doElse(self, prevsuite, node): - if node.else_: - self.doPlainWordSuite(prevsuite, node.else_) - - def visitFor(self, node): - self.doSuite(node, node.body) - self.doElse(node.body, node) - - def visitIf(self, node): - # The first test has to be handled separately from the rest. - # The first test is credited to the line with the "if", but the others - # are credited to the line with the test for the elif. - self.doSuite(node, node.tests[0][1]) - for t, n in node.tests[1:]: - self.doSuite(t, n) - self.doElse(node.tests[-1][1], node) - - def visitWhile(self, node): - self.doSuite(node, node.body) - self.doElse(node.body, node) - - def visitTryExcept(self, node): - self.doSuite(node, node.body) - for i in range(len(node.handlers)): - a, b, h = node.handlers[i] - if not a: - # It's a plain "except:". Find the previous suite. - if i > 0: - prev = node.handlers[i-1][2] - else: - prev = node.body - self.doPlainWordSuite(prev, h) - else: - self.doSuite(a, h) - self.doElse(node.handlers[-1][2], node) - - def visitTryFinally(self, node): - self.doSuite(node, node.body) - self.doPlainWordSuite(node.body, node.final) - - def visitGlobal(self, node): - # "global" statements don't execute like others (they don't call the - # trace function), so don't record their line numbers. - pass - -the_coverage = None - -class coverage: - error = "coverage error" - - # Name of the cache file (unless environment variable is set). - cache_default = ".coverage" - - # Environment variable naming the cache file. - cache_env = "COVERAGE_FILE" - - # A map from canonical Python source file name to a dictionary in - # which there's an entry for each line number that has been - # executed. - cexecuted = {} - - # Cache of results of calling the analysis2() method, so that you can - # specify both -r and -a without doing double work. - analysis_cache = {} - - # Cache of results of calling the canonical_filename() method, to - # avoid duplicating work. - canonical_filename_cache = {} - - def __init__(self): - global the_coverage - if the_coverage: - raise self.error, "Only one coverage object allowed." - self.usecache = 1 - self.cache = None - self.exclude_re = '' - - def help(self, error=None): - if error: - print error - print - print __doc__ - sys.exit(1) - - def command_line(self): - import getopt - settings = {} - optmap = { - '-a': 'annotate', - '-d:': 'directory=', - '-e': 'erase', - '-h': 'help', - '-i': 'ignore-errors', - '-m': 'show-missing', - '-r': 'report', - '-x': 'execute', - } - short_opts = string.join(map(lambda o: o[1:], optmap.keys()), '') - long_opts = optmap.values() - options, args = getopt.getopt(sys.argv[1:], short_opts, - long_opts) - for o, a in options: - if optmap.has_key(o): - settings[optmap[o]] = 1 - elif optmap.has_key(o + ':'): - settings[optmap[o + ':']] = a - elif o[2:] in long_opts: - settings[o[2:]] = 1 - elif o[2:] + '=' in long_opts: - settings[o[2:]] = a - else: - self.help("Unknown option: '%s'." % o) - if settings.get('help'): - self.help() - for i in ['erase', 'execute']: - for j in ['annotate', 'report']: - if settings.get(i) and settings.get(j): - self.help("You can't specify the '%s' and '%s' " - "options at the same time." % (i, j)) - args_needed = (settings.get('execute') - or settings.get('annotate') - or settings.get('report')) - action = settings.get('erase') or args_needed - if not action: - self.help("You must specify at least one of -e, -x, -r, or -a.") - if not args_needed and args: - self.help("Unexpected arguments %s." % args) - - self.get_ready() - self.exclude('#pragma[: ]+[nN][oO] [cC][oO][vV][eE][rR]') - - if settings.get('erase'): - self.erase() - if settings.get('execute'): - if not args: - self.help("Nothing to do.") - sys.argv = args - self.start() - import __main__ - sys.path[0] = os.path.dirname(sys.argv[0]) - execfile(sys.argv[0], __main__.__dict__) - if not args: - args = self.cexecuted.keys() - ignore_errors = settings.get('ignore-errors') - show_missing = settings.get('show-missing') - directory = settings.get('directory=') - if settings.get('report'): - self.report(args, show_missing, ignore_errors) - if settings.get('annotate'): - self.annotate(args, directory, ignore_errors) - - def use_cache(self, usecache): - self.usecache = usecache - - def get_ready(self): - if self.usecache and not self.cache: - self.cache = os.environ.get(self.cache_env, self.cache_default) - self.restore() - self.analysis_cache = {} - - def start(self): - self.get_ready() - sys.settrace(t) - - def stop(self): - sys.settrace(None) - - def erase(self): - global c - c = {} - self.analysis_cache = {} - self.cexecuted = {} - if self.cache and os.path.exists(self.cache): - os.remove(self.cache) - self.exclude_re = '' - - def exclude(self, re): - if self.exclude_re: - self.exclude_re += "|" - self.exclude_re += "(" + re + ")" - - # save(). Save coverage data to the coverage cache. - - def save(self): - if self.usecache and self.cache: - self.canonicalize_filenames() - cache = open(self.cache, 'wb') - import marshal - marshal.dump(self.cexecuted, cache) - cache.close() - - # restore(). Restore coverage data from the coverage cache (if it - # exists). - - def restore(self): - global c - c = {} - self.cexecuted = {} - assert self.usecache - if not os.path.exists(self.cache): - return - try: - cache = open(self.cache, 'rb') - import marshal - cexecuted = marshal.load(cache) - cache.close() - if isinstance(cexecuted, types.DictType): - self.cexecuted = cexecuted - except: - pass - - # canonical_filename(filename). Return a canonical filename for the - # file (that is, an absolute path with no redundant components and - # normalized case). See [GDR 2001-12-04b, 3.3]. - - def canonical_filename(self, filename): - if not self.canonical_filename_cache.has_key(filename): - f = filename - if os.path.isabs(f) and not os.path.exists(f): - f = os.path.basename(f) - if not os.path.isabs(f): - for path in [os.curdir] + sys.path: - g = os.path.join(path, f) - if os.path.exists(g): - f = g - break - cf = os.path.normcase(os.path.abspath(f)) - self.canonical_filename_cache[filename] = cf - return self.canonical_filename_cache[filename] - - # canonicalize_filenames(). Copy results from "executed" to - # "cexecuted", canonicalizing filenames on the way. Clear the - # "executed" map. - - def canonicalize_filenames(self): - global c - for filename, lineno in c.keys(): - f = self.canonical_filename(filename) - if not self.cexecuted.has_key(f): - self.cexecuted[f] = {} - self.cexecuted[f][lineno] = 1 - c = {} - - # morf_filename(morf). Return the filename for a module or file. - - def morf_filename(self, morf): - if isinstance(morf, types.ModuleType): - if not hasattr(morf, '__file__'): - raise self.error, "Module has no __file__ attribute." - file = morf.__file__ - else: - file = morf - return self.canonical_filename(file) - - # analyze_morf(morf). Analyze the module or filename passed as - # the argument. If the source code can't be found, raise an error. - # Otherwise, return a tuple of (1) the canonical filename of the - # source code for the module, (2) a list of lines of statements - # in the source code, and (3) a list of lines of excluded statements. - - def analyze_morf(self, morf): - if self.analysis_cache.has_key(morf): - return self.analysis_cache[morf] - filename = self.morf_filename(morf) - ext = os.path.splitext(filename)[1] - if ext == '.pyc': - if not os.path.exists(filename[0:-1]): - raise self.error, ("No source for compiled code '%s'." - % filename) - filename = filename[0:-1] - elif ext != '.py': - raise self.error, "File '%s' not Python source." % filename - source = open(filename, 'r') - lines, excluded_lines = self.find_executable_statements( - source.read(), exclude=self.exclude_re - ) - source.close() - result = filename, lines, excluded_lines - self.analysis_cache[morf] = result - return result - - def get_suite_spots(self, tree, spots): - import symbol, token - for i in range(1, len(tree)): - if type(tree[i]) == type(()): - if tree[i][0] == symbol.suite: - # Found a suite, look back for the colon and keyword. - lineno_colon = lineno_word = None - for j in range(i-1, 0, -1): - if tree[j][0] == token.COLON: - lineno_colon = tree[j][2] - elif tree[j][0] == token.NAME: - if tree[j][1] == 'elif': - # Find the line number of the first non-terminal - # after the keyword. - t = tree[j+1] - while t and token.ISNONTERMINAL(t[0]): - t = t[1] - if t: - lineno_word = t[2] - else: - lineno_word = tree[j][2] - break - elif tree[j][0] == symbol.except_clause: - # "except" clauses look like: - # ('except_clause', ('NAME', 'except', lineno), ...) - if tree[j][1][0] == token.NAME: - lineno_word = tree[j][1][2] - break - if lineno_colon and lineno_word: - # Found colon and keyword, mark all the lines - # between the two with the two line numbers. - for l in range(lineno_word, lineno_colon+1): - spots[l] = (lineno_word, lineno_colon) - self.get_suite_spots(tree[i], spots) - - def find_executable_statements(self, text, exclude=None): - # Find lines which match an exclusion pattern. - excluded = {} - suite_spots = {} - if exclude: - reExclude = re.compile(exclude) - lines = text.split('\n') - for i in range(len(lines)): - if reExclude.search(lines[i]): - excluded[i+1] = 1 - - import parser - tree = parser.suite(text+'\n\n').totuple(1) - self.get_suite_spots(tree, suite_spots) - - # Use the compiler module to parse the text and find the executable - # statements. We add newlines to be impervious to final partial lines. - statements = {} - ast = compiler.parse(text+'\n\n') - visitor = StatementFindingAstVisitor(statements, excluded, suite_spots) - compiler.walk(ast, visitor, walker=visitor) - - lines = statements.keys() - lines.sort() - excluded_lines = excluded.keys() - excluded_lines.sort() - return lines, excluded_lines - - # format_lines(statements, lines). Format a list of line numbers - # for printing by coalescing groups of lines as long as the lines - # represent consecutive statements. This will coalesce even if - # there are gaps between statements, so if statements = - # [1,2,3,4,5,10,11,12,13,14] and lines = [1,2,5,10,11,13,14] then - # format_lines will return "1-2, 5-11, 13-14". - - def format_lines(self, statements, lines): - pairs = [] - i = 0 - j = 0 - start = None - pairs = [] - while i < len(statements) and j < len(lines): - if statements[i] == lines[j]: - if start == None: - start = lines[j] - end = lines[j] - j = j + 1 - elif start: - pairs.append((start, end)) - start = None - i = i + 1 - if start: - pairs.append((start, end)) - def stringify(pair): - start, end = pair - if start == end: - return "%d" % start - else: - return "%d-%d" % (start, end) - import string - return string.join(map(stringify, pairs), ", ") - - # Backward compatibility with version 1. - def analysis(self, morf): - f, s, _, m, mf = self.analysis2(morf) - return f, s, m, mf - - def analysis2(self, morf): - filename, statements, excluded = self.analyze_morf(morf) - self.canonicalize_filenames() - if not self.cexecuted.has_key(filename): - self.cexecuted[filename] = {} - missing = [] - for line in statements: - if not self.cexecuted[filename].has_key(line): - missing.append(line) - return (filename, statements, excluded, missing, - self.format_lines(statements, missing)) - - def morf_name(self, morf): - if isinstance(morf, types.ModuleType): - return morf.__name__ - else: - return os.path.splitext(os.path.basename(morf))[0] - - def report(self, morfs, show_missing=1, ignore_errors=0): - if not isinstance(morfs, types.ListType): - morfs = [morfs] - max_name = max([5,] + map(len, map(self.morf_name, morfs))) - fmt_name = "%%- %ds " % max_name - fmt_err = fmt_name + "%s: %s" - header = fmt_name % "Name" + " Stmts Exec Cover" - fmt_coverage = fmt_name + "% 6d % 6d % 5d%%" - if show_missing: - header = header + " Missing" - fmt_coverage = fmt_coverage + " %s" - print header - print "-" * len(header) - total_statements = 0 - total_executed = 0 - for morf in morfs: - name = self.morf_name(morf) - try: - _, statements, _, missing, readable = self.analysis2(morf) - n = len(statements) - m = n - len(missing) - if n > 0: - pc = 100.0 * m / n - else: - pc = 100.0 - args = (name, n, m, pc) - if show_missing: - args = args + (readable,) - print fmt_coverage % args - total_statements = total_statements + n - total_executed = total_executed + m - except KeyboardInterrupt: - raise - except: - if not ignore_errors: - type, msg = sys.exc_info()[0:2] - print fmt_err % (name, type, msg) - if len(morfs) > 1: - print "-" * len(header) - if total_statements > 0: - pc = 100.0 * total_executed / total_statements - else: - pc = 100.0 - args = ("TOTAL", total_statements, total_executed, pc) - if show_missing: - args = args + ("",) - print fmt_coverage % args - - # annotate(morfs, ignore_errors). - - blank_re = re.compile("\\s*(#|$)") - else_re = re.compile("\\s*else\\s*:\\s*(#|$)") - - def annotate(self, morfs, directory=None, ignore_errors=0): - for morf in morfs: - try: - filename, statements, excluded, missing, _ = self.analysis2(morf) - self.annotate_file(filename, statements, excluded, missing, directory) - except KeyboardInterrupt: - raise - except: - if not ignore_errors: - raise - - def annotate_file(self, filename, statements, excluded, missing, directory=None): - source = open(filename, 'r') - if directory: - dest_file = os.path.join(directory, - os.path.basename(filename) - + ',cover') - else: - dest_file = filename + ',cover' - dest = open(dest_file, 'w') - lineno = 0 - i = 0 - j = 0 - covered = 1 - while 1: - line = source.readline() - if line == '': - break - lineno = lineno + 1 - while i < len(statements) and statements[i] < lineno: - i = i + 1 - while j < len(missing) and missing[j] < lineno: - j = j + 1 - if i < len(statements) and statements[i] == lineno: - covered = j >= len(missing) or missing[j] > lineno - if self.blank_re.match(line): - dest.write(' ') - elif self.else_re.match(line): - # Special logic for lines containing only - # 'else:'. See [GDR 2001-12-04b, 3.2]. - if i >= len(statements) and j >= len(missing): - dest.write('! ') - elif i >= len(statements) or j >= len(missing): - dest.write('> ') - elif statements[i] == missing[j]: - dest.write('! ') - else: - dest.write('> ') - elif lineno in excluded: - dest.write('- ') - elif covered: - dest.write('> ') - else: - dest.write('! ') - dest.write(line) - source.close() - dest.close() - -# Singleton object. -the_coverage = coverage() - -# Module functions call methods in the singleton object. -def use_cache(*args, **kw): return the_coverage.use_cache(*args, **kw) -def start(*args, **kw): return the_coverage.start(*args, **kw) -def stop(*args, **kw): return the_coverage.stop(*args, **kw) -def erase(*args, **kw): return the_coverage.erase(*args, **kw) -def exclude(*args, **kw): return the_coverage.exclude(*args, **kw) -def analysis(*args, **kw): return the_coverage.analysis(*args, **kw) -def analysis2(*args, **kw): return the_coverage.analysis2(*args, **kw) -def report(*args, **kw): return the_coverage.report(*args, **kw) -def annotate(*args, **kw): return the_coverage.annotate(*args, **kw) -def annotate_file(*args, **kw): return the_coverage.annotate_file(*args, **kw) - -# Save coverage data when Python exits. (The atexit module wasn't -# introduced until Python 2.0, so use sys.exitfunc when it's not -# available.) -try: - import atexit - atexit.register(the_coverage.save) -except ImportError: - sys.exitfunc = the_coverage.save - -# Command-line interface. -if __name__ == '__main__': - the_coverage.command_line() - - -# A. REFERENCES -# -# [GDR 2001-12-04a] "Statement coverage for Python"; Gareth Rees; -# Ravenbrook Limited; 2001-12-04; -# . -# -# [GDR 2001-12-04b] "Statement coverage for Python: design and -# analysis"; Gareth Rees; Ravenbrook Limited; 2001-12-04; -# . -# -# [van Rossum 2001-07-20a] "Python Reference Manual (releae 2.1.1)"; -# Guide van Rossum; 2001-07-20; -# . -# -# [van Rossum 2001-07-20b] "Python Library Reference"; Guido van Rossum; -# 2001-07-20; . -# -# -# B. DOCUMENT HISTORY -# -# 2001-12-04 GDR Created. -# -# 2001-12-06 GDR Added command-line interface and source code -# annotation. -# -# 2001-12-09 GDR Moved design and interface to separate documents. -# -# 2001-12-10 GDR Open cache file as binary on Windows. Allow -# simultaneous -e and -x, or -a and -r. -# -# 2001-12-12 GDR Added command-line help. Cache analysis so that it -# only needs to be done once when you specify -a and -r. -# -# 2001-12-13 GDR Improved speed while recording. Portable between -# Python 1.5.2 and 2.1.1. -# -# 2002-01-03 GDR Module-level functions work correctly. -# -# 2002-01-07 GDR Update sys.path when running a file with the -x option, -# so that it matches the value the program would get if it were run on -# its own. -# -# 2004-12-12 NMB Significant code changes. -# - Finding executable statements has been rewritten so that docstrings and -# other quirks of Python execution aren't mistakenly identified as missing -# lines. -# - Lines can be excluded from consideration, even entire suites of lines. -# - The filesystem cache of covered lines can be disabled programmatically. -# - Modernized the code. -# -# 2004-12-14 NMB Minor tweaks. Return 'analysis' to its original behavior -# and add 'analysis2'. Add a global for 'annotate', and factor it, adding -# 'annotate_file'. -# -# 2004-12-31 NMB Allow for keyword arguments in the module global functions. -# -# C. COPYRIGHT AND LICENCE -# -# Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004 Ned Batchelder. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are -# met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the -# distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS -# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE -# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH -# DAMAGE. -# -# $Id: coverage.py 5 2004-12-14 12:08:23Z ned $ diff -Nru owslib-0.7.2/tests/crs.txt owslib-0.8.3/tests/crs.txt --- owslib-0.7.2/tests/crs.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/crs.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ - >>> from owslib import crs - >>> c=crs.Crs('EPSG:4326') - >>> c.code - 4326 - >>> c=crs.Crs('urn:ogc:def:crs:EPSG::4326') - >>> c.authority - 'EPSG' - >>> c.axisorder - 'yx' - >>> c=crs.Crs('http://www.opengis.net/gml/epsg.xml#4326') - >>> c.code - 4326 - >>> c.axisorder - 'xy' - >>> c=crs.Crs('urn:x-ogc:def:crs:EPSG:6.11:2192') - >>> c.axisorder - 'xy' - >>> c.code - 2192 - >>> c.version - '6.11' - >>> c=crs.Crs('http://www.opengis.net/def/crs/EPSG/0/4326') - >>> c.authority - 'EPSG' - >>> c.code - 4326 - >>> c.axisorder - 'yx' diff -Nru owslib-0.7.2/tests/csw_gdp.txt owslib-0.8.3/tests/csw_gdp.txt --- owslib-0.7.2/tests/csw_gdp.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/csw_gdp.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ - >>> from owslib.csw import CatalogueServiceWeb as cs - >>> c=cs('http://geodiscover.cgdi.ca/wes/serviceManagerCSW/csw',timeout=30) - >>> c.identification.title - 'Compusult CSW' - >>> c.identification.version - '2.0.2' - >>> c.provider.name - 'Compusult Ltd.' - >>> c.getdomain('GetRecords.outputSchema') - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: 'Internal Error' - >>> c.response - 'Internal Error\r\n' - >>> c.getrecords(keywords=['birds']) - >>> c.results['matches'] - 99 - >>> c.results['returned'] - 10 - >>> c.records['9250AA67-F3AC-6C12-0CB9-0662231AA181'].title - 'ALLSPECIES' - >>> c.records['9250AA67-F3AC-6C12-0CB9-0662231AA181'].abstract - '272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca' - >>> c.getrecordbyid(['9250AA67-F3AC-6C12-0CB9-0662231AA181']) - >>> c.getrecords(keywords=['hydrology'],outputschema='http://www.isotc211.org/2005/gmd') - >>> c.exceptionreport - >>> c.getrecords(keywords=['hydrology'],outputschema='http://www.isotc211.org/2005/gmd',maxrecords=2) - >>> c.results['returned'] - 2 - >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].identification.title - 'World Glaciology Data, Geological Survey of Canada' - >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].identifier - 'World Glaciology Data, Geological Survey of Canada.xml' - >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].stdname - 'ISO 19119 Metadata Standard for Geographic Information' - >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].stdver - 'ISO 19115:2003' - >>> c.harvest('somefile','someuri') - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: 'Access to Harvest denied' - >>> c.response - 'Access to Harvest denied\r\n' - >>> c.getrecords(keywords=['glacial'],outputschema='http://www.fgdc.gov') - >>> c.results['matches']>370 - True - >>> c.getrecords(keywords=['glacial'],outputschema='http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/', maxrecords=2) - >>> len(c.records) - 2 diff -Nru owslib-0.7.2/tests/csw_geodata_gov.txt owslib-0.8.3/tests/csw_geodata_gov.txt --- owslib-0.7.2/tests/csw_geodata_gov.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/csw_geodata_gov.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ - >>> from owslib.csw import CatalogueServiceWeb as cs - >>> c=cs('http://geo.data.gov/geoportal/csw/discovery') - >>> c.identification.title - 'Geo.data.gov CS-W' - >>> c.getrecords(keywords=['birds']) - >>> c.results['nextrecord'] - 11 - >>> c.getrecords(keywords=['water'], maxrecords=25) - >>> c.results['nextrecord'] - 26 - >>> c.getdomain('GetRecords.outputSchema') - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: '\nOperation not supported: locator=root-node\n' - >>> c.getrecords('downloadableData') - >>> c.results['returned'] - 10 - >>> c.getrecords(cql='title = \'water\'') - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: '\nInvalid parameter value: locator=csw:CqlText\n' diff -Nru owslib-0.7.2/tests/csw_inspire.txt owslib-0.8.3/tests/csw_inspire.txt --- owslib-0.7.2/tests/csw_inspire.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/csw_inspire.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ - >>> from owslib.csw import CatalogueServiceWeb as cs - >>> c=cs('http://www.inspire-geoportal.eu/discovery/csw') - >>> c.version - '2.0.2' - >>> c.identification.title - 'INSPIRE Geoportal Discovery Service' - >>> c.getdomain('GetRecords.typeNames') - >>> c.results - {'values': ['csw:Record', 'gmd:MD_Metadata'], 'parameter': 'GetRecords.typeNames', 'type': 'csw:Record'} - >>> c.getrecords() - >>> c.results - {'matches': 694, 'nextrecord': 11, 'returned': 10} - >>> c.results['matches'] < 10 - False - >>> c.getdomain('GetRecords.typeNamesFOO') - >>> c.results - {'values': [], 'parameter': 'GetRecords.typeNamesFOO', 'type': 'csw:Record'} - >>> c.exceptionreport - >>> c.filters.spatial_operators - ['BBOX', 'Equals', 'Overlaps', 'Disjoint', 'Intersects', 'Touches', 'Crosses', 'Within', 'Contains'] - >>> c.filters.temporal_operators - [] - >>> c.filters.scalar_comparison_operators - ['EqualTo', 'Like', 'LessThan', 'GreaterThan', 'LessThanEqualTo', 'GreaterThanEqualTo', 'NotEqualTo', 'Between', 'NullCheck'] diff -Nru owslib-0.7.2/tests/csw_nlr.txt owslib-0.8.3/tests/csw_nlr.txt --- owslib-0.7.2/tests/csw_nlr.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/csw_nlr.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ - >>> from owslib.csw import CatalogueServiceWeb - >>> c = CatalogueServiceWeb('http://geomatics.nlr.nl/excat/csw') - >>> print c.request - - 2.0.2application/xml - >>> c.identification.title - 'NLR CSW' - >>> c.identification.abstract - '\n\t\t\tNLR CSW: XQuery based catalog service conform to the HTTP protocol binding \n of the OpenGIS Catalogue Service specification version 2.0.2/2.0.1\n\t\t' - >>> c.identification.keywords - ['CSW', 'geospatial', 'catalogue'] - >>> c.identification.fees - 'NONE' - >>> c.identification.accessconstraints - 'NONE' - >>> c.identification.type - 'CSW' - >>> c.identification.version - '2.0.2' - >>> c.provider.name - 'National Aerospace Laboratory NLR' - >>> c.provider.site - Traceback (most recent call last): - File "", line 1, in - AttributeError: 'ServiceProvider' object has no attribute 'site' - >>> c.provider.url - 'http://geomatics.nlr.nl/excat' - >>> c.provider.uri - Traceback (most recent call last): - File "", line 1, in - AttributeError: 'ServiceProvider' object has no attribute 'uri' - >>> c.provider.contact.name - 'Rob van Swol' - >>> c.provider.contact.position - 'Senior Scientist NLR-ASSP' - >>> [op.name for op in c.operations] - ['GetCapabilities', 'DescribeRecord', 'GetRecords', 'GetRecordById'] - >>> c.describerecord() - >>> print c.request - - csw:Record - >>> c.getdomain('GetRecords.outputSchema') - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: 'Operation not supported: GetDomain' - >>> print c.request - - GetRecords.outputSchema - >>> c.getrecords(keywords=['space']) - >>> print c.request - - summarycsw:AnyText%space% - >>> c.results['matches'] - 80 - >>> c.results['returned'] - 10 - >>> c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].title - 'CERISE: Computationally Efficient Radar Image Simulation Environment' - >>> c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].abstract - 'Microwave image simulation is an important tool in gaining\n understanding in microwave imaging with air- or spaceborne sensors.\n The package FEMIS was developed for this purpose in 1991. Its use was\n limited due to software limitations (FORTRAN) and its being dependent\n on a VAX computer and the IVAS image processing system. A new project\n was proposed to upgrade FEMIS to: run on a PC, provide a user friendly\n interface, provide links to a microwave backscatter data base, and a\n Geographical Information System (GIS).\n\n The new package that has now been developed is called CERISE. It is\n programmed in C, runs on a PC in a window environment, and is able to\n use data from a backscatter data base and a GIS (ARC-INFO) in a\n semi-automatic manner. A start has been made with the inclusion of\n radar image artefacts caused by varying terrain or object height and\n the use of data from a DEM (Digital elevation model). Since the\n project has stirred interest in the area of Defense, modifications\n such as full DEM utilization and simulation of man-made objects are\n being planned for the near future.\n\n J.C.M. Kleijweg\n M.P.G. Otten\n TNO Physics and Electronics Laboratory' - >>> c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].type - >>> c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].uris - [] - >>> c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].subjects - ['Technical report'] - >>> c.getrecordbyid([c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].identifier]) - >>> print c.request - - DGFKRYMCWUZSCDRBWRXMIETZEfull - >>> c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].title - 'CERISE: Computationally Efficient Radar Image Simulation Environment' - >>> c.getrecords(cql='AnyText like \'%space%\'') - >>> c.results - {'matches': 80, 'nextrecord': 11, 'returned': 10} diff -Nru owslib-0.7.2/tests/doctests/crs.txt owslib-0.8.3/tests/doctests/crs.txt --- owslib-0.7.2/tests/doctests/crs.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/crs.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,28 @@ + >>> from owslib import crs + >>> c=crs.Crs('EPSG:4326') + >>> c.code + 4326 + >>> c=crs.Crs('urn:ogc:def:crs:EPSG::4326') + >>> c.authority + 'EPSG' + >>> c.axisorder + 'yx' + >>> c=crs.Crs('http://www.opengis.net/gml/epsg.xml#4326') + >>> c.code + 4326 + >>> c.axisorder + 'yx' + >>> c=crs.Crs('urn:x-ogc:def:crs:EPSG:6.11:2192') + >>> c.axisorder + 'xy' + >>> c.code + 2192 + >>> c.version + '6.11' + >>> c=crs.Crs('http://www.opengis.net/def/crs/EPSG/0/4326') + >>> c.authority + 'EPSG' + >>> c.code + 4326 + >>> c.axisorder + 'yx' diff -Nru owslib-0.7.2/tests/doctests/csw_conterra.txt owslib-0.8.3/tests/doctests/csw_conterra.txt --- owslib-0.7.2/tests/doctests/csw_conterra.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/csw_conterra.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,21 @@ + >>> from owslib.csw import CatalogueServiceWeb as cs + >>> c=cs('https://gateway.ceh.ac.uk/soapServices/CSWStartup') + >>> c.version + '2.0.2' + + #no longer inspire, files name is probably misleading at this point + >>> #c.identification.title + #'INSPIRE Geoportal Discovery Service' + >>> c.identification.title + 'Centre for Ecology and Hydrology Information Gateway CSW Service' + >>> c.getrecords2() + >>> c.results + {'matches': 290, 'nextrecord': None, 'returned': 10} + >>> c.results['matches'] < 10 + False + >>> c.filters.spatial_operators + ['BBOX', 'Beyond', 'Contains', 'Crosses', 'Disjoint', 'DWithin', 'Equals', 'Intersects', 'Overlaps', 'Touches', 'Within'] + >>> c.filters.temporal_operators + [] + >>> c.filters.scalar_comparison_operators + ['Between', 'EqualTo', 'GreaterThan', 'GreaterThanEqualTo', 'LessThan', 'LessThanEqualTo', 'Like', 'NotEqualTo', 'NullCheck'] diff -Nru owslib-0.7.2/tests/doctests/csw_gdp.txt owslib-0.8.3/tests/doctests/csw_gdp.txt --- owslib-0.7.2/tests/doctests/csw_gdp.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/csw_gdp.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,67 @@ +Imports + + >>> from owslib import fes + >>> from owslib.csw import CatalogueServiceWeb as cs + + >>> c=cs('http://geodiscover.cgdi.ca/wes/serviceManagerCSW/csw',timeout=30) + >>> c.identification.title + 'Compusult CSW' + >>> c.identification.version + '2.0.2' + >>> c.provider.name + 'Compusult Ltd.' + >>> c.getdomain('GetRecords.outputSchema') + Traceback (most recent call last): + File "", line 1, in + ExceptionReport: 'Internal Error' + >>> c.response + 'Internal Error\r\n' + + >>> prop = fes.PropertyIsLike("csw:AnyText", "birds") + >>> c.getrecords2([prop]) + >>> c.results['matches'] + 100 + >>> c.results['returned'] + 10 + >>> c.records['9250AA67-F3AC-6C12-0CB9-0662231AA181'].title + 'ALLSPECIES' + >>> c.records['9250AA67-F3AC-6C12-0CB9-0662231AA181'].abstract + '272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca' + >>> c.getrecordbyid(['9250AA67-F3AC-6C12-0CB9-0662231AA181']) + + >>> prop = fes.PropertyIsLike("csw:AnyText", "hydrology") + >>> c.getrecords2([prop], outputschema='http://www.isotc211.org/2005/gmd') + >>> c.exceptionreport + + >>> prop = fes.PropertyIsLike("csw:AnyText", "hydrology") + >>> c.getrecords2([prop], outputschema='http://www.isotc211.org/2005/gmd', maxrecords=2) + >>> c.results['returned'] + 2 + + >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].identification.title + 'World Glaciology Data, Geological Survey of Canada' + >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].identifier + 'World Glaciology Data, Geological Survey of Canada.xml' + >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].stdname + 'ISO/TC 211 Geographic Information/Geomatics' + >>> c.records['World Glaciology Data, Geological Survey of Canada.xml'].stdver + 'ISO 19115:2003' + >>> c.harvest('somefile','someuri') + Traceback (most recent call last): + File "", line 1, in + ExceptionReport: 'Access to Harvest denied' + >>> c.response + 'Access to Harvest denied\r\n' + + >>> prop = fes.PropertyIsLike("csw:AnyText", "glacial") + >>> c.getrecords2([prop], outputschema='http://www.fgdc.gov') + >>> c.results['matches'] > 300 + True + >>> c.results['nextrecord'] + 11 + + >>> c.getrecords2([prop], outputschema='http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/', maxrecords=2) + >>> c.results['returned'] + 2 + >>> c.results['nextrecord'] + 3 diff -Nru owslib-0.7.2/tests/doctests/csw_geonetwork.txt owslib-0.8.3/tests/doctests/csw_geonetwork.txt --- owslib-0.7.2/tests/doctests/csw_geonetwork.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/csw_geonetwork.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,28 @@ + >>> from owslib.csw import CatalogueServiceWeb as cs + >>> c=cs('http://data.glos.us/metadata/srv/en/csw') + >>> c.version + '2.0.2' + + #no longer inspire, files name is probably misleading at this point + >>> #c.identification.title + #'INSPIRE Geoportal Discovery Service' + >>> c.identification.title + 'Great Lakes Metadata Catalog' + >>> c.getdomain('GetRecords.typeNames') + >>> c.results + {'values': ['csw:Record', 'gmd:MD_Metadata'], 'parameter': 'GetRecords.typeNames', 'type': 'csw:Record'} + >>> c.getrecords2() + >>> c.results + {'matches': 204, 'nextrecord': 11, 'returned': 10} + >>> c.results['matches'] < 10 + False + >>> c.getdomain('GetRecords.typeNamesFOO') + >>> c.results + {'values': [], 'parameter': 'GetRecords.typeNamesFOO', 'type': 'csw:Record'} + >>> c.exceptionreport + >>> c.filters.spatial_operators + ['BBOX', 'Equals', 'Overlaps', 'Disjoint', 'Intersects', 'Touches', 'Crosses', 'Within', 'Contains'] + >>> c.filters.temporal_operators + [] + >>> c.filters.scalar_comparison_operators + ['EqualTo', 'Like', 'LessThan', 'GreaterThan', 'LessThanEqualTo', 'LessThanOrEqualTo', 'GreaterThanEqualTo', 'GreaterThanOrEqualTo', 'NotEqualTo', 'Between', 'NullCheck'] diff -Nru owslib-0.7.2/tests/doctests/csw_nlr.txt owslib-0.8.3/tests/doctests/csw_nlr.txt --- owslib-0.7.2/tests/doctests/csw_nlr.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/csw_nlr.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,67 @@ + +>>> from owslib.csw import CatalogueServiceWeb +>>> from owslib import fes + +>>> c = CatalogueServiceWeb('http://geomatics.nlr.nl/excat/csw') + +>>> c.identification.title +'NLR CSW' + +>>> c.identification.abstract +'NLR CSW: XQuery based catalog service conform to the HTTP protocol binding \n of the OpenGIS Catalogue Service specification version 2.0.2/2.0.1' + +>>> c.identification.keywords +['CSW', 'geospatial', 'catalogue'] + +>>> c.identification.fees +'NONE' + +>>> c.identification.accessconstraints +'NONE' + +>>> c.identification.type +'CSW' + +>>> c.identification.version +'2.0.2' + +>>> c.provider.name +'National Aerospace Laboratory NLR' + +>>> c.provider.site +Traceback (most recent call last): + File "", line 1, in +AttributeError: 'ServiceProvider' object has no attribute 'site' + +>>> c.provider.url +'http://geomatics.nlr.nl/excat' + +>>> c.provider.uri +Traceback (most recent call last): + File "", line 1, in +AttributeError: 'ServiceProvider' object has no attribute 'uri' + +>>> c.provider.contact.name +'Rob van Swol' + +>>> c.provider.contact.position +'Senior Scientist NLR-ASSP' + +>>> [op.name for op in c.operations] +['GetCapabilities', 'DescribeRecord', 'GetRecords', 'GetRecordById'] + +>>> c.describerecord() + +>>> c.getdomain('GetRecords.outputSchema') +Traceback (most recent call last): + File "", line 1, in +ExceptionReport: 'Operation not supported: GetDomain' + +>>> c.getrecordbyid(['DGFKRYMCWUZSCDRBWRXMIETZE']) + +#>>> c.records['DGFKRYMCWUZSCDRBWRXMIETZE'].title +#'CERISE: Computationally Efficient Radar Image Simulation Environment' + +>>> c.getrecords2(cql='AnyText like \'%space%\'') +>>> c.results +{'matches': 80, 'nextrecord': 11, 'returned': 10} diff -Nru owslib-0.7.2/tests/doctests/csw_uuid_constrain.txt owslib-0.8.3/tests/doctests/csw_uuid_constrain.txt --- owslib-0.7.2/tests/doctests/csw_uuid_constrain.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/csw_uuid_constrain.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,106 @@ +Imports + >>> from owslib.csw import CatalogueServiceWeb as cs + >>> from xml.dom import minidom as md + >>> from owslib import fes, csw + >>> from tests.utils import compare_xml + +Initialize CSW client + + # connect to CSW, explore it's properties + #endpoint = 'http://data.nodc.noaa.gov/geoportal/csw' # NODC Geoportal: collection level + #endpoint = 'http://geodiscover.cgdi.ca/wes/serviceManagerCSW/csw' # NRCAN + #endpoint = 'http://geoport.whoi.edu/gi-cat/services/cswiso' # USGS Woods Hole GI_CAT + #endpoint = 'http://cida.usgs.gov/gdp/geonetwork/srv/en/csw' # USGS CIDA Geonetwork + #endpoint = 'http://www.nodc.noaa.gov/geoportal/csw' # NODC Geoportal: granule level + #endpoint = 'http://cmgds.marine.usgs.gov/geonetwork/srv/en/csw' # USGS Coastal & Marine Program Geonetwork + >>> endpoint = 'http://www.ngdc.noaa.gov/geoportal/csw' # NGDC Geoportal + >>> c = cs(endpoint, timeout=30) + + # define some var + >>> AOOS = '1706F520-2647-4A33-B7BF-592FAFDE4B45' + >>> bbox = [-141,42,-52,84] + + # Test new function getrecords2() + >>> uuid = fes.PropertyIsEqualTo(propertyname='sys.siteuuid', literal='{%s}' % AOOS) + >>> timeRange = fes.PropertyIsBetween(propertyname='apiso:modified', lower='2009-02-01', upper='2012-02-01') + >>> word = fes.PropertyIsLike(propertyname='csw:AnyText', literal='*salinity*', escapeChar='\\', singleChar='?', wildCard='*') + >>> box = fes.BBox(bbox) + + ########################################################## + # Test 1 + # Passing a list of list [[a,c,d],[b,c,d]] + # Translates to (a && c && d) || (b && c && d) + ########################################################## + >>> filter_list = [[uuid, word, timeRange], [bbox, word, timeRange]] + >>> c.getrecords2(filter_list) + >>> c.results + {'matches': 1, 'nextrecord': 0, 'returned': 1} + + ########################################################## + # Test 2 + # Passing a list of list [a, b] + # it means a || b + ########################################################## + # The response of this query is chaning to often to be a reliable test. + # >>> filter_list = [uuid, box] + # >>> c.getrecords2(filter_list) + # >>> c.results + # {'matches': 4895, 'nextrecord': 11, 'returned': 10} + + ########################################################## + # Test 3 + # Passing a list of list [[a,b]] + # it means a && b + ########################################################## + >>> filter_list = [[uuid, box]] + >>> c.getrecords2(filter_list) + >>> c.results + {'matches': 7, 'nextrecord': 0, 'returned': 7} + + ########################################################## + # Test 4 + # Null Check: sys.siteuuid is null + # Passing a list [c] + ########################################################## + >>> filter = fes.PropertyIsNull(propertyname='sys.siteuuid') + >>> c.getrecords2([filter]) + >>> c.results + {'matches': 1, 'nextrecord': 0, 'returned': 1} + + + ########################################################## + # Test 5 + # construct a request by send the xml string + ########################################################## + >>> sos_search=''' + ... + ... + ... full + ... + ... + ... + ... + ... apiso:ServiceType + ... *opendap* + ... + ... + ... + ... + ... + ... + ... ''' + >>> c.getrecords2(xml=sos_search) # in about XML it has constraint: maxrecords=10 + >>> c.results + {'matches': 521, 'nextrecord': 11, 'returned': 10} + + ########################################################## + # Test 6 + # construct a request by setting SAME constraint with Test 1 + # Passing a list of list [[a,b]] + # it means a && b + ########################################################## + >>> dap_filter = fes.PropertyIsLike(propertyname='apiso:ServiceType', literal='*opendap*', escapeChar='\\', singleChar='?', wildCard='*') + >>> filter_list = [[uuid,dap_filter]] + >>> c.getrecords2(filter_list) + >>> c.results + {'matches': 29, 'nextrecord': 11, 'returned': 10} diff -Nru owslib-0.7.2/tests/doctests/fes_ogc_filters.txt owslib-0.8.3/tests/doctests/fes_ogc_filters.txt --- owslib-0.7.2/tests/doctests/fes_ogc_filters.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/fes_ogc_filters.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,115 @@ +Imports + >>> from owslib import fes + >>> from owslib.etree import etree + >>> from tests.utils import compare_xml + +SortProperty + >>> sort = fes.SortProperty("property", "ASC") + >>> should_return = 'propertyASC' + >>> compare_xml(should_return, sort.toXML()) + True + +SortBy + >>> sort2 = fes.SortProperty("another_property", "DESC") + >>> sortby = fes.SortBy([sort,sort2]) + >>> should_return = 'propertyASCanother_propertyDESC' + >>> compare_xml(should_return, sortby.toXML()) + True + +PropertyIsEqualTo + >>> filter = fes.PropertyIsEqualTo("property", "value") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + +PropertyIsNotEqualTo + >>> filter = fes.PropertyIsNotEqualTo("property", "value") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + +PropertyIsLessThan + >>> filter = fes.PropertyIsLessThan("property", "value") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + +PropertyIsGreaterThan + >>> filter = fes.PropertyIsGreaterThan("property", "value") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + +PropertyIsLessThanOrEqualTo + >>> filter = fes.PropertyIsLessThanOrEqualTo("property", "value") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + +PropertyIsGreaterThanOrEqualTo + >>> filter = fes.PropertyIsGreaterThanOrEqualTo("property", "value") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + +PropertyIsLike + # Defaults + >>> filter = fes.PropertyIsLike("property", "value") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + + # Setting characters + >>> filter = fes.PropertyIsLike("property", "value", wildCard="*", singleChar="#", escapeChar="!") + >>> should_return = 'propertyvalue' + >>> compare_xml(should_return, filter.toXML()) + True + +Or + >>> filter1 = fes.PropertyIsLike("property", "like") + >>> filter2 = fes.PropertyIsEqualTo("property", "equal") + >>> filter3 = fes.PropertyIsLessThan("property", "less") + + >>> filter = fes.Or([filter1, filter2, filter3]) + >>> should_return = 'propertylikepropertyequalpropertyless' + >>> compare_xml(should_return, filter.toXML()) + True + + >>> fes.Or([filter1]) + Traceback (most recent call last): + ... + ValueError: Binary operations (And / Or) require a minimum of two operations to operate against + +And + >>> filter = fes.And([filter1, filter2, filter3]) + >>> should_return = 'propertylikepropertyequalpropertyless' + >>> compare_xml(should_return, filter.toXML()) + True + + >>> fes.And([filter1]) + Traceback (most recent call last): + ... + ValueError: Binary operations (And / Or) require a minimum of two operations to operate against + +Not + >>> filter = fes.Not([filter1]) + >>> should_return = 'propertylike' + >>> compare_xml(should_return, filter.toXML()) + True + +setConstraintList + >>> fr = fes.FilterRequest() + >>> filter = fr.setConstraintList([filter1, filter2, filter3]) + >>> should_return = 'propertylikepropertyequalpropertyless' + >>> compare_xml(should_return, filter) + True + +setConstraint + >>> fr = fes.FilterRequest() + >>> filter = fr.setConstraint(filter1) + >>> should_return = 'propertylike' + >>> compare_xml(should_return, filter) + True + + + diff -Nru owslib-0.7.2/tests/doctests/iso_codelist.txt owslib-0.8.3/tests/doctests/iso_codelist.txt --- owslib-0.7.2/tests/doctests/iso_codelist.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/iso_codelist.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,17 @@ + +Imports + + >>> from tests.utils import resource_file + >>> import urllib2 + >>> from owslib.etree import etree + >>> from owslib.iso import CodelistCatalogue + +Print testing the code lists + + >>> e=etree.parse(resource_file('gmxCodelists.xml')) + >>> c=CodelistCatalogue(e) + >>> print c.getcodelistdictionaries() + ['MD_RestrictionCode', 'CI_OnLineFunctionCode', 'DQ_EvaluationMethodTypeCode', 'DS_InitiativeTypeCode', 'MD_MaintenanceFrequencyCode', 'MD_SpatialRepresentationTypeCode', 'MD_ImagingConditionCode', 'MD_ObligationCode', 'MD_GeometricObjectTypeCode', 'MD_ScopeCode', 'MD_KeywordTypeCode', 'MD_CharacterSetCode', 'CI_PresentationFormCode', 'MX_ScopeCode', 'CI_DateTypeCode', 'MD_TopicCategoryCode', 'MD_DatatypeCode', 'MD_ProgressCode', 'MD_MediumNameCode', 'MD_ClassificationCode', 'DS_AssociationTypeCode', 'CI_RoleCode', 'MD_TopologyLevelCode', 'MD_DimensionNameTypeCode', 'MD_CoverageContentTypeCode', 'MD_MediumFormatCode', 'MD_PixelOrientationCode', 'MD_CellGeometryCode'] + + >>> print c.getcodedefinitionidentifiers('CI_RoleCode') + ['author', 'processor', 'publisher', 'custodian', 'pointOfContact', 'distributor', 'user', 'resourceProvider', 'originator', 'owner', 'principalInvestigator'] diff -Nru owslib-0.7.2/tests/doctests/namespaces.txt owslib-0.8.3/tests/doctests/namespaces.txt --- owslib-0.7.2/tests/doctests/namespaces.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/namespaces.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,52 @@ +Imports + + >>> from owslib.namespaces import Namespaces + + +Correct Usage Tests + + >>> ns = Namespaces() + >>> ns.get_namespace('csw') + 'http://www.opengis.net/cat/csw/2.0.2' + + >>> ns.get_namespaces(['csw','gmd','fes']) + {'csw': 'http://www.opengis.net/cat/csw/2.0.2', 'fes': 'http://www.opengis.net/fes/2.0', 'gmd': 'http://www.isotc211.org/2005/gmd'} + >>> ns.get_namespaces() + {...} + + >>> ns.get_versioned_namespace('ows') + 'http://www.opengis.net/ows' + + >>> ns.get_versioned_namespace('ows','1.0.0') + 'http://www.opengis.net/ows' + + >>> ns.get_versioned_namespace('ows','1.1.0') + 'http://www.opengis.net/ows/1.1' + + >>> ns.get_versioned_namespace('ows','2.0.0') + 'http://www.opengis.net/ows/2.0' + + >>> ns.get_namespaces('csw') + {'csw': 'http://www.opengis.net/cat/csw/2.0.2'} + + >>> ns.get_namespace('csw') + 'http://www.opengis.net/cat/csw/2.0.2' + + # 'om300' does not exist as a namespace, so the below will return nothing + >>> ns.get_namespace('om300') + + # CSW 3.1.1 doesn't exist, so the below will return nothing + >>> ns.get_versioned_namespace('csw','3.1.1') + + +Invalid Usage Tests + + >>> ns.get_namespace() + Traceback (most recent call last): + ... + TypeError: get_namespace() takes exactly 2 arguments (1 given) + + >>> ns.get_versioned_namespace() + Traceback (most recent call last): + ... + TypeError: get_versioned_namespace() takes at least 2 arguments (1 given) \ No newline at end of file diff -Nru owslib-0.7.2/tests/doctests/ows_interfaces.txt owslib-0.8.3/tests/doctests/ows_interfaces.txt --- owslib-0.7.2/tests/doctests/ows_interfaces.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/ows_interfaces.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,141 @@ +#This test checks that the OWSLib service interfaces are the same across all service type: +#Author: Dominic Lowe, 17th September 2009 +#Part of OWSLib package. + + >>> from tests.utils import resource_file + >>> from owslib.csw import CatalogueServiceWeb + >>> from owslib.wms import WebMapService + >>> from owslib.wcs import WebCoverageService + >>> from owslib.wfs import WebFeatureService + + +#TODO, we should run all these from local XML documents (as per the WMS and WFS services) + + >>> wmsxml = open(resource_file('wms_JPLCapabilities.xml'), 'r').read() + >>> wfsxml = open(resource_file('mapserver-wfs-cap.xml'), 'r').read() + >>> wms = WebMapService('url', version='1.1.1', xml=wmsxml) + >>> wfs = WebFeatureService('url', version='1.0', xml=wfsxml) + >>> wcs=WebCoverageService('http://thredds.ucar.edu/thredds/wcs/grib/NCEP/NAM/CONUS_80km/best', version='1.0.0') + >>> csw= CatalogueServiceWeb('http://data.nodc.noaa.gov/geoportal/csw') + +#Check each service instance conforms to OWSLib interface + >>> csw.alias, wms.alias, wcs.alias, wfs.alias='CSW', 'WMS', 'WCS', 'WFS' + >>> services=[csw, wms, wcs, wfs] + >>> for service in services: + ... type(service) + + + + + +#URL attribute + >>> for service in services: + ... service.url + 'http://data.nodc.noaa.gov/geoportal/csw' + 'url' + 'http://thredds.ucar.edu/thredds/wcs/grib/NCEP/NAM/CONUS_80km/best' + 'url' + +#version attribute + >>> for service in services: + ... service.version + '2.0.2' + '1.1.1' + '1.0.0' + '1.0' + +#Identification object: + >>> for service in services: + ... hasattr(service, 'identification') + True + True + True + True + + +#Check all ServiceIdentification attributes + >>> for service in services: + ... service.identification.type + ... [[attribute, hasattr(service.identification, attribute)] for attribute in ['type', 'version', 'title', 'abstract', 'keywords', 'accessconstraints', 'fees']] + 'CSW' + [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', True], ['fees', True]] + 'OGC:WMS' + [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', True], ['fees', True]] + 'OGC:WCS' + [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', False], ['fees', True]] + 'MapServer WFS' + [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', True], ['fees', True]] + +#Check all ServiceProvider attributes + >>> for service in services: + ... service.identification.type + ... [[attribute, hasattr(service.provider, attribute)] for attribute in ['name','url','contact']] + 'CSW' + [['name', True], ['url', True], ['contact', True]] + 'OGC:WMS' + [['name', True], ['url', True], ['contact', True]] + 'OGC:WCS' + [['name', True], ['url', True], ['contact', True]] + 'MapServer WFS' + [['name', True], ['url', True], ['contact', False]] + +#Check all operations implement IOperationMetadata + >>> for service in services: + ... service.identification.type + ... for op in service.operations: + ... [[attribute, hasattr(op, attribute)] for attribute in ['name','formatOptions','methods']] + 'CSW' + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + 'OGC:WMS' + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + 'OGC:WCS' + [['name', True], ['formatOptions', False], ['methods', True]] + [['name', True], ['formatOptions', False], ['methods', True]] + [['name', True], ['formatOptions', False], ['methods', True]] + 'MapServer WFS' + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + [['name', True], ['formatOptions', True], ['methods', True]] + + +#Check all contents implement IContentMetadata as a dictionary +#CSW does not work in this way so use dummy + >>> csw.contents={'dummy':'1'} + >>> for service in services: + ... service.identification.type + ... type(service.contents) + 'CSW' + + 'OGC:WMS' + + 'OGC:WCS' + + 'MapServer WFS' + + + +#Check any item (WCS coverage, WMS layer etc) from the contents of each service +#Check it conforms to IContentMetadata interface +#CSW does not conform to this +#WCS boundingbox handling is also different (has multiple boundingboxes). TODO: needs harmonising. + + + >>> for service in services: + ... if type(service.contents) is dict: + ... service.identification.type + ... content=service.contents[service.contents.iterkeys().next()] #get random item from contents dictionary -has to be a nicer way to do this! + ... [[attribute, hasattr(content, attribute)] for attribute in ['id','title','boundingBox', 'boundingBoxWGS84', 'crsOptions', 'styles', 'timepositions']] + 'CSW' + [['id', False], ['title', True], ['boundingBox', False], ['boundingBoxWGS84', False], ['crsOptions', False], ['styles', False], ['timepositions', False]] + 'OGC:WMS' + [['id', True], ['title', True], ['boundingBox', True], ['boundingBoxWGS84', True], ['crsOptions', True], ['styles', True], ['timepositions', True]] + 'OGC:WCS' + [['id', True], ['title', True], ['boundingBox', True], ['boundingBoxWGS84', True], ['crsOptions', True], ['styles', True], ['timepositions', True]] + 'MapServer WFS' + [['id', True], ['title', True], ['boundingBox', True], ['boundingBoxWGS84', True], ['crsOptions', True], ['styles', True], ['timepositions', True]] diff -Nru owslib-0.7.2/tests/doctests/sml_52n_network.txt owslib-0.8.3/tests/doctests/sml_52n_network.txt --- owslib-0.7.2/tests/doctests/sml_52n_network.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/sml_52n_network.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,73 @@ +Imports + + >>> from tests.utils import resource_file + >>> from owslib.swe.sensor.sml import SensorML + >>> from dateutil import parser + >>> import pytz + +Initialize + + >>> xml = open(resource_file('sml_52N_network.xml'), 'r').read() + >>> root = SensorML(xml) + >>> system = root.members[0] + + >>> system.description + 'Contains all procedures in the SOS Server' + +Contacts + + >>> system.contacts.keys() + ['http://mmisw.org/ont/ioos/definition/publisher'] + + >>> publishers = system.get_contacts_by_role('http://mmisw.org/ont/ioos/definition/publisher') + >>> publishers[0].role + 'http://mmisw.org/ont/ioos/definition/publisher' + >>> publishers[0].organization + 'GLOS' + >>> publishers[0].country + 'USA' + >>> publishers[0].url + 'http://glos.us' + +Identification + + >>> system.identifiers.keys() + ['networkID', 'shortName', 'longName'] + + >>> sid = system.get_identifiers_by_name('networkID') + >>> sid[0].name + 'networkID' + >>> sid[0].definition + 'http://mmisw.org/ont/ioos/definition/networkID' + >>> sid[0].value + 'urn:ioos:network:glos:all' + +Classifiers + + >>> system.classifiers.keys() + ['publisher', 'parentNetwork'] + >>> classi = system.get_classifiers_by_name('publisher') + >>> classi[0].definition + 'http://mmisw.org/ont/ioos/definition/publisher' + >>> classi[0].value + 'GLOS' + +Capabilities + + >>> system.capabilities.keys() + ['offerings', 'featuresOfInterest', 'observationTimeRange', 'observedBBOX'] + +Characteristics + + >>> system.characteristics.keys() + [] + +Components + + >>> comps = system.components + >>> len(comps) + 14 + +Connections + + >>> comps = system.connections diff -Nru owslib-0.7.2/tests/doctests/sml_ndbc_station.txt owslib-0.8.3/tests/doctests/sml_ndbc_station.txt --- owslib-0.7.2/tests/doctests/sml_ndbc_station.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/sml_ndbc_station.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,112 @@ +Imports + + >>> from tests.utils import resource_file + >>> from owslib.swe.sensor.sml import SensorML + >>> from dateutil import parser + >>> import pytz + +Initialize + + >>> xml = open(resource_file('sml_ndbc_station.xml'), 'r').read() + >>> root = SensorML(xml) + >>> system = root.members[0] + + >>> system.description + 'Station metadata for 41012 - 40NM ENE of St Augustine, FL' + +Contacts + + >>> system.contacts.keys() + ['urn:ogc:def:classifiers:OGC:contactType:operator', 'urn:ogc:def:classifiers:OGC:contactType:publisher'] + + >>> operators = system.get_contacts_by_role('urn:ogc:def:classifiers:OGC:contactType:operator') + >>> operators[0].role + 'urn:ogc:def:classifiers:OGC:contactType:operator' + >>> operators[0].organization + 'National Data Buoy Center' + >>> operators[0].country + 'US' + + >>> publishers = system.get_contacts_by_role('urn:ogc:def:classifiers:OGC:contactType:publisher') + >>> publishers[0].role + 'urn:ogc:def:classifiers:OGC:contactType:publisher' + >>> publishers[0].organization + 'National Data Buoy Center' + >>> publishers[0].country + 'USA' + >>> publishers[0].phone + '228-688-2805' + >>> publishers[0].address + 'Bldg. 3205' + >>> publishers[0].city + 'Stennis Space Center' + >>> publishers[0].postcode + '39529' + >>> publishers[0].email + 'webmaster.ndbc@noaa.gov' + >>> publishers[0].region + 'MS' + +Identification + + >>> system.identifiers.keys() + ['StationId', 'Long Name', 'Short Name'] + + >>> sid = system.get_identifiers_by_name('StationId') + >>> sid[0].name + 'StationId' + >>> sid[0].definition + 'urn:ioos:def:identifier:NOAA:stationID' + >>> sid[0].codeSpace + 'http://sdf.ndbc.noaa.gov' + >>> sid[0].value + 'urn:ioos:station:wmo:41012' + + +Classifiers + + >>> system.classifiers.keys() + ['Platform Type'] + >>> classi = system.get_classifiers_by_name('Platform type') + >>> classi[0].name + 'Platform Type' + >>> classi[0].definition + 'urn:ioos:def:classifier:NOAA:platformType' + >>> classi[0].codeSpace + 'http://sdf.ndbc.noaa.gov' + >>> classi[0].value + 'MOORED BUOY' + + +Documents + + >>> system.documentation # doctest: +ELLIPSIS + [] + + >>> doc = system.documentation[0].documents[0] + >>> doc.description + 'Handbook of Automated Data Quality Control Checks and Procedures, National Data Buoy Center, August 2009' + >>> doc.format + 'pdf' + >>> doc.url + 'http://www.ndbc.noaa.gov/NDBCHandbookofAutomatedDataQualityControl2009.pdf' + + +History + + >>> system.history.keys() + ['deployment_start', 'deployment_stop'] + + >>> his = system.get_history_by_name('deployment_start') + >>> his + [] + >>> len(his) + 2 + + >>> event = his[0] + >>> parser.parse(event.date).replace(tzinfo=pytz.utc).isoformat() + '2010-01-12T00:00:00+00:00' + >>> event.description + 'Deployment start event' + >>> event.documentation[0].url + 'http://sdftest.ndbc.noaa.gov/sos/server.php?service=SOS&request=DescribeSensor&version=1.0.0&outputformat=text/xml;subtype="sensorML/1.0.1"&procedure=urn:ioos:station:wmo:41012:20100112' diff -Nru owslib-0.7.2/tests/doctests/sos_10_getcapabilities.txt owslib-0.8.3/tests/doctests/sos_10_getcapabilities.txt --- owslib-0.7.2/tests/doctests/sos_10_getcapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/sos_10_getcapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,304 @@ +Imports + + >>> from tests.utils import cast_tuple_int_list, resource_file + >>> from owslib.sos import SensorObservationService + >>> from owslib.fes import FilterCapabilities + >>> from owslib.ows import OperationsMetadata + >>> from owslib.crs import Crs + >>> from datetime import datetime + + +Initialize ncSOS + + >>> xml = open(resource_file('sos_ncSOS_getcapabilities.xml'), 'r').read() + >>> ncsos = SensorObservationService(None, xml=xml) + +Initialize 52N + + >>> xml = open(resource_file('sos_52n_getcapabilities.xml'), 'r').read() + >>> f2n = SensorObservationService(None, xml=xml) + +Initialize NDBC + + >>> xml = open(resource_file('sos_ndbc_getcapabilities.xml'), 'r').read() + >>> ndbc = SensorObservationService(None, xml=xml) + +ServiceIdentification + + >>> id = ndbc.identification + + >>> id.service + 'OGC:SOS' + + >>> id.version + '1.0.0' + + >>> id.title + 'National Data Buoy Center SOS' + + >>> id.abstract + 'National Data Buoy Center SOS' + + >>> id.keywords + ['Weather', 'Ocean Currents', 'Air Temperature', 'Water Temperature', 'Conductivity', 'Salinity', 'Barometric Pressure', 'Water Level', 'Waves', 'Winds', 'NDBC'] + + >>> id.fees + 'NONE' + + >>> id.accessconstraints + 'NONE' + +ServiceProvider + + >>> p = ndbc.provider + + >>> p.name + 'National Data Buoy Center' + + >>> p.url + 'http://sdf.ndbc.noaa.gov/' + +ServiceContact + + >>> sc = p.contact + + Unused fields should return nothing + + >>> sc.role + >>> sc.position + >>> sc.instructions + >>> sc.organization + >>> sc.fax + >>> sc.hours + + >>> sc.name + 'Webmaster' + + >>> sc.phone + '228-688-2805' + + >>> sc.address + 'Bldg. 3205' + + >>> sc.city + 'Stennis Space Center' + + >>> sc.region + 'MS' + + >>> sc.postcode + '39529' + + >>> sc.country + 'USA' + + >>> sc.email + 'webmaster.ndbc@noaa.gov' + +OperationsMetadata + + >>> o = ndbc.operations + >>> len(o) + 3 + + Name + + >>> len(o) + 3 + + Get by name + + >>> getcap = ndbc.get_operation_by_name('GetCapabilities') + >>> isinstance(getcap, OperationsMetadata) + True + + Get by name (case insensitive) + + >>> getcap = ndbc.get_operation_by_name('getcapabilities') + >>> isinstance(getcap, OperationsMetadata) + True + + # GetCapabilities + + >>> getcap.constraints + {} + + >>> getcap.parameters + {'Sections': {'values': ['ServiceIdentification', 'ServiceProvider', 'OperationsMetadata', 'Contents', 'All']}} + + >>> getcap.methods + {'Post': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}, 'Get': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}} + + + # DescribeSensor + + >>> descsen = ndbc.get_operation_by_name('describesensor') + + >>> descsen.constraints + {} + + >>> descsen.parameters + {'outputFormat': {'values': ['text/xml;subtype="sensorML/1.0.1"']}} + + >>> descsen.methods + {'Post': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}, 'Get': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}} + + # GetObservation + + >>> getob = ndbc.get_operation_by_name('getobservation') + + >>> getob.constraints + {} + + >>> getob.parameters + {'observedProperty': {'values': ['air_temperature', 'air_pressure_at_sea_level', 'sea_water_electrical_conductivity', 'currents', 'sea_water_salinity', 'sea_floor_depth_below_sea_surface', 'sea_water_temperature', 'waves', 'winds']}} + + >>> getob.methods + {'Post': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}, 'Get': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}} + +Filter_Capabilities + + >>> filter = ndbc.filters + >>> isinstance(filter, FilterCapabilities) + False + +Contents + >>> contents = ndbc.contents + >>> len(contents) + 848 + +Network + >>> network = contents['network-all'] + >>> network.id + 'network-all' + + >>> network.name + 'urn:ioos:network:noaa.nws.ndbc:all' + + >>> network.description + 'All stations on the NDBC SOS server' + + >>> srs = network.srs + >>> isinstance(srs, Crs) + True + >>> srs.getcodeurn() + 'urn:ogc:def:crs:EPSG::4326' + >>> srs.getcode() + 'EPSG:4326' + + # (left, bottom, right, top) + + >>> cast_tuple_int_list(network.bbox) + [-179, -77, 180, 80] + >>> bbsrs = network.bbox_srs + >>> isinstance(bbsrs, Crs) + True + >>> bbsrs.getcodeurn() + 'urn:ogc:def:crs:EPSG::4326' + >>> bbsrs.getcode() + 'EPSG:4326' + + >>> bp = network.begin_position + >>> isinstance(bp, datetime) + True + >>> ep = network.end_position + >>> isinstance(ep, datetime) + True + + >>> network.result_model + 'om:Observation' + + >>> procs = network.procedures + >>> len(procs) + 847 + + >>> network.observed_properties + ['http://mmisw.org/ont/cf/parameter/air_temperature', 'http://mmisw.org/ont/cf/parameter/air_pressure_at_sea_level', 'http://mmisw.org/ont/cf/parameter/sea_water_electrical_conductivity', 'http://mmisw.org/ont/cf/parameter/currents', 'http://mmisw.org/ont/cf/parameter/sea_water_salinity', 'http://mmisw.org/ont/cf/parameter/sea_floor_depth_below_sea_surface', 'http://mmisw.org/ont/cf/parameter/sea_water_temperature', 'http://mmisw.org/ont/cf/parameter/waves', 'http://mmisw.org/ont/cf/parameter/winds'] + + >>> foi = network.features_of_interest + >>> len(foi) + 1082 + + >>> rfs = network.response_formats + >>> len(rfs) + 5 + >>> rfs[-1] + 'application/vnd.google-earth.kml+xml' + + >>> rms = network.response_modes + >>> len(rms) + 1 + >>> rms[0] + 'inline' + + +Station + + + >>> station = contents['station-zbqn7'] + >>> station.id + 'station-zbqn7' + + >>> station.name + 'urn:ioos:station:wmo:zbqn7' + + >>> station.description + "Zeke's Basin, North Carolina" + + >>> srs = station.srs + >>> isinstance(srs, Crs) + True + >>> srs.getcodeurn() + 'urn:ogc:def:crs:EPSG::4326' + >>> srs.getcode() + 'EPSG:4326' + >>> cast_tuple_int_list(station.bbox) + [-77, 33, -77, 33] + + >>> bbsrs = station.bbox_srs + >>> isinstance(bbsrs, Crs) + True + >>> bbsrs.getcodeurn() + 'urn:ogc:def:crs:EPSG::4326' + >>> bbsrs.getcode() + 'EPSG:4326' + + >>> bp = station.begin_position + >>> isinstance(bp, datetime) + True + >>> ep = station.end_position + >>> isinstance(ep, datetime) + True + + >>> station.result_model + 'om:Observation' + + >>> procs = station.procedures + >>> len(procs) + 1 + >>> procs[0] + 'urn:ioos:station:wmo:zbqn7' + + >>> ops = station.observed_properties + >>> len(ops) + 3 + >>> ops[0] + 'http://mmisw.org/ont/cf/parameter/sea_water_electrical_conductivity' + + >>> foi = station.features_of_interest + >>> len(foi) + 1 + >>> foi[0] + 'urn:cgi:Feature:CGI:EarthOcean' + + >>> rfs = station.response_formats + >>> len(rfs) + 5 + >>> rfs[0] + 'text/xml;schema="ioos/0.6.1"' + + >>> rm = station.response_modes + >>> len(rm) + 1 + >>> rm[0] + 'inline' diff -Nru owslib-0.7.2/tests/doctests/sos_10_ndbc_getobservation.txt owslib-0.8.3/tests/doctests/sos_10_ndbc_getobservation.txt --- owslib-0.7.2/tests/doctests/sos_10_ndbc_getobservation.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/sos_10_ndbc_getobservation.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,59 @@ +Imports + + >>> from tests.utils import resource_file + >>> from owslib.sos import SensorObservationService + >>> from owslib.ows import OperationsMetadata + >>> from owslib.fes import FilterCapabilities + >>> from owslib.crs import Crs + >>> from datetime import datetime + + +Initialize + + >>> xml = open(resource_file('sos_ndbc_getcapabilities.xml'),'r').read() + >>> ndbc = SensorObservationService(None, xml=xml) + + +GetObservation + + # Send a funky eventTime + + >>> off = ndbc.offerings[1] + >>> offerings = [off.name] + >>> responseFormat = off.response_formats[0] + >>> observedProperties = [off.observed_properties[0]] + >>> #observedProperties = [ndbc.get_operation_by_name('GetObservation').parameters['observedProperty']['values'][0]] + >>> eventTime = "This is not a valid eventTime!" + >>> response = ndbc.get_observation(offerings=offerings, responseFormat=responseFormat, observedProperties=observedProperties, eventTime=eventTime) + Traceback (most recent call last): + File "", line 1, in + ExceptionReport: 'This is not a valid eventTime!' + + # NDBC only supports one offering and one observedProperty at a time + + >>> off = ndbc.offerings[1] + >>> offerings = [off.name] + >>> responseFormat = off.response_formats[0] + >>> observedProperties = [off.observed_properties[0]] + >>> #observedProperties = [ndbc.get_operation_by_name('GetObservation').parameters['observedProperty']['values'][0]] + >>> eventTime = None + + >>> response = ndbc.get_observation(offerings=offerings, responseFormat=responseFormat, observedProperties=observedProperties, eventTime=eventTime) + + +DescribeSensor + + # Send a funky procedure + + >>> procedure = "foobar" + >>> outputFormat = ndbc.get_operation_by_name('DescribeSensor').parameters['outputFormat']['values'][0] + >>> response = ndbc.describe_sensor(procedure=procedure, outputFormat=outputFormat) + Traceback (most recent call last): + File "", line 1, in + ExceptionReport: 'foobar' + + # Valid request + + >>> procedure = ndbc.offerings[1].procedures[0] + >>> outputFormat = ndbc.get_operation_by_name('DescribeSensor').parameters['outputFormat']['values'][0] + >>> response = ndbc.describe_sensor(procedure=procedure, outputFormat=outputFormat) diff -Nru owslib-0.7.2/tests/doctests/sos_ngmp.txt owslib-0.8.3/tests/doctests/sos_ngmp.txt --- owslib-0.7.2/tests/doctests/sos_ngmp.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/sos_ngmp.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,198 @@ + +Imports + + >>> from tests.utils import cast_tuple_int_list, resource_file + >>> from owslib.sos import SensorObservationService + >>> from owslib.fes import FilterCapabilities200 + >>> from owslib.ows import OperationsMetadata + >>> from owslib.crs import Crs + >>> from datetime import datetime + +Initialize + + >>> xml = open(resource_file('sos_ngmp.xml'), 'r').read() + >>> ngmp = SensorObservationService(None, xml=xml, version='2.0.0') + +ServiceIdentification + + >>> id = ngmp.identification + + >>> id.service + 'OGC:SOS' + + >>> id.version + '2.0.0' + + >>> len(id.profiles) + 3 + + >>> id.title + 'GNS Science New Zealand, NGMP SOS timeseries' + + >>> id.abstract + 'GNS Hydrogeology Section, serving NGMP groundwater level through customised 52N SOS, data quality cannot be represented yet, there is no liability regarding this service, for more information go to http://ggw.gns.cri.nz/ggwdata/ (SVN: 0 @ 2013-01-12 19:55:25)' + + >>> id.keywords + ['water level', 'groundwater', 'hydrogeology', 'ngmp'] + + >>> id.fees + 'NONE' + + >>> id.accessconstraints + 'SERVICE IS IN TEST MODE, NOT RELIABLE, DATA QUALITY NOT YET VISIBLE' + + +ServiceProvider + + >>> p = ngmp.provider + + >>> p.name + 'GNS Science' + + >>> p.url + 'http://ggw.gns.cri.nz/ggwdata/' + + + ServiceContact + + >>> sc = p.contact + + Unused fields should return nothing + >>> sc.role + >>> sc.position + 'STU' + >>> sc.instructions + >>> sc.organization + >>> sc.fax + >>> sc.hours + >>> sc.name + 'Alex Kmoch' + + >>> sc.phone + '+647374 8211' + + >>> sc.address + '114 Karetoto Road' + + >>> sc.city + 'Wairakei' + + >>> sc.region + 'Waikato' + + >>> sc.postcode + '3377' + + >>> sc.country + 'New Zealand' + + >>> sc.email + 'a.kmoch@gns.cri.nz' + + +OperationsMetadata + + >>> o = ngmp.operations + >>> len(o) + 4 + + Get by name + >>> getcap = ngmp.get_operation_by_name('GetCapabilities') + >>> isinstance(getcap, OperationsMetadata) + True + + Get by name (case insensitive) + >>> getcap = ngmp.get_operation_by_name('getcapabilities') + >>> isinstance(getcap, OperationsMetadata) + True + + # GetCapabilities + >>> getcap.constraints + {} + + >>> getcap.parameters + {'AcceptVersions': {'values': ['1.0.0', '2.0.0']}, 'updateSequence': {'values': []}, 'Sections': {'values': ['ServiceIdentification', 'ServiceProvider', 'OperationsMetadata', 'FilterCapabilities', 'Contents', 'All']}, 'AcceptFormats': {'values': ['text/xml', 'application/zip']}} + + >>> getcap.methods + {'Post': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos'}, 'Get': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos?'}} + + + # DescribeSensor + >>> descsen = ngmp.get_operation_by_name('describesensor') + + >>> descsen.constraints + {} + + >>> descsen.parameters + {'procedureDescriptionFormat': {'values': ['http://www.opengis.net/sensorML/1.0.1']}, 'procedure': {'values': ['http://resources.smart-project.info/ggwdata/procedure/acidity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/chloride_sampling', 'http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor', 'http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/iron_sampling', 'http://resources.smart-project.info/ggwdata/procedure/manganese_sampling', 'http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling', 'http://resources.smart-project.info/ggwdata/procedure/temperature_sampling', 'http://resources.smart-project.info/ggwdata/procedure/tritium_sampling']}} + + + >>> descsen.methods + {'Post': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos'}, 'Get': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos?'}} + + + # GetObservation + >>> getob = ngmp.get_operation_by_name('getobservation') + + >>> getob.constraints + {} + + >>> getob.parameters + {'srsName': {'values': []}, 'offering': {'values': ['NGMP_HYDRAULIC_CONDUCTIVITY', 'NGMP_TRITIUM_ALL_FORMS', 'NGMP_DISSOLVED_MANGANESE', 'NGMP_TEMPERATURE', 'NGMP_DISSOLVED_IRON', 'NGMP_CONDUCTIVITY', 'NGMP_ACIDITY', 'NGMP_GROUNDWATER_LEVEL', 'NGMP_DISSOLVED_NITRATE_NO3_AS_N', 'NGMP_DISSOLVED_CHLORIDE']}, 'temporalFilter': {'values': []}, 'responseFormat': {'values': ['http://www.ioos.gov/dif/csv/0.9', 'http://www.opengis.net/waterml/2.0', 'http://www.opengis.net/om/2.0', 'application/zip']}, 'featureOfInterest': {'values': ['10', '11', '12', '13', '139', '14', '140', '15', '16', '17', '18', '19', '1993', '20', '2013', '2015', '2016', '2039', '2069', '2080', '21', '2103', '22', '23', '24', '2466', '2470', '2479', '25', '26', '27', '28', '29', '3', '30', '31', '32', '3200', '3258', '3280', '3281', '33', '3325', '3327', '3336', '338', '339', '34', '340', '346', '347', '348', '349', '35', '350', '351', '352', '353', '354', '355', '356', '358', '359', '36', '360', '361', '362', '363', '364', '37', '3705', '3706', '3707', '3708', '3709', '3710', '3711', '3712', '378', '379', '38', '380', '381', '382', '383', '384', '386', '387', '388', '389', '39', '390', '391', '392', '393', '394', '395', '4', '40', '401', '402', '403', '404', '405', '406', '407', '408', '409', '41', '410', '411', '412', '413', '414', '415', '416', '417', '418', '419', '42', '420', '421', '422', '423', '43', '437', '44', '443', '444', '445', '446', '447', '448', '449', '45', '451', '452', '453', '454', '455', '456', '458', '46', '464', '465', '466', '467', '468', '469', '47', '48', '49', '5', '50', '51', '511', '512', '52', '53', '54', '55', '552', '553', '56', '57', '58', '59', '6', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '7', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '8', '80', '81', '82', '83', '9']}, 'observedProperty': {'values': ['http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity', 'http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese', 'http://resources.smart-project.info/ggwdata/phenomenon/temperature', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron', 'http://resources.smart-project.info/ggwdata/phenomenon/conductivity', 'http://resources.smart-project.info/ggwdata/phenomenon/acidity', 'http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride']}, 'procedure': {'values': ['http://resources.smart-project.info/ggwdata/procedure/acidity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/chloride_sampling', 'http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor', 'http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/iron_sampling', 'http://resources.smart-project.info/ggwdata/procedure/manganese_sampling', 'http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling', 'http://resources.smart-project.info/ggwdata/procedure/temperature_sampling', 'http://resources.smart-project.info/ggwdata/procedure/tritium_sampling']}, 'result': {'values': []}} + + >>> getob.methods + {'Post': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos'}, 'Get': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos?'}} + + +Filter_Capabilities + + >>> filter = ngmp.filters + >>> isinstance(filter, FilterCapabilities200) + False + + +Contents + >>> contents = ngmp.contents + >>> len(contents) + 10 + + + Network + >>> network = contents['NGMP_TEMPERATURE'] + >>> network.id + 'NGMP_TEMPERATURE' + + >>> network.procedures + ['http://resources.smart-project.info/ggwdata/procedure/temperature_sampling'] + + >>> srs = network.bbox_srs + >>> isinstance(srs, Crs) + True + >>> srs.id + 'http://www.opengis.net/def/crs/EPSG/0/4272' + + >>> srs.getcodeurn() + 'urn:ogc:def:crs:EPSG::4272' + + >>> srs.getcode() + 'EPSG:4272' + + # (left, bottom, right, top) + >>> cast_tuple_int_list(network.bbox) + [168, -46, 177, -34] + + >>> bp = network.begin_position + >>> isinstance(bp, datetime) + True + >>> ep = network.end_position + >>> isinstance(ep, datetime) + True + + >>> network.observed_properties + ['http://resources.smart-project.info/ggwdata/phenomenon/temperature'] + + >>> network.response_formats + ['http://www.ioos.gov/dif/csv/0.9', 'http://www.opengis.net/waterml/2.0', 'http://www.opengis.net/om/2.0', 'application/zip'] + + >>> network.observation_models + ['http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation'] diff -Nru owslib-0.7.2/tests/doctests/sos_ngwd.txt owslib-0.8.3/tests/doctests/sos_ngwd.txt --- owslib-0.7.2/tests/doctests/sos_ngwd.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/sos_ngwd.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,210 @@ + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.sos import SensorObservationService + >>> from owslib.fes import FilterCapabilities200 + >>> from owslib.ows import OperationsMetadata + >>> from owslib.crs import Crs + >>> from datetime import datetime + +Initialize + + >>> xml = open(resource_file('sos_ngwd.xml'),'r').read() + >>> ngwd = SensorObservationService(None, xml=xml, version='2.0.0') + +ServiceIdentification + + >>> id = ngwd.identification + + >>> id.service + 'OGC:SOS' + + >>> id.version + '2.0.0' + + >>> len(id.profiles) + 5 + + >>> id.title + 'GIN SOS' + + >>> id.abstract + 'GIN SOS mediator' + + >>> id.keywords + ['water level', 'groundwater level', 'surface water flow'] + + >>> id.fees + 'NONE' + + >>> id.accessconstraints + 'NONE' + + +ServiceProvider + + >>> p = ngwd.provider + + >>> p.name + 'Geological Survey of Canada, Earth Sciences Sector, Natural Resources Canada, Government of Canada' + + >>> p.url + 'http://gw-info.net' + + + ServiceContact + + >>> sc = p.contact + + Unused fields should return nothing + >>> sc.role + >>> sc.position + 'Research Scientist' + >>> sc.instructions + >>> sc.organization + >>> sc.fax + '+1-613-995-9273' + >>> sc.hours + + >>> sc.name + 'Boyan Brodaric' + + >>> sc.phone + '+1-613-992-3562' + + >>> sc.address + '615 Booth Street' + + >>> sc.city + 'Ottawa' + + >>> sc.region + + >>> sc.postcode + 'K1A 0E9' + + >>> sc.country + 'Canada' + + >>> sc.email + 'brodaric at nrcan dot gc dot ca' + + +OperationsMetadata + + >>> o = ngwd.operations + >>> len(o) + 4 + + Get by name + >>> getcap = ngwd.get_operation_by_name('GetCapabilities') + >>> isinstance(getcap, OperationsMetadata) + True + + Get by name (case insensitive) + >>> getcap = ngwd.get_operation_by_name('getcapabilities') + >>> isinstance(getcap, OperationsMetadata) + True + + # GetCapabilities + >>> getcap.constraints + {} + + >>> getcap.parameters + {'AcceptVersions': {'values': ['2.0.0']}, 'updateSequence': {'values': []}, 'Sections': {'values': ['ServiceIdentification', 'ServiceProvider', 'OperationsMetadata', 'FilterCapabilities', 'Contents', 'All']}, 'AcceptFormats': {'values': ['text/xml', 'application/zip']}} + + >>> getcap.methods + {'Post': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw'}, 'Get': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw?'}} + + + # DescribeSensor + >>> descsen = ngwd.get_operation_by_name('describesensor') + + >>> descsen.constraints + {} + + >>> descsen.parameters + {'procedureDescriptionFormat': {'values': ['http://www.opengis.net/sensorML/1.0.1']}, 'procedure': {'values': ['urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess']}} + + + >>> descsen.methods + {'Post': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw'}, 'Get': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw?'}} + + + # GetObservation + >>> getob = ngwd.get_operation_by_name('getobservation') + + >>> getob.constraints + {} + + >>> getob.parameters + {'srsName': {'values': []}, 'temporalFilter': {'values': []}, 'offering': {'values': ['GW_LEVEL']}, 'result': {'values': []}, 'responseFormat': {'values': ['http://www.opengis.net/waterml/2.0', 'application/zip']}, 'observedProperty': {'values': ['urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel']}, 'procedure': {'values': ['urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess']}} + + >>> getob.methods + {'Post': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw'}, 'Get': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw?'}} + + +Filter_Capabilities + + >>> filter = ngwd.filters + >>> isinstance(filter, FilterCapabilities200) + False + + +Contents + >>> contents = ngwd.contents + >>> len(contents) + 1 + + + Network + >>> network = contents['GW_LEVEL'] + >>> network.id + 'GW_LEVEL' + + >>> network.procedures + ['urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess'] + + >>> srs = network.bbox_srs + >>> isinstance(srs, Crs) + True + >>> srs.id + 'http://www.opengis.net/def/crs/EPSG/0/4326' + + >>> srs.getcodeurn() + 'urn:ogc:def:crs:EPSG::4326' + + >>> srs.getcode() + 'EPSG:4326' + + # (left, bottom, right, top) + >>> network.bbox + (-120.0, 41.0, -60.0, 60.0) + + >>> bbsrs = network.bbox_srs + + >>> isinstance(bbsrs, Crs) + True + + >>> bbsrs.getcodeurn() + 'urn:ogc:def:crs:EPSG::4326' + + >>> bbsrs.getcode() + 'EPSG:4326' + + >>> bp = network.begin_position + >>> isinstance(bp, datetime) + True + >>> ep = network.end_position + >>> isinstance(ep, datetime) + True + + >>> network.observed_properties + ['urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel'] + + >>> network.response_formats + [] + + >>> network.observation_models + [] diff -Nru owslib-0.7.2/tests/doctests/swe_common_20.txt owslib-0.8.3/tests/doctests/swe_common_20.txt --- owslib-0.7.2/tests/doctests/swe_common_20.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/swe_common_20.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,88 @@ +Imports + + >>> from tests.utils import resource_file + >>> from owslib.swe.common import Time, DataChoice, DataRecord, AbstractSimpleComponent + >>> from owslib.etree import etree + +Initialize + + >>> swexml = open(resource_file('swe_ioos_multistation_timeseries.xml'), 'r').read() + >>> dr = etree.fromstring(swexml) + >>> if hasattr(dr, 'getroot'): + ... dr = dr.getroot() + >>> swe_dr = DataRecord(dr) + +Test + + # two fields, 'stations' and 'observationData' + >>> len(swe_dr.field) + 2 + >>> swe_dr.definition + 'http://mmisw.org/ont/ioos/definition/observationRecord' + + >>> stations_field = swe_dr.get_by_name("stations") + >>> stations_field.name + 'stations' + + # Single station + >>> single_station_field = stations_field.content.get_by_name("wmo_41001") + >>> single_station_field.name + 'wmo_41001' + + >>> single_station_dr = single_station_field.content + >>> single_station_dr.id + 'wmo_41001' + + # three fields: "stationID", "platformLocation", and "sensors" + >>> len(single_station_dr.field) + 3 + >>> single_station_dr.definition + 'http://mmisw.org/ont/ioos/definition/station' + + + >>> single_station_dr.get_by_name("stationID").content.definition + 'http://mmisw.org/ont/ioos/definition/stationID' + >>> single_station_dr.get_by_name("stationID").content.value + 'urn:ioos:station:wmo:41001' + + >>> vector = single_station_dr.get_by_name("platformLocation").content + >>> len(vector.coordinate) + 3 + >>> int(vector.get_by_name("latitude").content.value) + 32 + >>> int(vector.get_by_name("longitude").content.value) + -75 + >>> int(vector.get_by_name("height").content.value) + 0 + + + >>> data_field = swe_dr.get_by_name("observationData") + >>> data_field.name + 'observationData' + >>> data_et = data_field.content.elementType + >>> data_et.name + 'observations' + + >>> data_choice = data_et.content.get_by_name("sensor").content + + # 5 sensor choices for the csv block + >>> len(data_choice.item) + 5 + >>> sensor_dr = data_choice.get_by_name("wmo_41001_sensor1").content + + >>> sensor_dr.get_by_name("air_temperature").content.uom + 'Celsius' + >>> sensor_dr.get_by_name("wind_speed").content.uom + 'm/s' + >>> sensor_dr.get_by_name("wind_to_direction").content.uom + 'degrees' + + >>> encoding = data_field.content.encoding + >>> encoding.tokenSeparator + ',' + >>> encoding.blockSeparator + '\n' + >>> encoding.decimalSeparator + '.' + >>> encoding.collapseWhiteSpaces + True diff -Nru owslib-0.7.2/tests/doctests/tms.txt owslib-0.8.3/tests/doctests/tms.txt --- owslib-0.7.2/tests/doctests/tms.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/tms.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,117 @@ +You can find a list of servers at +http://svn.osgeo.org/gdal/trunk/gdal/frmts/wms/WMSServerList.txt + +Find out what a TMS has to offer. Service metadata: + + >>> from owslib import tms + >>> service = tms.TileMapService('http://maps.opengeo.org/geowebcache/service/tms/1.0.0') + >>> service.identification.title + 'Tile Map Service' + >>> service.identification.abstract + 'A Tile Map Service served by GeoWebCache' + >>> service.identification.keywords + [] + >>> service.identification.version + '1.0.0' + >>> service.identification.url + 'http://maps.opengeo.org/geowebcache' + >>> len(service.contents) > 0 + True + >>> tm = service.contents['http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@png'] + >>> tm.title + 'bluemarble' + +you can filter the contents by profile and srs: + >>> len(service.items()) + 14 + >>> len(service.items('EPSG:900913')) + 7 + >>> len(service.items(profile='global-mercator')) + 7 + >>> len(service.items('EPSG:900913', profile='global-mercator')) + 7 + >>> len(service.items('EPSG:4326', profile='global-mercator')) + 0 + >>> service.items('EPSG:4326')[0] + ('http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@png', ) + +The details of the TileMap are fetched on demand + >>> tm._tile_map == None + True + >>> tm.title + 'bluemarble' + >>> tm.abstract + >>> tm._tile_map == None + False + >>> tm.srs + 'EPSG:4326' + >>> tm.extension + 'png' + >>> tm.height + 256 + >>> tm.width + 256 + >>> tm.mimetype + 'image/png' + >>> tm.boundingBox + (-180.0, -90.0, 180.0, 90.0) + >>> tm.origin + (-180.0, -90.0) + + + + +You can get tiles by their x,y,z indices, the title of the tilemap, projection and mime-type + >>> service.gettile(10,10,0, title='bluemarble', srs='EPSG:4326', mimetype='image/png').geturl() + 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@png/0/10/10.png?' + >>> service.gettile(10,10,1, title='bluemarble', srs='EPSG:4326', mimetype='image/jpeg').geturl() + 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@jpeg/1/10/10.jpeg?' + +if mimetype is ommited the tile is fetched from the first TileMap found: + >>> service.gettile(10,10,1, title='bluemarble', srs='EPSG:900913').geturl() + 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A900913@jpeg/1/10/10.jpeg?' + + + +You can also specify the Tilemap by id: + >>> service.gettile(10,10,0, 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A900913@jpeg').geturl() + 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A900913@jpeg/0/10/10.jpeg?' + + +An extensive test with: + >>> servers = [ + ... 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0', + ... 'http://demo.opengeo.org/geoserver/gwc/service/tms/1.0.0', + ... 'http://osm.omniscale.net/proxy/tms/1.0.0', + ... 'http://apps.esdi-humboldt.cz/mapproxy/tms/1.0.0', + ... 'http://apps.esdi-humboldt.cz/cgi-bin/tilecache/tilecache.cgi/1.0.0', + ... # 'http://tilecache.osgeo.org/wms-c/tilecache.py/1.0.0/', + ... 'http://tileserver.maptiler.com/tms', + ... ] + +# uncomment if you want to test all of the above +# >>> for server in servers: +# ... service = tms.TileMapService(server) +# ... service.identification.title +# ... service.identification.version +# ... len(service.items()) +# ... len(service.items('EPSG:900913')) +# ... len(service.items(profile='global-mercator')) +# ... len(service.items('EPSG:4326')) +# ... for tm in service.contents.values(): +# ... tm.title +# ... tm._tile_map == None +# ... tm.abstract +# ... tm._tile_map +# ... tm.srs +# ... tm.mimetype +# ... tm.extension +# ... tm.boundingBox +# ... tm.origin +# ... tm.type + + + + + + diff -Nru owslib-0.7.2/tests/doctests/wcs_idee.txt owslib-0.8.3/tests/doctests/wcs_idee.txt --- owslib-0.7.2/tests/doctests/wcs_idee.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wcs_idee.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,35 @@ +COWS Web Coverage Service doctest +============================ + +WCS Version 1.0.0 +================= + + >>> from tests.utils import cast_tuple_int_list, scratch_file + >>> from owslib.wcs import WebCoverageService + + >>> wcs=WebCoverageService('http://www.idee.es/wcs/IDEE-WCS-UTM30N/wcsServlet') + >>> wcs.version + '1.0.0' + >>> wcs.url + 'http://www.idee.es/wcs/IDEE-WCS-UTM30N/wcsServlet' + >>> wcs.identification.service + 'IDEE-WCS-UTM30N' + >>> wcs.provider.name + u'Instituto Geogr\xe1fico Nacional' + >>> wcs.contents.keys() + ['MDT25_peninsula_pendientes', 'MDT_peninsula_baleares_aspecto', 'MDT1000_peninsula_baleares', 'MDT500_peninsula_baleares', 'MDT_peninsula_baleares', 'MDT500_peninsula_baleares_pendientes', 'MDT1000_peninsula_baleares_pendientes', 'MDT_peninsula_baleares_pendientes', 'MDT25_peninsula_ZIP', 'MDT25_peninsula_aspecto', 'MDT500_peninsula_baleares_aspecto', 'MDT1000_peninsula_baleares_aspecto'] + >>> cvg=wcs['MDT25_peninsula_pendientes'] + >>> cvg.title + 'MDT25 Pendientes Peninsula' + >>> cast_tuple_int_list(cvg.boundingBoxWGS84) + [-8, 35, 3, 43] + >>> cvg.timelimits + [] + >>> cvg.supportedFormats + ['GeoTIFF', 'AsciiGrid', 'FloatGrid_Zip'] + >>> map(lambda x: x.getcode(), cvg.supportedCRS) + ['EPSG:4326', 'EPSG:4230', 'EPSG:23028', 'EPSG:23029', 'EPSG:23030', 'EPSG:23031', 'EPSG:23030'] + >>> output=wcs.getCoverage(identifier='MDT25_peninsula_pendientes',bbox=(600000,4200000,601000,4201000),crs='EPSG:23030', format='AsciiGrid', resX=25, resY=25) + >>> f=open(scratch_file('test_idee.grd'), 'wb') + >>> f.write(output.read()) + >>> f.close() diff -Nru owslib-0.7.2/tests/doctests/wcs_thredds.txt owslib-0.8.3/tests/doctests/wcs_thredds.txt --- owslib-0.7.2/tests/doctests/wcs_thredds.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wcs_thredds.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,95 @@ +Web Coverage Service: #This is an example that shows how to the OWSLib wcs client to make requests from the Unidata WCS. +==================== + +Version 1.0.0 +======== + +Imports + + >>> from owslib.wcs import WebCoverageService + >>> from tests.utils import scratch_file + + >>> wcs=WebCoverageService('http://thredds.ucar.edu/thredds/wcs/grib/NCEP/NAM/CONUS_80km/best', version='1.0.0') + >>> wcs.url + 'http://thredds.ucar.edu/thredds/wcs/grib/NCEP/NAM/CONUS_80km/best' + >>> wcs.version + '1.0.0' + >>> wcs.identification.service + >>> wcs.identification.version + '1.0.0' + >>> wcs.identification.title + >>> wcs.identification.abstract + >>> wcs.identification.keywords + [] + >>> wcs.identification.fees + 'NONE' + >>> wcs.identification.accessConstraints + 'NONE' + +#There is no 'ResponsibleParty' information in the NCEP/NAM capabilities document, so wcs.provider is empty. +#but if there was you could do: +#wcs.provider.url +#and.. +#wcs.provider.contact.organization +#wcs.provider.contact.email +#wcs.provider.contact.address +#etc... for region, city, postcode, country + +Print the ids of all layers (actually just the first 3): + >>> wcs.contents.keys()[:3] + ['Geopotential_height_zeroDegC_isotherm', 'Temperature_tropopause', 'Temperature_layer_between_two_pressure_difference_from_ground_layer'] + + +#To further interrogate a single "coverage" get the coverageMetadata object +#You can either do: + >>> cvg= wcs.contents['Temperature_tropopause'] #to get it from the dictonary + +#or even simpler you can do: + >>> cvg=wcs['Temperature_tropopause'] + + >>> cvg.boundingBoxWGS84 + (-153.58891112103777, 11.747698396806157, -48.598408556239576, 57.484319872365305) + + >>> len(cvg.timepositions)>1 #The old test kept failing as the response timepositions kept changign on the server + True + + >>> filter(None, map(lambda x: x.getcode(), cvg.supportedCRS)) + ['EPSG:9802'] + + >>> cvg.supportedFormats + ['GeoTIFF', 'GeoTIFF_Float', 'NetCDF3'] + + >>> cvg.grid.axislabels + ['x', 'y'] + + >>> cvg.grid.dimension + 2 + + >>> cvg.grid.lowlimits + ['0', '0'] + + >>> cvg.grid.highlimits + ['92', '64'] + + >>> cvg.grid.origin + ['-4223.61279296875', '-832.2073364257812'] + + >>> cvg.grid.offsetvectors + [['81.27100405485734', '0.0'], ['0.0', '81.27100086212158']] + + +#Now we have enough information to build a getCoverage request: + >>> covID='Temperature_tropopause' + >>> timeRange=['2009-01-08T06:00:00', '2009-01-08T12:00:00'] #Okay, you should be able to select a range of times, but the server doesn't seem to like it. + >>> timeRange=[cvg.timepositions[10]] #So for now I'll just choose one timestep (from cvg.timepositions) + >>> bb=(-140, -15, 30, 55) # chosen from cvg.boundingBoxWGS84 + >>> formatType='NetCDF3' # chosen from cvg.supportedFormats + +#Make the actual getCoverage request. + >>> output=wcs.getCoverage(identifier=covID,time=timeRange,bbox=bb, format=formatType) + +#Then write this to a netcdf file. + >>> filename = scratch_file('threddstest.nc') + >>> f=open(filename, 'wb') + >>> f.write(output.read()) + >>> f.close() diff -Nru owslib-0.7.2/tests/doctests/wfs1_generic.txt owslib-0.8.3/tests/doctests/wfs1_generic.txt --- owslib-0.7.2/tests/doctests/wfs1_generic.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wfs1_generic.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,53 @@ +Imports and initialize + + >>> from owslib.wfs import WebFeatureService + >>> from tests.utils import resource_file + + >>> getcapsin = open(resource_file("wfs_HSRS_GetCapabilities_1_1_0.xml")).read() + >>> wfs = WebFeatureService('http://gis.bnhelp.cz/ows/crwfs', xml=getcapsin, version='1.1.0') + +Test the capabilities info + >>> wfs.identification.service + 'OGC WFS' + >>> wfs.identification.version + '1.1.0' + >>> wfs.identification.title + 'Help Service Gazeteer' + >>> wfs.identification.abstract + 'Vyhledavani sidel WFS' + >>> wfs.identification.keywords + ['Czech republic', 'gazeeteer'] + >>> wfs.identification.fees + 'none' + >>> wfs.identification.accessconstraints + 'for non profit use' + >>> wfs.provider.name + 'Help Service Remote Sensing, ltd.' + >>> wfs.provider.url + 'http://www.hsrs.cz' + >>> wfs.provider.contact.email + >>> wfs.provider.contact.phone + >>> wfs.provider.contact.name + u'Stanislav Hol\xfd' + >>> wfs.provider.contact.organization + >>> wfs.provider.contact.city + >>> wfs.provider.contact.region + >>> wfs.provider.contact.postcode + >>> wfs.provider.contact.country + +Test the getfeature method + + >>> wfs.contents.keys() + ['kraje', 'okresy', 'nuts1', 'orp', 'nuts2', 'states', 'sidla', 'nuts3'] + + >>> wfs.contents['okresy'].crsOptions[0].getcodeurn() + 'urn:ogc:def:crs:EPSG::4326' + + >>> wfs.getGETGetFeatureRequest(typename=['okresy'], maxfeatures=2) + 'http://gis.bnhelp.cz/ows/crwfs?maxfeatures=2&typename=okresy&version=1.1.0&request=GetFeature&service=WFS' + + >>> wfs.getGETGetFeatureRequest(typename=['okresy'], maxfeatures=2, bbox=[15,49,16,51,'urn:ogc:def:crs:EPSG:4326']) + 'http://gis.bnhelp.cz/ows/crwfs?service=WFS&maxfeatures=2&request=GetFeature&typename=okresy&version=1.1.0&bbox=49%2C15%2C51%2C16%2Curn%3Aogc%3Adef%3Acrs%3AEPSG%3A%3A4326' + + >>> wfs.getGETGetFeatureRequest(typename=['okresy'], maxfeatures=2, bbox=[-685336,-993518,-684996,-993285]) + 'http://gis.bnhelp.cz/ows/crwfs?service=WFS&maxfeatures=2&request=GetFeature&typename=okresy&version=1.1.0&bbox=-993518%2C-685336%2C-993285%2C-684996%2Curn%3Aogc%3Adef%3Acrs%3AEPSG%3A%3A4326' diff -Nru owslib-0.7.2/tests/doctests/wfs2_generic.txt owslib-0.8.3/tests/doctests/wfs2_generic.txt --- owslib-0.7.2/tests/doctests/wfs2_generic.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wfs2_generic.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,51 @@ +Imports and initialize + + >>> from owslib.wfs import WebFeatureService + >>> from tests.utils import resource_file + + >>> getcapsin = open(resource_file("wfs_CUZK_GetCapabilities_2_0_0.xml")).read() + >>> wfs = WebFeatureService('http://services.cuzk.cz/wfs/inspire-cp-wfs.asp', xml=getcapsin, version='2.0.0') + +Test the capabilities info + >>> wfs.identification.service + 'OGC WFS' + >>> wfs.identification.version + '2.0.0' + >>> wfs.identification.title + 'CZE INSPIRE Download Service - Cadastral Parcels' + >>> wfs.identification.abstract + 'Cadastral Parcels - INSPIRE themes' + >>> wfs.identification.keywords + ['Cadastral Parcel Boundaries', 'Cadastral parcel polygons', 'Cadastral Zoning polygons'] + >>> wfs.identification.fees + >>> wfs.identification.accessconstraints + >>> wfs.provider.name + 'Czech Office for Surveying, Mapping and Cadastre' + >>> wfs.provider.url + 'www.cuzk.cz' + >>> wfs.provider.contact.email + >>> wfs.provider.contact.phone + '+420284041550' + >>> wfs.provider.contact.name + >>> wfs.provider.contact.organization + >>> wfs.provider.contact.city + >>> wfs.provider.contact.region + >>> wfs.provider.contact.postcode + >>> wfs.provider.contact.country + +Test the getfeature method + + >>> wfs.contents.keys() + ['CP:CadastralBoundary', 'CP:CadastralZoning', 'CP:CadastralParcel'] + + >>> wfs.contents['CP:CadastralBoundary'].crsOptions[0].getcodeurn() + 'urn:ogc:def:crs:EPSG::102067' + + >>> wfs.getGETGetFeatureRequest(typename=['CP:CadastralBoundary'], maxfeatures=2) + 'http://services.cuzk.cz/wfs/inspire-cp-wfs.asp?maxfeatures=2&typename=CP%3ACadastralBoundary&version=2.0.0&request=GetFeature&service=WFS' + + >>> wfs.getGETGetFeatureRequest(typename=['CP:CadastralBoundary'], maxfeatures=2, bbox=[15,49,16,51,'urn:ogc:def:crs:EPSG:4326']) + 'http://services.cuzk.cz/wfs/inspire-cp-wfs.asp?service=WFS&maxfeatures=2&request=GetFeature&typename=CP%3ACadastralBoundary&version=2.0.0&bbox=49%2C15%2C51%2C16%2Curn%3Aogc%3Adef%3Acrs%3AEPSG%3A%3A4326' + + >>> wfs.getGETGetFeatureRequest(typename=['CP:CadastralBoundary'], maxfeatures=2, bbox=[-685336,-993518,-684996,-993285]) + 'http://services.cuzk.cz/wfs/inspire-cp-wfs.asp?service=WFS&maxfeatures=2&request=GetFeature&typename=CP%3ACadastralBoundary&version=2.0.0&bbox=-685336%2C-993518%2C-684996%2C-993285%2Curn%3Aogc%3Adef%3Acrs%3AEPSG%3A%3A102067' diff -Nru owslib-0.7.2/tests/doctests/wfs_MapServerWFSCapabilities.txt owslib-0.8.3/tests/doctests/wfs_MapServerWFSCapabilities.txt --- owslib-0.7.2/tests/doctests/wfs_MapServerWFSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wfs_MapServerWFSCapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,103 @@ + +Imports + + >>> from tests.utils import cast_tuple_int_list, resource_file + >>> from owslib.wfs import WebFeatureService + +Fake a request to a WFS Server using saved doc from. + + >>> xml = open(resource_file('mapserver-wfs-cap.xml'), 'r').read() + >>> wfs = WebFeatureService('url', version='1.0', xml=xml) + +Test capabilities + +Service Identification: + + >>> wfs.identification.type + 'MapServer WFS' + + >>> wfs.identification.version + '1.0' + + >>> wfs.identification.title + 'Bird Studies Canada WMS/WFS Server' + + >>> wfs.identification.abstract + 'Bird Studies Canada WMS/WFS Server for bird distribution and abundance data, and related information. Bird Studies Canada gratefully acknowledges the support of Environment Canada - Canadian Information System for the Environment in developing this service.' + + >>> wfs.identification.keywords + ['\n birds\n distribution\n abundance\n conservation\n sites\n monitoring\n populations\n canada\n '] + + >>> wfs.identification.accessconstraints + 'None' + + >>> wfs.identification.fees + 'None' + +Service Provider: + + >>> wfs.provider.name + 'MapServer WFS' + + >>> wfs.provider.url + 'http://geodiscover.cgdi.ca/gdp/search?action=entrySummary&entryType=webService&entryId=3920&entryLang=en&portal=gdp' + + #TODO: test contact info: + #>>> wfs.provider.contact.name + + +Test available content layers + + >>> wfs.contents.keys() + ['CBC_PT', 'OBBA_REGION', 'IBA', 'MMP', 'CBC_PY', 'OBBA_SQUARE', 'BBS_PT', 'OWLS', 'OBBA_BLOCK', 'CLLS'] + + >>> [wfs[layer].title for layer in wfs.contents] + ['Canadian Christmas Bird Count Locations', 'Ontario Breeding Bird Atlas Administrative Regions', 'Canadian Important Bird Areas', 'Marsh Monitoring Program Route Locations', 'Canadian Christmas Bird Count Locations', 'Ontario Breeding Bird Atlas 10 km Squares', 'Breeding Bird Survey Route Start Points', 'Nocturnal Owl Survey Locations', 'Ontario Breeding Bird Atlas 100 km Blocks', 'Canadian Lakes Loon Survey Locations'] + +Test single item accessor + + >>> wfs['IBA'].title + 'Canadian Important Bird Areas' + + >>> wfs['IBA'].boundingBox + + >>> cast_tuple_int_list(wfs['IBA'].boundingBoxWGS84) + [-141, 41, -52, 78] + + >>> map(lambda x: x.getcode(), wfs['IBA'].crsOptions) + ['EPSG:4326'] + + >>> wfs['IBA'].verbOptions + ['{http://www.opengis.net/wfs}Query'] + +Expect a KeyError for invalid names + + >>> wfs['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wfs.operations] + ['{http://www.opengis.net/wfs}GetCapabilities', '{http://www.opengis.net/wfs}DescribeFeatureType', '{http://www.opengis.net/wfs}GetFeature'] + + >>> wfs.getOperationByName('{http://www.opengis.net/wfs}GetFeature').methods + {'{http://www.opengis.net/wfs}Get': {'url': 'http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?'}, '{http://www.opengis.net/wfs}Post': {'url': 'http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?'}} + + >>> wfs.getOperationByName('{http://www.opengis.net/wfs}GetFeature').formatOptions + ['{http://www.opengis.net/wfs}GML2', '{http://www.opengis.net/wfs}GML3'] + + +Test exceptions + + >>> wfs.exceptions + [] + +Lastly, test the getcapabilities method + + >>> wfs = WebFeatureService('http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?', version='1.0') + >>> xml = wfs.getcapabilities().read() + >>> xml.find(' 0 + True + diff -Nru owslib-0.7.2/tests/doctests/wfs_MapServerWFSFeature.txt owslib-0.8.3/tests/doctests/wfs_MapServerWFSFeature.txt --- owslib-0.7.2/tests/doctests/wfs_MapServerWFSFeature.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wfs_MapServerWFSFeature.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,19 @@ + +Imports + + >>> from owslib.wfs import WebFeatureService + +Test the getfeature method + + >>> wfs = WebFeatureService('http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?', version='1.0.0') + >>> response = wfs.getfeature(typename=['IBA'], maxfeatures=5) + >>> response.read().find(' 0 + True + +Handle service exception + + >>> response = wfs.getfeature(typename=['totally bogus'], maxfeatures=5) + Traceback (most recent call last): + ... + ServiceException: msWFSGetFeature(): WFS server error. TYPENAME 'totally bogus' doesn't exist in this server. Please check the capabilities and reformulate your request. + diff -Nru owslib-0.7.2/tests/doctests/wfs_USDASSURGO.txt owslib-0.8.3/tests/doctests/wfs_USDASSURGO.txt --- owslib-0.7.2/tests/doctests/wfs_USDASSURGO.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wfs_USDASSURGO.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,10 @@ +# Test ability of OWSLib.wfs to interact with USDA SSURGO WFS 1.0.0 web service +# Contact e-mail: selimnairb@gmail.com + +>>> import unittest +>>> from owslib.wfs import WebFeatureService +>>> wfs_filter = "Geometry -76.766960,39.283611 -76.684120,39.338394 " +>>> wfs = WebFeatureService('http://SDMDataAccess.nrcs.usda.gov/Spatial/SDMWGS84Geographic.wfs', version='1.0.0') +>>> response = wfs.getfeature(typename=('MapunitPolyExtended',), filter=wfs_filter, propertyname=None) +>>> response.read().find(' 0 +True diff -Nru owslib-0.7.2/tests/doctests/wml10_cuahsi.txt owslib-0.8.3/tests/doctests/wml10_cuahsi.txt --- owslib-0.7.2/tests/doctests/wml10_cuahsi.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wml10_cuahsi.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,43 @@ + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.waterml.wml10 import WaterML_1_0 as wml + +Test GetSiteInfo + + >>> f = open(resource_file('cuahsi_example_get_siteinfo_10.xml'), 'r').read() + >>> response = wml(f).response + + >>> response.site_names + ['Little Bear River at Mendon Road near Mendon, Utah'] + >>> site = response.sites[0] + >>> site.variable_names + ['Battery voltage', 'Oxygen, dissolved percent of saturation', 'Oxygen, dissolved', 'Specific conductance, unfiltered', 'Phosphorus, total as P', 'pH, unfiltered', 'Phosphorus, total as P, filtered', 'Turbidity', 'Solids, total Suspended', 'Gage height', 'Temperature'] + >>> codes = site.variable_codes + >>> sorted(codes) + ['USU10', 'USU11', 'USU12', 'USU13', 'USU3', 'USU32', 'USU33', 'USU34', 'USU35', 'USU36', 'USU37', 'USU39', 'USU4', 'USU40', 'USU41', 'USU5', 'USU6', 'USU7', 'USU8', 'USU9'] + >>> var = site[codes[7]] + >>> var.unit.name + 'nephelometric turbidity units' + >>> var.unit.id + >>> var.notes + {} + >>> var.no_data_value + '-9999' + +Test GetValues + + >>> f = open(resource_file('cuahsi_example_get_values_10.xml')).read() + >>> response = wml(f).response + + >>> response.variable_names + ['Phosphorus, total as P'] + >>> response.variable_codes + ['USU39'] + >>> series = response.get_series_by_variable('Phosphorus, total as P') + >>> series = series[0] + >>> values = series.values[0] + >>> values.get_date_values() + [(datetime.datetime(2008, 4, 14, 13, 0), '0.1192'), (datetime.datetime(2008, 4, 14, 13, 0), '0.114'), (datetime.datetime(2008, 4, 14, 14, 0), '0.1424'), (datetime.datetime(2008, 4, 14, 15, 0), '0.1814'), (datetime.datetime(2008, 4, 14, 16, 0), '0.3841'), (datetime.datetime(2008, 4, 14, 18, 0), '0.9124'), (datetime.datetime(2008, 4, 14, 20, 0), '0.0655'), (datetime.datetime(2008, 4, 14, 21, 0), '0.4342'), (datetime.datetime(2008, 4, 14, 22, 0), '0.9543'), (datetime.datetime(2008, 4, 14, 23, 0), '0.7308'), (datetime.datetime(2008, 4, 14, 23, 0), '0.7004'), (datetime.datetime(2008, 4, 15, 0, 0), '0.6097'), (datetime.datetime(2008, 4, 15, 1, 0), '0.5544'), (datetime.datetime(2008, 4, 15, 1, 0), '0.6182'), (datetime.datetime(2008, 4, 15, 1, 0), '0.5476'), (datetime.datetime(2008, 4, 15, 2, 0), '0.5728'), (datetime.datetime(2008, 4, 15, 2, 0), '0.369'), (datetime.datetime(2008, 4, 15, 2, 0), '0.3664'), (datetime.datetime(2008, 4, 15, 2, 0), '0.4767'), (datetime.datetime(2008, 4, 15, 3, 0), '0.3144'), (datetime.datetime(2008, 4, 15, 4, 0), '0.4517'), (datetime.datetime(2008, 4, 15, 5, 0), '0.3838'), (datetime.datetime(2008, 4, 15, 6, 0), '0.4702'), (datetime.datetime(2008, 4, 15, 7, 0), '0.389'), (datetime.datetime(2008, 4, 15, 8, 0), '0.4949'), (datetime.datetime(2008, 4, 15, 9, 0), '0.2778'), (datetime.datetime(2008, 4, 15, 10, 0), '0.3576'), (datetime.datetime(2008, 4, 15, 11, 0), '0.3618'), (datetime.datetime(2008, 4, 15, 12, 0), '0.2803')] + diff -Nru owslib-0.7.2/tests/doctests/wml11_cuahsi.txt owslib-0.8.3/tests/doctests/wml11_cuahsi.txt --- owslib-0.7.2/tests/doctests/wml11_cuahsi.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wml11_cuahsi.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,154 @@ +Using WaterML 1.1 for examples + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.waterml.wml11 import WaterML_1_1 as wml + +An example GetSites response (from cuahsi) + >>> f = open(resource_file('cuahsi_example_all_sites.xml'), 'r').read() + >>> sites = wml(f).response + +Can view the queryInfo structure for information about the query + >>> sites.query_info.creation_time + datetime.datetime(2009, 6, 12, 10, 47, 54, 531250, tzinfo=tzoffset(None, -25200)) + >>> sites.query_info.notes + ['ALL Sites(empty request)'] + >>> sites.query_info.criteria.method_called + 'GetSites' + +Get a list of codes for the sites returned + >>> codes = sites.site_codes + >>> codes + [['USU-LBR-Mendon'], ['USU-LBR-Paradise'], ['USU-LBR-ExpFarm'], ['USU-LBR-SFLower'], ['USU-LBR-EFLower'], ['USU-LBR-EFWeather'], ['USU-LBR-SFUpper'], ['USU-LBR-ParadiseRepeater'], ['USU-LBR-EFRepeater'], ['USU-LBR-Wellsville'], ['USU-LBR-Confluence'], ['10105900']] + +Get the names ofthe sites + >>> sites.site_names + ['Little Bear River at Mendon Road near Mendon, Utah', 'Little Bear River at McMurdy Hollow near Paradise, Utah', 'Utah State University Experimental Farm near Wellsville, Utah', 'South Fork Little Bear River below Davenport Creek near Avon, Utah', 'East Fork Little Bear River at Paradise Canal Diversion near Avon, Utah', 'Little Bear River Upper Weather Station near Avon, Utah', 'South Fork Little Bear River above Davenport Creek near Avon, Utah', 'Radio Repeater near Paradise, Utah', 'East Fork Little Bear River Radio Repeater near Avon, Utah', 'Little Bear River near Wellsville, Utah', 'Little Bear River below Confluence of South and East Forks near Avon, Utah', 'Little Bear River at Paradise, Utah'] + +Get a site to view it in more detail + >>> site = sites[codes[0][0]] + >>> site.geo_coords + [('-111.946402', '41.718473')] + >>> site.latitudes + ['41.718473'] + >>> site.longitudes + ['-111.946402'] + >>> info = site.site_info + >>> info.notes + [] + >>> info.site_properties + {'County': 'Cache', 'PosAccuracy_m': '1', 'State': 'Utah', 'Site Comments': 'Located below county road bridge at Mendon Road crossing'} + >>> info.altname + >>> info.elevation + '1345' + +An example GetSiteInfo response + >>> f = open(resource_file('cuahsi_example_siteinfo_multiple.xml')).read() + >>> sites = wml(f).response + + >>> sites.query_info.criteria.method_called + 'GetSiteInfo' + +List codes and names of the sites + >>> codes = sites.site_codes + >>> codes + [['USU-LBR-Mendon'], ['USU-LBR-Wellsville']] + >>> sites.site_names + ['Little Bear River at Mendon Road near Mendon, Utah', 'Little Bear River near Wellsville, Utah'] + +Get a site for a closer look + >>> site = sites[codes[1][0]] + >>> site.geo_coords + [('-111.917649', '41.643457')] + +Get the (first) catalog of series for the site + >>> catalog = site[0] + +Get a series from the catalog for a closer look + >>> series = catalog[3] + >>> series.properties + {} + >>> series.begin_date_time + datetime.datetime(2007, 11, 5, 14, 30) + >>> series.end_date_time + datetime.datetime(2008, 4, 5, 20, 30) + >>> series.method_id + '23' + >>> series.source_id + '2' + >>> series.value_count + '7309' + >>> series.value_type + 'Field Observation' + >>> series.name + 'Turbidity' + >>> series.organization + 'Utah State University Utah Water Research Laboratory' + +List variable names and codes + >>> site.variable_names + ['Battery voltage', 'Oxygen, dissolved percent of saturation', 'Oxygen, dissolved', 'Specific conductance, unfiltered', 'Phosphorus, total as P', 'pH, unfiltered', 'Phosphorus, total as P, filtered', 'Turbidity', 'Solids, total Suspended', 'Gage height', 'Temperature'] + >>> site.variable_codes + ['USU7', 'USU6', 'USU5', 'USU4', 'USU3', 'USU41', 'USU9', 'USU8', 'USU13', 'USU34', 'USU36', 'USU10', 'USU33', 'USU32', 'USU35', 'USU40', 'USU39'] + +Get a variable by its code + >>> variable = site['USU7'] + >>> variable.variable_name + 'Turbidity' + >>> variable.properties + {} + >>> variable.speciation + 'Not Applicable' + >>> variable.unit.name + 'nephelometric turbidity units' + >>> variable.time_scale.unit.name + 'second' + +Example GetValues response + >>> f = open(resource_file('cuahsi_example_get_values.xml')).read() + >>> series = wml(f).response + + >>> series.query_info.criteria.method_called + 'GetValuesForASite' + +List the names of the series returned (usually None) + >>> series.series_names + [None, None, None, None, None, None, None, None, None, None, None, None] + +List the variables and their codes + >>> series.variable_names + ['Battery voltage', 'Turbidity', 'Temperature', 'Gage height', 'Battery Voltage'] + >>> codes = series.variable_codes + >>> codes + ['USU7', 'USU6', 'USU5', 'USU4', 'USU3', 'USU9', 'USU8', 'USU13', 'USU12', 'USU11', 'USU10', 'SDSC45'] + +Get variables by code + >>> var = series.get_series_by_variable(var_code=codes[3]) + +Get the first values set from the first variable retrieved from the code + >>> vals = var[0].values[0] + +List (in tuple) the dates and their corresponding measurements + >>> vals.get_date_values() + [(datetime.datetime(2005, 8, 5, 0, 0), '34.53'), (datetime.datetime(2005, 8, 5, 0, 30), '37.12'), (datetime.datetime(2005, 8, 5, 1, 0), '35.97'), (datetime.datetime(2005, 8, 5, 1, 30), '35.78'), (datetime.datetime(2005, 8, 5, 2, 0), '35.68'), (datetime.datetime(2005, 8, 5, 2, 30), '36.08'), (datetime.datetime(2005, 8, 5, 3, 0), '37.8'), (datetime.datetime(2005, 8, 5, 3, 30), '37.93'), (datetime.datetime(2005, 8, 5, 4, 0), '38.88'), (datetime.datetime(2005, 8, 5, 4, 30), '37.34'), (datetime.datetime(2005, 8, 5, 5, 0), '35.15'), (datetime.datetime(2005, 8, 5, 5, 30), '35.96'), (datetime.datetime(2005, 8, 5, 6, 0), '35.62'), (datetime.datetime(2005, 8, 5, 6, 30), '34.72'), (datetime.datetime(2005, 8, 5, 7, 0), '34.7'), (datetime.datetime(2005, 8, 5, 7, 30), '33.54'), (datetime.datetime(2005, 8, 5, 8, 0), '34.98'), (datetime.datetime(2005, 8, 5, 8, 30), '31.65'), (datetime.datetime(2005, 8, 5, 9, 0), '32.49'), (datetime.datetime(2005, 8, 5, 9, 30), '32.78'), (datetime.datetime(2005, 8, 5, 10, 0), '30.58'), (datetime.datetime(2005, 8, 5, 10, 30), '32.8'), (datetime.datetime(2005, 8, 5, 11, 0), '31.83'), (datetime.datetime(2005, 8, 5, 11, 30), '30.71'), (datetime.datetime(2005, 8, 5, 12, 0), '30.82'), (datetime.datetime(2005, 8, 5, 12, 30), '29.72'), (datetime.datetime(2005, 8, 5, 13, 0), '27.05'), (datetime.datetime(2005, 8, 5, 13, 30), '25.5'), (datetime.datetime(2005, 8, 5, 14, 0), '24.69'), (datetime.datetime(2005, 8, 5, 14, 30), '26.03'), (datetime.datetime(2005, 8, 5, 15, 0), '25.55'), (datetime.datetime(2005, 8, 5, 15, 30), '25.96'), (datetime.datetime(2005, 8, 5, 16, 0), '24.72'), (datetime.datetime(2005, 8, 5, 16, 30), '23.36'), (datetime.datetime(2005, 8, 5, 17, 0), '24.21'), (datetime.datetime(2005, 8, 5, 17, 30), '25.61'), (datetime.datetime(2005, 8, 5, 18, 0), '24.73'), (datetime.datetime(2005, 8, 5, 18, 30), '25.73'), (datetime.datetime(2005, 8, 5, 19, 0), '24.76'), (datetime.datetime(2005, 8, 5, 19, 30), '24.96'), (datetime.datetime(2005, 8, 5, 20, 0), '25.69'), (datetime.datetime(2005, 8, 5, 20, 30), '27.34'), (datetime.datetime(2005, 8, 5, 21, 0), '27.14'), (datetime.datetime(2005, 8, 5, 21, 30), '27.7'), (datetime.datetime(2005, 8, 5, 22, 0), '28.88'), (datetime.datetime(2005, 8, 5, 22, 30), '30.44'), (datetime.datetime(2005, 8, 5, 23, 0), '32.14'), (datetime.datetime(2005, 8, 5, 23, 30), '34.02'), (datetime.datetime(2005, 8, 6, 0, 0), '33.61')] + +Example GetVariables response + >>> f = open(resource_file('cuahsi_example_get_variables.xml')).read() + >>> varis = wml(f).response + +Just a list of variables + >>> codes = varis.variable_codes + >>> codes + ['USU3', 'USU4', 'USU5', 'USU6', 'USU7', 'USU8', 'USU9', 'USU10', 'USU11', 'USU12', 'USU13', 'USU14', 'USU15', 'USU16', 'USU17', 'USU18', 'USU19', 'USU20', 'USU21', 'USU22', 'USU23', 'USU24', 'USU25', 'USU26', 'USU27', 'USU28', 'USU29', 'USU30', 'USU31', 'USU32', 'USU33', 'USU34', 'USU35', 'USU36', 'USU37', 'USU38', 'USU39', 'USU40', 'USU41', 'USU42', 'USU43', 'SDSC45'] + >>> varis.variable_names + ['Battery voltage', 'Temperature', 'Gage height', 'Solids, total Suspended', 'Specific conductance, unfiltered', 'Oxygen, dissolved', 'Wind direction', 'Oxygen, dissolved percent of saturation', 'Radiation, incoming shortwave', 'Relative humidity', 'Phosphorus, total as P', 'pH, unfiltered', 'Battery Voltage', 'Phosphorus, total as P, filtered', 'Barometric pressure', 'Discharge', 'Turbidity', 'Precipitation', 'Wind speed'] + >>> var = varis[codes[10]] + >>> var.variable_name + 'Gage height' + >>> var.no_data_value + '-9999' + >>> var.properties + {} + >>> var.unit.name + 'international foot' diff -Nru owslib-0.7.2/tests/doctests/wms_GeoServerCapabilities.txt owslib-0.8.3/tests/doctests/wms_GeoServerCapabilities.txt --- owslib-0.7.2/tests/doctests/wms_GeoServerCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wms_GeoServerCapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,92 @@ +Imports + + >>> from tests.utils import cast_tuple_int_list, cast_tuple_int_list_srs, resource_file + >>> from owslib.wms import WebMapService + +Fake a request to a WMS Server using saved doc from GeoServer, using a subset +of the sample data distributed with the installer. +http://localhost:8080/geoserver/wms?request=GetCapabilities + + >>> xml = open(resource_file('wms_geoserver-cap.xml'), 'r').read() + >>> wms = WebMapService('url', version='1.1.1', xml=xml) + +Test capabilities + + >>> wms.identification.type + 'OGC:WMS' + + >>> wms.identification.title + 'My GeoServer WMS' + + >>> wms.identification.abstract + 'This is a description of your Web Map Server.' + + >>> wms.provider.url + 'http://localhost:8080/geoserver/wms' + + >>> wms.identification.keywords + ['WFS', 'WMS', 'GEOSERVER'] + + >>> p = wms.provider.contact + >>> p.name + >>> p.email + +Test available content layers + + >>> 'opengeo:poi' in wms.contents.keys() + True + + >>> layers=[wms[layer].title for layer in wms.contents] + >>> 'Points of Interest' in layers + True + +Test single item accessor + + >>> wms['opengeo:poi'].title + 'Points of Interest' + + >>> cast_tuple_int_list_srs(wms['opengeo:poi'].boundingBox) + [-74, 40, -74, 40, 'EPSG:4326'] + + >>> cast_tuple_int_list(wms['opengeo:poi'].boundingBoxWGS84) + [-74, 40, -74, 40] + + >>> wms['opengeo:poi'].crsOptions + ['EPSG:4326'] + + >>> wms['opengeo:poi'].attribution + {'url': 'http://svn.codehaus.org/geoserver/trunk/data/release/data/', 'logo_size': (353, 112), 'logo_url': 'http://geoserver.org/s/1518/25/0.1/_/download/resources/com.atlassian.confluence.themes.geoserver%3Ageoserver/chrome/geoserver-logo.png', 'title': 'GeoServer Sample Data'} + + >>> wms['opengeo:poi'].styles + {'point': {'legend': 'http://localhost:8080/geoserver/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=poi', 'title': 'A boring default style'}} + +Expect a KeyError for invalid names + + >>> wms['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wms.operations] + ['GetCapabilities', 'GetMap', 'GetFeatureInfo', 'DescribeLayer', 'GetLegendGraphic'] + + >>> wms.getOperationByName('GetMap').methods + {'Get': {'url': 'http://localhost:8080/geoserver/wms?SERVICE=WMS&'}} + + >>> wms.getOperationByName('GetMap').formatOptions + ['image/png', 'application/atom xml', 'application/atom+xml', 'application/openlayers', 'application/pdf', 'application/rss xml', 'application/rss+xml', 'application/vnd.google-earth.kml', 'application/vnd.google-earth.kml xml', 'application/vnd.google-earth.kml+xml', 'application/vnd.google-earth.kmz', 'application/vnd.google-earth.kmz xml', 'application/vnd.google-earth.kmz+xml', 'atom', 'image/geotiff', 'image/geotiff8', 'image/gif', 'image/jpeg', 'image/png8', 'image/svg', 'image/svg xml', 'image/svg+xml', 'image/tiff', 'image/tiff8', 'kml', 'kmz', 'openlayers', 'rss'] + +Test exceptions + + >>> wms.exceptions + ['application/vnd.ogc.se_xml', 'application/vnd.ogc.se_inimage'] + +Lastly, test the getcapabilities method + +# >>> wms = WebMapService('http://wms.telascience.org/cgi-bin/ngBM_wms?', version='1.1.1') +# >>> xml = wms.getcapabilities().read() +# >>> xml.find('') > 0 +# True + diff -Nru owslib-0.7.2/tests/doctests/wms_geoserver_mass_gis.txt owslib-0.8.3/tests/doctests/wms_geoserver_mass_gis.txt --- owslib-0.7.2/tests/doctests/wms_geoserver_mass_gis.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wms_geoserver_mass_gis.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,109 @@ + +Imports + + >>> from owslib.wms import WebMapService + >>> from tests.utils import cast_tuple_int_list, cast_tuple_int_list_srs, resource_file, scratch_file + >>> import os + +Fake a request to a GeoServer WMS Server using saved doc from +http://giswebservices.massgis.state.ma.us/geoserver/wms + + >>> xml = open(resource_file('wms_mass_gis-caps.xml'), 'r').read() + >>> wms = WebMapService('url', version='1.1.1', xml=xml) + +Test capabilities +----------------- + + >>> wms.identification.type + 'OGC:WMS' + >>> wms.identification.version + '1.1.1' + >>> wms.identification.title + 'Massachusetts Data from MassGIS (GeoServer)' + >>> wms.identification.abstract + 'Statewide Massachusetts data served by MassGIS via GeoServer.' + >>> wms.identification.keywords + ['WMS', 'GEOSERVER', 'Massachusetts', 'MassGIS'] + >>> wms.identification.accessconstraints + 'NONE' + >>> wms.identification.fees + 'NONE' + >>> wms.provider.url + 'http://giswebservices.massgis.state.ma.us/geoserver/wms' + + +Check contact info (some of it is missing) + >>> wms.provider.contact.name + 'Aleda Freeman' + >>> wms.provider.contact.email + 'aleda.freeman@state.ma.us' + >>> wms.provider.contact.address + '1 Ashburton Pl, Room 1601' + >>> wms.provider.contact.city + 'Boston' + >>> wms.provider.contact.country + 'USA' + >>> wms.provider.contact.region + 'MA' + >>> wms.provider.contact.postcode + '02114' + >>> wms.provider.contact.organization + 'MassGIS - Information Technology Division' + >>> wms.provider.contact.position + 'GIS Programmer' + +Test available content layers + >>> type(wms.items()) + + >>> type(wms.contents) + + + +Test single item accessor + + >>> wms['massgis:GISDATA.SHORELINES_ARC'].title + 'Shoreline Change' + + >>> wms['massgis:GISDATA.SHORELINES_ARC'].keywords + ['MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_shorelines_arc.htm', 'Change', 'GISDATA.SHORELINES_ARC', 'Shoreline', 'massgis_sde'] + + >>> cast_tuple_int_list_srs(wms['massgis:GISDATA.SHORELINES_ARC'].boundingBox) + [231474, 777443, 331004, 958511, 'EPSG:26986'] + + >>> cast_tuple_int_list(wms['massgis:GISDATA.SHORELINES_ARC'].boundingBoxWGS84) + [-71, 41, -69, 42] + + >>> wms['massgis:GISDATA.SHORELINES_ARC'].styles + {'GISDATA.SHORELINES_ARC::Default': {'legend': 'http://giswebservices.massgis.state.ma.us/geoserver/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=GISDATA.SHORELINES_ARC', 'title': None}} + +Expect a KeyError for invalid names + + >>> wms['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wms.operations] + ['GetCapabilities', 'GetMap', 'GetFeatureInfo', 'DescribeLayer', 'GetLegendGraphic'] + + >>> wms.getOperationByName('GetMap').methods + {'Get': {'url': 'http://giswebservices.massgis.state.ma.us/geoserver/wms?SERVICE=WMS&'}} + + >>> len(wms.getOperationByName('GetMap').formatOptions) + 29 + +Test exceptions + + >>> wms.exceptions + ['application/vnd.ogc.se_xml', 'application/vnd.ogc.se_inimage'] + + +Lastly, test the getcapabilities and getmap methods + + >>> wms = WebMapService('http://giswebservices.massgis.state.ma.us/geoserver/wms', version='1.1.1') + >>> img = wms.getmap(layers=['massgis:GISDATA.SHORELINES_ARC'], styles=[''], srs='EPSG:4326', bbox=(-70.8, 42, -70, 42.8), size=(300, 300), format='image/jpeg', transparent=True) + >>> out = open(scratch_file('massgis_shoreline.jpg'), 'wb') + >>> out.write(img.read()) + >>> out.close() diff -Nru owslib-0.7.2/tests/doctests/wms_JPLCapabilities.txt owslib-0.8.3/tests/doctests/wms_JPLCapabilities.txt --- owslib-0.7.2/tests/doctests/wms_JPLCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wms_JPLCapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,113 @@ + +Imports + + >>> from owslib.wms import WebMapService + >>> from tests.utils import resource_file + >>> import os + +Fake a request to a WMS Server using saved doc from +http://wms.jpl.nasa.gov/wms.cgi. + + >>> xml = open(resource_file('wms_JPLCapabilities.xml'), 'r').read() + >>> wms = WebMapService('url', version='1.1.1', xml=xml) + +Test capabilities +----------------- + + >>> wms.identification.type + 'OGC:WMS' + >>> wms.identification.version + '1.1.1' + >>> wms.identification.title + 'JPL Global Imagery Service' + >>> wms.identification.abstract + 'WMS Server maintained by JPL, worldwide satellite imagery.' + >>> wms.identification.keywords + ['ImageryBaseMapsEarthCover', 'Imagery', 'BaseMaps', 'EarthCover', 'JPL', 'Jet Propulsion Laboratory', 'Landsat', 'WMS', 'SLD', 'Global'] + >>> wms.identification.accessconstraints + 'Server is load limited' + >>> wms.identification.fees + 'none' + >>> wms.provider.name + 'JPL' + >>> wms.provider.url + 'http://OnEarth.jpl.nasa.gov/index.html' + +Check contact info (some of it is missing) + >>> wms.provider.contact.name + 'Lucian Plesea' + >>> wms.provider.contact.email + 'lucian.plesea@jpl.nasa.gov' + >>> wms.provider.contact.address + >>> wms.provider.contact.city + >>> wms.provider.contact.country + >>> wms.provider.contact.region + >>> wms.provider.contact.postcode + >>> wms.provider.contact.organization + 'JPL' + >>> wms.provider.contact.position + + +Test available content layers + >>> type(wms.items()) + + >>> type(wms.contents) + + +NOTE: Not sure this dictionary interface is right...?? + + >>> sorted(wms.contents.keys()) + ['BMNG', 'daily_afternoon', 'daily_planet', 'gdem', 'global_mosaic', 'global_mosaic_base', 'huemapped_srtm', 'modis', 'srtm_mag', 'srtmplus', 'us_colordem', 'us_elevation', 'us_landsat_wgs84', 'us_ned', 'worldwind_dem'] + + >>> sorted([wms[layer].id for layer in wms.contents]) + ['BMNG', 'daily_afternoon', 'daily_planet', 'gdem', 'global_mosaic', 'global_mosaic_base', 'huemapped_srtm', 'modis', 'srtm_mag', 'srtmplus', 'us_colordem', 'us_elevation', 'us_landsat_wgs84', 'us_ned', 'worldwind_dem'] + + +Test single item accessor + + >>> wms['global_mosaic'].title + 'WMS Global Mosaic, pan sharpened' + + >>> wms['global_mosaic'].keywords + [] + +['GlobalMosaic', 'Imagery', 'BaseMaps', 'EarthCover', 'JPL', 'Jet Propulsion Laboratory', 'Landsat', 'WMS', 'SLD', 'Global'] + + >>> wms['global_mosaic'].boundingBox + + >>> wms['global_mosaic'].boundingBoxWGS84 + (-180.0, -60.0, 180.0, 84.0) + + >>> wms['global_mosaic'].crsOptions + ['AUTO:42003', 'EPSG:4326'] + + + >>> wms['global_mosaic'].styles + {'pseudo_bright': {'title': 'Pseudo-color image (Uses IR and Visual bands, 542 mapping), gamma 1.5'}, 'pseudo': {'title': '(default) Pseudo-color image, pan sharpened (Uses IR and Visual bands, 542 mapping), gamma 1.5'}, 'visual': {'title': 'Real-color image, pan sharpened (Uses the visual bands, 321 mapping), gamma 1.5'}, 'pseudo_low': {'title': 'Pseudo-color image, pan sharpened (Uses IR and Visual bands, 542 mapping)'}, 'visual_low': {'title': 'Real-color image, pan sharpened (Uses the visual bands, 321 mapping)'}, 'visual_bright': {'title': 'Real-color image (Uses the visual bands, 321 mapping), gamma 1.5'}} + +Expect a KeyError for invalid names + + >>> wms['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wms.operations] + ['GetTileService', 'GetCapabilities', 'GetMap'] + + >>> wms.getOperationByName('GetMap').methods + {'Get': {'url': 'http://wms.jpl.nasa.gov/wms.cgi?'}} + + >>> wms.getOperationByName('GetMap').formatOptions + ['image/jpeg', 'image/png', 'image/geotiff', 'image/tiff', 'application/vnd.google-earth.kml+xml'] + +Test exceptions + + >>> wms.exceptions + ['application/vnd.ogc.se_xml'] + +Lastly, test the getcapabilities and getmap methods + + >>> wms = WebMapService('http://giswebservices.massgis.state.ma.us/geoserver/wms', version='1.1.1') \ No newline at end of file diff -Nru owslib-0.7.2/tests/doctests/wms_MesonetCapabilities.txt owslib-0.8.3/tests/doctests/wms_MesonetCapabilities.txt --- owslib-0.7.2/tests/doctests/wms_MesonetCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wms_MesonetCapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,89 @@ + +Imports + + >>> from owslib.wms import WebMapService + >>> from tests.utils import resource_file + +Fake a request to a WMS Server using saved doc from +http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r-t.cgi? + + >>> xml = open(resource_file('wms_mesonet-caps.xml'), 'r').read() + >>> wms = WebMapService('url', version='1.1.1', xml=xml) + +Test capabilities +----------------- + + >>> wms.identification.type + 'OGC:WMS' + >>> wms.identification.version + '1.1.1' + >>> wms.identification.title + 'IEM WMS Service' + >>> wms.identification.abstract + 'IEM generated CONUS composite of NWS WSR-88D level III base reflectivity.' + >>> wms.identification.keywords + [] + >>> wms.identification.accessconstraints + 'None' + +Test available content layers + + >>> sorted(wms.contents.keys()) + ['nexrad-n0r-wmst', 'nexrad_base_reflect', 'time_idx'] + + >>> sorted([wms[layer].id for layer in wms.contents]) + ['nexrad-n0r-wmst', 'nexrad_base_reflect', 'time_idx'] + + +Test single item accessor + + >>> wms['time_idx'].title + 'NEXRAD BASE REFLECT' + + >>> wms['time_idx'].keywords + [] + + >>> wms['time_idx'].boundingBox + (-126.0, 24.0, -66.0, 50.0, 'EPSG:4326') + + >>> wms['time_idx'].boundingBoxWGS84 + (-126.0, 24.0, -66.0, 50.0) + + >>> wms['time_idx'].crsOptions + ['EPSG:900913', 'EPSG:4326', 'EPSG:3857', 'EPSG:102100'] + + >>> wms['time_idx'].styles + {} + + >>> wms['time_idx'].timepositions + ['1995-01-01/2013-12-31/PT5M'] + + >>> wms['time_idx'].defaulttimeposition + '2006-06-23T03:10:00Z' + + >>> wms['nexrad_base_reflect'].timepositions + + >>> wms['nexrad_base_reflect'].defaulttimeposition + +Expect a KeyError for invalid names + + >>> wms['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wms.operations] + ['GetCapabilities', 'GetMap', 'GetFeatureInfo', 'DescribeLayer', 'GetLegendGraphic', 'GetStyles'] + + >>> wms.getOperationByName('GetMap').methods + {'Post': {'url': 'http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r-t.cgi?'}, 'Get': {'url': 'http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r-t.cgi?'}} + + >>> wms.getOperationByName('GetMap').formatOptions + ['image/png', 'image/jpeg', 'image/gif', 'image/png; mode=8bit', 'application/x-pdf', 'image/svg+xml', 'image/tiff'] + +Test exceptions + + >>> wms.exceptions + ['application/vnd.ogc.se_xml', 'application/vnd.ogc.se_inimage', 'application/vnd.ogc.se_blank'] diff -Nru owslib-0.7.2/tests/doctests/wms_TelaCapabilities.txt owslib-0.8.3/tests/doctests/wms_TelaCapabilities.txt --- owslib-0.7.2/tests/doctests/wms_TelaCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wms_TelaCapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,89 @@ + +Imports + + >>> from owslib.wms import WebMapService + >>> from tests.utils import resource_file + +Fake a request to a WMS Server using saved doc from telascience.org. +http://wms.telascience.org/cgi-bin/ngBM_wms? + + >>> xml = open(resource_file('wms_Telascience.xml'), 'r').read() + >>> wms = WebMapService('url', version='1.1.1', xml=xml) + +Test capabilities + + >>> wms.identification.type + 'OGC:WMS' + + >>> wms.identification.title + 'BM' + + >>> wms.identification.abstract + 'Blue Marble 200409' + + >>> wms.provider.url + 'http://wms.telascience.org/cgi-bin/ngBM_wms?' + + >>> wms.identification.keywords + [] + + >>> p = wms.provider.contact + >>> p.name + 'Norman Vine' + >>> p.email + 'nhv@cooa.whoi.edu' + +Test available content layers + + >>> wms.contents.keys() + ['USGS_1ft_San_Diego', 'world.topo.bathy.200409', 'ngBM'] + + + >>> [wms[layer].title for layer in wms.contents] + ['USGS 1ft San Diego', 'world.topo.bathy.200409', 'BM'] + + +Test single item accessor + + >>> wms['world.topo.bathy.200409'].title + 'world.topo.bathy.200409' + + >>> wms['world.topo.bathy.200409'].boundingBox + (-180.0, -90.0, 180.0, 90.0, 'EPSG:4326') + + >>> wms['world.topo.bathy.200409'].boundingBoxWGS84 + (-180.0, -90.0, 180.0, 90.0) + + >>> wms['world.topo.bathy.200409'].crsOptions + ['EPSG:4326', 'init=epsg:4326'] + + + >>> wms['world.topo.bathy.200409'].styles + {} + +Expect a KeyError for invalid names + + >>> wms['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wms.operations] + ['GetCapabilities', 'GetMap', 'GetFeatureInfo', 'DescribeLayer', 'GetLegendGraphic'] + + >>> wms.getOperationByName('GetMap').methods + {'Post': {'url': 'http://wms.telascience.org/cgi-bin/ngBM_wms?'}, 'Get': {'url': 'http://wms.telascience.org/cgi-bin/ngBM_wms?'}} + + >>> wms.getOperationByName('GetMap').formatOptions + ['image/gif', 'image/png', 'image/jpeg', 'image/wbmp', 'image/tiff', 'image/png; mode=24bit'] + +Test exceptions + + >>> wms.exceptions + ['application/vnd.ogc.se_xml', 'application/vnd.ogc.se_inimage', 'application/vnd.ogc.se_blank'] + +Lastly, test the getcapabilities method + + # LOOK: This WMS server no longer exists, so we are only testing the local XML file \ No newline at end of file diff -Nru owslib-0.7.2/tests/doctests/wmts_EOSDISWMTSCapabilities.txt owslib-0.8.3/tests/doctests/wmts_EOSDISWMTSCapabilities.txt --- owslib-0.7.2/tests/doctests/wmts_EOSDISWMTSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wmts_EOSDISWMTSCapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,185 @@ + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.wmts import WebMapTileService + +Fake a request to a WMTS Server using saved doc from +http://map1b.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi + + >>> xml = open(resource_file('eosdis-wmts-cap.xml'), 'r').read() + >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) + +Test capabilities +----------------- + >>> wmts.identification.type + 'OGC WMTS' + >>> wmts.identification.version + '1.0.0' + >>> wmts.identification.title + 'NASA Global Image Browse Services for EOSDIS' + >>> str.strip(wmts.identification.abstract) + 'Near real time imagery from multiple NASA instruments' + >>> wmts.identification.keywords + ['World', 'Global'] + >>> wmts.identification.accessconstraints + 'none' + >>> wmts.identification.fees + 'none' + +Service Provider: + + >>> wmts.provider.name + 'National Aeronautics and Space Administration' + + >>> wmts.provider.url + 'http://earthdata.nasa.gov/' + +Check contact info + >>> wmts.provider.contact.name + 'Jeff Schmaltz' + >>> wmts.provider.contact.position + 'Principal Support Scientist' + + # TODO: check if address can be duplicated + >>> wmts.provider.contact.address + 'Goddard Space Flight Center' + >>> wmts.provider.contact.region + 'Maryland' + >>> wmts.provider.contact.email + 'support@earthdata.nasa.gov' + >>> wmts.provider.contact.city + 'Greenbelt' + >>> wmts.provider.contact.postcode + '20771' + >>> wmts.provider.contact.country + 'United States of America' + +Test available content layers + + >>> list(wmts.contents) + ['MODIS_Aqua_SurfaceReflectance_Bands121', 'MODIS_Aqua_Cloud_Top_Temp_Night', 'MODIS_Aqua_Sea_Ice', 'MODIS_Aqua_SurfaceReflectance_Bands721', 'MODIS_Terra_SurfaceReflectance_Bands143', 'MODIS_Aqua_Snow_Cover', 'MODIS_Terra_CorrectedReflectance_Bands721', 'MODIS_Terra_Cloud_Top_Pressure_Day', 'AIRS_Dust_Score', 'MODIS_Aqua_Cloud_Top_Pressure_Night', 'MODIS_Aqua_Brightness_Temp_Band31_Day', 'MODIS_Land_Water_Mask', 'OMI_Aerosol_Index', 'MODIS_Aqua_Land_Surface_Temp_Day', 'MODIS_Aqua_Aerosol', 'OMI_Absorbing_Aerosol_Optical_Depth', 'MODIS_Terra_Cloud_Top_Pressure_Night', 'AIRS_Prata_SO2_Index_Day', 'MODIS_Terra_Sea_Ice', 'OMI_Cloud_Pressure', 'MODIS_Aqua_CorrectedReflectance_TrueColor', 'MODIS_Terra_Water_Vapor_5km_Day', 'OMI_Aerosol_Optical_Depth', 'MODIS_Aqua_Water_Vapor_5km_Day', 'MODIS_Terra_SurfaceReflectance_Bands121', 'MODIS_Terra_CorrectedReflectance_Bands367', 'OMI_SO2_Planetary_Boundary_Layer', 'AIRS_CO_Total_Column_Night', 'MODIS_Aqua_Cloud_Top_Pressure_Day', 'AIRS_Precipitation_Day', 'MODIS_Terra_Data_No_Data', 'MODIS_Terra_Brightness_Temp_Band31_Day', 'AIRS_Precipitation_Night', 'MODIS_Terra_Land_Surface_Temp_Day', 'MODIS_Terra_Cloud_Top_Temp_Night', 'MODIS_Terra_Aerosol', 'MODIS_Terra_Brightness_Temp_Band31_Night', 'MODIS_Aqua_Brightness_Temp_Band31_Night', 'AIRS_CO_Total_Column_Day', 'MODIS_Terra_SurfaceReflectance_Bands721', 'MODIS_Terra_Cloud_Top_Temp_Day', 'MODIS_Terra_CorrectedReflectance_TrueColor', 'MODIS_Terra_Land_Surface_Temp_Night', 'MODIS_Aqua_Cloud_Top_Temp_Day', 'OMI_SO2_Middle_Troposphere', 'MODIS_Terra_Water_Vapor_5km_Night', 'OMI_SO2_Lower_Troposphere', 'AIRS_Prata_SO2_Index_Night', 'MODIS_Aqua_Land_Surface_Temp_Night', 'MODIS_Aqua_SurfaceReflectance_Bands143', 'MODIS_Terra_Snow_Cover', 'MODIS_Aqua_CorrectedReflectance_Bands721', 'MODIS_Aqua_Data_No_Data', 'OMI_SO2_Upper_Troposphere_and_Stratosphere', 'MODIS_Aqua_Water_Vapor_5km_Night'] + +Test TileMatrixSet variants + # TODO: check individual values + >>> wmts.tilematrixsets.keys() + ['EPSG4326_2km', 'EPSG4326_500m', 'EPSG4326_250m', 'EPSG4326_1km'] + >>> wmts.tilematrixsets['EPSG4326_2km'].identifier + 'EPSG4326_2km' + >>> wmts.tilematrixsets['EPSG4326_2km'].crs + 'urn:ogc:def:crs:OGC:1.3:CRS84' + >>> sorted(wmts.tilematrixsets['EPSG4326_2km'].tilematrix.keys()) + ['0', '1', '2', '3', '4', '5'] + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].identifier + '0' + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].scaledenominator + 223382916.91738197 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].topleftcorner + (-180.0, 90.0) + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].tilewidth + 512 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].tileheight + 512 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].matrixwidth + 2 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].matrixheight + 1 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].identifier + '5' + >>> int(wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].scaledenominator) + 6980716 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].topleftcorner + (-180.0, 90.0) + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].tilewidth + 512 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].tileheight + 512 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].matrixwidth + 40 + >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].matrixheight + 20 + >>> wmts.tilematrixsets['EPSG4326_250m'].identifier + 'EPSG4326_250m' + >>> wmts.tilematrixsets['EPSG4326_250m'].crs + 'urn:ogc:def:crs:OGC:1.3:CRS84' + >>> sorted(wmts.tilematrixsets['EPSG4326_250m'].tilematrix.keys()) + ['0', '1', '2', '3', '4', '5', '6', '7', '8'] + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].identifier + '0' + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].topleftcorner + (-180.0, 90.0) + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].tilewidth + 512 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].tileheight + 512 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].matrixwidth + 2 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].matrixheight + 1 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].identifier + '8' + >>> int(wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].scaledenominator) + 872589 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].topleftcorner + (-180.0, 90.0) + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].tilewidth + 512 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].tileheight + 512 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].matrixwidth + 320 + >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].matrixheight + 160 + +Test single item accessor + + >>> wmts['MODIS_Aqua_SurfaceReflectance_Bands121'].title + 'MODIS_Aqua_SurfaceReflectance_Bands121' + + # check something in the middle + >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].title + 'MODIS_Aqua_Cloud_Top_Temp_Night' + >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].boundingBoxWGS84 + (-180.0, -90.0, 180.0, 90.0) + >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].id + 'MODIS_Aqua_Cloud_Top_Temp_Night' + >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].styles + {'default': {'isDefault': True, 'title': 'default'}} + >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].formats + ['image/png'] + >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].tilematrixsets + ['EPSG4326_2km'] + + >>> wmts['MODIS_Aqua_Water_Vapor_5km_Night'].title + 'MODIS_Aqua_Water_Vapor_5km_Night' + +Expect a KeyError for invalid names + + >>> wmts['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wmts.operations] + ['GetCapabilities', 'GetTile'] + + >>> wmts.getOperationByName('GetTile').methods + {'Get': {'url': 'http://map1b.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi?', 'encodings': ['KVP']}} + +Test the gettile methods + + # TODO - more checks + >>> try: + ... from PIL import Image + ... import cStringIO + ... except: + ... pass + ... else: + ... rq = wmts.buildTileRequest(layer='MODIS_Aqua_SurfaceReflectance_Bands121', tilematrix='0', row=0, column=0) + ... assert rq == 'SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=MODIS_Aqua_SurfaceReflectance_Bands121&STYLE=default&TILEMATRIXSET=EPSG4326_250m&TILEMATRIX=0&TILEROW=0&TILECOL=0&FORMAT=image%2Fjpeg' + ... tile000 = wmts.gettile(layer='MODIS_Aqua_SurfaceReflectance_Bands121', tilematrix='0', row=0, column=0) + ... im = cStringIO.StringIO(tile000.read()) + ... image = Image.open(im) + ... assert image.size == (512, 512) diff -Nru owslib-0.7.2/tests/doctests/wmts_geoserver21.txt owslib-0.8.3/tests/doctests/wmts_geoserver21.txt --- owslib-0.7.2/tests/doctests/wmts_geoserver21.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wmts_geoserver21.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,143 @@ + +Imports + + >>> from tests.utils import cast_tuple_int_list, resource_file + >>> from owslib.wmts import WebMapTileService + +Fake a request to a WMTS Server using saved doc from +http://geonode.iwlearn.org/geoserver/gwc/service/wmts?REQUEST=GetCapabilities + + >>> xml = open(resource_file('geoserver21-wmts-cap.xml'), 'r').read() + >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) + +Test capabilities +----------------- + >>> wmts.identification.type + 'OGC WMTS' + >>> wmts.identification.version + '1.0.0' + >>> wmts.identification.title + 'Web Map Tile Service - GeoWebCache' + >>> wmts.identification.abstract + + >>> wmts.identification.keywords + [] + >>> wmts.identification.accessconstraints + + >>> wmts.identification.fees + + +Service Provider: + + >>> wmts.provider.name + 'http://geonode.iwlearn.org/geoserver/gwc/service/wmts' + >>> wmts.provider.url + 'http://geonode.iwlearn.org/geoserver/gwc/service/wmts' + +Check contact info + >>> wmts.provider.contact.name + 'GeoWebCache User' + >>> wmts.provider.contact.position + + +Test available content layers + >>> list(wmts.contents) + ['geonode:GH_Areas_Protegidas4326', 'geonode:GH_Manglares4326', 'geonode:GH_Sitios_Prioritarios_TNC4326', 'geonode:asfalto', 'geonode:GH_Anidamiento_de_Tortugas_Marinas4326', 'geonode:abril', 'geonode:bcp_wgs84_0511', 'geonode:GH_Est_muestreo_propuestas4326', 'geonode:red_hidrografica', 'geonode:TB_Aquifers_New', 'geonode:FEOWv1_TNC', 'geonode:MANGROVES', 'geonode:GH_Pastos_Marinos4326', 'geonode:GH_Departamentos4326', 'geonode:GH_Est_muestreo4326', 'geonode:GIS_OTHER_VEC_ISOLINES', 'geonode:SEAGRASSES', 'geonode:GH_Descargas4326', 'geonode:XYSudan', 'geonode:GH_Otras_enfermedades_Corales4326', 'geonode:XYDjibouti', 'geonode:GH_Distribucion_de_Manati4326', 'geonode:GH_Playas_arenosas4326', 'geonode:mapa_geologico_provincias4326', 'geonode:GIS_OTHER_VEC_CASP_PIPELIN', 'geonode:Longhurst_world_v4_2010', 'geonode:Diktas_Project_Area_1', 'geonode:mapa_geologico_fallas4326', 'geonode:area_de_estudio_1', 'geonode:LMEs_64', 'geonode:GH_Blanqueamiento_Corales4326', 'geonode:XYYemen', 'geonode:giwa_lme', 'geonode:undersea_features_2008', 'geonode:meow_ecos', 'geonode:World_Maritime_Boundaries_v6_1_20110512', 'geonode:GH_Arrecifes_Coralinos4326', 'geonode:GIS_OTHER_VEC_CASP_OIL_PNT', 'geonode:igrac_tba_WL_201105_projected', 'geonode:World_Fao_Zones', 'geonode:GH_Desove_Peces4326', 'geonode:abc1', 'geonode:GH_Estuarios_y_Lagunas4326', 'geonode:glwd_1', 'geonode:GH_Anidamiento_de_aves4326', 'geonode:GH_Descargas_2007_4326', 'geonode:GH_Usos_suelo_SOTERLAC4326', 'geonode:mapa_geologico4326', 'geonode:seaVoX_sea_area_polygons', 'geonode:hotspots_revisited_2004_polygons', 'geonode:Basins', 'geonode:GH_Limites_Administrativos_Pol4326', 'geonode:GH_Paises_Pol4326', 'geonode:GH_ecosistemas_terrestres4326', 'geonode:wribasin', 'geonode:ContinentalMargins', 'geonode:World_Seas', 'geonode:GH_Paises_Region_Pol4326'] + +Test TileMatrixSet variants + >>> wmts.tilematrixsets.keys() + ['GoogleMapsCompatible', 'EPSG:4326', 'GlobalCRS84Scale', 'EPSG:900913', 'GoogleCRS84Quad', 'GlobalCRS84Pixel'] + >>> wmts.tilematrixsets['GoogleMapsCompatible'].identifier + 'GoogleMapsCompatible' + >>> wmts.tilematrixsets['GoogleMapsCompatible'].crs + 'urn:ogc:def:crs:EPSG::900913' + >>> sorted(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix.keys()) + ['GoogleMapsCompatible:0', 'GoogleMapsCompatible:1', 'GoogleMapsCompatible:10', 'GoogleMapsCompatible:11', 'GoogleMapsCompatible:12', 'GoogleMapsCompatible:13', 'GoogleMapsCompatible:14', 'GoogleMapsCompatible:15', 'GoogleMapsCompatible:16', 'GoogleMapsCompatible:17', 'GoogleMapsCompatible:18', 'GoogleMapsCompatible:19', 'GoogleMapsCompatible:2', 'GoogleMapsCompatible:20', 'GoogleMapsCompatible:3', 'GoogleMapsCompatible:4', 'GoogleMapsCompatible:5', 'GoogleMapsCompatible:6', 'GoogleMapsCompatible:7', 'GoogleMapsCompatible:8', 'GoogleMapsCompatible:9'] + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].identifier + 'GoogleMapsCompatible:0' + >>> int(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].scaledenominator) + 559082264 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].topleftcorner + (-20037508.34, 20037508.0) + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].tilewidth + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].tileheight + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].matrixwidth + 1 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].matrixheight + 1 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].identifier + 'GoogleMapsCompatible:17' + >>> int(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].scaledenominator) + 4265 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].topleftcorner + (-20037508.34, 20037508.0) + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].tilewidth + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].tileheight + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].matrixwidth + 131072 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].matrixheight + 131072 + + >>> wmts.tilematrixsets['GlobalCRS84Scale'].identifier + 'GlobalCRS84Scale' + >>> wmts.tilematrixsets['GlobalCRS84Scale'].crs + 'urn:ogc:def:crs:EPSG::4326' + >>> sorted(wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix.keys()) + ['GlobalCRS84Scale:0', 'GlobalCRS84Scale:1', 'GlobalCRS84Scale:10', 'GlobalCRS84Scale:11', 'GlobalCRS84Scale:12', 'GlobalCRS84Scale:13', 'GlobalCRS84Scale:14', 'GlobalCRS84Scale:15', 'GlobalCRS84Scale:16', 'GlobalCRS84Scale:17', 'GlobalCRS84Scale:18', 'GlobalCRS84Scale:19', 'GlobalCRS84Scale:2', 'GlobalCRS84Scale:20', 'GlobalCRS84Scale:3', 'GlobalCRS84Scale:4', 'GlobalCRS84Scale:5', 'GlobalCRS84Scale:6', 'GlobalCRS84Scale:7', 'GlobalCRS84Scale:8', 'GlobalCRS84Scale:9'] + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].identifier + 'GlobalCRS84Scale:0' + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].scaledenominator + 500000000.0 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].topleftcorner + (90.0, -180.0) + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].tilewidth + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].tileheight + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].matrixwidth + 2 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].matrixheight + 1 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].identifier + 'GlobalCRS84Scale:20' + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].scaledenominator + 100.0 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].topleftcorner + (90.0, -180.0) + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].tilewidth + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].tileheight + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].matrixwidth + 5590823 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].matrixheight + 2795412 + +Test single item accessor + + >>> wmts['geonode:GH_Areas_Protegidas4326'].title + 'GOH Areas Protegidas' + >>> cast_tuple_int_list(wmts['geonode:GH_Areas_Protegidas4326'].boundingBoxWGS84) + [-92, 12, -84, 18] + >>> wmts['geonode:GH_Areas_Protegidas4326'].id + 'geonode:GH_Areas_Protegidas4326' + >>> wmts['geonode:GH_Areas_Protegidas4326'].styles + {'GH_Areas_Protegidas4326': {'isDefault': True}} + >>> wmts['geonode:GH_Areas_Protegidas4326'].formats + ['image/png', 'image/jpeg'] + >>> wmts['geonode:GH_Areas_Protegidas4326'].tilematrixsets + ['EPSG:4326', 'EPSG:900913'] + >>> wmts['geonode:GH_Areas_Protegidas4326'].infoformats + ['text/plain', 'text/html', 'application/vnd.ogc.gml'] + >>> wmts['geonode:GH_Areas_Protegidas4326'].resourceURLs + [] + +Test operations + # TODO + +Test the gettile methods + # TODO diff -Nru owslib-0.7.2/tests/doctests/wmts_SFSWorldWMTSCapabilities.txt owslib-0.8.3/tests/doctests/wmts_SFSWorldWMTSCapabilities.txt --- owslib-0.7.2/tests/doctests/wmts_SFSWorldWMTSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wmts_SFSWorldWMTSCapabilities.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,225 @@ + +Imports + + >>> from tests.utils import cast_tuple_int_list, resource_file + >>> from owslib.wmts import WebMapTileService + +Fake a request to a WMTS Server using saved doc from +http://server.caris.com/spatialfusionserver/services/ows/wmts/World/1.0.0/WMTSCapabilities.xml + + >>> xml = open(resource_file('sfs-wmts-cap-world.xml'), 'r').read() + >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) + +Test capabilities +----------------- + >>> wmts.identification.type + 'WMTS' + >>> wmts.identification.version + '1.0.0' + >>> wmts.identification.title + + >>> wmts.identification.abstract + + >>> wmts.identification.keywords + [] + >>> wmts.identification.accessconstraints + 'None' + >>> wmts.identification.fees + 'conditions unknown' + +Test service metadata URL (RESTful API) + >>> wmts.serviceMetadataURL + 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/1.0.0/WMTSCapabilities.xml' + +Service Provider: + + >>> wmts.provider.name + 'CARIS' + + >>> wmts.provider.url + +Check contact info + >>> wmts.provider.contact.name + 'Andy Hoggarth' + >>> wmts.provider.contact.position + 'Marketing & Sales Manager' + >>> wmts.provider.contact.phone + '1 (506) 459-3849' + >>> wmts.provider.contact.address + '115 Waggoners Lane' + >>> wmts.provider.contact.region + 'New Brunswick' + >>> wmts.provider.contact.email + 'info@caris.com' + >>> wmts.provider.contact.city + 'Fredericton' + >>> wmts.provider.contact.postcode + 'E3B 2L4' + >>> wmts.provider.contact.country + 'Canada' + +Test available content layers + + >>> list(wmts.contents) + ['World', 'Ocean'] + +Test TileMatrixSet variants + + >>> wmts.tilematrixsets.keys() + ['GoogleMapsCompatible', 'GlobalCRS84Scale'] + >>> wmts.tilematrixsets['GoogleMapsCompatible'].identifier + 'GoogleMapsCompatible' + >>> wmts.tilematrixsets['GoogleMapsCompatible'].crs + 'urn:ogc:def:crs:EPSG:6.18:3:3857' + >>> sorted(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix.keys()) + ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '2', '3', '4', '5', '6', '7', '8', '9'] + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].identifier + '0' + >>> int(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].scaledenominator) + 559082264 + >>> cast_tuple_int_list(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].topleftcorner) + [-20037508, -20037508] + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].tilewidth + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].tileheight + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].matrixwidth + 1 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].matrixheight + 1 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].identifier + '17' + >>> int(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].scaledenominator) + 4265 + >>> cast_tuple_int_list(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].topleftcorner) + [-20037508, -20037508] + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].tilewidth + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].tileheight + 256 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].matrixwidth + 131072 + >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].matrixheight + 131072 + + >>> wmts.tilematrixsets['GlobalCRS84Scale'].identifier + 'GlobalCRS84Scale' + >>> wmts.tilematrixsets['GlobalCRS84Scale'].crs + 'urn:ogc:def:crs:OGC:1.3:CRS84' + >>> sorted(wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix.keys()) + ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '2', '20', '3', '4', '5', '6', '7', '8', '9'] + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].identifier + '0' + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].scaledenominator + 500000000.0 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].topleftcorner + (90.0, -180.0) + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].tilewidth + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].tileheight + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].matrixwidth + 2 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].matrixheight + 1 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].identifier + '20' + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].scaledenominator + 100.0 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].topleftcorner + (90.0, -180.0) + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].tilewidth + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].tileheight + 256 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].matrixwidth + 2097152 + >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].matrixheight + 1048576 + +Test single item accessor + + >>> wmts['World'].title + 'World' + >>> cast_tuple_int_list(wmts['World'].boundingBoxWGS84) + [-179, -90, 179, 83] + >>> wmts['World'].id + 'World' + >>> wmts['World'].styles + {'default': {'isDefault': True}} + >>> wmts['World'].formats + ['image/png'] + >>> wmts['World'].tilematrixsets + ['GlobalCRS84Scale', 'GoogleMapsCompatible'] + >>> wmts['World'].infoformats + ['application/gml+xml; version=3.1'] + >>> wmts['World'].resourceURLs + [{'resourceType': 'tile', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/World/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}.png', 'format': 'image/png'}, {'resourceType': 'FeatureInfo', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/World/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}/{j}/{i}.xml', 'format': 'application/gml+xml; version=3.1'}] + + >>> wmts['Ocean'].title + 'Ocean' + >>> cast_tuple_int_list(wmts['Ocean'].boundingBoxWGS84) + [-179, -85, 179, 89] + >>> wmts['Ocean'].id + 'Ocean' + >>> wmts['Ocean'].styles + {'default': {'isDefault': True}} + >>> wmts['Ocean'].formats + ['image/png'] + >>> wmts['Ocean'].tilematrixsets + ['GlobalCRS84Scale', 'GoogleMapsCompatible'] + >>> wmts['Ocean'].infoformats + ['application/gml+xml; version=3.1'] + >>> wmts['Ocean'].resourceURLs + [{'resourceType': 'tile', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/Ocean/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}.png', 'format': 'image/png'}, {'resourceType': 'FeatureInfo', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/Ocean/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}/{j}/{i}.xml', 'format': 'application/gml+xml; version=3.1'}] + +Test themes + >>> wmts.themes.keys() + ['Earth'] + >>> wmts.themes['Earth'].title + 'Earth' + >>> wmts.themes['Earth'].identifier + 'Earth' + >>> wmts.themes['Earth'].abstract + + >>> wmts.themes['Earth'].layerRefs + ['World', 'Ocean'] + + + +Expect a KeyError for invalid names + + >>> wmts['utterly bogus'].title + Traceback (most recent call last): + ... + KeyError: 'No content named utterly bogus' + +Test operations + + >>> [op.name for op in wmts.operations] + ['GetTile', 'GetFeatureInfo', 'GetCapabilities'] + + >>> wmts.getOperationByName('GetFeatureInfo').methods + {'Get': {'url': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World', 'encodings': ['KVP']}} + + >>> wmts.getOperationByName('GetTile').methods + {'Get': {'url': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World', 'encodings': ['KVP']}} + + >>> wmts.getOperationByName('GetCapabilities').methods + {'Get': {'url': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World', 'encodings': ['KVP']}} + + +Test the gettile methods + >>> try: + ... from PIL import Image + ... except: + ... pass + ... else: + ... rq = wmts.buildTileRequest(layer='World', tilematrix='0', row=0, column=0) + ... assert rq == 'SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=World&STYLE=default&TILEMATRIXSET=GlobalCRS84Scale&TILEMATRIX=0&TILEROW=0&TILECOL=0&FORMAT=image%2Fpng' + ... import cStringIO + ... tile000 = wmts.gettile(layer='World', tilematrix='0', row=0, column=0) + ... im = cStringIO.StringIO(tile000.read()) + ... image = Image.open(im) + ... assert image.size == (256, 256) + diff -Nru owslib-0.7.2/tests/doctests/wmts.txt owslib-0.8.3/tests/doctests/wmts.txt --- owslib-0.7.2/tests/doctests/wmts.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wmts.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,40 @@ + +Imports + + >>> from tests.utils import scratch_file + +Find out what a WMTS has to offer. Service metadata: + + >>> from owslib.wmts import WebMapTileService + >>> wmts = WebMapTileService("http://map1c.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi") + >>> wmts.identification.type + 'OGC WMTS' + >>> wmts.identification.version + '1.0.0' + >>> wmts.identification.title + 'NASA Global Imagery Browse Services for EOSDIS' + >>> str.strip(wmts.identification.abstract) + 'Near real time imagery from multiple NASA instruments' + >>> wmts.identification.keywords + ['World', 'Global'] + +Service Provider: + + >>> wmts.provider.name + 'National Aeronautics and Space Administration' + + >>> wmts.provider.url + 'http://earthdata.nasa.gov/' + +Available Layers: + + >>> sorted(list(wmts.contents)) + ['AIRS_CO_Total_Column_Day', 'AIRS_CO_Total_Column_Night', 'AIRS_Dust_Score', 'AIRS_Prata_SO2_Index_Day', 'AIRS_Prata_SO2_Index_Night', 'AIRS_Precipitation_Day', 'AIRS_Precipitation_Night', 'MLS_CO_215hPa_Day', 'MLS_CO_215hPa_Night', 'MLS_H2O_46hPa_Day', 'MLS_H2O_46hPa_Night', 'MLS_HNO3_46hPa_Day', 'MLS_HNO3_46hPa_Night', 'MLS_N2O_46hPa_Day', 'MLS_N2O_46hPa_Night', 'MLS_O3_46hPa_Day', 'MLS_O3_46hPa_Night', 'MLS_SO2_147hPa_Day', 'MLS_SO2_147hPa_Night', 'MLS_Temperature_46hPa_Day', 'MLS_Temperature_46hPa_Night', 'MODIS_Aqua_Aerosol', 'MODIS_Aqua_Brightness_Temp_Band31_Day', 'MODIS_Aqua_Brightness_Temp_Band31_Night', 'MODIS_Aqua_Chlorophyll_A', 'MODIS_Aqua_Cloud_Top_Pressure_Day', 'MODIS_Aqua_Cloud_Top_Pressure_Night', 'MODIS_Aqua_Cloud_Top_Temp_Day', 'MODIS_Aqua_Cloud_Top_Temp_Night', 'MODIS_Aqua_CorrectedReflectance_Bands721', 'MODIS_Aqua_CorrectedReflectance_TrueColor', 'MODIS_Aqua_Data_No_Data', 'MODIS_Aqua_Land_Surface_Temp_Day', 'MODIS_Aqua_Land_Surface_Temp_Night', 'MODIS_Aqua_Sea_Ice', 'MODIS_Aqua_Snow_Cover', 'MODIS_Aqua_SurfaceReflectance_Bands121', 'MODIS_Aqua_SurfaceReflectance_Bands143', 'MODIS_Aqua_SurfaceReflectance_Bands721', 'MODIS_Aqua_Water_Vapor_5km_Day', 'MODIS_Aqua_Water_Vapor_5km_Night', 'MODIS_Combined_Value_Added_AOD', 'MODIS_Terra_Aerosol', 'MODIS_Terra_Brightness_Temp_Band31_Day', 'MODIS_Terra_Brightness_Temp_Band31_Night', 'MODIS_Terra_Chlorophyll_A', 'MODIS_Terra_Cloud_Top_Pressure_Day', 'MODIS_Terra_Cloud_Top_Pressure_Night', 'MODIS_Terra_Cloud_Top_Temp_Day', 'MODIS_Terra_Cloud_Top_Temp_Night', 'MODIS_Terra_CorrectedReflectance_Bands367', 'MODIS_Terra_CorrectedReflectance_Bands721', 'MODIS_Terra_CorrectedReflectance_TrueColor', 'MODIS_Terra_Data_No_Data', 'MODIS_Terra_Land_Surface_Temp_Day', 'MODIS_Terra_Land_Surface_Temp_Night', 'MODIS_Terra_Sea_Ice', 'MODIS_Terra_Snow_Cover', 'MODIS_Terra_SurfaceReflectance_Bands121', 'MODIS_Terra_SurfaceReflectance_Bands143', 'MODIS_Terra_SurfaceReflectance_Bands721', 'MODIS_Terra_Water_Vapor_5km_Day', 'MODIS_Terra_Water_Vapor_5km_Night', 'MODIS_Water_Mask', 'OMI_Absorbing_Aerosol_Optical_Depth', 'OMI_Aerosol_Index', 'OMI_Aerosol_Optical_Depth', 'OMI_Cloud_Pressure', 'OMI_SO2_Lower_Troposphere', 'OMI_SO2_Middle_Troposphere', 'OMI_SO2_Planetary_Boundary_Layer', 'OMI_SO2_Upper_Troposphere_and_Stratosphere', 'Sea_Surface_Temp_Blended', 'Sea_Surface_Temp_Infrared', 'Sea_Surface_Temp_Microwave', 'VIIRS_CityLights_2012'] + +Fetch a tile (using some defaults): + + >>> tile = wmts.gettile(layer='MODIS_Terra_CorrectedReflectance_TrueColor', tilematrixset='EPSG4326_250m', tilematrix='0', row=0, column=0, format="image/jpeg") + >>> out = open(scratch_file('nasa_modis_terra_truecolour.jpg'), 'wb') + >>> out.write(tile.read()) + >>> out.close() + diff -Nru owslib-0.7.2/tests/doctests/wps_describeprocess_ceda.txt owslib-0.8.3/tests/doctests/wps_describeprocess_ceda.txt --- owslib-0.7.2/tests/doctests/wps_describeprocess_ceda.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_describeprocess_ceda.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,49 @@ +Python doctest file to simulate a WPS DescribeProcess invocation. +This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.wps import WebProcessingService, printInputOutput + +Initialize WPS client + + >>> wps = WebProcessingService('http://ceda-wps2.badc.rl.ac.uk/wps',skip_caps=True) + +Execute fake invocation of DescribeProcess operation by parsing cached response from USGS service + + >>> xml = open(resource_file('wps_CEDADescribeProcess.xml'), 'r').read() + >>> process = wps.describeprocess('Doubleit', xml=xml) + +Check process description + + >>> process.identifier + 'DoubleIt' + >>> process.title + 'Doubles the input number and returns value' + >>> process.abstract + 'This is test process used to demonstrate how the WPS and the WPS User Interface work. The process accepts an integer or floating point number and returns some XML containing the input number double.' + +Check process inputs + + >>> for input in process.dataInputs: + ... print 'Process input:' + ... printInputOutput(input) + ... + Process input: + identifier=NumberToDouble, title=NumberToDouble, abstract=NumberToDouble, data type=LiteralData + Allowed Value: AnyValue + Default Value: None + minOccurs=1, maxOccurs=-1 + +Check process outputs + + >>> for output in process.processOutputs: + ... print 'Process output:' + ... printInputOutput(output) + ... + Process output: + identifier=OutputXML, title=OutputXML, abstract=OutputXML, data type=ComplexData + Supported Value: mimeType=text/XML, encoding=UTF-8, schema=NONE + Default Value: None + reference=None, mimeType=None diff -Nru owslib-0.7.2/tests/doctests/wps_describeprocess_usgs.txt owslib-0.8.3/tests/doctests/wps_describeprocess_usgs.txt --- owslib-0.7.2/tests/doctests/wps_describeprocess_usgs.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_describeprocess_usgs.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,120 @@ +Python doctest file to simulate a WPS DescribeProcess invocation. +This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.wps import WebProcessingService, printInputOutput + +Initialize WPS client + + >>> wps = WebProcessingService('http://cida.usgs.gov/gdp/process/WebProcessingService',skip_caps=True) + +Execute fake invocation of DescribeProcess operation by parsing cached response from USGS service + + >>> xml = open(resource_file('wps_USGSDescribeProcess.xml'), 'r').read() + >>> process = wps.describeprocess('gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm', xml=xml) + +Check process description + + >>> process.identifier + 'gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm' + >>> process.title + 'Feature Weighted Grid Statistics' + >>> process.abstract + 'This algorithm generates area weighted statistics of a gridded dataset for a set of vector polygon features. Using the bounding-box that encloses the feature data and the time range, if provided, a subset of the gridded dataset is requested from the remote gridded data server. Polygon representations are generated for cells in the retrieved grid. The polygon grid-cell representations are then projected to the feature data coordinate reference system. The grid-cells are used to calculate per grid-cell feature coverage fractions. Area-weighted statistics are then calculated for each feature using the grid values and fractions as weights. If the gridded dataset has a time range the last step is repeated for each time step within the time range or all time steps if a time range was not supplied.' + +Check process inputs + >>> for input in process.dataInputs: + ... print 'Process input:' + ... printInputOutput(input, indent='') + ... + Process input: + identifier=FEATURE_COLLECTION, title=Feature Collection, abstract=A feature collection encoded as a WFS request or one of the supported GML profiles., data type=ComplexData + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.0.0/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.1.1/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.1.2/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.1.2.1/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.0.0/base/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.0.1/base/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.1.0/base/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.1.1/base/feature.xsd + Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.2.1/base/feature.xsd + Default Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.0.0/feature.xsd + minOccurs=1, maxOccurs=1 + Process input: + identifier=DATASET_URI, title=Dataset URI, abstract=The base data web service URI for the dataset of interest., data type=anyURI + Allowed Value: AnyValue + Default Value: None + minOccurs=1, maxOccurs=1 + Process input: + identifier=DATASET_ID, title=Dataset Identifier, abstract=The unique identifier for the data type or variable of interest., data type=string + Allowed Value: AnyValue + Default Value: None + minOccurs=1, maxOccurs=2147483647 + Process input: + identifier=REQUIRE_FULL_COVERAGE, title=Require Full Coverage, abstract=If turned on, the service will require that the dataset of interest fully cover the polygon analysis zone data., data type=boolean + Allowed Value: True + Default Value: True + minOccurs=1, maxOccurs=1 + Process input: + identifier=TIME_START, title=Time Start, abstract=The date to begin analysis., data type=dateTime + Allowed Value: AnyValue + Default Value: None + minOccurs=0, maxOccurs=1 + Process input: + identifier=TIME_END, title=Time End, abstract=The date to end analysis., data type=dateTime + Allowed Value: AnyValue + Default Value: None + minOccurs=0, maxOccurs=1 + Process input: + identifier=FEATURE_ATTRIBUTE_NAME, title=Feature Attribute Name, abstract=The attribute that will be used to label column headers in processing output., data type=string + Allowed Value: AnyValue + Default Value: None + minOccurs=1, maxOccurs=1 + Process input: + identifier=DELIMITER, title=Delimiter, abstract=The delimiter that will be used to separate columns in the processing output., data type=string + Allowed Value: COMMA + Allowed Value: TAB + Allowed Value: SPACE + Default Value: COMMA + minOccurs=1, maxOccurs=1 + Process input: + identifier=STATISTICS, title=Statistics, abstract=Statistics that will be returned for each feature in the processing output., data type=string + Allowed Value: MEAN + Allowed Value: MINIMUM + Allowed Value: MAXIMUM + Allowed Value: VARIANCE + Allowed Value: STD_DEV + Allowed Value: WEIGHT_SUM + Allowed Value: COUNT + Default Value: None + minOccurs=1, maxOccurs=7 + Process input: + identifier=GROUP_BY, title=Group By, abstract=If multiple features and statistics are selected, this will change whether the processing output columns are sorted according to statistics or feature attributes., data type=string + Allowed Value: STATISTIC + Allowed Value: FEATURE_ATTRIBUTE + Default Value: None + minOccurs=1, maxOccurs=1 + Process input: + identifier=SUMMARIZE_TIMESTEP, title=Summarize Timestep, abstract=If selected, processing output will include columns with summarized statistics for all feature attribute values for each timestep, data type=boolean + Allowed Value: True + Default Value: True + minOccurs=0, maxOccurs=1 + Process input: + identifier=SUMMARIZE_FEATURE_ATTRIBUTE, title=Summarize Feature Attribute, abstract=If selected, processing output will include a final row of statistics summarizing all timesteps for each feature attribute value, data type=boolean + Allowed Value: True + Default Value: True + minOccurs=0, maxOccurs=1 + + +Check process outputs + >>> for output in process.processOutputs: + ... print 'Process output:' + ... printInputOutput(output, indent='') + ... + Process output: + identifier=OUTPUT, title=Output File, abstract=A delimited text file containing requested process output., data type=ComplexData + Supported Value: mimeType=text/csv, encoding=UTF-8, schema=None + Default Value: mimeType=text/csv, encoding=UTF-8, schema=None + reference=None, mimeType=None diff -Nru owslib-0.7.2/tests/doctests/wps_execute_invalid_request.txt owslib-0.8.3/tests/doctests/wps_execute_invalid_request.txt --- owslib-0.7.2/tests/doctests/wps_execute_invalid_request.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_execute_invalid_request.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,30 @@ +Python doctest file to simulate a WPS Execute invocation with INVALID arguments. +This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.wps import WebProcessingService + +Initialize WPS client + + >>> wps = WebProcessingService('http://cida.usgs.gov/gdp/process/WebProcessingService') + +Submit fake invocation of Execute operation using cached HTTP request and response + >>> request = open(resource_file('wps_USGSExecuteInvalidRequest.xml'), 'r').read() + >>> response = open(resource_file('wps_USGSExecuteInvalidRequestResponse.xml'), 'r').read() + >>> execution = wps.execute(None, [], request=request, response=response) + Executing WPS request... + Execution status=ProcessFailed + Percent completed=0 + Status message=None + owslib.wps.WPSException : {'locator': None, 'code': None, 'text': 'Attribute null not found in feature collection'} + + >>> execution.isComplete() + True + +Display errors + >>> for ex in execution.errors: + ... ex.code, ex.locator, ex.text + ... + (None, None, 'Attribute null not found in feature collection') diff -Nru owslib-0.7.2/tests/doctests/wps_execute.txt owslib-0.8.3/tests/doctests/wps_execute.txt --- owslib-0.7.2/tests/doctests/wps_execute.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_execute.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,43 @@ +Python doctest file to simulate a WPS Execute invocation. +This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.wps import WebProcessingService + +Initialize WPS client + + >>> wps = WebProcessingService('http://cida.usgs.gov/gdp/process/WebProcessingService') + +Execute fake invocation of Execute operation using cached HTTP request and response + + >>> request = open(resource_file('wps_USGSExecuteRequest1.xml'), 'r').read() + >>> response = open(resource_file('wps_USGSExecuteResponse1a.xml'), 'r').read() + >>> execution = wps.execute(None, [], request=request, response=response) + Executing WPS request... + Execution status=ProcessStarted + Percent completed=0 + Status message=None + >>> execution.status + 'ProcessStarted' + >>> execution.isComplete() + False + +Simulate end of process + + >>> response = open(resource_file('wps_USGSExecuteResponse1b.xml'), 'r').read() + >>> execution.checkStatus(sleepSecs=0, response=response) + Execution status=ProcessSucceeded + Percent completed=0 + Status message=Process successful + >>> execution.status + 'ProcessSucceeded' + >>> execution.isComplete() + True + +Display location of process output + >>> for output in execution.processOutputs: + ... output.reference + ... + 'http://cida.usgs.gov/climate/gdp/process/RetrieveResultServlet?id=1318528582026OUTPUT.601bb3d0-547f-4eab-8642-7c7d2834459e' diff -Nru owslib-0.7.2/tests/doctests/wps_getcapabilities_ceda.txt owslib-0.8.3/tests/doctests/wps_getcapabilities_ceda.txt --- owslib-0.7.2/tests/doctests/wps_getcapabilities_ceda.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_getcapabilities_ceda.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,70 @@ +Python doctest file to simulate a WPS GetCapabilities invocation. +This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.wps import WebProcessingService + +Initialize WPS client + + >>> wps = WebProcessingService('http://ceda-wps2.badc.rl.ac.uk/wps', skip_caps=True) + +Execute fake invocation of GetCapabilities operation by parsing cached response from USGS service + + >>> xml = open(resource_file('wps_CEDACapabilities.xml'), 'r').read() + >>> wps.getcapabilities(xml=xml) + +Check WPS description + + >>> wps.identification.type + 'WPS' + >>> wps.identification.title + 'WPS Pylons Test Server' + >>> wps.identification.abstract + +Check available operations + >>> for operation in wps.operations: + ... print operation.name + ... + GetCapabilities + DescribeProcess + Execute + + +Check high level process descriptions + >>> for process in wps.processes: + ... process.identifier, process.title + ... + ('CDMSSubsetVariable', 'Writes a text file and returns an output.') + ('NCDumpIt', 'Calls ncdump on the input file path and writes it to an output file.') + ('TestDap', 'Writes a text file and returns an output.') + ('CDMSDescribeVariableDomain', 'Writes a text file and returns an output.') + ('CFCheck', 'Writes a text file and returns an output.') + ('DoubleIt', 'Doubles the input number and returns value') + ('SimplePlot', 'Creates a simple map plot.') + ('CDMSListDatasets', 'Writes a text file and returns an output.') + ('CDMSListVariables', 'Writes a text file and returns an output.') + ('WCSWrapper', 'Web Coverage Service Wrapper Process') + ('GetWeatherStations', 'Writes a text file with one weather station per line') + ('ListPPFileHeader', 'Writes a text file that contains a listing of pp-records in a file.') + ('TakeAges', 'A test process to last a long time.') + ('CMIP5FileFinder', 'Writes a test file of matched CMIP5 files.') + ('SubsetPPFile', 'Filters a PP-file to generate a new subset PP-file.') + ('ExtractUKStationData', 'ExtractUKStationData') + ('CDOWrapper1', 'Writes a text file and returns an output.') + ('MMDNCDiff', 'MMDNCDiff') + ('PlotRotatedGrid', 'Creates a plot - to show we can plot a rotated grid.') + ('MMDAsync', 'Writes a text file and returns an output.') + ('MashMyDataMultiplier', 'Writes a text file and returns an output.') + ('Delegator', 'Writes a text file and returns an output.') + ('ExArchProc1', 'Writes a text file and returns an output.') + ('CDOShowInfo', 'Writes a text file and returns an output.') + ('PostTest', 'Writes a text file and returns an output.') + ('StatusTestProcess', 'An process to test status responses') + ('WaitForFileDeletionCached', 'An asynchronous job that waits for a file to be deleted') + ('WaitForAllFilesToBeDeleted', 'An asynchronous job that waits for a number of files to be deleted') + ('AsyncTest', 'Does an asynchronous test job run') + ('SyncTest1', 'Just creates a file.') + ('WaitForFileDeletion', 'An asynchronous job that waits for a file to be deleted') + ('ProcessTemplate', 'Writes a text file and returns an output.') diff -Nru owslib-0.7.2/tests/doctests/wps_getcapabilities_usgs.txt owslib-0.8.3/tests/doctests/wps_getcapabilities_usgs.txt --- owslib-0.7.2/tests/doctests/wps_getcapabilities_usgs.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_getcapabilities_usgs.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,46 @@ +Python doctest file to simulate a WPS GetCapabilities invocation. +This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. + +Imports + + >>> from tests.utils import resource_file + >>> from owslib.wps import WebProcessingService + +Initialize WPS client + + >>> wps = WebProcessingService('http://cida.usgs.gov/gdp/process/WebProcessingService', skip_caps=True) + +Execute fake invocation of GetCapabilities operation by parsing cached response from USGS service + + >>> xml = open(resource_file('wps_USGSCapabilities.xml'), 'r').read() + >>> wps.getcapabilities(xml=xml) + +Check WPS description + >>> wps.identification.type + 'WPS' + >>> wps.identification.title + 'Geo Data Portal WPS Implementation' + >>> wps.identification.abstract + 'A Geo Data Portal Service based on the 52north implementation of WPS 1.0.0' + +Check available operations + >>> for operation in wps.operations: + ... print operation.name + ... + GetCapabilities + DescribeProcess + Execute + +Check high level process descriptions + >>> for process in wps.processes: + ... process.identifier, process.title + ... + ('gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles', 'gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles') + ('gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo', 'gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo') + ('gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm', 'gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm') + ('gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm', 'gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm') + ('gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages', 'gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages') + ('gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom', 'gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom') + ('gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids', 'gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids') + ('gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore', 'gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore') + ('gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange', 'gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange') diff -Nru owslib-0.7.2/tests/doctests/wps_request2.txt owslib-0.8.3/tests/doctests/wps_request2.txt --- owslib-0.7.2/tests/doctests/wps_request2.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_request2.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,49 @@ +Python doctest file to test generation of a WPS request from input arguments. +The specific request involves a FeatureWeightedGridStatisticsAlgorithm process over a WFS feature. + +Imports + + >>> from tests.utils import resource_file, compare_xml + >>> from owslib.wps import WPSExecution, WFSFeatureCollection, WFSQuery + >>> from owslib.etree import etree + +Supply process input arguments + + >>> wfsUrl = "http://igsarm-cida-gdp2.er.usgs.gov:8082/geoserver/wfs" + >>> query = WFSQuery("sample:CONUS_States", propertyNames=['the_geom',"STATE"], filters=["CONUS_States.508","CONUS_States.469"]) + >>> featureCollection = WFSFeatureCollection(wfsUrl, query) + >>> processid = 'gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm' + >>> inputs = [ ("FEATURE_ATTRIBUTE_NAME","STATE"), + ... ("DATASET_URI", "dods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncml"), + ... ("DATASET_ID", "ccsm3_a1b_tmax"), + ... ("DATASET_ID", "ccsm3_a1b_pr"), + ... ("DATASET_ID", "ccsm3_a1fi_tmax"), + ... ("TIME_START","1960-01-01T00:00:00.000Z"), + ... ("TIME_END","1960-12-31T00:00:00.000Z"), + ... ("REQUIRE_FULL_COVERAGE","true"), + ... ("DELIMITER","COMMA"), + ... ("STATISTICS","MEAN"), + ... ("STATISTICS","MINIMUM"), + ... ("STATISTICS","MAXIMUM"), + ... ("STATISTICS","WEIGHT_SUM"), + ... ("STATISTICS","VARIANCE"), + ... ("STATISTICS","STD_DEV"), + ... ("STATISTICS","COUNT"), + ... ("GROUP_BY","STATISTIC"), + ... ("SUMMARIZE_TIMESTEP","true"), + ... ("SUMMARIZE_FEATURE_ATTRIBUTE","true"), + ... ("FEATURE_COLLECTION", featureCollection) + ... ] + >>> output = "OUTPUT" + + # build XML request for WPS process execution + >>> execution = WPSExecution() + >>> requestElement = execution.buildRequest(processid, inputs, output=output) + >>> request = etree.tostring( requestElement ) + +Compare to cached XML request + + >>> _request = open(resource_file('wps_USGSExecuteRequest2.xml'), 'r').read() + >>> compare_xml(request, _request) + True + diff -Nru owslib-0.7.2/tests/doctests/wps_request3.txt owslib-0.8.3/tests/doctests/wps_request3.txt --- owslib-0.7.2/tests/doctests/wps_request3.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_request3.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,46 @@ +Python doctest file to test generation of a WPS request from input arguments. +The specific request involves a FeatureWeightedGridStatisticsAlgorithm process over a multi-polygon feature. + +Import python modules + + >>> from tests.utils import resource_file, compare_xml + >>> from owslib.wps import GMLMultiPolygonFeatureCollection, WebProcessingService, WPSExecution + >>> from owslib.etree import etree + +Supply process input arguments + + >>> polygon = [(-102.8184, 39.5273), (-102.8184, 37.418), (-101.2363, 37.418), (-101.2363, 39.5273), (-102.8184, 39.5273)] + >>> featureCollection = GMLMultiPolygonFeatureCollection( [polygon] ) + >>> processid = 'gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm' + >>> inputs = [ ("FEATURE_ATTRIBUTE_NAME","the_geom"), + ... ("DATASET_URI", "dods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncml"), + ... ("DATASET_ID", "ccsm3_a1b_tmax"), + ... ("TIME_START","1960-01-01T00:00:00.000Z"), + ... ("TIME_END","1960-12-31T00:00:00.000Z"), + ... ("REQUIRE_FULL_COVERAGE","true"), + ... ("DELIMITER","COMMA"), + ... ("STATISTICS","MEAN"), + ... ("STATISTICS","MINIMUM"), + ... ("STATISTICS","MAXIMUM"), + ... ("STATISTICS","WEIGHT_SUM"), + ... ("STATISTICS","VARIANCE"), + ... ("STATISTICS","STD_DEV"), + ... ("STATISTICS","COUNT"), + ... ("GROUP_BY","STATISTIC"), + ... ("SUMMARIZE_TIMESTEP","false"), + ... ("SUMMARIZE_FEATURE_ATTRIBUTE","false"), + ... ("FEATURE_COLLECTION", featureCollection) + ... ] + >>> output = "OUTPUT" + + # build XML request for WPS process execution + >>> execution = WPSExecution() + >>> requestElement = execution.buildRequest(processid, inputs, output=output) + >>> request = etree.tostring( requestElement ) + +Compare to cached XML request + + >>> _request = open(resource_file('wps_USGSExecuteRequest3.xml'), 'r').read() + >>> compare_xml(request, _request) + True + diff -Nru owslib-0.7.2/tests/doctests/wps_request4.txt owslib-0.8.3/tests/doctests/wps_request4.txt --- owslib-0.7.2/tests/doctests/wps_request4.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_request4.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,26 @@ +Python doctest file to test generation of a WPS request from input arguments. +The specific request involves a "reprojectImage" process submitted to the PML WPS service. + +Imports + + >>> from tests.utils import resource_file, compare_xml + >>> from owslib.wps import WebProcessingService, WPSExecution + >>> from owslib.etree import etree + +Process input/ouutput arguments + + >>> processid = "reprojectImage" + >>> inputs = [ ("inputImage","http://rsg.pml.ac.uk/wps/testdata/elev_srtm_30m.img"), + ... ("outputSRS", "EPSG:4326") ] + >>> output = "outputImage" + + # build XML request for WPS process execution + >>> execution = WPSExecution() + >>> requestElement = execution.buildRequest(processid, inputs, output=output) + >>> request = etree.tostring( requestElement ) + +Compare to cached XML request + + >>> _request = open(resource_file('wps_PMLExecuteRequest4.xml'), 'r').read() + >>> compare_xml(request, _request) + True \ No newline at end of file diff -Nru owslib-0.7.2/tests/doctests/wps_request5.txt owslib-0.8.3/tests/doctests/wps_request5.txt --- owslib-0.7.2/tests/doctests/wps_request5.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_request5.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,26 @@ +Python doctest file to test generation of a WPS request from input arguments. +The specific request involves a "reprojectCoords" process submitted to the PML WPS service. + +Imports + + >>> from tests.utils import resource_file, compare_xml + >>> from owslib.wps import WebProcessingService, WPSExecution + >>> from owslib.etree import etree + +Process input/ouutput arguments + + >>> processid = "reprojectCoords" + >>> inputs = [ ("coords","http://rsg.pml.ac.uk/wps/testdata/coords.txt"), + ... ("outputSRS", "EPSG:32630"), + ... ("inputSRS","EPSG:4326") ] + + # build XML request for WPS process execution + >>> execution = WPSExecution() + >>> requestElement = execution.buildRequest(processid, inputs) + >>> request = etree.tostring( requestElement ) + +Compare to cached XML request + + >>> _request = open(resource_file('wps_PMLExecuteRequest5.xml'), 'r').read() + >>> compare_xml(request, _request) + True \ No newline at end of file diff -Nru owslib-0.7.2/tests/doctests/wps_request6.txt owslib-0.8.3/tests/doctests/wps_request6.txt --- owslib-0.7.2/tests/doctests/wps_request6.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_request6.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,26 @@ +Python doctest file to test generation of a WPS request from input arguments. +The specific request involves a "v.net.path" process submitted to the PML WPS service. + +Imports + + >>> from tests.utils import resource_file, compare_xml + >>> from owslib.wps import WebProcessingService, WPSExecution + >>> from owslib.etree import etree + +Process input/ouutput arguments + + >>> processid = "v.net.path" + >>> inputs = [ ("input","http://rsg.pml.ac.uk/wps/example/graph.gml"), + ... ("file","1 -960123.1421801624 4665723.56559387 -101288.65106088226 5108200.011823481")] + +Build XML request for WPS process execution + + >>> execution = WPSExecution() + >>> requestElement = execution.buildRequest(processid, inputs) + >>> request = etree.tostring( requestElement ) + +Compare to cached XML request + + >>> _request = open(resource_file('wps_PMLExecuteRequest6.xml'), 'r').read() + >>> compare_xml(request, _request) + True \ No newline at end of file diff -Nru owslib-0.7.2/tests/doctests/wps_response6.txt owslib-0.8.3/tests/doctests/wps_response6.txt --- owslib-0.7.2/tests/doctests/wps_response6.txt 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/doctests/wps_response6.txt 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,48 @@ +Instantiate WPS + + >>> from tests.utils import resource_file, compare_xml + >>> from owslib.wps import WebProcessingService + >>> wps = WebProcessingService('http://rsg.pml.ac.uk/wps/vector.cgi') + +Execute face WPS invocation + + >>> request = open(resource_file('wps_PMLExecuteRequest6.xml'), 'r').read() + >>> response = open(resource_file('wps_PMLExecuteResponse6.xml'), 'r').read() + >>> + >>> execution = wps.execute(None, [], request=request, response=response) + Executing WPS request... + Execution status=ProcessSucceeded + Percent completed=0 + Status message=PyWPS Process v.net.path successfully calculated + +Check execution result + >>> execution.status + 'ProcessSucceeded' + >>> execution.url + 'http://rsg.pml.ac.uk/wps/vector.cgi' + >>> execution.statusLocation + 'http://rsg.pml.ac.uk/wps/wpsoutputs/pywps-132084838963.xml' + >>> execution.serviceInstance + 'http://rsg.pml.ac.uk/wps/vector.cgi?service=WPS&request=GetCapabilities&version=1.0.0' + >>> execution.version + '1.0.0' + >>> output = execution.processOutputs[0] + + >>> output.identifier + 'output' + + >>> output.title + 'Name for output vector map' + + >>> output.mimeType + 'text/xml' + + >>> output.dataType + 'ComplexData' + + >>> output.reference + + >>> response = output.data[0] + >>> should_return = '''\n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t -960123.14218016264665723.56559387\n\t\t\t\t\t -101288.65106088225108200.011823481\n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t -960123.142180162365548,4665723.565593870356679,0 -960123.142180162365548,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -711230.141176006174646,4710278.48552671354264,0 -711230.141176006174646,4710278.48552671354264,0 -623656.677859728806652,4848552.374973464757204,0 -623656.677859728806652,4848552.374973464757204,0 -410100.337491964863148,4923834.82589447684586,0 -410100.337491964863148,4923834.82589447684586,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0\n\t\t\t\t\t 1\n\t\t\t\t\t 1\n\t\t\t\t\t 0\n\t\t\t\t\t 0\n\t\t\t\t\t 0\n\t\t\t\t\t 1002619.181\n\t\t\t\t\t 0\n\t\t\t\t\t 0\n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t''' + >>> compare_xml(should_return, response) + True diff -Nru owslib-0.7.2/tests/eosdis-wmts-cap.xml owslib-0.8.3/tests/eosdis-wmts-cap.xml --- owslib-0.7.2/tests/eosdis-wmts-cap.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/eosdis-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,1334 +0,0 @@ - - - - NASA Global Image Browse Services for EOSDIS - - Near real time imagery from multiple NASA instruments - - - World - Global - - OGC WMTS - 1.0.0 - none - none - - - National Aeronautics and Space Administration - - - Jeff Schmaltz - Principal Support Scientist - - - Goddard Space Flight Center - Greenbelt - Maryland - - 20771 - United States of America - support@earthdata.nasa.gov - - - - - - - - - - - - - KVP - - - - - - - - - - - - - KVP - - - - - - - - - - AIRS_CO_Total_Column_Day - - -180 -90 - 180 90 - - AIRS_CO_Total_Column_Day - - image/png - - EPSG4326_2km - - - - AIRS_CO_Total_Column_Night - - -180 -90 - 180 90 - - AIRS_CO_Total_Column_Night - - image/png - - EPSG4326_2km - - - - AIRS_Dust_Score - - -180 -90 - 180 90 - - AIRS_Dust_Score - - image/png - - EPSG4326_2km - - - - AIRS_Prata_SO2_Index_Day - - -180 -90 - 180 90 - - AIRS_Prata_SO2_Index_Day - - image/png - - EPSG4326_2km - - - - AIRS_Prata_SO2_Index_Night - - -180 -90 - 180 90 - - AIRS_Prata_SO2_Index_Night - - image/png - - EPSG4326_2km - - - - AIRS_Precipitation_Day - - -180 -90 - 180 90 - - AIRS_Precipitation_Day - - image/png - - EPSG4326_2km - - - - AIRS_Precipitation_Night - - -180 -90 - 180 90 - - AIRS_Precipitation_Night - - image/png - - EPSG4326_2km - - - - MODIS_Land_Water_Mask - - -180 -90 - 180 90 - - MODIS_Land_Water_Mask - - image/png - - EPSG4326_250m - - - - MODIS_Terra_Snow_Cover - - -180 -90 - 180 90 - - MODIS_Terra_Snow_Cover - - image/png - - EPSG4326_500m - - - - MODIS_Terra_Land_Surface_Temp_Day - - -180 -90 - 180 90 - - MODIS_Terra_Land_Surface_Temp_Day - - image/png - - EPSG4326_1km - - - - MODIS_Terra_Land_Surface_Temp_Night - - -180 -90 - 180 90 - - MODIS_Terra_Land_Surface_Temp_Night - - image/png - - EPSG4326_1km - - - - MODIS_Terra_Sea_Ice - - -180 -90 - 180 90 - - MODIS_Terra_Sea_Ice - - image/png - - EPSG4326_1km - - - - MODIS_Terra_Brightness_Temp_Band31_Day - - -180 -90 - 180 90 - - MODIS_Terra_Brightness_Temp_Band31_Day - - image/png - - EPSG4326_1km - - - - MODIS_Terra_Brightness_Temp_Band31_Night - - -180 -90 - 180 90 - - MODIS_Terra_Brightness_Temp_Band31_Night - - image/png - - EPSG4326_1km - - - - MODIS_Terra_Aerosol - - -180 -90 - 180 90 - - MODIS_Terra_Aerosol - - image/png - - EPSG4326_2km - - - - MODIS_Terra_Water_Vapor_5km_Day - - -180 -90 - 180 90 - - MODIS_Terra_Water_Vapor_5km_Day - - image/png - - EPSG4326_2km - - - - MODIS_Terra_Water_Vapor_5km_Night - - -180 -90 - 180 90 - - MODIS_Terra_Water_Vapor_5km_Night - - image/png - - EPSG4326_2km - - - - MODIS_Terra_Cloud_Top_Pressure_Day - - -180 -90 - 180 90 - - MODIS_Terra_Cloud_Top_Pressure_Day - - image/png - - EPSG4326_2km - - - - MODIS_Terra_Cloud_Top_Pressure_Night - - -180 -90 - 180 90 - - MODIS_Terra_Cloud_Top_Pressure_Night - - image/png - - EPSG4326_2km - - - - MODIS_Terra_Cloud_Top_Temp_Day - - -180 -90 - 180 90 - - MODIS_Terra_Cloud_Top_Temp_Day - - image/png - - EPSG4326_2km - - - - MODIS_Terra_Cloud_Top_Temp_Night - - -180 -90 - 180 90 - - MODIS_Terra_Cloud_Top_Temp_Night - - image/png - - EPSG4326_2km - - - - MODIS_Terra_SurfaceReflectance_Bands121 - - -180 -90 - 180 90 - - MODIS_Terra_SurfaceReflectance_Bands121 - - image/jpeg - - EPSG4326_250m - - - - MODIS_Terra_SurfaceReflectance_Bands143 - - -180 -90 - 180 90 - - MODIS_Terra_SurfaceReflectance_Bands143 - - image/jpeg - - EPSG4326_500m - - - - MODIS_Terra_SurfaceReflectance_Bands721 - - -180 -90 - 180 90 - - MODIS_Terra_SurfaceReflectance_Bands721 - - image/jpeg - - EPSG4326_500m - - - - MODIS_Terra_CorrectedReflectance_TrueColor - - -180 -90 - 180 90 - - MODIS_Terra_CorrectedReflectance_TrueColor - - image/jpeg - - EPSG4326_250m - - - - MODIS_Terra_CorrectedReflectance_Bands367 - - -180 -90 - 180 90 - - MODIS_Terra_CorrectedReflectance_Bands367 - - image/jpeg - - EPSG4326_250m - - - - MODIS_Terra_CorrectedReflectance_Bands721 - - -180 -90 - 180 90 - - MODIS_Terra_CorrectedReflectance_Bands721 - - image/jpeg - - EPSG4326_250m - - - - MODIS_Terra_Data_No_Data - - -180 -90 - 180 90 - - MODIS_Terra_Data_No_Data - - image/png - - EPSG4326_250m - - - - MODIS_Aqua_Snow_Cover - - -180 -90 - 180 90 - - MODIS_Aqua_Snow_Cover - - image/png - - EPSG4326_500m - - - - MODIS_Aqua_Land_Surface_Temp_Day - - -180 -90 - 180 90 - - MODIS_Aqua_Land_Surface_Temp_Day - - image/png - - EPSG4326_1km - - - - MODIS_Aqua_Land_Surface_Temp_Night - - -180 -90 - 180 90 - - MODIS_Aqua_Land_Surface_Temp_Night - - image/png - - EPSG4326_1km - - - - MODIS_Aqua_Sea_Ice - - -180 -90 - 180 90 - - MODIS_Aqua_Sea_Ice - - image/png - - EPSG4326_1km - - - - MODIS_Aqua_Brightness_Temp_Band31_Day - - -180 -90 - 180 90 - - MODIS_Aqua_Brightness_Temp_Band31_Day - - image/png - - EPSG4326_1km - - - - MODIS_Aqua_Brightness_Temp_Band31_Night - - -180 -90 - 180 90 - - MODIS_Aqua_Brightness_Temp_Band31_Night - - image/png - - EPSG4326_1km - - - - MODIS_Aqua_Aerosol - - -180 -90 - 180 90 - - MODIS_Aqua_Aerosol - - image/png - - EPSG4326_2km - - - - MODIS_Aqua_Water_Vapor_5km_Day - - -180 -90 - 180 90 - - MODIS_Aqua_Water_Vapor_5km_Day - - image/png - - EPSG4326_2km - - - - MODIS_Aqua_Water_Vapor_5km_Night - - -180 -90 - 180 90 - - MODIS_Aqua_Water_Vapor_5km_Night - - image/png - - EPSG4326_2km - - - - MODIS_Aqua_Cloud_Top_Pressure_Day - - -180 -90 - 180 90 - - MODIS_Aqua_Cloud_Top_Pressure_Day - - image/png - - EPSG4326_2km - - - - MODIS_Aqua_Cloud_Top_Pressure_Night - - -180 -90 - 180 90 - - MODIS_Aqua_Cloud_Top_Pressure_Night - - image/png - - EPSG4326_2km - - - - MODIS_Aqua_Cloud_Top_Temp_Day - - -180 -90 - 180 90 - - MODIS_Aqua_Cloud_Top_Temp_Day - - image/png - - EPSG4326_2km - - - - MODIS_Aqua_Cloud_Top_Temp_Night - - -180 -90 - 180 90 - - MODIS_Aqua_Cloud_Top_Temp_Night - - image/png - - EPSG4326_2km - - - - MODIS_Aqua_SurfaceReflectance_Bands121 - - -180 -90 - 180 90 - - MODIS_Aqua_SurfaceReflectance_Bands121 - - image/jpeg - - EPSG4326_250m - - - - MODIS_Aqua_SurfaceReflectance_Bands143 - - -180 -90 - 180 90 - - MODIS_Aqua_SurfaceReflectance_Bands143 - - image/jpeg - - EPSG4326_500m - - - - MODIS_Aqua_SurfaceReflectance_Bands721 - - -180 -90 - 180 90 - - MODIS_Aqua_SurfaceReflectance_Bands721 - - image/jpeg - - EPSG4326_500m - - - - MODIS_Aqua_CorrectedReflectance_TrueColor - - -180 -90 - 180 90 - - MODIS_Aqua_CorrectedReflectance_TrueColor - - image/jpeg - - EPSG4326_250m - - - - MODIS_Aqua_CorrectedReflectance_Bands721 - - -180 -90 - 180 90 - - MODIS_Aqua_CorrectedReflectance_Bands721 - - image/jpeg - - EPSG4326_250m - - - - MODIS_Aqua_Data_No_Data - - -180 -90 - 180 90 - - MODIS_Aqua_Data_No_Data - - image/png - - EPSG4326_250m - - - - OMI_Absorbing_Aerosol_Optical_Depth - - -180 -90 - 180 90 - - OMI_Absorbing_Aerosol_Optical_Depth - - image/png - - EPSG4326_2km - - - - OMI_Aerosol_Index - - -180 -90 - 180 90 - - OMI_Aerosol_Index - - image/png - - EPSG4326_2km - - - - OMI_Aerosol_Optical_Depth - - -180 -90 - 180 90 - - OMI_Aerosol_Optical_Depth - - image/png - - EPSG4326_2km - - - - OMI_Cloud_Pressure - - -180 -90 - 180 90 - - OMI_Cloud_Pressure - - image/png - - EPSG4326_2km - - - - OMI_SO2_Upper_Troposphere_and_Stratosphere - - -180 -90 - 180 90 - - OMI_SO2_Upper_Troposphere_and_Stratosphere - - image/png - - EPSG4326_2km - - - - OMI_SO2_Planetary_Boundary_Layer - - -180 -90 - 180 90 - - OMI_SO2_Planetary_Boundary_Layer - - image/png - - EPSG4326_2km - - - - OMI_SO2_Lower_Troposphere - - -180 -90 - 180 90 - - OMI_SO2_Lower_Troposphere - - image/png - - EPSG4326_2km - - - - OMI_SO2_Middle_Troposphere - - -180 -90 - 180 90 - - OMI_SO2_Middle_Troposphere - - image/png - - EPSG4326_2km - - - - EPSG4326_2km - urn:ogc:def:crs:OGC:1.3:CRS84 - - - 0 - 223382916.9173819721 - - -180 90 - - 512 - 512 - - 2 - 1 - - - 1 - 111691458.4586909860 - - -180 90 - - 512 - 512 - - 3 - 2 - - - 2 - 55845729.2293454930 - - -180 90 - - 512 - 512 - - 5 - 3 - - - 3 - 27922864.6146727465 - - -180 90 - - 512 - 512 - - 10 - 5 - - - 4 - 13961432.3073363733 - - -180 90 - - 512 - 512 - - 20 - 10 - - - 5 - 6980716.1536681866 - - -180 90 - - 512 - 512 - - 40 - 20 - - - - EPSG4326_1km - urn:ogc:def:crs:OGC:1.3:CRS84 - - - 0 - 223382916.9173819721 - - -180 90 - - 512 - 512 - - 2 - 1 - - - 1 - 111691458.4586909860 - - -180 90 - - 512 - 512 - - 3 - 2 - - - 2 - 55845729.2293454930 - - -180 90 - - 512 - 512 - - 5 - 3 - - - 3 - 27922864.6146727465 - - -180 90 - - 512 - 512 - - 10 - 5 - - - 4 - 13961432.3073363733 - - -180 90 - - 512 - 512 - - 20 - 10 - - - 5 - 6980716.1536681866 - - -180 90 - - 512 - 512 - - 40 - 20 - - - 6 - 3490358.0768340933 - - -180 90 - - 512 - 512 - - 80 - 40 - - - - EPSG4326_500m - urn:ogc:def:crs:OGC:1.3:CRS84 - - - 0 - 223382916.9173819721 - - -180 90 - - 512 - 512 - - 2 - 1 - - - 1 - 111691458.4586909860 - - -180 90 - - 512 - 512 - - 3 - 2 - - - 2 - 55845729.2293454930 - - -180 90 - - 512 - 512 - - 5 - 3 - - - 3 - 27922864.6146727465 - - -180 90 - - 512 - 512 - - 10 - 5 - - - 4 - 13961432.3073363733 - - -180 90 - - 512 - 512 - - 20 - 10 - - - 5 - 6980716.1536681866 - - -180 90 - - 512 - 512 - - 40 - 20 - - - 6 - 3490358.0768340933 - - -180 90 - - 512 - 512 - - 80 - 40 - - - 7 - 1745179.0384170467 - - -180 90 - - 512 - 512 - - 160 - 80 - - - - EPSG4326_250m - urn:ogc:def:crs:OGC:1.3:CRS84 - - - 0 - 223382916.9173819721 - - -180 90 - - 512 - 512 - - 2 - 1 - - - 1 - 111691458.4586909860 - - -180 90 - - 512 - 512 - - 3 - 2 - - - 2 - 55845729.2293454930 - - -180 90 - - 512 - 512 - - 5 - 3 - - - 3 - 27922864.6146727465 - - -180 90 - - 512 - 512 - - 10 - 5 - - - 4 - 13961432.3073363733 - - -180 90 - - 512 - 512 - - 20 - 10 - - - 5 - 6980716.1536681866 - - -180 90 - - 512 - 512 - - 40 - 20 - - - 6 - 3490358.0768340933 - - -180 90 - - 512 - 512 - - 80 - 40 - - - 7 - 1745179.0384170467 - - -180 90 - - 512 - 512 - - 160 - 80 - - - 8 - 872589.5192085233 - - -180 90 - - 512 - 512 - - 320 - 160 - - - - diff -Nru owslib-0.7.2/tests/erdas-iws13-wmts-cap.xml owslib-0.8.3/tests/erdas-iws13-wmts-cap.xml --- owslib-0.7.2/tests/erdas-iws13-wmts-cap.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/erdas-iws13-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -Service powered by ERDAS APOLLO Essentials 2013Service powered by ERDAS APOLLO Essentials 2013, the fastest most efficient image server availableECWECWPODTFJPEG 2000OGC WMTS1.0.0NoneNoneIntergraph Geospatial ServerChris TweedieAPOLLO Essentials Product Owner+1 770 776 3400+1 770 776 3500Norcross, GA 30092-2500 USANorcrossGA30092-2500USAerdasinfo@intergraph.comKVPKVPCharlestonCoSIDS-mosaic.ecwECWJPEG 2000OTDFimages_CharlestonCoSIDS-mosaic.ecw-80.478475200510 32.404304145938-79.271648485203 33.244723102856image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:globalcrs84pixel000001000020000300114112252244666111171313232382626464795353939410159161279283112662694664721279880913991416131596161927992832142660269946654721157981809913995141641626604269974665047216177981280993139952141649ogc:1.0:googlemapscompatible0000010000211113332246644512128862525171775151353581021037071920520714114310411414283286118238285665731216461657113211461332933315226422921465866631452945841513172132639058916816263442652618117183371752689530533623436674181053781061077246973348surdec-matched.ecwECWJPEG 2000OTDFimages_surdec-matched.ecw-117.670705286285 41.861087438687-116.333386904513 46.090287184527image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:globalcrs84pixel0000010000200003000041111522226557771011141482022292994145585910123135175179112052252922981261767687689513123413531753179014205822562921298415617467698765895316205822256529216298431761748676958765089531ogc:1.0:googlemapscompatible00000100002110032211455225111155622231111745472222890954445918119088901036338017718111727761354362121455152270972413291130451418144814582260902836289715116451218156735795162329124362113461159017465834872422693231801893166974484538646360las_vegas_mosaic_epsg_32107.ecwECWJPEG 2000OTDFimages_vegas_las_vegas_mosaic_epsg_32107.ecw-115.331662787780 36.089104325775-115.145379425753 36.276758064006image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:globalcrs84pixel0000010000200003000041111522336667771212151582525303095050606010151151181182112512523033041275575890991213151015161818182414251825273031304015755475819093912016251822527030313304001775548758129093991201ogc:1.0:globalcrs84scale00000100002001131122433445881010616162020733334040883831001009166167200201103333344014021183483710041007121668167420082014133337334840174028148343837210043100711516686167442008620143163337333489401724028717834328372310043010071918166865167447200860201439193337303348954017214028782083432583723910043031007196ogc:1.0:googlemapscompatible000001000021100333114662251212556252511117505022238100100454692002009192104014011831841180280336736812160416077357371332093214147114751464186428294329511512836128575886590316256722571411772118061751345514292354523612181026901028594709047225Landsat742.ecwThis 756 gigapixel input image compressed down to only 27gb and was generated in 2006ECWGigapixelJPEG 2000OTDFimages_world_Landsat742.ecw-181.044000000000 -56.851110186916181.050090589420 80.063000000000image/pngimage/jpegimage/png8image/jpegxrimage/webpgooglemapscompatibleext2:epsg:3857000001010120203305074111015532203167440637148801278281770255956354051110113709010231122714190204712455283804095139115676081911418221135201638315364522704032767167290454080655351714581908170131071182916318163402621431958326363269052428720116652726539010485752123330414530780209715122466609290615704194303239332195812315083886072418664391162463001677721525373287823249260033554431ogc:1.0:globalcrs84pixel00000100012010230104403085060166117042723408484680168991370337102741301012114668801687121392065050621327941300101251446568830168751513972065005062516465768836016875017139732065090506250ogc:1.0:globalcrs84scale0000110002202053040114090225122055634501117691022381522805599304560111810619120223611154228005590123084561011181136179122022363141543228060559081530864561201118161661729122402236321715432228060055908218308644561210111816419617289122420223632920154322228060605590822ogc:1.0:googlecrs84quad000001000120103303074060155013031612606373520127871040255914208051110284170102311568350204712113167004095132263341081911445266830163831590413366032767161808267330655351736175346601310711872351069330262143ogc:1.0:googlemapscompatible00000101012020330507411101553220316744063714880127828177025595635405111011370901023112271419020471245528380409513911567608191141822113520163831536452270403276716729045408065535171458190817013107118291631816340262143worldgeodemo.ecwECWJPEG 2000OTDFsampleiws_images_geodetic_worldgeodemo.ecw-180.000000000000 -89.999999999992179.999999999985 90.000000000000image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:googlemapscompatible0000010101203033070740150155031031606306370127012780255025590511051110110220102311320440204712640890409513138178081911426163570163831553327140327671610765428065535172141308570131071184292617140262143googlemapscompatibleext2:epsg:3857-7729747.578286225900 -20037508.34267792500015579224.549163515000 20037508.342677925000urn:ogc:def:crs:EPSG:6.3:38570559082264.028669600000020037508.342790000000 -20037508.342790000000256256111279541132.014334800000020037508.342790000000 -20037508.342790000000256256222139770566.007167400000020037508.342790000000 -20037508.34279000000025625644369885283.003583699000020037508.342790000000 -20037508.34279000000025625688434942641.501791850000020037508.342790000000 -20037508.3427900000002562561616517471320.750895925000020037508.342790000000 -20037508.342790000000256256323268735660.375447962400020037508.342790000000 -20037508.342790000000256256646474367830.187723981200020037508.342790000000 -20037508.34279000000025625612812882183915.093861990600020037508.342790000000 -20037508.34279000000025625625625691091957.546930995300020037508.342790000000 -20037508.34279000000025625651251210545978.773465497650020037508.342790000000 -20037508.3427900000002562561024102411272989.386732748830020037508.342790000000 -20037508.3427900000002562562048204812136494.693366374410020037508.342790000000 -20037508.342790000000256256409640961368247.346683187207020037508.342790000000 -20037508.342790000000256256819281921434123.673341593603020037508.342790000000 -20037508.34279000000025625616384163841517061.836670796802020037508.342790000000 -20037508.3427900000002562563276832768168530.918335398400820037508.342790000000 -20037508.3427900000002562566553665536174265.459167699200420037508.342790000000 -20037508.342790000000256256131072131072182132.729583849600220037508.342790000000 -20037508.342790000000256256262144262144191066.364791924800120037508.342790000000 -20037508.34279000000025625652428852428820533.182395962400120037508.342790000000 -20037508.3427900000002562561048576104857621266.591197981200020037508.342790000000 -20037508.3427900000002562562097152209715222133.295598990600020037508.342790000000 -20037508.342790000000256256419430441943042366.647799495300020037508.342790000000 -20037508.342790000000256256838860883886082433.323899747650020037508.342790000000 -20037508.34279000000025625616777216167772162516.661949873825020037508.342790000000 -20037508.3427900000002562563355443233554432ogc:1.0:globalcrs84pixel41.861087438687 -117.67070528628546.090287184527 -116.333386904513urn:ogc:def:crs:OGC:1.3:CRS840795139219.951954130000090.000000000000 -180.000000000000256256111397569609.975977120000090.000000000000 -180.000000000000256256212198784804.987988500000090.000000000000 -180.000000000000256256323132523203.325325700000090.000000000000 -180.00000000000025625653466261601.662662841000090.000000000000 -180.00000000000025625695533130800.831331421000090.000000000000 -180.000000000000256256179613252320.332532570000090.000000000000 -180.000000000000256256432276626160.166266284000090.000000000000 -180.000000000000256256854383313080.083133142000090.000000000000 -180.0000000000002562561698591656540.041566571000090.000000000000 -180.00000000000025625633816910552180.013855523550090.000000000000 -180.000000000000256256101350711331308.008313314170090.000000000000 -180.000000000000256256168884412110436.002771104700090.000000000000 -180.000000000000256256506325321355218.001385552372090.000000000000 -180.0000000000002562561012650631433130.800831331420090.000000000000 -180.0000000000002562561687684381511043.600277110470090.000000000000 -180.0000000000002562565062625313163313.080083133142190.000000000000 -180.00000000000025625616875184376171104.360027711047090.000000000000 -180.000000000000256256506251253126ogc:1.0:globalcrs84scale-56.851110186916 -181.04400000000080.063000000000 181.050090589420urn:ogc:def:crs:OGC:1.3:CRS840500000000.000000000000090.000000000000 -180.000000000000256256211250000000.000000000000090.000000000000 -180.000000000000256256322100000000.000000000000090.000000000000 -180.00000000000025625663350000000.000000000000090.000000000000 -180.000000000000256256126425000000.000000000000090.000000000000 -180.0000000000002562562312510000000.000000000000090.000000000000 -180.000000000000256256562865000000.000000000000090.000000000000 -180.0000000000002562561125672500000.000000000000090.000000000000 -180.00000000000025625622411281000000.000000000000090.000000000000 -180.0000000000002562565602809500000.000000000000090.000000000000 -180.000000000000256256111956010250000.000000000000090.000000000000 -180.0000000000002562562237111911100000.000000000000090.000000000000 -180.000000000000256256559127961250000.000000000000090.000000000000 -180.0000000000002562561118255911325000.000000000000090.000000000000 -180.00000000000025625622364111821410000.000000000000090.000000000000 -180.0000000000002562565590927955155000.000000000000090.000000000000 -180.00000000000025625611181755909162500.000000000000090.000000000000 -180.000000000000256256223633111817171000.000000000000090.000000000000 -180.00000000000025625655908327954218500.000000000000090.000000000000 -180.000000000000256256111816555908319250.000000000000090.000000000000 -180.0000000000002562562236330111816520100.000000000000090.000000000000 -180.00000000000025625655908232795412ogc:1.0:googlecrs84quad-56.851110186916 -181.04400000000080.063000000000 181.050090589420urn:ogc:def:crs:OGC:1.3:CRS840559082264.0287177600000180.000000000000 -180.000000000000256256111279541132.014358880000090.000000000000 -180.000000000000256256222139770566.007179410000090.000000000000 -180.00000000000025625644369885283.003589720000090.000000000000 -180.00000000000025625688434942641.501794860000090.000000000000 -180.0000000000002562561616517471320.750897430000090.000000000000 -180.000000000000256256323268735660.375448714900090.000000000000 -180.000000000000256256646474367830.187724356500090.000000000000 -180.00000000000025625612812882183915.093862179200090.000000000000 -180.00000000000025625625625691091957.546931088900090.000000000000 -180.00000000000025625651251210545978.773465544680090.000000000000 -180.0000000000002562561024102411272989.386732772280090.000000000000 -180.0000000000002562562048204812136494.693366386200090.000000000000 -180.000000000000256256409640961368247.346683193085090.000000000000 -180.000000000000256256819281921434123.673341596543090.000000000000 -180.00000000000025625616384163841517061.836670798271090.000000000000 -180.0000000000002562563276832768168530.918335399135790.000000000000 -180.0000000000002562566553665536174265.459167699567890.000000000000 -180.000000000000256256131072131072182132.729583849783990.000000000000 -180.000000000000256256262144262144ogc:1.0:googlemapscompatible-13099042.993754653000 5140193.675259463500-12950173.392467234000 5794829.628623475300urn:ogc:def:crs:EPSG:6.18:3:38570559082264.0287177600000-20037508.342790000000 20037508.342790000000256256111279541132.0143588800000-20037508.342790000000 20037508.342790000000256256222139770566.0071794100000-20037508.342790000000 20037508.34279000000025625644369885283.0035897200000-20037508.342790000000 20037508.34279000000025625688434942641.5017948600000-20037508.342790000000 20037508.3427900000002562561616517471320.7508974300000-20037508.342790000000 20037508.342790000000256256323268735660.3754487149000-20037508.342790000000 20037508.342790000000256256646474367830.1877243565000-20037508.342790000000 20037508.34279000000025625612812882183915.0938621792000-20037508.342790000000 20037508.34279000000025625625625691091957.5469310889000-20037508.342790000000 20037508.34279000000025625651251210545978.7734655446800-20037508.342790000000 20037508.3427900000002562561024102411272989.3867327722800-20037508.342790000000 20037508.3427900000002562562048204812136494.6933663862000-20037508.342790000000 20037508.342790000000256256409640961368247.3466831930850-20037508.342790000000 20037508.342790000000256256819281921434123.6733415965430-20037508.342790000000 20037508.34279000000025625616384163841517061.8366707982710-20037508.342790000000 20037508.3427900000002562563276832768168530.9183353991357-20037508.342790000000 20037508.3427900000002562566553665536174265.4591676995678-20037508.342790000000 20037508.342790000000256256131072131072182132.7295838497839-20037508.342790000000 20037508.342790000000256256262144262144 - diff -Nru owslib-0.7.2/tests/erdas-iws-wmts-cap.xml owslib-0.8.3/tests/erdas-iws-wmts-cap.xml --- owslib-0.7.2/tests/erdas-iws-wmts-cap.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/erdas-iws-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -Image Web Server WMTS sampleImage Web Server WMTS Sample servicesWMTSOTDFTile servingOGC WMTS1.0.0nonenoneIWS Sample ServerChris TweedieApollo IWS Product Manager+1 770 776 3400+1 770 776 3500Norcross, GA 30092-2500 USANorcrossGA30092-2500USAinfo@erdas.comKVPapplication/xmltext/xmlKVPFranklin.ecwfranklin.ecw-83.272616486848 39.788969241789-82.752666266401 40.148086946317image/pngimage/jpegogc:1.0:globalcrs84pixel000001000020000300114112252244655111171111222282323454594647909110140141272273112332354534551270170613601367131402141227202735142336235345344558157010706013602136751623368235364534045584177010470609136022136754ogc:1.0:globalcrs84scale00000100002001131133433665771515615153030730316060877771501519154155300302103093116006041177477915021510121548155930043020133096311960086041147742779715021151021515484155953004330205163096831191600876041017774207797815021815102518154840155956300436302051193096813119126008726041022077420377978015021821510257ogc:1.0:googlecrs84quad000001000020011311224224454488688171771717343483535686997071137138101411422752761128328555055312567571110011061311341142220122121422682285440244251545374570880488511690759140176081770317181501828135217354061836301365627043470813ogc:1.0:googlemapscompatible000001000021111333224664451212886242417177484834348969768699193194137138103873882752761177477655055312154815531100110613309631072201221214619362154402442515123871243088048851162477524860176081770317495504972135217354061899101994427043470813CharlestonCoSIDS-mosaicimages_charlestoncosids-mosaic.ecw-80.478475200510 32.404304145938-79.271648485203 33.244723102856image/pngimage/jpegogc:1.0:googlecrs84quad0000010000200113112242244555886101017177202035358404070719808114114310161163283286113223275665731264565511321146131291131022642292142582262145294584155165524290589168161033110484181171833717206632096936234366741841327419397246973348ogc:1.0:googlemapscompatible0000010000211113332246644512128862525171775151353581021037071920520714114310411414283286118238285665731216461657113211461332933315226422921465866631452945841513172132639058916816263442652618117183371752689530533623436674181053781061077246973348edinburghimages_edinburgh_edinburgh.ecw-3.464870982050 55.812000561767-3.065037540918 56.008328589172image/pngimage/jpegepsg:27700:images_edinburgh_edinburgh.ecw0000010101202033050640100125020024604104870830968016701929033403841006680769ogc:1.0:globalcrs84pixel00000100002001130022400445118863420207784141815168282931321651651095964964971115916082782912478480248224881395696149654976141593160282758293154780480724825248811615933160258275082938174780048076248252248814ogc:1.0:globalcrs84scale00000100112002231155422101055527276101054547212110910985253274274910510654854910211212109610991152753027412747121055106154835495132111212310966109911452785309274162747815105571061854832549561621115212371096641099121752789530942741602747811810557810618854832054956219211157212376109664010991242052789253094127416012747811ogc:1.0:googlecrs84quad000001000020011300334117753315156663131712126262824241251259484825125110969750250311193194100410061238638820082013137737774017402614154615558034805215309331111606816105166187622332137322101712375124476427464420182475124894128548128840ogc:1.0:googlemapscompatible00000100002111132233444775991515619193131739396262879791251259159159251251103183195025031163763910041006121275127920082013132550255840174026145101511780348052151020210234160681610516204042046832137322101740809409376427464420188161981874128548128840Landsat742landsat742.ecw-181.044000000000 -56.851110186916181.050090589420 80.063000000000image/pngimage/jpegogc:1.0:globalcrs84pixel00000100012010230104403085060166117042723408484680168991370337102741301012114668801687121392065050621327941300101251446568830168751513972065005062516465768836016875017139732065090506250ogc:1.0:globalcrs84scale0000110002202053040114090225122055634501117691022381522805599304560111810619120223611154228005590123084561011181136179122022363141543228060559081530864561201118161661729122402236321715432228060055908218308644561210111816419617289122420223632920154322228060605590822ogc:1.0:googlecrs84quad000001000120103303074060155013031612606373520127871040255914208051110284170102311568350204712113167004095132263341081911445266830163831590413366032767161808267330655351736175346601310711872351069330262143ogc:1.0:googlemapscompatible00000101012020330507411101553220316744063714880127828177025595635405111011370901023112271419020471245528380409513911567608191141822113520163831536452270403276716729045408065535171458190817013107118291631816340262143epsg:27700:images_edinburgh_edinburgh.ecw308749.999999999770 658593.749999999650333359.374999999940 679999.999999999770urn:ogc:def:crs:EPSG:6.3:277000457142.85714286308749.999999999770 679999.999999999770256256111228571.42857143308749.999999999770 679999.999999999770256256222114285.714285715308749.999999999770 679999.99999999977025625643357142.8571428575308749.999999999770 679999.99999999977025625676428571.42857142875308749.999999999770 679999.9999999997702562561311514285.71428571438308749.999999999770 679999.999999999770256256252167142.857142857188308749.999999999770 679999.999999999770256256494273571.428571428594308749.999999999770 679999.999999999770256256978481785.714285714297308749.999999999770 679999.9999999997702562561931689892.8571428571485308749.999999999770 679999.99999999977025625638533510446.4285714285742308749.999999999770 679999.999999999770256256770669ogc:1.0:globalcrs84pixel-180.000000000000 -90.000000000000180.000000000000 90.000000000000urn:ogc:def:crs:OGC:1.3:CRS84urn:ogc:def:wkss:OGC:1.0:GlobalCRS84Pixel0795139219.9519541-180.000000000000 90.000000000000256256111397569609.9759771-180.000000000000 90.000000000000256256212198784804.9879885-180.000000000000 90.000000000000256256323132523203.3253257-180.000000000000 90.00000000000025625653466261601.66266284-180.000000000000 90.00000000000025625695533130800.83133142-180.000000000000 90.000000000000256256179613252320.33253257-180.000000000000 90.000000000000256256432276626160.166266284-180.000000000000 90.000000000000256256854383313080.083133142-180.000000000000 90.0000000000002562561698591656540.041566571-180.000000000000 90.00000000000025625633816910552180.0138555236-180.000000000000 90.000000000000256256101350711331308.0083133142-180.000000000000 90.000000000000256256168884412110436.0027711047-180.000000000000 90.000000000000256256506325321355218.00138555237-180.000000000000 90.0000000000002562561012650631433130.80083133142-180.000000000000 90.0000000000002562561687684381511043.60027711047-180.000000000000 90.0000000000002562565062625313163313.080083133142-180.000000000000 90.00000000000025625616875184376171104.360027711047-180.000000000000 90.000000000000256256506251253126ogc:1.0:globalcrs84scale-180.000000000000 -90.000000000000180.000000000000 90.000000000000urn:ogc:def:crs:OGC:1.3:CRS84urn:ogc:def:wkss:OGC:1.0:GlobalCRS84Scale0500000000-180.000000000000 90.000000000000256256211250000000-180.000000000000 90.000000000000256256322100000000-180.000000000000 90.00000000000025625663350000000-180.000000000000 90.000000000000256256126425000000-180.000000000000 90.0000000000002562562312510000000-180.000000000000 90.000000000000256256562865000000-180.000000000000 90.0000000000002562561125672500000-180.000000000000 90.00000000000025625622411281000000-180.000000000000 90.0000000000002562565602809500000-180.000000000000 90.000000000000256256111956010250000-180.000000000000 90.0000000000002562562237111911100000-180.000000000000 90.000000000000256256559127961250000-180.000000000000 90.0000000000002562561118255911325000-180.000000000000 90.00000000000025625622364111821410000-180.000000000000 90.0000000000002562565590927955155000-180.000000000000 90.00000000000025625611181755909162500-180.000000000000 90.000000000000256256223633111817171000-180.000000000000 90.00000000000025625655908327954218500-180.000000000000 90.000000000000256256111816555908319250-180.000000000000 90.0000000000002562562236330111816520100-180.000000000000 90.00000000000025625655908232795412ogc:1.0:googlecrs84quad-180.000000000000 -90.000000000000180.000000000000 90.000000000000urn:ogc:def:crs:OGC:1.3:CRS84urn:ogc:def:wkss:OGC:1.0:GoogleCRS84Quad0559082264.0287178-180.000000000000 180.000000000000256256111279541132.0143589-180.000000000000 90.000000000000256256222139770566.0071794-180.000000000000 90.00000000000025625644369885283.00358972-180.000000000000 90.00000000000025625688434942641.50179486-180.000000000000 90.0000000000002562561616517471320.75089743-180.000000000000 90.000000000000256256323268735660.375448715-180.000000000000 90.000000000000256256646474367830.187724357-180.000000000000 90.00000000000025625612812882183915.093862179-180.000000000000 90.00000000000025625625625691091957.546931089-180.000000000000 90.00000000000025625651251210545978.7734655447-180.000000000000 90.0000000000002562561024102411272989.3867327723-180.000000000000 90.0000000000002562562048204812136494.6933663862-180.000000000000 90.000000000000256256409640961368247.34668319309-180.000000000000 90.000000000000256256819281921434123.67334159654-180.000000000000 90.00000000000025625616384163841517061.83667079827-180.000000000000 90.0000000000002562563276832768168530.918335399136-180.000000000000 90.0000000000002562566553665536174265.459167699568-180.000000000000 90.000000000000256256131072131072182132.729583849784-180.000000000000 90.000000000000256256262144262144ogc:1.0:googlemapscompatible-20037508.342790000000 -20037508.34278846500020037508.342788465000 20037508.342790000000urn:ogc:def:crs:EPSG:6.18:3:3857urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible0559082264.0287178-20037508.342790000000 20037508.342790000000256256111279541132.0143589-20037508.342790000000 20037508.342790000000256256222139770566.0071794-20037508.342790000000 20037508.34279000000025625644369885283.00358972-20037508.342790000000 20037508.34279000000025625688434942641.50179486-20037508.342790000000 20037508.3427900000002562561616517471320.75089743-20037508.342790000000 20037508.342790000000256256323268735660.375448715-20037508.342790000000 20037508.342790000000256256646474367830.187724357-20037508.342790000000 20037508.34279000000025625612812882183915.093862179-20037508.342790000000 20037508.34279000000025625625625691091957.546931089-20037508.342790000000 20037508.34279000000025625651251210545978.7734655447-20037508.342790000000 20037508.3427900000002562561024102411272989.3867327723-20037508.342790000000 20037508.3427900000002562562048204812136494.6933663862-20037508.342790000000 20037508.342790000000256256409640961368247.34668319309-20037508.342790000000 20037508.342790000000256256819281921434123.67334159654-20037508.342790000000 20037508.34279000000025625616384163841517061.83667079827-20037508.342790000000 20037508.3427900000002562563276832768168530.918335399136-20037508.342790000000 20037508.3427900000002562566553665536174265.459167699568-20037508.342790000000 20037508.342790000000256256131072131072182132.729583849784-20037508.342790000000 20037508.342790000000256256262144262144 - diff -Nru owslib-0.7.2/tests/geoserver21-wmts-cap.xml owslib-0.8.3/tests/geoserver21-wmts-cap.xml --- owslib-0.7.2/tests/geoserver21-wmts-cap.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/geoserver21-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,24216 +0,0 @@ - - - - Web Map Tile Service - GeoWebCache - OGC WMTS - 1.0.0 - - - http://geonode.iwlearn.org/geoserver/gwc/service/wmts - - - GeoWebCache User - - - - - - - - - - KVP - - - - - - - - - - - - - KVP - - - - - - - - - - - - - KVP - - - - - - - - - - LMEs - US Large Marine Ecosystem Program - Publication_Date: 2002 - 64 Large Marine Ecosystems of the World - -http://www.lme.noaa.gov/index.php?option=com_content&view=article&id=177&Itemid=75 - - -180.000000000079 -85.4702835081022 - 179.999999999874 82.8930358882265 - - geonode:LMEs_64 - - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - -1 - 1 - - - EPSG:4326:1 - 1 - 2 - -1 - 3 - - - EPSG:4326:2 - 1 - 4 - -1 - 7 - - - EPSG:4326:3 - 1 - 8 - -1 - 15 - - - EPSG:4326:4 - 1 - 16 - -1 - 31 - - - EPSG:4326:5 - 2 - 32 - -1 - 63 - - - EPSG:4326:6 - 3 - 63 - -1 - 127 - - - EPSG:4326:7 - 6 - 125 - -1 - 255 - - - EPSG:4326:8 - 11 - 250 - -1 - 511 - - - EPSG:4326:9 - 21 - 500 - -1 - 1023 - - - EPSG:4326:10 - 41 - 999 - -1 - 2047 - - - EPSG:4326:11 - 81 - 1997 - -1 - 4095 - - - EPSG:4326:12 - 162 - 3993 - -1 - 8191 - - - EPSG:4326:13 - 324 - 7986 - -1 - 16383 - - - EPSG:4326:14 - 647 - 15972 - -1 - 32767 - - - EPSG:4326:15 - 1294 - 31944 - -1 - 65535 - - - EPSG:4326:16 - 2588 - 63887 - -1 - 131071 - - - EPSG:4326:17 - 5176 - 127774 - -1 - 262143 - - - EPSG:4326:18 - 10351 - 255548 - -1 - 524287 - - - EPSG:4326:19 - 20701 - 511095 - -1 - 1048575 - - - EPSG:4326:20 - 41402 - 1022189 - -1 - 2097151 - - - null - 82803 - 2044377 - -1 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - -1 - 0 - - - EPSG:900913:1 - 1 - 2 - -1 - 1 - - - EPSG:900913:2 - 1 - 4 - -1 - 3 - - - EPSG:900913:3 - 1 - 8 - -1 - 7 - - - EPSG:900913:4 - 1 - 16 - -1 - 15 - - - EPSG:900913:5 - 2 - 32 - -1 - 31 - - - EPSG:900913:6 - 4 - 64 - -1 - 63 - - - EPSG:900913:7 - 8 - 128 - -1 - 127 - - - EPSG:900913:8 - 15 - 256 - -1 - 255 - - - EPSG:900913:9 - 30 - 512 - -1 - 511 - - - EPSG:900913:10 - 60 - 1024 - -1 - 1023 - - - EPSG:900913:11 - 119 - 2048 - -1 - 2047 - - - EPSG:900913:12 - 237 - 4096 - -1 - 4095 - - - EPSG:900913:13 - 473 - 8192 - -1 - 8191 - - - EPSG:900913:14 - 946 - 16384 - -1 - 16383 - - - EPSG:900913:15 - 1891 - 32768 - -1 - 32767 - - - EPSG:900913:16 - 3782 - 65536 - -1 - 65535 - - - EPSG:900913:17 - 7564 - 131072 - -1 - 131071 - - - EPSG:900913:18 - 15128 - 262144 - -1 - 262143 - - - EPSG:900913:19 - 30255 - 524288 - -1 - 524287 - - - EPSG:900913:20 - 60510 - 1048576 - -1 - 1048575 - - - EPSG:900913:21 - 121019 - 2097152 - -1 - 2097151 - - - EPSG:900913:22 - 242037 - 4194303 - -1 - 4194303 - - - EPSG:900913:23 - 484073 - 8388606 - -1 - 8388607 - - - EPSG:900913:24 - 968145 - 16777212 - -1 - 16777215 - - - EPSG:900913:25 - 1936290 - 33554423 - -1 - 33554431 - - - EPSG:900913:26 - 3872579 - 67108846 - -1 - 67108863 - - - EPSG:900913:27 - 7745158 - 134217691 - -1 - 134217727 - - - EPSG:900913:28 - 15490315 - 268435381 - -1 - 268435455 - - - EPSG:900913:29 - 30980630 - 536870761 - -1 - 536870911 - - - null - 61961259 - 1073741521 - -1 - 1073741823 - - - - - Hotspots Revisited 2004 Polygons - The biodiversity hotspots are regions known to hold especially high numbers of species found nowhere else, yet their remaining habitat combined covers a little more than two percent of Earth's land surface. According to the criteria developed by Myers et al. (2000), a hotspot must meet two thresholds in order to qualify: 1) it must have at least 1500 endemic, native vascular plant species, and 2) it must have already lost at least 70% of its primary, native vegetation. In the updated analysis, Mittermeier et al. (2004) recognize 34 hotspots which together hold 50% of the world's plant species and 42% of all terrestrial vertebrates as endemics. As evidence of their urgency for global conservation, hotspots also hold exceptionally high numbers of threatened vertebrates, including 50% of threatened mammals, 73% of threatened birds and 79% of threatened amphibians as endemics. There are an estimated two billion people living in the hotspots, with 300 million people within less than 10 km of existing protected areas. - - -180.0 -57.2103296175916 - 180.0 47.262476 - - geonode:hotspots_revisited_2004_polygons - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 2 - 7 - 0 - 15 - - - EPSG:4326:4 - 4 - 14 - 0 - 31 - - - EPSG:4326:5 - 8 - 27 - 0 - 63 - - - EPSG:4326:6 - 16 - 53 - 0 - 127 - - - EPSG:4326:7 - 31 - 105 - 0 - 255 - - - EPSG:4326:8 - 61 - 210 - 0 - 511 - - - EPSG:4326:9 - 122 - 419 - 0 - 1023 - - - EPSG:4326:10 - 244 - 838 - 0 - 2047 - - - EPSG:4326:11 - 487 - 1675 - 0 - 4095 - - - EPSG:4326:12 - 973 - 3350 - 0 - 8191 - - - EPSG:4326:13 - 1946 - 6700 - 0 - 16383 - - - EPSG:4326:14 - 3891 - 13400 - 0 - 32767 - - - EPSG:4326:15 - 7781 - 26799 - 0 - 65535 - - - EPSG:4326:16 - 15561 - 53598 - 0 - 131071 - - - EPSG:4326:17 - 31121 - 107196 - 0 - 262143 - - - EPSG:4326:18 - 62242 - 214391 - 0 - 524287 - - - EPSG:4326:19 - 124483 - 428782 - 0 - 1048575 - - - EPSG:4326:20 - 248965 - 857563 - 0 - 2097151 - - - null - 497929 - 1715125 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 2 - 3 - 0 - 3 - - - EPSG:900913:3 - 3 - 6 - 0 - 7 - - - EPSG:900913:4 - 6 - 12 - 0 - 15 - - - EPSG:900913:5 - 12 - 23 - 0 - 31 - - - EPSG:900913:6 - 23 - 45 - 0 - 63 - - - EPSG:900913:7 - 45 - 89 - 0 - 127 - - - EPSG:900913:8 - 90 - 178 - 0 - 255 - - - EPSG:900913:9 - 180 - 356 - 0 - 511 - - - EPSG:900913:10 - 360 - 712 - 0 - 1023 - - - EPSG:900913:11 - 719 - 1423 - 0 - 2047 - - - EPSG:900913:12 - 1437 - 2846 - 0 - 4095 - - - EPSG:900913:13 - 2873 - 5692 - 0 - 8191 - - - EPSG:900913:14 - 5746 - 11383 - 0 - 16383 - - - EPSG:900913:15 - 11491 - 22765 - 0 - 32767 - - - EPSG:900913:16 - 22981 - 45529 - 0 - 65535 - - - EPSG:900913:17 - 45961 - 91058 - 0 - 131071 - - - EPSG:900913:18 - 91922 - 182116 - 0 - 262143 - - - EPSG:900913:19 - 183844 - 364232 - 0 - 524287 - - - EPSG:900913:20 - 367688 - 728463 - 0 - 1048575 - - - EPSG:900913:21 - 735376 - 1456925 - 0 - 2097151 - - - EPSG:900913:22 - 1470752 - 2913849 - 0 - 4194303 - - - EPSG:900913:23 - 2941504 - 5827697 - 0 - 8388607 - - - EPSG:900913:24 - 5883007 - 11655394 - 0 - 16777215 - - - EPSG:900913:25 - 11766014 - 23310787 - 0 - 33554431 - - - EPSG:900913:26 - 23532027 - 46621574 - 0 - 67108863 - - - EPSG:900913:27 - 47064054 - 93243148 - 0 - 134217727 - - - EPSG:900913:28 - 94128107 - 186486295 - 0 - 268435455 - - - EPSG:900913:29 - 188256213 - 372972590 - 0 - 536870911 - - - null - 376512425 - 745945179 - 0 - 1073741823 - - - - - Asfalto - No abstract provided - - -73.0082509941895 -54.926884020476 - -53.6397060154901 -21.949338979524 - - geonode:asfalto - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 2 - 2 - 1 - 1 - - - EPSG:4326:2 - 3 - 4 - 2 - 2 - - - EPSG:4326:3 - 5 - 7 - 4 - 5 - - - EPSG:4326:4 - 10 - 13 - 9 - 11 - - - EPSG:4326:5 - 20 - 26 - 19 - 22 - - - EPSG:4326:6 - 40 - 52 - 38 - 44 - - - EPSG:4326:7 - 80 - 104 - 76 - 89 - - - EPSG:4326:8 - 160 - 207 - 152 - 179 - - - EPSG:4326:9 - 319 - 413 - 304 - 359 - - - EPSG:4326:10 - 637 - 825 - 608 - 718 - - - EPSG:4326:11 - 1274 - 1649 - 1217 - 1437 - - - EPSG:4326:12 - 2548 - 3298 - 2434 - 2875 - - - EPSG:4326:13 - 5095 - 6596 - 4869 - 5750 - - - EPSG:4326:14 - 10190 - 13192 - 9738 - 11501 - - - EPSG:4326:15 - 20380 - 26384 - 19477 - 23003 - - - EPSG:4326:16 - 40760 - 52767 - 38954 - 46006 - - - EPSG:4326:17 - 81520 - 105533 - 77909 - 92012 - - - EPSG:4326:18 - 163039 - 211066 - 155818 - 184025 - - - EPSG:4326:19 - 326077 - 422131 - 311636 - 368051 - - - EPSG:4326:20 - 652153 - 844261 - 623272 - 736102 - - - null - 1304305 - 1688521 - 1246544 - 1472204 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 2 - 2 - 0 - 0 - - - EPSG:900913:2 - 3 - 3 - 1 - 1 - - - EPSG:900913:3 - 5 - 6 - 2 - 2 - - - EPSG:900913:4 - 10 - 11 - 4 - 5 - - - EPSG:900913:5 - 19 - 22 - 9 - 11 - - - EPSG:900913:6 - 37 - 44 - 19 - 22 - - - EPSG:900913:7 - 73 - 88 - 38 - 44 - - - EPSG:900913:8 - 145 - 175 - 76 - 89 - - - EPSG:900913:9 - 289 - 350 - 152 - 179 - - - EPSG:900913:10 - 577 - 700 - 304 - 359 - - - EPSG:900913:11 - 1153 - 1400 - 608 - 718 - - - EPSG:900913:12 - 2305 - 2799 - 1217 - 1437 - - - EPSG:900913:13 - 4609 - 5598 - 2434 - 2875 - - - EPSG:900913:14 - 9217 - 11196 - 4869 - 5750 - - - EPSG:900913:15 - 18433 - 22392 - 9738 - 11501 - - - EPSG:900913:16 - 36866 - 44784 - 19477 - 23003 - - - EPSG:900913:17 - 73731 - 89568 - 38954 - 46006 - - - EPSG:900913:18 - 147461 - 179136 - 77909 - 92012 - - - EPSG:900913:19 - 294922 - 358272 - 155818 - 184025 - - - EPSG:900913:20 - 589844 - 716543 - 311636 - 368051 - - - EPSG:900913:21 - 1179688 - 1433086 - 623272 - 736102 - - - EPSG:900913:22 - 2359376 - 2866171 - 1246544 - 1472204 - - - EPSG:900913:23 - 4718751 - 5732342 - 2493088 - 2944408 - - - EPSG:900913:24 - 9437501 - 11464684 - 4986176 - 5888816 - - - EPSG:900913:25 - 18875001 - 22929367 - 9972353 - 11777633 - - - EPSG:900913:26 - 37750001 - 45858733 - 19944707 - 23555266 - - - EPSG:900913:27 - 75500002 - 91717465 - 39889415 - 47110532 - - - EPSG:900913:28 - 151000004 - 183434930 - 79778830 - 94221064 - - - EPSG:900913:29 - 302000007 - 366869859 - 159557660 - 188442128 - - - null - 604000014 - 733739718 - 319115321 - 376884257 - - - - - GOH Areas Protegidas - No abstract provided - - -92.1708755499344 12.9867324851599 - -84.2739865773823 18.4886492579626 - - geonode:GH_Areas_Protegidas4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 4 - 4 - 3 - 4 - - - EPSG:4326:4 - 7 - 7 - 7 - 8 - - - EPSG:4326:5 - 13 - 14 - 15 - 17 - - - EPSG:4326:6 - 26 - 28 - 31 - 34 - - - EPSG:4326:7 - 51 - 55 - 62 - 68 - - - EPSG:4326:8 - 102 - 110 - 124 - 136 - - - EPSG:4326:9 - 204 - 220 - 249 - 272 - - - EPSG:4326:10 - 407 - 439 - 499 - 544 - - - EPSG:4326:11 - 814 - 877 - 999 - 1089 - - - EPSG:4326:12 - 1628 - 1753 - 1998 - 2178 - - - EPSG:4326:13 - 3255 - 3505 - 3997 - 4356 - - - EPSG:4326:14 - 6510 - 7010 - 7994 - 8713 - - - EPSG:4326:15 - 13019 - 14020 - 15988 - 17426 - - - EPSG:4326:16 - 26037 - 28040 - 31977 - 34852 - - - EPSG:4326:17 - 52073 - 56080 - 63955 - 69705 - - - EPSG:4326:18 - 104146 - 112159 - 127910 - 139411 - - - EPSG:4326:19 - 208292 - 224318 - 255820 - 278822 - - - EPSG:4326:20 - 416584 - 448635 - 511641 - 557644 - - - null - 833168 - 897270 - 1023283 - 1115288 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 8 - 8 - 3 - 4 - - - EPSG:900913:5 - 15 - 15 - 7 - 8 - - - EPSG:900913:6 - 29 - 30 - 15 - 17 - - - EPSG:900913:7 - 58 - 60 - 31 - 34 - - - EPSG:900913:8 - 115 - 119 - 62 - 68 - - - EPSG:900913:9 - 230 - 238 - 124 - 136 - - - EPSG:900913:10 - 459 - 475 - 249 - 272 - - - EPSG:900913:11 - 917 - 950 - 499 - 544 - - - EPSG:900913:12 - 1834 - 1899 - 999 - 1089 - - - EPSG:900913:13 - 3668 - 3798 - 1998 - 2178 - - - EPSG:900913:14 - 7336 - 7596 - 3997 - 4356 - - - EPSG:900913:15 - 14672 - 15192 - 7994 - 8713 - - - EPSG:900913:16 - 29343 - 30384 - 15988 - 17426 - - - EPSG:900913:17 - 58685 - 60767 - 31977 - 34852 - - - EPSG:900913:18 - 117370 - 121534 - 63955 - 69705 - - - EPSG:900913:19 - 234739 - 243067 - 127910 - 139411 - - - EPSG:900913:20 - 469477 - 486134 - 255820 - 278822 - - - EPSG:900913:21 - 938953 - 972267 - 511641 - 557644 - - - EPSG:900913:22 - 1877905 - 1944534 - 1023283 - 1115288 - - - EPSG:900913:23 - 3755810 - 3889067 - 2046566 - 2230577 - - - EPSG:900913:24 - 7511620 - 7778133 - 4093133 - 4461155 - - - EPSG:900913:25 - 15023240 - 15556266 - 8186267 - 8922311 - - - EPSG:900913:26 - 30046480 - 31112531 - 16372535 - 17844622 - - - EPSG:900913:27 - 60092959 - 62225061 - 32745070 - 35689244 - - - EPSG:900913:28 - 120185917 - 124450121 - 65490141 - 71378489 - - - EPSG:900913:29 - 240371833 - 248900242 - 130980283 - 142756978 - - - null - 480743666 - 497800484 - 261960567 - 285513956 - - - - - GOH Limites Administrativos Pol - No abstract provided - - -91.5491561886513 13.6825897531336 - -85.9409430240659 18.2425100374545 - - geonode:GH_Limites_Administrativos_Pol4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 4 - 4 - 3 - 4 - - - EPSG:4326:4 - 7 - 7 - 7 - 8 - - - EPSG:4326:5 - 13 - 14 - 15 - 16 - - - EPSG:4326:6 - 26 - 28 - 31 - 33 - - - EPSG:4326:7 - 52 - 55 - 62 - 66 - - - EPSG:4326:8 - 103 - 109 - 125 - 133 - - - EPSG:4326:9 - 205 - 218 - 251 - 267 - - - EPSG:4326:10 - 409 - 435 - 503 - 535 - - - EPSG:4326:11 - 817 - 869 - 1006 - 1070 - - - EPSG:4326:12 - 1633 - 1737 - 2012 - 2140 - - - EPSG:4326:13 - 3266 - 3474 - 4025 - 4280 - - - EPSG:4326:14 - 6532 - 6947 - 8050 - 8561 - - - EPSG:4326:15 - 13064 - 13894 - 16101 - 17122 - - - EPSG:4326:16 - 26127 - 27787 - 32203 - 34245 - - - EPSG:4326:17 - 52253 - 55573 - 64407 - 68491 - - - EPSG:4326:18 - 104505 - 111146 - 128815 - 136983 - - - EPSG:4326:19 - 209009 - 222291 - 257631 - 273966 - - - EPSG:4326:20 - 418018 - 444582 - 515263 - 547933 - - - null - 836036 - 889163 - 1030527 - 1095867 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 8 - 8 - 3 - 4 - - - EPSG:900913:5 - 15 - 15 - 7 - 8 - - - EPSG:900913:6 - 29 - 30 - 15 - 16 - - - EPSG:900913:7 - 58 - 60 - 31 - 33 - - - EPSG:900913:8 - 115 - 119 - 62 - 66 - - - EPSG:900913:9 - 230 - 237 - 125 - 133 - - - EPSG:900913:10 - 460 - 473 - 251 - 267 - - - EPSG:900913:11 - 919 - 946 - 503 - 535 - - - EPSG:900913:12 - 1837 - 1891 - 1006 - 1070 - - - EPSG:900913:13 - 3674 - 3782 - 2012 - 2140 - - - EPSG:900913:14 - 7348 - 7564 - 4025 - 4280 - - - EPSG:900913:15 - 14695 - 15127 - 8050 - 8561 - - - EPSG:900913:16 - 29390 - 30254 - 16101 - 17122 - - - EPSG:900913:17 - 58779 - 60507 - 32203 - 34245 - - - EPSG:900913:18 - 117558 - 121013 - 64407 - 68491 - - - EPSG:900913:19 - 235116 - 242026 - 128815 - 136983 - - - EPSG:900913:20 - 470232 - 484051 - 257631 - 273966 - - - EPSG:900913:21 - 940464 - 968101 - 515263 - 547933 - - - EPSG:900913:22 - 1880927 - 1936202 - 1030527 - 1095867 - - - EPSG:900913:23 - 3761854 - 3872403 - 2061054 - 2191734 - - - EPSG:900913:24 - 7523707 - 7744805 - 4122108 - 4383469 - - - EPSG:900913:25 - 15047413 - 15489609 - 8244216 - 8766939 - - - EPSG:900913:26 - 30094826 - 30979218 - 16488432 - 17533879 - - - EPSG:900913:27 - 60189651 - 61958436 - 32976864 - 35067758 - - - EPSG:900913:28 - 120379302 - 123916872 - 65953729 - 70135516 - - - EPSG:900913:29 - 240758603 - 247833744 - 131907458 - 140271032 - - - null - 481517206 - 495667488 - 263814917 - 280542065 - - - - - GOH Ecosistemas Maritimos Manglares - No abstract provided - - -89.0876077064601 15.7186393192374 - -86.8776474039516 18.1505888521312 - - geonode:GH_Manglares4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 33 - - - EPSG:4326:7 - 52 - 53 - 64 - 66 - - - EPSG:4326:8 - 103 - 106 - 129 - 132 - - - EPSG:4326:9 - 205 - 212 - 258 - 264 - - - EPSG:4326:10 - 409 - 423 - 517 - 529 - - - EPSG:4326:11 - 818 - 846 - 1034 - 1059 - - - EPSG:4326:12 - 1635 - 1691 - 2068 - 2119 - - - EPSG:4326:13 - 3270 - 3381 - 4137 - 4238 - - - EPSG:4326:14 - 6540 - 6762 - 8275 - 8476 - - - EPSG:4326:15 - 13080 - 13523 - 16550 - 16952 - - - EPSG:4326:16 - 26160 - 27046 - 33100 - 33904 - - - EPSG:4326:17 - 52320 - 54091 - 66200 - 67809 - - - EPSG:4326:18 - 104639 - 108181 - 132400 - 135619 - - - EPSG:4326:19 - 209277 - 216361 - 264801 - 271238 - - - EPSG:4326:20 - 418554 - 432721 - 529603 - 542477 - - - null - 837107 - 865441 - 1059206 - 1084954 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 33 - - - EPSG:900913:8 - 115 - 117 - 64 - 66 - - - EPSG:900913:9 - 230 - 234 - 129 - 132 - - - EPSG:900913:10 - 460 - 467 - 258 - 264 - - - EPSG:900913:11 - 919 - 934 - 517 - 529 - - - EPSG:900913:12 - 1838 - 1867 - 1034 - 1059 - - - EPSG:900913:13 - 3676 - 3734 - 2068 - 2119 - - - EPSG:900913:14 - 7352 - 7468 - 4137 - 4238 - - - EPSG:900913:15 - 14704 - 14935 - 8275 - 8476 - - - EPSG:900913:16 - 29408 - 29870 - 16550 - 16952 - - - EPSG:900913:17 - 58815 - 59740 - 33100 - 33904 - - - EPSG:900913:18 - 117629 - 119480 - 66200 - 67809 - - - EPSG:900913:19 - 235257 - 238960 - 132400 - 135619 - - - EPSG:900913:20 - 470514 - 477919 - 264801 - 271238 - - - EPSG:900913:21 - 941027 - 955838 - 529603 - 542477 - - - EPSG:900913:22 - 1882054 - 1911676 - 1059206 - 1084954 - - - EPSG:900913:23 - 3764108 - 3823351 - 2118412 - 2169908 - - - EPSG:900913:24 - 7528216 - 7646701 - 4236824 - 4339816 - - - EPSG:900913:25 - 15056432 - 15293402 - 8473649 - 8679632 - - - EPSG:900913:26 - 30112863 - 30586803 - 16947298 - 17359264 - - - EPSG:900913:27 - 60225726 - 61173605 - 33894596 - 34718529 - - - EPSG:900913:28 - 120451451 - 122347210 - 67789193 - 69437058 - - - EPSG:900913:29 - 240902902 - 244694420 - 135578386 - 138874117 - - - null - 481805804 - 489388839 - 271156772 - 277748235 - - - - - CASPECO: Gas and Oil tanks and wells in the Caspian - No abstract provided - - 40.0419500000007 35.0063800000007 - 64.9717299999993 48.5551699999996 - - geonode:GIS_OTHER_VEC_CASP_OIL_PNT - - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 1 - 2 - 4 - 5 - - - EPSG:4326:3 - 2 - 3 - 9 - 10 - - - EPSG:4326:4 - 4 - 5 - 19 - 21 - - - EPSG:4326:5 - 8 - 10 - 39 - 43 - - - EPSG:4326:6 - 15 - 20 - 78 - 87 - - - EPSG:4326:7 - 30 - 40 - 156 - 174 - - - EPSG:4326:8 - 59 - 79 - 312 - 348 - - - EPSG:4326:9 - 118 - 157 - 625 - 696 - - - EPSG:4326:10 - 236 - 313 - 1251 - 1393 - - - EPSG:4326:11 - 472 - 626 - 2503 - 2787 - - - EPSG:4326:12 - 944 - 1252 - 5007 - 5574 - - - EPSG:4326:13 - 1887 - 2503 - 10014 - 11148 - - - EPSG:4326:14 - 3773 - 5006 - 20028 - 22297 - - - EPSG:4326:15 - 7545 - 10012 - 40057 - 44595 - - - EPSG:4326:16 - 15090 - 20023 - 80114 - 89191 - - - EPSG:4326:17 - 30180 - 40046 - 160229 - 178382 - - - EPSG:4326:18 - 60359 - 80091 - 320459 - 356765 - - - EPSG:4326:19 - 120717 - 160181 - 640918 - 713531 - - - EPSG:4326:20 - 241434 - 320362 - 1281837 - 1427063 - - - null - 482868 - 640723 - 2563674 - 2854127 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 3 - 4 - 4 - 5 - - - EPSG:900913:4 - 6 - 7 - 9 - 10 - - - EPSG:900913:5 - 12 - 13 - 19 - 21 - - - EPSG:900913:6 - 23 - 26 - 39 - 43 - - - EPSG:900913:7 - 45 - 51 - 78 - 87 - - - EPSG:900913:8 - 89 - 102 - 156 - 174 - - - EPSG:900913:9 - 177 - 203 - 312 - 348 - - - EPSG:900913:10 - 354 - 406 - 625 - 696 - - - EPSG:900913:11 - 708 - 812 - 1251 - 1393 - - - EPSG:900913:12 - 1415 - 1623 - 2503 - 2787 - - - EPSG:900913:13 - 2829 - 3245 - 5007 - 5574 - - - EPSG:900913:14 - 5658 - 6490 - 10014 - 11148 - - - EPSG:900913:15 - 11315 - 12979 - 20028 - 22297 - - - EPSG:900913:16 - 22630 - 25958 - 40057 - 44595 - - - EPSG:900913:17 - 45259 - 51915 - 80114 - 89191 - - - EPSG:900913:18 - 90518 - 103829 - 160229 - 178382 - - - EPSG:900913:19 - 181036 - 207658 - 320459 - 356765 - - - EPSG:900913:20 - 362071 - 415316 - 640918 - 713531 - - - EPSG:900913:21 - 724141 - 830632 - 1281837 - 1427063 - - - EPSG:900913:22 - 1448282 - 1661264 - 2563674 - 2854127 - - - EPSG:900913:23 - 2896563 - 3322528 - 5127349 - 5708255 - - - EPSG:900913:24 - 5793126 - 6645056 - 10254698 - 11416510 - - - EPSG:900913:25 - 11586252 - 13290112 - 20509396 - 22833020 - - - EPSG:900913:26 - 23172503 - 26580224 - 41018792 - 45666040 - - - EPSG:900913:27 - 46345006 - 53160448 - 82037584 - 91332080 - - - EPSG:900913:28 - 92690011 - 106320895 - 164075169 - 182664161 - - - EPSG:900913:29 - 185380022 - 212641789 - 328150339 - 365328322 - - - null - 370760044 - 425283577 - 656300679 - 730656644 - - - - - GOH Ecosistemas Maritimos Arrecifes Coralinos - No abstract provided - - -88.8016940057223 15.8007859749312 - -85.8126303980002 19.1160338627881 - - geonode:GH_Arrecifes_Coralinos4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 33 - - - EPSG:4326:7 - 51 - 53 - 64 - 66 - - - EPSG:4326:8 - 101 - 106 - 129 - 133 - - - EPSG:4326:9 - 202 - 212 - 259 - 267 - - - EPSG:4326:10 - 404 - 423 - 518 - 535 - - - EPSG:4326:11 - 807 - 845 - 1037 - 1071 - - - EPSG:4326:12 - 1614 - 1689 - 2075 - 2143 - - - EPSG:4326:13 - 3227 - 3377 - 4150 - 4286 - - - EPSG:4326:14 - 6453 - 6754 - 8301 - 8573 - - - EPSG:4326:15 - 12905 - 13508 - 16602 - 17146 - - - EPSG:4326:16 - 25809 - 27016 - 33204 - 34292 - - - EPSG:4326:17 - 51617 - 54031 - 66408 - 68585 - - - EPSG:4326:18 - 103233 - 108061 - 132817 - 137170 - - - EPSG:4326:19 - 206465 - 216121 - 265634 - 274340 - - - EPSG:4326:20 - 412930 - 432242 - 531268 - 548681 - - - null - 825859 - 864484 - 1062537 - 1097362 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 33 - - - EPSG:900913:8 - 115 - 117 - 64 - 66 - - - EPSG:900913:9 - 229 - 234 - 129 - 133 - - - EPSG:900913:10 - 457 - 467 - 259 - 267 - - - EPSG:900913:11 - 914 - 933 - 518 - 535 - - - EPSG:900913:12 - 1827 - 1866 - 1037 - 1071 - - - EPSG:900913:13 - 3653 - 3732 - 2075 - 2143 - - - EPSG:900913:14 - 7306 - 7464 - 4150 - 4286 - - - EPSG:900913:15 - 14611 - 14928 - 8301 - 8573 - - - EPSG:900913:16 - 29222 - 29855 - 16602 - 17146 - - - EPSG:900913:17 - 58444 - 59709 - 33204 - 34292 - - - EPSG:900913:18 - 116887 - 119418 - 66408 - 68585 - - - EPSG:900913:19 - 233773 - 238836 - 132817 - 137170 - - - EPSG:900913:20 - 467546 - 477671 - 265634 - 274340 - - - EPSG:900913:21 - 935092 - 955341 - 531268 - 548681 - - - EPSG:900913:22 - 1870184 - 1910681 - 1062537 - 1097362 - - - EPSG:900913:23 - 3740367 - 3821362 - 2125074 - 2194724 - - - EPSG:900913:24 - 7480734 - 7642723 - 4250149 - 4389449 - - - EPSG:900913:25 - 14961467 - 15285446 - 8500298 - 8778899 - - - EPSG:900913:26 - 29922933 - 30570892 - 17000596 - 17557798 - - - EPSG:900913:27 - 59845866 - 61141783 - 34001192 - 35115596 - - - EPSG:900913:28 - 119691731 - 122283565 - 68002385 - 70231193 - - - EPSG:900913:29 - 239383461 - 244567129 - 136004771 - 140462386 - - - null - 478766921 - 489134257 - 272009542 - 280924772 - - - - - CASPECO: Oil and Gas Pipelines in the Caspian Region - No abstract provided - - 39.9984499999991 35.0 - 65.0008300000009 50.0 - - geonode:GIS_OTHER_VEC_CASP_PIPELIN - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 1 - 2 - 4 - 5 - - - EPSG:4326:3 - 2 - 3 - 9 - 10 - - - EPSG:4326:4 - 4 - 5 - 19 - 21 - - - EPSG:4326:5 - 8 - 10 - 39 - 43 - - - EPSG:4326:6 - 15 - 20 - 78 - 87 - - - EPSG:4326:7 - 29 - 40 - 156 - 174 - - - EPSG:4326:8 - 57 - 79 - 312 - 348 - - - EPSG:4326:9 - 114 - 157 - 625 - 696 - - - EPSG:4326:10 - 228 - 313 - 1251 - 1393 - - - EPSG:4326:11 - 456 - 626 - 2503 - 2787 - - - EPSG:4326:12 - 911 - 1252 - 5006 - 5575 - - - EPSG:4326:13 - 1821 - 2504 - 10012 - 11150 - - - EPSG:4326:14 - 3641 - 5007 - 20024 - 22300 - - - EPSG:4326:15 - 7282 - 10013 - 40049 - 44601 - - - EPSG:4326:16 - 14564 - 20025 - 80098 - 89202 - - - EPSG:4326:17 - 29128 - 40050 - 160197 - 178404 - - - EPSG:4326:18 - 58255 - 80100 - 320395 - 356808 - - - EPSG:4326:19 - 116509 - 160200 - 640791 - 713616 - - - EPSG:4326:20 - 233017 - 320399 - 1281583 - 1427233 - - - null - 466034 - 640797 - 2563167 - 2854466 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 3 - 4 - 4 - 5 - - - EPSG:900913:4 - 6 - 7 - 9 - 10 - - - EPSG:900913:5 - 11 - 13 - 19 - 21 - - - EPSG:900913:6 - 22 - 26 - 39 - 43 - - - EPSG:900913:7 - 44 - 51 - 78 - 87 - - - EPSG:900913:8 - 87 - 102 - 156 - 174 - - - EPSG:900913:9 - 174 - 203 - 312 - 348 - - - EPSG:900913:10 - 348 - 406 - 625 - 696 - - - EPSG:900913:11 - 695 - 812 - 1251 - 1393 - - - EPSG:900913:12 - 1390 - 1623 - 2503 - 2787 - - - EPSG:900913:13 - 2779 - 3245 - 5006 - 5575 - - - EPSG:900913:14 - 5557 - 6490 - 10012 - 11150 - - - EPSG:900913:15 - 11114 - 12980 - 20024 - 22300 - - - EPSG:900913:16 - 22227 - 25959 - 40049 - 44601 - - - EPSG:900913:17 - 44453 - 51918 - 80098 - 89202 - - - EPSG:900913:18 - 88905 - 103835 - 160197 - 178404 - - - EPSG:900913:19 - 177810 - 207670 - 320395 - 356808 - - - EPSG:900913:20 - 355620 - 415339 - 640791 - 713616 - - - EPSG:900913:21 - 711239 - 830678 - 1281583 - 1427233 - - - EPSG:900913:22 - 1422477 - 1661355 - 2563167 - 2854466 - - - EPSG:900913:23 - 2844953 - 3322710 - 5126335 - 5708933 - - - EPSG:900913:24 - 5689906 - 6645419 - 10252670 - 11417866 - - - EPSG:900913:25 - 11379811 - 13290838 - 20505341 - 22835732 - - - EPSG:900913:26 - 22759621 - 26581676 - 41010683 - 45671464 - - - EPSG:900913:27 - 45519242 - 53163351 - 82021367 - 91342929 - - - EPSG:900913:28 - 91038483 - 106326702 - 164042734 - 182685859 - - - EPSG:900913:29 - 182076965 - 212653404 - 328085468 - 365371719 - - - null - 364153929 - 425306808 - 656170936 - 730743439 - - - - - GOH Ecosistemas Maritimos: Pastos Marinos - No abstract provided - - -88.8228664730587 15.8338405431673 - -87.6978282871073 17.9458901005546 - - geonode:GH_Pastos_Marinos4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 32 - - - EPSG:4326:7 - 52 - 53 - 64 - 65 - - - EPSG:4326:8 - 103 - 106 - 129 - 131 - - - EPSG:4326:9 - 205 - 211 - 259 - 262 - - - EPSG:4326:10 - 410 - 422 - 518 - 525 - - - EPSG:4326:11 - 820 - 844 - 1037 - 1050 - - - EPSG:4326:12 - 1640 - 1688 - 2074 - 2100 - - - EPSG:4326:13 - 3280 - 3376 - 4149 - 4200 - - - EPSG:4326:14 - 6559 - 6751 - 8299 - 8401 - - - EPSG:4326:15 - 13118 - 13502 - 16598 - 16803 - - - EPSG:4326:16 - 26235 - 27004 - 33196 - 33606 - - - EPSG:4326:17 - 52469 - 54007 - 66393 - 67212 - - - EPSG:4326:18 - 104937 - 108013 - 132786 - 134424 - - - EPSG:4326:19 - 209873 - 216025 - 265572 - 268849 - - - EPSG:4326:20 - 419746 - 432050 - 531145 - 537699 - - - null - 839492 - 864099 - 1062290 - 1075398 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 32 - - - EPSG:900913:8 - 116 - 117 - 64 - 65 - - - EPSG:900913:9 - 231 - 234 - 129 - 131 - - - EPSG:900913:10 - 461 - 467 - 259 - 262 - - - EPSG:900913:11 - 921 - 933 - 518 - 525 - - - EPSG:900913:12 - 1841 - 1866 - 1037 - 1050 - - - EPSG:900913:13 - 3681 - 3732 - 2074 - 2100 - - - EPSG:900913:14 - 7362 - 7463 - 4149 - 4200 - - - EPSG:900913:15 - 14724 - 14925 - 8299 - 8401 - - - EPSG:900913:16 - 29447 - 29849 - 16598 - 16803 - - - EPSG:900913:17 - 58893 - 59697 - 33196 - 33606 - - - EPSG:900913:18 - 117786 - 119393 - 66393 - 67212 - - - EPSG:900913:19 - 235571 - 238786 - 132786 - 134424 - - - EPSG:900913:20 - 471141 - 477571 - 265572 - 268849 - - - EPSG:900913:21 - 942282 - 955141 - 531145 - 537699 - - - EPSG:900913:22 - 1884563 - 1910281 - 1062290 - 1075398 - - - EPSG:900913:23 - 3769125 - 3820561 - 2124581 - 2150796 - - - EPSG:900913:24 - 7538250 - 7641122 - 4249162 - 4301592 - - - EPSG:900913:25 - 15076499 - 15282244 - 8498324 - 8603185 - - - EPSG:900913:26 - 30152997 - 30564487 - 16996649 - 17206371 - - - EPSG:900913:27 - 60305993 - 61128974 - 33993299 - 34412743 - - - EPSG:900913:28 - 120611985 - 122257947 - 67986598 - 68825487 - - - EPSG:900913:29 - 241223969 - 244515894 - 135973196 - 137650975 - - - null - 482447938 - 489031788 - 271946393 - 275301950 - - - - - GOH Ecosistemas Maritimos: Estuarios y Lagunas - No abstract provided - - -89.4133838185608 15.3559428521054 - -85.4850113601971 19.719200129845 - - geonode:GH_Estuarios_y_Lagunas4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 25 - 27 - 32 - 33 - - - EPSG:4326:7 - 50 - 54 - 64 - 67 - - - EPSG:4326:8 - 100 - 107 - 128 - 134 - - - EPSG:4326:9 - 200 - 213 - 257 - 268 - - - EPSG:4326:10 - 400 - 425 - 515 - 537 - - - EPSG:4326:11 - 800 - 850 - 1030 - 1075 - - - EPSG:4326:12 - 1600 - 1699 - 2061 - 2150 - - - EPSG:4326:13 - 3199 - 3398 - 4122 - 4301 - - - EPSG:4326:14 - 6398 - 6795 - 8245 - 8602 - - - EPSG:4326:15 - 12795 - 13589 - 16490 - 17205 - - - EPSG:4326:16 - 25589 - 27178 - 32981 - 34411 - - - EPSG:4326:17 - 51177 - 54355 - 65963 - 68823 - - - EPSG:4326:18 - 102354 - 108709 - 131926 - 137647 - - - EPSG:4326:19 - 204708 - 217417 - 263852 - 275294 - - - EPSG:4326:20 - 409416 - 434834 - 527705 - 550589 - - - null - 818831 - 869667 - 1055410 - 1101179 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 57 - 59 - 32 - 33 - - - EPSG:900913:8 - 114 - 117 - 64 - 67 - - - EPSG:900913:9 - 228 - 234 - 128 - 134 - - - EPSG:900913:10 - 455 - 468 - 257 - 268 - - - EPSG:900913:11 - 910 - 936 - 515 - 537 - - - EPSG:900913:12 - 1820 - 1872 - 1030 - 1075 - - - EPSG:900913:13 - 3639 - 3743 - 2061 - 2150 - - - EPSG:900913:14 - 7277 - 7485 - 4122 - 4301 - - - EPSG:900913:15 - 14553 - 14970 - 8245 - 8602 - - - EPSG:900913:16 - 29106 - 29939 - 16490 - 17205 - - - EPSG:900913:17 - 58211 - 59877 - 32981 - 34411 - - - EPSG:900913:18 - 116421 - 119754 - 65963 - 68823 - - - EPSG:900913:19 - 232842 - 239508 - 131926 - 137647 - - - EPSG:900913:20 - 465684 - 479016 - 263852 - 275294 - - - EPSG:900913:21 - 931367 - 958031 - 527705 - 550589 - - - EPSG:900913:22 - 1862733 - 1916062 - 1055410 - 1101179 - - - EPSG:900913:23 - 3725465 - 3832123 - 2110821 - 2202358 - - - EPSG:900913:24 - 7450929 - 7664245 - 4221642 - 4404717 - - - EPSG:900913:25 - 14901857 - 15328490 - 8443284 - 8809435 - - - EPSG:900913:26 - 29803713 - 30656979 - 16886569 - 17618870 - - - EPSG:900913:27 - 59607425 - 61313958 - 33773138 - 35237741 - - - EPSG:900913:28 - 119214850 - 122627915 - 67546276 - 70475483 - - - EPSG:900913:29 - 238429699 - 245255829 - 135092553 - 140950967 - - - null - 476859398 - 490511657 - 270185106 - 281901934 - - - - - Marine Ecoregions of the World (MEOW) - MEOW is a biogeographic classification of the world's coasts and shelves. It is the first ever comprehensive marine classification system with clearly defined boundaries and definitions and was developed to closely link to existing regional systems. The ecoregions nest within the broader biogeographic tiers of Realms and Provinces. - - -180.000000000079 -89.9000004650818 - 179.999999999874 86.919396288676 - - geonode:meow_ecos - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - -1 - 1 - - - EPSG:4326:1 - 1 - 2 - -1 - 3 - - - EPSG:4326:2 - 1 - 4 - -1 - 7 - - - EPSG:4326:3 - 1 - 8 - -1 - 15 - - - EPSG:4326:4 - 1 - 16 - -1 - 31 - - - EPSG:4326:5 - 1 - 32 - -1 - 63 - - - EPSG:4326:6 - 2 - 64 - -1 - 127 - - - EPSG:4326:7 - 3 - 128 - -1 - 255 - - - EPSG:4326:8 - 5 - 256 - -1 - 511 - - - EPSG:4326:9 - 9 - 512 - -1 - 1023 - - - EPSG:4326:10 - 18 - 1024 - -1 - 2047 - - - EPSG:4326:11 - 36 - 2047 - -1 - 4095 - - - EPSG:4326:12 - 71 - 4094 - -1 - 8191 - - - EPSG:4326:13 - 141 - 8188 - -1 - 16383 - - - EPSG:4326:14 - 281 - 16375 - -1 - 32767 - - - EPSG:4326:15 - 561 - 32750 - -1 - 65535 - - - EPSG:4326:16 - 1122 - 65500 - -1 - 131071 - - - EPSG:4326:17 - 2244 - 131000 - -1 - 262143 - - - EPSG:4326:18 - 4487 - 261999 - -1 - 524287 - - - EPSG:4326:19 - 8973 - 523997 - -1 - 1048575 - - - EPSG:4326:20 - 17946 - 1047994 - -1 - 2097151 - - - null - 35892 - 2095987 - -1 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - -1 - 0 - - - EPSG:900913:1 - 1 - 2 - -1 - 1 - - - EPSG:900913:2 - 1 - 4 - -1 - 3 - - - EPSG:900913:3 - 1 - 8 - -1 - 7 - - - EPSG:900913:4 - 1 - 16 - -1 - 15 - - - EPSG:900913:5 - 1 - 32 - -1 - 31 - - - EPSG:900913:6 - 1 - 64 - -1 - 63 - - - EPSG:900913:7 - 1 - 128 - -1 - 127 - - - EPSG:900913:8 - 1 - 256 - -1 - 255 - - - EPSG:900913:9 - 1 - 512 - -1 - 511 - - - EPSG:900913:10 - 1 - 1024 - -1 - 1023 - - - EPSG:900913:11 - 1 - 2048 - -1 - 2047 - - - EPSG:900913:12 - 1 - 4096 - -1 - 4095 - - - EPSG:900913:13 - 1 - 8192 - -1 - 8191 - - - EPSG:900913:14 - 1 - 16384 - -1 - 16383 - - - EPSG:900913:15 - 1 - 32768 - -1 - 32767 - - - EPSG:900913:16 - 1 - 65536 - -1 - 65535 - - - EPSG:900913:17 - 1 - 131072 - -1 - 131071 - - - EPSG:900913:18 - 1 - 262144 - -1 - 262143 - - - EPSG:900913:19 - 1 - 524288 - -1 - 524287 - - - EPSG:900913:20 - 1 - 1048576 - -1 - 1048575 - - - EPSG:900913:21 - 1 - 2097152 - -1 - 2097151 - - - EPSG:900913:22 - 2 - 4194303 - -1 - 4194303 - - - EPSG:900913:23 - 3 - 8388606 - -1 - 8388607 - - - EPSG:900913:24 - 5 - 16777212 - -1 - 16777215 - - - EPSG:900913:25 - 10 - 33554423 - -1 - 33554431 - - - EPSG:900913:26 - 19 - 67108846 - -1 - 67108863 - - - EPSG:900913:27 - 38 - 134217691 - -1 - 134217727 - - - EPSG:900913:28 - 76 - 268435381 - -1 - 268435455 - - - EPSG:900913:29 - 152 - 536870761 - -1 - 536870911 - - - null - 304 - 1073741521 - -1 - 1073741823 - - - - - FREPLATA: Ãrea de estudio del Proyecto - Carta del área del Proyecto FREPLATA, realizada según levantamientos (2002). - - -59.45964 -39.52893 - -50.88609 -33.7466 - - geonode:area_de_estudio_1 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 2 - 2 - 1 - 1 - - - EPSG:4326:2 - 3 - 3 - 2 - 2 - - - EPSG:4326:3 - 6 - 6 - 5 - 5 - - - EPSG:4326:4 - 11 - 12 - 10 - 11 - - - EPSG:4326:5 - 22 - 24 - 21 - 22 - - - EPSG:4326:6 - 44 - 47 - 42 - 45 - - - EPSG:4326:7 - 88 - 93 - 85 - 91 - - - EPSG:4326:8 - 176 - 185 - 171 - 183 - - - EPSG:4326:9 - 352 - 369 - 342 - 367 - - - EPSG:4326:10 - 704 - 737 - 685 - 734 - - - EPSG:4326:11 - 1408 - 1474 - 1371 - 1469 - - - EPSG:4326:12 - 2816 - 2948 - 2742 - 2938 - - - EPSG:4326:13 - 5632 - 5896 - 5485 - 5876 - - - EPSG:4326:14 - 11264 - 11791 - 10971 - 11752 - - - EPSG:4326:15 - 22528 - 23581 - 21943 - 23504 - - - EPSG:4326:16 - 45055 - 47161 - 43887 - 47008 - - - EPSG:4326:17 - 90110 - 94321 - 87774 - 94017 - - - EPSG:4326:18 - 180220 - 188641 - 175549 - 188035 - - - EPSG:4326:19 - 360439 - 377281 - 351099 - 376071 - - - EPSG:4326:20 - 720877 - 754561 - 702198 - 752143 - - - null - 1441753 - 1509122 - 1404396 - 1504286 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 2 - 2 - 0 - 0 - - - EPSG:900913:2 - 3 - 3 - 1 - 1 - - - EPSG:900913:3 - 5 - 5 - 2 - 2 - - - EPSG:900913:4 - 10 - 10 - 5 - 5 - - - EPSG:900913:5 - 20 - 20 - 10 - 11 - - - EPSG:900913:6 - 39 - 40 - 21 - 22 - - - EPSG:900913:7 - 77 - 80 - 42 - 45 - - - EPSG:900913:8 - 154 - 159 - 85 - 91 - - - EPSG:900913:9 - 308 - 318 - 171 - 183 - - - EPSG:900913:10 - 615 - 635 - 342 - 367 - - - EPSG:900913:11 - 1229 - 1270 - 685 - 734 - - - EPSG:900913:12 - 2457 - 2539 - 1371 - 1469 - - - EPSG:900913:13 - 4913 - 5077 - 2742 - 2938 - - - EPSG:900913:14 - 9826 - 10154 - 5485 - 5876 - - - EPSG:900913:15 - 19651 - 20307 - 10971 - 11752 - - - EPSG:900913:16 - 39301 - 40614 - 21943 - 23504 - - - EPSG:900913:17 - 78602 - 81228 - 43887 - 47008 - - - EPSG:900913:18 - 157204 - 162456 - 87774 - 94017 - - - EPSG:900913:19 - 314407 - 324911 - 175549 - 188035 - - - EPSG:900913:20 - 628814 - 649822 - 351099 - 376071 - - - EPSG:900913:21 - 1257628 - 1299644 - 702198 - 752143 - - - EPSG:900913:22 - 2515256 - 2599288 - 1404396 - 1504286 - - - EPSG:900913:23 - 5030512 - 5198576 - 2808793 - 3008572 - - - EPSG:900913:24 - 10061024 - 10397152 - 5617587 - 6017144 - - - EPSG:900913:25 - 20122047 - 20794304 - 11235175 - 12034288 - - - EPSG:900913:26 - 40244094 - 41588607 - 22470351 - 24068577 - - - EPSG:900913:27 - 80488188 - 83177213 - 44940703 - 48137154 - - - EPSG:900913:28 - 160976376 - 166354426 - 89881406 - 96274309 - - - EPSG:900913:29 - 321952751 - 332708851 - 179762813 - 192548618 - - - null - 643905502 - 665417702 - 359525627 - 385097236 - - - - - GOH Ecosistemas Terrestres - No abstract provided - - -92.2402420036243 12.9833164215088 - -83.13030242933 18.4958782196044 - - geonode:GH_ecosistemas_terrestres4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 4 - 4 - 3 - 4 - - - EPSG:4326:4 - 7 - 7 - 7 - 8 - - - EPSG:4326:5 - 13 - 14 - 15 - 17 - - - EPSG:4326:6 - 26 - 28 - 31 - 34 - - - EPSG:4326:7 - 51 - 55 - 62 - 68 - - - EPSG:4326:8 - 102 - 110 - 124 - 137 - - - EPSG:4326:9 - 204 - 220 - 249 - 275 - - - EPSG:4326:10 - 407 - 439 - 499 - 551 - - - EPSG:4326:11 - 814 - 877 - 998 - 1102 - - - EPSG:4326:12 - 1628 - 1753 - 1997 - 2204 - - - EPSG:4326:13 - 3255 - 3506 - 3994 - 4408 - - - EPSG:4326:14 - 6509 - 7011 - 7988 - 8817 - - - EPSG:4326:15 - 13017 - 14021 - 15976 - 17634 - - - EPSG:4326:16 - 26034 - 28041 - 31952 - 35269 - - - EPSG:4326:17 - 52068 - 56082 - 63904 - 70538 - - - EPSG:4326:18 - 104136 - 112164 - 127809 - 141076 - - - EPSG:4326:19 - 208271 - 224328 - 255618 - 282153 - - - EPSG:4326:20 - 416542 - 448655 - 511237 - 564306 - - - null - 833084 - 897310 - 1022475 - 1128613 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 8 - 8 - 3 - 4 - - - EPSG:900913:5 - 15 - 15 - 7 - 8 - - - EPSG:900913:6 - 29 - 30 - 15 - 17 - - - EPSG:900913:7 - 58 - 60 - 31 - 34 - - - EPSG:900913:8 - 115 - 119 - 62 - 68 - - - EPSG:900913:9 - 230 - 238 - 124 - 137 - - - EPSG:900913:10 - 459 - 475 - 249 - 275 - - - EPSG:900913:11 - 917 - 950 - 499 - 551 - - - EPSG:900913:12 - 1834 - 1899 - 998 - 1102 - - - EPSG:900913:13 - 3668 - 3798 - 1997 - 2204 - - - EPSG:900913:14 - 7336 - 7596 - 3994 - 4408 - - - EPSG:900913:15 - 14671 - 15192 - 7988 - 8817 - - - EPSG:900913:16 - 29341 - 30384 - 15976 - 17634 - - - EPSG:900913:17 - 58682 - 60768 - 31952 - 35269 - - - EPSG:900913:18 - 117364 - 121536 - 63904 - 70538 - - - EPSG:900913:19 - 234728 - 243072 - 127809 - 141076 - - - EPSG:900913:20 - 469455 - 486144 - 255618 - 282153 - - - EPSG:900913:21 - 938909 - 972287 - 511237 - 564306 - - - EPSG:900913:22 - 1877817 - 1944574 - 1022475 - 1128613 - - - EPSG:900913:23 - 3755633 - 3889148 - 2044950 - 2257227 - - - EPSG:900913:24 - 7511265 - 7778296 - 4089901 - 4514455 - - - EPSG:900913:25 - 15022530 - 15556592 - 8179802 - 9028910 - - - EPSG:900913:26 - 30045059 - 31113184 - 16359604 - 18057820 - - - EPSG:900913:27 - 60090117 - 62226368 - 32719209 - 36115640 - - - EPSG:900913:28 - 120180233 - 124452735 - 65438418 - 72231281 - - - EPSG:900913:29 - 240360466 - 248905470 - 130876836 - 144462563 - - - null - 480720931 - 497810940 - 261753673 - 288925127 - - - - - Longhurst Biogeographical Provinces - This dataset represents a partition of the world oceans into provinces as defined by Longhurst (1995; 1998; 2006), and are based on the prevailing role of physical forcing as a regulator of phytoplankton distribution. The dataset represents the initial static boundaries developed at the Bedford Institute of Oceanography, Canada. Note that the boundaries of these provinces are not fixed in time and space, but are dynamic and move under seasonal and interannual changes in physical forcing. At the first level of reduction, Longhurst recognised four principal biomes (also referred to as domains in earlier publications): the Polar Biome, the Westerlies Biome, the Trade-Winds Biome, and the Coastal Boundary Zone Biome. These four Biomes are recognisable in every major ocean basin. At the next level of reduction, the ocean basins are partitioned into provinces, roughly ten for each basin. These partitions provide a template for data analysis or for making parameter assignments on a global scale. Please refer to Longhurst's publications when using these shapefiles. - - -180.0 -78.5001564788404 - 180.0 90.0000019073487 - - geonode:Longhurst_world_v4_2010 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 0 - 1 - 0 - 1 - - - EPSG:4326:1 - 0 - 2 - 0 - 3 - - - EPSG:4326:2 - 0 - 4 - 0 - 7 - - - EPSG:4326:3 - 0 - 8 - 0 - 15 - - - EPSG:4326:4 - 0 - 15 - 0 - 31 - - - EPSG:4326:5 - 0 - 30 - 0 - 63 - - - EPSG:4326:6 - 0 - 60 - 0 - 127 - - - EPSG:4326:7 - 0 - 120 - 0 - 255 - - - EPSG:4326:8 - 0 - 240 - 0 - 511 - - - EPSG:4326:9 - 0 - 480 - 0 - 1023 - - - EPSG:4326:10 - 0 - 959 - 0 - 2047 - - - EPSG:4326:11 - 0 - 1918 - 0 - 4095 - - - EPSG:4326:12 - 0 - 3835 - 0 - 8191 - - - EPSG:4326:13 - 0 - 7669 - 0 - 16383 - - - EPSG:4326:14 - 0 - 15338 - 0 - 32767 - - - EPSG:4326:15 - 0 - 30675 - 0 - 65535 - - - EPSG:4326:16 - 0 - 61350 - 0 - 131071 - - - EPSG:4326:17 - 0 - 122699 - 0 - 262143 - - - EPSG:4326:18 - 0 - 245397 - 0 - 524287 - - - EPSG:4326:19 - 0 - 490793 - 0 - 1048575 - - - EPSG:4326:20 - 0 - 981585 - 0 - 2097151 - - - null - 0 - 1963170 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 4 - 0 - 3 - - - EPSG:900913:3 - 1 - 7 - 0 - 7 - - - EPSG:900913:4 - 1 - 14 - 0 - 15 - - - EPSG:900913:5 - 1 - 28 - 0 - 31 - - - EPSG:900913:6 - 1 - 56 - 0 - 63 - - - EPSG:900913:7 - 1 - 111 - 0 - 127 - - - EPSG:900913:8 - 1 - 222 - 0 - 255 - - - EPSG:900913:9 - 1 - 444 - 0 - 511 - - - EPSG:900913:10 - 1 - 887 - 0 - 1023 - - - EPSG:900913:11 - 1 - 1773 - 0 - 2047 - - - EPSG:900913:12 - 1 - 3545 - 0 - 4095 - - - EPSG:900913:13 - 1 - 7090 - 0 - 8191 - - - EPSG:900913:14 - 1 - 14179 - 0 - 16383 - - - EPSG:900913:15 - 1 - 28357 - 0 - 32767 - - - EPSG:900913:16 - 1 - 56713 - 0 - 65535 - - - EPSG:900913:17 - 1 - 113426 - 0 - 131071 - - - EPSG:900913:18 - 1 - 226852 - 0 - 262143 - - - EPSG:900913:19 - 1 - 453703 - 0 - 524287 - - - EPSG:900913:20 - 1 - 907405 - 0 - 1048575 - - - EPSG:900913:21 - 1 - 1814809 - 0 - 2097151 - - - EPSG:900913:22 - 2 - 3629618 - 0 - 4194303 - - - EPSG:900913:23 - 3 - 7259235 - 0 - 8388607 - - - EPSG:900913:24 - 5 - 14518469 - 0 - 16777215 - - - EPSG:900913:25 - 10 - 29036937 - 0 - 33554431 - - - EPSG:900913:26 - 19 - 58073874 - 0 - 67108863 - - - EPSG:900913:27 - 38 - 116147747 - 0 - 134217727 - - - EPSG:900913:28 - 76 - 232295493 - 0 - 268435455 - - - EPSG:900913:29 - 152 - 464590986 - 0 - 536870911 - - - null - 304 - 929181971 - 0 - 1073741823 - - - - - IHO Sea Areas - This dataset represents the boundaries of the major oceans and seas of the world. The source for the boundaries is the publication 'Limits of Oceans & Seas, Special Publication No. 23' published by the IHO in 1953. The dataset was composed by the Flanders Marine Data and Information Centre. - - -180.0 -85.4702910362554 - 180.0 90.0 - - geonode:World_Seas - - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 8 - 0 - 15 - - - EPSG:4326:4 - 1 - 16 - 0 - 31 - - - EPSG:4326:5 - 1 - 32 - 0 - 63 - - - EPSG:4326:6 - 1 - 63 - 0 - 127 - - - EPSG:4326:7 - 1 - 125 - 0 - 255 - - - EPSG:4326:8 - 1 - 250 - 0 - 511 - - - EPSG:4326:9 - 1 - 500 - 0 - 1023 - - - EPSG:4326:10 - 1 - 999 - 0 - 2047 - - - EPSG:4326:11 - 1 - 1997 - 0 - 4095 - - - EPSG:4326:12 - 1 - 3993 - 0 - 8191 - - - EPSG:4326:13 - 1 - 7986 - 0 - 16383 - - - EPSG:4326:14 - 1 - 15972 - 0 - 32767 - - - EPSG:4326:15 - 1 - 31944 - 0 - 65535 - - - EPSG:4326:16 - 1 - 63887 - 0 - 131071 - - - EPSG:4326:17 - 1 - 127774 - 0 - 262143 - - - EPSG:4326:18 - 1 - 255548 - 0 - 524287 - - - EPSG:4326:19 - 1 - 511095 - 0 - 1048575 - - - EPSG:4326:20 - 1 - 1022189 - 0 - 2097151 - - - null - 1 - 2044378 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 4 - 0 - 3 - - - EPSG:900913:3 - 1 - 8 - 0 - 7 - - - EPSG:900913:4 - 1 - 16 - 0 - 15 - - - EPSG:900913:5 - 1 - 32 - 0 - 31 - - - EPSG:900913:6 - 1 - 64 - 0 - 63 - - - EPSG:900913:7 - 1 - 128 - 0 - 127 - - - EPSG:900913:8 - 1 - 256 - 0 - 255 - - - EPSG:900913:9 - 1 - 512 - 0 - 511 - - - EPSG:900913:10 - 1 - 1024 - 0 - 1023 - - - EPSG:900913:11 - 1 - 2048 - 0 - 2047 - - - EPSG:900913:12 - 1 - 4096 - 0 - 4095 - - - EPSG:900913:13 - 1 - 8192 - 0 - 8191 - - - EPSG:900913:14 - 1 - 16384 - 0 - 16383 - - - EPSG:900913:15 - 1 - 32768 - 0 - 32767 - - - EPSG:900913:16 - 1 - 65536 - 0 - 65535 - - - EPSG:900913:17 - 1 - 131072 - 0 - 131071 - - - EPSG:900913:18 - 1 - 262144 - 0 - 262143 - - - EPSG:900913:19 - 1 - 524288 - 0 - 524287 - - - EPSG:900913:20 - 1 - 1048576 - 0 - 1048575 - - - EPSG:900913:21 - 1 - 2097152 - 0 - 2097151 - - - EPSG:900913:22 - 2 - 4194303 - 0 - 4194303 - - - EPSG:900913:23 - 3 - 8388606 - 0 - 8388607 - - - EPSG:900913:24 - 5 - 16777212 - 0 - 16777215 - - - EPSG:900913:25 - 10 - 33554423 - 0 - 33554431 - - - EPSG:900913:26 - 19 - 67108846 - 0 - 67108863 - - - EPSG:900913:27 - 38 - 134217691 - 0 - 134217727 - - - EPSG:900913:28 - 76 - 268435381 - 0 - 268435455 - - - EPSG:900913:29 - 152 - 536870761 - 0 - 536870911 - - - null - 304 - 1073741521 - 0 - 1073741823 - - - - - GOH Geologia: mapa geologico fallas - No abstract provided - - -93.0156326401891 7.03043760090527 - -57.037708591725 24.0084641167461 - - geonode:mapa_geologico_fallas4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 3 - 4 - 3 - 5 - - - EPSG:4326:4 - 6 - 8 - 7 - 10 - - - EPSG:4326:5 - 12 - 15 - 15 - 21 - - - EPSG:4326:6 - 24 - 30 - 30 - 43 - - - EPSG:4326:7 - 47 - 60 - 61 - 87 - - - EPSG:4326:8 - 94 - 119 - 123 - 174 - - - EPSG:4326:9 - 188 - 237 - 247 - 349 - - - EPSG:4326:10 - 376 - 473 - 494 - 699 - - - EPSG:4326:11 - 751 - 945 - 989 - 1399 - - - EPSG:4326:12 - 1502 - 1889 - 1979 - 2798 - - - EPSG:4326:13 - 3004 - 3777 - 3958 - 5596 - - - EPSG:4326:14 - 6007 - 7553 - 7917 - 11192 - - - EPSG:4326:15 - 12014 - 15105 - 15835 - 22384 - - - EPSG:4326:16 - 24027 - 30209 - 31670 - 44769 - - - EPSG:4326:17 - 48054 - 60417 - 63340 - 89538 - - - EPSG:4326:18 - 96108 - 120834 - 126680 - 179076 - - - EPSG:4326:19 - 192215 - 241667 - 253360 - 358153 - - - EPSG:4326:20 - 384429 - 483333 - 506720 - 716307 - - - null - 768858 - 966666 - 1013441 - 1432614 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 7 - 8 - 3 - 5 - - - EPSG:900913:5 - 14 - 16 - 7 - 10 - - - EPSG:900913:6 - 28 - 31 - 15 - 21 - - - EPSG:900913:7 - 56 - 62 - 30 - 43 - - - EPSG:900913:8 - 111 - 123 - 61 - 87 - - - EPSG:900913:9 - 221 - 246 - 123 - 174 - - - EPSG:900913:10 - 442 - 492 - 247 - 349 - - - EPSG:900913:11 - 884 - 984 - 494 - 699 - - - EPSG:900913:12 - 1767 - 1968 - 989 - 1399 - - - EPSG:900913:13 - 3533 - 3936 - 1979 - 2798 - - - EPSG:900913:14 - 7066 - 7872 - 3958 - 5596 - - - EPSG:900913:15 - 14132 - 15743 - 7917 - 11192 - - - EPSG:900913:16 - 28264 - 31485 - 15835 - 22384 - - - EPSG:900913:17 - 56528 - 62970 - 31670 - 44769 - - - EPSG:900913:18 - 113055 - 125940 - 63340 - 89538 - - - EPSG:900913:19 - 226109 - 251880 - 126680 - 179076 - - - EPSG:900913:20 - 452218 - 503759 - 253360 - 358153 - - - EPSG:900913:21 - 904435 - 1007518 - 506720 - 716307 - - - EPSG:900913:22 - 1808869 - 2015036 - 1013441 - 1432614 - - - EPSG:900913:23 - 3617738 - 4030071 - 2026882 - 2865229 - - - EPSG:900913:24 - 7235475 - 8060141 - 4053765 - 5730458 - - - EPSG:900913:25 - 14470950 - 16120282 - 8107530 - 11460916 - - - EPSG:900913:26 - 28941900 - 32240563 - 16215061 - 22921832 - - - EPSG:900913:27 - 57883800 - 64481125 - 32430122 - 45843664 - - - EPSG:900913:28 - 115767599 - 128962250 - 64860245 - 91687329 - - - EPSG:900913:29 - 231535198 - 257924499 - 129720490 - 183374659 - - - null - 463070396 - 515848997 - 259440981 - 366749319 - - - - - GOH Ecosistemas Maritimos: Desove Peces - No abstract provided - - -88.3555730469767 15.8374206048607 - -86.5057424681379 18.2862583859164 - - geonode:GH_Desove_Peces4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 33 - - - EPSG:4326:7 - 51 - 53 - 65 - 66 - - - EPSG:4326:8 - 102 - 106 - 130 - 132 - - - EPSG:4326:9 - 204 - 211 - 260 - 265 - - - EPSG:4326:10 - 408 - 422 - 521 - 531 - - - EPSG:4326:11 - 816 - 844 - 1042 - 1063 - - - EPSG:4326:12 - 1632 - 1688 - 2085 - 2127 - - - EPSG:4326:13 - 3264 - 3376 - 4170 - 4255 - - - EPSG:4326:14 - 6528 - 6751 - 8341 - 8510 - - - EPSG:4326:15 - 13056 - 13501 - 16683 - 17020 - - - EPSG:4326:16 - 26111 - 27002 - 33366 - 34040 - - - EPSG:4326:17 - 52221 - 54004 - 66733 - 68080 - - - EPSG:4326:18 - 104441 - 108008 - 133466 - 136160 - - - EPSG:4326:19 - 208882 - 216015 - 266933 - 272321 - - - EPSG:4326:20 - 417763 - 432029 - 533867 - 544643 - - - null - 835526 - 864057 - 1067734 - 1089287 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 33 - - - EPSG:900913:8 - 115 - 117 - 65 - 66 - - - EPSG:900913:9 - 230 - 234 - 130 - 132 - - - EPSG:900913:10 - 460 - 467 - 260 - 265 - - - EPSG:900913:11 - 919 - 933 - 521 - 531 - - - EPSG:900913:12 - 1837 - 1866 - 1042 - 1063 - - - EPSG:900913:13 - 3673 - 3731 - 2085 - 2127 - - - EPSG:900913:14 - 7346 - 7462 - 4170 - 4255 - - - EPSG:900913:15 - 14691 - 14924 - 8341 - 8510 - - - EPSG:900913:16 - 29382 - 29848 - 16683 - 17020 - - - EPSG:900913:17 - 58763 - 59695 - 33366 - 34040 - - - EPSG:900913:18 - 117525 - 119390 - 66733 - 68080 - - - EPSG:900913:19 - 235049 - 238780 - 133466 - 136160 - - - EPSG:900913:20 - 470098 - 477560 - 266933 - 272321 - - - EPSG:900913:21 - 940195 - 955119 - 533867 - 544643 - - - EPSG:900913:22 - 1880390 - 1910238 - 1067734 - 1089287 - - - EPSG:900913:23 - 3760780 - 3820475 - 2135469 - 2178574 - - - EPSG:900913:24 - 7521560 - 7640949 - 4270939 - 4357148 - - - EPSG:900913:25 - 15043119 - 15281897 - 8541879 - 8714296 - - - EPSG:900913:26 - 30086238 - 30563794 - 17083759 - 17428592 - - - EPSG:900913:27 - 60172475 - 61127587 - 34167518 - 34857185 - - - EPSG:900913:28 - 120344950 - 122255173 - 68335037 - 69714371 - - - EPSG:900913:29 - 240689900 - 244510345 - 136670075 - 139428742 - - - null - 481379799 - 489020689 - 273340150 - 278857485 - - - - - CASPECO: Caspian sea iso lines - No abstract provided - - 47.5146299999997 36.5736500000003 - 53.9116799999993 46.5376500000002 - - geonode:GIS_OTHER_VEC_ISOLINES - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 1 - 2 - 5 - 5 - - - EPSG:4326:3 - 2 - 3 - 10 - 10 - - - EPSG:4326:4 - 4 - 5 - 20 - 20 - - - EPSG:4326:5 - 8 - 10 - 40 - 41 - - - EPSG:4326:6 - 16 - 19 - 80 - 83 - - - EPSG:4326:7 - 31 - 38 - 161 - 166 - - - EPSG:4326:8 - 62 - 76 - 323 - 332 - - - EPSG:4326:9 - 124 - 152 - 647 - 665 - - - EPSG:4326:10 - 248 - 304 - 1294 - 1330 - - - EPSG:4326:11 - 495 - 608 - 2588 - 2661 - - - EPSG:4326:12 - 990 - 1216 - 5177 - 5322 - - - EPSG:4326:13 - 1979 - 2432 - 10354 - 10645 - - - EPSG:4326:14 - 3957 - 4863 - 20708 - 21291 - - - EPSG:4326:15 - 7913 - 9726 - 41417 - 42582 - - - EPSG:4326:16 - 15825 - 19452 - 82835 - 85164 - - - EPSG:4326:17 - 31649 - 38904 - 165671 - 170329 - - - EPSG:4326:18 - 63297 - 77808 - 331342 - 340658 - - - EPSG:4326:19 - 126594 - 155616 - 662684 - 681317 - - - EPSG:4326:20 - 253187 - 311232 - 1325368 - 1362634 - - - null - 506374 - 622463 - 2650737 - 2725268 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 3 - 4 - 5 - 5 - - - EPSG:900913:4 - 6 - 7 - 10 - 10 - - - EPSG:900913:5 - 12 - 13 - 20 - 20 - - - EPSG:900913:6 - 23 - 26 - 40 - 41 - - - EPSG:900913:7 - 46 - 51 - 80 - 83 - - - EPSG:900913:8 - 91 - 101 - 161 - 166 - - - EPSG:900913:9 - 182 - 201 - 323 - 332 - - - EPSG:900913:10 - 363 - 401 - 647 - 665 - - - EPSG:900913:11 - 725 - 801 - 1294 - 1330 - - - EPSG:900913:12 - 1449 - 1601 - 2588 - 2661 - - - EPSG:900913:13 - 2897 - 3201 - 5177 - 5322 - - - EPSG:900913:14 - 5794 - 6402 - 10354 - 10645 - - - EPSG:900913:15 - 11587 - 12803 - 20708 - 21291 - - - EPSG:900913:16 - 23174 - 25606 - 41417 - 42582 - - - EPSG:900913:17 - 46348 - 51211 - 82835 - 85164 - - - EPSG:900913:18 - 92695 - 102422 - 165671 - 170329 - - - EPSG:900913:19 - 185389 - 204844 - 331342 - 340658 - - - EPSG:900913:20 - 370778 - 409688 - 662684 - 681317 - - - EPSG:900913:21 - 741556 - 819376 - 1325368 - 1362634 - - - EPSG:900913:22 - 1483112 - 1638752 - 2650737 - 2725268 - - - EPSG:900913:23 - 2966223 - 3277504 - 5301475 - 5450537 - - - EPSG:900913:24 - 5932446 - 6555007 - 10602950 - 10901074 - - - EPSG:900913:25 - 11864891 - 13110014 - 21205900 - 21802148 - - - EPSG:900913:26 - 23729782 - 26220028 - 42411801 - 43604297 - - - EPSG:900913:27 - 47459563 - 52440055 - 84823602 - 87208595 - - - EPSG:900913:28 - 94919125 - 104880110 - 169647204 - 174417190 - - - EPSG:900913:29 - 189838249 - 209760219 - 339294408 - 348834380 - - - null - 379676498 - 419520437 - 678588816 - 697668760 - - - - - GOH Puntos de Muestreo: Est.. muestreo propuestas - No abstract provided - - -88.9163611099957 15.6963888897851 - -86.8977703496776 17.4944526165435 - - geonode:GH_Est_muestreo_propuestas4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 33 - - - EPSG:4326:7 - 52 - 53 - 64 - 66 - - - EPSG:4326:8 - 104 - 106 - 129 - 132 - - - EPSG:4326:9 - 207 - 212 - 259 - 264 - - - EPSG:4326:10 - 413 - 423 - 518 - 529 - - - EPSG:4326:11 - 825 - 846 - 1036 - 1059 - - - EPSG:4326:12 - 1650 - 1691 - 2072 - 2118 - - - EPSG:4326:13 - 3300 - 3382 - 4145 - 4237 - - - EPSG:4326:14 - 6600 - 6764 - 8290 - 8474 - - - EPSG:4326:15 - 13200 - 13527 - 16581 - 16948 - - - EPSG:4326:16 - 26399 - 27054 - 33162 - 33897 - - - EPSG:4326:17 - 52797 - 54107 - 66325 - 67794 - - - EPSG:4326:18 - 105594 - 108213 - 132650 - 135589 - - - EPSG:4326:19 - 211188 - 216425 - 265300 - 271179 - - - EPSG:4326:20 - 422376 - 432850 - 530600 - 542359 - - - null - 844751 - 865700 - 1061201 - 1084719 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 33 - - - EPSG:900913:8 - 116 - 117 - 64 - 66 - - - EPSG:900913:9 - 231 - 234 - 129 - 132 - - - EPSG:900913:10 - 462 - 467 - 259 - 264 - - - EPSG:900913:11 - 923 - 934 - 518 - 529 - - - EPSG:900913:12 - 1846 - 1868 - 1036 - 1059 - - - EPSG:900913:13 - 3692 - 3735 - 2072 - 2118 - - - EPSG:900913:14 - 7384 - 7469 - 4145 - 4237 - - - EPSG:900913:15 - 14767 - 14938 - 8290 - 8474 - - - EPSG:900913:16 - 29533 - 29875 - 16581 - 16948 - - - EPSG:900913:17 - 59066 - 59749 - 33162 - 33897 - - - EPSG:900913:18 - 118131 - 119497 - 66325 - 67794 - - - EPSG:900913:19 - 236261 - 238994 - 132650 - 135589 - - - EPSG:900913:20 - 472521 - 477987 - 265300 - 271179 - - - EPSG:900913:21 - 945042 - 955973 - 530600 - 542359 - - - EPSG:900913:22 - 1890084 - 1911945 - 1061201 - 1084719 - - - EPSG:900913:23 - 3780168 - 3823889 - 2122402 - 2169439 - - - EPSG:900913:24 - 7560336 - 7647778 - 4244805 - 4338878 - - - EPSG:900913:25 - 15120672 - 15295556 - 8489610 - 8677756 - - - EPSG:900913:26 - 30241343 - 30591112 - 16979220 - 17355513 - - - EPSG:900913:27 - 60482685 - 61182223 - 33958441 - 34711027 - - - EPSG:900913:28 - 120965369 - 122364445 - 67916883 - 69422054 - - - EPSG:900913:29 - 241930737 - 244728889 - 135833767 - 138844108 - - - null - 483861473 - 489457778 - 271667534 - 277688216 - - - - - GOH Limites Administrativos - Departamentos - No abstract provided - - -91.5491561889648 13.6825895309448 - -86.2266464233398 17.9723300933838 - - geonode:GH_Departamentos4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 4 - 4 - 3 - 4 - - - EPSG:4326:4 - 7 - 7 - 7 - 8 - - - EPSG:4326:5 - 13 - 14 - 15 - 16 - - - EPSG:4326:6 - 26 - 28 - 31 - 33 - - - EPSG:4326:7 - 52 - 55 - 62 - 66 - - - EPSG:4326:8 - 103 - 109 - 125 - 133 - - - EPSG:4326:9 - 205 - 218 - 251 - 266 - - - EPSG:4326:10 - 410 - 435 - 503 - 533 - - - EPSG:4326:11 - 820 - 869 - 1006 - 1066 - - - EPSG:4326:12 - 1640 - 1737 - 2012 - 2133 - - - EPSG:4326:13 - 3279 - 3474 - 4025 - 4267 - - - EPSG:4326:14 - 6557 - 6947 - 8050 - 8535 - - - EPSG:4326:15 - 13113 - 13894 - 16101 - 17070 - - - EPSG:4326:16 - 26225 - 27787 - 32203 - 34141 - - - EPSG:4326:17 - 52449 - 55573 - 64407 - 68283 - - - EPSG:4326:18 - 104898 - 111146 - 128815 - 136567 - - - EPSG:4326:19 - 209796 - 222291 - 257631 - 273134 - - - EPSG:4326:20 - 419592 - 444582 - 515263 - 546269 - - - null - 839184 - 889163 - 1030527 - 1092538 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 8 - 8 - 3 - 4 - - - EPSG:900913:5 - 15 - 15 - 7 - 8 - - - EPSG:900913:6 - 29 - 30 - 15 - 16 - - - EPSG:900913:7 - 58 - 60 - 31 - 33 - - - EPSG:900913:8 - 116 - 119 - 62 - 66 - - - EPSG:900913:9 - 231 - 237 - 125 - 133 - - - EPSG:900913:10 - 461 - 473 - 251 - 266 - - - EPSG:900913:11 - 921 - 946 - 503 - 533 - - - EPSG:900913:12 - 1841 - 1891 - 1006 - 1066 - - - EPSG:900913:13 - 3681 - 3782 - 2012 - 2133 - - - EPSG:900913:14 - 7361 - 7564 - 4025 - 4267 - - - EPSG:900913:15 - 14721 - 15127 - 8050 - 8535 - - - EPSG:900913:16 - 29442 - 30254 - 16101 - 17070 - - - EPSG:900913:17 - 58883 - 60507 - 32203 - 34141 - - - EPSG:900913:18 - 117765 - 121013 - 64407 - 68283 - - - EPSG:900913:19 - 235530 - 242026 - 128815 - 136567 - - - EPSG:900913:20 - 471060 - 484051 - 257631 - 273134 - - - EPSG:900913:21 - 942120 - 968101 - 515263 - 546269 - - - EPSG:900913:22 - 1884239 - 1936202 - 1030527 - 1092538 - - - EPSG:900913:23 - 3768477 - 3872403 - 2061054 - 2185077 - - - EPSG:900913:24 - 7536954 - 7744805 - 4122108 - 4370155 - - - EPSG:900913:25 - 15073908 - 15489610 - 8244216 - 8740310 - - - EPSG:900913:26 - 30147815 - 30979219 - 16488432 - 17480620 - - - EPSG:900913:27 - 60295630 - 61958437 - 32976864 - 34961240 - - - EPSG:900913:28 - 120591260 - 123916873 - 65953729 - 69922480 - - - EPSG:900913:29 - 241182519 - 247833745 - 131907458 - 139844960 - - - null - 482365038 - 495667489 - 263814917 - 279689921 - - - - - GIWA Large Marine Ecosystem/Basin Delineation - GIWA_LME: Global International Waters Assessment's Terrestrial WSs and Large Marine Ecosystems, a medium resolution WS delineation based on terrestrial modifications to the NOAA-URI Large Marine Ecosystems. The GIWA_LME shapefile data layer is comprised of 2936 derivative vector large marine ecosystems and terrestrial basins features derived based on ~100 000 cell data originally from GIWA - URI. The layer provides nominal analytical/mapping at 1:20 000 00. Data processing is complete and under revision globally. - - - -179.804885864258 -89.2641143798828 - 179.919998168945 89.0321578979492 - - geonode:giwa_lme - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 8 - 0 - 15 - - - EPSG:4326:4 - 1 - 16 - 0 - 31 - - - EPSG:4326:5 - 1 - 32 - 0 - 63 - - - EPSG:4326:6 - 1 - 64 - 0 - 127 - - - EPSG:4326:7 - 1 - 128 - 0 - 255 - - - EPSG:4326:8 - 2 - 255 - 0 - 511 - - - EPSG:4326:9 - 3 - 510 - 0 - 1023 - - - EPSG:4326:10 - 6 - 1020 - 1 - 2047 - - - EPSG:4326:11 - 12 - 2040 - 2 - 4095 - - - EPSG:4326:12 - 23 - 4080 - 4 - 8190 - - - EPSG:4326:13 - 45 - 8159 - 8 - 16380 - - - EPSG:4326:14 - 89 - 16318 - 17 - 32760 - - - EPSG:4326:15 - 177 - 32635 - 35 - 65521 - - - EPSG:4326:16 - 353 - 65269 - 71 - 131042 - - - EPSG:4326:17 - 705 - 130537 - 142 - 262085 - - - EPSG:4326:18 - 1410 - 261073 - 284 - 524171 - - - EPSG:4326:19 - 2820 - 522145 - 568 - 1048342 - - - EPSG:4326:20 - 5639 - 1044290 - 1136 - 2096685 - - - null - 11277 - 2088579 - 2273 - 4193371 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 4 - 0 - 3 - - - EPSG:900913:3 - 1 - 8 - 0 - 7 - - - EPSG:900913:4 - 1 - 16 - 0 - 15 - - - EPSG:900913:5 - 1 - 32 - 0 - 31 - - - EPSG:900913:6 - 1 - 64 - 0 - 63 - - - EPSG:900913:7 - 1 - 128 - 0 - 127 - - - EPSG:900913:8 - 1 - 256 - 0 - 255 - - - EPSG:900913:9 - 1 - 512 - 0 - 511 - - - EPSG:900913:10 - 1 - 1024 - 0 - 1023 - - - EPSG:900913:11 - 1 - 2048 - 1 - 2047 - - - EPSG:900913:12 - 1 - 4096 - 2 - 4095 - - - EPSG:900913:13 - 1 - 8192 - 4 - 8190 - - - EPSG:900913:14 - 1 - 16384 - 8 - 16380 - - - EPSG:900913:15 - 1 - 32768 - 17 - 32760 - - - EPSG:900913:16 - 1 - 65536 - 35 - 65521 - - - EPSG:900913:17 - 1 - 131072 - 71 - 131042 - - - EPSG:900913:18 - 1 - 262144 - 142 - 262085 - - - EPSG:900913:19 - 1 - 524288 - 284 - 524171 - - - EPSG:900913:20 - 1 - 1048576 - 568 - 1048342 - - - EPSG:900913:21 - 1 - 2097152 - 1136 - 2096685 - - - EPSG:900913:22 - 2 - 4194303 - 2273 - 4193371 - - - EPSG:900913:23 - 3 - 8388606 - 4546 - 8386743 - - - EPSG:900913:24 - 5 - 16777212 - 9092 - 16773487 - - - EPSG:900913:25 - 10 - 33554423 - 18185 - 33546975 - - - EPSG:900913:26 - 19 - 67108846 - 36371 - 67093950 - - - EPSG:900913:27 - 38 - 134217691 - 72743 - 134187901 - - - EPSG:900913:28 - 76 - 268435381 - 145487 - 268375802 - - - EPSG:900913:29 - 152 - 536870761 - 290975 - 536751604 - - - null - 304 - 1073741521 - 581950 - 1073503209 - - - - - FREPLATA: Red Hidrográfica - Principales cursos de agua que confluyen directamente en el Río de la Plata y su Frente Marítimo. -Fuente: Departamento de Hidrología de la Provincia de Buenos Aires - Atlas Digital de los Recursos Hídricos Superficiales de la República Argentina (2002, INA), Servicio Geográfico Militar (Uruguay) y FREPLATA - - -63.7230583439813 -40.9819279015473 - -53.1590761467877 -32.9523277282715 - - geonode:red_hidrografica - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 2 - 2 - 1 - 1 - - - EPSG:4326:2 - 3 - 3 - 2 - 2 - - - EPSG:4326:3 - 6 - 6 - 5 - 5 - - - EPSG:4326:4 - 11 - 12 - 10 - 11 - - - EPSG:4326:5 - 22 - 24 - 20 - 22 - - - EPSG:4326:6 - 44 - 47 - 41 - 45 - - - EPSG:4326:7 - 88 - 94 - 82 - 90 - - - EPSG:4326:8 - 175 - 187 - 165 - 180 - - - EPSG:4326:9 - 350 - 373 - 330 - 360 - - - EPSG:4326:10 - 700 - 746 - 661 - 721 - - - EPSG:4326:11 - 1399 - 1491 - 1322 - 1443 - - - EPSG:4326:12 - 2798 - 2981 - 2645 - 2886 - - - EPSG:4326:13 - 5596 - 5962 - 5291 - 5772 - - - EPSG:4326:14 - 11192 - 11923 - 10583 - 11545 - - - EPSG:4326:15 - 22383 - 23845 - 21167 - 23090 - - - EPSG:4326:16 - 44766 - 47690 - 42335 - 46181 - - - EPSG:4326:17 - 89532 - 95379 - 84670 - 92362 - - - EPSG:4326:18 - 179063 - 190757 - 169340 - 184725 - - - EPSG:4326:19 - 358125 - 381513 - 338681 - 369450 - - - EPSG:4326:20 - 716250 - 763026 - 677362 - 738901 - - - null - 1432499 - 1526051 - 1354724 - 1477803 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 2 - 2 - 0 - 0 - - - EPSG:900913:2 - 3 - 3 - 1 - 1 - - - EPSG:900913:3 - 5 - 6 - 2 - 2 - - - EPSG:900913:4 - 10 - 11 - 5 - 5 - - - EPSG:900913:5 - 20 - 21 - 10 - 11 - - - EPSG:900913:6 - 39 - 41 - 20 - 22 - - - EPSG:900913:7 - 77 - 81 - 41 - 45 - - - EPSG:900913:8 - 153 - 161 - 82 - 90 - - - EPSG:900913:9 - 306 - 321 - 165 - 180 - - - EPSG:900913:10 - 612 - 641 - 330 - 360 - - - EPSG:900913:11 - 1223 - 1281 - 661 - 721 - - - EPSG:900913:12 - 2446 - 2561 - 1322 - 1443 - - - EPSG:900913:13 - 4891 - 5121 - 2645 - 2886 - - - EPSG:900913:14 - 9782 - 10241 - 5291 - 5772 - - - EPSG:900913:15 - 19564 - 20481 - 10583 - 11545 - - - EPSG:900913:16 - 39128 - 40961 - 21167 - 23090 - - - EPSG:900913:17 - 78256 - 81921 - 42335 - 46181 - - - EPSG:900913:18 - 156512 - 163842 - 84670 - 92362 - - - EPSG:900913:19 - 313023 - 327684 - 169340 - 184725 - - - EPSG:900913:20 - 626045 - 655368 - 338681 - 369450 - - - EPSG:900913:21 - 1252089 - 1310736 - 677362 - 738901 - - - EPSG:900913:22 - 2504178 - 2621472 - 1354724 - 1477803 - - - EPSG:900913:23 - 5008356 - 5242943 - 2709449 - 2955607 - - - EPSG:900913:24 - 10016711 - 10485886 - 5418898 - 5911215 - - - EPSG:900913:25 - 20033421 - 20971771 - 10837796 - 11822430 - - - EPSG:900913:26 - 40066841 - 41943542 - 21675592 - 23644861 - - - EPSG:900913:27 - 80133682 - 83887083 - 43351185 - 47289723 - - - EPSG:900913:28 - 160267364 - 167774165 - 86702371 - 94579447 - - - EPSG:900913:29 - 320534727 - 335548330 - 173404743 - 189158895 - - - null - 641069454 - 671096660 - 346809487 - 378317791 - - - - - GOH Ecosistemas Maritimos: Anidamiento de aves - No abstract provided - - -88.5671340603623 15.9489730455407 - -85.6974149846346 21.6030219156867 - - geonode:GH_Anidamiento_de_aves4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 25 - 27 - 32 - 33 - - - EPSG:4326:7 - 49 - 53 - 65 - 67 - - - EPSG:4326:8 - 98 - 106 - 130 - 134 - - - EPSG:4326:9 - 195 - 211 - 260 - 268 - - - EPSG:4326:10 - 390 - 422 - 520 - 536 - - - EPSG:4326:11 - 779 - 843 - 1040 - 1072 - - - EPSG:4326:12 - 1557 - 1686 - 2080 - 2145 - - - EPSG:4326:13 - 3113 - 3371 - 4161 - 4291 - - - EPSG:4326:14 - 6226 - 6741 - 8322 - 8583 - - - EPSG:4326:15 - 12452 - 13481 - 16644 - 17167 - - - EPSG:4326:16 - 24903 - 26962 - 33289 - 34334 - - - EPSG:4326:17 - 49806 - 53923 - 66579 - 68669 - - - EPSG:4326:18 - 99611 - 107845 - 133158 - 137338 - - - EPSG:4326:19 - 199221 - 215690 - 266317 - 274676 - - - EPSG:4326:20 - 398442 - 431379 - 532635 - 549352 - - - null - 796883 - 862757 - 1065270 - 1098704 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 57 - 59 - 32 - 33 - - - EPSG:900913:8 - 113 - 117 - 65 - 67 - - - EPSG:900913:9 - 225 - 234 - 130 - 134 - - - EPSG:900913:10 - 450 - 467 - 260 - 268 - - - EPSG:900913:11 - 899 - 933 - 520 - 536 - - - EPSG:900913:12 - 1797 - 1865 - 1040 - 1072 - - - EPSG:900913:13 - 3593 - 3729 - 2080 - 2145 - - - EPSG:900913:14 - 7185 - 7457 - 4161 - 4291 - - - EPSG:900913:15 - 14370 - 14914 - 8322 - 8583 - - - EPSG:900913:16 - 28739 - 29827 - 16644 - 17167 - - - EPSG:900913:17 - 57478 - 59653 - 33289 - 34334 - - - EPSG:900913:18 - 114955 - 119306 - 66579 - 68669 - - - EPSG:900913:19 - 229910 - 238611 - 133158 - 137338 - - - EPSG:900913:20 - 459819 - 477222 - 266317 - 274676 - - - EPSG:900913:21 - 919637 - 954443 - 532635 - 549352 - - - EPSG:900913:22 - 1839274 - 1908886 - 1065270 - 1098704 - - - EPSG:900913:23 - 3678548 - 3817772 - 2130540 - 2197409 - - - EPSG:900913:24 - 7357096 - 7635543 - 4261080 - 4394818 - - - EPSG:900913:25 - 14714192 - 15271086 - 8522160 - 8789637 - - - EPSG:900913:26 - 29428383 - 30542172 - 17044321 - 17579275 - - - EPSG:900913:27 - 58856765 - 61084344 - 34088643 - 35158551 - - - EPSG:900913:28 - 117713530 - 122168687 - 68177286 - 70317103 - - - EPSG:900913:29 - 235427059 - 244337373 - 136354572 - 140634207 - - - null - 470854118 - 488674746 - 272709145 - 281268415 - - - - - GOH Ecosistemas Maritimos: Sitios Prioritarios TNC - No abstract provided - - -88.9529163680857 15.6814292882699 - -85.5486279939099 21.8087529016653 - - geonode:GH_Sitios_Prioritarios_TNC4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 25 - 27 - 32 - 33 - - - EPSG:4326:7 - 49 - 53 - 64 - 67 - - - EPSG:4326:8 - 97 - 106 - 129 - 134 - - - EPSG:4326:9 - 194 - 212 - 258 - 268 - - - EPSG:4326:10 - 388 - 423 - 517 - 537 - - - EPSG:4326:11 - 776 - 846 - 1035 - 1074 - - - EPSG:4326:12 - 1552 - 1692 - 2071 - 2149 - - - EPSG:4326:13 - 3104 - 3383 - 4143 - 4298 - - - EPSG:4326:14 - 6207 - 6765 - 8287 - 8597 - - - EPSG:4326:15 - 12414 - 13530 - 16574 - 17194 - - - EPSG:4326:16 - 24828 - 27059 - 33149 - 34388 - - - EPSG:4326:17 - 49656 - 54118 - 66298 - 68777 - - - EPSG:4326:18 - 99311 - 108235 - 132596 - 137554 - - - EPSG:4326:19 - 198622 - 216469 - 265193 - 275109 - - - EPSG:4326:20 - 397243 - 432938 - 530387 - 550219 - - - null - 794486 - 865875 - 1060775 - 1100438 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 57 - 59 - 32 - 33 - - - EPSG:900913:8 - 113 - 117 - 64 - 67 - - - EPSG:900913:9 - 225 - 234 - 129 - 134 - - - EPSG:900913:10 - 449 - 467 - 258 - 268 - - - EPSG:900913:11 - 897 - 934 - 517 - 537 - - - EPSG:900913:12 - 1794 - 1868 - 1035 - 1074 - - - EPSG:900913:13 - 3588 - 3735 - 2071 - 2149 - - - EPSG:900913:14 - 7175 - 7470 - 4143 - 4298 - - - EPSG:900913:15 - 14350 - 14939 - 8287 - 8597 - - - EPSG:900913:16 - 28699 - 29877 - 16574 - 17194 - - - EPSG:900913:17 - 57397 - 59754 - 33149 - 34388 - - - EPSG:900913:18 - 114794 - 119508 - 66298 - 68777 - - - EPSG:900913:19 - 229587 - 239016 - 132596 - 137554 - - - EPSG:900913:20 - 459174 - 478032 - 265193 - 275109 - - - EPSG:900913:21 - 918348 - 956063 - 530387 - 550219 - - - EPSG:900913:22 - 1836695 - 1912126 - 1060775 - 1100438 - - - EPSG:900913:23 - 3673389 - 3824251 - 2121550 - 2200876 - - - EPSG:900913:24 - 7346777 - 7648502 - 4243101 - 4401752 - - - EPSG:900913:25 - 14693553 - 15297004 - 8486203 - 8803505 - - - EPSG:900913:26 - 29387105 - 30594008 - 16972406 - 17607011 - - - EPSG:900913:27 - 58774209 - 61188016 - 33944813 - 35214023 - - - EPSG:900913:28 - 117548418 - 122376031 - 67889626 - 70428047 - - - EPSG:900913:29 - 235096836 - 244752062 - 135779252 - 140856095 - - - null - 470193672 - 489504123 - 271558504 - 281712190 - - - - - Transboundary Aquifers - No abstract provided - - -120.244532322726 -53.0339952815958 - 146.75737666939 70.4935162358848 - - geonode:igrac_tba_WL_201105_projected - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 1 - 7 - - - EPSG:4326:3 - 1 - 7 - 2 - 14 - - - EPSG:4326:4 - 2 - 13 - 5 - 29 - - - EPSG:4326:5 - 4 - 26 - 10 - 58 - - - EPSG:4326:6 - 7 - 51 - 21 - 116 - - - EPSG:4326:7 - 14 - 102 - 42 - 232 - - - EPSG:4326:8 - 28 - 204 - 84 - 464 - - - EPSG:4326:9 - 56 - 407 - 169 - 929 - - - EPSG:4326:10 - 111 - 814 - 339 - 1858 - - - EPSG:4326:11 - 222 - 1628 - 679 - 3717 - - - EPSG:4326:12 - 444 - 3255 - 1359 - 7435 - - - EPSG:4326:13 - 888 - 6510 - 2719 - 14871 - - - EPSG:4326:14 - 1776 - 13020 - 5439 - 29742 - - - EPSG:4326:15 - 3552 - 26039 - 10878 - 59484 - - - EPSG:4326:16 - 7103 - 52078 - 21756 - 118968 - - - EPSG:4326:17 - 14205 - 104155 - 43512 - 237937 - - - EPSG:4326:18 - 28409 - 208309 - 87025 - 475874 - - - EPSG:4326:19 - 56817 - 416617 - 174050 - 951749 - - - EPSG:4326:20 - 113634 - 833234 - 348100 - 1903499 - - - null - 227268 - 1666467 - 696201 - 3806999 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 3 - 0 - 3 - - - EPSG:900913:3 - 2 - 6 - 1 - 7 - - - EPSG:900913:4 - 4 - 11 - 2 - 14 - - - EPSG:900913:5 - 8 - 22 - 5 - 29 - - - EPSG:900913:6 - 15 - 44 - 10 - 58 - - - EPSG:900913:7 - 29 - 87 - 21 - 116 - - - EPSG:900913:8 - 57 - 173 - 42 - 232 - - - EPSG:900913:9 - 113 - 346 - 84 - 464 - - - EPSG:900913:10 - 226 - 691 - 169 - 929 - - - EPSG:900913:11 - 451 - 1382 - 339 - 1858 - - - EPSG:900913:12 - 901 - 2763 - 679 - 3717 - - - EPSG:900913:13 - 1801 - 5525 - 1359 - 7435 - - - EPSG:900913:14 - 3601 - 11050 - 2719 - 14871 - - - EPSG:900913:15 - 7201 - 22099 - 5439 - 29742 - - - EPSG:900913:16 - 14402 - 44198 - 10878 - 59484 - - - EPSG:900913:17 - 28803 - 88396 - 21756 - 118968 - - - EPSG:900913:18 - 57605 - 176792 - 43512 - 237937 - - - EPSG:900913:19 - 115209 - 353583 - 87025 - 475874 - - - EPSG:900913:20 - 230418 - 707166 - 174050 - 951749 - - - EPSG:900913:21 - 460836 - 1414331 - 348100 - 1903499 - - - EPSG:900913:22 - 921672 - 2828661 - 696201 - 3806999 - - - EPSG:900913:23 - 1843344 - 5657321 - 1392403 - 7613998 - - - EPSG:900913:24 - 3686688 - 11314641 - 2784806 - 15227997 - - - EPSG:900913:25 - 7373375 - 22629282 - 5569613 - 30455994 - - - EPSG:900913:26 - 14746749 - 45258563 - 11139226 - 60911989 - - - EPSG:900913:27 - 29493498 - 90517125 - 22278453 - 121823979 - - - EPSG:900913:28 - 58986995 - 181034250 - 44556906 - 243647959 - - - EPSG:900913:29 - 117973989 - 362068499 - 89113812 - 487295918 - - - null - 235947978 - 724136998 - 178227624 - 974591837 - - - - - test... - No abstract provided - - -65.7498622505297 -24.9790595951527 - -64.0712474878559 -22.0790354304454 - - geonode:abril - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 2 - 2 - 1 - 1 - - - EPSG:4326:2 - 3 - 3 - 2 - 2 - - - EPSG:4326:3 - 5 - 6 - 5 - 5 - - - EPSG:4326:4 - 10 - 11 - 10 - 10 - - - EPSG:4326:5 - 20 - 21 - 20 - 20 - - - EPSG:4326:6 - 40 - 41 - 40 - 41 - - - EPSG:4326:7 - 80 - 82 - 81 - 82 - - - EPSG:4326:8 - 160 - 164 - 162 - 164 - - - EPSG:4326:9 - 319 - 328 - 324 - 329 - - - EPSG:4326:10 - 638 - 655 - 649 - 659 - - - EPSG:4326:11 - 1276 - 1309 - 1299 - 1319 - - - EPSG:4326:12 - 2551 - 2617 - 2599 - 2638 - - - EPSG:4326:13 - 5101 - 5233 - 5199 - 5276 - - - EPSG:4326:14 - 10202 - 10466 - 10399 - 10552 - - - EPSG:4326:15 - 20404 - 20932 - 20798 - 21104 - - - EPSG:4326:16 - 40807 - 41863 - 41597 - 42208 - - - EPSG:4326:17 - 81614 - 83726 - 83194 - 84416 - - - EPSG:4326:18 - 163227 - 167451 - 166388 - 168833 - - - EPSG:4326:19 - 326454 - 334901 - 332777 - 337666 - - - EPSG:4326:20 - 652908 - 669802 - 665555 - 675333 - - - null - 1305816 - 1339604 - 1331110 - 1350667 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 2 - 2 - 0 - 0 - - - EPSG:900913:2 - 3 - 3 - 1 - 1 - - - EPSG:900913:3 - 5 - 5 - 2 - 2 - - - EPSG:900913:4 - 10 - 10 - 5 - 5 - - - EPSG:900913:5 - 19 - 19 - 10 - 10 - - - EPSG:900913:6 - 37 - 37 - 20 - 20 - - - EPSG:900913:7 - 73 - 74 - 40 - 41 - - - EPSG:900913:8 - 145 - 147 - 81 - 82 - - - EPSG:900913:9 - 289 - 293 - 162 - 164 - - - EPSG:900913:10 - 577 - 586 - 324 - 329 - - - EPSG:900913:11 - 1153 - 1171 - 649 - 659 - - - EPSG:900913:12 - 2306 - 2342 - 1299 - 1319 - - - EPSG:900913:13 - 4612 - 4684 - 2599 - 2638 - - - EPSG:900913:14 - 9223 - 9367 - 5199 - 5276 - - - EPSG:900913:15 - 18446 - 18734 - 10399 - 10552 - - - EPSG:900913:16 - 36891 - 37467 - 20798 - 21104 - - - EPSG:900913:17 - 73782 - 74934 - 41597 - 42208 - - - EPSG:900913:18 - 147563 - 149867 - 83194 - 84416 - - - EPSG:900913:19 - 295126 - 299733 - 166388 - 168833 - - - EPSG:900913:20 - 590252 - 599466 - 332777 - 337666 - - - EPSG:900913:21 - 1180503 - 1198932 - 665555 - 675333 - - - EPSG:900913:22 - 2361005 - 2397863 - 1331110 - 1350667 - - - EPSG:900913:23 - 4722010 - 4795725 - 2662221 - 2701335 - - - EPSG:900913:24 - 9444020 - 9591449 - 5324442 - 5402671 - - - EPSG:900913:25 - 18888040 - 19182897 - 10648884 - 10805342 - - - EPSG:900913:26 - 37776080 - 38365793 - 21297769 - 21610685 - - - EPSG:900913:27 - 75552159 - 76731586 - 42595538 - 43221371 - - - EPSG:900913:28 - 151104318 - 153463171 - 85191077 - 86442743 - - - EPSG:900913:29 - 302208636 - 306926342 - 170382154 - 172885486 - - - null - 604417271 - 613852684 - 340764309 - 345770972 - - - - - GOH Geologia: mapa geologico provincias - No abstract provided - - -93.0159661409384 7.02614085056831 - -57.0375476811808 27.9999996191496 - - geonode:mapa_geologico_provincias4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 3 - 4 - 3 - 5 - - - EPSG:4326:4 - 6 - 8 - 7 - 10 - - - EPSG:4326:5 - 12 - 15 - 15 - 21 - - - EPSG:4326:6 - 23 - 30 - 30 - 43 - - - EPSG:4326:7 - 45 - 60 - 61 - 87 - - - EPSG:4326:8 - 89 - 119 - 123 - 174 - - - EPSG:4326:9 - 177 - 237 - 247 - 349 - - - EPSG:4326:10 - 353 - 473 - 494 - 699 - - - EPSG:4326:11 - 706 - 945 - 989 - 1399 - - - EPSG:4326:12 - 1411 - 1889 - 1979 - 2798 - - - EPSG:4326:13 - 2822 - 3777 - 3958 - 5596 - - - EPSG:4326:14 - 5644 - 7553 - 7917 - 11192 - - - EPSG:4326:15 - 11287 - 15105 - 15834 - 22384 - - - EPSG:4326:16 - 22574 - 30210 - 31669 - 44769 - - - EPSG:4326:17 - 45148 - 60420 - 63339 - 89538 - - - EPSG:4326:18 - 90295 - 120840 - 126679 - 179077 - - - EPSG:4326:19 - 180589 - 241679 - 253359 - 358154 - - - EPSG:4326:20 - 361177 - 483358 - 506718 - 716308 - - - null - 722353 - 966716 - 1013437 - 1432616 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 7 - 8 - 3 - 5 - - - EPSG:900913:5 - 14 - 16 - 7 - 10 - - - EPSG:900913:6 - 27 - 31 - 15 - 21 - - - EPSG:900913:7 - 54 - 62 - 30 - 43 - - - EPSG:900913:8 - 108 - 123 - 61 - 87 - - - EPSG:900913:9 - 215 - 246 - 123 - 174 - - - EPSG:900913:10 - 429 - 492 - 247 - 349 - - - EPSG:900913:11 - 858 - 984 - 494 - 699 - - - EPSG:900913:12 - 1716 - 1968 - 989 - 1399 - - - EPSG:900913:13 - 3432 - 3936 - 1979 - 2798 - - - EPSG:900913:14 - 6864 - 7872 - 3958 - 5596 - - - EPSG:900913:15 - 13728 - 15743 - 7917 - 11192 - - - EPSG:900913:16 - 27455 - 31486 - 15834 - 22384 - - - EPSG:900913:17 - 54910 - 62972 - 31669 - 44769 - - - EPSG:900913:18 - 109820 - 125943 - 63339 - 89538 - - - EPSG:900913:19 - 219639 - 251886 - 126679 - 179077 - - - EPSG:900913:20 - 439278 - 503772 - 253359 - 358154 - - - EPSG:900913:21 - 878556 - 1007543 - 506718 - 716308 - - - EPSG:900913:22 - 1757111 - 2015086 - 1013437 - 1432616 - - - EPSG:900913:23 - 3514221 - 4030172 - 2026874 - 2865232 - - - EPSG:900913:24 - 7028441 - 8060343 - 4053749 - 5730465 - - - EPSG:900913:25 - 14056882 - 16120685 - 8107499 - 11460931 - - - EPSG:900913:26 - 28113763 - 32241370 - 16214999 - 22921862 - - - EPSG:900913:27 - 56227525 - 64482739 - 32429998 - 45843724 - - - EPSG:900913:28 - 112455049 - 128965478 - 64859996 - 91687449 - - - EPSG:900913:29 - 224910097 - 257930955 - 129719993 - 183374899 - - - null - 449820194 - 515861910 - 259439986 - 366749799 - - - - - Water Pollution Levels 2000 - iu, C., Kroeze, C., Hoekstra, A.Y. and Gerbens-Leenes, W. (2012) Past and future trends in grey water footprints of anthropogenic nitrogen and phosphorus inputs to major world rivers, Ecological Indicators, 18: 42-49 - - -180.140388190746 -55.5 - 180.0 83.5 - - geonode:Basins - - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - -1 - 1 - - - EPSG:4326:1 - 1 - 2 - -1 - 3 - - - EPSG:4326:2 - 1 - 4 - -1 - 7 - - - EPSG:4326:3 - 1 - 7 - -1 - 15 - - - EPSG:4326:4 - 1 - 13 - -1 - 31 - - - EPSG:4326:5 - 2 - 26 - -1 - 63 - - - EPSG:4326:6 - 3 - 52 - -1 - 127 - - - EPSG:4326:7 - 5 - 104 - -1 - 255 - - - EPSG:4326:8 - 10 - 207 - -1 - 511 - - - EPSG:4326:9 - 19 - 414 - -1 - 1023 - - - EPSG:4326:10 - 37 - 828 - -1 - 2047 - - - EPSG:4326:11 - 74 - 1656 - -2 - 4095 - - - EPSG:4326:12 - 148 - 3311 - -4 - 8191 - - - EPSG:4326:13 - 296 - 6622 - -7 - 16383 - - - EPSG:4326:14 - 592 - 13244 - -13 - 32767 - - - EPSG:4326:15 - 1184 - 26488 - -26 - 65535 - - - EPSG:4326:16 - 2367 - 52975 - -52 - 131071 - - - EPSG:4326:17 - 4734 - 105950 - -103 - 262143 - - - EPSG:4326:18 - 9467 - 211900 - -205 - 524287 - - - EPSG:4326:19 - 18933 - 423800 - -409 - 1048575 - - - EPSG:4326:20 - 37866 - 847599 - -818 - 2097151 - - - null - 75731 - 1695198 - -1636 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - -1 - 0 - - - EPSG:900913:1 - 1 - 2 - -1 - 1 - - - EPSG:900913:2 - 1 - 3 - -1 - 3 - - - EPSG:900913:3 - 1 - 6 - -1 - 7 - - - EPSG:900913:4 - 1 - 11 - -1 - 15 - - - EPSG:900913:5 - 2 - 22 - -1 - 31 - - - EPSG:900913:6 - 3 - 44 - -1 - 63 - - - EPSG:900913:7 - 6 - 88 - -1 - 127 - - - EPSG:900913:8 - 12 - 176 - -1 - 255 - - - EPSG:900913:9 - 23 - 352 - -1 - 511 - - - EPSG:900913:10 - 45 - 703 - -1 - 1023 - - - EPSG:900913:11 - 90 - 1406 - -1 - 2047 - - - EPSG:900913:12 - 179 - 2811 - -2 - 4095 - - - EPSG:900913:13 - 357 - 5621 - -4 - 8191 - - - EPSG:900913:14 - 713 - 11242 - -7 - 16383 - - - EPSG:900913:15 - 1425 - 22484 - -13 - 32767 - - - EPSG:900913:16 - 2849 - 44967 - -26 - 65535 - - - EPSG:900913:17 - 5697 - 89934 - -52 - 131071 - - - EPSG:900913:18 - 11394 - 179868 - -103 - 262143 - - - EPSG:900913:19 - 22788 - 359735 - -205 - 524287 - - - EPSG:900913:20 - 45576 - 719469 - -409 - 1048575 - - - EPSG:900913:21 - 91152 - 1438938 - -818 - 2097151 - - - EPSG:900913:22 - 182303 - 2877875 - -1636 - 4194303 - - - EPSG:900913:23 - 364605 - 5755750 - -3272 - 8388607 - - - EPSG:900913:24 - 729210 - 11511500 - -6543 - 16777215 - - - EPSG:900913:25 - 1458419 - 23022999 - -13086 - 33554431 - - - EPSG:900913:26 - 2916838 - 46045998 - -26171 - 67108863 - - - EPSG:900913:27 - 5833675 - 92091996 - -52341 - 134217727 - - - EPSG:900913:28 - 11667349 - 184183992 - -104682 - 268435455 - - - EPSG:900913:29 - 23334697 - 368367983 - -209363 - 536870911 - - - null - 46669394 - 736735965 - -418725 - 1073741823 - - - - - GOH Cargas Contaminantes: Descargas 2007 - No abstract provided - - -91.2615509030893 14.0708630086835 - -86.8842458947485 17.9482355116755 - - geonode:GH_Descargas_2007_4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 4 - 4 - 3 - 4 - - - EPSG:4326:4 - 7 - 7 - 7 - 8 - - - EPSG:4326:5 - 13 - 14 - 15 - 16 - - - EPSG:4326:6 - 26 - 27 - 31 - 33 - - - EPSG:4326:7 - 52 - 54 - 63 - 66 - - - EPSG:4326:8 - 103 - 108 - 126 - 132 - - - EPSG:4326:9 - 205 - 216 - 252 - 264 - - - EPSG:4326:10 - 410 - 432 - 504 - 529 - - - EPSG:4326:11 - 820 - 864 - 1009 - 1059 - - - EPSG:4326:12 - 1640 - 1728 - 2019 - 2118 - - - EPSG:4326:13 - 3280 - 3456 - 4038 - 4237 - - - EPSG:4326:14 - 6559 - 6912 - 8077 - 8475 - - - EPSG:4326:15 - 13117 - 13823 - 16154 - 16951 - - - EPSG:4326:16 - 26234 - 27645 - 32308 - 33902 - - - EPSG:4326:17 - 52467 - 55290 - 64617 - 67804 - - - EPSG:4326:18 - 104933 - 110580 - 129234 - 135609 - - - EPSG:4326:19 - 209866 - 221160 - 258469 - 271219 - - - EPSG:4326:20 - 419732 - 442320 - 516938 - 542438 - - - null - 839464 - 884639 - 1033877 - 1084877 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 8 - 8 - 3 - 4 - - - EPSG:900913:5 - 15 - 15 - 7 - 8 - - - EPSG:900913:6 - 29 - 30 - 15 - 16 - - - EPSG:900913:7 - 58 - 59 - 31 - 33 - - - EPSG:900913:8 - 116 - 118 - 63 - 66 - - - EPSG:900913:9 - 231 - 236 - 126 - 132 - - - EPSG:900913:10 - 461 - 472 - 252 - 264 - - - EPSG:900913:11 - 921 - 944 - 504 - 529 - - - EPSG:900913:12 - 1841 - 1887 - 1009 - 1059 - - - EPSG:900913:13 - 3681 - 3773 - 2019 - 2118 - - - EPSG:900913:14 - 7362 - 7546 - 4038 - 4237 - - - EPSG:900913:15 - 14723 - 15091 - 8077 - 8475 - - - EPSG:900913:16 - 29446 - 30181 - 16154 - 16951 - - - EPSG:900913:17 - 58892 - 60361 - 32308 - 33902 - - - EPSG:900913:18 - 117784 - 120722 - 64617 - 67804 - - - EPSG:900913:19 - 235567 - 241443 - 129234 - 135609 - - - EPSG:900913:20 - 471134 - 482886 - 258469 - 271219 - - - EPSG:900913:21 - 942267 - 965771 - 516938 - 542438 - - - EPSG:900913:22 - 1884534 - 1931542 - 1033877 - 1084877 - - - EPSG:900913:23 - 3769068 - 3863083 - 2067755 - 2169754 - - - EPSG:900913:24 - 7538135 - 7726166 - 4135511 - 4339508 - - - EPSG:900913:25 - 15076269 - 15452332 - 8271022 - 8679017 - - - EPSG:900913:26 - 30152537 - 30904663 - 16542045 - 17358034 - - - EPSG:900913:27 - 60305073 - 61809325 - 33084091 - 34716069 - - - EPSG:900913:28 - 120610146 - 123618650 - 66168183 - 69432138 - - - EPSG:900913:29 - 241220292 - 247237300 - 132336366 - 138864277 - - - null - 482440584 - 494474600 - 264672733 - 277728554 - - - - - The SeaVoX Salt and Fresh Water Body Gazetteer - The data set consists of a polygon file defining the limits of water bodies from the SeaVoX Salt and Fresh Water Body Gazetteer. SeaVoX is a combined SeaDataNet and MarineXML vocabulary content governance group, it is moderated by BODC. This data set defines the geographic extent of the terms specified by the SeaVoX vocabulary governance to describe coherent regions of the hydrosphere. Includes land masses enclosing freshwater bodies. The coastline data set used in the shapefile is taken from the World Vector Shoreline data set (scale 1:250,000). -The data set was developed as a means of defining the geographic extent of the water bodies defined in the SeaVoX salt and fresh water gazetteer. - - -180.000198364 -78.5702819819999 - 180.0 90.0000534060001 - - geonode:seaVoX_sea_area_polygons - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 0 - 1 - -1 - 1 - - - EPSG:4326:1 - 0 - 2 - -1 - 3 - - - EPSG:4326:2 - 0 - 4 - -1 - 7 - - - EPSG:4326:3 - 0 - 8 - -1 - 15 - - - EPSG:4326:4 - 0 - 15 - -1 - 31 - - - EPSG:4326:5 - 0 - 30 - -1 - 63 - - - EPSG:4326:6 - 0 - 60 - -1 - 127 - - - EPSG:4326:7 - 0 - 120 - -1 - 255 - - - EPSG:4326:8 - 0 - 240 - -1 - 511 - - - EPSG:4326:9 - 0 - 480 - -1 - 1023 - - - EPSG:4326:10 - 0 - 959 - -1 - 2047 - - - EPSG:4326:11 - 0 - 1918 - -1 - 4095 - - - EPSG:4326:12 - 0 - 3836 - -1 - 8191 - - - EPSG:4326:13 - 0 - 7672 - -1 - 16383 - - - EPSG:4326:14 - 0 - 15344 - -1 - 32767 - - - EPSG:4326:15 - 0 - 30688 - -1 - 65535 - - - EPSG:4326:16 - 0 - 61375 - -1 - 131071 - - - EPSG:4326:17 - 0 - 122750 - -1 - 262143 - - - EPSG:4326:18 - 0 - 245499 - -1 - 524287 - - - EPSG:4326:19 - 0 - 490997 - -1 - 1048575 - - - EPSG:4326:20 - 0 - 981994 - -2 - 2097151 - - - null - 0 - 1963987 - -3 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - -1 - 0 - - - EPSG:900913:1 - 1 - 2 - -1 - 1 - - - EPSG:900913:2 - 1 - 4 - -1 - 3 - - - EPSG:900913:3 - 1 - 7 - -1 - 7 - - - EPSG:900913:4 - 1 - 14 - -1 - 15 - - - EPSG:900913:5 - 1 - 28 - -1 - 31 - - - EPSG:900913:6 - 1 - 56 - -1 - 63 - - - EPSG:900913:7 - 1 - 111 - -1 - 127 - - - EPSG:900913:8 - 1 - 222 - -1 - 255 - - - EPSG:900913:9 - 1 - 444 - -1 - 511 - - - EPSG:900913:10 - 1 - 888 - -1 - 1023 - - - EPSG:900913:11 - 1 - 1775 - -1 - 2047 - - - EPSG:900913:12 - 1 - 3549 - -1 - 4095 - - - EPSG:900913:13 - 1 - 7098 - -1 - 8191 - - - EPSG:900913:14 - 1 - 14195 - -1 - 16383 - - - EPSG:900913:15 - 1 - 28389 - -1 - 32767 - - - EPSG:900913:16 - 1 - 56777 - -1 - 65535 - - - EPSG:900913:17 - 1 - 113554 - -1 - 131071 - - - EPSG:900913:18 - 1 - 227108 - -1 - 262143 - - - EPSG:900913:19 - 1 - 454216 - -1 - 524287 - - - EPSG:900913:20 - 1 - 908432 - -1 - 1048575 - - - EPSG:900913:21 - 1 - 1816864 - -2 - 2097151 - - - EPSG:900913:22 - 2 - 3633728 - -3 - 4194303 - - - EPSG:900913:23 - 3 - 7267456 - -5 - 8388607 - - - EPSG:900913:24 - 5 - 14534911 - -10 - 16777215 - - - EPSG:900913:25 - 10 - 29069821 - -19 - 33554431 - - - EPSG:900913:26 - 19 - 58139641 - -37 - 67108863 - - - EPSG:900913:27 - 38 - 116279282 - -74 - 134217727 - - - EPSG:900913:28 - 76 - 232558564 - -148 - 268435455 - - - EPSG:900913:29 - 152 - 465117128 - -296 - 536870911 - - - null - 304 - 930234256 - -592 - 1073741823 - - - - - Seagrasses - higher taxonomy and Red List status - Seagrasses - higher taxonomy and Red List status. The list presented as a Red List search result with links to each species fact sheet can also be found on this permalink: http://www.iucnredlist.org/search/link/4c80c0ba-03c9fcbe. - - -180.0 -56.94936843 - 180.0 74.1257537350001 - - geonode:SEAGRASSES - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 7 - 0 - 15 - - - EPSG:4326:4 - 2 - 14 - 0 - 31 - - - EPSG:4326:5 - 3 - 27 - 0 - 63 - - - EPSG:4326:6 - 6 - 53 - 0 - 127 - - - EPSG:4326:7 - 12 - 105 - 0 - 255 - - - EPSG:4326:8 - 23 - 209 - 0 - 511 - - - EPSG:4326:9 - 46 - 418 - 0 - 1023 - - - EPSG:4326:10 - 91 - 836 - 0 - 2047 - - - EPSG:4326:11 - 181 - 1672 - 0 - 4095 - - - EPSG:4326:12 - 362 - 3344 - 0 - 8191 - - - EPSG:4326:13 - 723 - 6688 - 0 - 16383 - - - EPSG:4326:14 - 1445 - 13376 - 0 - 32767 - - - EPSG:4326:15 - 2890 - 26752 - 0 - 65535 - - - EPSG:4326:16 - 5780 - 53503 - 0 - 131071 - - - EPSG:4326:17 - 11560 - 107006 - 0 - 262143 - - - EPSG:4326:18 - 23119 - 214011 - 0 - 524287 - - - EPSG:4326:19 - 46238 - 428022 - 0 - 1048575 - - - EPSG:4326:20 - 92475 - 856043 - 0 - 2097151 - - - null - 184949 - 1712085 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 3 - 0 - 3 - - - EPSG:900913:3 - 2 - 6 - 0 - 7 - - - EPSG:900913:4 - 3 - 12 - 0 - 15 - - - EPSG:900913:5 - 6 - 23 - 0 - 31 - - - EPSG:900913:6 - 12 - 45 - 0 - 63 - - - EPSG:900913:7 - 24 - 89 - 0 - 127 - - - EPSG:900913:8 - 48 - 178 - 0 - 255 - - - EPSG:900913:9 - 96 - 356 - 0 - 511 - - - EPSG:900913:10 - 191 - 711 - 0 - 1023 - - - EPSG:900913:11 - 382 - 1421 - 0 - 2047 - - - EPSG:900913:12 - 764 - 2841 - 0 - 4095 - - - EPSG:900913:13 - 1528 - 5681 - 0 - 8191 - - - EPSG:900913:14 - 3055 - 11361 - 0 - 16383 - - - EPSG:900913:15 - 6109 - 22721 - 0 - 32767 - - - EPSG:900913:16 - 12218 - 45442 - 0 - 65535 - - - EPSG:900913:17 - 24436 - 90883 - 0 - 131071 - - - EPSG:900913:18 - 48871 - 181766 - 0 - 262143 - - - EPSG:900913:19 - 97741 - 363532 - 0 - 524287 - - - EPSG:900913:20 - 195481 - 727064 - 0 - 1048575 - - - EPSG:900913:21 - 390962 - 1454127 - 0 - 2097151 - - - EPSG:900913:22 - 781923 - 2908254 - 0 - 4194303 - - - EPSG:900913:23 - 1563846 - 5816508 - 0 - 8388607 - - - EPSG:900913:24 - 3127691 - 11633016 - 0 - 16777215 - - - EPSG:900913:25 - 6255382 - 23266031 - 0 - 33554431 - - - EPSG:900913:26 - 12510763 - 46532062 - 0 - 67108863 - - - EPSG:900913:27 - 25021526 - 93064124 - 0 - 134217727 - - - EPSG:900913:28 - 50043051 - 186128248 - 0 - 268435455 - - - EPSG:900913:29 - 100086101 - 372256496 - 0 - 536870911 - - - null - 200172201 - 744512991 - 0 - 1073741823 - - - - - GOH Ecosistemas Maritimos: Blanqueamiento Corales - No abstract provided - - -88.5666999999685 15.9315999998471 - -86.4010999999734 18.0333329998336 - - geonode:GH_Blanqueamiento_Corales4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 33 - - - EPSG:4326:7 - 52 - 53 - 65 - 66 - - - EPSG:4326:8 - 103 - 106 - 130 - 133 - - - EPSG:4326:9 - 205 - 211 - 260 - 266 - - - EPSG:4326:10 - 410 - 422 - 520 - 532 - - - EPSG:4326:11 - 819 - 843 - 1040 - 1064 - - - EPSG:4326:12 - 1638 - 1686 - 2080 - 2129 - - - EPSG:4326:13 - 3276 - 3371 - 4161 - 4259 - - - EPSG:4326:14 - 6551 - 6742 - 8322 - 8519 - - - EPSG:4326:15 - 13102 - 13484 - 16644 - 17039 - - - EPSG:4326:16 - 26203 - 26968 - 33289 - 34078 - - - EPSG:4326:17 - 52405 - 53935 - 66579 - 68156 - - - EPSG:4326:18 - 104810 - 107870 - 133159 - 136313 - - - EPSG:4326:19 - 209619 - 215740 - 266318 - 272626 - - - EPSG:4326:20 - 419237 - 431480 - 532637 - 545253 - - - null - 838473 - 862960 - 1065275 - 1090506 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 33 - - - EPSG:900913:8 - 115 - 117 - 65 - 66 - - - EPSG:900913:9 - 230 - 234 - 130 - 133 - - - EPSG:900913:10 - 460 - 467 - 260 - 266 - - - EPSG:900913:11 - 920 - 933 - 520 - 532 - - - EPSG:900913:12 - 1840 - 1865 - 1040 - 1064 - - - EPSG:900913:13 - 3679 - 3729 - 2080 - 2129 - - - EPSG:900913:14 - 7358 - 7458 - 4161 - 4259 - - - EPSG:900913:15 - 14715 - 14915 - 8322 - 8519 - - - EPSG:900913:16 - 29430 - 29830 - 16644 - 17039 - - - EPSG:900913:17 - 58860 - 59660 - 33289 - 34078 - - - EPSG:900913:18 - 117719 - 119319 - 66579 - 68156 - - - EPSG:900913:19 - 235437 - 238638 - 133159 - 136313 - - - EPSG:900913:20 - 470873 - 477275 - 266318 - 272626 - - - EPSG:900913:21 - 941746 - 954549 - 532637 - 545253 - - - EPSG:900913:22 - 1883492 - 1909097 - 1065275 - 1090506 - - - EPSG:900913:23 - 3766983 - 3818193 - 2130550 - 2181012 - - - EPSG:900913:24 - 7533965 - 7636385 - 4261100 - 4362024 - - - EPSG:900913:25 - 15067929 - 15272770 - 8522201 - 8724049 - - - EPSG:900913:26 - 30135858 - 30545540 - 17044402 - 17448099 - - - EPSG:900913:27 - 60271716 - 61091080 - 34088804 - 34896199 - - - EPSG:900913:28 - 120543431 - 122182159 - 68177609 - 69792398 - - - EPSG:900913:29 - 241086862 - 244364318 - 136355219 - 139584796 - - - null - 482173723 - 488728636 - 272710439 - 279169593 - - - - - GOH Ecosistemas Maritimos: Playas arenosas - No abstract provided - - -88.8636543600319 15.6812386684199 - -85.0070543943805 22.0714602073962 - - geonode:GH_Playas_arenosas4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 25 - 27 - 32 - 33 - - - EPSG:4326:7 - 49 - 53 - 64 - 67 - - - EPSG:4326:8 - 97 - 106 - 129 - 135 - - - EPSG:4326:9 - 194 - 212 - 259 - 270 - - - EPSG:4326:10 - 387 - 423 - 518 - 540 - - - EPSG:4326:11 - 773 - 846 - 1036 - 1080 - - - EPSG:4326:12 - 1546 - 1692 - 2073 - 2161 - - - EPSG:4326:13 - 3092 - 3383 - 4147 - 4323 - - - EPSG:4326:14 - 6184 - 6765 - 8295 - 8646 - - - EPSG:4326:15 - 12367 - 13530 - 16590 - 17292 - - - EPSG:4326:16 - 24733 - 27059 - 33181 - 34585 - - - EPSG:4326:17 - 49465 - 54118 - 66363 - 69171 - - - EPSG:4326:18 - 98929 - 108235 - 132726 - 138343 - - - EPSG:4326:19 - 197857 - 216470 - 265453 - 276687 - - - EPSG:4326:20 - 395713 - 432939 - 530907 - 553374 - - - null - 791425 - 865877 - 1061815 - 1106748 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 7 - 8 - 4 - 4 - - - EPSG:900913:5 - 14 - 15 - 8 - 8 - - - EPSG:900913:6 - 28 - 30 - 16 - 16 - - - EPSG:900913:7 - 56 - 59 - 32 - 33 - - - EPSG:900913:8 - 112 - 117 - 64 - 67 - - - EPSG:900913:9 - 224 - 234 - 129 - 135 - - - EPSG:900913:10 - 448 - 467 - 259 - 270 - - - EPSG:900913:11 - 896 - 934 - 518 - 540 - - - EPSG:900913:12 - 1791 - 1868 - 1036 - 1080 - - - EPSG:900913:13 - 3581 - 3735 - 2073 - 2161 - - - EPSG:900913:14 - 7162 - 7470 - 4147 - 4323 - - - EPSG:900913:15 - 14324 - 14939 - 8295 - 8646 - - - EPSG:900913:16 - 28647 - 29877 - 16590 - 17292 - - - EPSG:900913:17 - 57294 - 59754 - 33181 - 34585 - - - EPSG:900913:18 - 114588 - 119508 - 66363 - 69171 - - - EPSG:900913:19 - 229175 - 239016 - 132726 - 138343 - - - EPSG:900913:20 - 458349 - 478032 - 265453 - 276687 - - - EPSG:900913:21 - 916698 - 956064 - 530907 - 553374 - - - EPSG:900913:22 - 1833395 - 1912128 - 1061815 - 1106748 - - - EPSG:900913:23 - 3666789 - 3824256 - 2123630 - 2213496 - - - EPSG:900913:24 - 7333578 - 7648512 - 4247261 - 4426992 - - - EPSG:900913:25 - 14667155 - 15297023 - 8494523 - 8853984 - - - EPSG:900913:26 - 29334309 - 30594045 - 16989046 - 17707968 - - - EPSG:900913:27 - 58668617 - 61188090 - 33978092 - 35415937 - - - EPSG:900913:28 - 117337234 - 122376179 - 67956184 - 70831874 - - - EPSG:900913:29 - 234674468 - 244752357 - 135912369 - 141663748 - - - null - 469348936 - 489504714 - 271824738 - 283327496 - - - - - GOH Geologia: mapa geologico - No abstract provided - - -93.0156326415091 7.02613968163325 - -58.4761927696491 28.0000001203202 - - geonode:mapa_geologico4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 3 - 4 - 3 - 5 - - - EPSG:4326:4 - 6 - 8 - 7 - 10 - - - EPSG:4326:5 - 12 - 15 - 15 - 21 - - - EPSG:4326:6 - 23 - 30 - 30 - 43 - - - EPSG:4326:7 - 45 - 60 - 61 - 86 - - - EPSG:4326:8 - 89 - 119 - 123 - 172 - - - EPSG:4326:9 - 177 - 237 - 247 - 345 - - - EPSG:4326:10 - 353 - 473 - 494 - 691 - - - EPSG:4326:11 - 706 - 945 - 989 - 1382 - - - EPSG:4326:12 - 1411 - 1889 - 1979 - 2765 - - - EPSG:4326:13 - 2822 - 3777 - 3958 - 5530 - - - EPSG:4326:14 - 5644 - 7553 - 7917 - 11061 - - - EPSG:4326:15 - 11287 - 15105 - 15835 - 22122 - - - EPSG:4326:16 - 22574 - 30210 - 31670 - 44245 - - - EPSG:4326:17 - 45148 - 60420 - 63340 - 88490 - - - EPSG:4326:18 - 90295 - 120840 - 126680 - 176981 - - - EPSG:4326:19 - 180589 - 241679 - 253360 - 353963 - - - EPSG:4326:20 - 361177 - 483358 - 506720 - 707927 - - - null - 722353 - 966716 - 1013441 - 1415854 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 7 - 8 - 3 - 5 - - - EPSG:900913:5 - 14 - 16 - 7 - 10 - - - EPSG:900913:6 - 27 - 31 - 15 - 21 - - - EPSG:900913:7 - 54 - 62 - 30 - 43 - - - EPSG:900913:8 - 108 - 123 - 61 - 86 - - - EPSG:900913:9 - 215 - 246 - 123 - 172 - - - EPSG:900913:10 - 429 - 492 - 247 - 345 - - - EPSG:900913:11 - 858 - 984 - 494 - 691 - - - EPSG:900913:12 - 1716 - 1968 - 989 - 1382 - - - EPSG:900913:13 - 3432 - 3936 - 1979 - 2765 - - - EPSG:900913:14 - 6864 - 7872 - 3958 - 5530 - - - EPSG:900913:15 - 13728 - 15743 - 7917 - 11061 - - - EPSG:900913:16 - 27455 - 31486 - 15835 - 22122 - - - EPSG:900913:17 - 54910 - 62972 - 31670 - 44245 - - - EPSG:900913:18 - 109820 - 125943 - 63340 - 88490 - - - EPSG:900913:19 - 219639 - 251886 - 126680 - 176981 - - - EPSG:900913:20 - 439278 - 503772 - 253360 - 353963 - - - EPSG:900913:21 - 878556 - 1007543 - 506720 - 707927 - - - EPSG:900913:22 - 1757111 - 2015086 - 1013441 - 1415854 - - - EPSG:900913:23 - 3514221 - 4030172 - 2026882 - 2831709 - - - EPSG:900913:24 - 7028441 - 8060343 - 4053765 - 5663419 - - - EPSG:900913:25 - 14056881 - 16120685 - 8107530 - 11326839 - - - EPSG:900913:26 - 28113762 - 32241370 - 16215061 - 22653679 - - - EPSG:900913:27 - 56227524 - 64482740 - 32430122 - 45307359 - - - EPSG:900913:28 - 112455048 - 128965479 - 64860245 - 90614718 - - - EPSG:900913:29 - 224910096 - 257930957 - 129720490 - 181229436 - - - null - 449820192 - 515861913 - 259440981 - 362458873 - - - - - Freshwater Ecoregions of the World (FEOW) - Freshwater Ecoregions of the World, (FEOW) provides a new global biogeographic regionalization of the Earth's freshwater biodiversity. Covering virtually all freshwater habitats on Earth, this first-ever ecoregion map, together with associated species data, is a useful tool for underpinning global and regional conservation planning efforts, particularly to identify outstanding and imperiled freshwater systems; for serving as a logical framework for large-scale conservation strategies; and for providing a global-scale knowledge base for increasing freshwater biogeographic literacy. - - - -180.0 -89.9999999639999 - 180.0 83.6235961560001 - - geonode:FEOWv1_TNC - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 8 - 0 - 15 - - - EPSG:4326:4 - 1 - 16 - 0 - 31 - - - EPSG:4326:5 - 2 - 32 - 0 - 63 - - - EPSG:4326:6 - 3 - 64 - 0 - 127 - - - EPSG:4326:7 - 5 - 128 - 0 - 255 - - - EPSG:4326:8 - 10 - 256 - 0 - 511 - - - EPSG:4326:9 - 19 - 512 - 0 - 1023 - - - EPSG:4326:10 - 37 - 1024 - 0 - 2047 - - - EPSG:4326:11 - 73 - 2048 - 0 - 4095 - - - EPSG:4326:12 - 146 - 4096 - 0 - 8191 - - - EPSG:4326:13 - 291 - 8192 - 0 - 16383 - - - EPSG:4326:14 - 581 - 16384 - 0 - 32767 - - - EPSG:4326:15 - 1161 - 32768 - 0 - 65535 - - - EPSG:4326:16 - 2322 - 65536 - 0 - 131071 - - - EPSG:4326:17 - 4644 - 131072 - 0 - 262143 - - - EPSG:4326:18 - 9287 - 262144 - 0 - 524287 - - - EPSG:4326:19 - 18573 - 524288 - 0 - 1048575 - - - EPSG:4326:20 - 37146 - 1048576 - 0 - 2097151 - - - null - 74291 - 2097152 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 4 - 0 - 3 - - - EPSG:900913:3 - 1 - 8 - 0 - 7 - - - EPSG:900913:4 - 1 - 16 - 0 - 15 - - - EPSG:900913:5 - 2 - 32 - 0 - 31 - - - EPSG:900913:6 - 3 - 64 - 0 - 63 - - - EPSG:900913:7 - 6 - 128 - 0 - 127 - - - EPSG:900913:8 - 11 - 256 - 0 - 255 - - - EPSG:900913:9 - 21 - 512 - 0 - 511 - - - EPSG:900913:10 - 42 - 1024 - 0 - 1023 - - - EPSG:900913:11 - 83 - 2048 - 0 - 2047 - - - EPSG:900913:12 - 166 - 4096 - 0 - 4095 - - - EPSG:900913:13 - 331 - 8192 - 0 - 8191 - - - EPSG:900913:14 - 662 - 16384 - 0 - 16383 - - - EPSG:900913:15 - 1324 - 32768 - 0 - 32767 - - - EPSG:900913:16 - 2648 - 65536 - 0 - 65535 - - - EPSG:900913:17 - 5296 - 131072 - 0 - 131071 - - - EPSG:900913:18 - 10592 - 262144 - 0 - 262143 - - - EPSG:900913:19 - 21183 - 524288 - 0 - 524287 - - - EPSG:900913:20 - 42365 - 1048576 - 0 - 1048575 - - - EPSG:900913:21 - 84730 - 2097152 - 0 - 2097151 - - - EPSG:900913:22 - 169460 - 4194303 - 0 - 4194303 - - - EPSG:900913:23 - 338920 - 8388606 - 0 - 8388607 - - - EPSG:900913:24 - 677840 - 16777212 - 0 - 16777215 - - - EPSG:900913:25 - 1355679 - 33554423 - 0 - 33554431 - - - EPSG:900913:26 - 2711358 - 67108846 - 0 - 67108863 - - - EPSG:900913:27 - 5422716 - 134217691 - 0 - 134217727 - - - EPSG:900913:28 - 10845432 - 268435381 - 0 - 268435455 - - - EPSG:900913:29 - 21690863 - 536870761 - 0 - 536870911 - - - null - 43381726 - 1073741521 - 0 - 1073741823 - - - - - Lakes - Drawing upon a variety of existing maps, data and information, a new Global Lakes and Wetlands Database -(GLWD) has been created. The combination of best available sources for lakes and wetlands on a global scale (1:1 -to 1:3 million resolution), and the application of GIS functionality enabled the generation of a database which -focuses in three coordinated levels on (1) large lakes and reservoirs, (2) smaller water bodies, and (3) wetlands. -Level 1 (GLWD-1) comprises the shoreline polygons of the 3067 largest lakes (area ≥ 50 km -2 -) and 654 -largest reservoirs (storage capacity ≥ 0.5 km -3 -) worldwide, and includes extensive attribute data. Level 2 (GLWD-2) -comprises the shoreline polygons of permanent open water bodies with a surface area ≥ 0.1 km -2 - excluding the water -bodies contained in GLWD-1. The approx. 250,000 polygons of GLWD-2 are attributed as lakes, reservoirs and -rivers. Level 3 (GLWD-3) comprises lakes, reservoirs, rivers and different wetland types in the form of a global -raster map at 30-second resolution. For GLWD-3, the polygons of GLWD-1 and GLWD-2 were combined with -additional information on the maximum extents and types of wetlands. Class ‘lake’ in both GLWD-2 and GLWD-3 -also includes man-made reservoirs, as only the largest reservoirs have been distinguished from natural lakes. -GLWD-2 and GLWD-3 do not provide detailed descriptive attributes such as names or volumes. - In a validation against documented data GLWD proved to represent a comprehensive database of global -lakes ≥ 1 km -2 - and to provide a good representation of the maximum global wetland extent. GLWD-1 and GLWD-2 -constitute two global polygon maps to which existing lake registers, compilations or remote sensing data can be -linked in order to allow for further analyses in a GIS environment. GLWD-3 may serve as an estimate of wetland -extents for global hydrology and climatology models, or to identify large-scale wetland distributions and important -wetland complexes. -According to GLWD, lakes and reservoirs cover a total of approx. 2.7 million km -2 - or 2.0% of the global -land surface area (except Antarctica and glaciated Greenland), while wetlands are estimated to reach about 8-10 -million km -2 -, or 6.2-7.6%. An extrapolation of GLWD data suggests that the total number of global lakes may reach -or even exceed 1.5 million for lakes ≥ 10 ha, and 15 million for lakes ≥ 1 ha. With these numbers, lakes may cover -about 3.2 million km -2 -, or 2.4% of the total global land surface. -The data is available for free download (for non-commercial scientific, conservation and educational purposes) at: -http://www.wwfus.org/science/data.cfm - - -178.87109375 -54.6059036254883 - 179.994995117188 81.9817886352539 - - geonode:glwd_1 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 7 - 0 - 15 - - - EPSG:4326:4 - 1 - 13 - 0 - 31 - - - EPSG:4326:5 - 2 - 26 - 0 - 63 - - - EPSG:4326:6 - 3 - 52 - 0 - 127 - - - EPSG:4326:7 - 6 - 103 - 0 - 255 - - - EPSG:4326:8 - 12 - 206 - 1 - 511 - - - EPSG:4326:9 - 23 - 412 - 3 - 1023 - - - EPSG:4326:10 - 46 - 823 - 6 - 2047 - - - EPSG:4326:11 - 92 - 1646 - 12 - 4095 - - - EPSG:4326:12 - 183 - 3291 - 25 - 8191 - - - EPSG:4326:13 - 365 - 6582 - 51 - 16383 - - - EPSG:4326:14 - 730 - 13163 - 102 - 32767 - - - EPSG:4326:15 - 1460 - 26325 - 205 - 65535 - - - EPSG:4326:16 - 2920 - 52650 - 411 - 131070 - - - EPSG:4326:17 - 5839 - 105299 - 822 - 262140 - - - EPSG:4326:18 - 11678 - 210598 - 1644 - 524280 - - - EPSG:4326:19 - 23355 - 421196 - 3288 - 1048561 - - - EPSG:4326:20 - 46710 - 842391 - 6576 - 2097122 - - - null - 93419 - 1684781 - 13152 - 4194245 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 3 - 0 - 3 - - - EPSG:900913:3 - 1 - 6 - 0 - 7 - - - EPSG:900913:4 - 2 - 11 - 0 - 15 - - - EPSG:900913:5 - 3 - 22 - 0 - 31 - - - EPSG:900913:6 - 5 - 44 - 0 - 63 - - - EPSG:900913:7 - 10 - 88 - 0 - 127 - - - EPSG:900913:8 - 20 - 175 - 0 - 255 - - - EPSG:900913:9 - 40 - 350 - 1 - 511 - - - EPSG:900913:10 - 79 - 699 - 3 - 1023 - - - EPSG:900913:11 - 158 - 1397 - 6 - 2047 - - - EPSG:900913:12 - 316 - 2793 - 12 - 4095 - - - EPSG:900913:13 - 631 - 5586 - 25 - 8191 - - - EPSG:900913:14 - 1261 - 11171 - 51 - 16383 - - - EPSG:900913:15 - 2522 - 22342 - 102 - 32767 - - - EPSG:900913:16 - 5044 - 44683 - 205 - 65535 - - - EPSG:900913:17 - 10088 - 89366 - 411 - 131070 - - - EPSG:900913:18 - 20176 - 178731 - 822 - 262140 - - - EPSG:900913:19 - 40351 - 357462 - 1644 - 524280 - - - EPSG:900913:20 - 80701 - 714923 - 3288 - 1048561 - - - EPSG:900913:21 - 161402 - 1429845 - 6576 - 2097122 - - - EPSG:900913:22 - 322803 - 2859689 - 13152 - 4194245 - - - EPSG:900913:23 - 645606 - 5719377 - 26305 - 8388491 - - - EPSG:900913:24 - 1291212 - 11438754 - 52610 - 16776982 - - - EPSG:900913:25 - 2582423 - 22877508 - 105221 - 33553965 - - - EPSG:900913:26 - 5164846 - 45755016 - 210443 - 67107931 - - - EPSG:900913:27 - 10329692 - 91510031 - 420886 - 134215862 - - - EPSG:900913:28 - 20659384 - 183020062 - 841773 - 268431724 - - - EPSG:900913:29 - 41318768 - 366040124 - 1683547 - 536863448 - - - null - 82637536 - 732080248 - 3367094 - 1073726896 - - - - - GOH Ecosistemas Maritimos: Anidamiento de Tortugas Marinas - No abstract provided - - -88.5895462386536 15.7135848928796 - -86.4725534656995 18.2960238753809 - - geonode:GH_Anidamiento_de_Tortugas_Marinas4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 33 - - - EPSG:4326:7 - 51 - 53 - 65 - 66 - - - EPSG:4326:8 - 102 - 106 - 130 - 133 - - - EPSG:4326:9 - 204 - 212 - 260 - 266 - - - EPSG:4326:10 - 408 - 423 - 520 - 532 - - - EPSG:4326:11 - 816 - 846 - 1040 - 1064 - - - EPSG:4326:12 - 1632 - 1691 - 2080 - 2128 - - - EPSG:4326:13 - 3264 - 3381 - 4160 - 4256 - - - EPSG:4326:14 - 6527 - 6762 - 8320 - 8513 - - - EPSG:4326:15 - 13054 - 13524 - 16640 - 17026 - - - EPSG:4326:16 - 26107 - 27047 - 33281 - 34052 - - - EPSG:4326:17 - 52214 - 54094 - 66563 - 68104 - - - EPSG:4326:18 - 104427 - 108188 - 133126 - 136209 - - - EPSG:4326:19 - 208853 - 216375 - 266252 - 272418 - - - EPSG:4326:20 - 417706 - 432750 - 532504 - 544836 - - - null - 835412 - 865500 - 1065008 - 1089673 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 33 - - - EPSG:900913:8 - 115 - 117 - 65 - 66 - - - EPSG:900913:9 - 230 - 234 - 130 - 133 - - - EPSG:900913:10 - 460 - 467 - 260 - 266 - - - EPSG:900913:11 - 919 - 934 - 520 - 532 - - - EPSG:900913:12 - 1837 - 1867 - 1040 - 1064 - - - EPSG:900913:13 - 3673 - 3734 - 2080 - 2128 - - - EPSG:900913:14 - 7345 - 7468 - 4160 - 4256 - - - EPSG:900913:15 - 14690 - 14936 - 8320 - 8513 - - - EPSG:900913:16 - 29380 - 29871 - 16640 - 17026 - - - EPSG:900913:17 - 58759 - 59742 - 33281 - 34052 - - - EPSG:900913:18 - 117517 - 119484 - 66563 - 68104 - - - EPSG:900913:19 - 235034 - 238968 - 133126 - 136209 - - - EPSG:900913:20 - 470068 - 477935 - 266252 - 272418 - - - EPSG:900913:21 - 940136 - 955869 - 532504 - 544836 - - - EPSG:900913:22 - 1880271 - 1911737 - 1065008 - 1089673 - - - EPSG:900913:23 - 3760541 - 3823473 - 2130017 - 2179347 - - - EPSG:900913:24 - 7521081 - 7646946 - 4260035 - 4358694 - - - EPSG:900913:25 - 15042161 - 15293891 - 8520071 - 8717389 - - - EPSG:900913:26 - 30084321 - 30587782 - 17040143 - 17434779 - - - EPSG:900913:27 - 60168641 - 61175563 - 34080287 - 34869559 - - - EPSG:900913:28 - 120337281 - 122351125 - 68160574 - 69739118 - - - EPSG:900913:29 - 240674561 - 244702250 - 136321149 - 139478237 - - - null - 481349122 - 489404500 - 272642298 - 278956475 - - - - - WRI MAJOR WATERSHEDS OF THE WORLD DELINEATION - WRIBASIN: Watersheds of the World published by the World Resources Institute, a cleaned version of this watershed delineation enhanced to include WRI's original publication attributes. The WRIBASIN shapefile data layer is comprised of 254 derivative vector major river basins features derived based on ~250 000 cell data originally from WRI-Rutgers. Data processing is complete globally, this is an African subset. - - - -164.680801391602 -54.4699783325195 - 169.292907714844 72.9696273803711 - - geonode:wribasin - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 7 - 0 - 15 - - - EPSG:4326:4 - 2 - 13 - 1 - 31 - - - EPSG:4326:5 - 4 - 26 - 2 - 62 - - - EPSG:4326:6 - 7 - 52 - 5 - 124 - - - EPSG:4326:7 - 13 - 103 - 10 - 248 - - - EPSG:4326:8 - 25 - 206 - 21 - 496 - - - EPSG:4326:9 - 49 - 411 - 43 - 993 - - - EPSG:4326:10 - 97 - 822 - 87 - 1987 - - - EPSG:4326:11 - 194 - 1644 - 174 - 3974 - - - EPSG:4326:12 - 388 - 3288 - 348 - 7948 - - - EPSG:4326:13 - 776 - 6575 - 697 - 15896 - - - EPSG:4326:14 - 1551 - 13150 - 1394 - 31793 - - - EPSG:4326:15 - 3101 - 26300 - 2788 - 63586 - - - EPSG:4326:16 - 6201 - 52600 - 5577 - 127173 - - - EPSG:4326:17 - 12402 - 105200 - 11155 - 254347 - - - EPSG:4326:18 - 24803 - 210400 - 22310 - 508694 - - - EPSG:4326:19 - 49605 - 420800 - 44620 - 1017389 - - - EPSG:4326:20 - 99210 - 841599 - 89240 - 2034778 - - - null - 198419 - 1683198 - 178481 - 4069557 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 3 - 0 - 3 - - - EPSG:900913:3 - 2 - 6 - 0 - 7 - - - EPSG:900913:4 - 4 - 11 - 0 - 15 - - - EPSG:900913:5 - 7 - 22 - 1 - 31 - - - EPSG:900913:6 - 13 - 44 - 2 - 62 - - - EPSG:900913:7 - 26 - 88 - 5 - 124 - - - EPSG:900913:8 - 51 - 175 - 10 - 248 - - - EPSG:900913:9 - 102 - 349 - 21 - 496 - - - EPSG:900913:10 - 203 - 698 - 43 - 993 - - - EPSG:900913:11 - 406 - 1395 - 87 - 1987 - - - EPSG:900913:12 - 811 - 2790 - 174 - 3974 - - - EPSG:900913:13 - 1621 - 5580 - 348 - 7948 - - - EPSG:900913:14 - 3241 - 11160 - 697 - 15896 - - - EPSG:900913:15 - 6481 - 22320 - 1394 - 31793 - - - EPSG:900913:16 - 12961 - 44640 - 2788 - 63586 - - - EPSG:900913:17 - 25922 - 89280 - 5577 - 127173 - - - EPSG:900913:18 - 51844 - 178560 - 11155 - 254347 - - - EPSG:900913:19 - 103688 - 357120 - 22310 - 508694 - - - EPSG:900913:20 - 207376 - 714240 - 44620 - 1017389 - - - EPSG:900913:21 - 414752 - 1428480 - 89240 - 2034778 - - - EPSG:900913:22 - 829503 - 2856959 - 178481 - 4069557 - - - EPSG:900913:23 - 1659005 - 5713918 - 356963 - 8139114 - - - EPSG:900913:24 - 3318009 - 11427836 - 713926 - 16278229 - - - EPSG:900913:25 - 6636018 - 22855671 - 1427852 - 32556458 - - - EPSG:900913:26 - 13272035 - 45711341 - 2855705 - 65112917 - - - EPSG:900913:27 - 26544069 - 91422682 - 5711411 - 130225834 - - - EPSG:900913:28 - 53088137 - 182845364 - 11422822 - 260451669 - - - EPSG:900913:29 - 106176273 - 365690728 - 22845644 - 520903338 - - - null - 212352545 - 731381456 - 45691289 - 1041806677 - - - - - GOH Ecosistemas Maritimos: Otras enfermedades Corales - No abstract provided - - -88.1666999999717 14.9999999998543 - -85.9999999999739 20.5829999998248 - - geonode:GH_Otras_enfermedades_Corales4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 25 - 27 - 32 - 33 - - - EPSG:4326:7 - 50 - 54 - 65 - 66 - - - EPSG:4326:8 - 99 - 107 - 130 - 133 - - - EPSG:4326:9 - 198 - 214 - 261 - 267 - - - EPSG:4326:10 - 395 - 427 - 522 - 534 - - - EPSG:4326:11 - 790 - 854 - 1044 - 1069 - - - EPSG:4326:12 - 1580 - 1707 - 2089 - 2139 - - - EPSG:4326:13 - 3160 - 3414 - 4179 - 4278 - - - EPSG:4326:14 - 6319 - 6827 - 8358 - 8556 - - - EPSG:4326:15 - 12637 - 13654 - 16717 - 17112 - - - EPSG:4326:16 - 25274 - 27307 - 33435 - 34224 - - - EPSG:4326:17 - 50548 - 54614 - 66870 - 68448 - - - EPSG:4326:18 - 101096 - 109227 - 133741 - 136897 - - - EPSG:4326:19 - 202192 - 218454 - 267483 - 273794 - - - EPSG:4326:20 - 404384 - 436907 - 534967 - 547589 - - - null - 808767 - 873814 - 1069935 - 1095179 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 57 - 59 - 32 - 33 - - - EPSG:900913:8 - 114 - 118 - 65 - 66 - - - EPSG:900913:9 - 227 - 235 - 130 - 133 - - - EPSG:900913:10 - 453 - 469 - 261 - 267 - - - EPSG:900913:11 - 905 - 938 - 522 - 534 - - - EPSG:900913:12 - 1809 - 1876 - 1044 - 1069 - - - EPSG:900913:13 - 3618 - 3751 - 2089 - 2139 - - - EPSG:900913:14 - 7235 - 7502 - 4179 - 4278 - - - EPSG:900913:15 - 14469 - 15003 - 8358 - 8556 - - - EPSG:900913:16 - 28938 - 30006 - 16717 - 17112 - - - EPSG:900913:17 - 57876 - 60012 - 33435 - 34224 - - - EPSG:900913:18 - 115751 - 120023 - 66870 - 68448 - - - EPSG:900913:19 - 231502 - 240045 - 133741 - 136897 - - - EPSG:900913:20 - 463003 - 480090 - 267483 - 273794 - - - EPSG:900913:21 - 926006 - 960180 - 534967 - 547589 - - - EPSG:900913:22 - 1852012 - 1920359 - 1069935 - 1095179 - - - EPSG:900913:23 - 3704024 - 3840717 - 2139870 - 2190358 - - - EPSG:900913:24 - 7408047 - 7681433 - 4279741 - 4380717 - - - EPSG:900913:25 - 14816094 - 15362865 - 8559483 - 8761435 - - - EPSG:900913:26 - 29632187 - 30725730 - 17118967 - 17522870 - - - EPSG:900913:27 - 59264374 - 61451459 - 34237935 - 35045740 - - - EPSG:900913:28 - 118528748 - 122902918 - 68475871 - 70091480 - - - EPSG:900913:29 - 237057496 - 245805836 - 136951743 - 140182960 - - - null - 474114991 - 491611671 - 273903486 - 280365920 - - - - - GOH Usos de Suelo - No abstract provided - - -102.008884975966 9.97619152036661 - -75.3324741667702 26.0662053092345 - - geonode:GH_Usos_suelo_SOTERLAC4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 3 - 4 - 3 - 4 - - - EPSG:4326:4 - 6 - 8 - 6 - 9 - - - EPSG:4326:5 - 12 - 15 - 13 - 18 - - - EPSG:4326:6 - 23 - 29 - 27 - 37 - - - EPSG:4326:7 - 46 - 57 - 55 - 74 - - - EPSG:4326:8 - 91 - 114 - 110 - 148 - - - EPSG:4326:9 - 182 - 228 - 221 - 297 - - - EPSG:4326:10 - 364 - 456 - 443 - 595 - - - EPSG:4326:11 - 728 - 911 - 887 - 1190 - - - EPSG:4326:12 - 1455 - 1821 - 1774 - 2381 - - - EPSG:4326:13 - 2910 - 3642 - 3549 - 4763 - - - EPSG:4326:14 - 5820 - 7284 - 7098 - 9527 - - - EPSG:4326:15 - 11639 - 14568 - 14197 - 19054 - - - EPSG:4326:16 - 23278 - 29136 - 28395 - 38108 - - - EPSG:4326:17 - 46556 - 58272 - 56791 - 76216 - - - EPSG:4326:18 - 93111 - 116544 - 113582 - 152433 - - - EPSG:4326:19 - 186221 - 233087 - 227165 - 304866 - - - EPSG:4326:20 - 372442 - 466173 - 454331 - 609732 - - - null - 744883 - 932345 - 908662 - 1219465 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 7 - 8 - 3 - 4 - - - EPSG:900913:5 - 14 - 16 - 6 - 9 - - - EPSG:900913:6 - 28 - 31 - 13 - 18 - - - EPSG:900913:7 - 55 - 61 - 27 - 37 - - - EPSG:900913:8 - 109 - 121 - 55 - 74 - - - EPSG:900913:9 - 218 - 242 - 110 - 148 - - - EPSG:900913:10 - 436 - 484 - 221 - 297 - - - EPSG:900913:11 - 871 - 967 - 443 - 595 - - - EPSG:900913:12 - 1741 - 1934 - 887 - 1190 - - - EPSG:900913:13 - 3482 - 3868 - 1774 - 2381 - - - EPSG:900913:14 - 6963 - 7736 - 3549 - 4763 - - - EPSG:900913:15 - 13926 - 15472 - 7098 - 9527 - - - EPSG:900913:16 - 27851 - 30943 - 14197 - 19054 - - - EPSG:900913:17 - 55701 - 61886 - 28395 - 38108 - - - EPSG:900913:18 - 111401 - 123771 - 56791 - 76216 - - - EPSG:900913:19 - 222801 - 247542 - 113582 - 152433 - - - EPSG:900913:20 - 445602 - 495083 - 227165 - 304866 - - - EPSG:900913:21 - 891203 - 990165 - 454331 - 609732 - - - EPSG:900913:22 - 1782406 - 1980330 - 908662 - 1219465 - - - EPSG:900913:23 - 3564812 - 3960659 - 1817324 - 2438930 - - - EPSG:900913:24 - 7129624 - 7921317 - 3634649 - 4877860 - - - EPSG:900913:25 - 14259247 - 15842634 - 7269298 - 9755720 - - - EPSG:900913:26 - 28518493 - 31685267 - 14538597 - 19511440 - - - EPSG:900913:27 - 57036986 - 63370534 - 29077195 - 39022881 - - - EPSG:900913:28 - 114073971 - 126741067 - 58154390 - 78045763 - - - EPSG:900913:29 - 228147942 - 253482133 - 116308780 - 156091527 - - - null - 456295884 - 506964265 - 232617561 - 312183055 - - - - - GOH Limites Administrativos Paises Region Pol - No abstract provided - - -84.9529260000013 12.411087882377 - -69.8748773746737 26.9291609084487 - - geonode:GH_Paises_Region_Pol4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 3 - 4 - 4 - 4 - - - EPSG:4326:4 - 6 - 7 - 8 - 9 - - - EPSG:4326:5 - 12 - 14 - 16 - 19 - - - EPSG:4326:6 - 23 - 28 - 33 - 39 - - - EPSG:4326:7 - 45 - 56 - 67 - 78 - - - EPSG:4326:8 - 90 - 111 - 135 - 156 - - - EPSG:4326:9 - 180 - 221 - 270 - 313 - - - EPSG:4326:10 - 359 - 442 - 540 - 626 - - - EPSG:4326:11 - 718 - 883 - 1081 - 1252 - - - EPSG:4326:12 - 1436 - 1766 - 2162 - 2505 - - - EPSG:4326:13 - 2871 - 3532 - 4325 - 5011 - - - EPSG:4326:14 - 5741 - 7063 - 8651 - 10023 - - - EPSG:4326:15 - 11482 - 14125 - 17302 - 20047 - - - EPSG:4326:16 - 22964 - 28250 - 34605 - 40095 - - - EPSG:4326:17 - 45927 - 56499 - 69211 - 80190 - - - EPSG:4326:18 - 91854 - 112998 - 138422 - 160381 - - - EPSG:4326:19 - 183708 - 225995 - 276844 - 320762 - - - EPSG:4326:20 - 367415 - 451989 - 553689 - 641525 - - - null - 734829 - 903977 - 1107378 - 1283050 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 7 - 8 - 4 - 4 - - - EPSG:900913:5 - 14 - 15 - 8 - 9 - - - EPSG:900913:6 - 28 - 30 - 16 - 19 - - - EPSG:900913:7 - 55 - 60 - 33 - 39 - - - EPSG:900913:8 - 109 - 120 - 67 - 78 - - - EPSG:900913:9 - 217 - 239 - 135 - 156 - - - EPSG:900913:10 - 433 - 477 - 270 - 313 - - - EPSG:900913:11 - 865 - 953 - 540 - 626 - - - EPSG:900913:12 - 1730 - 1906 - 1081 - 1252 - - - EPSG:900913:13 - 3460 - 3812 - 2162 - 2505 - - - EPSG:900913:14 - 6919 - 7623 - 4325 - 5011 - - - EPSG:900913:15 - 13838 - 15246 - 8651 - 10023 - - - EPSG:900913:16 - 27675 - 30491 - 17302 - 20047 - - - EPSG:900913:17 - 55350 - 60982 - 34605 - 40095 - - - EPSG:900913:18 - 110699 - 121964 - 69211 - 80190 - - - EPSG:900913:19 - 221397 - 243927 - 138422 - 160381 - - - EPSG:900913:20 - 442793 - 487853 - 276844 - 320762 - - - EPSG:900913:21 - 885586 - 975705 - 553689 - 641525 - - - EPSG:900913:22 - 1771172 - 1951409 - 1107378 - 1283050 - - - EPSG:900913:23 - 3542343 - 3902817 - 2214757 - 2566101 - - - EPSG:900913:24 - 7084686 - 7805633 - 4429514 - 5132202 - - - EPSG:900913:25 - 14169371 - 15611265 - 8859029 - 10264405 - - - EPSG:900913:26 - 28338742 - 31222530 - 17718058 - 20528810 - - - EPSG:900913:27 - 56677483 - 62445059 - 35436117 - 41057621 - - - EPSG:900913:28 - 113354966 - 124890118 - 70872235 - 82115243 - - - EPSG:900913:29 - 226709932 - 249780235 - 141744470 - 164230486 - - - null - 453419863 - 499560470 - 283488940 - 328460972 - - - - - Mangroves - higher taxonomy and Red List status. - The ranges are available as a single data set (File Geodatabase) for most plant species that considered to form part of the mangrove ecosystem. - - -179.999981394 -39.986161339 - 180.000018606 32.893938661 - - geonode:MANGROVES - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 2 - - - EPSG:4326:1 - 1 - 2 - 0 - 4 - - - EPSG:4326:2 - 2 - 3 - 0 - 8 - - - EPSG:4326:3 - 3 - 6 - 0 - 16 - - - EPSG:4326:4 - 6 - 12 - 0 - 32 - - - EPSG:4326:5 - 11 - 24 - 0 - 64 - - - EPSG:4326:6 - 21 - 47 - 0 - 128 - - - EPSG:4326:7 - 41 - 93 - 0 - 256 - - - EPSG:4326:8 - 82 - 185 - 0 - 512 - - - EPSG:4326:9 - 163 - 370 - 0 - 1024 - - - EPSG:4326:10 - 325 - 740 - 0 - 2048 - - - EPSG:4326:11 - 650 - 1479 - 0 - 4096 - - - EPSG:4326:12 - 1300 - 2958 - 0 - 8192 - - - EPSG:4326:13 - 2599 - 5916 - 0 - 16384 - - - EPSG:4326:14 - 5198 - 11832 - 0 - 32768 - - - EPSG:4326:15 - 10396 - 23664 - 0 - 65536 - - - EPSG:4326:16 - 20792 - 47327 - 0 - 131072 - - - EPSG:4326:17 - 41584 - 94654 - 0 - 262144 - - - EPSG:4326:18 - 83167 - 189307 - 0 - 524288 - - - EPSG:4326:19 - 166334 - 378613 - 0 - 1048576 - - - EPSG:4326:20 - 332667 - 757225 - 0 - 2097152 - - - null - 665334 - 1514449 - 0 - 4194304 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 1 - - - EPSG:900913:1 - 1 - 2 - 0 - 2 - - - EPSG:900913:2 - 2 - 3 - 0 - 4 - - - EPSG:900913:3 - 4 - 5 - 0 - 8 - - - EPSG:900913:4 - 7 - 10 - 0 - 16 - - - EPSG:900913:5 - 13 - 20 - 0 - 32 - - - EPSG:900913:6 - 26 - 40 - 0 - 64 - - - EPSG:900913:7 - 52 - 80 - 0 - 128 - - - EPSG:900913:8 - 104 - 160 - 0 - 256 - - - EPSG:900913:9 - 207 - 319 - 0 - 512 - - - EPSG:900913:10 - 413 - 637 - 0 - 1024 - - - EPSG:900913:11 - 826 - 1273 - 0 - 2048 - - - EPSG:900913:12 - 1652 - 2546 - 0 - 4096 - - - EPSG:900913:13 - 3303 - 5091 - 0 - 8192 - - - EPSG:900913:14 - 6606 - 10181 - 0 - 16384 - - - EPSG:900913:15 - 13211 - 20362 - 0 - 32768 - - - EPSG:900913:16 - 26421 - 40723 - 0 - 65536 - - - EPSG:900913:17 - 52842 - 81445 - 0 - 131072 - - - EPSG:900913:18 - 105684 - 162889 - 0 - 262144 - - - EPSG:900913:19 - 211368 - 325778 - 0 - 524288 - - - EPSG:900913:20 - 422735 - 651555 - 0 - 1048576 - - - EPSG:900913:21 - 845469 - 1303109 - 0 - 2097152 - - - EPSG:900913:22 - 1690937 - 2606218 - 0 - 4194304 - - - EPSG:900913:23 - 3381874 - 5212435 - 0 - 8388608 - - - EPSG:900913:24 - 6763748 - 10424870 - 0 - 16777216 - - - EPSG:900913:25 - 13527496 - 20849740 - 1 - 33554433 - - - EPSG:900913:26 - 27054991 - 41699480 - 3 - 67108867 - - - EPSG:900913:27 - 54109981 - 83398960 - 6 - 134217734 - - - EPSG:900913:28 - 108219961 - 166797919 - 13 - 268435469 - - - EPSG:900913:29 - 216439922 - 333595837 - 27 - 536870939 - - - null - 432879843 - 667191673 - 55 - 1073741879 - - - - - GOH Cargas Contaminantes: Descargas - No abstract provided - - -91.2615509030893 14.0708630086835 - -86.8842458947485 17.9482355116755 - - geonode:GH_Descargas4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 4 - 4 - 3 - 4 - - - EPSG:4326:4 - 7 - 7 - 7 - 8 - - - EPSG:4326:5 - 13 - 14 - 15 - 16 - - - EPSG:4326:6 - 26 - 27 - 31 - 33 - - - EPSG:4326:7 - 52 - 54 - 63 - 66 - - - EPSG:4326:8 - 103 - 108 - 126 - 132 - - - EPSG:4326:9 - 205 - 216 - 252 - 264 - - - EPSG:4326:10 - 410 - 432 - 504 - 529 - - - EPSG:4326:11 - 820 - 864 - 1009 - 1059 - - - EPSG:4326:12 - 1640 - 1728 - 2019 - 2118 - - - EPSG:4326:13 - 3280 - 3456 - 4038 - 4237 - - - EPSG:4326:14 - 6559 - 6912 - 8077 - 8475 - - - EPSG:4326:15 - 13117 - 13823 - 16154 - 16951 - - - EPSG:4326:16 - 26234 - 27645 - 32308 - 33902 - - - EPSG:4326:17 - 52467 - 55290 - 64617 - 67804 - - - EPSG:4326:18 - 104933 - 110580 - 129234 - 135609 - - - EPSG:4326:19 - 209866 - 221160 - 258469 - 271219 - - - EPSG:4326:20 - 419732 - 442320 - 516938 - 542438 - - - null - 839464 - 884639 - 1033877 - 1084877 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 8 - 8 - 3 - 4 - - - EPSG:900913:5 - 15 - 15 - 7 - 8 - - - EPSG:900913:6 - 29 - 30 - 15 - 16 - - - EPSG:900913:7 - 58 - 59 - 31 - 33 - - - EPSG:900913:8 - 116 - 118 - 63 - 66 - - - EPSG:900913:9 - 231 - 236 - 126 - 132 - - - EPSG:900913:10 - 461 - 472 - 252 - 264 - - - EPSG:900913:11 - 921 - 944 - 504 - 529 - - - EPSG:900913:12 - 1841 - 1887 - 1009 - 1059 - - - EPSG:900913:13 - 3681 - 3773 - 2019 - 2118 - - - EPSG:900913:14 - 7362 - 7546 - 4038 - 4237 - - - EPSG:900913:15 - 14723 - 15091 - 8077 - 8475 - - - EPSG:900913:16 - 29446 - 30181 - 16154 - 16951 - - - EPSG:900913:17 - 58892 - 60361 - 32308 - 33902 - - - EPSG:900913:18 - 117784 - 120722 - 64617 - 67804 - - - EPSG:900913:19 - 235567 - 241443 - 129234 - 135609 - - - EPSG:900913:20 - 471134 - 482886 - 258469 - 271219 - - - EPSG:900913:21 - 942267 - 965771 - 516938 - 542438 - - - EPSG:900913:22 - 1884534 - 1931542 - 1033877 - 1084877 - - - EPSG:900913:23 - 3769068 - 3863083 - 2067755 - 2169754 - - - EPSG:900913:24 - 7538135 - 7726166 - 4135511 - 4339508 - - - EPSG:900913:25 - 15076269 - 15452332 - 8271022 - 8679017 - - - EPSG:900913:26 - 30152537 - 30904663 - 16542045 - 17358034 - - - EPSG:900913:27 - 60305073 - 61809325 - 33084091 - 34716069 - - - EPSG:900913:28 - 120610146 - 123618650 - 66168183 - 69432138 - - - EPSG:900913:29 - 241220292 - 247237300 - 132336366 - 138864277 - - - null - 482440584 - 494474600 - 264672733 - 277728554 - - - - - Undersea feature names - The undersea feature names shown on sheets and products of GEBCO and Regional International Bathymetric Charts (IBC) projects, and on international (INT) nautical charts are selected by the GEBCO Sub-Committee on Undersea Feature Names (SCUFN). - - - -180.0 -78.5 - 180.0 89.33333 - - geonode:undersea_features_2008 - - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 8 - 0 - 15 - - - EPSG:4326:4 - 1 - 15 - 0 - 31 - - - EPSG:4326:5 - 1 - 30 - 0 - 63 - - - EPSG:4326:6 - 1 - 60 - 0 - 127 - - - EPSG:4326:7 - 1 - 120 - 0 - 255 - - - EPSG:4326:8 - 1 - 240 - 0 - 511 - - - EPSG:4326:9 - 2 - 480 - 0 - 1023 - - - EPSG:4326:10 - 4 - 959 - 0 - 2047 - - - EPSG:4326:11 - 8 - 1918 - 0 - 4095 - - - EPSG:4326:12 - 16 - 3835 - 0 - 8191 - - - EPSG:4326:13 - 31 - 7669 - 0 - 16383 - - - EPSG:4326:14 - 61 - 15338 - 0 - 32767 - - - EPSG:4326:15 - 122 - 30675 - 0 - 65535 - - - EPSG:4326:16 - 243 - 61349 - 0 - 131071 - - - EPSG:4326:17 - 486 - 122698 - 0 - 262143 - - - EPSG:4326:18 - 971 - 245396 - 0 - 524287 - - - EPSG:4326:19 - 1942 - 490792 - 0 - 1048575 - - - EPSG:4326:20 - 3884 - 981584 - 0 - 2097151 - - - null - 7768 - 1963168 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 4 - 0 - 3 - - - EPSG:900913:3 - 1 - 7 - 0 - 7 - - - EPSG:900913:4 - 1 - 14 - 0 - 15 - - - EPSG:900913:5 - 1 - 28 - 0 - 31 - - - EPSG:900913:6 - 1 - 56 - 0 - 63 - - - EPSG:900913:7 - 1 - 111 - 0 - 127 - - - EPSG:900913:8 - 1 - 222 - 0 - 255 - - - EPSG:900913:9 - 1 - 444 - 0 - 511 - - - EPSG:900913:10 - 1 - 887 - 0 - 1023 - - - EPSG:900913:11 - 1 - 1773 - 0 - 2047 - - - EPSG:900913:12 - 1 - 3545 - 0 - 4095 - - - EPSG:900913:13 - 1 - 7090 - 0 - 8191 - - - EPSG:900913:14 - 1 - 14179 - 0 - 16383 - - - EPSG:900913:15 - 1 - 28357 - 0 - 32767 - - - EPSG:900913:16 - 1 - 56713 - 0 - 65535 - - - EPSG:900913:17 - 1 - 113426 - 0 - 131071 - - - EPSG:900913:18 - 1 - 226851 - 0 - 262143 - - - EPSG:900913:19 - 1 - 453701 - 0 - 524287 - - - EPSG:900913:20 - 1 - 907402 - 0 - 1048575 - - - EPSG:900913:21 - 1 - 1814804 - 0 - 2097151 - - - EPSG:900913:22 - 2 - 3629608 - 0 - 4194303 - - - EPSG:900913:23 - 3 - 7259216 - 0 - 8388607 - - - EPSG:900913:24 - 5 - 14518432 - 0 - 16777215 - - - EPSG:900913:25 - 10 - 29036864 - 0 - 33554431 - - - EPSG:900913:26 - 19 - 58073727 - 0 - 67108863 - - - EPSG:900913:27 - 38 - 116147454 - 0 - 134217727 - - - EPSG:900913:28 - 76 - 232294908 - 0 - 268435455 - - - EPSG:900913:29 - 152 - 464589815 - 0 - 536870911 - - - null - 304 - 929179630 - 0 - 1073741823 - - - - - Continental margins between 140m and 3500m depth (IFREMER - COMARGE, 2009) - This shapefile has been prepared in the framework of COMARGE, one of the field project of the Census of Marine Life. It is intended to represent continental margins worldwide, with the exclusion of the continental shelf. The continental margins have been defined based on bathymetry and expert opinion. The upper margin of the boundary has been set at 140 m depth, which is the average depth of the shelf break, except in Antarctica where the shelf break goes deeper and the upper boundary has been set up at 500 m. The lower boundary has been set at 3500 m depth. Both isobaths were extracted from S2004 Bathymetry (a global bathymetry at 1 arc-minute resolution). The upper and lower boundaries were manually edited to follow the contour of continental margins in particular cases. -Please note that some but not all margins around island are included in this shapefile. - -http://www.ifremer.fr/comarge/ - - - -179.999988786051 -78.4229638428662 - 179.999988754693 84.8446715025928 - - geonode:ContinentalMargins - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 8 - 0 - 15 - - - EPSG:4326:4 - 1 - 15 - 0 - 31 - - - EPSG:4326:5 - 1 - 30 - 0 - 63 - - - EPSG:4326:6 - 2 - 60 - 0 - 127 - - - EPSG:4326:7 - 4 - 120 - 0 - 255 - - - EPSG:4326:8 - 8 - 240 - 0 - 511 - - - EPSG:4326:9 - 15 - 480 - 0 - 1023 - - - EPSG:4326:10 - 30 - 959 - 0 - 2047 - - - EPSG:4326:11 - 59 - 1917 - 0 - 4095 - - - EPSG:4326:12 - 118 - 3833 - 0 - 8191 - - - EPSG:4326:13 - 235 - 7666 - 0 - 16383 - - - EPSG:4326:14 - 470 - 15331 - 0 - 32767 - - - EPSG:4326:15 - 939 - 30661 - 0 - 65535 - - - EPSG:4326:16 - 1877 - 61321 - 0 - 131071 - - - EPSG:4326:17 - 3754 - 122642 - 0 - 262143 - - - EPSG:4326:18 - 7508 - 245284 - 0 - 524287 - - - EPSG:4326:19 - 15016 - 490568 - 0 - 1048575 - - - EPSG:4326:20 - 30032 - 981135 - 0 - 2097151 - - - null - 60064 - 1962270 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 4 - 0 - 3 - - - EPSG:900913:3 - 1 - 7 - 0 - 7 - - - EPSG:900913:4 - 1 - 14 - 0 - 15 - - - EPSG:900913:5 - 1 - 28 - 0 - 31 - - - EPSG:900913:6 - 1 - 56 - 0 - 63 - - - EPSG:900913:7 - 1 - 111 - 0 - 127 - - - EPSG:900913:8 - 2 - 222 - 0 - 255 - - - EPSG:900913:9 - 4 - 443 - 0 - 511 - - - EPSG:900913:10 - 7 - 886 - 0 - 1023 - - - EPSG:900913:11 - 14 - 1771 - 0 - 2047 - - - EPSG:900913:12 - 27 - 3541 - 0 - 4095 - - - EPSG:900913:13 - 54 - 7081 - 0 - 8191 - - - EPSG:900913:14 - 107 - 14161 - 0 - 16383 - - - EPSG:900913:15 - 214 - 28322 - 0 - 32767 - - - EPSG:900913:16 - 427 - 56643 - 0 - 65535 - - - EPSG:900913:17 - 854 - 113286 - 0 - 131071 - - - EPSG:900913:18 - 1708 - 226571 - 0 - 262143 - - - EPSG:900913:19 - 3415 - 453141 - 0 - 524287 - - - EPSG:900913:20 - 6830 - 906281 - 0 - 1048575 - - - EPSG:900913:21 - 13660 - 1812561 - 0 - 2097151 - - - EPSG:900913:22 - 27319 - 3625121 - 0 - 4194303 - - - EPSG:900913:23 - 54638 - 7250242 - 0 - 8388607 - - - EPSG:900913:24 - 109276 - 14500484 - 0 - 16777215 - - - EPSG:900913:25 - 218551 - 29000967 - 1 - 33554430 - - - EPSG:900913:26 - 437101 - 58001934 - 2 - 67108861 - - - EPSG:900913:27 - 874202 - 116003867 - 4 - 134217723 - - - EPSG:900913:28 - 1748404 - 232007733 - 8 - 268435447 - - - EPSG:900913:29 - 3496807 - 464015466 - 16 - 536870895 - - - null - 6993613 - 928030932 - 33 - 1073741790 - - - - - Transboundary Freshwater Dispute Database - Product of the Transboundary Freshwater Dispute Database, Department of Geosciences, Oregon State University. Additional information about the TFDD can be found at: <http://www.transboundarywaters.orst.edu> - - -164.672409057617 -54.7486381530762 - 145.207183837891 71.4400024414062 - - geonode:bcp_wgs84_0511 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 1 - - - EPSG:4326:1 - 1 - 2 - 0 - 3 - - - EPSG:4326:2 - 1 - 4 - 0 - 7 - - - EPSG:4326:3 - 1 - 7 - 0 - 14 - - - EPSG:4326:4 - 2 - 13 - 1 - 28 - - - EPSG:4326:5 - 4 - 26 - 2 - 57 - - - EPSG:4326:6 - 7 - 52 - 5 - 115 - - - EPSG:4326:7 - 14 - 103 - 10 - 231 - - - EPSG:4326:8 - 27 - 206 - 21 - 462 - - - EPSG:4326:9 - 53 - 412 - 43 - 925 - - - EPSG:4326:10 - 106 - 824 - 87 - 1850 - - - EPSG:4326:11 - 212 - 1647 - 174 - 3700 - - - EPSG:4326:12 - 423 - 3294 - 348 - 7400 - - - EPSG:4326:13 - 845 - 6588 - 697 - 14800 - - - EPSG:4326:14 - 1690 - 13176 - 1395 - 29601 - - - EPSG:4326:15 - 3379 - 26351 - 2790 - 59202 - - - EPSG:4326:16 - 6758 - 52702 - 5580 - 118404 - - - EPSG:4326:17 - 13515 - 105403 - 11161 - 236808 - - - EPSG:4326:18 - 27030 - 210806 - 22322 - 473617 - - - EPSG:4326:19 - 54060 - 421611 - 44644 - 947234 - - - EPSG:4326:20 - 108120 - 843222 - 89289 - 1894469 - - - null - 216240 - 1686444 - 178579 - 3788938 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 3 - 0 - 3 - - - EPSG:900913:3 - 2 - 6 - 0 - 7 - - - EPSG:900913:4 - 4 - 11 - 0 - 14 - - - EPSG:900913:5 - 7 - 22 - 1 - 28 - - - EPSG:900913:6 - 14 - 44 - 2 - 57 - - - EPSG:900913:7 - 28 - 88 - 5 - 115 - - - EPSG:900913:8 - 55 - 175 - 10 - 231 - - - EPSG:900913:9 - 109 - 350 - 21 - 462 - - - EPSG:900913:10 - 217 - 699 - 43 - 925 - - - EPSG:900913:11 - 434 - 1398 - 87 - 1850 - - - EPSG:900913:12 - 868 - 2796 - 174 - 3700 - - - EPSG:900913:13 - 1735 - 5591 - 348 - 7400 - - - EPSG:900913:14 - 3469 - 11182 - 697 - 14800 - - - EPSG:900913:15 - 6937 - 22364 - 1395 - 29601 - - - EPSG:900913:16 - 13873 - 44728 - 2790 - 59202 - - - EPSG:900913:17 - 27746 - 89456 - 5580 - 118404 - - - EPSG:900913:18 - 55491 - 178911 - 11161 - 236808 - - - EPSG:900913:19 - 110982 - 357821 - 22322 - 473617 - - - EPSG:900913:20 - 221963 - 715642 - 44644 - 947234 - - - EPSG:900913:21 - 443926 - 1431283 - 89289 - 1894469 - - - EPSG:900913:22 - 887851 - 2862565 - 178579 - 3788938 - - - EPSG:900913:23 - 1775702 - 5725130 - 357158 - 7577876 - - - EPSG:900913:24 - 3551404 - 11450259 - 714317 - 15155753 - - - EPSG:900913:25 - 7102807 - 22900518 - 1428635 - 30311506 - - - EPSG:900913:26 - 14205613 - 45801036 - 2857270 - 60623012 - - - EPSG:900913:27 - 28411225 - 91602071 - 5714540 - 121246025 - - - EPSG:900913:28 - 56822450 - 183204141 - 11429080 - 242492051 - - - EPSG:900913:29 - 113644899 - 366408281 - 22858160 - 484984103 - - - null - 227289797 - 732816561 - 45716320 - 969968207 - - - - - FAO Fishing Areas - The dataset represents the boundaries of the FAO Fishing Areas. The source for the boundaries is the description that can be found on the FAO website. The dataset was composed by the Flanders Marine Data and Information Centre. - - -180.0 -85.4702906995037 - 180.0 90.0000004906574 - - geonode:World_Fao_Zones - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 0 - 1 - 0 - 1 - - - EPSG:4326:1 - 0 - 2 - 0 - 3 - - - EPSG:4326:2 - 0 - 4 - 0 - 7 - - - EPSG:4326:3 - 0 - 8 - 0 - 15 - - - EPSG:4326:4 - 0 - 16 - 0 - 31 - - - EPSG:4326:5 - 0 - 32 - 0 - 63 - - - EPSG:4326:6 - 0 - 63 - 0 - 127 - - - EPSG:4326:7 - 0 - 125 - 0 - 255 - - - EPSG:4326:8 - 0 - 250 - 0 - 511 - - - EPSG:4326:9 - 0 - 500 - 0 - 1023 - - - EPSG:4326:10 - 0 - 999 - 0 - 2047 - - - EPSG:4326:11 - 0 - 1997 - 0 - 4095 - - - EPSG:4326:12 - 0 - 3993 - 0 - 8191 - - - EPSG:4326:13 - 0 - 7986 - 0 - 16383 - - - EPSG:4326:14 - 0 - 15972 - 0 - 32767 - - - EPSG:4326:15 - 0 - 31944 - 0 - 65535 - - - EPSG:4326:16 - 0 - 63887 - 0 - 131071 - - - EPSG:4326:17 - 0 - 127774 - 0 - 262143 - - - EPSG:4326:18 - 0 - 255548 - 0 - 524287 - - - EPSG:4326:19 - 0 - 511095 - 0 - 1048575 - - - EPSG:4326:20 - 0 - 1022189 - 0 - 2097151 - - - null - 0 - 2044378 - 0 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 2 - 0 - 1 - - - EPSG:900913:2 - 1 - 4 - 0 - 3 - - - EPSG:900913:3 - 1 - 8 - 0 - 7 - - - EPSG:900913:4 - 1 - 16 - 0 - 15 - - - EPSG:900913:5 - 1 - 32 - 0 - 31 - - - EPSG:900913:6 - 1 - 64 - 0 - 63 - - - EPSG:900913:7 - 1 - 128 - 0 - 127 - - - EPSG:900913:8 - 1 - 256 - 0 - 255 - - - EPSG:900913:9 - 1 - 512 - 0 - 511 - - - EPSG:900913:10 - 1 - 1024 - 0 - 1023 - - - EPSG:900913:11 - 1 - 2048 - 0 - 2047 - - - EPSG:900913:12 - 1 - 4096 - 0 - 4095 - - - EPSG:900913:13 - 1 - 8192 - 0 - 8191 - - - EPSG:900913:14 - 1 - 16384 - 0 - 16383 - - - EPSG:900913:15 - 1 - 32768 - 0 - 32767 - - - EPSG:900913:16 - 1 - 65536 - 0 - 65535 - - - EPSG:900913:17 - 1 - 131072 - 0 - 131071 - - - EPSG:900913:18 - 1 - 262144 - 0 - 262143 - - - EPSG:900913:19 - 1 - 524288 - 0 - 524287 - - - EPSG:900913:20 - 1 - 1048576 - 0 - 1048575 - - - EPSG:900913:21 - 1 - 2097152 - 0 - 2097151 - - - EPSG:900913:22 - 2 - 4194303 - 0 - 4194303 - - - EPSG:900913:23 - 3 - 8388606 - 0 - 8388607 - - - EPSG:900913:24 - 5 - 16777212 - 0 - 16777215 - - - EPSG:900913:25 - 10 - 33554423 - 0 - 33554431 - - - EPSG:900913:26 - 19 - 67108846 - 0 - 67108863 - - - EPSG:900913:27 - 38 - 134217691 - 0 - 134217727 - - - EPSG:900913:28 - 76 - 268435381 - 0 - 268435455 - - - EPSG:900913:29 - 152 - 536870761 - 0 - 536870911 - - - null - 304 - 1073741521 - 0 - 1073741823 - - - - - World maritime boundaries - The data is provided "as is", and no warranty express, implied or otherwise is offered as to the data's accuracy. The developers do not imply any opinion concerning the legal status of any country, territory or area, or concerning the delimitation of its frontiers or boundaries. The data can be used for educational, scientific or research purposes but should not be used for legal, commercial/economical (exploration of natural resources) or navigational purposes. - -Anyone can download this data but it is for the sole use of the organisation or individual downloading the data. The geodata may not be redistributed without the permission of the Flanders Marine Institute (VLIZ). The geodata may be used in a Value-Added Software Application (like webservices), on condition that the Flanders Marine Institute is acknowledged as the source of the data. Redistribution rights are granted for hard-copy renditions or static, electronic map images (e.g. jpeg, gif, etc.) that are plotted, printed or publicly displayed with reference to the Flanders Marine Institute. For redistribution rights of derived products, please contact us. - -Acknowledgements - -VLIZ (2012). Maritime Boundaries Geodatabase, version 6.1. Available online at http://www.vliz.be/vmdcdata/marbound. Consulted on 2012-07-09 - - - -180.004022988029 -75.1186949450678 - 180.0 87.0239435158392 - - geonode:World_Maritime_Boundaries_v6_1_20110512 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - -1 - 1 - - - EPSG:4326:1 - 1 - 2 - -1 - 3 - - - EPSG:4326:2 - 1 - 4 - -1 - 7 - - - EPSG:4326:3 - 1 - 8 - -1 - 15 - - - EPSG:4326:4 - 1 - 15 - -1 - 31 - - - EPSG:4326:5 - 1 - 30 - -1 - 63 - - - EPSG:4326:6 - 2 - 59 - -1 - 127 - - - EPSG:4326:7 - 3 - 118 - -1 - 255 - - - EPSG:4326:8 - 5 - 235 - -1 - 511 - - - EPSG:4326:9 - 9 - 470 - -1 - 1023 - - - EPSG:4326:10 - 17 - 940 - -1 - 2047 - - - EPSG:4326:11 - 34 - 1879 - -1 - 4095 - - - EPSG:4326:12 - 68 - 3758 - -1 - 8191 - - - EPSG:4326:13 - 136 - 7515 - -1 - 16383 - - - EPSG:4326:14 - 271 - 15030 - -1 - 32767 - - - EPSG:4326:15 - 542 - 30059 - -1 - 65535 - - - EPSG:4326:16 - 1084 - 60118 - -2 - 131071 - - - EPSG:4326:17 - 2168 - 120236 - -3 - 262143 - - - EPSG:4326:18 - 4335 - 240472 - -6 - 524287 - - - EPSG:4326:19 - 8669 - 480944 - -12 - 1048575 - - - EPSG:4326:20 - 17337 - 961887 - -24 - 2097151 - - - null - 34674 - 1923773 - -47 - 4194303 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - -1 - 0 - - - EPSG:900913:1 - 1 - 2 - -1 - 1 - - - EPSG:900913:2 - 1 - 4 - -1 - 3 - - - EPSG:900913:3 - 1 - 7 - -1 - 7 - - - EPSG:900913:4 - 1 - 14 - -1 - 15 - - - EPSG:900913:5 - 1 - 27 - -1 - 31 - - - EPSG:900913:6 - 1 - 53 - -1 - 63 - - - EPSG:900913:7 - 1 - 106 - -1 - 127 - - - EPSG:900913:8 - 1 - 211 - -1 - 255 - - - EPSG:900913:9 - 1 - 422 - -1 - 511 - - - EPSG:900913:10 - 1 - 844 - -1 - 1023 - - - EPSG:900913:11 - 1 - 1688 - -1 - 2047 - - - EPSG:900913:12 - 1 - 3376 - -1 - 4095 - - - EPSG:900913:13 - 1 - 6751 - -1 - 8191 - - - EPSG:900913:14 - 1 - 13501 - -1 - 16383 - - - EPSG:900913:15 - 1 - 27001 - -1 - 32767 - - - EPSG:900913:16 - 1 - 54001 - -1 - 65535 - - - EPSG:900913:17 - 1 - 108001 - -2 - 131071 - - - EPSG:900913:18 - 1 - 216002 - -3 - 262143 - - - EPSG:900913:19 - 1 - 432003 - -6 - 524287 - - - EPSG:900913:20 - 1 - 864006 - -12 - 1048575 - - - EPSG:900913:21 - 1 - 1728011 - -24 - 2097151 - - - EPSG:900913:22 - 2 - 3456022 - -47 - 4194303 - - - EPSG:900913:23 - 3 - 6912043 - -94 - 8388607 - - - EPSG:900913:24 - 5 - 13824086 - -188 - 16777215 - - - EPSG:900913:25 - 10 - 27648172 - -375 - 33554431 - - - EPSG:900913:26 - 19 - 55296344 - -750 - 67108863 - - - EPSG:900913:27 - 38 - 110592687 - -1500 - 134217727 - - - EPSG:900913:28 - 76 - 221185374 - -3000 - 268435455 - - - EPSG:900913:29 - 152 - 442370747 - -6000 - 536870911 - - - null - 304 - 884741493 - -12000 - 1073741823 - - - - - GOH Ecosistemas Maritimos: Distribucion de Manati - No abstract provided - - -88.9569080458292 15.6720908086544 - -86.4948106053288 18.7692259353796 - - geonode:GH_Distribucion_de_Manati4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 33 - - - EPSG:4326:7 - 51 - 53 - 64 - 66 - - - EPSG:4326:8 - 102 - 106 - 129 - 132 - - - EPSG:4326:9 - 203 - 212 - 258 - 265 - - - EPSG:4326:10 - 406 - 423 - 517 - 531 - - - EPSG:4326:11 - 811 - 846 - 1035 - 1063 - - - EPSG:4326:12 - 1621 - 1692 - 2071 - 2127 - - - EPSG:4326:13 - 3242 - 3383 - 4143 - 4255 - - - EPSG:4326:14 - 6484 - 6766 - 8286 - 8511 - - - EPSG:4326:15 - 12968 - 13531 - 16573 - 17022 - - - EPSG:4326:16 - 25935 - 27062 - 33147 - 34044 - - - EPSG:4326:17 - 51869 - 54124 - 66295 - 68088 - - - EPSG:4326:18 - 103738 - 108248 - 132591 - 136176 - - - EPSG:4326:19 - 207475 - 216496 - 265182 - 272353 - - - EPSG:4326:20 - 414950 - 432992 - 530364 - 544707 - - - null - 829899 - 865983 - 1060728 - 1089414 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 33 - - - EPSG:900913:8 - 115 - 117 - 64 - 66 - - - EPSG:900913:9 - 229 - 234 - 129 - 132 - - - EPSG:900913:10 - 458 - 467 - 258 - 265 - - - EPSG:900913:11 - 916 - 934 - 517 - 531 - - - EPSG:900913:12 - 1831 - 1868 - 1035 - 1063 - - - EPSG:900913:13 - 3662 - 3735 - 2071 - 2127 - - - EPSG:900913:14 - 7323 - 7470 - 4143 - 4255 - - - EPSG:900913:15 - 14645 - 14940 - 8286 - 8511 - - - EPSG:900913:16 - 29289 - 29879 - 16573 - 17022 - - - EPSG:900913:17 - 58577 - 59758 - 33147 - 34044 - - - EPSG:900913:18 - 117154 - 119515 - 66295 - 68088 - - - EPSG:900913:19 - 234307 - 239030 - 132591 - 136176 - - - EPSG:900913:20 - 468614 - 478060 - 265182 - 272353 - - - EPSG:900913:21 - 937228 - 956120 - 530364 - 544707 - - - EPSG:900913:22 - 1874456 - 1912239 - 1060728 - 1089414 - - - EPSG:900913:23 - 3748911 - 3824477 - 2121457 - 2178828 - - - EPSG:900913:24 - 7497821 - 7648954 - 4242915 - 4357657 - - - EPSG:900913:25 - 14995642 - 15297908 - 8485831 - 8715315 - - - EPSG:900913:26 - 29991284 - 30595816 - 16971662 - 17430630 - - - EPSG:900913:27 - 59982568 - 61191632 - 33943324 - 34861261 - - - EPSG:900913:28 - 119965136 - 122383263 - 67886649 - 69722522 - - - EPSG:900913:29 - 239930272 - 244766526 - 135773299 - 139445045 - - - null - 479860544 - 489533052 - 271546598 - 278890090 - - - - - GOH Puntos de Muestreo: Est. muestreo - No abstract provided - - -88.9000388899959 15.6961944397851 - -87.7256111099996 17.4668333297632 - - geonode:GH_Est_muestreo4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 1 - 1 - - - EPSG:4326:2 - 2 - 2 - 2 - 2 - - - EPSG:4326:3 - 4 - 4 - 4 - 4 - - - EPSG:4326:4 - 7 - 7 - 8 - 8 - - - EPSG:4326:5 - 13 - 14 - 16 - 16 - - - EPSG:4326:6 - 26 - 27 - 32 - 32 - - - EPSG:4326:7 - 52 - 53 - 64 - 65 - - - EPSG:4326:8 - 104 - 106 - 129 - 131 - - - EPSG:4326:9 - 207 - 212 - 259 - 262 - - - EPSG:4326:10 - 413 - 423 - 518 - 524 - - - EPSG:4326:11 - 826 - 846 - 1036 - 1049 - - - EPSG:4326:12 - 1651 - 1691 - 2073 - 2099 - - - EPSG:4326:13 - 3302 - 3382 - 4146 - 4199 - - - EPSG:4326:14 - 6603 - 6764 - 8292 - 8399 - - - EPSG:4326:15 - 13205 - 13527 - 16584 - 16798 - - - EPSG:4326:16 - 26409 - 27054 - 33168 - 33596 - - - EPSG:4326:17 - 52818 - 54107 - 66336 - 67192 - - - EPSG:4326:18 - 105635 - 108213 - 132673 - 134384 - - - EPSG:4326:19 - 211269 - 216426 - 265347 - 268768 - - - EPSG:4326:20 - 422537 - 432852 - 530695 - 537537 - - - null - 845073 - 865703 - 1061391 - 1075074 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 1 - 1 - - - EPSG:900913:3 - 4 - 4 - 2 - 2 - - - EPSG:900913:4 - 8 - 8 - 4 - 4 - - - EPSG:900913:5 - 15 - 15 - 8 - 8 - - - EPSG:900913:6 - 29 - 30 - 16 - 16 - - - EPSG:900913:7 - 58 - 59 - 32 - 32 - - - EPSG:900913:8 - 116 - 117 - 64 - 65 - - - EPSG:900913:9 - 231 - 234 - 129 - 131 - - - EPSG:900913:10 - 462 - 467 - 259 - 262 - - - EPSG:900913:11 - 924 - 934 - 518 - 524 - - - EPSG:900913:12 - 1847 - 1868 - 1036 - 1049 - - - EPSG:900913:13 - 3693 - 3735 - 2073 - 2099 - - - EPSG:900913:14 - 7385 - 7469 - 4146 - 4199 - - - EPSG:900913:15 - 14769 - 14938 - 8292 - 8399 - - - EPSG:900913:16 - 29538 - 29875 - 16584 - 16798 - - - EPSG:900913:17 - 59076 - 59749 - 33168 - 33596 - - - EPSG:900913:18 - 118152 - 119497 - 66336 - 67192 - - - EPSG:900913:19 - 236303 - 238994 - 132673 - 134384 - - - EPSG:900913:20 - 472606 - 477987 - 265347 - 268768 - - - EPSG:900913:21 - 945211 - 955974 - 530695 - 537537 - - - EPSG:900913:22 - 1890422 - 1911947 - 1061391 - 1075074 - - - EPSG:900913:23 - 3780843 - 3823894 - 2122782 - 2150149 - - - EPSG:900913:24 - 7561685 - 7647788 - 4245565 - 4300298 - - - EPSG:900913:25 - 15123370 - 15295575 - 8491131 - 8600596 - - - EPSG:900913:26 - 30246740 - 30591149 - 16982263 - 17201192 - - - EPSG:900913:27 - 60493480 - 61182298 - 33964527 - 34402385 - - - EPSG:900913:28 - 120986960 - 122364595 - 67929054 - 68804771 - - - EPSG:900913:29 - 241973920 - 244729190 - 135858108 - 137609542 - - - null - 483947839 - 489458380 - 271716217 - 275219085 - - - - - GOH Limites Administrativos Paises Pol - No abstract provided - - -117.119887510467 10.7096939998239 - -83.1318570001352 32.7187580594824 - - geonode:GH_Paises_Pol4326 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 0 - 0 - - - EPSG:4326:1 - 1 - 1 - 0 - 1 - - - EPSG:4326:2 - 2 - 2 - 1 - 2 - - - EPSG:4326:3 - 3 - 4 - 2 - 4 - - - EPSG:4326:4 - 6 - 8 - 5 - 8 - - - EPSG:4326:5 - 11 - 15 - 11 - 17 - - - EPSG:4326:6 - 21 - 29 - 22 - 34 - - - EPSG:4326:7 - 41 - 57 - 44 - 68 - - - EPSG:4326:8 - 82 - 113 - 89 - 137 - - - EPSG:4326:9 - 163 - 226 - 178 - 275 - - - EPSG:4326:10 - 326 - 452 - 357 - 551 - - - EPSG:4326:11 - 652 - 903 - 715 - 1102 - - - EPSG:4326:12 - 1304 - 1805 - 1430 - 2204 - - - EPSG:4326:13 - 2607 - 3609 - 2861 - 4408 - - - EPSG:4326:14 - 5214 - 7218 - 5723 - 8817 - - - EPSG:4326:15 - 10428 - 14435 - 11446 - 17634 - - - EPSG:4326:16 - 20856 - 28869 - 22893 - 35268 - - - EPSG:4326:17 - 41711 - 57738 - 45787 - 70537 - - - EPSG:4326:18 - 83422 - 115475 - 91575 - 141074 - - - EPSG:4326:19 - 166844 - 230950 - 183151 - 282148 - - - EPSG:4326:20 - 333688 - 461900 - 366303 - 564297 - - - null - 667375 - 923800 - 732606 - 1128595 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 0 - 0 - - - EPSG:900913:2 - 2 - 2 - 0 - 1 - - - EPSG:900913:3 - 4 - 4 - 1 - 2 - - - EPSG:900913:4 - 7 - 8 - 2 - 4 - - - EPSG:900913:5 - 13 - 16 - 5 - 8 - - - EPSG:900913:6 - 26 - 31 - 11 - 17 - - - EPSG:900913:7 - 52 - 61 - 22 - 34 - - - EPSG:900913:8 - 104 - 121 - 44 - 68 - - - EPSG:900913:9 - 207 - 241 - 89 - 137 - - - EPSG:900913:10 - 414 - 482 - 178 - 275 - - - EPSG:900913:11 - 827 - 963 - 357 - 551 - - - EPSG:900913:12 - 1654 - 1926 - 715 - 1102 - - - EPSG:900913:13 - 3308 - 3851 - 1430 - 2204 - - - EPSG:900913:14 - 6615 - 7702 - 2861 - 4408 - - - EPSG:900913:15 - 13230 - 15404 - 5723 - 8817 - - - EPSG:900913:16 - 26459 - 30807 - 11446 - 17634 - - - EPSG:900913:17 - 52918 - 61614 - 22893 - 35268 - - - EPSG:900913:18 - 105836 - 123228 - 45787 - 70537 - - - EPSG:900913:19 - 211671 - 246456 - 91575 - 141074 - - - EPSG:900913:20 - 423342 - 492911 - 183151 - 282148 - - - EPSG:900913:21 - 846683 - 985822 - 366303 - 564297 - - - EPSG:900913:22 - 1693366 - 1971643 - 732606 - 1128595 - - - EPSG:900913:23 - 3386731 - 3943285 - 1465212 - 2257191 - - - EPSG:900913:24 - 6773461 - 7886569 - 2930425 - 4514382 - - - EPSG:900913:25 - 13546922 - 15773137 - 5860851 - 9028765 - - - EPSG:900913:26 - 27093843 - 31546273 - 11721702 - 18057530 - - - EPSG:900913:27 - 54187686 - 63092545 - 23443405 - 36115061 - - - EPSG:900913:28 - 108375372 - 126185089 - 46886810 - 72230122 - - - EPSG:900913:29 - 216750744 - 252370178 - 93773620 - 144460245 - - - null - 433501488 - 504740356 - 187547240 - 288920490 - - - - - Djibouti - No abstract provided - - 39.5 10.266667 - 43.451944 19.0 - - geonode:XYDjibouti - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 2 - 2 - 4 - 4 - - - EPSG:4326:3 - 4 - 4 - 9 - 9 - - - EPSG:4326:4 - 7 - 8 - 19 - 19 - - - EPSG:4326:5 - 13 - 15 - 39 - 39 - - - EPSG:4326:6 - 26 - 29 - 78 - 79 - - - EPSG:4326:7 - 51 - 57 - 156 - 158 - - - EPSG:4326:8 - 101 - 114 - 312 - 317 - - - EPSG:4326:9 - 202 - 227 - 624 - 635 - - - EPSG:4326:10 - 404 - 454 - 1248 - 1271 - - - EPSG:4326:11 - 808 - 908 - 2497 - 2542 - - - EPSG:4326:12 - 1616 - 1815 - 4994 - 5084 - - - EPSG:4326:13 - 3232 - 3629 - 9989 - 10169 - - - EPSG:4326:14 - 6463 - 7258 - 19979 - 20339 - - - EPSG:4326:15 - 12926 - 14516 - 39958 - 40678 - - - EPSG:4326:16 - 25851 - 29031 - 79917 - 81356 - - - EPSG:4326:17 - 51701 - 58061 - 159835 - 162712 - - - EPSG:4326:18 - 103402 - 116121 - 319670 - 325425 - - - EPSG:4326:19 - 206803 - 232241 - 639340 - 650850 - - - EPSG:4326:20 - 413605 - 464481 - 1278680 - 1301701 - - - null - 827210 - 928961 - 2557360 - 2603403 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 4 - 4 - 4 - 4 - - - EPSG:900913:4 - 8 - 8 - 9 - 9 - - - EPSG:900913:5 - 15 - 16 - 19 - 19 - - - EPSG:900913:6 - 29 - 31 - 39 - 39 - - - EPSG:900913:7 - 58 - 61 - 78 - 79 - - - EPSG:900913:8 - 115 - 121 - 156 - 158 - - - EPSG:900913:9 - 229 - 242 - 312 - 317 - - - EPSG:900913:10 - 457 - 483 - 624 - 635 - - - EPSG:900913:11 - 914 - 966 - 1248 - 1271 - - - EPSG:900913:12 - 1828 - 1931 - 2497 - 2542 - - - EPSG:900913:13 - 3656 - 3862 - 4994 - 5084 - - - EPSG:900913:14 - 7311 - 7723 - 9989 - 10169 - - - EPSG:900913:15 - 14622 - 15445 - 19979 - 20339 - - - EPSG:900913:16 - 29244 - 30889 - 39958 - 40678 - - - EPSG:900913:17 - 58488 - 61778 - 79917 - 81356 - - - EPSG:900913:18 - 116976 - 123556 - 159835 - 162712 - - - EPSG:900913:19 - 233952 - 247112 - 319670 - 325425 - - - EPSG:900913:20 - 467904 - 494223 - 639340 - 650850 - - - EPSG:900913:21 - 935807 - 988446 - 1278680 - 1301701 - - - EPSG:900913:22 - 1871614 - 1976892 - 2557360 - 2603403 - - - EPSG:900913:23 - 3743228 - 3953783 - 5114720 - 5206807 - - - EPSG:900913:24 - 7486455 - 7907566 - 10229441 - 10413615 - - - EPSG:900913:25 - 14972909 - 15815131 - 20458882 - 20827230 - - - EPSG:900913:26 - 29945818 - 31630262 - 40917765 - 41654461 - - - EPSG:900913:27 - 59891635 - 63260524 - 81835531 - 83308922 - - - EPSG:900913:28 - 119783269 - 126521048 - 163671062 - 166617845 - - - EPSG:900913:29 - 239566538 - 253042096 - 327342125 - 333235691 - - - null - 479133075 - 506084192 - 654684251 - 666471383 - - - - - Sudan - No abstract provided - - 18.783333 3.516667 - 38.8467 27.166667 - - geonode:XYSudan - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 2 - 2 - 4 - 4 - - - EPSG:4326:3 - 3 - 4 - 8 - 9 - - - EPSG:4326:4 - 6 - 8 - 17 - 19 - - - EPSG:4326:5 - 12 - 16 - 35 - 38 - - - EPSG:4326:6 - 23 - 31 - 70 - 77 - - - EPSG:4326:7 - 45 - 62 - 141 - 155 - - - EPSG:4326:8 - 90 - 123 - 282 - 311 - - - EPSG:4326:9 - 179 - 246 - 565 - 622 - - - EPSG:4326:10 - 358 - 492 - 1130 - 1244 - - - EPSG:4326:11 - 715 - 984 - 2261 - 2489 - - - EPSG:4326:12 - 1430 - 1968 - 4523 - 4979 - - - EPSG:4326:13 - 2860 - 3936 - 9046 - 9959 - - - EPSG:4326:14 - 5720 - 7872 - 18093 - 19919 - - - EPSG:4326:15 - 11439 - 15744 - 36187 - 39839 - - - EPSG:4326:16 - 22877 - 31488 - 72374 - 79679 - - - EPSG:4326:17 - 45754 - 62976 - 144749 - 159359 - - - EPSG:4326:18 - 91508 - 125951 - 289499 - 318718 - - - EPSG:4326:19 - 183016 - 251901 - 578998 - 637437 - - - EPSG:4326:20 - 366031 - 503802 - 1157996 - 1274874 - - - null - 732062 - 1007604 - 2315993 - 2549748 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 4 - 4 - 4 - 4 - - - EPSG:900913:4 - 7 - 8 - 8 - 9 - - - EPSG:900913:5 - 14 - 16 - 17 - 19 - - - EPSG:900913:6 - 27 - 32 - 35 - 38 - - - EPSG:900913:7 - 54 - 63 - 70 - 77 - - - EPSG:900913:8 - 108 - 126 - 141 - 155 - - - EPSG:900913:9 - 216 - 251 - 282 - 311 - - - EPSG:900913:10 - 432 - 502 - 565 - 622 - - - EPSG:900913:11 - 864 - 1004 - 1130 - 1244 - - - EPSG:900913:12 - 1727 - 2008 - 2261 - 2489 - - - EPSG:900913:13 - 3454 - 4016 - 4523 - 4979 - - - EPSG:900913:14 - 6907 - 8032 - 9046 - 9959 - - - EPSG:900913:15 - 13814 - 16064 - 18093 - 19919 - - - EPSG:900913:16 - 27627 - 32128 - 36187 - 39839 - - - EPSG:900913:17 - 55253 - 64255 - 72374 - 79679 - - - EPSG:900913:18 - 110505 - 128510 - 144749 - 159359 - - - EPSG:900913:19 - 221009 - 257020 - 289499 - 318718 - - - EPSG:900913:20 - 442017 - 514039 - 578998 - 637437 - - - EPSG:900913:21 - 884033 - 1028078 - 1157996 - 1274874 - - - EPSG:900913:22 - 1768065 - 2056155 - 2315993 - 2549748 - - - EPSG:900913:23 - 3536129 - 4112309 - 4631987 - 5099497 - - - EPSG:900913:24 - 7072258 - 8224617 - 9263974 - 10198995 - - - EPSG:900913:25 - 14144515 - 16449233 - 18527949 - 20397990 - - - EPSG:900913:26 - 28289030 - 32898466 - 37055899 - 40795981 - - - EPSG:900913:27 - 56578060 - 65796932 - 74111798 - 81591963 - - - EPSG:900913:28 - 113156120 - 131593864 - 148223596 - 163183926 - - - EPSG:900913:29 - 226312240 - 263187727 - 296447192 - 326367853 - - - null - 452624479 - 526375453 - 592894384 - 652735707 - - - - - Yemen - No abstract provided - - 39.5 12.1 - 65.0 27.695278 - - geonode:XYYemen - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 2 - 2 - 4 - 5 - - - EPSG:4326:3 - 3 - 4 - 9 - 10 - - - EPSG:4326:4 - 6 - 7 - 19 - 21 - - - EPSG:4326:5 - 12 - 14 - 39 - 43 - - - EPSG:4326:6 - 23 - 28 - 78 - 87 - - - EPSG:4326:7 - 45 - 56 - 156 - 174 - - - EPSG:4326:8 - 89 - 111 - 312 - 348 - - - EPSG:4326:9 - 178 - 222 - 624 - 696 - - - EPSG:4326:10 - 355 - 444 - 1248 - 1393 - - - EPSG:4326:11 - 709 - 887 - 2497 - 2787 - - - EPSG:4326:12 - 1418 - 1773 - 4994 - 5575 - - - EPSG:4326:13 - 2836 - 3546 - 9989 - 11150 - - - EPSG:4326:14 - 5672 - 7091 - 19979 - 22300 - - - EPSG:4326:15 - 11343 - 14182 - 39958 - 44600 - - - EPSG:4326:16 - 22685 - 28363 - 79917 - 89201 - - - EPSG:4326:17 - 45369 - 56726 - 159835 - 178403 - - - EPSG:4326:18 - 90738 - 113451 - 319670 - 356807 - - - EPSG:4326:19 - 181476 - 226901 - 639340 - 713614 - - - EPSG:4326:20 - 362952 - 453801 - 1278680 - 1427228 - - - null - 725903 - 907601 - 2557360 - 2854456 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 4 - 4 - 4 - 5 - - - EPSG:900913:4 - 7 - 8 - 9 - 10 - - - EPSG:900913:5 - 14 - 15 - 19 - 21 - - - EPSG:900913:6 - 27 - 30 - 39 - 43 - - - EPSG:900913:7 - 54 - 60 - 78 - 87 - - - EPSG:900913:8 - 108 - 120 - 156 - 174 - - - EPSG:900913:9 - 215 - 239 - 312 - 348 - - - EPSG:900913:10 - 430 - 478 - 624 - 696 - - - EPSG:900913:11 - 860 - 955 - 1248 - 1393 - - - EPSG:900913:12 - 1720 - 1910 - 2497 - 2787 - - - EPSG:900913:13 - 3440 - 3819 - 4994 - 5575 - - - EPSG:900913:14 - 6880 - 7638 - 9989 - 11150 - - - EPSG:900913:15 - 13759 - 15275 - 19979 - 22300 - - - EPSG:900913:16 - 27518 - 30549 - 39958 - 44600 - - - EPSG:900913:17 - 55036 - 61098 - 79917 - 89201 - - - EPSG:900913:18 - 110071 - 122195 - 159835 - 178403 - - - EPSG:900913:19 - 220141 - 244390 - 319670 - 356807 - - - EPSG:900913:20 - 440282 - 488780 - 639340 - 713614 - - - EPSG:900913:21 - 880563 - 977559 - 1278680 - 1427228 - - - EPSG:900913:22 - 1761126 - 1955118 - 2557360 - 2854456 - - - EPSG:900913:23 - 3522251 - 3910235 - 5114720 - 5708913 - - - EPSG:900913:24 - 7044502 - 7820469 - 10229441 - 11417827 - - - EPSG:900913:25 - 14089004 - 15640937 - 20458882 - 22835655 - - - EPSG:900913:26 - 28178007 - 31281873 - 40917765 - 45671310 - - - EPSG:900913:27 - 56356013 - 62563746 - 81835531 - 91342620 - - - EPSG:900913:28 - 112712026 - 125127492 - 163671062 - 182685240 - - - EPSG:900913:29 - 225424052 - 250254983 - 327342125 - 365370481 - - - null - 450848103 - 500509966 - 654684251 - 730740963 - - - - - TBA - No abstract provided - - 15.416662476991903 41.13795904405102 - 20.179198496008198 45.90049506306732 - - geonode:TB_Aquifers_New - - - - - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 1 - 2 - 4 - 4 - - - EPSG:4326:3 - 2 - 3 - 8 - 8 - - - EPSG:4326:4 - 4 - 5 - 17 - 17 - - - EPSG:4326:5 - 8 - 9 - 34 - 35 - - - EPSG:4326:6 - 16 - 18 - 69 - 71 - - - EPSG:4326:7 - 32 - 35 - 138 - 142 - - - EPSG:4326:8 - 63 - 70 - 277 - 284 - - - EPSG:4326:9 - 126 - 139 - 555 - 569 - - - EPSG:4326:10 - 251 - 278 - 1111 - 1138 - - - EPSG:4326:11 - 502 - 556 - 2223 - 2277 - - - EPSG:4326:12 - 1004 - 1112 - 4446 - 4555 - - - EPSG:4326:13 - 2008 - 2224 - 8893 - 9110 - - - EPSG:4326:14 - 4015 - 4448 - 17787 - 18220 - - - EPSG:4326:15 - 8029 - 8896 - 35574 - 36441 - - - EPSG:4326:16 - 16057 - 17791 - 71149 - 72883 - - - EPSG:4326:17 - 32113 - 35581 - 142298 - 145766 - - - EPSG:4326:18 - 64225 - 71161 - 284596 - 291532 - - - EPSG:4326:19 - 128450 - 142322 - 569192 - 583064 - - - EPSG:4326:20 - 256899 - 284643 - 1138384 - 1166128 - - - null - 513797 - 569285 - 2276769 - 2332256 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 3 - 3 - 4 - 4 - - - EPSG:900913:4 - 6 - 6 - 8 - 8 - - - EPSG:900913:5 - 12 - 12 - 17 - 17 - - - EPSG:900913:6 - 23 - 24 - 34 - 35 - - - EPSG:900913:7 - 46 - 48 - 69 - 71 - - - EPSG:900913:8 - 92 - 96 - 138 - 142 - - - EPSG:900913:9 - 183 - 192 - 277 - 284 - - - EPSG:900913:10 - 365 - 384 - 555 - 569 - - - EPSG:900913:11 - 730 - 767 - 1111 - 1138 - - - EPSG:900913:12 - 1459 - 1534 - 2223 - 2277 - - - EPSG:900913:13 - 2918 - 3068 - 4446 - 4555 - - - EPSG:900913:14 - 5836 - 6135 - 8893 - 9110 - - - EPSG:900913:15 - 11671 - 12269 - 17787 - 18220 - - - EPSG:900913:16 - 23342 - 24538 - 35574 - 36441 - - - EPSG:900913:17 - 46683 - 49076 - 71149 - 72883 - - - EPSG:900913:18 - 93366 - 98152 - 142298 - 145766 - - - EPSG:900913:19 - 186731 - 196303 - 284596 - 291532 - - - EPSG:900913:20 - 373461 - 392606 - 569192 - 583064 - - - EPSG:900913:21 - 746921 - 785211 - 1138384 - 1166128 - - - EPSG:900913:22 - 1493841 - 1570422 - 2276769 - 2332256 - - - EPSG:900913:23 - 2987681 - 3140844 - 4553538 - 4664513 - - - EPSG:900913:24 - 5975362 - 6281687 - 9107076 - 9329026 - - - EPSG:900913:25 - 11950724 - 12563374 - 18214153 - 18658053 - - - EPSG:900913:26 - 23901448 - 25126748 - 36428306 - 37316107 - - - EPSG:900913:27 - 47802895 - 50253496 - 72856612 - 74632214 - - - EPSG:900913:28 - 95605789 - 100506992 - 145713224 - 149264428 - - - EPSG:900913:29 - 191211577 - 201013984 - 291426449 - 298528857 - - - null - 382423154 - 402027967 - 582852898 - 597057715 - - - - - Diktas Project Area - No abstract provided - - 13.343634279042298 38.77691994860723 - 21.1131551319579 46.54644080152283 - - geonode:Diktas_Project_Area_1 - - image/png - image/jpeg - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 1 - 2 - 4 - 4 - - - EPSG:4326:3 - 2 - 3 - 8 - 8 - - - EPSG:4326:4 - 4 - 5 - 17 - 17 - - - EPSG:4326:5 - 8 - 10 - 34 - 35 - - - EPSG:4326:6 - 16 - 19 - 68 - 71 - - - EPSG:4326:7 - 31 - 37 - 137 - 143 - - - EPSG:4326:8 - 62 - 73 - 274 - 286 - - - EPSG:4326:9 - 124 - 146 - 549 - 572 - - - EPSG:4326:10 - 248 - 292 - 1099 - 1144 - - - EPSG:4326:11 - 495 - 583 - 2199 - 2288 - - - EPSG:4326:12 - 989 - 1166 - 4399 - 4576 - - - EPSG:4326:13 - 1978 - 2332 - 8799 - 9152 - - - EPSG:4326:14 - 3956 - 4663 - 17598 - 18305 - - - EPSG:4326:15 - 7911 - 9325 - 35197 - 36611 - - - EPSG:4326:16 - 15821 - 18650 - 70394 - 73223 - - - EPSG:4326:17 - 31642 - 37300 - 140788 - 146446 - - - EPSG:4326:18 - 63284 - 74600 - 281577 - 292892 - - - EPSG:4326:19 - 126568 - 149199 - 563154 - 585784 - - - EPSG:4326:20 - 253136 - 298397 - 1126308 - 1171569 - - - null - 506271 - 596793 - 2252616 - 2343138 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 3 - 4 - 4 - 4 - - - EPSG:900913:4 - 6 - 7 - 8 - 8 - - - EPSG:900913:5 - 12 - 13 - 17 - 17 - - - EPSG:900913:6 - 23 - 25 - 34 - 35 - - - EPSG:900913:7 - 46 - 50 - 68 - 71 - - - EPSG:900913:8 - 91 - 99 - 137 - 143 - - - EPSG:900913:9 - 182 - 197 - 274 - 286 - - - EPSG:900913:10 - 363 - 393 - 549 - 572 - - - EPSG:900913:11 - 725 - 785 - 1099 - 1144 - - - EPSG:900913:12 - 1449 - 1569 - 2199 - 2288 - - - EPSG:900913:13 - 2897 - 3138 - 4399 - 4576 - - - EPSG:900913:14 - 5793 - 6275 - 8799 - 9152 - - - EPSG:900913:15 - 11586 - 12550 - 17598 - 18305 - - - EPSG:900913:16 - 23172 - 25099 - 35197 - 36611 - - - EPSG:900913:17 - 46343 - 50198 - 70394 - 73223 - - - EPSG:900913:18 - 92686 - 100395 - 140788 - 146446 - - - EPSG:900913:19 - 185371 - 200790 - 281577 - 292892 - - - EPSG:900913:20 - 370741 - 401579 - 563154 - 585784 - - - EPSG:900913:21 - 741482 - 803158 - 1126308 - 1171569 - - - EPSG:900913:22 - 1482963 - 1606315 - 2252616 - 2343138 - - - EPSG:900913:23 - 2965925 - 3212630 - 4505233 - 4686276 - - - EPSG:900913:24 - 5931850 - 6425260 - 9010466 - 9372552 - - - EPSG:900913:25 - 11863700 - 12850519 - 18020932 - 18745104 - - - EPSG:900913:26 - 23727399 - 25701037 - 36041865 - 37490209 - - - EPSG:900913:27 - 47454798 - 51402073 - 72083731 - 74980418 - - - EPSG:900913:28 - 94909595 - 102804145 - 144167462 - 149960837 - - - EPSG:900913:29 - 189819189 - 205608290 - 288334925 - 299921675 - - - null - 379638378 - 411216580 - 576669851 - 599843350 - - - - - abc1 - No abstract provided - - 15.5091300160001 42.08990478406148 - 20.086730957 44.94854932305686 - - geonode:abc1 - - image/png - image/jpeg - image/gif - text/plain - text/html - application/vnd.ogc.gml - EPSG:4326 - - - EPSG:4326:0 - 1 - 1 - 1 - 1 - - - EPSG:4326:1 - 1 - 1 - 2 - 2 - - - EPSG:4326:2 - 2 - 2 - 4 - 4 - - - EPSG:4326:3 - 3 - 3 - 8 - 8 - - - EPSG:4326:4 - 5 - 5 - 17 - 17 - - - EPSG:4326:5 - 9 - 9 - 34 - 35 - - - EPSG:4326:6 - 17 - 18 - 69 - 71 - - - EPSG:4326:7 - 33 - 35 - 139 - 142 - - - EPSG:4326:8 - 65 - 69 - 278 - 284 - - - EPSG:4326:9 - 129 - 137 - 556 - 569 - - - EPSG:4326:10 - 257 - 273 - 1112 - 1138 - - - EPSG:4326:11 - 513 - 546 - 2224 - 2276 - - - EPSG:4326:12 - 1026 - 1091 - 4448 - 4553 - - - EPSG:4326:13 - 2051 - 2181 - 8897 - 9106 - - - EPSG:4326:14 - 4101 - 4361 - 17795 - 18212 - - - EPSG:4326:15 - 8202 - 8722 - 35591 - 36424 - - - EPSG:4326:16 - 16403 - 17444 - 71182 - 72849 - - - EPSG:4326:17 - 32806 - 34888 - 142365 - 145698 - - - EPSG:4326:18 - 65611 - 69775 - 284730 - 291397 - - - EPSG:4326:19 - 131222 - 139549 - 569461 - 582794 - - - EPSG:4326:20 - 262444 - 279097 - 1138923 - 1165589 - - - null - 524888 - 558194 - 2277846 - 2331179 - - - EPSG:900913 - - - EPSG:900913:0 - 1 - 1 - 0 - 0 - - - EPSG:900913:1 - 1 - 1 - 1 - 1 - - - EPSG:900913:2 - 2 - 2 - 2 - 2 - - - EPSG:900913:3 - 3 - 3 - 4 - 4 - - - EPSG:900913:4 - 6 - 6 - 8 - 8 - - - EPSG:900913:5 - 12 - 12 - 17 - 17 - - - EPSG:900913:6 - 24 - 24 - 34 - 35 - - - EPSG:900913:7 - 47 - 48 - 69 - 71 - - - EPSG:900913:8 - 93 - 95 - 139 - 142 - - - EPSG:900913:9 - 185 - 190 - 278 - 284 - - - EPSG:900913:10 - 369 - 380 - 556 - 569 - - - EPSG:900913:11 - 738 - 760 - 1112 - 1138 - - - EPSG:900913:12 - 1475 - 1520 - 2224 - 2276 - - - EPSG:900913:13 - 2949 - 3039 - 4448 - 4553 - - - EPSG:900913:14 - 5898 - 6077 - 8897 - 9106 - - - EPSG:900913:15 - 11795 - 12154 - 17795 - 18212 - - - EPSG:900913:16 - 23589 - 24307 - 35591 - 36424 - - - EPSG:900913:17 - 47177 - 48613 - 71182 - 72849 - - - EPSG:900913:18 - 94353 - 97225 - 142365 - 145698 - - - EPSG:900913:19 - 188706 - 194449 - 284730 - 291397 - - - EPSG:900913:20 - 377411 - 388897 - 569461 - 582794 - - - EPSG:900913:21 - 754822 - 777794 - 1138923 - 1165589 - - - EPSG:900913:22 - 1509644 - 1555587 - 2277846 - 2331179 - - - EPSG:900913:23 - 3019288 - 3111174 - 4555692 - 4662358 - - - EPSG:900913:24 - 6038575 - 6222347 - 9111385 - 9324717 - - - EPSG:900913:25 - 12077149 - 12444693 - 18222771 - 18649435 - - - EPSG:900913:26 - 24154297 - 24889386 - 36445543 - 37298870 - - - EPSG:900913:27 - 48308593 - 49778772 - 72891086 - 74597740 - - - EPSG:900913:28 - 96617186 - 99557543 - 145782173 - 149195480 - - - EPSG:900913:29 - 193234371 - 199115085 - 291564347 - 298390960 - - - null - 386468742 - 398230169 - 583128694 - 596781920 - - - - - GlobalCRS84Scale - urn:ogc:def:crs:EPSG::4326 - - GlobalCRS84Scale:0 - 5.0E8 - 90.0 -180.0 - 256 - 256 - 2 - 1 - - - GlobalCRS84Scale:1 - 2.5E8 - 90.0 -180.0 - 256 - 256 - 3 - 2 - - - GlobalCRS84Scale:2 - 1.0E8 - 90.0 -180.0 - 256 - 256 - 6 - 3 - - - GlobalCRS84Scale:3 - 5.0E7 - 90.0 -180.0 - 256 - 256 - 12 - 6 - - - GlobalCRS84Scale:4 - 2.5E7 - 90.0 -180.0 - 256 - 256 - 23 - 12 - - - GlobalCRS84Scale:5 - 1.0E7 - 90.0 -180.0 - 256 - 256 - 56 - 28 - - - GlobalCRS84Scale:6 - 5000000.0 - 90.0 -180.0 - 256 - 256 - 112 - 56 - - - GlobalCRS84Scale:7 - 2500000.0 - 90.0 -180.0 - 256 - 256 - 224 - 112 - - - GlobalCRS84Scale:8 - 1000000.0 - 90.0 -180.0 - 256 - 256 - 560 - 280 - - - GlobalCRS84Scale:9 - 500000.0 - 90.0 -180.0 - 256 - 256 - 1119 - 560 - - - GlobalCRS84Scale:10 - 250000.0 - 90.0 -180.0 - 256 - 256 - 2237 - 1119 - - - GlobalCRS84Scale:11 - 100000.0 - 90.0 -180.0 - 256 - 256 - 5591 - 2796 - - - GlobalCRS84Scale:12 - 50000.0 - 90.0 -180.0 - 256 - 256 - 11182 - 5591 - - - GlobalCRS84Scale:13 - 25000.0 - 90.0 -180.0 - 256 - 256 - 22364 - 11182 - - - GlobalCRS84Scale:14 - 10000.0 - 90.0 -180.0 - 256 - 256 - 55909 - 27955 - - - GlobalCRS84Scale:15 - 5000.0 - 90.0 -180.0 - 256 - 256 - 111817 - 55909 - - - GlobalCRS84Scale:16 - 2500.0 - 90.0 -180.0 - 256 - 256 - 223633 - 111817 - - - GlobalCRS84Scale:17 - 1000.0 - 90.0 -180.0 - 256 - 256 - 559083 - 279542 - - - GlobalCRS84Scale:18 - 500.0 - 90.0 -180.0 - 256 - 256 - 1118165 - 559083 - - - GlobalCRS84Scale:19 - 250.0 - 90.0 -180.0 - 256 - 256 - 2236330 - 1118165 - - - GlobalCRS84Scale:20 - 100.0 - 90.0 -180.0 - 256 - 256 - 5590823 - 2795412 - - - - EPSG:4326 - urn:ogc:def:crs:EPSG::4326 - - EPSG:4326:0 - 2.795411320143589E8 - 90.0 -180.0 - 256 - 256 - 2 - 1 - - - EPSG:4326:1 - 1.3977056600717944E8 - 90.0 -180.0 - 256 - 256 - 4 - 2 - - - EPSG:4326:2 - 6.988528300358972E7 - 90.0 -180.0 - 256 - 256 - 8 - 4 - - - EPSG:4326:3 - 3.494264150179486E7 - 90.0 -180.0 - 256 - 256 - 16 - 8 - - - EPSG:4326:4 - 1.747132075089743E7 - 90.0 -180.0 - 256 - 256 - 32 - 16 - - - EPSG:4326:5 - 8735660.375448715 - 90.0 -180.0 - 256 - 256 - 64 - 32 - - - EPSG:4326:6 - 4367830.1877243575 - 90.0 -180.0 - 256 - 256 - 128 - 64 - - - EPSG:4326:7 - 2183915.0938621787 - 90.0 -180.0 - 256 - 256 - 256 - 128 - - - EPSG:4326:8 - 1091957.5469310894 - 90.0 -180.0 - 256 - 256 - 512 - 256 - - - EPSG:4326:9 - 545978.7734655447 - 90.0 -180.0 - 256 - 256 - 1024 - 512 - - - EPSG:4326:10 - 272989.38673277234 - 90.0 -180.0 - 256 - 256 - 2048 - 1024 - - - EPSG:4326:11 - 136494.69336638617 - 90.0 -180.0 - 256 - 256 - 4096 - 2048 - - - EPSG:4326:12 - 68247.34668319309 - 90.0 -180.0 - 256 - 256 - 8192 - 4096 - - - EPSG:4326:13 - 34123.67334159654 - 90.0 -180.0 - 256 - 256 - 16384 - 8192 - - - EPSG:4326:14 - 17061.83667079827 - 90.0 -180.0 - 256 - 256 - 32768 - 16384 - - - EPSG:4326:15 - 8530.918335399136 - 90.0 -180.0 - 256 - 256 - 65536 - 32768 - - - EPSG:4326:16 - 4265.459167699568 - 90.0 -180.0 - 256 - 256 - 131072 - 65536 - - - EPSG:4326:17 - 2132.729583849784 - 90.0 -180.0 - 256 - 256 - 262144 - 131072 - - - EPSG:4326:18 - 1066.364791924892 - 90.0 -180.0 - 256 - 256 - 524288 - 262144 - - - EPSG:4326:19 - 533.182395962446 - 90.0 -180.0 - 256 - 256 - 1048576 - 524288 - - - EPSG:4326:20 - 266.591197981223 - 90.0 -180.0 - 256 - 256 - 2097152 - 1048576 - - - EPSG:4326:21 - 133.2955989906115 - 90.0 -180.0 - 256 - 256 - 4194304 - 2097152 - - - - GoogleCRS84Quad - urn:ogc:def:crs:EPSG::4326 - - GoogleCRS84Quad:0 - 5.590822640287178E8 - 90.0 -180.0 - 256 - 256 - 1 - 1 - - - GoogleCRS84Quad:1 - 2.795411320143589E8 - 90.0 -180.0 - 256 - 256 - 2 - 1 - - - GoogleCRS84Quad:2 - 1.397705660071794E8 - 90.0 -180.0 - 256 - 256 - 4 - 2 - - - GoogleCRS84Quad:3 - 6.988528300358972E7 - 90.0 -180.0 - 256 - 256 - 8 - 4 - - - GoogleCRS84Quad:4 - 3.494264150179486E7 - 90.0 -180.0 - 256 - 256 - 16 - 8 - - - GoogleCRS84Quad:5 - 1.747132075089743E7 - 90.0 -180.0 - 256 - 256 - 32 - 16 - - - GoogleCRS84Quad:6 - 8735660.375448715 - 90.0 -180.0 - 256 - 256 - 64 - 32 - - - GoogleCRS84Quad:7 - 4367830.187724357 - 90.0 -180.0 - 256 - 256 - 128 - 64 - - - GoogleCRS84Quad:8 - 2183915.093862179 - 90.0 -180.0 - 256 - 256 - 256 - 128 - - - GoogleCRS84Quad:9 - 1091957.546931089 - 90.0 -180.0 - 256 - 256 - 512 - 256 - - - GoogleCRS84Quad:10 - 545978.7734655447 - 90.0 -180.0 - 256 - 256 - 1024 - 512 - - - GoogleCRS84Quad:11 - 272989.3867327723 - 90.0 -180.0 - 256 - 256 - 2048 - 1024 - - - GoogleCRS84Quad:12 - 136494.6933663862 - 90.0 -180.0 - 256 - 256 - 4096 - 2048 - - - GoogleCRS84Quad:13 - 68247.34668319309 - 90.0 -180.0 - 256 - 256 - 8192 - 4096 - - - GoogleCRS84Quad:14 - 34123.67334159654 - 90.0 -180.0 - 256 - 256 - 16384 - 8192 - - - GoogleCRS84Quad:15 - 17061.83667079827 - 90.0 -180.0 - 256 - 256 - 32768 - 16384 - - - GoogleCRS84Quad:16 - 8530.918335399136 - 90.0 -180.0 - 256 - 256 - 65536 - 32768 - - - GoogleCRS84Quad:17 - 4265.459167699568 - 90.0 -180.0 - 256 - 256 - 131072 - 65536 - - - GoogleCRS84Quad:18 - 2132.729583849784 - 90.0 -180.0 - 256 - 256 - 262144 - 131072 - - - - EPSG:900913 - urn:ogc:def:crs:EPSG::900913 - - EPSG:900913:0 - 5.590822639508929E8 - -2.003750834E7 2.0037508E7 - 256 - 256 - 1 - 1 - - - EPSG:900913:1 - 2.7954113197544646E8 - -2.003750834E7 2.0037508E7 - 256 - 256 - 2 - 2 - - - EPSG:900913:2 - 1.3977056598772323E8 - -2.003750834E7 2.0037508E7 - 256 - 256 - 4 - 4 - - - EPSG:900913:3 - 6.988528299386162E7 - -2.003750834E7 2.0037508E7 - 256 - 256 - 8 - 8 - - - EPSG:900913:4 - 3.494264149693081E7 - -2.003750834E7 2.0037508E7 - 256 - 256 - 16 - 16 - - - EPSG:900913:5 - 1.7471320748465404E7 - -2.003750834E7 2.0037508E7 - 256 - 256 - 32 - 32 - - - EPSG:900913:6 - 8735660.374232702 - -2.003750834E7 2.0037508E7 - 256 - 256 - 64 - 64 - - - EPSG:900913:7 - 4367830.187116351 - -2.003750834E7 2.0037508E7 - 256 - 256 - 128 - 128 - - - EPSG:900913:8 - 2183915.0935581755 - -2.003750834E7 2.0037508E7 - 256 - 256 - 256 - 256 - - - EPSG:900913:9 - 1091957.5467790877 - -2.003750834E7 2.0037508E7 - 256 - 256 - 512 - 512 - - - EPSG:900913:10 - 545978.7733895439 - -2.003750834E7 2.0037508E7 - 256 - 256 - 1024 - 1024 - - - EPSG:900913:11 - 272989.38669477194 - -2.003750834E7 2.0037508E7 - 256 - 256 - 2048 - 2048 - - - EPSG:900913:12 - 136494.69334738597 - -2.003750834E7 2.0037508E7 - 256 - 256 - 4096 - 4096 - - - EPSG:900913:13 - 68247.34667369298 - -2.003750834E7 2.0037508E7 - 256 - 256 - 8192 - 8192 - - - EPSG:900913:14 - 34123.67333684649 - -2.003750834E7 2.0037508E7 - 256 - 256 - 16384 - 16384 - - - EPSG:900913:15 - 17061.836668423246 - -2.003750834E7 2.0037508E7 - 256 - 256 - 32768 - 32768 - - - EPSG:900913:16 - 8530.918334211623 - -2.003750834E7 2.0037508E7 - 256 - 256 - 65536 - 65536 - - - EPSG:900913:17 - 4265.4591671058115 - -2.003750834E7 2.0037508E7 - 256 - 256 - 131072 - 131072 - - - EPSG:900913:18 - 2132.7295835529058 - -2.003750834E7 2.0037508E7 - 256 - 256 - 262144 - 262144 - - - EPSG:900913:19 - 1066.3647917764529 - -2.003750834E7 2.0037508E7 - 256 - 256 - 524288 - 524288 - - - EPSG:900913:20 - 533.1823958882264 - -2.003750834E7 2.0037508E7 - 256 - 256 - 1048576 - 1048576 - - - EPSG:900913:21 - 266.5911979441132 - -2.003750834E7 2.0037508E7 - 256 - 256 - 2097152 - 2097152 - - - EPSG:900913:22 - 133.2955989720566 - -2.003750834E7 2.0037508E7 - 256 - 256 - 4194304 - 4194304 - - - EPSG:900913:23 - 66.6477994860283 - -2.003750834E7 2.0037508E7 - 256 - 256 - 8388608 - 8388608 - - - EPSG:900913:24 - 33.32389974301415 - -2.003750834E7 2.0037508E7 - 256 - 256 - 16777216 - 16777216 - - - EPSG:900913:25 - 16.661949871507076 - -2.003750834E7 2.0037508E7 - 256 - 256 - 33554432 - 33554432 - - - EPSG:900913:26 - 8.330974935753538 - -2.003750834E7 2.0037508E7 - 256 - 256 - 67108864 - 67108864 - - - EPSG:900913:27 - 4.165487467876769 - -2.003750834E7 2.0037508E7 - 256 - 256 - 134217728 - 134217728 - - - EPSG:900913:28 - 2.0827437339383845 - -2.003750834E7 2.0037508E7 - 256 - 256 - 268435456 - 268435456 - - - EPSG:900913:29 - 1.0413718669691923 - -2.003750834E7 2.0037508E7 - 256 - 256 - 536870912 - 536870912 - - - EPSG:900913:30 - 0.5206859334845961 - -2.003750834E7 2.0037508E7 - 256 - 256 - 1073741824 - 1073741824 - - - - GoogleMapsCompatible - urn:ogc:def:crs:EPSG::900913 - - GoogleMapsCompatible:0 - 5.590822640287179E8 - -2.003750834E7 2.0037508E7 - 256 - 256 - 1 - 1 - - - GoogleMapsCompatible:1 - 2.795411320143589E8 - -2.003750834E7 2.0037508E7 - 256 - 256 - 2 - 2 - - - GoogleMapsCompatible:2 - 1.397705660071794E8 - -2.003750834E7 2.0037508E7 - 256 - 256 - 4 - 4 - - - GoogleMapsCompatible:3 - 6.988528300358972E7 - -2.003750834E7 2.0037508E7 - 256 - 256 - 8 - 8 - - - GoogleMapsCompatible:4 - 3.494264150179486E7 - -2.003750834E7 2.0037508E7 - 256 - 256 - 16 - 16 - - - GoogleMapsCompatible:5 - 1.747132075089743E7 - -2.003750834E7 2.0037508E7 - 256 - 256 - 32 - 32 - - - GoogleMapsCompatible:6 - 8735660.375448715 - -2.003750834E7 2.0037508E7 - 256 - 256 - 64 - 64 - - - GoogleMapsCompatible:7 - 4367830.1877243575 - -2.003750834E7 2.0037508E7 - 256 - 256 - 128 - 128 - - - GoogleMapsCompatible:8 - 2183915.0938621787 - -2.003750834E7 2.0037508E7 - 256 - 256 - 256 - 256 - - - GoogleMapsCompatible:9 - 1091957.5469310887 - -2.003750834E7 2.0037508E7 - 256 - 256 - 512 - 512 - - - GoogleMapsCompatible:10 - 545978.7734655447 - -2.003750834E7 2.0037508E7 - 256 - 256 - 1024 - 1024 - - - GoogleMapsCompatible:11 - 272989.3867327723 - -2.003750834E7 2.0037508E7 - 256 - 256 - 2048 - 2048 - - - GoogleMapsCompatible:12 - 136494.69336638617 - -2.003750834E7 2.0037508E7 - 256 - 256 - 4096 - 4096 - - - GoogleMapsCompatible:13 - 68247.34668319307 - -2.003750834E7 2.0037508E7 - 256 - 256 - 8192 - 8192 - - - GoogleMapsCompatible:14 - 34123.67334159654 - -2.003750834E7 2.0037508E7 - 256 - 256 - 16384 - 16384 - - - GoogleMapsCompatible:15 - 17061.83667079827 - -2.003750834E7 2.0037508E7 - 256 - 256 - 32768 - 32768 - - - GoogleMapsCompatible:16 - 8530.918335399136 - -2.003750834E7 2.0037508E7 - 256 - 256 - 65536 - 65536 - - - GoogleMapsCompatible:17 - 4265.459167699568 - -2.003750834E7 2.0037508E7 - 256 - 256 - 131072 - 131072 - - - GoogleMapsCompatible:18 - 2132.729583849784 - -2.003750834E7 2.0037508E7 - 256 - 256 - 262144 - 262144 - - - GoogleMapsCompatible:19 - 1066.364791924892 - -2.003750834E7 2.0037508E7 - 256 - 256 - 524288 - 524288 - - - GoogleMapsCompatible:20 - 533.182395962446 - -2.003750834E7 2.0037508E7 - 256 - 256 - 1048576 - 1048576 - - - - GlobalCRS84Pixel - urn:ogc:def:crs:EPSG::4326 - - GlobalCRS84Pixel:0 - 7.951392199519542E8 - 90.0 -180.0 - 256 - 256 - 1 - 1 - - - GlobalCRS84Pixel:1 - 3.975696099759771E8 - 90.0 -180.0 - 256 - 256 - 2 - 1 - - - GlobalCRS84Pixel:2 - 1.9878480498798856E8 - 90.0 -180.0 - 256 - 256 - 3 - 2 - - - GlobalCRS84Pixel:3 - 1.325232033253257E8 - 90.0 -180.0 - 256 - 256 - 5 - 3 - - - GlobalCRS84Pixel:4 - 6.626160166266285E7 - 90.0 -180.0 - 256 - 256 - 9 - 5 - - - GlobalCRS84Pixel:5 - 3.3130800831331424E7 - 90.0 -180.0 - 256 - 256 - 17 - 9 - - - GlobalCRS84Pixel:6 - 1.325232033253257E7 - 90.0 -180.0 - 256 - 256 - 43 - 22 - - - GlobalCRS84Pixel:7 - 6626160.166266285 - 90.0 -180.0 - 256 - 256 - 85 - 43 - - - GlobalCRS84Pixel:8 - 3313080.0831331424 - 90.0 -180.0 - 256 - 256 - 169 - 85 - - - GlobalCRS84Pixel:9 - 1656540.0415665712 - 90.0 -180.0 - 256 - 256 - 338 - 169 - - - GlobalCRS84Pixel:10 - 552180.0138555238 - 90.0 -180.0 - 256 - 256 - 1013 - 507 - - - GlobalCRS84Pixel:11 - 331308.00831331423 - 90.0 -180.0 - 256 - 256 - 1688 - 844 - - - GlobalCRS84Pixel:12 - 110436.00277110476 - 90.0 -180.0 - 256 - 256 - 5063 - 2532 - - - GlobalCRS84Pixel:13 - 55218.00138555238 - 90.0 -180.0 - 256 - 256 - 10125 - 5063 - - - GlobalCRS84Pixel:14 - 33130.80083133143 - 90.0 -180.0 - 256 - 256 - 16875 - 8438 - - - GlobalCRS84Pixel:15 - 11043.600277110474 - 90.0 -180.0 - 256 - 256 - 50625 - 25313 - - - GlobalCRS84Pixel:16 - 3313.080083133142 - 90.0 -180.0 - 256 - 256 - 168750 - 84375 - - - GlobalCRS84Pixel:17 - 1104.3600277110472 - 90.0 -180.0 - 256 - 256 - 506250 - 253125 - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/geoserver-wms-cap.xml owslib-0.8.3/tests/geoserver-wms-cap.xml --- owslib-0.7.2/tests/geoserver-wms-cap.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/geoserver-wms-cap.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,174 +0,0 @@ - - - - - OGC:WMS - My GeoServer WMS - This is a description of your Web Map Server. - - WFS - WMS - GEOSERVER - - - - - - - - - - -
- - - - - - - - - - NONE - NONE - - - - - application/vnd.ogc.wms_xml - - - - - - - - - - - - - image/png - application/atom xml - application/atom+xml - application/openlayers - application/pdf - application/rss xml - application/rss+xml - application/vnd.google-earth.kml - application/vnd.google-earth.kml xml - application/vnd.google-earth.kml+xml - application/vnd.google-earth.kmz - application/vnd.google-earth.kmz xml - application/vnd.google-earth.kmz+xml - atom - image/geotiff - image/geotiff8 - image/gif - image/jpeg - image/png8 - image/svg - image/svg xml - image/svg+xml - image/tiff - image/tiff8 - kml - kmz - openlayers - rss - - - - - - - - - - text/plain - text/html - application/vnd.ogc.gml - - - - - - - - - - - - - application/vnd.ogc.wms_xml - - - - - - - - - - image/png - image/jpeg - image/gif - - - - - - - - - - - application/vnd.ogc.se_xml - application/vnd.ogc.se_inimage - - - - My GeoServer WMS - This is a description of your Web Map Server. - - EPSG:4326 - - - opengeo:poi - Points of Interest - Points of Interest in New York City - - EPSG:4326 - - - - - GeoServer Sample Data - - - image/png;charset=UTF-8 - - - - - - - - diff -Nru owslib-0.7.2/tests/gmxCodelists.xml owslib-0.8.3/tests/gmxCodelists.xml --- owslib-0.7.2/tests/gmxCodelists.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/gmxCodelists.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,1879 +0,0 @@ - - - - - - gmxCodelists - - - Codelists for description of metadata datasets compliant with ISO/TC 211 19115:2003 and 19139 - - - GMX (and imported) namespace - - - 0.0 - - - 2005-03-18 - - - - - - - - identification of when a given event occurred - CI_DateTypeCode - - - date identifies when the resource was brought into existence - creation - - - - - date identifies when the resource was issued - publication - - - - - date identifies when the resource was examined or re-examined and imporved or amended - revision - - - - - - - - function performed by the resource - CI_OnLineFunctionCode - - - online instructions for transferring data from one storage device or system to another - download - - - - - online information about the resource - information - - - - - online instructions for requesting the resource from the provider - offlineAccess - - - - - online order process for obtening the resource - order - - - - - online search interface for seeking out information about the resource - search - - - - - - - - mode in which the data is represented - CI_PresentationFormCode - - - digital representation of a primarily textual item (can contain illustrations also) - documentDigital - - - - - representation of a primarily textual item (can contain illustrations also) on paper, photograhic material, or other media - imageDigital - - - - - likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format - documentHardcopy - - - - - likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user - imageHardcopy - - - - - map represented in raster or vector form - mapDigital - - - - - map printed on paper, photographic material, or other media for use directly by the human user - mapHardcopy - - - - - multi-dimensional digital representation of a feature, process, etc. - modelDigital - - - - - 3-dimensional, physical model - modelHardcopy - - - - - vertical cross-section in digital form - profileDigital - - - - - vertical cross-section printed on paper, etc. - profileHardcopy - - - - - digital representation of facts or figures systematically displayed, especially in columns - tableDigital - - - - - representation of facts or figures systematically displayed, especially in columns, printed onpapers, photographic material, or other media - tableHardcopy - - - - - digital video recording - videoDigital - - - - - video recording on film - videoHardcopy - - - - - - - - function performed by the responsible party - CI_RoleCode - - - party that supplies the resource - resourceProvider - - - - - party that accepts accountability and responsability for the data and ensures appropriate care and maintenance of the resource - custodian - - - - - party that owns the resource - owner - - - - - party who uses the resource - user - - - - - party who distributes the resource - distributor - - - - - party who created the resource - originator - - - - - party who can be contacted for acquiring knowledge about or acquisition of the resource - pointOfContact - - - - - key party responsible for gathering information and conducting research - principalInvestigator - - - - - party wha has processed the data in a manner such that the resource has been modified - processor - - - - - party who published the resource - publisher - - - - - party who authored the resource - author - - - - - - - - type or method for evaluating an identified data quality measure - DQ_EvaluationMethodTypeCode - - - method of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated - directInternal - - - - - method of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required - directExternal - - - - - method of evaluating the quality of a dataset based on external knowledge - indirect - - - - - - - - justification for the correlation of two datasets - DS_AssociationTypeCode - - - reference from one dataset to another - crossReference - - - - - reference to a master dataset of which this one is a part - largerWorkCitation - - - - - part of the same structured set of data held in a computer - partOfSeamlessDatabase - - - - - mapping and charting information from which the dataset content originates - source - - - - - part of a set of imagery that when used together, provides three-dimensional images - stereoMate - - - - - - - - type of aggregation activity in which datasets are related - DS_InitiativeTypeCode - - - series of organized planned actions - campaign - - - - - accumulation of datasets assembled for a specific purpose - collection - - - - - specific performance of a function or group of functions - exercise - - - - - process designed to find if something is effective or valid - experiment - - - - - search or systematic inquiry - investigation - - - - - specific operation of a data collection system - mission - - - - - device or piece of equipment which detects or records - sensor - - - - - action that is part of a series of actions - operation - - - - - vehicle or other support base that holds a sensor - platform - - - - - method of doing something involving a number of steps - process - - - - - specific planned activity - program - - - - - organized undertaking, research, or development - project - - - - - examination or investigation - study - - - - - piece of work - task - - - - - process of testing to discover or demonstrate something - trial - - - - - - - - code indicating whether grid data is point or area - MD_CellGeometryCode - - - each cell represents a point - point - - - - - each cell represents an area - area - - - - - - - - name of the character coding standard used in the resource - MD_CharacterSetCode - - - 16-bit fixed size Universal Character Set, based on ISO/IEC 10646 - ucs2 - - - - - 32-bit fixed size Universal Character Set, based on ISO/IEC 10646 - ucs4 - - - - - 7-bit variable size UCS Transfer Format, based on ISO/IEC 10646 - utf7 - - - - - 8-bit variable size UCS Transfer Format, based on ISO/IEC 10646 - utf8 - - - - - 16-bit variable size UCS Transfer Format, based on ISO/IEC 10646 - utf16 - - - - - ISO/IEC 8859-1, Information technology - 8-bit single byte coded graphic character sets - Part 1 : Latin alphabet No.1 - 8859part1 - - - - - ISO/IEC 8859-2, Information technology - 8-bit single byte coded graphic character sets - Part 2 : Latin alphabet No.2 - 8859part2 - - - - - ISO/IEC 8859-3, Information technology - 8-bit single byte coded graphic character sets - Part 3 : Latin alphabet No.3 - 8859part3 - - - - - ISO/IEC 8859-4, Information technology - 8-bit single byte coded graphic character sets - Part 4 : Latin alphabet No.4 - 8859part4 - - - - - ISO/IEC 8859-5, Information technology - 8-bit single byte coded graphic character sets - Part 5 : Latin/Cyrillic alphabet - 8859part5 - - - - - ISO/IEC 8859-6, Information technology - 8-bit single byte coded graphic character sets - Part 6 : Latin/Arabic alphabet - 8859part6 - - - - - ISO/IEC 8859-7, Information technology - 8-bit single byte coded graphic character sets - Part 7 : Latin/Greek alphabet - 8859part7 - - - - - ISO/IEC 8859-8, Information technology - 8-bit single byte coded graphic character sets - Part 8 : Latin/Hebrew alphabet - 8859part8 - - - - - ISO/IEC 8859-9, Information technology - 8-bit single byte coded graphic character sets - Part 9 : Latin alphabet No.5 - 8859part9 - - - - - ISO/IEC 8859-10, Information technology - 8-bit single byte coded graphic character sets - Part 10 : Latin alphabet No.6 - 8859part10 - - - - - ISO/IEC 8859-11, Information technology - 8-bit single byte coded graphic character sets - Part 11 : Latin/Thai alphabet - 8859part11 - - - - - - ISO/IEC 8859-13, Information technology - 8-bit single byte coded graphic character sets - Part 13 : Latin alphabet No.7 - 8859part13 - - - - - ISO/IEC 8859-14, Information technology - 8-bit single byte coded graphic character sets - Part 14 : Latin alphabet No.8 (Celtic) - 8859part14 - - - - - ISO/IEC 8859-15, Information technology - 8-bit single byte coded graphic character sets - Part 15 : Latin alphabet No.9 - 8859part15 - - - - - ISO/IEC 8859-16, Information technology - 8-bit single byte coded graphic character sets - Part 16 : Latin alphabet No.10 - 8859part16 - - - - - japanese code set used for electronic transmission - jis - - - - - japanese code set used on MS-DOS machines - shiftJIS - - - - - japanese code set used on UNIX based machines - eucJP - - - - - United States ASCII code set (ISO 646 US) - usAscii - - - - - IBM mainframe code set - ebcdic - - - - - Korean code set - eucKR - - - - - traditional Chinese code set used in Taiwan, Hong Kong of China and other areas - big5 - - - - - simplified Chinese code set - GB2312 - - - - - - - - name of the handling restrictions on the dataset - MD_ClassificationCode - - - available for general disclosure - unclassified - - - - - not for general disclosure - restricted - - - - - available for someone who can be entrusted with information - confidential - - - - - kept or meant to be kept private, unknown, or hidden from all but a select group of people - secret - - - - - of the highest secrecy - topSecret - - - - - - - - specific type of information represented in the cell - MD_CoverageContentTypeCode - - - meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter - image - - - - - code value with no quantitative meaning, used to represent a physical quantity - thematicClassification - - - - - value in physical units of the quantity being measured - physicalMeasurement - - - - - - - - datatype of element or entity - MD_DatatypeCode - - - descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior - class - - - - - descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior - codelist - - - - - data type whose instances form a list of named literal values, not extendable - enumeration - - - - - permissible value for a codelist or enumeration - codelistElement - - - - - class that cannot be directly instantiated - abstractClass - - - - - class that is composed of classes it is connected to by an aggregate relationship - aggregateClass - - - - - subclass that may be substituted for its superclass - specifiedClass - - - - - class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage - datatypeClass - - - - - named set of operations that characterize the behavior of an element - interfaceClass - - - - - class describing a selection of one of the specified types - unionClass - - - - - class whose instances are classes - metaClass - - - - - class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations - typeClass - - - - - free text field - characterString - - - - - numerical field - integer - - - - - semantic relationship between two classes that involves connections among their instances - association - - - - - - - - name of the dimension - MD_DimensionNameTypeCode - - - ordinate (y) axis - row - - - - - abscissa (x) axis - column - - - - - vertical (z) axis - vertical - - - - - along the direction of motion of the scan point - track - - - - - perpendicular to the direction of motion of the scan point - crossTrack - - - - - scan line of a sensor - line - - - - - element along a scan line - sample - - - - - duration - time - - - - - - - - name of point or vector objects used to locate zero-, one-, two-, or three-dimensional spatial locations in the dataset - MD_GeometricObjectTypeCode - - - set of geometric primitives such that their boundaries can be represented as a union of other primitives - complex - - - - - connected set of curves, solids or surfaces - composite - - - - - bounded, 1-dimensional geometric primitive, representing the continuous image of a line - curve - - - - - zero-dimensional geometric primitive, representing a position but not having an extent - point - - - - - bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space - solid - - - - - bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane - surface - - - - - - - - code which indicates conditions which may affect the image - MD_ImagingConditionCode - - - portion of the image is blurred - blurredImage - - - - - portion of the image is partially obscured by cloud cover - cloud - - - - - acute angle between the plane of the ecliptic (the plane of the Earth s orbit) and the plane of the celestial equator - degradingObliquity - - - - - portion of the image is partially obscured by fog - fog - - - - - portion of the image is partially obscured by heavy smoke or dust - heavySmokeOrDust - - - - - image was taken at night - night - - - - - image was taken during rainfall - rain - - - - - image was taken during semi-dark conditions -- twilight conditions - semiDarkness - - - - - portion of the image is obscured by shadow - shadow - - - - - portion of the image is obscured by snow - snow - - - - - the absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest - terrainMasking - - - - - - - - methods used to group similar keywords - MD_KeywordTypeCode - - - keyword identifies a branch of instruction or specialized learning - discipline - - - - - keyword identifies a location - place - - - - - keyword identifies the layer(s) of any deposited substance - stratum - - - - - keyword identifies a time period related to the dataset - temporal - - - - - keyword identifies a particular subject or topic - theme - - - - - - - - frequency with which modifications and deletions are made to the data after it is first produced - MD_MaintenanceFrequencyCode - - - data is repeatedly and frequently updated - continual - - - - - data is updated each day - daily - - - - - data is updated on a weekly basis - weekly - - - - - data is updated every two weeks - fortnightly - - - - - data is updated each month - monthly - - - - - - - data is updated every three months - - quarterly - - - - - - data is updated twice each year - biannually - - - - - data is updated every year - annually - - - - - data is updated as deemed necessary - asNeeded - - - - - data is updated in intervals that are uneven in duration - irregular - - - - - there are no plans to update the data - notPlanned - - - - - frequency of maintenance for the data is not known - - unknown - - - - - - - - - method used to write to the medium - MD_MediumFormatCode - - - CoPy In / Out (UNIX file format and command) - cpio - - - - - Tape ARchive - tar - - - - - high sierra file system - highSierra - - - - - information processing volume and file structure of CD-ROM - iso9660 - - - - - rock ridge interchange protocol (UNIX) - iso9660RockRidge - - - - - hierarchical file system (Macintosh) - iso9660AppleHFS - - - - - - - - name of the medium - MD_MediumNameCode - - - read-only optical disk - cdRom - - - - - digital versatile disk - dvd - - - - - digital versatile disk, read only - dvdRom - - - - - 3,5 inch magnetic disk - 3halfInchFloppy - - - - - 5,25 inch magnetic disk - 5quarterInchFloppy - - - - - 7 track magnetic tape - 7trackTape - - - - - 9 track magnetic tape - 9trackType - - - - - 3480 cartridge tape drive - 3480Cartridge - - - - - 3490 cartridge tape drive - 3490Cartridge - - - - - 3580 cartridge tape drive - 3580Cartridge - - - - - 4 millimetre magnetic tape - 4mmCartridgeTape - - - - - 8 millimetre magnetic tape - 8mmCartridgeTape - - - - - 0,25 inch magnetic tape - 1quarterInchCartridgeTape - - - - - half inch cartridge streaming tape drive - digitalLinearTape - - - - - direct computer linkage - onLine - - - - - linkage through a satellite communication system - satellite - - - - - communication through a telephone network - telephoneLink - - - - - pamphlet or leaflet giving descriptive information - hardcopy - - - - - - - - obligation of the element or entity - MD_ObligationCode - - - element is always required - mandatory - - - - - element is not required - optional - - - - - element is required when a specific condition is met - conditional - - - - - - - - point in a pixel corresponding to the Earth location of the pixel - MD_PixelOrientationCode - - - point halfway between the lower left and the upper right of the pixel - center - - - - - the corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value - lowerLeft - - - - - next corner counterclockwise from the lower left - lowerRight - - - - - next corner counterclockwise from the lower right - upperRight - - - - - next corner counterclockwise from the upper right - upperLeft - - - - - - - - status of the dataset or progress of a review - MD_ProgressCode - - - production of the data has been completed - completed - - - - - data has been stored in an offline storage facility - historicalArchive - - - - - data is no longer relevant - obsolete - - - - - data is continually being updated - onGoing - - - - - fixed date has been established upon or by which the data will be created or updated - planned - - - - - data needs to be generated or updated - required - - - - - data is currently in the process of being created - underDevelopment - - - - - - - - limitation(s) placed upon the access or use of the data - MD_RestrictionCode - - - exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor - copyright - - - - - government has granted exclusive right to make, sell, use or license an invention or discovery - patent - - - - - produced or sold information awaiting a patent - patentPending - - - - - a name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer - trademark - - - - - formal permission to do something - license - - - - - rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity - intellectualPropertyRights - - - - - withheld from general circulation or disclosure - restricted - - - - - limitation not listed - otherRestrictions - - - - - - - - class of information to which the referencing entity applies - MD_ScopeCode - - - information applies to the attribute class - attribute - - - - - information applies to the characteristic of a feature - attributeType - - - - - information applies to the collection hardware class - collectionHardware - - - - - information applies to the collection session - collectionSession - - - - - information applies to the dataset - dataset - - - - - information applies to the series - series - - - - - information applies to non-geographic data - nonGeographicDataset - - - - - information applies to a dimension group - dimensionGroup - - - - - information applies to a feature - feature - - - - - information applies to a feature type - featureType - - - - - information applies to a property type - propertyType - - - - - information applies to a field session - fieldSession - - - - - information applies to a computer program or routine - software - - - - - information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case - service - - - - - information applies to a copy or imitation of an existing or hypothetical object - model - - - - - information applies to a tile, a spatial subset of geographic data - tile - - - - - - - - method used to represent geographic information in the dataset - MD_SpatialRepresentationTypeCode - - - vector data is used to represent geographic data - vector - - - - - grid data is used to represent geographic data - grid - - - - - textual or tabular data is used to represent geographic data - textTable - - - - - triangulated irregular network - tin - - - - - three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images - stereoModel - - - - - scene from a video recording - video - - - - - - - - high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. Can be used to group keywords as well. Listed examples are not exhaustive. - MD_TopicCategoryCode - - - rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock - farming - - - - - flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat - biota - - - - - legal land descriptions. Examples: political and administrative boundaries - boundaries - - - - - processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation - climatologyMeteorologyAtmosphere - - - - - economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas - economy - - - - - height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products - elevation - - - - - environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape - environment - - - - - information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, hydrogeology, erosion - geoscientificInformation - - - - - health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services - health - - - - - base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations - imageryBaseMapsEarthCover - - - - - military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection - intelligenceMilitary - - - - - inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts - inlandWaters - - - - - positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names - location - - - - - features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs - oceans - - - - - information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership - planningCadastre - - - - - characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information - society - - - - - man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers - structure - - - - - means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways - transportation - - - - - energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks - utilitiesCommunication - - - - - - - - degree of complexity of the spatial relationships - MD_TopologyLevelCode - - - geometry objects without any additional structure which describes topology - geometryOnly - - - - - 1-dimensional topological complex -- commonly called chain-node topology - topology1D - - - - - 1-dimensional topological complex that is planar. (A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex.) - planarGraph - - - - - 2-dimensional topological complex that is planar. (A 2-dimensional topological complex is commonly called full topology in a cartographic 2D environment.) - fullPlanarGraph - - - - - 1-dimensional topological complex that is isomorphic to a subset of a surface. (A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundry-preserving correspondence to one another.) - surfaceGraph - - - - - 2-dimensional topological complex that is isomorphic to a subset of a surface - fullSurfaceGraph - - - - - 3-dimensional topological complex. (A topological complex is a collection of topological primitives that are closed under the boundary operations.) - topology3D - - - - - complete coverage of a 3D Euclidean coordinate space - fullTopology3D - - - - - topological complex without any specified geometric realisation - abstract - - - - - - - - Extension of MD_ScopeCode for the needs of GMX application schemas and in the context of a transfer - MX_ScopeCode - - - - information applies to the attribute class - attribute - - - - - information applies to the characteristic of a feature - attributeType - - - - - information applies to the collection hardware class - collectionHardware - - - - - information applies to the collection session - collectionSession - - - - - information applies to the dataset - dataset - - - - - information applies to the series - series - - - - - information applies to non-geographic data - nonGeographicDataset - - - - - information applies to a dimension group - dimensionGroup - - - - - information applies to a feature - feature - - - - - information applies to a feature type - featureType - - - - - information applies to a property type - propertyType - - - - - information applies to a field session - fieldSession - - - - - information applies to a computer program or routine - software - - - - - information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case - service - - - - - information applies to a copy or imitation of an existing or hypothetical object - model - - - - - information applies to a tile, a spatial subset of geographic data - tile - - - - - - The referencing entity applies to a transfer aggregate which was originally identified as an initiative (DS_Initiative) - initiative - - - - - The referencing entity applies to a transfer aggregate which was originally identified as a stereo mate (DS_StereoMate) - stereomate - - - - - The referencing entity applies to a transfer aggregate which was originally identified as a sensor (DS_Sensor) - sensor - - - - - The referencing entity applies to a transfer aggregate which was originally identified as a platform series (DS_PlatformSeries) - platformSeries - - - - - The referencing entity applies to a transfer aggregate which was originally identified as a sensor series (DS_SensorSeries) - sensorSeries - - - - - The referencing entity applies to a transfer aggregate which was originally identified as a production series (DS_ProductionSeries) - productionSeries - - - - - The referencing entity applies to a transfer aggregate which has no existence outside of the transfer context - transferAggregate - - - - - The referencing entity applies to a transfer aggregate which has an existence outside of the transfer context, but which does not pertains to a specific aggregate type. - otherAggregate - - - - - - diff -Nru owslib-0.7.2/tests/__init__.py owslib-0.8.3/tests/__init__.py --- owslib-0.7.2/tests/__init__.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/__init__.py 2014-01-10 13:53:40.000000000 +0000 @@ -1,2 +0,0 @@ -# package -from test_doctests import test_suite diff -Nru owslib-0.7.2/tests/iso_codelist.txt owslib-0.8.3/tests/iso_codelist.txt --- owslib-0.7.2/tests/iso_codelist.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/iso_codelist.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ - >>> import urllib2 - >>> from owslib.etree import etree - >>> from owslib.iso import CodelistCatalogue - >>> e=etree.parse('gmxCodelists.xml') - >>> c=CodelistCatalogue(e) - >>> print c.getcodelistdictionaries() - ['MD_RestrictionCode', 'CI_OnLineFunctionCode', 'DQ_EvaluationMethodTypeCode', 'DS_InitiativeTypeCode', 'MD_MaintenanceFrequencyCode', 'MD_SpatialRepresentationTypeCode', 'MD_ImagingConditionCode', 'MD_ObligationCode', 'MD_GeometricObjectTypeCode', 'MD_ScopeCode', 'MD_KeywordTypeCode', 'MD_CharacterSetCode', 'CI_PresentationFormCode', 'MX_ScopeCode', 'CI_DateTypeCode', 'MD_TopicCategoryCode', 'MD_DatatypeCode', 'MD_ProgressCode', 'MD_MediumNameCode', 'MD_ClassificationCode', 'DS_AssociationTypeCode', 'CI_RoleCode', 'MD_TopologyLevelCode', 'MD_DimensionNameTypeCode', 'MD_CoverageContentTypeCode', 'MD_MediumFormatCode', 'MD_PixelOrientationCode', 'MD_CellGeometryCode'] - >>> print c.getcodedefinitionidentifiers('CI_RoleCode') - ['author', 'processor', 'publisher', 'custodian', 'pointOfContact', 'distributor', 'user', 'resourceProvider', 'originator', 'owner', 'principalInvestigator'] diff -Nru owslib-0.7.2/tests/JPLCapabilities.xml owslib-0.8.3/tests/JPLCapabilities.xml --- owslib-0.7.2/tests/JPLCapabilities.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/JPLCapabilities.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,402 +0,0 @@ - - ]> - - - OGC:WMS - JPL Global Imagery Service - WMS Server maintained by JPL, worldwide satellite imagery. - - ImageryBaseMapsEarthCover Imagery - BaseMaps EarthCover - JPL Jet Propulsion Laboratory Landsat - WMS SLD Global - - - - - Lucian Plesea - JPL - - lucian.plesea@jpl.nasa.gov - - none - Server is load limited - - - - - application/vnd.ogc.wms_xml - - - - - - - - image/jpeg - image/png - image/geotiff - image/tiff - - - - - - - - - application/vnd.ogc.se_xml - - - - - OnEarth Web Map Server - EPSG:4326 - AUTO:42003 - EPSG:4326 - AUTO:42003 - - - global_mosaic - WMS Global Mosaic, pan sharpened - - Release 2 of the WMS Global Mosaic, a seamless mosaic of Landsat7 scenes. - Spatial resolution is 0.5 second for the pan band, 1 second for the visual and near-IR bands and 2 second for the thermal bands - Use this layer to request individual grayscale bands. The default styles may have gamma, sharpening and saturation filters applied. - The grayscale styles have no extra processing applied, and will return the image data as stored on the server. - The source dataset is part of the NASA Scientific Data Purchase, and contains scenes acquired in 1999-2003. - This layer provides pan-sharpened images, where the pan band is used for the image brightness regardless of the color combination requested. - - - - text/xml - - - - - - - - - - 20000 - - - - global_mosaic_base - WMS Global Mosaic, not pan sharpened - - Release 2 of the WMS Global Mosaic, a seamless mosaic of Landsat7 scenes. - Spatial resolution is 0.5 second for the pan band, 1 second for the visual and near-IR bands and 2 second for the thermal bands - Use this layer to request individual grayscale bands. The default styles may have gamma, sharpening and saturation filters applied. - The source dataset is part of the NASA Scientific Data Purchase, and contains scenes acquired in 1999-2003. - Release 2. - - - - - - - - - - - - - - - 20000 - - - - us_landsat_wgs84 - CONUS mosaic of 1990 MRLC dataset - - CONUS seamless mosaic of Landsat5 scenes. Maximum resolution is 1 arc-second. - The default styles may have gamma, sharpening and saturation filters applied. - The source dataset is part of the MRLC 1990 dataset. - This layer is not precisely geo-referenced! - - - - - - - - - - - - - - - - srtm_mag - SRTM reflectance magnitude, 30m - - This is the radar reflectance image produced by the SRTM mission. It is the best available snapshot of the surface of the earth, being the highest resolution image collected in the shortest ammount of time, with near-global 30m coverage collected during an 11-day Endeavour mission, in February of 2000. -Five basic bands are available as WMS styles, ss1, ss2, ss3 and ss4 being SRTM image subswath averages, the "all" style being an average of the four subswath composites. The "default" style is derived from the "all" band, using an arbitrary color map to make more detail visible. The subswath composites also available as WMS bands, band 0 correspoinding to ss1, 1 to "ss2", 2 to "ss3", 3 to "ss4" and 5 to "all". -A radar image has little in common with a visual image, depending mostly on the material and orientation of the object. Areas with low detail such as lakes and sand tend to have no reflection, and very steep terrain can obscure certain areas from the side look ing SRTM instrument, both fenomena generating voids in the SRTM reflectance image. Urban areas tend to have stronger reflectance. The banding artifacts still visible in the images are the result of the combination of data from multiple orbits or are intrinsic to the SRTM instrument. - - - - - - - - - - - 20000 - - - - daily_terra_721 - Daily composite of MODIS-TERRA 721 pseudocolor - - Daily generated mosaic of TERRA images released by the MODIS Rapid Response System. - Updates every day, at about 1200Z, with images taken during the previous day. - Maximum resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data. - The 721 band mapping is used to identify burnt and flooded areas. - - - 2006-01-01/2006-09-22/P1D - - - - - - daily_aqua_721 - Daily composite of MODIS-AQUA 721 pseudocolor - - Daily generated mosaic of the AQUA images released by the MODIS Rapid Response System. - Updates every day, at about 1200Z, with images taken during the previous day. - Maximum resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data. - The 721 band mapping is used to identify burnt and flooded areas. - - - 2006-01-01/2006-09-22/P1D - - - - - - daily_terra_ndvi - Daily composite of MODIS-TERRA images, NDVI processing - - Daily generated mosaic of TERRA images released by the MODIS Rapid Response System. - Updates every day, at about 1200Z, with images taken during the previous day. - Maximum resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data. - The Normalized Difference Vegetation Index (NDVI) is strongly correlated with the plant density and state. - - - 2006-01-01/2006-09-22/P1D - - - - - - daily_aqua_ndvi - Daily composite of MODIS-AQUA images, NDVI processing - - Daily generated mosaic of the AQUA images released by the MODIS Rapid Response System. - Updates every day, at about 1200Z, with images taken during the previous day. - Maximum resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data. - The Normalized Difference Vegetation Index (NDVI) is strongly correlated with the plant density and state. - - - 2006-01-01/2006-09-22/P1D - - - - - - daily_terra - Daily composite of MODIS-TERRA images - - Daily generated mosaic of TERRA images released by the MODIS Rapid Response System. - Updates every day, at about 1200Z, with images taken during the previous day. - Maximum resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data. - - - 2004-12-24/2006-09-22/P1D - - - - - - daily_aqua - Daily composite of MODIS-AQUA images - - Daily generated mosaic of the AQUA images released by the MODIS Rapid Response System. - Updates every day, at about 1200Z, with images taken during the previous day. - Maximum resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data. - - - 2004-12-24/2006-09-22/P1D - - - - - - BMNG - Blue Marble Next Generation, Global MODIS derived image - - A set of twelve images built from MODIS data, one for each month of 2004. The native resolution is 15 arcseconds. This is the version with land and ocean bottom hillshading. - - - - - - - - - - - - - - - - - - - - modis - Blue Marble, Global MODIS derived image - - - - - - - huemapped_srtm - SRTM derived global elevation, 3 arc-second, hue mapped - An SRTM derived elevation dataset, where elevation is mapped to hue, resulting a color image - - - - 12000 - - - - srtmplus Global 1km elevation, seamless SRTM land elevation and ocean depth - - The SRTM30 Plus dataset, a 30 arc-second seamless combination of GTOPO30, SRTM derived land elevation and UCSD Sandwell bathymetry data. The default style is scaled to 8 bit, non-linear. - It is possible to request the elevation data in meters by the short_int tyle and requesting PNG format. The resulting PNG file will be a unsigned 16 bit per pixel image. The values are then the elevation in meters. Values are signed 16 bit integers, but PNG will present them as unsigned, any values larger than 32767 should be interpreted as negative numbers. -For elevation values in feet, request PNG format with the style feet_short_int. - - - - - - - 120000 - - - - worldwind_dem - SRTM derived global elevation, 3 arc-second - - A global elevation model, prepared from the 3 arc-second SRTM dataset by filling some of the problem areas. Prepared by the NASA Learning Technologies. - The default style is scaled to 8 bit, non-linear. - It is possible to request the elevation data in meters by the short_int tyle and requesting PNG format. The resulting PNG file will be a unsigned 16 bit per pixel image. The values are then the elevation in meters. - Values are signed 16 bit integers, but PNG will present them as unsigned, leading to a few areas with very large values (65000+) - For elevation values in feet, request PNG format with the style feet_short_int. - - - - - - - 120000 - - - - us_ned - United States elevation, 30m - - Continental United States elevation, produced from the USGS National Elevation. - The default style is scaled to 8 bit from the orginal floating point data. - - - - - - - - 24000 - - - - us_elevation - Digital Elevation Map of the United States, DTED dataset, 3 second resolution, grayscale - - DTED Level 3 US elevation. The default style is scaled to 8 bit. - It is possible to request the elevation data in meters by the short_int tyle and requesting PNG format. The resulting PNG file will be a unsigned 16 bit per pixel image. The values are elevation in meters, zero clipped (no negative values). - - - - - - - - - - us_colordem - Digital Elevation Map of the United States, DTED dataset, 3 second resolution, hue mapped - - The DTED Level 3 US elevation, mapped to a color image using the full spectrum. - This result is not achievable by using SLD, so it is presented as a different layer. - - - - - 20000 - - - - - - diff -Nru owslib-0.7.2/tests/mapserver-wfs-cap.xml owslib-0.8.3/tests/mapserver-wfs-cap.xml --- owslib-0.7.2/tests/mapserver-wfs-cap.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/mapserver-wfs-cap.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,272 +0,0 @@ - - - - - - - MapServer WFS - Bird Studies Canada WMS/WFS Server - Bird Studies Canada WMS/WFS Server for bird distribution and abundance data, and related information. Bird Studies Canada gratefully acknowledges the support of Environment Canada - Canadian Information System for the Environment in developing this service. - - birds - distribution - abundance - conservation - sites - monitoring - populations - canada - - http://geodiscover.cgdi.ca/gdp/search?action=entrySummary&entryType=webService&entryId=3920&entryLang=en&portal=gdp - None - None - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - IBA - Canadian Important Bird Areas - This layer represents *generalized* boundaries of Important Bird Areas (IBA) in Canada. IBAs, in Canada and elsewhere, are evaluated and designated on the basis of internationally criteria. The polygons contained in the dataset meet these criteria and are therefore deemed significant at the national, continental, or global level. In Canada, IBAs are not legally recognized entities and therefore do not have any regulatory status. Nevertheless, they are extremely useful for conservation planning for birds. Polygon boundaries were digitized on-screen in ArcView GIS 3.2 by using NTDB 1:50K or 1:250K digital layers for reference. If NTDB coverage was not available (e.g., far north), the Digital Chart of the World (1:1M) was used. The boundaries of IBAs in this dataset are intentionally generalized to reflect the importance of the surrounding ecosystem on the values present within IBAs. For example, small islands supporting colonies of seabirds might be buffered by 1 or 2 km to form an IBA. Boundaries for a very small minority of IBAs were available in paper form as part of IBA conservation plans that had been developed previously. In such cases, we visually estimated their boundaries against the NTDB or other base layers. Many IBAs are already recognized as other types of protected areas, e.g., National Wildlife Areas, National and Provincial Parks, Migratory Bird Sanctuaries, conservation reserves, and so on. In these cases, we used digital boundaries from other sources (e.g., WWF Canada's Designated Areas Database, Environment Canada's Canadian Conservation Areas Database) as reference points when digitizing IBA boundaries. Please cite as follows: Bird Studies Canada and Nature Canada. 2004. Important Bird Areas of Canada Database. Port Rowan, Ontario: Bird Studies Canada. To access the Canadian IBA directory: http://www.bsc-eoc.org/iba/ibasites.html. Full metadata for this layer: http://www.bsc-eoc.org/website/metadata/caniba_poly.xml - - iba - birdlife - birds - conservation - sites - canada - - EPSG:4326 - - http://www.bsc-eoc.org/website/metadata/caniba_poly.xml - - - CBC_PT - Canadian Christmas Bird Count Locations - A winter survey of bird populations conducted during the Christmas period - December 14 to January 5th inclusive. More than 1800 counts are conducted each year across Canada, the United States and Latin America. On a selected day within the count period, local birders count as many birds as possible within a 24 km (15 mile) diameter circle. The Christmas Bird Count had long been organized on the continental scale by the New York-based National Audubon Society. In 2000, Audubon finalized an agreement with Bird Studies Canada that would see BSC partner with Audubon to coordinate CBCs in Canada. This layer represents the centre point of all the Christmas Bird Counts conducted in Canada. An accompanying layer (CBC_PY) contains the 24 km circles. - - birds - winter - survey - population - volunteers - cbc - christmas - canada - - EPSG:4326 - - - - CBC_PY - Canadian Christmas Bird Count Locations - A winter survey of bird populations conducted during the Christmas period - December 14 to January 5th inclusive. More than 1800 counts are conducted each year across Canada, the United States and Latin America. On a selected day within the count period, local birders count as many birds as possible within a 24 km (15 mile) diameter circle. The Christmas Bird Count had long been organized on the continental scale by the New York-based National Audubon Society. In 2000, Audubon finalized an agreement with Bird Studies Canada that would see BSC partner with Audubon to coordinate CBCs in Canada. This layer represents the 24 km circles surveyed as part of each Christmas Bird Count conducted in Canada. An accompanying layer (CBC_PT) contains the centre point of the circles. - - birds - winter - survey - population - volunteers - cbc - christmas - canada - - EPSG:4326 - - - - MMP - Marsh Monitoring Program Route Locations - A Spring survey of birds and amphibians carried out primarily within the Great Lakes region of North America. - - birds - waterbirds - amphibians - marsh - wetland - survey - populations - volunteers - canada - united states - great lakes - AOC - - EPSG:4326 - - - - CLLS - Canadian Lakes Loon Survey Locations - A volunteer-based program that monitors the effects of acid rain and other human disturbance on loon breeding and presence on Canada's cottage lakes and other waterbodies. - - birds - Gavia immer - loons - lakes - survey - populations - volunteers - canada - acid rain - disturbance - ecosystem health - - EPSG:4326 - - - - OBBA_SQUARE - Ontario Breeding Bird Atlas 10 km Squares - A sampling unit used by the Ontario Breeding Bird Atlas to collect breeding evidence data for all bird species within the Province of Ontario. Squares are based upon the Universal Transverse Mercator (UTM) grid system, NAD83, and measure 10Km by 10Km except near UTM zone boundaries, where they are smaller. - - birds - distribution - abundance - breeding range - survey - populations - volunteers - Ontario - - EPSG:4326 - - - - OBBA_REGION - Ontario Breeding Bird Atlas Administrative Regions - An administrative unit that is used for local bird atlas co-ordination, which is based on bioregions and access. Each region is assigned a Regional Coordinator who administers bird surveys within their region. - - birds - distribution - abundance - breeding range - survey - populations - volunteers - Ontario - - EPSG:4326 - - - - OBBA_BLOCK - Ontario Breeding Bird Atlas 100 km Blocks - A sampling unit used by the Ontario Breeding Bird Atlas to collect breeding evidence data for all bird species within the Province of Ontario. Blocks are based upon the Universal Transverse Mercator (UTM) grid system, NAD83, and measure 100Km by 100Km except near UTM zone boundaries, where they are smaller. - - birds - distribution - abundance - breeding range - survey - populations - volunteers - Ontario - - EPSG:4326 - - - - OWLS - Nocturnal Owl Survey Locations - A volunteer-based program that monitors the abundance of owl species across Canada by means of broadcast surveys. Ontario survey locations are currently available through this service. - - birds - owls - survey - populations - volunteers - canada - broadcast - - EPSG:4326 - - - - BBS_PT - Breeding Bird Survey Route Start Points - The Breeding Bird Survey, initiated in 1966, is one of the oldest surveys of breeding birds in North America. It is conducted primarily by volunteers, who follow a predetermined, roadside route each year at the height of the breeding season. This layer portrays the start point for each BBS route in Canada. - - birds - breeding - survey - roadside - populations - volunteers - canada - - EPSG:4326 - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/mapserver-wfs-schema.xml owslib-0.8.3/tests/mapserver-wfs-schema.xml --- owslib-0.7.2/tests/mapserver-wfs-schema.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/mapserver-wfs-schema.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/ows_interfaces.txt owslib-0.8.3/tests/ows_interfaces.txt --- owslib-0.7.2/tests/ows_interfaces.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/ows_interfaces.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,140 +0,0 @@ -#This test checks that the OWSLib service interfaces are the same across all service type: -#Author: Dominic Lowe, 17th September 2009 -#Part of OWSLib package. - - >>> from owslib.csw import CatalogueServiceWeb - >>> from owslib.wms import WebMapService - >>> from owslib.wcs import WebCoverageService - >>> from owslib.wfs import WebFeatureService - - -#TODO, we should run all these from local XML documents (as per the WMS and WFS services) - - >>> wmsxml = open_file('JPLCapabilities.xml', 'r').read() - >>> wfsxml = open_file('mapserver-wfs-cap.xml', 'r').read() - >>> wms = WebMapService('url', version='1.1.1', xml=wmsxml) - >>> wfs = WebFeatureService('url', version='1.0', xml=wfsxml) - >>> wcs=WebCoverageService('http://motherlode.ucar.edu:8080/thredds/wcs/fmrc/NCEP/NAM/CONUS_40km/conduit/NCEP-NAM-CONUS_40km-conduit_best.ncd', version='1.0.0') - >>> csw= CatalogueServiceWeb('http://devgeo.cciw.ca/geonetwork/srv/en/csw') - -#Check each service instance conforms to OWSLib interface - >>> csw.alias, wms.alias, wcs.alias, wfs.alias='CSW', 'WMS', 'WCS', 'WFS' - >>> services=[csw, wms, wcs, wfs] - >>> for service in services: - ... type(service) - - - - - -#URL attribute - >>> for service in services: - ... service.url - 'http://devgeo.cciw.ca/geonetwork/srv/en/csw' - 'url' - 'http://motherlode.ucar.edu:8080/thredds/wcs/fmrc/NCEP/NAM/CONUS_40km/conduit/NCEP-NAM-CONUS_40km-conduit_best.ncd' - 'url' - -#version attribute - >>> for service in services: - ... service.version - '2.0.2' - '1.1.1' - '1.0.0' - '1.0' - -#Identification object: - >>> for service in services: - ... hasattr(service, 'identification') - True - True - True - True - - -#Check all ServiceIdentification attributes - >>> for service in services: - ... service.identification.type - ... [[attribute, hasattr(service.identification, attribute)] for attribute in ['type', 'version', 'title', 'abstract', 'keywords', 'accessconstraints', 'fees']] - 'CSW' - [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', True], ['fees', True]] - 'OGC:WMS' - [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', True], ['fees', True]] - 'OGC:WCS' - [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', False], ['fees', True]] - 'MapServer WFS' - [['type', True], ['version', True], ['title', True], ['abstract', True], ['keywords', True], ['accessconstraints', True], ['fees', True]] - -#Check all ServiceProvider attributes - >>> for service in services: - ... service.identification.type - ... [[attribute, hasattr(service.provider, attribute)] for attribute in ['name','url','contact']] - 'CSW' - [['name', True], ['url', True], ['contact', True]] - 'OGC:WMS' - [['name', True], ['url', True], ['contact', True]] - 'OGC:WCS' - [['name', True], ['url', True], ['contact', True]] - 'MapServer WFS' - [['name', True], ['url', True], ['contact', True]] - -#Check all operations implement IOperationMetadata - >>> for service in services: - ... service.identification.type - ... for op in service.operations: - ... [[attribute, hasattr(op, attribute)] for attribute in ['name','formatOptions','methods']] - 'CSW' - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - 'OGC:WMS' - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - 'OGC:WCS' - [['name', True], ['formatOptions', False], ['methods', True]] - [['name', True], ['formatOptions', False], ['methods', True]] - [['name', True], ['formatOptions', False], ['methods', True]] - 'MapServer WFS' - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - [['name', True], ['formatOptions', True], ['methods', True]] - - -#Check all contents implement IContentMetadata as a dictionary -#CSW does not work in this way so use dummy - >>> csw.contents={'dummy':'1'} - >>> for service in services: - ... service.identification.type - ... type(service.contents) - 'CSW' - - 'OGC:WMS' - - 'OGC:WCS' - - 'MapServer WFS' - - - -#Check any item (WCS coverage, WMS layer etc) from the contents of each service -#Check it conforms to IContentMetadata interface -#CSW does not conform to this -#WCS boundingbox handling is also different (has multiple boundingboxes). TODO: needs harmonising. - - - >>> for service in services: - ... if type(service.contents) is dict: - ... service.identification.type - ... content=service.contents[service.contents.iterkeys().next()] #get random item from contents dictionary -has to be a nicer way to do this! - ... [[attribute, hasattr(content, attribute)] for attribute in ['id','title','boundingBox', 'boundingBoxWGS84', 'crsOptions', 'styles', 'timepositions']] - 'CSW' - [['id', False], ['title', True], ['boundingBox', False], ['boundingBoxWGS84', False], ['crsOptions', False], ['styles', False], ['timepositions', False]] - 'OGC:WMS' - [['id', True], ['title', True], ['boundingBox', True], ['boundingBoxWGS84', True], ['crsOptions', True], ['styles', True], ['timepositions', True]] - 'OGC:WCS' - [['id', True], ['title', True], ['boundingBox', True], ['boundingBoxWGS84', True], ['crsOptions', True], ['styles', True], ['timepositions', True]] - 'MapServer WFS' - [['id', True], ['title', True], ['boundingBox', True], ['boundingBoxWGS84', True], ['crsOptions', True], ['styles', True], ['timepositions', True]] diff -Nru owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml --- owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,42 @@ + + + 9250AA67-F3AC-6C12-0CB9-0662231AA181 + ALLSPECIES + http://purl.org/dc/dcmitype/Dataset + Locations: Canada > Manitoba + Locations: Canada > Ontario + Locations: Canada Regional > Western Canada + Locations: Canada > Nunavut + Locations: Canada Regional > Territorial North + Locations: Canada > Quebec + Locations: Canada > Nova Scotia + Locations: Canada > Newfoundland and Labrador + Locations: Canada > Northwest Territories + Locations: Canada > British Columbia + Locations: Canada > Yukon + Locations: Canada Regional > Central Canada + Locations: Canada > Prince Edward Island + Locations: Canada > Alberta + Locations: Canada > New Brunswick + Locations: International > North America + Locations: Canada > Saskatchewan + Locations: Canada Regional > Atlantic Canada + Topic Category: Biology and Ecology + Topic Category: Oceans and Coasts + Topic Category: Atmosphere and Climate + Topic Category: Agriculture and Farming + Topic Category: Environment and Conservation + Topic Category: Inland Water Resources + text/xml + 2009-09-03 + 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca + EMAN Office + EMAN Coordinating Office, Environment Canada + 2009-09-03 + http://geodiscover.cgdi.ca/wes/serviceManagerCSW/csw?service=CSW&request=GetRepositoryItem&id=030D6774-856E-17C0-E64E-4141FC8BD367 + eng; CAN + + -90 -180 + 90 180 + + diff -Nru owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml --- owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,121 @@ + + + + ALLSPECIES + + EMAN Coordinating Office, Environment Canada + ALLSPECIES + 2009-09-03 + Map service + + + primary + EMAN + Office + Marlene.Doyle@ec.gc.ca + +01-905-336-4453 + +01-905-336-4499 + +
867 Lakeshore Road
+ Burlington + Ontario + L7R-4A6 + CAN +
+
+ + + + + + farming + climatologyMeteorologyAtmosphere + biota + environment + inlandWaters + oceans + citizen + science + community + monitoring + species + birds + amphibians + plants + fish + mammals + reptiles + insects + aquatic + invertebrates + hunting + water + water quality + marine + freshwater + groundwater + waterprotection + ice + sustainability + air + weather + climate change + land + grasslands + urban + forestlant + arctic + mining + agriculture + Canada > Alberta + Canada > British Columbia + Canada > Manitoba + Canada > New Brunswick + Canada > Newfoundland and Labrador + Canada > Northwest Territories + Canada > Nova Scotia + Canada > Nunavut + Canada > Ontario + Canada > Prince Edward Island + Canada > Quebec + Canada > Saskatchewan + Canada > Yukon + Canada Regional > Atlantic Canada + Canada Regional > Central Canada + Canada Regional > Territorial North + Canada Regional > Western Canada + International > North America + completed + eng; CAN + EMAN Coordinating Office, Environment Canada + + + + + + + + + + + none + + 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca + + + accessLink + + http://www.citizenscience.ca/ + + + + none + + DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C + + CEOS IDN DIF + 9.7 + 2009-09-03 + 2010-09-03 +
+ diff -Nru owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml --- owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,179 @@ + + + + + + EMAN Coordinating Office, Environment Canada + 20090903 + ALLSPECIES + Map service + http://www.citizenscience.ca/ + DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C + + + + 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca + Not Specified + + + Complete + Not Specified + + + + -180 + 180 + 90 + -90 + + + + + NRCan + Agriculture and Farming + Atmosphere and Climate + Biology and Ecology + Environment and Conservation + Inland Water Resources + Oceans and Coasts + + + Other + citizen + science + community + monitoring + species + birds + amphibians + plants + fish + mammals + reptiles + insects + aquatic + invertebrates + hunting + water + water quality + marine + freshwater + groundwater + waterprotection + ice + sustainability + air + weather + climate change + land + grasslands + urban + forestlant + arctic + mining + agriculture + + + NRCan + Canada > Alberta + Canada > British Columbia + Canada > Manitoba + Canada > New Brunswick + Canada > Newfoundland and Labrador + Canada > Northwest Territories + Canada > Nova Scotia + Canada > Nunavut + Canada > Ontario + Canada > Prince Edward Island + Canada > Quebec + Canada > Saskatchewan + Canada > Yukon + Canada Regional > Atlantic Canada + Canada Regional > Central Canada + Canada Regional > Territorial North + Canada Regional > Western Canada + International > North America + + + Not Specified + Not Specified + + + + EMAN Office + Environment Canada + + Database Administrator + + Not Specified +
867 Lakeshore Road
+ Burlington + Ontario + L7R-4A6 + CAN +
+ +01-905-336-4453 + +01-905-336-4499 + Marlene.Doyle@ec.gc.ca +
+
+
+ + Vector + + + + + + Not Specified + + + Not Specified + Not Specified + Not Specified + Not Specified + + Not Specified + + + Not Specified + + + + ASCII + + + + + + Not Specified + + + + + + Not Specified + + + + 20090903 + 20100903 + + + + Not Specified + + + Not Specified + Not Specified + Not Specified + Not Specified + + Not Specified + + + FGDC Content Standard for Digital Geospatial Metadata + FGDC-STD-001-1998 + +
+ diff -Nru owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml --- owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,436 @@ + + + + 3f342f64-9348-11df-ba6a-0014c2c00eab + + + eng; CAN + + + + + EMAN Office + + + Environment Canada + + + Database Administrator + + + + + + + +01-905-336-4453 + + + +01-905-336-4499 + + + + + + + 867 Lakeshore Road + + + Burlington + + + Ontario + + + L7R-4A6 + + + CAN + + + Marlene.Doyle@ec.gc.ca + + + + + + + primary + + + + + 2009-09-03 + + + ISO 19119 Metadata Standard for Geographic Information + + + ISO 19115:2003 + + + + + + + ALLSPECIES + + + + + 2009-09-03T11:11:11Z + + + + + + + + + + + + + + http://www.citizenscience.ca/ + + + Online Resource + + + accessLink + + + + + + + + + + + + + + + + DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C + + + Associated Service Metadata + + + none + + + + + + + + + + Map service + + + + + 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca + + + + + + + + + 2010-09-03 + + + + + + + Agriculture and Farming + + + Atmosphere and Climate + + + Biology and Ecology + + + Environment and Conservation + + + Inland Water Resources + + + Oceans and Coasts + + + theme + + + + + NRCan + + + + + + + + + + citizen + + + science + + + community + + + monitoring + + + species + + + birds + + + amphibians + + + plants + + + fish + + + mammals + + + reptiles + + + insects + + + aquatic + + + invertebrates + + + hunting + + + water + + + water quality + + + marine + + + freshwater + + + groundwater + + + waterprotection + + + ice + + + sustainability + + + air + + + weather + + + climate change + + + land + + + grasslands + + + urban + + + forestlant + + + arctic + + + mining + + + agriculture + + + theme + + + + + Other + + + + + + + + + + Canada > Alberta + + + Canada > British Columbia + + + Canada > Manitoba + + + Canada > New Brunswick + + + Canada > Newfoundland and Labrador + + + Canada > Northwest Territories + + + Canada > Nova Scotia + + + Canada > Nunavut + + + Canada > Ontario + + + Canada > Prince Edward Island + + + Canada > Quebec + + + Canada > Saskatchewan + + + Canada > Yukon + + + Canada Regional > Atlantic Canada + + + Canada Regional > Central Canada + + + Canada Regional > Territorial North + + + Canada Regional > Western Canada + + + International > North America + + + place + + + + + NRCan + + + + + + + + eng; CAN + + + farming + + + climatologyMeteorologyAtmosphere + + + biota + + + environment + + + inlandWaters + + + oceans + + + + + + + + + + + ALLSPECIES + + + + + + + + + + + + + + + + + + + + + ASCII + + + + + + + + + + + + service + + + + + + + diff -Nru owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml --- owslib-0.7.2/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,91 @@ + + + + 00000 mi a2 00000zu 4500 + + L7R-4A6 + CAN + +01-905-336-4453 + +01-905-336-4499 + Marlene.Doyle@ec.gc.ca + + + 272 Categorized Initiatives: Initiatives are referenced to a Category, Sub-Category and Subject Term index, through the cititzen science web site at http://www.citizenscience.ca + + + 2009-09-03 + MARC 21 Format for Bibliographic Data + + + citizen + science + community + monitoring + species + birds + amphibians + plants + fish + mammals + reptiles + insects + aquatic + invertebrates + hunting + water + water quality + marine + freshwater + groundwater + waterprotection + ice + sustainability + air + weather + climate change + land + grasslands + urban + forestlant + arctic + mining + agriculture + Agriculture and Farming + Atmosphere and Climate + Biology and Ecology + Environment and Conservation + Inland Water Resources + Oceans and Coasts + + + Canada > Alberta + Canada > British Columbia + Canada > Manitoba + Canada > New Brunswick + Canada > Newfoundland and Labrador + Canada > Northwest Territories + Canada > Nova Scotia + Canada > Nunavut + Canada > Ontario + Canada > Prince Edward Island + Canada > Quebec + Canada > Saskatchewan + Canada > Yukon + Canada Regional > Atlantic Canada + Canada Regional > Central Canada + Canada Regional > Territorial North + Canada Regional > Western Canada + International > North America + + + ALLSPECIES + + + http://www.citizenscience.ca/ + + + DisplayFullMetadata.jsp?id=FBAED13B-DF3C-9CCC-95A6-27BEB390001C + + + + diff -Nru owslib-0.7.2/tests/resources/cuahsi_example_all_sites.xml owslib-0.8.3/tests/resources/cuahsi_example_all_sites.xml --- owslib-0.7.2/tests/resources/cuahsi_example_all_sites.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/cuahsi_example_all_sites.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,257 @@ + + + + 2009-06-12T10:47:54.53125-07:00 + + ALL Sites(empty request) + + + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + + + Little Bear River at McMurdy Hollow near Paradise, Utah + USU-LBR-Paradise + + + 41.575552 + -111.855217 + + + 428703.917 + 4603005.09 + + + 1445 + NGVD29 + Cache + Utah + Located below bridge at 8700 South (McMurdy Hollow) + 2 + + + + + Utah State University Experimental Farm near Wellsville, Utah + USU-LBR-ExpFarm + + + 41.666993 + -111.890567 + + + 425861.714 + 4613186.929 + + + 1369 + NGVD29 + Cache + Utah + This is a continuous weather station. + 3 + + + + + South Fork Little Bear River below Davenport Creek near Avon, Utah + USU-LBR-SFLower + + + 41.506518 + -111.815079 + + + 431977.822 + 4595308.471 + + + 1564 + NGVD29 + Cache + Utah + Located under a private road bridge just below the confluence with Davenport Creek. + + + + + East Fork Little Bear River at Paradise Canal Diversion near Avon, Utah + USU-LBR-EFLower + + + 41.529212 + -111.799324 + + + 433315.887 + 4597815.707 + + + 1528 + NGVD29 + Cache + Utah + Located on the Paradise Canal diversion structure. + + + + + Little Bear River Upper Weather Station near Avon, Utah + USU-LBR-EFWeather + + + 41.535543 + -111.805946 + + + 432770.027 + 4598523.785 + + + 1538 + NGVD29 + Cache + Utah + This is a continuous weather station. + + + + + South Fork Little Bear River above Davenport Creek near Avon, Utah + USU-LBR-SFUpper + + + 41.495409 + -111.817993 + + + 431977.822 + 4595308.471 + + + 1573 + NGVD29 + Cache + Utah + Located on the downstream side of a private footbridge on the Selman Ranch. + + + + + Radio Repeater near Paradise, Utah + USU-LBR-ParadiseRepeater + + + 41.556736 + -111.854455 + + + 428746.734 + 4600915.466 + + + 1693 + NGVD29 + Cache + Utah + Located on high ridge overlooking the Little Bear River. + + + + + East Fork Little Bear River Radio Repeater near Avon, Utah + USU-LBR-EFRepeater + + + 41.536 + -111.806 + + + 432770.027 + 4598523.785 + + + 1538 + NGVD29 + Cache + Utah + Co-located with the Little Bear River upper weather station in the East Fork. + + + + + Little Bear River near Wellsville, Utah + USU-LBR-Wellsville + + + 41.643457 + -111.917649 + + + 423579.317 + 4610597.583 + + + 1365 + NGVD29 + Cache + Utah + Located on the upstream side of State Highway 101 bridge. + + + + + Little Bear River below Confluence of South and East Forks near Avon, Utah + USU-LBR-Confluence + + + 41.536088 + -111.830455 + + + 430726.09724 + 4598603.64519 + + + Cache + Utah + Located on the downstream side of the county bridge over the Little Bear River. + + + + + Little Bear River at Paradise, Utah + 10105900 + + + 41.5756 + -111.8544 + + + 1445 + Unknown + Cache + Utah + This is a real time USGS streamflow gage. + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/cuahsi_example_get_siteinfo_10.xml owslib-0.8.3/tests/resources/cuahsi_example_get_siteinfo_10.xml --- owslib-0.7.2/tests/resources/cuahsi_example_get_siteinfo_10.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/cuahsi_example_get_siteinfo_10.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +LittleBearRiver:USU-LBR-MendonLittle Bear River at Mendon Road near Mendon, UtahUSU-LBR-Mendon41.718473-111.946402421276.3234618952.04NGVD29CacheUtahLocated below county road bridge at Mendon Road crossingUSU3Battery voltageField ObservationMinimumvolts-9999minuteTimemin30565712005-08-04T11:30:002008-11-07T12:30:00Battery voltage measured by Campbell Scientific CR206 datalogger.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU4TurbidityField ObservationAverageWater QualitySurface Waternephelometric turbidity units-9999secondTimes5565712005-08-04T11:30:002008-11-07T12:30:00Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU5TurbidityField ObservationVarianceWater QualitySurface Waternephelometric turbidity units-9999secondTimes5565712005-08-04T11:30:002008-11-07T12:30:00Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU6TurbidityField ObservationWater QualitySurface Waternephelometric turbidity units-9999secondTimes5565712005-08-04T11:30:002008-11-07T12:30:00Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU7TurbidityField ObservationBest Easy Systematic Estimator Water QualitySurface Waternephelometric turbidity units-9999secondTimes5565712005-08-04T11:30:002008-11-07T12:30:00Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU8TurbidityField ObservationMinimumWater QualitySurface Waternephelometric turbidity units-9999secondTimes5565712005-08-04T11:30:002008-11-07T12:30:00Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU9TurbidityField ObservationMaximumWater QualitySurface Waternephelometric turbidity units-9999secondTimes5565712005-08-04T11:30:002008-11-07T12:30:00Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU10TemperatureField ObservationContinuousWater QualitySurface Waterdegree celcius-9999secondTimes0565702005-08-04T11:30:002008-11-07T12:30:00Water temperature measured using a Forest Technology Systems DTS-12 turbidity sensor.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU11Gage heightField ObservationMinimumHydrologySurface Waterinternational foot-9999minuteTimemin30355262005-08-04T11:30:002007-08-16T13:30:00Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure TransducerUtah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU12Gage heightField ObservationMaximumHydrologySurface Waterinternational foot-9999minuteTimemin30355262005-08-04T11:30:002007-08-16T13:30:00Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure TransducerUtah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU13Gage heightField ObservationAverageHydrologySurface Waterinternational foot-9999minuteTimemin30565712005-08-04T11:30:002008-11-07T12:30:00Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure TransducerUtah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU32Oxygen, dissolvedField ObservationAverageWater QualitySurface Watermilligrams per liter-9999minuteTimemin30210452007-08-16T16:30:002008-11-07T12:30:00Dissolved oxygen measured using a Hydrolab MS5 Water Quality Multiprobe.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU33Oxygen, dissolved percent of saturationField ObservationAverageWater QualitySurface Waterpercent-9999minuteTimemin30210452007-08-16T16:30:002008-11-07T12:30:00Dissolved oxygen measured using a Hydrolab MS5 Water Quality Multiprobe.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU34Specific conductance, unfilteredField ObservationAverageWater QualitySurface Watermicrosiemens per centimeter-9999minuteTimemin30210452007-08-16T16:30:002008-11-07T12:30:00Specific conductance measured using a Hydrolab MS5 Water Quality Multiprobe.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU35pH, unfilteredField ObservationAverageWater QualitySurface Waterdimensionless-9999minuteTimemin30210452007-08-16T16:30:002008-11-07T12:30:00pH measured using a Hydrolab MS5 Water Quality Multiprobe.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU36TemperatureField ObservationAverageWater QualitySurface Waterdegree celcius-9999minuteTimemin30210452007-08-16T16:30:002008-11-07T12:30:00Water temperature measured using a Hydrolab MS5 Water Quality Multiprobe.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU37TurbidityField ObservationAverageWater QualitySurface Waternephelometric turbidity units-9999minuteTimemin30210452007-08-16T16:30:002008-11-07T12:30:00Turbidity measured using a Hydroloab MS5 Water Quality Multiprobe.Utah State University Utah Water Research LaboratoryContinuous water quality monitoring by Utah State University as part of the USDA CEAP GrantUSU39Phosphorus, total as PSampleWater QualitySurface Watermilligrams per liter-9999292007-10-04T12:00:002008-04-14T12:30:00Water chemistry grab sample collected by technicians in the field.Utah State University Utah Water Research LaboratoryWater chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project.USU39Phosphorus, total as PSampleWater QualitySurface Watermilligrams per liter-99991412005-04-27T20:00:002007-06-07T14:20:00Water chemistry grab sample collected by technicians in the field.Utah State University Department of Watershed SciencesWater chemistry monitoring data collected by Utah State Univeristy as part of the USDA CEAP Grant.USU40Phosphorus, total as P, filteredSampleWater QualitySurface Watermilligrams per liter-9999272007-10-04T12:00:002008-04-14T12:30:00Water chemistry grab sample collected by technicians in the field.Utah State University Utah Water Research LaboratoryWater chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project.USU40Phosphorus, total as P, filteredSampleWater QualitySurface Watermilligrams per liter-99991462005-10-27T21:30:002007-06-07T14:20:00Water chemistry grab sample collected by technicians in the field.Utah State University Department of Watershed SciencesWater chemistry monitoring data collected by Utah State Univeristy as part of the USDA CEAP Grant.USU41Solids, total SuspendedSampleWater QualitySurface Watermilligrams per liter-99991462005-04-27T20:00:002007-06-07T14:20:00Water chemistry grab sample collected by technicians in the field.Utah State University Department of Watershed SciencesWater chemistry monitoring data collected by Utah State Univeristy as part of the USDA CEAP Grant.USU41Solids, total SuspendedSampleWater QualitySurface Watermilligrams per liter-9999292007-10-04T12:00:002008-05-07T11:00:00Water chemistry grab sample collected by technicians in the field.Utah State University Utah Water Research LaboratoryWater chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. diff -Nru owslib-0.7.2/tests/resources/cuahsi_example_get_values_10.xml owslib-0.8.3/tests/resources/cuahsi_example_get_values_10.xml --- owslib-0.7.2/tests/resources/cuahsi_example_get_values_10.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/cuahsi_example_get_values_10.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,2 @@ +2009-01-08T15:52:37.8495ZLittleBearRiver:USU-LBR-ParadiseLBR:USU392008-04-14T13:00:002008-04-15T12:00:00OD Web ServiceLittle Bear River at McMurdy Hollow near Paradise, UtahUSU-LBR-Paradise41.575552-111.855217428703.9174603005.09NGVD29CacheUtahLocated below bridge at 8700 South (McMurdy Hollow)USU39Phosphorus, total as PSampleWater QualitySurface Watermilligrams per liter-99990.11920.1140.14240.18140.38410.91240.06550.43420.95430.73080.70040.60970.55440.61820.54760.57280.3690.36640.47670.31440.45170.38380.47020.3890.49490.27780.35760.36180.2803Water chemistry sample collected by an automated ISCO pump sampler.Utah State University Utah Water Research LaboratoryWater chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project.Amber Spackmanmain1-435-797-0045amber.s@aggiemail.usu.edu
8200 Old Main Hill +,Logan, Utah 84322-8200
http://water.usu.edu/littlebearriver
diff -Nru owslib-0.7.2/tests/resources/cuahsi_example_get_values.xml owslib-0.8.3/tests/resources/cuahsi_example_get_values.xml --- owslib-0.7.2/tests/resources/cuahsi_example_get_values.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/cuahsi_example_get_values.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,1545 @@ + + + + 2009-06-12T10:48:06.75-07:00 + + + + + + + + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU3 + Battery voltage + Field Observation + Minimum + Instrumentation + Other + + volts + Potential Difference + V + 168 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + 12.91645 + 12.91477 + 12.90721 + 12.90301 + 12.89882 + 12.88874 + 12.88958 + 12.88706 + 12.88706 + 12.87783 + 12.87615 + 12.87531 + 12.86188 + 12.86608 + 12.86608 + 12.87195 + 12.86944 + 12.88455 + 13.12379 + 13.21193 + 13.41339 + 13.38653 + 13.36806 + 13.34372 + 13.30427 + 13.27321 + 13.23963 + 13.21025 + 13.21025 + 13.18758 + 13.18171 + 13.17247 + 13.16996 + 13.16156 + 13.16996 + 13.17499 + 13.18842 + 13.22032 + 13.0751 + 13.04908 + 13.02557 + 13.02222 + 13.00543 + 13.00291 + 12.98864 + 12.9836 + 12.97772 + 12.97437 + 12.95674 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 4 + Battery voltage measured by Campbell Scientific CR206 datalogger. + http://www.campbellsci.com + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU4 + Turbidity + Field Observation + Average + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + 34.53 + 37.12 + 35.97 + 35.78 + 35.68 + 36.08 + 37.8 + 37.93 + 38.88 + 37.34 + 35.15 + 35.96 + 35.62 + 34.72 + 34.7 + 33.54 + 34.98 + 31.65 + 32.49 + 32.78 + 30.58 + 32.8 + 31.83 + 30.71 + 30.82 + 29.72 + 27.05 + 25.5 + 24.69 + 26.03 + 25.55 + 25.96 + 24.72 + 23.36 + 24.21 + 25.61 + 24.73 + 25.73 + 24.76 + 24.96 + 25.69 + 27.34 + 27.14 + 27.7 + 28.88 + 30.44 + 32.14 + 34.02 + 33.61 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 2 + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + http://www.ftsinc.com/ + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU5 + Turbidity + Field Observation + Variance + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + 6.0405 + 5.398 + 9.0528 + 4.888 + 5.1165 + 7.9192 + 4.6572 + 9.6659 + 7.1312 + 4.4511 + 3.9581 + 6.7214 + 4.4404 + 5.4162 + 6.4932 + 5.9052 + 6.7214 + 3.351 + 9.0758 + 8.4619 + 11.0218 + 4.5278 + 4.3033 + 3.8428 + 6.7256 + 8.6434 + 3.8524 + 4.1464 + 2.7836 + 2.8127 + 2.1212 + 7.8035 + 2.5656 + 3.262 + 4.0393 + 2.2839 + 5.4296 + 4.6523 + 3.7411 + 2.6256 + 3.0614 + 4.8019 + 5.7754 + 5.147 + 1.4359 + 2.9152 + 4.8018 + 4.1266 + 2.3718 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 2 + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + http://www.ftsinc.com/ + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU6 + Turbidity + Field Observation + Median + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + 34.18 + 36.77 + 35.9 + 35.65 + 35.48 + 35.67 + 37.47 + 38.16 + 38.28 + 37.52 + 35.14 + 35.39 + 35.56 + 34.48 + 34.44 + 33.23 + 34.63 + 31.7 + 31.65 + 32.68 + 29.51 + 32.94 + 31.61 + 30.24 + 30.28 + 29.46 + 26.85 + 25.12 + 24.64 + 26.06 + 25.18 + 25.63 + 24.38 + 23.19 + 23.66 + 25.57 + 24.19 + 25.57 + 24.26 + 24.94 + 25.48 + 26.93 + 26.58 + 27.52 + 28.87 + 30.41 + 31.87 + 33.76 + 33.45 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 2 + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + http://www.ftsinc.com/ + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU7 + Turbidity + Field Observation + Best Easy Systematic Estimator + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + 34.33 + 36.97 + 35.93 + 35.78 + 35.53 + 35.79 + 37.54 + 38.18 + 38.62 + 37.45 + 35.15 + 35.57 + 35.64 + 34.61 + 34.49 + 33.39 + 34.72 + 31.6 + 32.07 + 32.61 + 29.8 + 32.83 + 31.69 + 30.27 + 30.37 + 29.65 + 26.83 + 25.41 + 24.62 + 26.06 + 25.31 + 25.69 + 24.53 + 23.17 + 23.85 + 25.54 + 24.39 + 25.61 + 24.49 + 24.89 + 25.54 + 27.04 + 26.68 + 27.59 + 28.85 + 30.45 + 31.94 + 33.82 + 33.49 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 2 + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + http://www.ftsinc.com/ + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU8 + Turbidity + Field Observation + Minimum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + 30.01 + 31.54 + 29.49 + 31.15 + 29.77 + 30.27 + 34.46 + 30.24 + 34.54 + 32.4 + 30.42 + 30.48 + 31.05 + 28.76 + 29.82 + 28.68 + 29.62 + 28 + 27.63 + 27.71 + 26.36 + 27.48 + 27.84 + 27.95 + 27.09 + 24.04 + 23.36 + 21.61 + 21.17 + 21.92 + 23.05 + 21.04 + 22.16 + 20.2 + 20.2 + 22.24 + 21.43 + 21.64 + 21.82 + 21.3 + 21.92 + 24.09 + 23.07 + 24.32 + 25.73 + 26.8 + 27.79 + 29.9 + 30.84 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 2 + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + http://www.ftsinc.com/ + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU9 + Turbidity + Field Observation + Maximum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + 39.86 + 42.07 + 43.63 + 42.67 + 42.49 + 43.37 + 46.16 + 43.94 + 47.51 + 43.32 + 40.48 + 43.76 + 40.97 + 41.7 + 43.63 + 41.94 + 43.97 + 36.91 + 41.73 + 39.7 + 44.7 + 38.45 + 37.17 + 36.94 + 40.53 + 37.04 + 31.94 + 32.01 + 30.97 + 31.7 + 29.93 + 38.55 + 30.63 + 31.18 + 30.74 + 31.02 + 35.14 + 32.3 + 30.66 + 29.41 + 31.28 + 36.68 + 33.99 + 34.23 + 32.46 + 34.1 + 38.94 + 38.92 + 38.21 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 2 + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + http://www.ftsinc.com/ + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU10 + Temperature + Field Observation + Continuous + Water Quality + Surface Water + + degree celcius + Temperature + degC + 96 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + + 19.5 + 19.4 + 19.2 + 19.1 + 18.9 + 18.7 + 18.6 + 18.4 + 18.2 + 18.1 + 17.9 + 17.7 + 17.5 + 17.4 + 17.3 + 17.2 + 17.2 + 17.3 + 17.4 + 17.6 + 17.9 + 18.2 + 18.5 + 18.8 + 19.2 + 19.5 + 19.8 + 20.1 + 20.4 + 20.6 + 20.8 + 21 + 21.1 + 21.2 + 21.2 + 21.2 + 21.1 + 21 + 20.8 + 20.6 + 20.4 + 20.2 + 20.1 + 20 + 19.9 + 19.8 + 19.7 + 19.6 + 19.5 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 1 + Water temperature measured using a Forest Technology Systems DTS-12 turbidity sensor. + http://www.ftsinc.com/ + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU11 + Gage height + Field Observation + Minimum + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + 1.721643 + 1.722798 + 1.721643 + 1.718178 + 1.718178 + 1.717254 + 1.713789 + 1.711248 + 1.71171 + 1.706859 + 1.706859 + 1.705011 + 1.701777 + 1.703394 + 1.701084 + 1.701315 + 1.704549 + 1.706166 + 1.714482 + 1.717716 + 1.726032 + 1.735041 + 1.744743 + 1.753752 + 1.764609 + 1.77408 + 1.781241 + 1.786092 + 1.791867 + 1.794408 + 1.796025 + 1.8018 + 1.805034 + 1.803417 + 1.811502 + 1.812657 + 1.813812 + 1.816122 + 1.815891 + 1.817046 + 1.820511 + 1.817739 + 1.818894 + 1.816122 + 1.819818 + 1.817277 + 1.817046 + 1.81335 + 1.813812 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 3 + Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure Transducer + http://www.campbellsci.com/cs445-l + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU12 + Gage height + Field Observation + Maximum + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + 1.726494 + 1.727187 + 1.726032 + 1.724415 + 1.720488 + 1.718871 + 1.718409 + 1.714944 + 1.716561 + 1.711017 + 1.710555 + 1.707783 + 1.706166 + 1.706166 + 1.705011 + 1.707321 + 1.710093 + 1.711248 + 1.717254 + 1.723722 + 1.730421 + 1.739199 + 1.750287 + 1.757679 + 1.770615 + 1.778007 + 1.78563 + 1.789095 + 1.796256 + 1.800645 + 1.803417 + 1.805496 + 1.80873 + 1.810578 + 1.813119 + 1.817277 + 1.815891 + 1.822128 + 1.820973 + 1.820511 + 1.823052 + 1.824207 + 1.823745 + 1.822128 + 1.823283 + 1.823052 + 1.822128 + 1.818663 + 1.817739 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 3 + Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure Transducer + http://www.campbellsci.com/cs445-l + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + USU13 + Gage height + Field Observation + Average + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + 1.724415 + 1.724946 + 1.723399 + 1.720996 + 1.719656 + 1.718132 + 1.716214 + 1.71305 + 1.713142 + 1.708314 + 1.708545 + 1.706281 + 1.704018 + 1.704226 + 1.702585 + 1.704133 + 1.707044 + 1.708407 + 1.715429 + 1.72028 + 1.728504 + 1.737813 + 1.746614 + 1.755808 + 1.76782 + 1.77572 + 1.783366 + 1.787224 + 1.7942 + 1.796649 + 1.800414 + 1.803255 + 1.807182 + 1.806674 + 1.812241 + 1.814782 + 1.814782 + 1.81834 + 1.818109 + 1.819079 + 1.821735 + 1.820188 + 1.820927 + 1.819056 + 1.821758 + 1.819818 + 1.819379 + 1.816191 + 1.81566 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 3 + Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure Transducer + http://www.campbellsci.com/cs445-l + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+ + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + SDSC45 + Battery Voltage + Field Observation + Categorical + Unknown + Other + + dimensionless + Dimensionless + - + 137 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + 1 + Test 1 + + + 0 + test 0 + + + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 13.30427 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + 0 + Raw data + Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real time precipitation, streamflow and water quality measurements. + + + 4 + Battery voltage measured by Campbell Scientific CR206 datalogger. + http://www.campbellsci.com + + + 1 + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + + Jeff Horsburgh + main + jeff.horsburgh@usu.edu + 1-435-797-2946 +
8200 Old Main Hill +,Logan, UT 84322-8200
+
+ http://www.bearriverinfo.org + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + nc + not censored + +
+
+
\ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/cuahsi_example_get_variables.xml owslib-0.8.3/tests/resources/cuahsi_example_get_variables.xml --- owslib-0.7.2/tests/resources/cuahsi_example_get_variables.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/cuahsi_example_get_variables.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,1072 @@ + + + + 2009-06-12T10:47:52.078125-07:00 + + + + OD Web Service + + + + USU3 + Battery voltage + Field Observation + Minimum + Instrumentation + Other + + volts + Potential Difference + V + 168 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU4 + Turbidity + Field Observation + Average + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + USU5 + Turbidity + Field Observation + Variance + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + USU6 + Turbidity + Field Observation + Median + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + USU7 + Turbidity + Field Observation + Best Easy Systematic Estimator + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + USU8 + Turbidity + Field Observation + Minimum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + USU9 + Turbidity + Field Observation + Maximum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + + USU10 + Temperature + Field Observation + Continuous + Water Quality + Surface Water + + degree celcius + Temperature + degC + 96 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + + USU11 + Gage height + Field Observation + Minimum + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU12 + Gage height + Field Observation + Maximum + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU13 + Gage height + Field Observation + Average + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU14 + Temperature + Field Observation + Average + Climate + Air + + degree celcius + Temperature + degC + 96 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU15 + Relative humidity + Field Observation + Average + Climate + Air + + percent + Dimensionless + % + 1 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU16 + Precipitation + Field Observation + Incremental + Climate + Precipitation + + millimeter + Length + mm + 54 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU17 + Battery voltage + Field Observation + Minimum + Instrumentation + Other + + volts + Potential Difference + V + 168 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU18 + Wind speed + Field Observation + Average + Climate + Air + + meters per second + Velocity + m/s + 119 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU19 + Wind direction + Field Observation + Average + Climate + Air + + degree + Angle + deg + 2 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU20 + Wind direction + Field Observation + StandardDeviation + Climate + Air + + degree + Angle + deg + 2 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU21 + Barometric pressure + Field Observation + Continuous + Climate + Air + + millimeter of mercury + Pressure/Stress + mm Hg + 86 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + + USU22 + Radiation, incoming shortwave + Field Observation + Average + Climate + Other + + watts per square meter + Energy Flux + W/m2 + 33 + + -9999 + + + hour + Time + hr + 103 + + 1 + + Not Applicable + + + USU23 + Battery voltage + Field Observation + Minimum + Instrumentation + Other + + volts + Potential Difference + V + 168 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU24 + Wind speed + Field Observation + Average + Climate + Air + + meters per second + Velocity + m/s + 119 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU25 + Temperature + Field Observation + Minimum + Climate + Air + + degree celcius + Temperature + degC + 96 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU26 + Temperature + Field Observation + Maximum + Climate + Air + + degree celcius + Temperature + degC + 96 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU27 + Temperature + Field Observation + Average + Climate + Air + + degree celcius + Temperature + degC + 96 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU28 + Relative humidity + Field Observation + Average + Climate + Air + + percent + Dimensionless + % + 1 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU29 + Barometric pressure + Field Observation + Average + Climate + Air + + millimeter of mercury + Pressure/Stress + mm Hg + 86 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU30 + Precipitation + Field Observation + Incremental + Climate + Precipitation + + millimeter + Length + mm + 54 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU31 + Radiation, incoming shortwave + Field Observation + Incremental + Climate + Other + + megajoules per square meter + Energy per Area + MJ/m2 + 144 + + -9999 + + + day + Time + d + 104 + + 1 + + Not Applicable + + + USU32 + Oxygen, dissolved + Field Observation + Average + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU33 + Oxygen, dissolved percent of saturation + Field Observation + Average + Water Quality + Surface Water + + percent + Dimensionless + % + 1 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU34 + Specific conductance, unfiltered + Field Observation + Average + Water Quality + Surface Water + + microsiemens per centimeter + Electrical Conductivity + uS/cm + 192 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU35 + pH, unfiltered + Field Observation + Average + Water Quality + Surface Water + + dimensionless + Dimensionless + - + 137 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU36 + Temperature + Field Observation + Average + Water Quality + Surface Water + + degree celcius + Temperature + degC + 96 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU37 + Turbidity + Field Observation + Average + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU38 + Temperature + Field Observation + Average + Instrumentation + Other + + degree celcius + Temperature + degC + 96 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + USU39 + Phosphorus, total as P + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + + USU40 + Phosphorus, total as P, filtered + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + + USU41 + Solids, total Suspended + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + + USU42 + Gage height + Field Observation + Average + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 15 + + Not Applicable + + + USU43 + Discharge + Field Observation + Average + Hydrology + Surface Water + + cubic feet per second + Flow + cfs + 35 + + -9999 + + + minute + Time + min + 102 + + 15 + + Not Applicable + + + SDSC45 + Battery Voltage + Field Observation + Categorical + Unknown + Other + + dimensionless + Dimensionless + - + 137 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + + 1 + Test 1 + + + 0 + test 0 + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/cuahsi_example_siteinfo_multiple.xml owslib-0.8.3/tests/resources/cuahsi_example_siteinfo_multiple.xml --- owslib-0.7.2/tests/resources/cuahsi_example_siteinfo_multiple.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/cuahsi_example_siteinfo_multiple.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,1897 @@ + + + + 2009-06-12T10:47:58.84375-07:00 + + + + + + + + Little Bear River at Mendon Road near Mendon, Utah + USU-LBR-Mendon + + + 41.718473 + -111.946402 + + + 421276.323 + 4618952.04 + + + 1345 + NGVD29 + Cache + Utah + Located below county road bridge at Mendon Road crossing + 1 + + + + + USU3 + Battery voltage + Field Observation + Minimum + Instrumentation + Other + + volts + Potential Difference + V + 168 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Battery voltage measured by Campbell Scientific CR206 datalogger. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU4 + Turbidity + Field Observation + Average + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU5 + Turbidity + Field Observation + Variance + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU6 + Turbidity + Field Observation + Median + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU7 + Turbidity + Field Observation + Best Easy Systematic Estimator + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU8 + Turbidity + Field Observation + Minimum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU9 + Turbidity + Field Observation + Maximum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU10 + Temperature + Field Observation + Continuous + Water Quality + Surface Water + + degree celcius + Temperature + degC + 96 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + 45898 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Water temperature measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU11 + Gage height + Field Observation + Minimum + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 35526 + + 2005-08-04T11:30:00 + 2007-08-16T13:30:00 + 2005-08-04T18:30:00 + 2007-08-16T20:30:00 + + + Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure Transducer + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU12 + Gage height + Field Observation + Maximum + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 35526 + + 2005-08-04T11:30:00 + 2007-08-16T13:30:00 + 2005-08-04T18:30:00 + 2007-08-16T20:30:00 + + + Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure Transducer + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU13 + Gage height + Field Observation + Average + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 45899 + + 2005-08-04T11:30:00 + 2008-03-27T12:30:00 + 2005-08-04T18:30:00 + 2008-03-27T19:30:00 + + + Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure Transducer + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU32 + Oxygen, dissolved + Field Observation + Average + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 10373 + + 2007-08-16T16:30:00 + 2008-03-27T12:30:00 + 2007-08-16T23:30:00 + 2008-03-27T19:30:00 + + + Dissolved oxygen measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU33 + Oxygen, dissolved percent of saturation + Field Observation + Average + Water Quality + Surface Water + + percent + Dimensionless + % + 1 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 10373 + + 2007-08-16T16:30:00 + 2008-03-27T12:30:00 + 2007-08-16T23:30:00 + 2008-03-27T19:30:00 + + + Dissolved oxygen measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU34 + Specific conductance, unfiltered + Field Observation + Average + Water Quality + Surface Water + + microsiemens per centimeter + Electrical Conductivity + uS/cm + 192 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 10373 + + 2007-08-16T16:30:00 + 2008-03-27T12:30:00 + 2007-08-16T23:30:00 + 2008-03-27T19:30:00 + + + Specific conductance measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU35 + pH, unfiltered + Field Observation + Average + Water Quality + Surface Water + + dimensionless + Dimensionless + - + 137 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 10373 + + 2007-08-16T16:30:00 + 2008-03-27T12:30:00 + 2007-08-16T23:30:00 + 2008-03-27T19:30:00 + + + pH measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU36 + Temperature + Field Observation + Average + Water Quality + Surface Water + + degree celcius + Temperature + degC + 96 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 10373 + + 2007-08-16T16:30:00 + 2008-03-27T12:30:00 + 2007-08-16T23:30:00 + 2008-03-27T19:30:00 + + + Water temperature measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU37 + Turbidity + Field Observation + Average + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 10373 + + 2007-08-16T16:30:00 + 2008-03-27T12:30:00 + 2007-08-16T23:30:00 + 2008-03-27T19:30:00 + + + Turbidity measured using a Hydroloab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous water quality monitoring by Utah State University as part of the USDA CEAP Grant + Continuous water quality monitoring by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 0 + Raw data + + + + + USU39 + Phosphorus, total as P + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + 20 + + 2007-10-04T12:00:00 + 2008-02-12T15:15:00 + 2007-10-04T19:00:00 + 2008-02-12T22:15:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Utah Water Research Laboratory + Water chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 1 + Quality controlled data + + + + + USU39 + Phosphorus, total as P + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + 141 + + 2005-04-27T20:00:00 + 2007-06-07T14:20:00 + 2005-04-28T03:00:00 + 2007-06-07T21:20:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Department of Watershed Sciences + Water chemistry monitoring data collected by Utah State Univeristy as part of the USDA CEAP Grant. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 1 + Quality controlled data + + + + + USU40 + Phosphorus, total as P, filtered + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + 18 + + 2007-10-04T12:00:00 + 2008-02-12T15:15:00 + 2007-10-04T19:00:00 + 2008-02-12T22:15:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Utah Water Research Laboratory + Water chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 1 + Quality controlled data + + + + + USU40 + Phosphorus, total as P, filtered + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + 146 + + 2005-10-27T21:30:00 + 2007-06-07T14:20:00 + 2005-10-28T04:30:00 + 2007-06-07T21:20:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Department of Watershed Sciences + Water chemistry monitoring data collected by Utah State Univeristy as part of the USDA CEAP Grant. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 1 + Quality controlled data + + + + + USU41 + Solids, total Suspended + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + 14 + + 2007-10-04T12:00:00 + 2008-02-12T15:15:00 + 2007-10-04T19:00:00 + 2008-02-12T22:15:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Utah Water Research Laboratory + Water chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 1 + Quality controlled data + + + + + USU41 + Solids, total Suspended + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + 146 + + 2005-04-27T20:00:00 + 2007-06-07T14:20:00 + 2005-04-28T03:00:00 + 2007-06-07T21:20:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Department of Watershed Sciences + Water chemistry monitoring data collected by Utah State Univeristy as part of the USDA CEAP Grant. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, Nancy Mesner and others from Utah State University as part of the USDA Conservation Effects Assessment Grant + + + 1 + Quality controlled data + + + + + + + Little Bear River near Wellsville, Utah + USU-LBR-Wellsville + + + 41.643457 + -111.917649 + + + 423579.317 + 4610597.583 + + + 1365 + NGVD29 + Cache + Utah + Located on the upstream side of State Highway 101 bridge. + + + + + USU3 + Battery voltage + Field Observation + Minimum + Instrumentation + Other + + volts + Potential Difference + V + 168 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Battery voltage measured by Campbell Scientific CR206 datalogger. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU4 + Turbidity + Field Observation + Average + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU5 + Turbidity + Field Observation + Variance + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU6 + Turbidity + Field Observation + Median + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Turbidity measured using a Hydroloab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU7 + Turbidity + Field Observation + Best Easy Systematic Estimator + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU8 + Turbidity + Field Observation + Minimum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU9 + Turbidity + Field Observation + Maximum + Water Quality + Surface Water + + nephelometric turbidity units + Turbidity + NTU + 221 + + -9999 + + + second + Time + s + 100 + + 5 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Turbidity measured using a Forest Technology Systems DTS-12 turbidity sensor. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU10 + Temperature + Field Observation + Continuous + Water Quality + Surface Water + + degree celcius + Temperature + degC + 96 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Water temperature measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU13 + Gage height + Field Observation + Average + Hydrology + Surface Water + + international foot + Length + ft + 48 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Water level measured using a ACData Solutions, Inc. SPXD-600 SDI-12 Pressure Transducer + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU32 + Oxygen, dissolved + Field Observation + Average + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Dissolved oxygen measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU33 + Oxygen, dissolved percent of saturation + Field Observation + Average + Water Quality + Surface Water + + percent + Dimensionless + % + 1 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Dissolved oxygen measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU34 + Specific conductance, unfiltered + Field Observation + Average + Water Quality + Surface Water + + microsiemens per centimeter + Electrical Conductivity + uS/cm + 192 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Specific conductance measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU35 + pH, unfiltered + Field Observation + Average + Water Quality + Surface Water + + dimensionless + Dimensionless + - + 137 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + pH measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU36 + Temperature + Field Observation + Average + Water Quality + Surface Water + + degree celcius + Temperature + degC + 96 + + -9999 + + + minute + Time + min + 102 + + 30 + + Not Applicable + + 7309 + + 2007-11-05T14:30:00 + 2008-04-05T20:30:00 + 2007-11-05T21:30:00 + 2008-04-06T03:30:00 + + + Water temperature measured using a Hydrolab MS5 Water Quality Multiprobe. + + + Utah State University Utah Water Research Laboratory + Continuous monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Continuous monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 0 + Raw data + + + + + USU39 + Phosphorus, total as P + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + 12 + + 2007-11-07T13:00:00 + 2008-02-12T14:40:00 + 2007-11-07T20:00:00 + 2008-02-12T21:40:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Utah Water Research Laboratory + Water chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 1 + Quality controlled data + + + + + USU40 + Phosphorus, total as P, filtered + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + P + + 11 + + 2007-11-07T13:00:00 + 2008-02-12T14:40:00 + 2007-11-07T20:00:00 + 2008-02-12T21:40:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Utah Water Research Laboratory + Water chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 1 + Quality controlled data + + + + + USU41 + Solids, total Suspended + Sample + Sporadic + Water Quality + Surface Water + + milligrams per liter + Concentration + mg/L + 199 + + -9999 + + + second + Time + s + 100 + + 0 + + Not Applicable + + 9 + + 2007-11-07T13:00:00 + 2008-02-12T14:40:00 + 2007-11-07T20:00:00 + 2008-02-12T21:40:00 + + + Water chemistry grab sample collected by technicians in the field. + + + Utah State University Utah Water Research Laboratory + Water chemistry monitoring data collected by Utah State University as part of a National Science Foundation funded test bed project. + Water chemistry monitoring data collected by Jeff Horsburgh, David Stevens, David Tarboton, Nancy Mesner, Amber Spackman, and Sandra Gurrero at Utah State University as part of a National Science Foundation funded WATERS Network Test Bed project. + + + 1 + Quality controlled data + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/eosdis-wmts-cap.xml owslib-0.8.3/tests/resources/eosdis-wmts-cap.xml --- owslib-0.7.2/tests/resources/eosdis-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/eosdis-wmts-cap.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,1334 @@ + + + + NASA Global Image Browse Services for EOSDIS + + Near real time imagery from multiple NASA instruments + + + World + Global + + OGC WMTS + 1.0.0 + none + none + + + National Aeronautics and Space Administration + + + Jeff Schmaltz + Principal Support Scientist + + + Goddard Space Flight Center + Greenbelt + Maryland + + 20771 + United States of America + support@earthdata.nasa.gov + + + + + + + + + + + + + KVP + + + + + + + + + + + + + KVP + + + + + + + + + + AIRS_CO_Total_Column_Day + + -180 -90 + 180 90 + + AIRS_CO_Total_Column_Day + + image/png + + EPSG4326_2km + + + + AIRS_CO_Total_Column_Night + + -180 -90 + 180 90 + + AIRS_CO_Total_Column_Night + + image/png + + EPSG4326_2km + + + + AIRS_Dust_Score + + -180 -90 + 180 90 + + AIRS_Dust_Score + + image/png + + EPSG4326_2km + + + + AIRS_Prata_SO2_Index_Day + + -180 -90 + 180 90 + + AIRS_Prata_SO2_Index_Day + + image/png + + EPSG4326_2km + + + + AIRS_Prata_SO2_Index_Night + + -180 -90 + 180 90 + + AIRS_Prata_SO2_Index_Night + + image/png + + EPSG4326_2km + + + + AIRS_Precipitation_Day + + -180 -90 + 180 90 + + AIRS_Precipitation_Day + + image/png + + EPSG4326_2km + + + + AIRS_Precipitation_Night + + -180 -90 + 180 90 + + AIRS_Precipitation_Night + + image/png + + EPSG4326_2km + + + + MODIS_Land_Water_Mask + + -180 -90 + 180 90 + + MODIS_Land_Water_Mask + + image/png + + EPSG4326_250m + + + + MODIS_Terra_Snow_Cover + + -180 -90 + 180 90 + + MODIS_Terra_Snow_Cover + + image/png + + EPSG4326_500m + + + + MODIS_Terra_Land_Surface_Temp_Day + + -180 -90 + 180 90 + + MODIS_Terra_Land_Surface_Temp_Day + + image/png + + EPSG4326_1km + + + + MODIS_Terra_Land_Surface_Temp_Night + + -180 -90 + 180 90 + + MODIS_Terra_Land_Surface_Temp_Night + + image/png + + EPSG4326_1km + + + + MODIS_Terra_Sea_Ice + + -180 -90 + 180 90 + + MODIS_Terra_Sea_Ice + + image/png + + EPSG4326_1km + + + + MODIS_Terra_Brightness_Temp_Band31_Day + + -180 -90 + 180 90 + + MODIS_Terra_Brightness_Temp_Band31_Day + + image/png + + EPSG4326_1km + + + + MODIS_Terra_Brightness_Temp_Band31_Night + + -180 -90 + 180 90 + + MODIS_Terra_Brightness_Temp_Band31_Night + + image/png + + EPSG4326_1km + + + + MODIS_Terra_Aerosol + + -180 -90 + 180 90 + + MODIS_Terra_Aerosol + + image/png + + EPSG4326_2km + + + + MODIS_Terra_Water_Vapor_5km_Day + + -180 -90 + 180 90 + + MODIS_Terra_Water_Vapor_5km_Day + + image/png + + EPSG4326_2km + + + + MODIS_Terra_Water_Vapor_5km_Night + + -180 -90 + 180 90 + + MODIS_Terra_Water_Vapor_5km_Night + + image/png + + EPSG4326_2km + + + + MODIS_Terra_Cloud_Top_Pressure_Day + + -180 -90 + 180 90 + + MODIS_Terra_Cloud_Top_Pressure_Day + + image/png + + EPSG4326_2km + + + + MODIS_Terra_Cloud_Top_Pressure_Night + + -180 -90 + 180 90 + + MODIS_Terra_Cloud_Top_Pressure_Night + + image/png + + EPSG4326_2km + + + + MODIS_Terra_Cloud_Top_Temp_Day + + -180 -90 + 180 90 + + MODIS_Terra_Cloud_Top_Temp_Day + + image/png + + EPSG4326_2km + + + + MODIS_Terra_Cloud_Top_Temp_Night + + -180 -90 + 180 90 + + MODIS_Terra_Cloud_Top_Temp_Night + + image/png + + EPSG4326_2km + + + + MODIS_Terra_SurfaceReflectance_Bands121 + + -180 -90 + 180 90 + + MODIS_Terra_SurfaceReflectance_Bands121 + + image/jpeg + + EPSG4326_250m + + + + MODIS_Terra_SurfaceReflectance_Bands143 + + -180 -90 + 180 90 + + MODIS_Terra_SurfaceReflectance_Bands143 + + image/jpeg + + EPSG4326_500m + + + + MODIS_Terra_SurfaceReflectance_Bands721 + + -180 -90 + 180 90 + + MODIS_Terra_SurfaceReflectance_Bands721 + + image/jpeg + + EPSG4326_500m + + + + MODIS_Terra_CorrectedReflectance_TrueColor + + -180 -90 + 180 90 + + MODIS_Terra_CorrectedReflectance_TrueColor + + image/jpeg + + EPSG4326_250m + + + + MODIS_Terra_CorrectedReflectance_Bands367 + + -180 -90 + 180 90 + + MODIS_Terra_CorrectedReflectance_Bands367 + + image/jpeg + + EPSG4326_250m + + + + MODIS_Terra_CorrectedReflectance_Bands721 + + -180 -90 + 180 90 + + MODIS_Terra_CorrectedReflectance_Bands721 + + image/jpeg + + EPSG4326_250m + + + + MODIS_Terra_Data_No_Data + + -180 -90 + 180 90 + + MODIS_Terra_Data_No_Data + + image/png + + EPSG4326_250m + + + + MODIS_Aqua_Snow_Cover + + -180 -90 + 180 90 + + MODIS_Aqua_Snow_Cover + + image/png + + EPSG4326_500m + + + + MODIS_Aqua_Land_Surface_Temp_Day + + -180 -90 + 180 90 + + MODIS_Aqua_Land_Surface_Temp_Day + + image/png + + EPSG4326_1km + + + + MODIS_Aqua_Land_Surface_Temp_Night + + -180 -90 + 180 90 + + MODIS_Aqua_Land_Surface_Temp_Night + + image/png + + EPSG4326_1km + + + + MODIS_Aqua_Sea_Ice + + -180 -90 + 180 90 + + MODIS_Aqua_Sea_Ice + + image/png + + EPSG4326_1km + + + + MODIS_Aqua_Brightness_Temp_Band31_Day + + -180 -90 + 180 90 + + MODIS_Aqua_Brightness_Temp_Band31_Day + + image/png + + EPSG4326_1km + + + + MODIS_Aqua_Brightness_Temp_Band31_Night + + -180 -90 + 180 90 + + MODIS_Aqua_Brightness_Temp_Band31_Night + + image/png + + EPSG4326_1km + + + + MODIS_Aqua_Aerosol + + -180 -90 + 180 90 + + MODIS_Aqua_Aerosol + + image/png + + EPSG4326_2km + + + + MODIS_Aqua_Water_Vapor_5km_Day + + -180 -90 + 180 90 + + MODIS_Aqua_Water_Vapor_5km_Day + + image/png + + EPSG4326_2km + + + + MODIS_Aqua_Water_Vapor_5km_Night + + -180 -90 + 180 90 + + MODIS_Aqua_Water_Vapor_5km_Night + + image/png + + EPSG4326_2km + + + + MODIS_Aqua_Cloud_Top_Pressure_Day + + -180 -90 + 180 90 + + MODIS_Aqua_Cloud_Top_Pressure_Day + + image/png + + EPSG4326_2km + + + + MODIS_Aqua_Cloud_Top_Pressure_Night + + -180 -90 + 180 90 + + MODIS_Aqua_Cloud_Top_Pressure_Night + + image/png + + EPSG4326_2km + + + + MODIS_Aqua_Cloud_Top_Temp_Day + + -180 -90 + 180 90 + + MODIS_Aqua_Cloud_Top_Temp_Day + + image/png + + EPSG4326_2km + + + + MODIS_Aqua_Cloud_Top_Temp_Night + + -180 -90 + 180 90 + + MODIS_Aqua_Cloud_Top_Temp_Night + + image/png + + EPSG4326_2km + + + + MODIS_Aqua_SurfaceReflectance_Bands121 + + -180 -90 + 180 90 + + MODIS_Aqua_SurfaceReflectance_Bands121 + + image/jpeg + + EPSG4326_250m + + + + MODIS_Aqua_SurfaceReflectance_Bands143 + + -180 -90 + 180 90 + + MODIS_Aqua_SurfaceReflectance_Bands143 + + image/jpeg + + EPSG4326_500m + + + + MODIS_Aqua_SurfaceReflectance_Bands721 + + -180 -90 + 180 90 + + MODIS_Aqua_SurfaceReflectance_Bands721 + + image/jpeg + + EPSG4326_500m + + + + MODIS_Aqua_CorrectedReflectance_TrueColor + + -180 -90 + 180 90 + + MODIS_Aqua_CorrectedReflectance_TrueColor + + image/jpeg + + EPSG4326_250m + + + + MODIS_Aqua_CorrectedReflectance_Bands721 + + -180 -90 + 180 90 + + MODIS_Aqua_CorrectedReflectance_Bands721 + + image/jpeg + + EPSG4326_250m + + + + MODIS_Aqua_Data_No_Data + + -180 -90 + 180 90 + + MODIS_Aqua_Data_No_Data + + image/png + + EPSG4326_250m + + + + OMI_Absorbing_Aerosol_Optical_Depth + + -180 -90 + 180 90 + + OMI_Absorbing_Aerosol_Optical_Depth + + image/png + + EPSG4326_2km + + + + OMI_Aerosol_Index + + -180 -90 + 180 90 + + OMI_Aerosol_Index + + image/png + + EPSG4326_2km + + + + OMI_Aerosol_Optical_Depth + + -180 -90 + 180 90 + + OMI_Aerosol_Optical_Depth + + image/png + + EPSG4326_2km + + + + OMI_Cloud_Pressure + + -180 -90 + 180 90 + + OMI_Cloud_Pressure + + image/png + + EPSG4326_2km + + + + OMI_SO2_Upper_Troposphere_and_Stratosphere + + -180 -90 + 180 90 + + OMI_SO2_Upper_Troposphere_and_Stratosphere + + image/png + + EPSG4326_2km + + + + OMI_SO2_Planetary_Boundary_Layer + + -180 -90 + 180 90 + + OMI_SO2_Planetary_Boundary_Layer + + image/png + + EPSG4326_2km + + + + OMI_SO2_Lower_Troposphere + + -180 -90 + 180 90 + + OMI_SO2_Lower_Troposphere + + image/png + + EPSG4326_2km + + + + OMI_SO2_Middle_Troposphere + + -180 -90 + 180 90 + + OMI_SO2_Middle_Troposphere + + image/png + + EPSG4326_2km + + + + EPSG4326_2km + urn:ogc:def:crs:OGC:1.3:CRS84 + + + 0 + 223382916.9173819721 + + -180 90 + + 512 + 512 + + 2 + 1 + + + 1 + 111691458.4586909860 + + -180 90 + + 512 + 512 + + 3 + 2 + + + 2 + 55845729.2293454930 + + -180 90 + + 512 + 512 + + 5 + 3 + + + 3 + 27922864.6146727465 + + -180 90 + + 512 + 512 + + 10 + 5 + + + 4 + 13961432.3073363733 + + -180 90 + + 512 + 512 + + 20 + 10 + + + 5 + 6980716.1536681866 + + -180 90 + + 512 + 512 + + 40 + 20 + + + + EPSG4326_1km + urn:ogc:def:crs:OGC:1.3:CRS84 + + + 0 + 223382916.9173819721 + + -180 90 + + 512 + 512 + + 2 + 1 + + + 1 + 111691458.4586909860 + + -180 90 + + 512 + 512 + + 3 + 2 + + + 2 + 55845729.2293454930 + + -180 90 + + 512 + 512 + + 5 + 3 + + + 3 + 27922864.6146727465 + + -180 90 + + 512 + 512 + + 10 + 5 + + + 4 + 13961432.3073363733 + + -180 90 + + 512 + 512 + + 20 + 10 + + + 5 + 6980716.1536681866 + + -180 90 + + 512 + 512 + + 40 + 20 + + + 6 + 3490358.0768340933 + + -180 90 + + 512 + 512 + + 80 + 40 + + + + EPSG4326_500m + urn:ogc:def:crs:OGC:1.3:CRS84 + + + 0 + 223382916.9173819721 + + -180 90 + + 512 + 512 + + 2 + 1 + + + 1 + 111691458.4586909860 + + -180 90 + + 512 + 512 + + 3 + 2 + + + 2 + 55845729.2293454930 + + -180 90 + + 512 + 512 + + 5 + 3 + + + 3 + 27922864.6146727465 + + -180 90 + + 512 + 512 + + 10 + 5 + + + 4 + 13961432.3073363733 + + -180 90 + + 512 + 512 + + 20 + 10 + + + 5 + 6980716.1536681866 + + -180 90 + + 512 + 512 + + 40 + 20 + + + 6 + 3490358.0768340933 + + -180 90 + + 512 + 512 + + 80 + 40 + + + 7 + 1745179.0384170467 + + -180 90 + + 512 + 512 + + 160 + 80 + + + + EPSG4326_250m + urn:ogc:def:crs:OGC:1.3:CRS84 + + + 0 + 223382916.9173819721 + + -180 90 + + 512 + 512 + + 2 + 1 + + + 1 + 111691458.4586909860 + + -180 90 + + 512 + 512 + + 3 + 2 + + + 2 + 55845729.2293454930 + + -180 90 + + 512 + 512 + + 5 + 3 + + + 3 + 27922864.6146727465 + + -180 90 + + 512 + 512 + + 10 + 5 + + + 4 + 13961432.3073363733 + + -180 90 + + 512 + 512 + + 20 + 10 + + + 5 + 6980716.1536681866 + + -180 90 + + 512 + 512 + + 40 + 20 + + + 6 + 3490358.0768340933 + + -180 90 + + 512 + 512 + + 80 + 40 + + + 7 + 1745179.0384170467 + + -180 90 + + 512 + 512 + + 160 + 80 + + + 8 + 872589.5192085233 + + -180 90 + + 512 + 512 + + 320 + 160 + + + + diff -Nru owslib-0.7.2/tests/resources/erdas-iws13-wmts-cap.xml owslib-0.8.3/tests/resources/erdas-iws13-wmts-cap.xml --- owslib-0.7.2/tests/resources/erdas-iws13-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/erdas-iws13-wmts-cap.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,2 @@ +Service powered by ERDAS APOLLO Essentials 2013Service powered by ERDAS APOLLO Essentials 2013, the fastest most efficient image server availableECWECWPODTFJPEG 2000OGC WMTS1.0.0NoneNoneIntergraph Geospatial ServerChris TweedieAPOLLO Essentials Product Owner+1 770 776 3400+1 770 776 3500Norcross, GA 30092-2500 USANorcrossGA30092-2500USAerdasinfo@intergraph.comKVPKVPCharlestonCoSIDS-mosaic.ecwECWJPEG 2000OTDFimages_CharlestonCoSIDS-mosaic.ecw-80.478475200510 32.404304145938-79.271648485203 33.244723102856image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:globalcrs84pixel000001000020000300114112252244666111171313232382626464795353939410159161279283112662694664721279880913991416131596161927992832142660269946654721157981809913995141641626604269974665047216177981280993139952141649ogc:1.0:googlemapscompatible0000010000211113332246644512128862525171775151353581021037071920520714114310411414283286118238285665731216461657113211461332933315226422921465866631452945841513172132639058916816263442652618117183371752689530533623436674181053781061077246973348surdec-matched.ecwECWJPEG 2000OTDFimages_surdec-matched.ecw-117.670705286285 41.861087438687-116.333386904513 46.090287184527image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:globalcrs84pixel0000010000200003000041111522226557771011141482022292994145585910123135175179112052252922981261767687689513123413531753179014205822562921298415617467698765895316205822256529216298431761748676958765089531ogc:1.0:googlemapscompatible00000100002110032211455225111155622231111745472222890954445918119088901036338017718111727761354362121455152270972413291130451418144814582260902836289715116451218156735795162329124362113461159017465834872422693231801893166974484538646360las_vegas_mosaic_epsg_32107.ecwECWJPEG 2000OTDFimages_vegas_las_vegas_mosaic_epsg_32107.ecw-115.331662787780 36.089104325775-115.145379425753 36.276758064006image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:globalcrs84pixel0000010000200003000041111522336667771212151582525303095050606010151151181182112512523033041275575890991213151015161818182414251825273031304015755475819093912016251822527030313304001775548758129093991201ogc:1.0:globalcrs84scale00000100002001131122433445881010616162020733334040883831001009166167200201103333344014021183483710041007121668167420082014133337334840174028148343837210043100711516686167442008620143163337333489401724028717834328372310043010071918166865167447200860201439193337303348954017214028782083432583723910043031007196ogc:1.0:googlemapscompatible000001000021100333114662251212556252511117505022238100100454692002009192104014011831841180280336736812160416077357371332093214147114751464186428294329511512836128575886590316256722571411772118061751345514292354523612181026901028594709047225Landsat742.ecwThis 756 gigapixel input image compressed down to only 27gb and was generated in 2006ECWGigapixelJPEG 2000OTDFimages_world_Landsat742.ecw-181.044000000000 -56.851110186916181.050090589420 80.063000000000image/pngimage/jpegimage/png8image/jpegxrimage/webpgooglemapscompatibleext2:epsg:3857000001010120203305074111015532203167440637148801278281770255956354051110113709010231122714190204712455283804095139115676081911418221135201638315364522704032767167290454080655351714581908170131071182916318163402621431958326363269052428720116652726539010485752123330414530780209715122466609290615704194303239332195812315083886072418664391162463001677721525373287823249260033554431ogc:1.0:globalcrs84pixel00000100012010230104403085060166117042723408484680168991370337102741301012114668801687121392065050621327941300101251446568830168751513972065005062516465768836016875017139732065090506250ogc:1.0:globalcrs84scale0000110002202053040114090225122055634501117691022381522805599304560111810619120223611154228005590123084561011181136179122022363141543228060559081530864561201118161661729122402236321715432228060055908218308644561210111816419617289122420223632920154322228060605590822ogc:1.0:googlecrs84quad000001000120103303074060155013031612606373520127871040255914208051110284170102311568350204712113167004095132263341081911445266830163831590413366032767161808267330655351736175346601310711872351069330262143ogc:1.0:googlemapscompatible00000101012020330507411101553220316744063714880127828177025595635405111011370901023112271419020471245528380409513911567608191141822113520163831536452270403276716729045408065535171458190817013107118291631816340262143worldgeodemo.ecwECWJPEG 2000OTDFsampleiws_images_geodetic_worldgeodemo.ecw-180.000000000000 -89.999999999992179.999999999985 90.000000000000image/pngimage/jpegimage/png8image/jpegxrimage/webpogc:1.0:googlemapscompatible0000010101203033070740150155031031606306370127012780255025590511051110110220102311320440204712640890409513138178081911426163570163831553327140327671610765428065535172141308570131071184292617140262143googlemapscompatibleext2:epsg:3857-7729747.578286225900 -20037508.34267792500015579224.549163515000 20037508.342677925000urn:ogc:def:crs:EPSG:6.3:38570559082264.028669600000020037508.342790000000 -20037508.342790000000256256111279541132.014334800000020037508.342790000000 -20037508.342790000000256256222139770566.007167400000020037508.342790000000 -20037508.34279000000025625644369885283.003583699000020037508.342790000000 -20037508.34279000000025625688434942641.501791850000020037508.342790000000 -20037508.3427900000002562561616517471320.750895925000020037508.342790000000 -20037508.342790000000256256323268735660.375447962400020037508.342790000000 -20037508.342790000000256256646474367830.187723981200020037508.342790000000 -20037508.34279000000025625612812882183915.093861990600020037508.342790000000 -20037508.34279000000025625625625691091957.546930995300020037508.342790000000 -20037508.34279000000025625651251210545978.773465497650020037508.342790000000 -20037508.3427900000002562561024102411272989.386732748830020037508.342790000000 -20037508.3427900000002562562048204812136494.693366374410020037508.342790000000 -20037508.342790000000256256409640961368247.346683187207020037508.342790000000 -20037508.342790000000256256819281921434123.673341593603020037508.342790000000 -20037508.34279000000025625616384163841517061.836670796802020037508.342790000000 -20037508.3427900000002562563276832768168530.918335398400820037508.342790000000 -20037508.3427900000002562566553665536174265.459167699200420037508.342790000000 -20037508.342790000000256256131072131072182132.729583849600220037508.342790000000 -20037508.342790000000256256262144262144191066.364791924800120037508.342790000000 -20037508.34279000000025625652428852428820533.182395962400120037508.342790000000 -20037508.3427900000002562561048576104857621266.591197981200020037508.342790000000 -20037508.3427900000002562562097152209715222133.295598990600020037508.342790000000 -20037508.342790000000256256419430441943042366.647799495300020037508.342790000000 -20037508.342790000000256256838860883886082433.323899747650020037508.342790000000 -20037508.34279000000025625616777216167772162516.661949873825020037508.342790000000 -20037508.3427900000002562563355443233554432ogc:1.0:globalcrs84pixel41.861087438687 -117.67070528628546.090287184527 -116.333386904513urn:ogc:def:crs:OGC:1.3:CRS840795139219.951954130000090.000000000000 -180.000000000000256256111397569609.975977120000090.000000000000 -180.000000000000256256212198784804.987988500000090.000000000000 -180.000000000000256256323132523203.325325700000090.000000000000 -180.00000000000025625653466261601.662662841000090.000000000000 -180.00000000000025625695533130800.831331421000090.000000000000 -180.000000000000256256179613252320.332532570000090.000000000000 -180.000000000000256256432276626160.166266284000090.000000000000 -180.000000000000256256854383313080.083133142000090.000000000000 -180.0000000000002562561698591656540.041566571000090.000000000000 -180.00000000000025625633816910552180.013855523550090.000000000000 -180.000000000000256256101350711331308.008313314170090.000000000000 -180.000000000000256256168884412110436.002771104700090.000000000000 -180.000000000000256256506325321355218.001385552372090.000000000000 -180.0000000000002562561012650631433130.800831331420090.000000000000 -180.0000000000002562561687684381511043.600277110470090.000000000000 -180.0000000000002562565062625313163313.080083133142190.000000000000 -180.00000000000025625616875184376171104.360027711047090.000000000000 -180.000000000000256256506251253126ogc:1.0:globalcrs84scale-56.851110186916 -181.04400000000080.063000000000 181.050090589420urn:ogc:def:crs:OGC:1.3:CRS840500000000.000000000000090.000000000000 -180.000000000000256256211250000000.000000000000090.000000000000 -180.000000000000256256322100000000.000000000000090.000000000000 -180.00000000000025625663350000000.000000000000090.000000000000 -180.000000000000256256126425000000.000000000000090.000000000000 -180.0000000000002562562312510000000.000000000000090.000000000000 -180.000000000000256256562865000000.000000000000090.000000000000 -180.0000000000002562561125672500000.000000000000090.000000000000 -180.00000000000025625622411281000000.000000000000090.000000000000 -180.0000000000002562565602809500000.000000000000090.000000000000 -180.000000000000256256111956010250000.000000000000090.000000000000 -180.0000000000002562562237111911100000.000000000000090.000000000000 -180.000000000000256256559127961250000.000000000000090.000000000000 -180.0000000000002562561118255911325000.000000000000090.000000000000 -180.00000000000025625622364111821410000.000000000000090.000000000000 -180.0000000000002562565590927955155000.000000000000090.000000000000 -180.00000000000025625611181755909162500.000000000000090.000000000000 -180.000000000000256256223633111817171000.000000000000090.000000000000 -180.00000000000025625655908327954218500.000000000000090.000000000000 -180.000000000000256256111816555908319250.000000000000090.000000000000 -180.0000000000002562562236330111816520100.000000000000090.000000000000 -180.00000000000025625655908232795412ogc:1.0:googlecrs84quad-56.851110186916 -181.04400000000080.063000000000 181.050090589420urn:ogc:def:crs:OGC:1.3:CRS840559082264.0287177600000180.000000000000 -180.000000000000256256111279541132.014358880000090.000000000000 -180.000000000000256256222139770566.007179410000090.000000000000 -180.00000000000025625644369885283.003589720000090.000000000000 -180.00000000000025625688434942641.501794860000090.000000000000 -180.0000000000002562561616517471320.750897430000090.000000000000 -180.000000000000256256323268735660.375448714900090.000000000000 -180.000000000000256256646474367830.187724356500090.000000000000 -180.00000000000025625612812882183915.093862179200090.000000000000 -180.00000000000025625625625691091957.546931088900090.000000000000 -180.00000000000025625651251210545978.773465544680090.000000000000 -180.0000000000002562561024102411272989.386732772280090.000000000000 -180.0000000000002562562048204812136494.693366386200090.000000000000 -180.000000000000256256409640961368247.346683193085090.000000000000 -180.000000000000256256819281921434123.673341596543090.000000000000 -180.00000000000025625616384163841517061.836670798271090.000000000000 -180.0000000000002562563276832768168530.918335399135790.000000000000 -180.0000000000002562566553665536174265.459167699567890.000000000000 -180.000000000000256256131072131072182132.729583849783990.000000000000 -180.000000000000256256262144262144ogc:1.0:googlemapscompatible-13099042.993754653000 5140193.675259463500-12950173.392467234000 5794829.628623475300urn:ogc:def:crs:EPSG:6.18:3:38570559082264.0287177600000-20037508.342790000000 20037508.342790000000256256111279541132.0143588800000-20037508.342790000000 20037508.342790000000256256222139770566.0071794100000-20037508.342790000000 20037508.34279000000025625644369885283.0035897200000-20037508.342790000000 20037508.34279000000025625688434942641.5017948600000-20037508.342790000000 20037508.3427900000002562561616517471320.7508974300000-20037508.342790000000 20037508.342790000000256256323268735660.3754487149000-20037508.342790000000 20037508.342790000000256256646474367830.1877243565000-20037508.342790000000 20037508.34279000000025625612812882183915.0938621792000-20037508.342790000000 20037508.34279000000025625625625691091957.5469310889000-20037508.342790000000 20037508.34279000000025625651251210545978.7734655446800-20037508.342790000000 20037508.3427900000002562561024102411272989.3867327722800-20037508.342790000000 20037508.3427900000002562562048204812136494.6933663862000-20037508.342790000000 20037508.342790000000256256409640961368247.3466831930850-20037508.342790000000 20037508.342790000000256256819281921434123.6733415965430-20037508.342790000000 20037508.34279000000025625616384163841517061.8366707982710-20037508.342790000000 20037508.3427900000002562563276832768168530.9183353991357-20037508.342790000000 20037508.3427900000002562566553665536174265.4591676995678-20037508.342790000000 20037508.342790000000256256131072131072182132.7295838497839-20037508.342790000000 20037508.342790000000256256262144262144 + diff -Nru owslib-0.7.2/tests/resources/erdas-iws-wmts-cap.xml owslib-0.8.3/tests/resources/erdas-iws-wmts-cap.xml --- owslib-0.7.2/tests/resources/erdas-iws-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/erdas-iws-wmts-cap.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,2 @@ +Image Web Server WMTS sampleImage Web Server WMTS Sample servicesWMTSOTDFTile servingOGC WMTS1.0.0nonenoneIWS Sample ServerChris TweedieApollo IWS Product Manager+1 770 776 3400+1 770 776 3500Norcross, GA 30092-2500 USANorcrossGA30092-2500USAinfo@erdas.comKVPapplication/xmltext/xmlKVPFranklin.ecwfranklin.ecw-83.272616486848 39.788969241789-82.752666266401 40.148086946317image/pngimage/jpegogc:1.0:globalcrs84pixel000001000020000300114112252244655111171111222282323454594647909110140141272273112332354534551270170613601367131402141227202735142336235345344558157010706013602136751623368235364534045584177010470609136022136754ogc:1.0:globalcrs84scale00000100002001131133433665771515615153030730316060877771501519154155300302103093116006041177477915021510121548155930043020133096311960086041147742779715021151021515484155953004330205163096831191600876041017774207797815021815102518154840155956300436302051193096813119126008726041022077420377978015021821510257ogc:1.0:googlecrs84quad000001000020011311224224454488688171771717343483535686997071137138101411422752761128328555055312567571110011061311341142220122121422682285440244251545374570880488511690759140176081770317181501828135217354061836301365627043470813ogc:1.0:googlemapscompatible000001000021111333224664451212886242417177484834348969768699193194137138103873882752761177477655055312154815531100110613309631072201221214619362154402442515123871243088048851162477524860176081770317495504972135217354061899101994427043470813CharlestonCoSIDS-mosaicimages_charlestoncosids-mosaic.ecw-80.478475200510 32.404304145938-79.271648485203 33.244723102856image/pngimage/jpegogc:1.0:googlecrs84quad0000010000200113112242244555886101017177202035358404070719808114114310161163283286113223275665731264565511321146131291131022642292142582262145294584155165524290589168161033110484181171833717206632096936234366741841327419397246973348ogc:1.0:googlemapscompatible0000010000211113332246644512128862525171775151353581021037071920520714114310411414283286118238285665731216461657113211461332933315226422921465866631452945841513172132639058916816263442652618117183371752689530533623436674181053781061077246973348edinburghimages_edinburgh_edinburgh.ecw-3.464870982050 55.812000561767-3.065037540918 56.008328589172image/pngimage/jpegepsg:27700:images_edinburgh_edinburgh.ecw0000010101202033050640100125020024604104870830968016701929033403841006680769ogc:1.0:globalcrs84pixel00000100002001130022400445118863420207784141815168282931321651651095964964971115916082782912478480248224881395696149654976141593160282758293154780480724825248811615933160258275082938174780048076248252248814ogc:1.0:globalcrs84scale00000100112002231155422101055527276101054547212110910985253274274910510654854910211212109610991152753027412747121055106154835495132111212310966109911452785309274162747815105571061854832549561621115212371096641099121752789530942741602747811810557810618854832054956219211157212376109664010991242052789253094127416012747811ogc:1.0:googlecrs84quad000001000020011300334117753315156663131712126262824241251259484825125110969750250311193194100410061238638820082013137737774017402614154615558034805215309331111606816105166187622332137322101712375124476427464420182475124894128548128840ogc:1.0:googlemapscompatible00000100002111132233444775991515619193131739396262879791251259159159251251103183195025031163763910041006121275127920082013132550255840174026145101511780348052151020210234160681610516204042046832137322101740809409376427464420188161981874128548128840Landsat742landsat742.ecw-181.044000000000 -56.851110186916181.050090589420 80.063000000000image/pngimage/jpegogc:1.0:globalcrs84pixel00000100012010230104403085060166117042723408484680168991370337102741301012114668801687121392065050621327941300101251446568830168751513972065005062516465768836016875017139732065090506250ogc:1.0:globalcrs84scale0000110002202053040114090225122055634501117691022381522805599304560111810619120223611154228005590123084561011181136179122022363141543228060559081530864561201118161661729122402236321715432228060055908218308644561210111816419617289122420223632920154322228060605590822ogc:1.0:googlecrs84quad000001000120103303074060155013031612606373520127871040255914208051110284170102311568350204712113167004095132263341081911445266830163831590413366032767161808267330655351736175346601310711872351069330262143ogc:1.0:googlemapscompatible00000101012020330507411101553220316744063714880127828177025595635405111011370901023112271419020471245528380409513911567608191141822113520163831536452270403276716729045408065535171458190817013107118291631816340262143epsg:27700:images_edinburgh_edinburgh.ecw308749.999999999770 658593.749999999650333359.374999999940 679999.999999999770urn:ogc:def:crs:EPSG:6.3:277000457142.85714286308749.999999999770 679999.999999999770256256111228571.42857143308749.999999999770 679999.999999999770256256222114285.714285715308749.999999999770 679999.99999999977025625643357142.8571428575308749.999999999770 679999.99999999977025625676428571.42857142875308749.999999999770 679999.9999999997702562561311514285.71428571438308749.999999999770 679999.999999999770256256252167142.857142857188308749.999999999770 679999.999999999770256256494273571.428571428594308749.999999999770 679999.999999999770256256978481785.714285714297308749.999999999770 679999.9999999997702562561931689892.8571428571485308749.999999999770 679999.99999999977025625638533510446.4285714285742308749.999999999770 679999.999999999770256256770669ogc:1.0:globalcrs84pixel-180.000000000000 -90.000000000000180.000000000000 90.000000000000urn:ogc:def:crs:OGC:1.3:CRS84urn:ogc:def:wkss:OGC:1.0:GlobalCRS84Pixel0795139219.9519541-180.000000000000 90.000000000000256256111397569609.9759771-180.000000000000 90.000000000000256256212198784804.9879885-180.000000000000 90.000000000000256256323132523203.3253257-180.000000000000 90.00000000000025625653466261601.66266284-180.000000000000 90.00000000000025625695533130800.83133142-180.000000000000 90.000000000000256256179613252320.33253257-180.000000000000 90.000000000000256256432276626160.166266284-180.000000000000 90.000000000000256256854383313080.083133142-180.000000000000 90.0000000000002562561698591656540.041566571-180.000000000000 90.00000000000025625633816910552180.0138555236-180.000000000000 90.000000000000256256101350711331308.0083133142-180.000000000000 90.000000000000256256168884412110436.0027711047-180.000000000000 90.000000000000256256506325321355218.00138555237-180.000000000000 90.0000000000002562561012650631433130.80083133142-180.000000000000 90.0000000000002562561687684381511043.60027711047-180.000000000000 90.0000000000002562565062625313163313.080083133142-180.000000000000 90.00000000000025625616875184376171104.360027711047-180.000000000000 90.000000000000256256506251253126ogc:1.0:globalcrs84scale-180.000000000000 -90.000000000000180.000000000000 90.000000000000urn:ogc:def:crs:OGC:1.3:CRS84urn:ogc:def:wkss:OGC:1.0:GlobalCRS84Scale0500000000-180.000000000000 90.000000000000256256211250000000-180.000000000000 90.000000000000256256322100000000-180.000000000000 90.00000000000025625663350000000-180.000000000000 90.000000000000256256126425000000-180.000000000000 90.0000000000002562562312510000000-180.000000000000 90.000000000000256256562865000000-180.000000000000 90.0000000000002562561125672500000-180.000000000000 90.00000000000025625622411281000000-180.000000000000 90.0000000000002562565602809500000-180.000000000000 90.000000000000256256111956010250000-180.000000000000 90.0000000000002562562237111911100000-180.000000000000 90.000000000000256256559127961250000-180.000000000000 90.0000000000002562561118255911325000-180.000000000000 90.00000000000025625622364111821410000-180.000000000000 90.0000000000002562565590927955155000-180.000000000000 90.00000000000025625611181755909162500-180.000000000000 90.000000000000256256223633111817171000-180.000000000000 90.00000000000025625655908327954218500-180.000000000000 90.000000000000256256111816555908319250-180.000000000000 90.0000000000002562562236330111816520100-180.000000000000 90.00000000000025625655908232795412ogc:1.0:googlecrs84quad-180.000000000000 -90.000000000000180.000000000000 90.000000000000urn:ogc:def:crs:OGC:1.3:CRS84urn:ogc:def:wkss:OGC:1.0:GoogleCRS84Quad0559082264.0287178-180.000000000000 180.000000000000256256111279541132.0143589-180.000000000000 90.000000000000256256222139770566.0071794-180.000000000000 90.00000000000025625644369885283.00358972-180.000000000000 90.00000000000025625688434942641.50179486-180.000000000000 90.0000000000002562561616517471320.75089743-180.000000000000 90.000000000000256256323268735660.375448715-180.000000000000 90.000000000000256256646474367830.187724357-180.000000000000 90.00000000000025625612812882183915.093862179-180.000000000000 90.00000000000025625625625691091957.546931089-180.000000000000 90.00000000000025625651251210545978.7734655447-180.000000000000 90.0000000000002562561024102411272989.3867327723-180.000000000000 90.0000000000002562562048204812136494.6933663862-180.000000000000 90.000000000000256256409640961368247.34668319309-180.000000000000 90.000000000000256256819281921434123.67334159654-180.000000000000 90.00000000000025625616384163841517061.83667079827-180.000000000000 90.0000000000002562563276832768168530.918335399136-180.000000000000 90.0000000000002562566553665536174265.459167699568-180.000000000000 90.000000000000256256131072131072182132.729583849784-180.000000000000 90.000000000000256256262144262144ogc:1.0:googlemapscompatible-20037508.342790000000 -20037508.34278846500020037508.342788465000 20037508.342790000000urn:ogc:def:crs:EPSG:6.18:3:3857urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible0559082264.0287178-20037508.342790000000 20037508.342790000000256256111279541132.0143589-20037508.342790000000 20037508.342790000000256256222139770566.0071794-20037508.342790000000 20037508.34279000000025625644369885283.00358972-20037508.342790000000 20037508.34279000000025625688434942641.50179486-20037508.342790000000 20037508.3427900000002562561616517471320.75089743-20037508.342790000000 20037508.342790000000256256323268735660.375448715-20037508.342790000000 20037508.342790000000256256646474367830.187724357-20037508.342790000000 20037508.34279000000025625612812882183915.093862179-20037508.342790000000 20037508.34279000000025625625625691091957.546931089-20037508.342790000000 20037508.34279000000025625651251210545978.7734655447-20037508.342790000000 20037508.3427900000002562561024102411272989.3867327723-20037508.342790000000 20037508.3427900000002562562048204812136494.6933663862-20037508.342790000000 20037508.342790000000256256409640961368247.34668319309-20037508.342790000000 20037508.342790000000256256819281921434123.67334159654-20037508.342790000000 20037508.34279000000025625616384163841517061.83667079827-20037508.342790000000 20037508.3427900000002562563276832768168530.918335399136-20037508.342790000000 20037508.3427900000002562566553665536174265.459167699568-20037508.342790000000 20037508.342790000000256256131072131072182132.729583849784-20037508.342790000000 20037508.342790000000256256262144262144 + diff -Nru owslib-0.7.2/tests/resources/geoserver21-wmts-cap.xml owslib-0.8.3/tests/resources/geoserver21-wmts-cap.xml --- owslib-0.7.2/tests/resources/geoserver21-wmts-cap.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/geoserver21-wmts-cap.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,24216 @@ + + + + Web Map Tile Service - GeoWebCache + OGC WMTS + 1.0.0 + + + http://geonode.iwlearn.org/geoserver/gwc/service/wmts + + + GeoWebCache User + + + + + + + + + + KVP + + + + + + + + + + + + + KVP + + + + + + + + + + + + + KVP + + + + + + + + + + LMEs + US Large Marine Ecosystem Program + Publication_Date: 2002 + 64 Large Marine Ecosystems of the World + +http://www.lme.noaa.gov/index.php?option=com_content&view=article&id=177&Itemid=75 + + -180.000000000079 -85.4702835081022 + 179.999999999874 82.8930358882265 + + geonode:LMEs_64 + + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + -1 + 1 + + + EPSG:4326:1 + 1 + 2 + -1 + 3 + + + EPSG:4326:2 + 1 + 4 + -1 + 7 + + + EPSG:4326:3 + 1 + 8 + -1 + 15 + + + EPSG:4326:4 + 1 + 16 + -1 + 31 + + + EPSG:4326:5 + 2 + 32 + -1 + 63 + + + EPSG:4326:6 + 3 + 63 + -1 + 127 + + + EPSG:4326:7 + 6 + 125 + -1 + 255 + + + EPSG:4326:8 + 11 + 250 + -1 + 511 + + + EPSG:4326:9 + 21 + 500 + -1 + 1023 + + + EPSG:4326:10 + 41 + 999 + -1 + 2047 + + + EPSG:4326:11 + 81 + 1997 + -1 + 4095 + + + EPSG:4326:12 + 162 + 3993 + -1 + 8191 + + + EPSG:4326:13 + 324 + 7986 + -1 + 16383 + + + EPSG:4326:14 + 647 + 15972 + -1 + 32767 + + + EPSG:4326:15 + 1294 + 31944 + -1 + 65535 + + + EPSG:4326:16 + 2588 + 63887 + -1 + 131071 + + + EPSG:4326:17 + 5176 + 127774 + -1 + 262143 + + + EPSG:4326:18 + 10351 + 255548 + -1 + 524287 + + + EPSG:4326:19 + 20701 + 511095 + -1 + 1048575 + + + EPSG:4326:20 + 41402 + 1022189 + -1 + 2097151 + + + null + 82803 + 2044377 + -1 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + -1 + 0 + + + EPSG:900913:1 + 1 + 2 + -1 + 1 + + + EPSG:900913:2 + 1 + 4 + -1 + 3 + + + EPSG:900913:3 + 1 + 8 + -1 + 7 + + + EPSG:900913:4 + 1 + 16 + -1 + 15 + + + EPSG:900913:5 + 2 + 32 + -1 + 31 + + + EPSG:900913:6 + 4 + 64 + -1 + 63 + + + EPSG:900913:7 + 8 + 128 + -1 + 127 + + + EPSG:900913:8 + 15 + 256 + -1 + 255 + + + EPSG:900913:9 + 30 + 512 + -1 + 511 + + + EPSG:900913:10 + 60 + 1024 + -1 + 1023 + + + EPSG:900913:11 + 119 + 2048 + -1 + 2047 + + + EPSG:900913:12 + 237 + 4096 + -1 + 4095 + + + EPSG:900913:13 + 473 + 8192 + -1 + 8191 + + + EPSG:900913:14 + 946 + 16384 + -1 + 16383 + + + EPSG:900913:15 + 1891 + 32768 + -1 + 32767 + + + EPSG:900913:16 + 3782 + 65536 + -1 + 65535 + + + EPSG:900913:17 + 7564 + 131072 + -1 + 131071 + + + EPSG:900913:18 + 15128 + 262144 + -1 + 262143 + + + EPSG:900913:19 + 30255 + 524288 + -1 + 524287 + + + EPSG:900913:20 + 60510 + 1048576 + -1 + 1048575 + + + EPSG:900913:21 + 121019 + 2097152 + -1 + 2097151 + + + EPSG:900913:22 + 242037 + 4194303 + -1 + 4194303 + + + EPSG:900913:23 + 484073 + 8388606 + -1 + 8388607 + + + EPSG:900913:24 + 968145 + 16777212 + -1 + 16777215 + + + EPSG:900913:25 + 1936290 + 33554423 + -1 + 33554431 + + + EPSG:900913:26 + 3872579 + 67108846 + -1 + 67108863 + + + EPSG:900913:27 + 7745158 + 134217691 + -1 + 134217727 + + + EPSG:900913:28 + 15490315 + 268435381 + -1 + 268435455 + + + EPSG:900913:29 + 30980630 + 536870761 + -1 + 536870911 + + + null + 61961259 + 1073741521 + -1 + 1073741823 + + + + + Hotspots Revisited 2004 Polygons + The biodiversity hotspots are regions known to hold especially high numbers of species found nowhere else, yet their remaining habitat combined covers a little more than two percent of Earth's land surface. According to the criteria developed by Myers et al. (2000), a hotspot must meet two thresholds in order to qualify: 1) it must have at least 1500 endemic, native vascular plant species, and 2) it must have already lost at least 70% of its primary, native vegetation. In the updated analysis, Mittermeier et al. (2004) recognize 34 hotspots which together hold 50% of the world's plant species and 42% of all terrestrial vertebrates as endemics. As evidence of their urgency for global conservation, hotspots also hold exceptionally high numbers of threatened vertebrates, including 50% of threatened mammals, 73% of threatened birds and 79% of threatened amphibians as endemics. There are an estimated two billion people living in the hotspots, with 300 million people within less than 10 km of existing protected areas. + + -180.0 -57.2103296175916 + 180.0 47.262476 + + geonode:hotspots_revisited_2004_polygons + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 2 + 7 + 0 + 15 + + + EPSG:4326:4 + 4 + 14 + 0 + 31 + + + EPSG:4326:5 + 8 + 27 + 0 + 63 + + + EPSG:4326:6 + 16 + 53 + 0 + 127 + + + EPSG:4326:7 + 31 + 105 + 0 + 255 + + + EPSG:4326:8 + 61 + 210 + 0 + 511 + + + EPSG:4326:9 + 122 + 419 + 0 + 1023 + + + EPSG:4326:10 + 244 + 838 + 0 + 2047 + + + EPSG:4326:11 + 487 + 1675 + 0 + 4095 + + + EPSG:4326:12 + 973 + 3350 + 0 + 8191 + + + EPSG:4326:13 + 1946 + 6700 + 0 + 16383 + + + EPSG:4326:14 + 3891 + 13400 + 0 + 32767 + + + EPSG:4326:15 + 7781 + 26799 + 0 + 65535 + + + EPSG:4326:16 + 15561 + 53598 + 0 + 131071 + + + EPSG:4326:17 + 31121 + 107196 + 0 + 262143 + + + EPSG:4326:18 + 62242 + 214391 + 0 + 524287 + + + EPSG:4326:19 + 124483 + 428782 + 0 + 1048575 + + + EPSG:4326:20 + 248965 + 857563 + 0 + 2097151 + + + null + 497929 + 1715125 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 2 + 3 + 0 + 3 + + + EPSG:900913:3 + 3 + 6 + 0 + 7 + + + EPSG:900913:4 + 6 + 12 + 0 + 15 + + + EPSG:900913:5 + 12 + 23 + 0 + 31 + + + EPSG:900913:6 + 23 + 45 + 0 + 63 + + + EPSG:900913:7 + 45 + 89 + 0 + 127 + + + EPSG:900913:8 + 90 + 178 + 0 + 255 + + + EPSG:900913:9 + 180 + 356 + 0 + 511 + + + EPSG:900913:10 + 360 + 712 + 0 + 1023 + + + EPSG:900913:11 + 719 + 1423 + 0 + 2047 + + + EPSG:900913:12 + 1437 + 2846 + 0 + 4095 + + + EPSG:900913:13 + 2873 + 5692 + 0 + 8191 + + + EPSG:900913:14 + 5746 + 11383 + 0 + 16383 + + + EPSG:900913:15 + 11491 + 22765 + 0 + 32767 + + + EPSG:900913:16 + 22981 + 45529 + 0 + 65535 + + + EPSG:900913:17 + 45961 + 91058 + 0 + 131071 + + + EPSG:900913:18 + 91922 + 182116 + 0 + 262143 + + + EPSG:900913:19 + 183844 + 364232 + 0 + 524287 + + + EPSG:900913:20 + 367688 + 728463 + 0 + 1048575 + + + EPSG:900913:21 + 735376 + 1456925 + 0 + 2097151 + + + EPSG:900913:22 + 1470752 + 2913849 + 0 + 4194303 + + + EPSG:900913:23 + 2941504 + 5827697 + 0 + 8388607 + + + EPSG:900913:24 + 5883007 + 11655394 + 0 + 16777215 + + + EPSG:900913:25 + 11766014 + 23310787 + 0 + 33554431 + + + EPSG:900913:26 + 23532027 + 46621574 + 0 + 67108863 + + + EPSG:900913:27 + 47064054 + 93243148 + 0 + 134217727 + + + EPSG:900913:28 + 94128107 + 186486295 + 0 + 268435455 + + + EPSG:900913:29 + 188256213 + 372972590 + 0 + 536870911 + + + null + 376512425 + 745945179 + 0 + 1073741823 + + + + + Asfalto + No abstract provided + + -73.0082509941895 -54.926884020476 + -53.6397060154901 -21.949338979524 + + geonode:asfalto + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 2 + 2 + 1 + 1 + + + EPSG:4326:2 + 3 + 4 + 2 + 2 + + + EPSG:4326:3 + 5 + 7 + 4 + 5 + + + EPSG:4326:4 + 10 + 13 + 9 + 11 + + + EPSG:4326:5 + 20 + 26 + 19 + 22 + + + EPSG:4326:6 + 40 + 52 + 38 + 44 + + + EPSG:4326:7 + 80 + 104 + 76 + 89 + + + EPSG:4326:8 + 160 + 207 + 152 + 179 + + + EPSG:4326:9 + 319 + 413 + 304 + 359 + + + EPSG:4326:10 + 637 + 825 + 608 + 718 + + + EPSG:4326:11 + 1274 + 1649 + 1217 + 1437 + + + EPSG:4326:12 + 2548 + 3298 + 2434 + 2875 + + + EPSG:4326:13 + 5095 + 6596 + 4869 + 5750 + + + EPSG:4326:14 + 10190 + 13192 + 9738 + 11501 + + + EPSG:4326:15 + 20380 + 26384 + 19477 + 23003 + + + EPSG:4326:16 + 40760 + 52767 + 38954 + 46006 + + + EPSG:4326:17 + 81520 + 105533 + 77909 + 92012 + + + EPSG:4326:18 + 163039 + 211066 + 155818 + 184025 + + + EPSG:4326:19 + 326077 + 422131 + 311636 + 368051 + + + EPSG:4326:20 + 652153 + 844261 + 623272 + 736102 + + + null + 1304305 + 1688521 + 1246544 + 1472204 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 2 + 2 + 0 + 0 + + + EPSG:900913:2 + 3 + 3 + 1 + 1 + + + EPSG:900913:3 + 5 + 6 + 2 + 2 + + + EPSG:900913:4 + 10 + 11 + 4 + 5 + + + EPSG:900913:5 + 19 + 22 + 9 + 11 + + + EPSG:900913:6 + 37 + 44 + 19 + 22 + + + EPSG:900913:7 + 73 + 88 + 38 + 44 + + + EPSG:900913:8 + 145 + 175 + 76 + 89 + + + EPSG:900913:9 + 289 + 350 + 152 + 179 + + + EPSG:900913:10 + 577 + 700 + 304 + 359 + + + EPSG:900913:11 + 1153 + 1400 + 608 + 718 + + + EPSG:900913:12 + 2305 + 2799 + 1217 + 1437 + + + EPSG:900913:13 + 4609 + 5598 + 2434 + 2875 + + + EPSG:900913:14 + 9217 + 11196 + 4869 + 5750 + + + EPSG:900913:15 + 18433 + 22392 + 9738 + 11501 + + + EPSG:900913:16 + 36866 + 44784 + 19477 + 23003 + + + EPSG:900913:17 + 73731 + 89568 + 38954 + 46006 + + + EPSG:900913:18 + 147461 + 179136 + 77909 + 92012 + + + EPSG:900913:19 + 294922 + 358272 + 155818 + 184025 + + + EPSG:900913:20 + 589844 + 716543 + 311636 + 368051 + + + EPSG:900913:21 + 1179688 + 1433086 + 623272 + 736102 + + + EPSG:900913:22 + 2359376 + 2866171 + 1246544 + 1472204 + + + EPSG:900913:23 + 4718751 + 5732342 + 2493088 + 2944408 + + + EPSG:900913:24 + 9437501 + 11464684 + 4986176 + 5888816 + + + EPSG:900913:25 + 18875001 + 22929367 + 9972353 + 11777633 + + + EPSG:900913:26 + 37750001 + 45858733 + 19944707 + 23555266 + + + EPSG:900913:27 + 75500002 + 91717465 + 39889415 + 47110532 + + + EPSG:900913:28 + 151000004 + 183434930 + 79778830 + 94221064 + + + EPSG:900913:29 + 302000007 + 366869859 + 159557660 + 188442128 + + + null + 604000014 + 733739718 + 319115321 + 376884257 + + + + + GOH Areas Protegidas + No abstract provided + + -92.1708755499344 12.9867324851599 + -84.2739865773823 18.4886492579626 + + geonode:GH_Areas_Protegidas4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 4 + 4 + 3 + 4 + + + EPSG:4326:4 + 7 + 7 + 7 + 8 + + + EPSG:4326:5 + 13 + 14 + 15 + 17 + + + EPSG:4326:6 + 26 + 28 + 31 + 34 + + + EPSG:4326:7 + 51 + 55 + 62 + 68 + + + EPSG:4326:8 + 102 + 110 + 124 + 136 + + + EPSG:4326:9 + 204 + 220 + 249 + 272 + + + EPSG:4326:10 + 407 + 439 + 499 + 544 + + + EPSG:4326:11 + 814 + 877 + 999 + 1089 + + + EPSG:4326:12 + 1628 + 1753 + 1998 + 2178 + + + EPSG:4326:13 + 3255 + 3505 + 3997 + 4356 + + + EPSG:4326:14 + 6510 + 7010 + 7994 + 8713 + + + EPSG:4326:15 + 13019 + 14020 + 15988 + 17426 + + + EPSG:4326:16 + 26037 + 28040 + 31977 + 34852 + + + EPSG:4326:17 + 52073 + 56080 + 63955 + 69705 + + + EPSG:4326:18 + 104146 + 112159 + 127910 + 139411 + + + EPSG:4326:19 + 208292 + 224318 + 255820 + 278822 + + + EPSG:4326:20 + 416584 + 448635 + 511641 + 557644 + + + null + 833168 + 897270 + 1023283 + 1115288 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 8 + 8 + 3 + 4 + + + EPSG:900913:5 + 15 + 15 + 7 + 8 + + + EPSG:900913:6 + 29 + 30 + 15 + 17 + + + EPSG:900913:7 + 58 + 60 + 31 + 34 + + + EPSG:900913:8 + 115 + 119 + 62 + 68 + + + EPSG:900913:9 + 230 + 238 + 124 + 136 + + + EPSG:900913:10 + 459 + 475 + 249 + 272 + + + EPSG:900913:11 + 917 + 950 + 499 + 544 + + + EPSG:900913:12 + 1834 + 1899 + 999 + 1089 + + + EPSG:900913:13 + 3668 + 3798 + 1998 + 2178 + + + EPSG:900913:14 + 7336 + 7596 + 3997 + 4356 + + + EPSG:900913:15 + 14672 + 15192 + 7994 + 8713 + + + EPSG:900913:16 + 29343 + 30384 + 15988 + 17426 + + + EPSG:900913:17 + 58685 + 60767 + 31977 + 34852 + + + EPSG:900913:18 + 117370 + 121534 + 63955 + 69705 + + + EPSG:900913:19 + 234739 + 243067 + 127910 + 139411 + + + EPSG:900913:20 + 469477 + 486134 + 255820 + 278822 + + + EPSG:900913:21 + 938953 + 972267 + 511641 + 557644 + + + EPSG:900913:22 + 1877905 + 1944534 + 1023283 + 1115288 + + + EPSG:900913:23 + 3755810 + 3889067 + 2046566 + 2230577 + + + EPSG:900913:24 + 7511620 + 7778133 + 4093133 + 4461155 + + + EPSG:900913:25 + 15023240 + 15556266 + 8186267 + 8922311 + + + EPSG:900913:26 + 30046480 + 31112531 + 16372535 + 17844622 + + + EPSG:900913:27 + 60092959 + 62225061 + 32745070 + 35689244 + + + EPSG:900913:28 + 120185917 + 124450121 + 65490141 + 71378489 + + + EPSG:900913:29 + 240371833 + 248900242 + 130980283 + 142756978 + + + null + 480743666 + 497800484 + 261960567 + 285513956 + + + + + GOH Limites Administrativos Pol + No abstract provided + + -91.5491561886513 13.6825897531336 + -85.9409430240659 18.2425100374545 + + geonode:GH_Limites_Administrativos_Pol4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 4 + 4 + 3 + 4 + + + EPSG:4326:4 + 7 + 7 + 7 + 8 + + + EPSG:4326:5 + 13 + 14 + 15 + 16 + + + EPSG:4326:6 + 26 + 28 + 31 + 33 + + + EPSG:4326:7 + 52 + 55 + 62 + 66 + + + EPSG:4326:8 + 103 + 109 + 125 + 133 + + + EPSG:4326:9 + 205 + 218 + 251 + 267 + + + EPSG:4326:10 + 409 + 435 + 503 + 535 + + + EPSG:4326:11 + 817 + 869 + 1006 + 1070 + + + EPSG:4326:12 + 1633 + 1737 + 2012 + 2140 + + + EPSG:4326:13 + 3266 + 3474 + 4025 + 4280 + + + EPSG:4326:14 + 6532 + 6947 + 8050 + 8561 + + + EPSG:4326:15 + 13064 + 13894 + 16101 + 17122 + + + EPSG:4326:16 + 26127 + 27787 + 32203 + 34245 + + + EPSG:4326:17 + 52253 + 55573 + 64407 + 68491 + + + EPSG:4326:18 + 104505 + 111146 + 128815 + 136983 + + + EPSG:4326:19 + 209009 + 222291 + 257631 + 273966 + + + EPSG:4326:20 + 418018 + 444582 + 515263 + 547933 + + + null + 836036 + 889163 + 1030527 + 1095867 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 8 + 8 + 3 + 4 + + + EPSG:900913:5 + 15 + 15 + 7 + 8 + + + EPSG:900913:6 + 29 + 30 + 15 + 16 + + + EPSG:900913:7 + 58 + 60 + 31 + 33 + + + EPSG:900913:8 + 115 + 119 + 62 + 66 + + + EPSG:900913:9 + 230 + 237 + 125 + 133 + + + EPSG:900913:10 + 460 + 473 + 251 + 267 + + + EPSG:900913:11 + 919 + 946 + 503 + 535 + + + EPSG:900913:12 + 1837 + 1891 + 1006 + 1070 + + + EPSG:900913:13 + 3674 + 3782 + 2012 + 2140 + + + EPSG:900913:14 + 7348 + 7564 + 4025 + 4280 + + + EPSG:900913:15 + 14695 + 15127 + 8050 + 8561 + + + EPSG:900913:16 + 29390 + 30254 + 16101 + 17122 + + + EPSG:900913:17 + 58779 + 60507 + 32203 + 34245 + + + EPSG:900913:18 + 117558 + 121013 + 64407 + 68491 + + + EPSG:900913:19 + 235116 + 242026 + 128815 + 136983 + + + EPSG:900913:20 + 470232 + 484051 + 257631 + 273966 + + + EPSG:900913:21 + 940464 + 968101 + 515263 + 547933 + + + EPSG:900913:22 + 1880927 + 1936202 + 1030527 + 1095867 + + + EPSG:900913:23 + 3761854 + 3872403 + 2061054 + 2191734 + + + EPSG:900913:24 + 7523707 + 7744805 + 4122108 + 4383469 + + + EPSG:900913:25 + 15047413 + 15489609 + 8244216 + 8766939 + + + EPSG:900913:26 + 30094826 + 30979218 + 16488432 + 17533879 + + + EPSG:900913:27 + 60189651 + 61958436 + 32976864 + 35067758 + + + EPSG:900913:28 + 120379302 + 123916872 + 65953729 + 70135516 + + + EPSG:900913:29 + 240758603 + 247833744 + 131907458 + 140271032 + + + null + 481517206 + 495667488 + 263814917 + 280542065 + + + + + GOH Ecosistemas Maritimos Manglares + No abstract provided + + -89.0876077064601 15.7186393192374 + -86.8776474039516 18.1505888521312 + + geonode:GH_Manglares4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 33 + + + EPSG:4326:7 + 52 + 53 + 64 + 66 + + + EPSG:4326:8 + 103 + 106 + 129 + 132 + + + EPSG:4326:9 + 205 + 212 + 258 + 264 + + + EPSG:4326:10 + 409 + 423 + 517 + 529 + + + EPSG:4326:11 + 818 + 846 + 1034 + 1059 + + + EPSG:4326:12 + 1635 + 1691 + 2068 + 2119 + + + EPSG:4326:13 + 3270 + 3381 + 4137 + 4238 + + + EPSG:4326:14 + 6540 + 6762 + 8275 + 8476 + + + EPSG:4326:15 + 13080 + 13523 + 16550 + 16952 + + + EPSG:4326:16 + 26160 + 27046 + 33100 + 33904 + + + EPSG:4326:17 + 52320 + 54091 + 66200 + 67809 + + + EPSG:4326:18 + 104639 + 108181 + 132400 + 135619 + + + EPSG:4326:19 + 209277 + 216361 + 264801 + 271238 + + + EPSG:4326:20 + 418554 + 432721 + 529603 + 542477 + + + null + 837107 + 865441 + 1059206 + 1084954 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 33 + + + EPSG:900913:8 + 115 + 117 + 64 + 66 + + + EPSG:900913:9 + 230 + 234 + 129 + 132 + + + EPSG:900913:10 + 460 + 467 + 258 + 264 + + + EPSG:900913:11 + 919 + 934 + 517 + 529 + + + EPSG:900913:12 + 1838 + 1867 + 1034 + 1059 + + + EPSG:900913:13 + 3676 + 3734 + 2068 + 2119 + + + EPSG:900913:14 + 7352 + 7468 + 4137 + 4238 + + + EPSG:900913:15 + 14704 + 14935 + 8275 + 8476 + + + EPSG:900913:16 + 29408 + 29870 + 16550 + 16952 + + + EPSG:900913:17 + 58815 + 59740 + 33100 + 33904 + + + EPSG:900913:18 + 117629 + 119480 + 66200 + 67809 + + + EPSG:900913:19 + 235257 + 238960 + 132400 + 135619 + + + EPSG:900913:20 + 470514 + 477919 + 264801 + 271238 + + + EPSG:900913:21 + 941027 + 955838 + 529603 + 542477 + + + EPSG:900913:22 + 1882054 + 1911676 + 1059206 + 1084954 + + + EPSG:900913:23 + 3764108 + 3823351 + 2118412 + 2169908 + + + EPSG:900913:24 + 7528216 + 7646701 + 4236824 + 4339816 + + + EPSG:900913:25 + 15056432 + 15293402 + 8473649 + 8679632 + + + EPSG:900913:26 + 30112863 + 30586803 + 16947298 + 17359264 + + + EPSG:900913:27 + 60225726 + 61173605 + 33894596 + 34718529 + + + EPSG:900913:28 + 120451451 + 122347210 + 67789193 + 69437058 + + + EPSG:900913:29 + 240902902 + 244694420 + 135578386 + 138874117 + + + null + 481805804 + 489388839 + 271156772 + 277748235 + + + + + CASPECO: Gas and Oil tanks and wells in the Caspian + No abstract provided + + 40.0419500000007 35.0063800000007 + 64.9717299999993 48.5551699999996 + + geonode:GIS_OTHER_VEC_CASP_OIL_PNT + + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 1 + 2 + 4 + 5 + + + EPSG:4326:3 + 2 + 3 + 9 + 10 + + + EPSG:4326:4 + 4 + 5 + 19 + 21 + + + EPSG:4326:5 + 8 + 10 + 39 + 43 + + + EPSG:4326:6 + 15 + 20 + 78 + 87 + + + EPSG:4326:7 + 30 + 40 + 156 + 174 + + + EPSG:4326:8 + 59 + 79 + 312 + 348 + + + EPSG:4326:9 + 118 + 157 + 625 + 696 + + + EPSG:4326:10 + 236 + 313 + 1251 + 1393 + + + EPSG:4326:11 + 472 + 626 + 2503 + 2787 + + + EPSG:4326:12 + 944 + 1252 + 5007 + 5574 + + + EPSG:4326:13 + 1887 + 2503 + 10014 + 11148 + + + EPSG:4326:14 + 3773 + 5006 + 20028 + 22297 + + + EPSG:4326:15 + 7545 + 10012 + 40057 + 44595 + + + EPSG:4326:16 + 15090 + 20023 + 80114 + 89191 + + + EPSG:4326:17 + 30180 + 40046 + 160229 + 178382 + + + EPSG:4326:18 + 60359 + 80091 + 320459 + 356765 + + + EPSG:4326:19 + 120717 + 160181 + 640918 + 713531 + + + EPSG:4326:20 + 241434 + 320362 + 1281837 + 1427063 + + + null + 482868 + 640723 + 2563674 + 2854127 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 3 + 4 + 4 + 5 + + + EPSG:900913:4 + 6 + 7 + 9 + 10 + + + EPSG:900913:5 + 12 + 13 + 19 + 21 + + + EPSG:900913:6 + 23 + 26 + 39 + 43 + + + EPSG:900913:7 + 45 + 51 + 78 + 87 + + + EPSG:900913:8 + 89 + 102 + 156 + 174 + + + EPSG:900913:9 + 177 + 203 + 312 + 348 + + + EPSG:900913:10 + 354 + 406 + 625 + 696 + + + EPSG:900913:11 + 708 + 812 + 1251 + 1393 + + + EPSG:900913:12 + 1415 + 1623 + 2503 + 2787 + + + EPSG:900913:13 + 2829 + 3245 + 5007 + 5574 + + + EPSG:900913:14 + 5658 + 6490 + 10014 + 11148 + + + EPSG:900913:15 + 11315 + 12979 + 20028 + 22297 + + + EPSG:900913:16 + 22630 + 25958 + 40057 + 44595 + + + EPSG:900913:17 + 45259 + 51915 + 80114 + 89191 + + + EPSG:900913:18 + 90518 + 103829 + 160229 + 178382 + + + EPSG:900913:19 + 181036 + 207658 + 320459 + 356765 + + + EPSG:900913:20 + 362071 + 415316 + 640918 + 713531 + + + EPSG:900913:21 + 724141 + 830632 + 1281837 + 1427063 + + + EPSG:900913:22 + 1448282 + 1661264 + 2563674 + 2854127 + + + EPSG:900913:23 + 2896563 + 3322528 + 5127349 + 5708255 + + + EPSG:900913:24 + 5793126 + 6645056 + 10254698 + 11416510 + + + EPSG:900913:25 + 11586252 + 13290112 + 20509396 + 22833020 + + + EPSG:900913:26 + 23172503 + 26580224 + 41018792 + 45666040 + + + EPSG:900913:27 + 46345006 + 53160448 + 82037584 + 91332080 + + + EPSG:900913:28 + 92690011 + 106320895 + 164075169 + 182664161 + + + EPSG:900913:29 + 185380022 + 212641789 + 328150339 + 365328322 + + + null + 370760044 + 425283577 + 656300679 + 730656644 + + + + + GOH Ecosistemas Maritimos Arrecifes Coralinos + No abstract provided + + -88.8016940057223 15.8007859749312 + -85.8126303980002 19.1160338627881 + + geonode:GH_Arrecifes_Coralinos4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 33 + + + EPSG:4326:7 + 51 + 53 + 64 + 66 + + + EPSG:4326:8 + 101 + 106 + 129 + 133 + + + EPSG:4326:9 + 202 + 212 + 259 + 267 + + + EPSG:4326:10 + 404 + 423 + 518 + 535 + + + EPSG:4326:11 + 807 + 845 + 1037 + 1071 + + + EPSG:4326:12 + 1614 + 1689 + 2075 + 2143 + + + EPSG:4326:13 + 3227 + 3377 + 4150 + 4286 + + + EPSG:4326:14 + 6453 + 6754 + 8301 + 8573 + + + EPSG:4326:15 + 12905 + 13508 + 16602 + 17146 + + + EPSG:4326:16 + 25809 + 27016 + 33204 + 34292 + + + EPSG:4326:17 + 51617 + 54031 + 66408 + 68585 + + + EPSG:4326:18 + 103233 + 108061 + 132817 + 137170 + + + EPSG:4326:19 + 206465 + 216121 + 265634 + 274340 + + + EPSG:4326:20 + 412930 + 432242 + 531268 + 548681 + + + null + 825859 + 864484 + 1062537 + 1097362 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 33 + + + EPSG:900913:8 + 115 + 117 + 64 + 66 + + + EPSG:900913:9 + 229 + 234 + 129 + 133 + + + EPSG:900913:10 + 457 + 467 + 259 + 267 + + + EPSG:900913:11 + 914 + 933 + 518 + 535 + + + EPSG:900913:12 + 1827 + 1866 + 1037 + 1071 + + + EPSG:900913:13 + 3653 + 3732 + 2075 + 2143 + + + EPSG:900913:14 + 7306 + 7464 + 4150 + 4286 + + + EPSG:900913:15 + 14611 + 14928 + 8301 + 8573 + + + EPSG:900913:16 + 29222 + 29855 + 16602 + 17146 + + + EPSG:900913:17 + 58444 + 59709 + 33204 + 34292 + + + EPSG:900913:18 + 116887 + 119418 + 66408 + 68585 + + + EPSG:900913:19 + 233773 + 238836 + 132817 + 137170 + + + EPSG:900913:20 + 467546 + 477671 + 265634 + 274340 + + + EPSG:900913:21 + 935092 + 955341 + 531268 + 548681 + + + EPSG:900913:22 + 1870184 + 1910681 + 1062537 + 1097362 + + + EPSG:900913:23 + 3740367 + 3821362 + 2125074 + 2194724 + + + EPSG:900913:24 + 7480734 + 7642723 + 4250149 + 4389449 + + + EPSG:900913:25 + 14961467 + 15285446 + 8500298 + 8778899 + + + EPSG:900913:26 + 29922933 + 30570892 + 17000596 + 17557798 + + + EPSG:900913:27 + 59845866 + 61141783 + 34001192 + 35115596 + + + EPSG:900913:28 + 119691731 + 122283565 + 68002385 + 70231193 + + + EPSG:900913:29 + 239383461 + 244567129 + 136004771 + 140462386 + + + null + 478766921 + 489134257 + 272009542 + 280924772 + + + + + CASPECO: Oil and Gas Pipelines in the Caspian Region + No abstract provided + + 39.9984499999991 35.0 + 65.0008300000009 50.0 + + geonode:GIS_OTHER_VEC_CASP_PIPELIN + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 1 + 2 + 4 + 5 + + + EPSG:4326:3 + 2 + 3 + 9 + 10 + + + EPSG:4326:4 + 4 + 5 + 19 + 21 + + + EPSG:4326:5 + 8 + 10 + 39 + 43 + + + EPSG:4326:6 + 15 + 20 + 78 + 87 + + + EPSG:4326:7 + 29 + 40 + 156 + 174 + + + EPSG:4326:8 + 57 + 79 + 312 + 348 + + + EPSG:4326:9 + 114 + 157 + 625 + 696 + + + EPSG:4326:10 + 228 + 313 + 1251 + 1393 + + + EPSG:4326:11 + 456 + 626 + 2503 + 2787 + + + EPSG:4326:12 + 911 + 1252 + 5006 + 5575 + + + EPSG:4326:13 + 1821 + 2504 + 10012 + 11150 + + + EPSG:4326:14 + 3641 + 5007 + 20024 + 22300 + + + EPSG:4326:15 + 7282 + 10013 + 40049 + 44601 + + + EPSG:4326:16 + 14564 + 20025 + 80098 + 89202 + + + EPSG:4326:17 + 29128 + 40050 + 160197 + 178404 + + + EPSG:4326:18 + 58255 + 80100 + 320395 + 356808 + + + EPSG:4326:19 + 116509 + 160200 + 640791 + 713616 + + + EPSG:4326:20 + 233017 + 320399 + 1281583 + 1427233 + + + null + 466034 + 640797 + 2563167 + 2854466 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 3 + 4 + 4 + 5 + + + EPSG:900913:4 + 6 + 7 + 9 + 10 + + + EPSG:900913:5 + 11 + 13 + 19 + 21 + + + EPSG:900913:6 + 22 + 26 + 39 + 43 + + + EPSG:900913:7 + 44 + 51 + 78 + 87 + + + EPSG:900913:8 + 87 + 102 + 156 + 174 + + + EPSG:900913:9 + 174 + 203 + 312 + 348 + + + EPSG:900913:10 + 348 + 406 + 625 + 696 + + + EPSG:900913:11 + 695 + 812 + 1251 + 1393 + + + EPSG:900913:12 + 1390 + 1623 + 2503 + 2787 + + + EPSG:900913:13 + 2779 + 3245 + 5006 + 5575 + + + EPSG:900913:14 + 5557 + 6490 + 10012 + 11150 + + + EPSG:900913:15 + 11114 + 12980 + 20024 + 22300 + + + EPSG:900913:16 + 22227 + 25959 + 40049 + 44601 + + + EPSG:900913:17 + 44453 + 51918 + 80098 + 89202 + + + EPSG:900913:18 + 88905 + 103835 + 160197 + 178404 + + + EPSG:900913:19 + 177810 + 207670 + 320395 + 356808 + + + EPSG:900913:20 + 355620 + 415339 + 640791 + 713616 + + + EPSG:900913:21 + 711239 + 830678 + 1281583 + 1427233 + + + EPSG:900913:22 + 1422477 + 1661355 + 2563167 + 2854466 + + + EPSG:900913:23 + 2844953 + 3322710 + 5126335 + 5708933 + + + EPSG:900913:24 + 5689906 + 6645419 + 10252670 + 11417866 + + + EPSG:900913:25 + 11379811 + 13290838 + 20505341 + 22835732 + + + EPSG:900913:26 + 22759621 + 26581676 + 41010683 + 45671464 + + + EPSG:900913:27 + 45519242 + 53163351 + 82021367 + 91342929 + + + EPSG:900913:28 + 91038483 + 106326702 + 164042734 + 182685859 + + + EPSG:900913:29 + 182076965 + 212653404 + 328085468 + 365371719 + + + null + 364153929 + 425306808 + 656170936 + 730743439 + + + + + GOH Ecosistemas Maritimos: Pastos Marinos + No abstract provided + + -88.8228664730587 15.8338405431673 + -87.6978282871073 17.9458901005546 + + geonode:GH_Pastos_Marinos4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 32 + + + EPSG:4326:7 + 52 + 53 + 64 + 65 + + + EPSG:4326:8 + 103 + 106 + 129 + 131 + + + EPSG:4326:9 + 205 + 211 + 259 + 262 + + + EPSG:4326:10 + 410 + 422 + 518 + 525 + + + EPSG:4326:11 + 820 + 844 + 1037 + 1050 + + + EPSG:4326:12 + 1640 + 1688 + 2074 + 2100 + + + EPSG:4326:13 + 3280 + 3376 + 4149 + 4200 + + + EPSG:4326:14 + 6559 + 6751 + 8299 + 8401 + + + EPSG:4326:15 + 13118 + 13502 + 16598 + 16803 + + + EPSG:4326:16 + 26235 + 27004 + 33196 + 33606 + + + EPSG:4326:17 + 52469 + 54007 + 66393 + 67212 + + + EPSG:4326:18 + 104937 + 108013 + 132786 + 134424 + + + EPSG:4326:19 + 209873 + 216025 + 265572 + 268849 + + + EPSG:4326:20 + 419746 + 432050 + 531145 + 537699 + + + null + 839492 + 864099 + 1062290 + 1075398 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 32 + + + EPSG:900913:8 + 116 + 117 + 64 + 65 + + + EPSG:900913:9 + 231 + 234 + 129 + 131 + + + EPSG:900913:10 + 461 + 467 + 259 + 262 + + + EPSG:900913:11 + 921 + 933 + 518 + 525 + + + EPSG:900913:12 + 1841 + 1866 + 1037 + 1050 + + + EPSG:900913:13 + 3681 + 3732 + 2074 + 2100 + + + EPSG:900913:14 + 7362 + 7463 + 4149 + 4200 + + + EPSG:900913:15 + 14724 + 14925 + 8299 + 8401 + + + EPSG:900913:16 + 29447 + 29849 + 16598 + 16803 + + + EPSG:900913:17 + 58893 + 59697 + 33196 + 33606 + + + EPSG:900913:18 + 117786 + 119393 + 66393 + 67212 + + + EPSG:900913:19 + 235571 + 238786 + 132786 + 134424 + + + EPSG:900913:20 + 471141 + 477571 + 265572 + 268849 + + + EPSG:900913:21 + 942282 + 955141 + 531145 + 537699 + + + EPSG:900913:22 + 1884563 + 1910281 + 1062290 + 1075398 + + + EPSG:900913:23 + 3769125 + 3820561 + 2124581 + 2150796 + + + EPSG:900913:24 + 7538250 + 7641122 + 4249162 + 4301592 + + + EPSG:900913:25 + 15076499 + 15282244 + 8498324 + 8603185 + + + EPSG:900913:26 + 30152997 + 30564487 + 16996649 + 17206371 + + + EPSG:900913:27 + 60305993 + 61128974 + 33993299 + 34412743 + + + EPSG:900913:28 + 120611985 + 122257947 + 67986598 + 68825487 + + + EPSG:900913:29 + 241223969 + 244515894 + 135973196 + 137650975 + + + null + 482447938 + 489031788 + 271946393 + 275301950 + + + + + GOH Ecosistemas Maritimos: Estuarios y Lagunas + No abstract provided + + -89.4133838185608 15.3559428521054 + -85.4850113601971 19.719200129845 + + geonode:GH_Estuarios_y_Lagunas4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 25 + 27 + 32 + 33 + + + EPSG:4326:7 + 50 + 54 + 64 + 67 + + + EPSG:4326:8 + 100 + 107 + 128 + 134 + + + EPSG:4326:9 + 200 + 213 + 257 + 268 + + + EPSG:4326:10 + 400 + 425 + 515 + 537 + + + EPSG:4326:11 + 800 + 850 + 1030 + 1075 + + + EPSG:4326:12 + 1600 + 1699 + 2061 + 2150 + + + EPSG:4326:13 + 3199 + 3398 + 4122 + 4301 + + + EPSG:4326:14 + 6398 + 6795 + 8245 + 8602 + + + EPSG:4326:15 + 12795 + 13589 + 16490 + 17205 + + + EPSG:4326:16 + 25589 + 27178 + 32981 + 34411 + + + EPSG:4326:17 + 51177 + 54355 + 65963 + 68823 + + + EPSG:4326:18 + 102354 + 108709 + 131926 + 137647 + + + EPSG:4326:19 + 204708 + 217417 + 263852 + 275294 + + + EPSG:4326:20 + 409416 + 434834 + 527705 + 550589 + + + null + 818831 + 869667 + 1055410 + 1101179 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 57 + 59 + 32 + 33 + + + EPSG:900913:8 + 114 + 117 + 64 + 67 + + + EPSG:900913:9 + 228 + 234 + 128 + 134 + + + EPSG:900913:10 + 455 + 468 + 257 + 268 + + + EPSG:900913:11 + 910 + 936 + 515 + 537 + + + EPSG:900913:12 + 1820 + 1872 + 1030 + 1075 + + + EPSG:900913:13 + 3639 + 3743 + 2061 + 2150 + + + EPSG:900913:14 + 7277 + 7485 + 4122 + 4301 + + + EPSG:900913:15 + 14553 + 14970 + 8245 + 8602 + + + EPSG:900913:16 + 29106 + 29939 + 16490 + 17205 + + + EPSG:900913:17 + 58211 + 59877 + 32981 + 34411 + + + EPSG:900913:18 + 116421 + 119754 + 65963 + 68823 + + + EPSG:900913:19 + 232842 + 239508 + 131926 + 137647 + + + EPSG:900913:20 + 465684 + 479016 + 263852 + 275294 + + + EPSG:900913:21 + 931367 + 958031 + 527705 + 550589 + + + EPSG:900913:22 + 1862733 + 1916062 + 1055410 + 1101179 + + + EPSG:900913:23 + 3725465 + 3832123 + 2110821 + 2202358 + + + EPSG:900913:24 + 7450929 + 7664245 + 4221642 + 4404717 + + + EPSG:900913:25 + 14901857 + 15328490 + 8443284 + 8809435 + + + EPSG:900913:26 + 29803713 + 30656979 + 16886569 + 17618870 + + + EPSG:900913:27 + 59607425 + 61313958 + 33773138 + 35237741 + + + EPSG:900913:28 + 119214850 + 122627915 + 67546276 + 70475483 + + + EPSG:900913:29 + 238429699 + 245255829 + 135092553 + 140950967 + + + null + 476859398 + 490511657 + 270185106 + 281901934 + + + + + Marine Ecoregions of the World (MEOW) + MEOW is a biogeographic classification of the world's coasts and shelves. It is the first ever comprehensive marine classification system with clearly defined boundaries and definitions and was developed to closely link to existing regional systems. The ecoregions nest within the broader biogeographic tiers of Realms and Provinces. + + -180.000000000079 -89.9000004650818 + 179.999999999874 86.919396288676 + + geonode:meow_ecos + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + -1 + 1 + + + EPSG:4326:1 + 1 + 2 + -1 + 3 + + + EPSG:4326:2 + 1 + 4 + -1 + 7 + + + EPSG:4326:3 + 1 + 8 + -1 + 15 + + + EPSG:4326:4 + 1 + 16 + -1 + 31 + + + EPSG:4326:5 + 1 + 32 + -1 + 63 + + + EPSG:4326:6 + 2 + 64 + -1 + 127 + + + EPSG:4326:7 + 3 + 128 + -1 + 255 + + + EPSG:4326:8 + 5 + 256 + -1 + 511 + + + EPSG:4326:9 + 9 + 512 + -1 + 1023 + + + EPSG:4326:10 + 18 + 1024 + -1 + 2047 + + + EPSG:4326:11 + 36 + 2047 + -1 + 4095 + + + EPSG:4326:12 + 71 + 4094 + -1 + 8191 + + + EPSG:4326:13 + 141 + 8188 + -1 + 16383 + + + EPSG:4326:14 + 281 + 16375 + -1 + 32767 + + + EPSG:4326:15 + 561 + 32750 + -1 + 65535 + + + EPSG:4326:16 + 1122 + 65500 + -1 + 131071 + + + EPSG:4326:17 + 2244 + 131000 + -1 + 262143 + + + EPSG:4326:18 + 4487 + 261999 + -1 + 524287 + + + EPSG:4326:19 + 8973 + 523997 + -1 + 1048575 + + + EPSG:4326:20 + 17946 + 1047994 + -1 + 2097151 + + + null + 35892 + 2095987 + -1 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + -1 + 0 + + + EPSG:900913:1 + 1 + 2 + -1 + 1 + + + EPSG:900913:2 + 1 + 4 + -1 + 3 + + + EPSG:900913:3 + 1 + 8 + -1 + 7 + + + EPSG:900913:4 + 1 + 16 + -1 + 15 + + + EPSG:900913:5 + 1 + 32 + -1 + 31 + + + EPSG:900913:6 + 1 + 64 + -1 + 63 + + + EPSG:900913:7 + 1 + 128 + -1 + 127 + + + EPSG:900913:8 + 1 + 256 + -1 + 255 + + + EPSG:900913:9 + 1 + 512 + -1 + 511 + + + EPSG:900913:10 + 1 + 1024 + -1 + 1023 + + + EPSG:900913:11 + 1 + 2048 + -1 + 2047 + + + EPSG:900913:12 + 1 + 4096 + -1 + 4095 + + + EPSG:900913:13 + 1 + 8192 + -1 + 8191 + + + EPSG:900913:14 + 1 + 16384 + -1 + 16383 + + + EPSG:900913:15 + 1 + 32768 + -1 + 32767 + + + EPSG:900913:16 + 1 + 65536 + -1 + 65535 + + + EPSG:900913:17 + 1 + 131072 + -1 + 131071 + + + EPSG:900913:18 + 1 + 262144 + -1 + 262143 + + + EPSG:900913:19 + 1 + 524288 + -1 + 524287 + + + EPSG:900913:20 + 1 + 1048576 + -1 + 1048575 + + + EPSG:900913:21 + 1 + 2097152 + -1 + 2097151 + + + EPSG:900913:22 + 2 + 4194303 + -1 + 4194303 + + + EPSG:900913:23 + 3 + 8388606 + -1 + 8388607 + + + EPSG:900913:24 + 5 + 16777212 + -1 + 16777215 + + + EPSG:900913:25 + 10 + 33554423 + -1 + 33554431 + + + EPSG:900913:26 + 19 + 67108846 + -1 + 67108863 + + + EPSG:900913:27 + 38 + 134217691 + -1 + 134217727 + + + EPSG:900913:28 + 76 + 268435381 + -1 + 268435455 + + + EPSG:900913:29 + 152 + 536870761 + -1 + 536870911 + + + null + 304 + 1073741521 + -1 + 1073741823 + + + + + FREPLATA: Ãrea de estudio del Proyecto + Carta del área del Proyecto FREPLATA, realizada según levantamientos (2002). + + -59.45964 -39.52893 + -50.88609 -33.7466 + + geonode:area_de_estudio_1 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 2 + 2 + 1 + 1 + + + EPSG:4326:2 + 3 + 3 + 2 + 2 + + + EPSG:4326:3 + 6 + 6 + 5 + 5 + + + EPSG:4326:4 + 11 + 12 + 10 + 11 + + + EPSG:4326:5 + 22 + 24 + 21 + 22 + + + EPSG:4326:6 + 44 + 47 + 42 + 45 + + + EPSG:4326:7 + 88 + 93 + 85 + 91 + + + EPSG:4326:8 + 176 + 185 + 171 + 183 + + + EPSG:4326:9 + 352 + 369 + 342 + 367 + + + EPSG:4326:10 + 704 + 737 + 685 + 734 + + + EPSG:4326:11 + 1408 + 1474 + 1371 + 1469 + + + EPSG:4326:12 + 2816 + 2948 + 2742 + 2938 + + + EPSG:4326:13 + 5632 + 5896 + 5485 + 5876 + + + EPSG:4326:14 + 11264 + 11791 + 10971 + 11752 + + + EPSG:4326:15 + 22528 + 23581 + 21943 + 23504 + + + EPSG:4326:16 + 45055 + 47161 + 43887 + 47008 + + + EPSG:4326:17 + 90110 + 94321 + 87774 + 94017 + + + EPSG:4326:18 + 180220 + 188641 + 175549 + 188035 + + + EPSG:4326:19 + 360439 + 377281 + 351099 + 376071 + + + EPSG:4326:20 + 720877 + 754561 + 702198 + 752143 + + + null + 1441753 + 1509122 + 1404396 + 1504286 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 2 + 2 + 0 + 0 + + + EPSG:900913:2 + 3 + 3 + 1 + 1 + + + EPSG:900913:3 + 5 + 5 + 2 + 2 + + + EPSG:900913:4 + 10 + 10 + 5 + 5 + + + EPSG:900913:5 + 20 + 20 + 10 + 11 + + + EPSG:900913:6 + 39 + 40 + 21 + 22 + + + EPSG:900913:7 + 77 + 80 + 42 + 45 + + + EPSG:900913:8 + 154 + 159 + 85 + 91 + + + EPSG:900913:9 + 308 + 318 + 171 + 183 + + + EPSG:900913:10 + 615 + 635 + 342 + 367 + + + EPSG:900913:11 + 1229 + 1270 + 685 + 734 + + + EPSG:900913:12 + 2457 + 2539 + 1371 + 1469 + + + EPSG:900913:13 + 4913 + 5077 + 2742 + 2938 + + + EPSG:900913:14 + 9826 + 10154 + 5485 + 5876 + + + EPSG:900913:15 + 19651 + 20307 + 10971 + 11752 + + + EPSG:900913:16 + 39301 + 40614 + 21943 + 23504 + + + EPSG:900913:17 + 78602 + 81228 + 43887 + 47008 + + + EPSG:900913:18 + 157204 + 162456 + 87774 + 94017 + + + EPSG:900913:19 + 314407 + 324911 + 175549 + 188035 + + + EPSG:900913:20 + 628814 + 649822 + 351099 + 376071 + + + EPSG:900913:21 + 1257628 + 1299644 + 702198 + 752143 + + + EPSG:900913:22 + 2515256 + 2599288 + 1404396 + 1504286 + + + EPSG:900913:23 + 5030512 + 5198576 + 2808793 + 3008572 + + + EPSG:900913:24 + 10061024 + 10397152 + 5617587 + 6017144 + + + EPSG:900913:25 + 20122047 + 20794304 + 11235175 + 12034288 + + + EPSG:900913:26 + 40244094 + 41588607 + 22470351 + 24068577 + + + EPSG:900913:27 + 80488188 + 83177213 + 44940703 + 48137154 + + + EPSG:900913:28 + 160976376 + 166354426 + 89881406 + 96274309 + + + EPSG:900913:29 + 321952751 + 332708851 + 179762813 + 192548618 + + + null + 643905502 + 665417702 + 359525627 + 385097236 + + + + + GOH Ecosistemas Terrestres + No abstract provided + + -92.2402420036243 12.9833164215088 + -83.13030242933 18.4958782196044 + + geonode:GH_ecosistemas_terrestres4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 4 + 4 + 3 + 4 + + + EPSG:4326:4 + 7 + 7 + 7 + 8 + + + EPSG:4326:5 + 13 + 14 + 15 + 17 + + + EPSG:4326:6 + 26 + 28 + 31 + 34 + + + EPSG:4326:7 + 51 + 55 + 62 + 68 + + + EPSG:4326:8 + 102 + 110 + 124 + 137 + + + EPSG:4326:9 + 204 + 220 + 249 + 275 + + + EPSG:4326:10 + 407 + 439 + 499 + 551 + + + EPSG:4326:11 + 814 + 877 + 998 + 1102 + + + EPSG:4326:12 + 1628 + 1753 + 1997 + 2204 + + + EPSG:4326:13 + 3255 + 3506 + 3994 + 4408 + + + EPSG:4326:14 + 6509 + 7011 + 7988 + 8817 + + + EPSG:4326:15 + 13017 + 14021 + 15976 + 17634 + + + EPSG:4326:16 + 26034 + 28041 + 31952 + 35269 + + + EPSG:4326:17 + 52068 + 56082 + 63904 + 70538 + + + EPSG:4326:18 + 104136 + 112164 + 127809 + 141076 + + + EPSG:4326:19 + 208271 + 224328 + 255618 + 282153 + + + EPSG:4326:20 + 416542 + 448655 + 511237 + 564306 + + + null + 833084 + 897310 + 1022475 + 1128613 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 8 + 8 + 3 + 4 + + + EPSG:900913:5 + 15 + 15 + 7 + 8 + + + EPSG:900913:6 + 29 + 30 + 15 + 17 + + + EPSG:900913:7 + 58 + 60 + 31 + 34 + + + EPSG:900913:8 + 115 + 119 + 62 + 68 + + + EPSG:900913:9 + 230 + 238 + 124 + 137 + + + EPSG:900913:10 + 459 + 475 + 249 + 275 + + + EPSG:900913:11 + 917 + 950 + 499 + 551 + + + EPSG:900913:12 + 1834 + 1899 + 998 + 1102 + + + EPSG:900913:13 + 3668 + 3798 + 1997 + 2204 + + + EPSG:900913:14 + 7336 + 7596 + 3994 + 4408 + + + EPSG:900913:15 + 14671 + 15192 + 7988 + 8817 + + + EPSG:900913:16 + 29341 + 30384 + 15976 + 17634 + + + EPSG:900913:17 + 58682 + 60768 + 31952 + 35269 + + + EPSG:900913:18 + 117364 + 121536 + 63904 + 70538 + + + EPSG:900913:19 + 234728 + 243072 + 127809 + 141076 + + + EPSG:900913:20 + 469455 + 486144 + 255618 + 282153 + + + EPSG:900913:21 + 938909 + 972287 + 511237 + 564306 + + + EPSG:900913:22 + 1877817 + 1944574 + 1022475 + 1128613 + + + EPSG:900913:23 + 3755633 + 3889148 + 2044950 + 2257227 + + + EPSG:900913:24 + 7511265 + 7778296 + 4089901 + 4514455 + + + EPSG:900913:25 + 15022530 + 15556592 + 8179802 + 9028910 + + + EPSG:900913:26 + 30045059 + 31113184 + 16359604 + 18057820 + + + EPSG:900913:27 + 60090117 + 62226368 + 32719209 + 36115640 + + + EPSG:900913:28 + 120180233 + 124452735 + 65438418 + 72231281 + + + EPSG:900913:29 + 240360466 + 248905470 + 130876836 + 144462563 + + + null + 480720931 + 497810940 + 261753673 + 288925127 + + + + + Longhurst Biogeographical Provinces + This dataset represents a partition of the world oceans into provinces as defined by Longhurst (1995; 1998; 2006), and are based on the prevailing role of physical forcing as a regulator of phytoplankton distribution. The dataset represents the initial static boundaries developed at the Bedford Institute of Oceanography, Canada. Note that the boundaries of these provinces are not fixed in time and space, but are dynamic and move under seasonal and interannual changes in physical forcing. At the first level of reduction, Longhurst recognised four principal biomes (also referred to as domains in earlier publications): the Polar Biome, the Westerlies Biome, the Trade-Winds Biome, and the Coastal Boundary Zone Biome. These four Biomes are recognisable in every major ocean basin. At the next level of reduction, the ocean basins are partitioned into provinces, roughly ten for each basin. These partitions provide a template for data analysis or for making parameter assignments on a global scale. Please refer to Longhurst's publications when using these shapefiles. + + -180.0 -78.5001564788404 + 180.0 90.0000019073487 + + geonode:Longhurst_world_v4_2010 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 0 + 1 + 0 + 1 + + + EPSG:4326:1 + 0 + 2 + 0 + 3 + + + EPSG:4326:2 + 0 + 4 + 0 + 7 + + + EPSG:4326:3 + 0 + 8 + 0 + 15 + + + EPSG:4326:4 + 0 + 15 + 0 + 31 + + + EPSG:4326:5 + 0 + 30 + 0 + 63 + + + EPSG:4326:6 + 0 + 60 + 0 + 127 + + + EPSG:4326:7 + 0 + 120 + 0 + 255 + + + EPSG:4326:8 + 0 + 240 + 0 + 511 + + + EPSG:4326:9 + 0 + 480 + 0 + 1023 + + + EPSG:4326:10 + 0 + 959 + 0 + 2047 + + + EPSG:4326:11 + 0 + 1918 + 0 + 4095 + + + EPSG:4326:12 + 0 + 3835 + 0 + 8191 + + + EPSG:4326:13 + 0 + 7669 + 0 + 16383 + + + EPSG:4326:14 + 0 + 15338 + 0 + 32767 + + + EPSG:4326:15 + 0 + 30675 + 0 + 65535 + + + EPSG:4326:16 + 0 + 61350 + 0 + 131071 + + + EPSG:4326:17 + 0 + 122699 + 0 + 262143 + + + EPSG:4326:18 + 0 + 245397 + 0 + 524287 + + + EPSG:4326:19 + 0 + 490793 + 0 + 1048575 + + + EPSG:4326:20 + 0 + 981585 + 0 + 2097151 + + + null + 0 + 1963170 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 4 + 0 + 3 + + + EPSG:900913:3 + 1 + 7 + 0 + 7 + + + EPSG:900913:4 + 1 + 14 + 0 + 15 + + + EPSG:900913:5 + 1 + 28 + 0 + 31 + + + EPSG:900913:6 + 1 + 56 + 0 + 63 + + + EPSG:900913:7 + 1 + 111 + 0 + 127 + + + EPSG:900913:8 + 1 + 222 + 0 + 255 + + + EPSG:900913:9 + 1 + 444 + 0 + 511 + + + EPSG:900913:10 + 1 + 887 + 0 + 1023 + + + EPSG:900913:11 + 1 + 1773 + 0 + 2047 + + + EPSG:900913:12 + 1 + 3545 + 0 + 4095 + + + EPSG:900913:13 + 1 + 7090 + 0 + 8191 + + + EPSG:900913:14 + 1 + 14179 + 0 + 16383 + + + EPSG:900913:15 + 1 + 28357 + 0 + 32767 + + + EPSG:900913:16 + 1 + 56713 + 0 + 65535 + + + EPSG:900913:17 + 1 + 113426 + 0 + 131071 + + + EPSG:900913:18 + 1 + 226852 + 0 + 262143 + + + EPSG:900913:19 + 1 + 453703 + 0 + 524287 + + + EPSG:900913:20 + 1 + 907405 + 0 + 1048575 + + + EPSG:900913:21 + 1 + 1814809 + 0 + 2097151 + + + EPSG:900913:22 + 2 + 3629618 + 0 + 4194303 + + + EPSG:900913:23 + 3 + 7259235 + 0 + 8388607 + + + EPSG:900913:24 + 5 + 14518469 + 0 + 16777215 + + + EPSG:900913:25 + 10 + 29036937 + 0 + 33554431 + + + EPSG:900913:26 + 19 + 58073874 + 0 + 67108863 + + + EPSG:900913:27 + 38 + 116147747 + 0 + 134217727 + + + EPSG:900913:28 + 76 + 232295493 + 0 + 268435455 + + + EPSG:900913:29 + 152 + 464590986 + 0 + 536870911 + + + null + 304 + 929181971 + 0 + 1073741823 + + + + + IHO Sea Areas + This dataset represents the boundaries of the major oceans and seas of the world. The source for the boundaries is the publication 'Limits of Oceans & Seas, Special Publication No. 23' published by the IHO in 1953. The dataset was composed by the Flanders Marine Data and Information Centre. + + -180.0 -85.4702910362554 + 180.0 90.0 + + geonode:World_Seas + + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 8 + 0 + 15 + + + EPSG:4326:4 + 1 + 16 + 0 + 31 + + + EPSG:4326:5 + 1 + 32 + 0 + 63 + + + EPSG:4326:6 + 1 + 63 + 0 + 127 + + + EPSG:4326:7 + 1 + 125 + 0 + 255 + + + EPSG:4326:8 + 1 + 250 + 0 + 511 + + + EPSG:4326:9 + 1 + 500 + 0 + 1023 + + + EPSG:4326:10 + 1 + 999 + 0 + 2047 + + + EPSG:4326:11 + 1 + 1997 + 0 + 4095 + + + EPSG:4326:12 + 1 + 3993 + 0 + 8191 + + + EPSG:4326:13 + 1 + 7986 + 0 + 16383 + + + EPSG:4326:14 + 1 + 15972 + 0 + 32767 + + + EPSG:4326:15 + 1 + 31944 + 0 + 65535 + + + EPSG:4326:16 + 1 + 63887 + 0 + 131071 + + + EPSG:4326:17 + 1 + 127774 + 0 + 262143 + + + EPSG:4326:18 + 1 + 255548 + 0 + 524287 + + + EPSG:4326:19 + 1 + 511095 + 0 + 1048575 + + + EPSG:4326:20 + 1 + 1022189 + 0 + 2097151 + + + null + 1 + 2044378 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 4 + 0 + 3 + + + EPSG:900913:3 + 1 + 8 + 0 + 7 + + + EPSG:900913:4 + 1 + 16 + 0 + 15 + + + EPSG:900913:5 + 1 + 32 + 0 + 31 + + + EPSG:900913:6 + 1 + 64 + 0 + 63 + + + EPSG:900913:7 + 1 + 128 + 0 + 127 + + + EPSG:900913:8 + 1 + 256 + 0 + 255 + + + EPSG:900913:9 + 1 + 512 + 0 + 511 + + + EPSG:900913:10 + 1 + 1024 + 0 + 1023 + + + EPSG:900913:11 + 1 + 2048 + 0 + 2047 + + + EPSG:900913:12 + 1 + 4096 + 0 + 4095 + + + EPSG:900913:13 + 1 + 8192 + 0 + 8191 + + + EPSG:900913:14 + 1 + 16384 + 0 + 16383 + + + EPSG:900913:15 + 1 + 32768 + 0 + 32767 + + + EPSG:900913:16 + 1 + 65536 + 0 + 65535 + + + EPSG:900913:17 + 1 + 131072 + 0 + 131071 + + + EPSG:900913:18 + 1 + 262144 + 0 + 262143 + + + EPSG:900913:19 + 1 + 524288 + 0 + 524287 + + + EPSG:900913:20 + 1 + 1048576 + 0 + 1048575 + + + EPSG:900913:21 + 1 + 2097152 + 0 + 2097151 + + + EPSG:900913:22 + 2 + 4194303 + 0 + 4194303 + + + EPSG:900913:23 + 3 + 8388606 + 0 + 8388607 + + + EPSG:900913:24 + 5 + 16777212 + 0 + 16777215 + + + EPSG:900913:25 + 10 + 33554423 + 0 + 33554431 + + + EPSG:900913:26 + 19 + 67108846 + 0 + 67108863 + + + EPSG:900913:27 + 38 + 134217691 + 0 + 134217727 + + + EPSG:900913:28 + 76 + 268435381 + 0 + 268435455 + + + EPSG:900913:29 + 152 + 536870761 + 0 + 536870911 + + + null + 304 + 1073741521 + 0 + 1073741823 + + + + + GOH Geologia: mapa geologico fallas + No abstract provided + + -93.0156326401891 7.03043760090527 + -57.037708591725 24.0084641167461 + + geonode:mapa_geologico_fallas4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 3 + 4 + 3 + 5 + + + EPSG:4326:4 + 6 + 8 + 7 + 10 + + + EPSG:4326:5 + 12 + 15 + 15 + 21 + + + EPSG:4326:6 + 24 + 30 + 30 + 43 + + + EPSG:4326:7 + 47 + 60 + 61 + 87 + + + EPSG:4326:8 + 94 + 119 + 123 + 174 + + + EPSG:4326:9 + 188 + 237 + 247 + 349 + + + EPSG:4326:10 + 376 + 473 + 494 + 699 + + + EPSG:4326:11 + 751 + 945 + 989 + 1399 + + + EPSG:4326:12 + 1502 + 1889 + 1979 + 2798 + + + EPSG:4326:13 + 3004 + 3777 + 3958 + 5596 + + + EPSG:4326:14 + 6007 + 7553 + 7917 + 11192 + + + EPSG:4326:15 + 12014 + 15105 + 15835 + 22384 + + + EPSG:4326:16 + 24027 + 30209 + 31670 + 44769 + + + EPSG:4326:17 + 48054 + 60417 + 63340 + 89538 + + + EPSG:4326:18 + 96108 + 120834 + 126680 + 179076 + + + EPSG:4326:19 + 192215 + 241667 + 253360 + 358153 + + + EPSG:4326:20 + 384429 + 483333 + 506720 + 716307 + + + null + 768858 + 966666 + 1013441 + 1432614 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 7 + 8 + 3 + 5 + + + EPSG:900913:5 + 14 + 16 + 7 + 10 + + + EPSG:900913:6 + 28 + 31 + 15 + 21 + + + EPSG:900913:7 + 56 + 62 + 30 + 43 + + + EPSG:900913:8 + 111 + 123 + 61 + 87 + + + EPSG:900913:9 + 221 + 246 + 123 + 174 + + + EPSG:900913:10 + 442 + 492 + 247 + 349 + + + EPSG:900913:11 + 884 + 984 + 494 + 699 + + + EPSG:900913:12 + 1767 + 1968 + 989 + 1399 + + + EPSG:900913:13 + 3533 + 3936 + 1979 + 2798 + + + EPSG:900913:14 + 7066 + 7872 + 3958 + 5596 + + + EPSG:900913:15 + 14132 + 15743 + 7917 + 11192 + + + EPSG:900913:16 + 28264 + 31485 + 15835 + 22384 + + + EPSG:900913:17 + 56528 + 62970 + 31670 + 44769 + + + EPSG:900913:18 + 113055 + 125940 + 63340 + 89538 + + + EPSG:900913:19 + 226109 + 251880 + 126680 + 179076 + + + EPSG:900913:20 + 452218 + 503759 + 253360 + 358153 + + + EPSG:900913:21 + 904435 + 1007518 + 506720 + 716307 + + + EPSG:900913:22 + 1808869 + 2015036 + 1013441 + 1432614 + + + EPSG:900913:23 + 3617738 + 4030071 + 2026882 + 2865229 + + + EPSG:900913:24 + 7235475 + 8060141 + 4053765 + 5730458 + + + EPSG:900913:25 + 14470950 + 16120282 + 8107530 + 11460916 + + + EPSG:900913:26 + 28941900 + 32240563 + 16215061 + 22921832 + + + EPSG:900913:27 + 57883800 + 64481125 + 32430122 + 45843664 + + + EPSG:900913:28 + 115767599 + 128962250 + 64860245 + 91687329 + + + EPSG:900913:29 + 231535198 + 257924499 + 129720490 + 183374659 + + + null + 463070396 + 515848997 + 259440981 + 366749319 + + + + + GOH Ecosistemas Maritimos: Desove Peces + No abstract provided + + -88.3555730469767 15.8374206048607 + -86.5057424681379 18.2862583859164 + + geonode:GH_Desove_Peces4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 33 + + + EPSG:4326:7 + 51 + 53 + 65 + 66 + + + EPSG:4326:8 + 102 + 106 + 130 + 132 + + + EPSG:4326:9 + 204 + 211 + 260 + 265 + + + EPSG:4326:10 + 408 + 422 + 521 + 531 + + + EPSG:4326:11 + 816 + 844 + 1042 + 1063 + + + EPSG:4326:12 + 1632 + 1688 + 2085 + 2127 + + + EPSG:4326:13 + 3264 + 3376 + 4170 + 4255 + + + EPSG:4326:14 + 6528 + 6751 + 8341 + 8510 + + + EPSG:4326:15 + 13056 + 13501 + 16683 + 17020 + + + EPSG:4326:16 + 26111 + 27002 + 33366 + 34040 + + + EPSG:4326:17 + 52221 + 54004 + 66733 + 68080 + + + EPSG:4326:18 + 104441 + 108008 + 133466 + 136160 + + + EPSG:4326:19 + 208882 + 216015 + 266933 + 272321 + + + EPSG:4326:20 + 417763 + 432029 + 533867 + 544643 + + + null + 835526 + 864057 + 1067734 + 1089287 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 33 + + + EPSG:900913:8 + 115 + 117 + 65 + 66 + + + EPSG:900913:9 + 230 + 234 + 130 + 132 + + + EPSG:900913:10 + 460 + 467 + 260 + 265 + + + EPSG:900913:11 + 919 + 933 + 521 + 531 + + + EPSG:900913:12 + 1837 + 1866 + 1042 + 1063 + + + EPSG:900913:13 + 3673 + 3731 + 2085 + 2127 + + + EPSG:900913:14 + 7346 + 7462 + 4170 + 4255 + + + EPSG:900913:15 + 14691 + 14924 + 8341 + 8510 + + + EPSG:900913:16 + 29382 + 29848 + 16683 + 17020 + + + EPSG:900913:17 + 58763 + 59695 + 33366 + 34040 + + + EPSG:900913:18 + 117525 + 119390 + 66733 + 68080 + + + EPSG:900913:19 + 235049 + 238780 + 133466 + 136160 + + + EPSG:900913:20 + 470098 + 477560 + 266933 + 272321 + + + EPSG:900913:21 + 940195 + 955119 + 533867 + 544643 + + + EPSG:900913:22 + 1880390 + 1910238 + 1067734 + 1089287 + + + EPSG:900913:23 + 3760780 + 3820475 + 2135469 + 2178574 + + + EPSG:900913:24 + 7521560 + 7640949 + 4270939 + 4357148 + + + EPSG:900913:25 + 15043119 + 15281897 + 8541879 + 8714296 + + + EPSG:900913:26 + 30086238 + 30563794 + 17083759 + 17428592 + + + EPSG:900913:27 + 60172475 + 61127587 + 34167518 + 34857185 + + + EPSG:900913:28 + 120344950 + 122255173 + 68335037 + 69714371 + + + EPSG:900913:29 + 240689900 + 244510345 + 136670075 + 139428742 + + + null + 481379799 + 489020689 + 273340150 + 278857485 + + + + + CASPECO: Caspian sea iso lines + No abstract provided + + 47.5146299999997 36.5736500000003 + 53.9116799999993 46.5376500000002 + + geonode:GIS_OTHER_VEC_ISOLINES + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 1 + 2 + 5 + 5 + + + EPSG:4326:3 + 2 + 3 + 10 + 10 + + + EPSG:4326:4 + 4 + 5 + 20 + 20 + + + EPSG:4326:5 + 8 + 10 + 40 + 41 + + + EPSG:4326:6 + 16 + 19 + 80 + 83 + + + EPSG:4326:7 + 31 + 38 + 161 + 166 + + + EPSG:4326:8 + 62 + 76 + 323 + 332 + + + EPSG:4326:9 + 124 + 152 + 647 + 665 + + + EPSG:4326:10 + 248 + 304 + 1294 + 1330 + + + EPSG:4326:11 + 495 + 608 + 2588 + 2661 + + + EPSG:4326:12 + 990 + 1216 + 5177 + 5322 + + + EPSG:4326:13 + 1979 + 2432 + 10354 + 10645 + + + EPSG:4326:14 + 3957 + 4863 + 20708 + 21291 + + + EPSG:4326:15 + 7913 + 9726 + 41417 + 42582 + + + EPSG:4326:16 + 15825 + 19452 + 82835 + 85164 + + + EPSG:4326:17 + 31649 + 38904 + 165671 + 170329 + + + EPSG:4326:18 + 63297 + 77808 + 331342 + 340658 + + + EPSG:4326:19 + 126594 + 155616 + 662684 + 681317 + + + EPSG:4326:20 + 253187 + 311232 + 1325368 + 1362634 + + + null + 506374 + 622463 + 2650737 + 2725268 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 3 + 4 + 5 + 5 + + + EPSG:900913:4 + 6 + 7 + 10 + 10 + + + EPSG:900913:5 + 12 + 13 + 20 + 20 + + + EPSG:900913:6 + 23 + 26 + 40 + 41 + + + EPSG:900913:7 + 46 + 51 + 80 + 83 + + + EPSG:900913:8 + 91 + 101 + 161 + 166 + + + EPSG:900913:9 + 182 + 201 + 323 + 332 + + + EPSG:900913:10 + 363 + 401 + 647 + 665 + + + EPSG:900913:11 + 725 + 801 + 1294 + 1330 + + + EPSG:900913:12 + 1449 + 1601 + 2588 + 2661 + + + EPSG:900913:13 + 2897 + 3201 + 5177 + 5322 + + + EPSG:900913:14 + 5794 + 6402 + 10354 + 10645 + + + EPSG:900913:15 + 11587 + 12803 + 20708 + 21291 + + + EPSG:900913:16 + 23174 + 25606 + 41417 + 42582 + + + EPSG:900913:17 + 46348 + 51211 + 82835 + 85164 + + + EPSG:900913:18 + 92695 + 102422 + 165671 + 170329 + + + EPSG:900913:19 + 185389 + 204844 + 331342 + 340658 + + + EPSG:900913:20 + 370778 + 409688 + 662684 + 681317 + + + EPSG:900913:21 + 741556 + 819376 + 1325368 + 1362634 + + + EPSG:900913:22 + 1483112 + 1638752 + 2650737 + 2725268 + + + EPSG:900913:23 + 2966223 + 3277504 + 5301475 + 5450537 + + + EPSG:900913:24 + 5932446 + 6555007 + 10602950 + 10901074 + + + EPSG:900913:25 + 11864891 + 13110014 + 21205900 + 21802148 + + + EPSG:900913:26 + 23729782 + 26220028 + 42411801 + 43604297 + + + EPSG:900913:27 + 47459563 + 52440055 + 84823602 + 87208595 + + + EPSG:900913:28 + 94919125 + 104880110 + 169647204 + 174417190 + + + EPSG:900913:29 + 189838249 + 209760219 + 339294408 + 348834380 + + + null + 379676498 + 419520437 + 678588816 + 697668760 + + + + + GOH Puntos de Muestreo: Est.. muestreo propuestas + No abstract provided + + -88.9163611099957 15.6963888897851 + -86.8977703496776 17.4944526165435 + + geonode:GH_Est_muestreo_propuestas4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 33 + + + EPSG:4326:7 + 52 + 53 + 64 + 66 + + + EPSG:4326:8 + 104 + 106 + 129 + 132 + + + EPSG:4326:9 + 207 + 212 + 259 + 264 + + + EPSG:4326:10 + 413 + 423 + 518 + 529 + + + EPSG:4326:11 + 825 + 846 + 1036 + 1059 + + + EPSG:4326:12 + 1650 + 1691 + 2072 + 2118 + + + EPSG:4326:13 + 3300 + 3382 + 4145 + 4237 + + + EPSG:4326:14 + 6600 + 6764 + 8290 + 8474 + + + EPSG:4326:15 + 13200 + 13527 + 16581 + 16948 + + + EPSG:4326:16 + 26399 + 27054 + 33162 + 33897 + + + EPSG:4326:17 + 52797 + 54107 + 66325 + 67794 + + + EPSG:4326:18 + 105594 + 108213 + 132650 + 135589 + + + EPSG:4326:19 + 211188 + 216425 + 265300 + 271179 + + + EPSG:4326:20 + 422376 + 432850 + 530600 + 542359 + + + null + 844751 + 865700 + 1061201 + 1084719 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 33 + + + EPSG:900913:8 + 116 + 117 + 64 + 66 + + + EPSG:900913:9 + 231 + 234 + 129 + 132 + + + EPSG:900913:10 + 462 + 467 + 259 + 264 + + + EPSG:900913:11 + 923 + 934 + 518 + 529 + + + EPSG:900913:12 + 1846 + 1868 + 1036 + 1059 + + + EPSG:900913:13 + 3692 + 3735 + 2072 + 2118 + + + EPSG:900913:14 + 7384 + 7469 + 4145 + 4237 + + + EPSG:900913:15 + 14767 + 14938 + 8290 + 8474 + + + EPSG:900913:16 + 29533 + 29875 + 16581 + 16948 + + + EPSG:900913:17 + 59066 + 59749 + 33162 + 33897 + + + EPSG:900913:18 + 118131 + 119497 + 66325 + 67794 + + + EPSG:900913:19 + 236261 + 238994 + 132650 + 135589 + + + EPSG:900913:20 + 472521 + 477987 + 265300 + 271179 + + + EPSG:900913:21 + 945042 + 955973 + 530600 + 542359 + + + EPSG:900913:22 + 1890084 + 1911945 + 1061201 + 1084719 + + + EPSG:900913:23 + 3780168 + 3823889 + 2122402 + 2169439 + + + EPSG:900913:24 + 7560336 + 7647778 + 4244805 + 4338878 + + + EPSG:900913:25 + 15120672 + 15295556 + 8489610 + 8677756 + + + EPSG:900913:26 + 30241343 + 30591112 + 16979220 + 17355513 + + + EPSG:900913:27 + 60482685 + 61182223 + 33958441 + 34711027 + + + EPSG:900913:28 + 120965369 + 122364445 + 67916883 + 69422054 + + + EPSG:900913:29 + 241930737 + 244728889 + 135833767 + 138844108 + + + null + 483861473 + 489457778 + 271667534 + 277688216 + + + + + GOH Limites Administrativos - Departamentos + No abstract provided + + -91.5491561889648 13.6825895309448 + -86.2266464233398 17.9723300933838 + + geonode:GH_Departamentos4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 4 + 4 + 3 + 4 + + + EPSG:4326:4 + 7 + 7 + 7 + 8 + + + EPSG:4326:5 + 13 + 14 + 15 + 16 + + + EPSG:4326:6 + 26 + 28 + 31 + 33 + + + EPSG:4326:7 + 52 + 55 + 62 + 66 + + + EPSG:4326:8 + 103 + 109 + 125 + 133 + + + EPSG:4326:9 + 205 + 218 + 251 + 266 + + + EPSG:4326:10 + 410 + 435 + 503 + 533 + + + EPSG:4326:11 + 820 + 869 + 1006 + 1066 + + + EPSG:4326:12 + 1640 + 1737 + 2012 + 2133 + + + EPSG:4326:13 + 3279 + 3474 + 4025 + 4267 + + + EPSG:4326:14 + 6557 + 6947 + 8050 + 8535 + + + EPSG:4326:15 + 13113 + 13894 + 16101 + 17070 + + + EPSG:4326:16 + 26225 + 27787 + 32203 + 34141 + + + EPSG:4326:17 + 52449 + 55573 + 64407 + 68283 + + + EPSG:4326:18 + 104898 + 111146 + 128815 + 136567 + + + EPSG:4326:19 + 209796 + 222291 + 257631 + 273134 + + + EPSG:4326:20 + 419592 + 444582 + 515263 + 546269 + + + null + 839184 + 889163 + 1030527 + 1092538 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 8 + 8 + 3 + 4 + + + EPSG:900913:5 + 15 + 15 + 7 + 8 + + + EPSG:900913:6 + 29 + 30 + 15 + 16 + + + EPSG:900913:7 + 58 + 60 + 31 + 33 + + + EPSG:900913:8 + 116 + 119 + 62 + 66 + + + EPSG:900913:9 + 231 + 237 + 125 + 133 + + + EPSG:900913:10 + 461 + 473 + 251 + 266 + + + EPSG:900913:11 + 921 + 946 + 503 + 533 + + + EPSG:900913:12 + 1841 + 1891 + 1006 + 1066 + + + EPSG:900913:13 + 3681 + 3782 + 2012 + 2133 + + + EPSG:900913:14 + 7361 + 7564 + 4025 + 4267 + + + EPSG:900913:15 + 14721 + 15127 + 8050 + 8535 + + + EPSG:900913:16 + 29442 + 30254 + 16101 + 17070 + + + EPSG:900913:17 + 58883 + 60507 + 32203 + 34141 + + + EPSG:900913:18 + 117765 + 121013 + 64407 + 68283 + + + EPSG:900913:19 + 235530 + 242026 + 128815 + 136567 + + + EPSG:900913:20 + 471060 + 484051 + 257631 + 273134 + + + EPSG:900913:21 + 942120 + 968101 + 515263 + 546269 + + + EPSG:900913:22 + 1884239 + 1936202 + 1030527 + 1092538 + + + EPSG:900913:23 + 3768477 + 3872403 + 2061054 + 2185077 + + + EPSG:900913:24 + 7536954 + 7744805 + 4122108 + 4370155 + + + EPSG:900913:25 + 15073908 + 15489610 + 8244216 + 8740310 + + + EPSG:900913:26 + 30147815 + 30979219 + 16488432 + 17480620 + + + EPSG:900913:27 + 60295630 + 61958437 + 32976864 + 34961240 + + + EPSG:900913:28 + 120591260 + 123916873 + 65953729 + 69922480 + + + EPSG:900913:29 + 241182519 + 247833745 + 131907458 + 139844960 + + + null + 482365038 + 495667489 + 263814917 + 279689921 + + + + + GIWA Large Marine Ecosystem/Basin Delineation + GIWA_LME: Global International Waters Assessment's Terrestrial WSs and Large Marine Ecosystems, a medium resolution WS delineation based on terrestrial modifications to the NOAA-URI Large Marine Ecosystems. The GIWA_LME shapefile data layer is comprised of 2936 derivative vector large marine ecosystems and terrestrial basins features derived based on ~100 000 cell data originally from GIWA - URI. The layer provides nominal analytical/mapping at 1:20 000 00. Data processing is complete and under revision globally. + + + -179.804885864258 -89.2641143798828 + 179.919998168945 89.0321578979492 + + geonode:giwa_lme + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 8 + 0 + 15 + + + EPSG:4326:4 + 1 + 16 + 0 + 31 + + + EPSG:4326:5 + 1 + 32 + 0 + 63 + + + EPSG:4326:6 + 1 + 64 + 0 + 127 + + + EPSG:4326:7 + 1 + 128 + 0 + 255 + + + EPSG:4326:8 + 2 + 255 + 0 + 511 + + + EPSG:4326:9 + 3 + 510 + 0 + 1023 + + + EPSG:4326:10 + 6 + 1020 + 1 + 2047 + + + EPSG:4326:11 + 12 + 2040 + 2 + 4095 + + + EPSG:4326:12 + 23 + 4080 + 4 + 8190 + + + EPSG:4326:13 + 45 + 8159 + 8 + 16380 + + + EPSG:4326:14 + 89 + 16318 + 17 + 32760 + + + EPSG:4326:15 + 177 + 32635 + 35 + 65521 + + + EPSG:4326:16 + 353 + 65269 + 71 + 131042 + + + EPSG:4326:17 + 705 + 130537 + 142 + 262085 + + + EPSG:4326:18 + 1410 + 261073 + 284 + 524171 + + + EPSG:4326:19 + 2820 + 522145 + 568 + 1048342 + + + EPSG:4326:20 + 5639 + 1044290 + 1136 + 2096685 + + + null + 11277 + 2088579 + 2273 + 4193371 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 4 + 0 + 3 + + + EPSG:900913:3 + 1 + 8 + 0 + 7 + + + EPSG:900913:4 + 1 + 16 + 0 + 15 + + + EPSG:900913:5 + 1 + 32 + 0 + 31 + + + EPSG:900913:6 + 1 + 64 + 0 + 63 + + + EPSG:900913:7 + 1 + 128 + 0 + 127 + + + EPSG:900913:8 + 1 + 256 + 0 + 255 + + + EPSG:900913:9 + 1 + 512 + 0 + 511 + + + EPSG:900913:10 + 1 + 1024 + 0 + 1023 + + + EPSG:900913:11 + 1 + 2048 + 1 + 2047 + + + EPSG:900913:12 + 1 + 4096 + 2 + 4095 + + + EPSG:900913:13 + 1 + 8192 + 4 + 8190 + + + EPSG:900913:14 + 1 + 16384 + 8 + 16380 + + + EPSG:900913:15 + 1 + 32768 + 17 + 32760 + + + EPSG:900913:16 + 1 + 65536 + 35 + 65521 + + + EPSG:900913:17 + 1 + 131072 + 71 + 131042 + + + EPSG:900913:18 + 1 + 262144 + 142 + 262085 + + + EPSG:900913:19 + 1 + 524288 + 284 + 524171 + + + EPSG:900913:20 + 1 + 1048576 + 568 + 1048342 + + + EPSG:900913:21 + 1 + 2097152 + 1136 + 2096685 + + + EPSG:900913:22 + 2 + 4194303 + 2273 + 4193371 + + + EPSG:900913:23 + 3 + 8388606 + 4546 + 8386743 + + + EPSG:900913:24 + 5 + 16777212 + 9092 + 16773487 + + + EPSG:900913:25 + 10 + 33554423 + 18185 + 33546975 + + + EPSG:900913:26 + 19 + 67108846 + 36371 + 67093950 + + + EPSG:900913:27 + 38 + 134217691 + 72743 + 134187901 + + + EPSG:900913:28 + 76 + 268435381 + 145487 + 268375802 + + + EPSG:900913:29 + 152 + 536870761 + 290975 + 536751604 + + + null + 304 + 1073741521 + 581950 + 1073503209 + + + + + FREPLATA: Red Hidrográfica + Principales cursos de agua que confluyen directamente en el Río de la Plata y su Frente Marítimo. +Fuente: Departamento de Hidrología de la Provincia de Buenos Aires - Atlas Digital de los Recursos Hídricos Superficiales de la República Argentina (2002, INA), Servicio Geográfico Militar (Uruguay) y FREPLATA + + -63.7230583439813 -40.9819279015473 + -53.1590761467877 -32.9523277282715 + + geonode:red_hidrografica + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 2 + 2 + 1 + 1 + + + EPSG:4326:2 + 3 + 3 + 2 + 2 + + + EPSG:4326:3 + 6 + 6 + 5 + 5 + + + EPSG:4326:4 + 11 + 12 + 10 + 11 + + + EPSG:4326:5 + 22 + 24 + 20 + 22 + + + EPSG:4326:6 + 44 + 47 + 41 + 45 + + + EPSG:4326:7 + 88 + 94 + 82 + 90 + + + EPSG:4326:8 + 175 + 187 + 165 + 180 + + + EPSG:4326:9 + 350 + 373 + 330 + 360 + + + EPSG:4326:10 + 700 + 746 + 661 + 721 + + + EPSG:4326:11 + 1399 + 1491 + 1322 + 1443 + + + EPSG:4326:12 + 2798 + 2981 + 2645 + 2886 + + + EPSG:4326:13 + 5596 + 5962 + 5291 + 5772 + + + EPSG:4326:14 + 11192 + 11923 + 10583 + 11545 + + + EPSG:4326:15 + 22383 + 23845 + 21167 + 23090 + + + EPSG:4326:16 + 44766 + 47690 + 42335 + 46181 + + + EPSG:4326:17 + 89532 + 95379 + 84670 + 92362 + + + EPSG:4326:18 + 179063 + 190757 + 169340 + 184725 + + + EPSG:4326:19 + 358125 + 381513 + 338681 + 369450 + + + EPSG:4326:20 + 716250 + 763026 + 677362 + 738901 + + + null + 1432499 + 1526051 + 1354724 + 1477803 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 2 + 2 + 0 + 0 + + + EPSG:900913:2 + 3 + 3 + 1 + 1 + + + EPSG:900913:3 + 5 + 6 + 2 + 2 + + + EPSG:900913:4 + 10 + 11 + 5 + 5 + + + EPSG:900913:5 + 20 + 21 + 10 + 11 + + + EPSG:900913:6 + 39 + 41 + 20 + 22 + + + EPSG:900913:7 + 77 + 81 + 41 + 45 + + + EPSG:900913:8 + 153 + 161 + 82 + 90 + + + EPSG:900913:9 + 306 + 321 + 165 + 180 + + + EPSG:900913:10 + 612 + 641 + 330 + 360 + + + EPSG:900913:11 + 1223 + 1281 + 661 + 721 + + + EPSG:900913:12 + 2446 + 2561 + 1322 + 1443 + + + EPSG:900913:13 + 4891 + 5121 + 2645 + 2886 + + + EPSG:900913:14 + 9782 + 10241 + 5291 + 5772 + + + EPSG:900913:15 + 19564 + 20481 + 10583 + 11545 + + + EPSG:900913:16 + 39128 + 40961 + 21167 + 23090 + + + EPSG:900913:17 + 78256 + 81921 + 42335 + 46181 + + + EPSG:900913:18 + 156512 + 163842 + 84670 + 92362 + + + EPSG:900913:19 + 313023 + 327684 + 169340 + 184725 + + + EPSG:900913:20 + 626045 + 655368 + 338681 + 369450 + + + EPSG:900913:21 + 1252089 + 1310736 + 677362 + 738901 + + + EPSG:900913:22 + 2504178 + 2621472 + 1354724 + 1477803 + + + EPSG:900913:23 + 5008356 + 5242943 + 2709449 + 2955607 + + + EPSG:900913:24 + 10016711 + 10485886 + 5418898 + 5911215 + + + EPSG:900913:25 + 20033421 + 20971771 + 10837796 + 11822430 + + + EPSG:900913:26 + 40066841 + 41943542 + 21675592 + 23644861 + + + EPSG:900913:27 + 80133682 + 83887083 + 43351185 + 47289723 + + + EPSG:900913:28 + 160267364 + 167774165 + 86702371 + 94579447 + + + EPSG:900913:29 + 320534727 + 335548330 + 173404743 + 189158895 + + + null + 641069454 + 671096660 + 346809487 + 378317791 + + + + + GOH Ecosistemas Maritimos: Anidamiento de aves + No abstract provided + + -88.5671340603623 15.9489730455407 + -85.6974149846346 21.6030219156867 + + geonode:GH_Anidamiento_de_aves4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 25 + 27 + 32 + 33 + + + EPSG:4326:7 + 49 + 53 + 65 + 67 + + + EPSG:4326:8 + 98 + 106 + 130 + 134 + + + EPSG:4326:9 + 195 + 211 + 260 + 268 + + + EPSG:4326:10 + 390 + 422 + 520 + 536 + + + EPSG:4326:11 + 779 + 843 + 1040 + 1072 + + + EPSG:4326:12 + 1557 + 1686 + 2080 + 2145 + + + EPSG:4326:13 + 3113 + 3371 + 4161 + 4291 + + + EPSG:4326:14 + 6226 + 6741 + 8322 + 8583 + + + EPSG:4326:15 + 12452 + 13481 + 16644 + 17167 + + + EPSG:4326:16 + 24903 + 26962 + 33289 + 34334 + + + EPSG:4326:17 + 49806 + 53923 + 66579 + 68669 + + + EPSG:4326:18 + 99611 + 107845 + 133158 + 137338 + + + EPSG:4326:19 + 199221 + 215690 + 266317 + 274676 + + + EPSG:4326:20 + 398442 + 431379 + 532635 + 549352 + + + null + 796883 + 862757 + 1065270 + 1098704 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 57 + 59 + 32 + 33 + + + EPSG:900913:8 + 113 + 117 + 65 + 67 + + + EPSG:900913:9 + 225 + 234 + 130 + 134 + + + EPSG:900913:10 + 450 + 467 + 260 + 268 + + + EPSG:900913:11 + 899 + 933 + 520 + 536 + + + EPSG:900913:12 + 1797 + 1865 + 1040 + 1072 + + + EPSG:900913:13 + 3593 + 3729 + 2080 + 2145 + + + EPSG:900913:14 + 7185 + 7457 + 4161 + 4291 + + + EPSG:900913:15 + 14370 + 14914 + 8322 + 8583 + + + EPSG:900913:16 + 28739 + 29827 + 16644 + 17167 + + + EPSG:900913:17 + 57478 + 59653 + 33289 + 34334 + + + EPSG:900913:18 + 114955 + 119306 + 66579 + 68669 + + + EPSG:900913:19 + 229910 + 238611 + 133158 + 137338 + + + EPSG:900913:20 + 459819 + 477222 + 266317 + 274676 + + + EPSG:900913:21 + 919637 + 954443 + 532635 + 549352 + + + EPSG:900913:22 + 1839274 + 1908886 + 1065270 + 1098704 + + + EPSG:900913:23 + 3678548 + 3817772 + 2130540 + 2197409 + + + EPSG:900913:24 + 7357096 + 7635543 + 4261080 + 4394818 + + + EPSG:900913:25 + 14714192 + 15271086 + 8522160 + 8789637 + + + EPSG:900913:26 + 29428383 + 30542172 + 17044321 + 17579275 + + + EPSG:900913:27 + 58856765 + 61084344 + 34088643 + 35158551 + + + EPSG:900913:28 + 117713530 + 122168687 + 68177286 + 70317103 + + + EPSG:900913:29 + 235427059 + 244337373 + 136354572 + 140634207 + + + null + 470854118 + 488674746 + 272709145 + 281268415 + + + + + GOH Ecosistemas Maritimos: Sitios Prioritarios TNC + No abstract provided + + -88.9529163680857 15.6814292882699 + -85.5486279939099 21.8087529016653 + + geonode:GH_Sitios_Prioritarios_TNC4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 25 + 27 + 32 + 33 + + + EPSG:4326:7 + 49 + 53 + 64 + 67 + + + EPSG:4326:8 + 97 + 106 + 129 + 134 + + + EPSG:4326:9 + 194 + 212 + 258 + 268 + + + EPSG:4326:10 + 388 + 423 + 517 + 537 + + + EPSG:4326:11 + 776 + 846 + 1035 + 1074 + + + EPSG:4326:12 + 1552 + 1692 + 2071 + 2149 + + + EPSG:4326:13 + 3104 + 3383 + 4143 + 4298 + + + EPSG:4326:14 + 6207 + 6765 + 8287 + 8597 + + + EPSG:4326:15 + 12414 + 13530 + 16574 + 17194 + + + EPSG:4326:16 + 24828 + 27059 + 33149 + 34388 + + + EPSG:4326:17 + 49656 + 54118 + 66298 + 68777 + + + EPSG:4326:18 + 99311 + 108235 + 132596 + 137554 + + + EPSG:4326:19 + 198622 + 216469 + 265193 + 275109 + + + EPSG:4326:20 + 397243 + 432938 + 530387 + 550219 + + + null + 794486 + 865875 + 1060775 + 1100438 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 57 + 59 + 32 + 33 + + + EPSG:900913:8 + 113 + 117 + 64 + 67 + + + EPSG:900913:9 + 225 + 234 + 129 + 134 + + + EPSG:900913:10 + 449 + 467 + 258 + 268 + + + EPSG:900913:11 + 897 + 934 + 517 + 537 + + + EPSG:900913:12 + 1794 + 1868 + 1035 + 1074 + + + EPSG:900913:13 + 3588 + 3735 + 2071 + 2149 + + + EPSG:900913:14 + 7175 + 7470 + 4143 + 4298 + + + EPSG:900913:15 + 14350 + 14939 + 8287 + 8597 + + + EPSG:900913:16 + 28699 + 29877 + 16574 + 17194 + + + EPSG:900913:17 + 57397 + 59754 + 33149 + 34388 + + + EPSG:900913:18 + 114794 + 119508 + 66298 + 68777 + + + EPSG:900913:19 + 229587 + 239016 + 132596 + 137554 + + + EPSG:900913:20 + 459174 + 478032 + 265193 + 275109 + + + EPSG:900913:21 + 918348 + 956063 + 530387 + 550219 + + + EPSG:900913:22 + 1836695 + 1912126 + 1060775 + 1100438 + + + EPSG:900913:23 + 3673389 + 3824251 + 2121550 + 2200876 + + + EPSG:900913:24 + 7346777 + 7648502 + 4243101 + 4401752 + + + EPSG:900913:25 + 14693553 + 15297004 + 8486203 + 8803505 + + + EPSG:900913:26 + 29387105 + 30594008 + 16972406 + 17607011 + + + EPSG:900913:27 + 58774209 + 61188016 + 33944813 + 35214023 + + + EPSG:900913:28 + 117548418 + 122376031 + 67889626 + 70428047 + + + EPSG:900913:29 + 235096836 + 244752062 + 135779252 + 140856095 + + + null + 470193672 + 489504123 + 271558504 + 281712190 + + + + + Transboundary Aquifers + No abstract provided + + -120.244532322726 -53.0339952815958 + 146.75737666939 70.4935162358848 + + geonode:igrac_tba_WL_201105_projected + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 1 + 7 + + + EPSG:4326:3 + 1 + 7 + 2 + 14 + + + EPSG:4326:4 + 2 + 13 + 5 + 29 + + + EPSG:4326:5 + 4 + 26 + 10 + 58 + + + EPSG:4326:6 + 7 + 51 + 21 + 116 + + + EPSG:4326:7 + 14 + 102 + 42 + 232 + + + EPSG:4326:8 + 28 + 204 + 84 + 464 + + + EPSG:4326:9 + 56 + 407 + 169 + 929 + + + EPSG:4326:10 + 111 + 814 + 339 + 1858 + + + EPSG:4326:11 + 222 + 1628 + 679 + 3717 + + + EPSG:4326:12 + 444 + 3255 + 1359 + 7435 + + + EPSG:4326:13 + 888 + 6510 + 2719 + 14871 + + + EPSG:4326:14 + 1776 + 13020 + 5439 + 29742 + + + EPSG:4326:15 + 3552 + 26039 + 10878 + 59484 + + + EPSG:4326:16 + 7103 + 52078 + 21756 + 118968 + + + EPSG:4326:17 + 14205 + 104155 + 43512 + 237937 + + + EPSG:4326:18 + 28409 + 208309 + 87025 + 475874 + + + EPSG:4326:19 + 56817 + 416617 + 174050 + 951749 + + + EPSG:4326:20 + 113634 + 833234 + 348100 + 1903499 + + + null + 227268 + 1666467 + 696201 + 3806999 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 3 + 0 + 3 + + + EPSG:900913:3 + 2 + 6 + 1 + 7 + + + EPSG:900913:4 + 4 + 11 + 2 + 14 + + + EPSG:900913:5 + 8 + 22 + 5 + 29 + + + EPSG:900913:6 + 15 + 44 + 10 + 58 + + + EPSG:900913:7 + 29 + 87 + 21 + 116 + + + EPSG:900913:8 + 57 + 173 + 42 + 232 + + + EPSG:900913:9 + 113 + 346 + 84 + 464 + + + EPSG:900913:10 + 226 + 691 + 169 + 929 + + + EPSG:900913:11 + 451 + 1382 + 339 + 1858 + + + EPSG:900913:12 + 901 + 2763 + 679 + 3717 + + + EPSG:900913:13 + 1801 + 5525 + 1359 + 7435 + + + EPSG:900913:14 + 3601 + 11050 + 2719 + 14871 + + + EPSG:900913:15 + 7201 + 22099 + 5439 + 29742 + + + EPSG:900913:16 + 14402 + 44198 + 10878 + 59484 + + + EPSG:900913:17 + 28803 + 88396 + 21756 + 118968 + + + EPSG:900913:18 + 57605 + 176792 + 43512 + 237937 + + + EPSG:900913:19 + 115209 + 353583 + 87025 + 475874 + + + EPSG:900913:20 + 230418 + 707166 + 174050 + 951749 + + + EPSG:900913:21 + 460836 + 1414331 + 348100 + 1903499 + + + EPSG:900913:22 + 921672 + 2828661 + 696201 + 3806999 + + + EPSG:900913:23 + 1843344 + 5657321 + 1392403 + 7613998 + + + EPSG:900913:24 + 3686688 + 11314641 + 2784806 + 15227997 + + + EPSG:900913:25 + 7373375 + 22629282 + 5569613 + 30455994 + + + EPSG:900913:26 + 14746749 + 45258563 + 11139226 + 60911989 + + + EPSG:900913:27 + 29493498 + 90517125 + 22278453 + 121823979 + + + EPSG:900913:28 + 58986995 + 181034250 + 44556906 + 243647959 + + + EPSG:900913:29 + 117973989 + 362068499 + 89113812 + 487295918 + + + null + 235947978 + 724136998 + 178227624 + 974591837 + + + + + test... + No abstract provided + + -65.7498622505297 -24.9790595951527 + -64.0712474878559 -22.0790354304454 + + geonode:abril + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 2 + 2 + 1 + 1 + + + EPSG:4326:2 + 3 + 3 + 2 + 2 + + + EPSG:4326:3 + 5 + 6 + 5 + 5 + + + EPSG:4326:4 + 10 + 11 + 10 + 10 + + + EPSG:4326:5 + 20 + 21 + 20 + 20 + + + EPSG:4326:6 + 40 + 41 + 40 + 41 + + + EPSG:4326:7 + 80 + 82 + 81 + 82 + + + EPSG:4326:8 + 160 + 164 + 162 + 164 + + + EPSG:4326:9 + 319 + 328 + 324 + 329 + + + EPSG:4326:10 + 638 + 655 + 649 + 659 + + + EPSG:4326:11 + 1276 + 1309 + 1299 + 1319 + + + EPSG:4326:12 + 2551 + 2617 + 2599 + 2638 + + + EPSG:4326:13 + 5101 + 5233 + 5199 + 5276 + + + EPSG:4326:14 + 10202 + 10466 + 10399 + 10552 + + + EPSG:4326:15 + 20404 + 20932 + 20798 + 21104 + + + EPSG:4326:16 + 40807 + 41863 + 41597 + 42208 + + + EPSG:4326:17 + 81614 + 83726 + 83194 + 84416 + + + EPSG:4326:18 + 163227 + 167451 + 166388 + 168833 + + + EPSG:4326:19 + 326454 + 334901 + 332777 + 337666 + + + EPSG:4326:20 + 652908 + 669802 + 665555 + 675333 + + + null + 1305816 + 1339604 + 1331110 + 1350667 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 2 + 2 + 0 + 0 + + + EPSG:900913:2 + 3 + 3 + 1 + 1 + + + EPSG:900913:3 + 5 + 5 + 2 + 2 + + + EPSG:900913:4 + 10 + 10 + 5 + 5 + + + EPSG:900913:5 + 19 + 19 + 10 + 10 + + + EPSG:900913:6 + 37 + 37 + 20 + 20 + + + EPSG:900913:7 + 73 + 74 + 40 + 41 + + + EPSG:900913:8 + 145 + 147 + 81 + 82 + + + EPSG:900913:9 + 289 + 293 + 162 + 164 + + + EPSG:900913:10 + 577 + 586 + 324 + 329 + + + EPSG:900913:11 + 1153 + 1171 + 649 + 659 + + + EPSG:900913:12 + 2306 + 2342 + 1299 + 1319 + + + EPSG:900913:13 + 4612 + 4684 + 2599 + 2638 + + + EPSG:900913:14 + 9223 + 9367 + 5199 + 5276 + + + EPSG:900913:15 + 18446 + 18734 + 10399 + 10552 + + + EPSG:900913:16 + 36891 + 37467 + 20798 + 21104 + + + EPSG:900913:17 + 73782 + 74934 + 41597 + 42208 + + + EPSG:900913:18 + 147563 + 149867 + 83194 + 84416 + + + EPSG:900913:19 + 295126 + 299733 + 166388 + 168833 + + + EPSG:900913:20 + 590252 + 599466 + 332777 + 337666 + + + EPSG:900913:21 + 1180503 + 1198932 + 665555 + 675333 + + + EPSG:900913:22 + 2361005 + 2397863 + 1331110 + 1350667 + + + EPSG:900913:23 + 4722010 + 4795725 + 2662221 + 2701335 + + + EPSG:900913:24 + 9444020 + 9591449 + 5324442 + 5402671 + + + EPSG:900913:25 + 18888040 + 19182897 + 10648884 + 10805342 + + + EPSG:900913:26 + 37776080 + 38365793 + 21297769 + 21610685 + + + EPSG:900913:27 + 75552159 + 76731586 + 42595538 + 43221371 + + + EPSG:900913:28 + 151104318 + 153463171 + 85191077 + 86442743 + + + EPSG:900913:29 + 302208636 + 306926342 + 170382154 + 172885486 + + + null + 604417271 + 613852684 + 340764309 + 345770972 + + + + + GOH Geologia: mapa geologico provincias + No abstract provided + + -93.0159661409384 7.02614085056831 + -57.0375476811808 27.9999996191496 + + geonode:mapa_geologico_provincias4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 3 + 4 + 3 + 5 + + + EPSG:4326:4 + 6 + 8 + 7 + 10 + + + EPSG:4326:5 + 12 + 15 + 15 + 21 + + + EPSG:4326:6 + 23 + 30 + 30 + 43 + + + EPSG:4326:7 + 45 + 60 + 61 + 87 + + + EPSG:4326:8 + 89 + 119 + 123 + 174 + + + EPSG:4326:9 + 177 + 237 + 247 + 349 + + + EPSG:4326:10 + 353 + 473 + 494 + 699 + + + EPSG:4326:11 + 706 + 945 + 989 + 1399 + + + EPSG:4326:12 + 1411 + 1889 + 1979 + 2798 + + + EPSG:4326:13 + 2822 + 3777 + 3958 + 5596 + + + EPSG:4326:14 + 5644 + 7553 + 7917 + 11192 + + + EPSG:4326:15 + 11287 + 15105 + 15834 + 22384 + + + EPSG:4326:16 + 22574 + 30210 + 31669 + 44769 + + + EPSG:4326:17 + 45148 + 60420 + 63339 + 89538 + + + EPSG:4326:18 + 90295 + 120840 + 126679 + 179077 + + + EPSG:4326:19 + 180589 + 241679 + 253359 + 358154 + + + EPSG:4326:20 + 361177 + 483358 + 506718 + 716308 + + + null + 722353 + 966716 + 1013437 + 1432616 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 7 + 8 + 3 + 5 + + + EPSG:900913:5 + 14 + 16 + 7 + 10 + + + EPSG:900913:6 + 27 + 31 + 15 + 21 + + + EPSG:900913:7 + 54 + 62 + 30 + 43 + + + EPSG:900913:8 + 108 + 123 + 61 + 87 + + + EPSG:900913:9 + 215 + 246 + 123 + 174 + + + EPSG:900913:10 + 429 + 492 + 247 + 349 + + + EPSG:900913:11 + 858 + 984 + 494 + 699 + + + EPSG:900913:12 + 1716 + 1968 + 989 + 1399 + + + EPSG:900913:13 + 3432 + 3936 + 1979 + 2798 + + + EPSG:900913:14 + 6864 + 7872 + 3958 + 5596 + + + EPSG:900913:15 + 13728 + 15743 + 7917 + 11192 + + + EPSG:900913:16 + 27455 + 31486 + 15834 + 22384 + + + EPSG:900913:17 + 54910 + 62972 + 31669 + 44769 + + + EPSG:900913:18 + 109820 + 125943 + 63339 + 89538 + + + EPSG:900913:19 + 219639 + 251886 + 126679 + 179077 + + + EPSG:900913:20 + 439278 + 503772 + 253359 + 358154 + + + EPSG:900913:21 + 878556 + 1007543 + 506718 + 716308 + + + EPSG:900913:22 + 1757111 + 2015086 + 1013437 + 1432616 + + + EPSG:900913:23 + 3514221 + 4030172 + 2026874 + 2865232 + + + EPSG:900913:24 + 7028441 + 8060343 + 4053749 + 5730465 + + + EPSG:900913:25 + 14056882 + 16120685 + 8107499 + 11460931 + + + EPSG:900913:26 + 28113763 + 32241370 + 16214999 + 22921862 + + + EPSG:900913:27 + 56227525 + 64482739 + 32429998 + 45843724 + + + EPSG:900913:28 + 112455049 + 128965478 + 64859996 + 91687449 + + + EPSG:900913:29 + 224910097 + 257930955 + 129719993 + 183374899 + + + null + 449820194 + 515861910 + 259439986 + 366749799 + + + + + Water Pollution Levels 2000 + iu, C., Kroeze, C., Hoekstra, A.Y. and Gerbens-Leenes, W. (2012) Past and future trends in grey water footprints of anthropogenic nitrogen and phosphorus inputs to major world rivers, Ecological Indicators, 18: 42-49 + + -180.140388190746 -55.5 + 180.0 83.5 + + geonode:Basins + + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + -1 + 1 + + + EPSG:4326:1 + 1 + 2 + -1 + 3 + + + EPSG:4326:2 + 1 + 4 + -1 + 7 + + + EPSG:4326:3 + 1 + 7 + -1 + 15 + + + EPSG:4326:4 + 1 + 13 + -1 + 31 + + + EPSG:4326:5 + 2 + 26 + -1 + 63 + + + EPSG:4326:6 + 3 + 52 + -1 + 127 + + + EPSG:4326:7 + 5 + 104 + -1 + 255 + + + EPSG:4326:8 + 10 + 207 + -1 + 511 + + + EPSG:4326:9 + 19 + 414 + -1 + 1023 + + + EPSG:4326:10 + 37 + 828 + -1 + 2047 + + + EPSG:4326:11 + 74 + 1656 + -2 + 4095 + + + EPSG:4326:12 + 148 + 3311 + -4 + 8191 + + + EPSG:4326:13 + 296 + 6622 + -7 + 16383 + + + EPSG:4326:14 + 592 + 13244 + -13 + 32767 + + + EPSG:4326:15 + 1184 + 26488 + -26 + 65535 + + + EPSG:4326:16 + 2367 + 52975 + -52 + 131071 + + + EPSG:4326:17 + 4734 + 105950 + -103 + 262143 + + + EPSG:4326:18 + 9467 + 211900 + -205 + 524287 + + + EPSG:4326:19 + 18933 + 423800 + -409 + 1048575 + + + EPSG:4326:20 + 37866 + 847599 + -818 + 2097151 + + + null + 75731 + 1695198 + -1636 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + -1 + 0 + + + EPSG:900913:1 + 1 + 2 + -1 + 1 + + + EPSG:900913:2 + 1 + 3 + -1 + 3 + + + EPSG:900913:3 + 1 + 6 + -1 + 7 + + + EPSG:900913:4 + 1 + 11 + -1 + 15 + + + EPSG:900913:5 + 2 + 22 + -1 + 31 + + + EPSG:900913:6 + 3 + 44 + -1 + 63 + + + EPSG:900913:7 + 6 + 88 + -1 + 127 + + + EPSG:900913:8 + 12 + 176 + -1 + 255 + + + EPSG:900913:9 + 23 + 352 + -1 + 511 + + + EPSG:900913:10 + 45 + 703 + -1 + 1023 + + + EPSG:900913:11 + 90 + 1406 + -1 + 2047 + + + EPSG:900913:12 + 179 + 2811 + -2 + 4095 + + + EPSG:900913:13 + 357 + 5621 + -4 + 8191 + + + EPSG:900913:14 + 713 + 11242 + -7 + 16383 + + + EPSG:900913:15 + 1425 + 22484 + -13 + 32767 + + + EPSG:900913:16 + 2849 + 44967 + -26 + 65535 + + + EPSG:900913:17 + 5697 + 89934 + -52 + 131071 + + + EPSG:900913:18 + 11394 + 179868 + -103 + 262143 + + + EPSG:900913:19 + 22788 + 359735 + -205 + 524287 + + + EPSG:900913:20 + 45576 + 719469 + -409 + 1048575 + + + EPSG:900913:21 + 91152 + 1438938 + -818 + 2097151 + + + EPSG:900913:22 + 182303 + 2877875 + -1636 + 4194303 + + + EPSG:900913:23 + 364605 + 5755750 + -3272 + 8388607 + + + EPSG:900913:24 + 729210 + 11511500 + -6543 + 16777215 + + + EPSG:900913:25 + 1458419 + 23022999 + -13086 + 33554431 + + + EPSG:900913:26 + 2916838 + 46045998 + -26171 + 67108863 + + + EPSG:900913:27 + 5833675 + 92091996 + -52341 + 134217727 + + + EPSG:900913:28 + 11667349 + 184183992 + -104682 + 268435455 + + + EPSG:900913:29 + 23334697 + 368367983 + -209363 + 536870911 + + + null + 46669394 + 736735965 + -418725 + 1073741823 + + + + + GOH Cargas Contaminantes: Descargas 2007 + No abstract provided + + -91.2615509030893 14.0708630086835 + -86.8842458947485 17.9482355116755 + + geonode:GH_Descargas_2007_4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 4 + 4 + 3 + 4 + + + EPSG:4326:4 + 7 + 7 + 7 + 8 + + + EPSG:4326:5 + 13 + 14 + 15 + 16 + + + EPSG:4326:6 + 26 + 27 + 31 + 33 + + + EPSG:4326:7 + 52 + 54 + 63 + 66 + + + EPSG:4326:8 + 103 + 108 + 126 + 132 + + + EPSG:4326:9 + 205 + 216 + 252 + 264 + + + EPSG:4326:10 + 410 + 432 + 504 + 529 + + + EPSG:4326:11 + 820 + 864 + 1009 + 1059 + + + EPSG:4326:12 + 1640 + 1728 + 2019 + 2118 + + + EPSG:4326:13 + 3280 + 3456 + 4038 + 4237 + + + EPSG:4326:14 + 6559 + 6912 + 8077 + 8475 + + + EPSG:4326:15 + 13117 + 13823 + 16154 + 16951 + + + EPSG:4326:16 + 26234 + 27645 + 32308 + 33902 + + + EPSG:4326:17 + 52467 + 55290 + 64617 + 67804 + + + EPSG:4326:18 + 104933 + 110580 + 129234 + 135609 + + + EPSG:4326:19 + 209866 + 221160 + 258469 + 271219 + + + EPSG:4326:20 + 419732 + 442320 + 516938 + 542438 + + + null + 839464 + 884639 + 1033877 + 1084877 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 8 + 8 + 3 + 4 + + + EPSG:900913:5 + 15 + 15 + 7 + 8 + + + EPSG:900913:6 + 29 + 30 + 15 + 16 + + + EPSG:900913:7 + 58 + 59 + 31 + 33 + + + EPSG:900913:8 + 116 + 118 + 63 + 66 + + + EPSG:900913:9 + 231 + 236 + 126 + 132 + + + EPSG:900913:10 + 461 + 472 + 252 + 264 + + + EPSG:900913:11 + 921 + 944 + 504 + 529 + + + EPSG:900913:12 + 1841 + 1887 + 1009 + 1059 + + + EPSG:900913:13 + 3681 + 3773 + 2019 + 2118 + + + EPSG:900913:14 + 7362 + 7546 + 4038 + 4237 + + + EPSG:900913:15 + 14723 + 15091 + 8077 + 8475 + + + EPSG:900913:16 + 29446 + 30181 + 16154 + 16951 + + + EPSG:900913:17 + 58892 + 60361 + 32308 + 33902 + + + EPSG:900913:18 + 117784 + 120722 + 64617 + 67804 + + + EPSG:900913:19 + 235567 + 241443 + 129234 + 135609 + + + EPSG:900913:20 + 471134 + 482886 + 258469 + 271219 + + + EPSG:900913:21 + 942267 + 965771 + 516938 + 542438 + + + EPSG:900913:22 + 1884534 + 1931542 + 1033877 + 1084877 + + + EPSG:900913:23 + 3769068 + 3863083 + 2067755 + 2169754 + + + EPSG:900913:24 + 7538135 + 7726166 + 4135511 + 4339508 + + + EPSG:900913:25 + 15076269 + 15452332 + 8271022 + 8679017 + + + EPSG:900913:26 + 30152537 + 30904663 + 16542045 + 17358034 + + + EPSG:900913:27 + 60305073 + 61809325 + 33084091 + 34716069 + + + EPSG:900913:28 + 120610146 + 123618650 + 66168183 + 69432138 + + + EPSG:900913:29 + 241220292 + 247237300 + 132336366 + 138864277 + + + null + 482440584 + 494474600 + 264672733 + 277728554 + + + + + The SeaVoX Salt and Fresh Water Body Gazetteer + The data set consists of a polygon file defining the limits of water bodies from the SeaVoX Salt and Fresh Water Body Gazetteer. SeaVoX is a combined SeaDataNet and MarineXML vocabulary content governance group, it is moderated by BODC. This data set defines the geographic extent of the terms specified by the SeaVoX vocabulary governance to describe coherent regions of the hydrosphere. Includes land masses enclosing freshwater bodies. The coastline data set used in the shapefile is taken from the World Vector Shoreline data set (scale 1:250,000). +The data set was developed as a means of defining the geographic extent of the water bodies defined in the SeaVoX salt and fresh water gazetteer. + + -180.000198364 -78.5702819819999 + 180.0 90.0000534060001 + + geonode:seaVoX_sea_area_polygons + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 0 + 1 + -1 + 1 + + + EPSG:4326:1 + 0 + 2 + -1 + 3 + + + EPSG:4326:2 + 0 + 4 + -1 + 7 + + + EPSG:4326:3 + 0 + 8 + -1 + 15 + + + EPSG:4326:4 + 0 + 15 + -1 + 31 + + + EPSG:4326:5 + 0 + 30 + -1 + 63 + + + EPSG:4326:6 + 0 + 60 + -1 + 127 + + + EPSG:4326:7 + 0 + 120 + -1 + 255 + + + EPSG:4326:8 + 0 + 240 + -1 + 511 + + + EPSG:4326:9 + 0 + 480 + -1 + 1023 + + + EPSG:4326:10 + 0 + 959 + -1 + 2047 + + + EPSG:4326:11 + 0 + 1918 + -1 + 4095 + + + EPSG:4326:12 + 0 + 3836 + -1 + 8191 + + + EPSG:4326:13 + 0 + 7672 + -1 + 16383 + + + EPSG:4326:14 + 0 + 15344 + -1 + 32767 + + + EPSG:4326:15 + 0 + 30688 + -1 + 65535 + + + EPSG:4326:16 + 0 + 61375 + -1 + 131071 + + + EPSG:4326:17 + 0 + 122750 + -1 + 262143 + + + EPSG:4326:18 + 0 + 245499 + -1 + 524287 + + + EPSG:4326:19 + 0 + 490997 + -1 + 1048575 + + + EPSG:4326:20 + 0 + 981994 + -2 + 2097151 + + + null + 0 + 1963987 + -3 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + -1 + 0 + + + EPSG:900913:1 + 1 + 2 + -1 + 1 + + + EPSG:900913:2 + 1 + 4 + -1 + 3 + + + EPSG:900913:3 + 1 + 7 + -1 + 7 + + + EPSG:900913:4 + 1 + 14 + -1 + 15 + + + EPSG:900913:5 + 1 + 28 + -1 + 31 + + + EPSG:900913:6 + 1 + 56 + -1 + 63 + + + EPSG:900913:7 + 1 + 111 + -1 + 127 + + + EPSG:900913:8 + 1 + 222 + -1 + 255 + + + EPSG:900913:9 + 1 + 444 + -1 + 511 + + + EPSG:900913:10 + 1 + 888 + -1 + 1023 + + + EPSG:900913:11 + 1 + 1775 + -1 + 2047 + + + EPSG:900913:12 + 1 + 3549 + -1 + 4095 + + + EPSG:900913:13 + 1 + 7098 + -1 + 8191 + + + EPSG:900913:14 + 1 + 14195 + -1 + 16383 + + + EPSG:900913:15 + 1 + 28389 + -1 + 32767 + + + EPSG:900913:16 + 1 + 56777 + -1 + 65535 + + + EPSG:900913:17 + 1 + 113554 + -1 + 131071 + + + EPSG:900913:18 + 1 + 227108 + -1 + 262143 + + + EPSG:900913:19 + 1 + 454216 + -1 + 524287 + + + EPSG:900913:20 + 1 + 908432 + -1 + 1048575 + + + EPSG:900913:21 + 1 + 1816864 + -2 + 2097151 + + + EPSG:900913:22 + 2 + 3633728 + -3 + 4194303 + + + EPSG:900913:23 + 3 + 7267456 + -5 + 8388607 + + + EPSG:900913:24 + 5 + 14534911 + -10 + 16777215 + + + EPSG:900913:25 + 10 + 29069821 + -19 + 33554431 + + + EPSG:900913:26 + 19 + 58139641 + -37 + 67108863 + + + EPSG:900913:27 + 38 + 116279282 + -74 + 134217727 + + + EPSG:900913:28 + 76 + 232558564 + -148 + 268435455 + + + EPSG:900913:29 + 152 + 465117128 + -296 + 536870911 + + + null + 304 + 930234256 + -592 + 1073741823 + + + + + Seagrasses - higher taxonomy and Red List status + Seagrasses - higher taxonomy and Red List status. The list presented as a Red List search result with links to each species fact sheet can also be found on this permalink: http://www.iucnredlist.org/search/link/4c80c0ba-03c9fcbe. + + -180.0 -56.94936843 + 180.0 74.1257537350001 + + geonode:SEAGRASSES + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 7 + 0 + 15 + + + EPSG:4326:4 + 2 + 14 + 0 + 31 + + + EPSG:4326:5 + 3 + 27 + 0 + 63 + + + EPSG:4326:6 + 6 + 53 + 0 + 127 + + + EPSG:4326:7 + 12 + 105 + 0 + 255 + + + EPSG:4326:8 + 23 + 209 + 0 + 511 + + + EPSG:4326:9 + 46 + 418 + 0 + 1023 + + + EPSG:4326:10 + 91 + 836 + 0 + 2047 + + + EPSG:4326:11 + 181 + 1672 + 0 + 4095 + + + EPSG:4326:12 + 362 + 3344 + 0 + 8191 + + + EPSG:4326:13 + 723 + 6688 + 0 + 16383 + + + EPSG:4326:14 + 1445 + 13376 + 0 + 32767 + + + EPSG:4326:15 + 2890 + 26752 + 0 + 65535 + + + EPSG:4326:16 + 5780 + 53503 + 0 + 131071 + + + EPSG:4326:17 + 11560 + 107006 + 0 + 262143 + + + EPSG:4326:18 + 23119 + 214011 + 0 + 524287 + + + EPSG:4326:19 + 46238 + 428022 + 0 + 1048575 + + + EPSG:4326:20 + 92475 + 856043 + 0 + 2097151 + + + null + 184949 + 1712085 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 3 + 0 + 3 + + + EPSG:900913:3 + 2 + 6 + 0 + 7 + + + EPSG:900913:4 + 3 + 12 + 0 + 15 + + + EPSG:900913:5 + 6 + 23 + 0 + 31 + + + EPSG:900913:6 + 12 + 45 + 0 + 63 + + + EPSG:900913:7 + 24 + 89 + 0 + 127 + + + EPSG:900913:8 + 48 + 178 + 0 + 255 + + + EPSG:900913:9 + 96 + 356 + 0 + 511 + + + EPSG:900913:10 + 191 + 711 + 0 + 1023 + + + EPSG:900913:11 + 382 + 1421 + 0 + 2047 + + + EPSG:900913:12 + 764 + 2841 + 0 + 4095 + + + EPSG:900913:13 + 1528 + 5681 + 0 + 8191 + + + EPSG:900913:14 + 3055 + 11361 + 0 + 16383 + + + EPSG:900913:15 + 6109 + 22721 + 0 + 32767 + + + EPSG:900913:16 + 12218 + 45442 + 0 + 65535 + + + EPSG:900913:17 + 24436 + 90883 + 0 + 131071 + + + EPSG:900913:18 + 48871 + 181766 + 0 + 262143 + + + EPSG:900913:19 + 97741 + 363532 + 0 + 524287 + + + EPSG:900913:20 + 195481 + 727064 + 0 + 1048575 + + + EPSG:900913:21 + 390962 + 1454127 + 0 + 2097151 + + + EPSG:900913:22 + 781923 + 2908254 + 0 + 4194303 + + + EPSG:900913:23 + 1563846 + 5816508 + 0 + 8388607 + + + EPSG:900913:24 + 3127691 + 11633016 + 0 + 16777215 + + + EPSG:900913:25 + 6255382 + 23266031 + 0 + 33554431 + + + EPSG:900913:26 + 12510763 + 46532062 + 0 + 67108863 + + + EPSG:900913:27 + 25021526 + 93064124 + 0 + 134217727 + + + EPSG:900913:28 + 50043051 + 186128248 + 0 + 268435455 + + + EPSG:900913:29 + 100086101 + 372256496 + 0 + 536870911 + + + null + 200172201 + 744512991 + 0 + 1073741823 + + + + + GOH Ecosistemas Maritimos: Blanqueamiento Corales + No abstract provided + + -88.5666999999685 15.9315999998471 + -86.4010999999734 18.0333329998336 + + geonode:GH_Blanqueamiento_Corales4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 33 + + + EPSG:4326:7 + 52 + 53 + 65 + 66 + + + EPSG:4326:8 + 103 + 106 + 130 + 133 + + + EPSG:4326:9 + 205 + 211 + 260 + 266 + + + EPSG:4326:10 + 410 + 422 + 520 + 532 + + + EPSG:4326:11 + 819 + 843 + 1040 + 1064 + + + EPSG:4326:12 + 1638 + 1686 + 2080 + 2129 + + + EPSG:4326:13 + 3276 + 3371 + 4161 + 4259 + + + EPSG:4326:14 + 6551 + 6742 + 8322 + 8519 + + + EPSG:4326:15 + 13102 + 13484 + 16644 + 17039 + + + EPSG:4326:16 + 26203 + 26968 + 33289 + 34078 + + + EPSG:4326:17 + 52405 + 53935 + 66579 + 68156 + + + EPSG:4326:18 + 104810 + 107870 + 133159 + 136313 + + + EPSG:4326:19 + 209619 + 215740 + 266318 + 272626 + + + EPSG:4326:20 + 419237 + 431480 + 532637 + 545253 + + + null + 838473 + 862960 + 1065275 + 1090506 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 33 + + + EPSG:900913:8 + 115 + 117 + 65 + 66 + + + EPSG:900913:9 + 230 + 234 + 130 + 133 + + + EPSG:900913:10 + 460 + 467 + 260 + 266 + + + EPSG:900913:11 + 920 + 933 + 520 + 532 + + + EPSG:900913:12 + 1840 + 1865 + 1040 + 1064 + + + EPSG:900913:13 + 3679 + 3729 + 2080 + 2129 + + + EPSG:900913:14 + 7358 + 7458 + 4161 + 4259 + + + EPSG:900913:15 + 14715 + 14915 + 8322 + 8519 + + + EPSG:900913:16 + 29430 + 29830 + 16644 + 17039 + + + EPSG:900913:17 + 58860 + 59660 + 33289 + 34078 + + + EPSG:900913:18 + 117719 + 119319 + 66579 + 68156 + + + EPSG:900913:19 + 235437 + 238638 + 133159 + 136313 + + + EPSG:900913:20 + 470873 + 477275 + 266318 + 272626 + + + EPSG:900913:21 + 941746 + 954549 + 532637 + 545253 + + + EPSG:900913:22 + 1883492 + 1909097 + 1065275 + 1090506 + + + EPSG:900913:23 + 3766983 + 3818193 + 2130550 + 2181012 + + + EPSG:900913:24 + 7533965 + 7636385 + 4261100 + 4362024 + + + EPSG:900913:25 + 15067929 + 15272770 + 8522201 + 8724049 + + + EPSG:900913:26 + 30135858 + 30545540 + 17044402 + 17448099 + + + EPSG:900913:27 + 60271716 + 61091080 + 34088804 + 34896199 + + + EPSG:900913:28 + 120543431 + 122182159 + 68177609 + 69792398 + + + EPSG:900913:29 + 241086862 + 244364318 + 136355219 + 139584796 + + + null + 482173723 + 488728636 + 272710439 + 279169593 + + + + + GOH Ecosistemas Maritimos: Playas arenosas + No abstract provided + + -88.8636543600319 15.6812386684199 + -85.0070543943805 22.0714602073962 + + geonode:GH_Playas_arenosas4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 25 + 27 + 32 + 33 + + + EPSG:4326:7 + 49 + 53 + 64 + 67 + + + EPSG:4326:8 + 97 + 106 + 129 + 135 + + + EPSG:4326:9 + 194 + 212 + 259 + 270 + + + EPSG:4326:10 + 387 + 423 + 518 + 540 + + + EPSG:4326:11 + 773 + 846 + 1036 + 1080 + + + EPSG:4326:12 + 1546 + 1692 + 2073 + 2161 + + + EPSG:4326:13 + 3092 + 3383 + 4147 + 4323 + + + EPSG:4326:14 + 6184 + 6765 + 8295 + 8646 + + + EPSG:4326:15 + 12367 + 13530 + 16590 + 17292 + + + EPSG:4326:16 + 24733 + 27059 + 33181 + 34585 + + + EPSG:4326:17 + 49465 + 54118 + 66363 + 69171 + + + EPSG:4326:18 + 98929 + 108235 + 132726 + 138343 + + + EPSG:4326:19 + 197857 + 216470 + 265453 + 276687 + + + EPSG:4326:20 + 395713 + 432939 + 530907 + 553374 + + + null + 791425 + 865877 + 1061815 + 1106748 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 7 + 8 + 4 + 4 + + + EPSG:900913:5 + 14 + 15 + 8 + 8 + + + EPSG:900913:6 + 28 + 30 + 16 + 16 + + + EPSG:900913:7 + 56 + 59 + 32 + 33 + + + EPSG:900913:8 + 112 + 117 + 64 + 67 + + + EPSG:900913:9 + 224 + 234 + 129 + 135 + + + EPSG:900913:10 + 448 + 467 + 259 + 270 + + + EPSG:900913:11 + 896 + 934 + 518 + 540 + + + EPSG:900913:12 + 1791 + 1868 + 1036 + 1080 + + + EPSG:900913:13 + 3581 + 3735 + 2073 + 2161 + + + EPSG:900913:14 + 7162 + 7470 + 4147 + 4323 + + + EPSG:900913:15 + 14324 + 14939 + 8295 + 8646 + + + EPSG:900913:16 + 28647 + 29877 + 16590 + 17292 + + + EPSG:900913:17 + 57294 + 59754 + 33181 + 34585 + + + EPSG:900913:18 + 114588 + 119508 + 66363 + 69171 + + + EPSG:900913:19 + 229175 + 239016 + 132726 + 138343 + + + EPSG:900913:20 + 458349 + 478032 + 265453 + 276687 + + + EPSG:900913:21 + 916698 + 956064 + 530907 + 553374 + + + EPSG:900913:22 + 1833395 + 1912128 + 1061815 + 1106748 + + + EPSG:900913:23 + 3666789 + 3824256 + 2123630 + 2213496 + + + EPSG:900913:24 + 7333578 + 7648512 + 4247261 + 4426992 + + + EPSG:900913:25 + 14667155 + 15297023 + 8494523 + 8853984 + + + EPSG:900913:26 + 29334309 + 30594045 + 16989046 + 17707968 + + + EPSG:900913:27 + 58668617 + 61188090 + 33978092 + 35415937 + + + EPSG:900913:28 + 117337234 + 122376179 + 67956184 + 70831874 + + + EPSG:900913:29 + 234674468 + 244752357 + 135912369 + 141663748 + + + null + 469348936 + 489504714 + 271824738 + 283327496 + + + + + GOH Geologia: mapa geologico + No abstract provided + + -93.0156326415091 7.02613968163325 + -58.4761927696491 28.0000001203202 + + geonode:mapa_geologico4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 3 + 4 + 3 + 5 + + + EPSG:4326:4 + 6 + 8 + 7 + 10 + + + EPSG:4326:5 + 12 + 15 + 15 + 21 + + + EPSG:4326:6 + 23 + 30 + 30 + 43 + + + EPSG:4326:7 + 45 + 60 + 61 + 86 + + + EPSG:4326:8 + 89 + 119 + 123 + 172 + + + EPSG:4326:9 + 177 + 237 + 247 + 345 + + + EPSG:4326:10 + 353 + 473 + 494 + 691 + + + EPSG:4326:11 + 706 + 945 + 989 + 1382 + + + EPSG:4326:12 + 1411 + 1889 + 1979 + 2765 + + + EPSG:4326:13 + 2822 + 3777 + 3958 + 5530 + + + EPSG:4326:14 + 5644 + 7553 + 7917 + 11061 + + + EPSG:4326:15 + 11287 + 15105 + 15835 + 22122 + + + EPSG:4326:16 + 22574 + 30210 + 31670 + 44245 + + + EPSG:4326:17 + 45148 + 60420 + 63340 + 88490 + + + EPSG:4326:18 + 90295 + 120840 + 126680 + 176981 + + + EPSG:4326:19 + 180589 + 241679 + 253360 + 353963 + + + EPSG:4326:20 + 361177 + 483358 + 506720 + 707927 + + + null + 722353 + 966716 + 1013441 + 1415854 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 7 + 8 + 3 + 5 + + + EPSG:900913:5 + 14 + 16 + 7 + 10 + + + EPSG:900913:6 + 27 + 31 + 15 + 21 + + + EPSG:900913:7 + 54 + 62 + 30 + 43 + + + EPSG:900913:8 + 108 + 123 + 61 + 86 + + + EPSG:900913:9 + 215 + 246 + 123 + 172 + + + EPSG:900913:10 + 429 + 492 + 247 + 345 + + + EPSG:900913:11 + 858 + 984 + 494 + 691 + + + EPSG:900913:12 + 1716 + 1968 + 989 + 1382 + + + EPSG:900913:13 + 3432 + 3936 + 1979 + 2765 + + + EPSG:900913:14 + 6864 + 7872 + 3958 + 5530 + + + EPSG:900913:15 + 13728 + 15743 + 7917 + 11061 + + + EPSG:900913:16 + 27455 + 31486 + 15835 + 22122 + + + EPSG:900913:17 + 54910 + 62972 + 31670 + 44245 + + + EPSG:900913:18 + 109820 + 125943 + 63340 + 88490 + + + EPSG:900913:19 + 219639 + 251886 + 126680 + 176981 + + + EPSG:900913:20 + 439278 + 503772 + 253360 + 353963 + + + EPSG:900913:21 + 878556 + 1007543 + 506720 + 707927 + + + EPSG:900913:22 + 1757111 + 2015086 + 1013441 + 1415854 + + + EPSG:900913:23 + 3514221 + 4030172 + 2026882 + 2831709 + + + EPSG:900913:24 + 7028441 + 8060343 + 4053765 + 5663419 + + + EPSG:900913:25 + 14056881 + 16120685 + 8107530 + 11326839 + + + EPSG:900913:26 + 28113762 + 32241370 + 16215061 + 22653679 + + + EPSG:900913:27 + 56227524 + 64482740 + 32430122 + 45307359 + + + EPSG:900913:28 + 112455048 + 128965479 + 64860245 + 90614718 + + + EPSG:900913:29 + 224910096 + 257930957 + 129720490 + 181229436 + + + null + 449820192 + 515861913 + 259440981 + 362458873 + + + + + Freshwater Ecoregions of the World (FEOW) + Freshwater Ecoregions of the World, (FEOW) provides a new global biogeographic regionalization of the Earth's freshwater biodiversity. Covering virtually all freshwater habitats on Earth, this first-ever ecoregion map, together with associated species data, is a useful tool for underpinning global and regional conservation planning efforts, particularly to identify outstanding and imperiled freshwater systems; for serving as a logical framework for large-scale conservation strategies; and for providing a global-scale knowledge base for increasing freshwater biogeographic literacy. + + + -180.0 -89.9999999639999 + 180.0 83.6235961560001 + + geonode:FEOWv1_TNC + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 8 + 0 + 15 + + + EPSG:4326:4 + 1 + 16 + 0 + 31 + + + EPSG:4326:5 + 2 + 32 + 0 + 63 + + + EPSG:4326:6 + 3 + 64 + 0 + 127 + + + EPSG:4326:7 + 5 + 128 + 0 + 255 + + + EPSG:4326:8 + 10 + 256 + 0 + 511 + + + EPSG:4326:9 + 19 + 512 + 0 + 1023 + + + EPSG:4326:10 + 37 + 1024 + 0 + 2047 + + + EPSG:4326:11 + 73 + 2048 + 0 + 4095 + + + EPSG:4326:12 + 146 + 4096 + 0 + 8191 + + + EPSG:4326:13 + 291 + 8192 + 0 + 16383 + + + EPSG:4326:14 + 581 + 16384 + 0 + 32767 + + + EPSG:4326:15 + 1161 + 32768 + 0 + 65535 + + + EPSG:4326:16 + 2322 + 65536 + 0 + 131071 + + + EPSG:4326:17 + 4644 + 131072 + 0 + 262143 + + + EPSG:4326:18 + 9287 + 262144 + 0 + 524287 + + + EPSG:4326:19 + 18573 + 524288 + 0 + 1048575 + + + EPSG:4326:20 + 37146 + 1048576 + 0 + 2097151 + + + null + 74291 + 2097152 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 4 + 0 + 3 + + + EPSG:900913:3 + 1 + 8 + 0 + 7 + + + EPSG:900913:4 + 1 + 16 + 0 + 15 + + + EPSG:900913:5 + 2 + 32 + 0 + 31 + + + EPSG:900913:6 + 3 + 64 + 0 + 63 + + + EPSG:900913:7 + 6 + 128 + 0 + 127 + + + EPSG:900913:8 + 11 + 256 + 0 + 255 + + + EPSG:900913:9 + 21 + 512 + 0 + 511 + + + EPSG:900913:10 + 42 + 1024 + 0 + 1023 + + + EPSG:900913:11 + 83 + 2048 + 0 + 2047 + + + EPSG:900913:12 + 166 + 4096 + 0 + 4095 + + + EPSG:900913:13 + 331 + 8192 + 0 + 8191 + + + EPSG:900913:14 + 662 + 16384 + 0 + 16383 + + + EPSG:900913:15 + 1324 + 32768 + 0 + 32767 + + + EPSG:900913:16 + 2648 + 65536 + 0 + 65535 + + + EPSG:900913:17 + 5296 + 131072 + 0 + 131071 + + + EPSG:900913:18 + 10592 + 262144 + 0 + 262143 + + + EPSG:900913:19 + 21183 + 524288 + 0 + 524287 + + + EPSG:900913:20 + 42365 + 1048576 + 0 + 1048575 + + + EPSG:900913:21 + 84730 + 2097152 + 0 + 2097151 + + + EPSG:900913:22 + 169460 + 4194303 + 0 + 4194303 + + + EPSG:900913:23 + 338920 + 8388606 + 0 + 8388607 + + + EPSG:900913:24 + 677840 + 16777212 + 0 + 16777215 + + + EPSG:900913:25 + 1355679 + 33554423 + 0 + 33554431 + + + EPSG:900913:26 + 2711358 + 67108846 + 0 + 67108863 + + + EPSG:900913:27 + 5422716 + 134217691 + 0 + 134217727 + + + EPSG:900913:28 + 10845432 + 268435381 + 0 + 268435455 + + + EPSG:900913:29 + 21690863 + 536870761 + 0 + 536870911 + + + null + 43381726 + 1073741521 + 0 + 1073741823 + + + + + Lakes + Drawing upon a variety of existing maps, data and information, a new Global Lakes and Wetlands Database +(GLWD) has been created. The combination of best available sources for lakes and wetlands on a global scale (1:1 +to 1:3 million resolution), and the application of GIS functionality enabled the generation of a database which +focuses in three coordinated levels on (1) large lakes and reservoirs, (2) smaller water bodies, and (3) wetlands. +Level 1 (GLWD-1) comprises the shoreline polygons of the 3067 largest lakes (area ≥ 50 km +2 +) and 654 +largest reservoirs (storage capacity ≥ 0.5 km +3 +) worldwide, and includes extensive attribute data. Level 2 (GLWD-2) +comprises the shoreline polygons of permanent open water bodies with a surface area ≥ 0.1 km +2 + excluding the water +bodies contained in GLWD-1. The approx. 250,000 polygons of GLWD-2 are attributed as lakes, reservoirs and +rivers. Level 3 (GLWD-3) comprises lakes, reservoirs, rivers and different wetland types in the form of a global +raster map at 30-second resolution. For GLWD-3, the polygons of GLWD-1 and GLWD-2 were combined with +additional information on the maximum extents and types of wetlands. Class ‘lake’ in both GLWD-2 and GLWD-3 +also includes man-made reservoirs, as only the largest reservoirs have been distinguished from natural lakes. +GLWD-2 and GLWD-3 do not provide detailed descriptive attributes such as names or volumes. + In a validation against documented data GLWD proved to represent a comprehensive database of global +lakes ≥ 1 km +2 + and to provide a good representation of the maximum global wetland extent. GLWD-1 and GLWD-2 +constitute two global polygon maps to which existing lake registers, compilations or remote sensing data can be +linked in order to allow for further analyses in a GIS environment. GLWD-3 may serve as an estimate of wetland +extents for global hydrology and climatology models, or to identify large-scale wetland distributions and important +wetland complexes. +According to GLWD, lakes and reservoirs cover a total of approx. 2.7 million km +2 + or 2.0% of the global +land surface area (except Antarctica and glaciated Greenland), while wetlands are estimated to reach about 8-10 +million km +2 +, or 6.2-7.6%. An extrapolation of GLWD data suggests that the total number of global lakes may reach +or even exceed 1.5 million for lakes ≥ 10 ha, and 15 million for lakes ≥ 1 ha. With these numbers, lakes may cover +about 3.2 million km +2 +, or 2.4% of the total global land surface. +The data is available for free download (for non-commercial scientific, conservation and educational purposes) at: +http://www.wwfus.org/science/data.cfm + + -178.87109375 -54.6059036254883 + 179.994995117188 81.9817886352539 + + geonode:glwd_1 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 7 + 0 + 15 + + + EPSG:4326:4 + 1 + 13 + 0 + 31 + + + EPSG:4326:5 + 2 + 26 + 0 + 63 + + + EPSG:4326:6 + 3 + 52 + 0 + 127 + + + EPSG:4326:7 + 6 + 103 + 0 + 255 + + + EPSG:4326:8 + 12 + 206 + 1 + 511 + + + EPSG:4326:9 + 23 + 412 + 3 + 1023 + + + EPSG:4326:10 + 46 + 823 + 6 + 2047 + + + EPSG:4326:11 + 92 + 1646 + 12 + 4095 + + + EPSG:4326:12 + 183 + 3291 + 25 + 8191 + + + EPSG:4326:13 + 365 + 6582 + 51 + 16383 + + + EPSG:4326:14 + 730 + 13163 + 102 + 32767 + + + EPSG:4326:15 + 1460 + 26325 + 205 + 65535 + + + EPSG:4326:16 + 2920 + 52650 + 411 + 131070 + + + EPSG:4326:17 + 5839 + 105299 + 822 + 262140 + + + EPSG:4326:18 + 11678 + 210598 + 1644 + 524280 + + + EPSG:4326:19 + 23355 + 421196 + 3288 + 1048561 + + + EPSG:4326:20 + 46710 + 842391 + 6576 + 2097122 + + + null + 93419 + 1684781 + 13152 + 4194245 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 3 + 0 + 3 + + + EPSG:900913:3 + 1 + 6 + 0 + 7 + + + EPSG:900913:4 + 2 + 11 + 0 + 15 + + + EPSG:900913:5 + 3 + 22 + 0 + 31 + + + EPSG:900913:6 + 5 + 44 + 0 + 63 + + + EPSG:900913:7 + 10 + 88 + 0 + 127 + + + EPSG:900913:8 + 20 + 175 + 0 + 255 + + + EPSG:900913:9 + 40 + 350 + 1 + 511 + + + EPSG:900913:10 + 79 + 699 + 3 + 1023 + + + EPSG:900913:11 + 158 + 1397 + 6 + 2047 + + + EPSG:900913:12 + 316 + 2793 + 12 + 4095 + + + EPSG:900913:13 + 631 + 5586 + 25 + 8191 + + + EPSG:900913:14 + 1261 + 11171 + 51 + 16383 + + + EPSG:900913:15 + 2522 + 22342 + 102 + 32767 + + + EPSG:900913:16 + 5044 + 44683 + 205 + 65535 + + + EPSG:900913:17 + 10088 + 89366 + 411 + 131070 + + + EPSG:900913:18 + 20176 + 178731 + 822 + 262140 + + + EPSG:900913:19 + 40351 + 357462 + 1644 + 524280 + + + EPSG:900913:20 + 80701 + 714923 + 3288 + 1048561 + + + EPSG:900913:21 + 161402 + 1429845 + 6576 + 2097122 + + + EPSG:900913:22 + 322803 + 2859689 + 13152 + 4194245 + + + EPSG:900913:23 + 645606 + 5719377 + 26305 + 8388491 + + + EPSG:900913:24 + 1291212 + 11438754 + 52610 + 16776982 + + + EPSG:900913:25 + 2582423 + 22877508 + 105221 + 33553965 + + + EPSG:900913:26 + 5164846 + 45755016 + 210443 + 67107931 + + + EPSG:900913:27 + 10329692 + 91510031 + 420886 + 134215862 + + + EPSG:900913:28 + 20659384 + 183020062 + 841773 + 268431724 + + + EPSG:900913:29 + 41318768 + 366040124 + 1683547 + 536863448 + + + null + 82637536 + 732080248 + 3367094 + 1073726896 + + + + + GOH Ecosistemas Maritimos: Anidamiento de Tortugas Marinas + No abstract provided + + -88.5895462386536 15.7135848928796 + -86.4725534656995 18.2960238753809 + + geonode:GH_Anidamiento_de_Tortugas_Marinas4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 33 + + + EPSG:4326:7 + 51 + 53 + 65 + 66 + + + EPSG:4326:8 + 102 + 106 + 130 + 133 + + + EPSG:4326:9 + 204 + 212 + 260 + 266 + + + EPSG:4326:10 + 408 + 423 + 520 + 532 + + + EPSG:4326:11 + 816 + 846 + 1040 + 1064 + + + EPSG:4326:12 + 1632 + 1691 + 2080 + 2128 + + + EPSG:4326:13 + 3264 + 3381 + 4160 + 4256 + + + EPSG:4326:14 + 6527 + 6762 + 8320 + 8513 + + + EPSG:4326:15 + 13054 + 13524 + 16640 + 17026 + + + EPSG:4326:16 + 26107 + 27047 + 33281 + 34052 + + + EPSG:4326:17 + 52214 + 54094 + 66563 + 68104 + + + EPSG:4326:18 + 104427 + 108188 + 133126 + 136209 + + + EPSG:4326:19 + 208853 + 216375 + 266252 + 272418 + + + EPSG:4326:20 + 417706 + 432750 + 532504 + 544836 + + + null + 835412 + 865500 + 1065008 + 1089673 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 33 + + + EPSG:900913:8 + 115 + 117 + 65 + 66 + + + EPSG:900913:9 + 230 + 234 + 130 + 133 + + + EPSG:900913:10 + 460 + 467 + 260 + 266 + + + EPSG:900913:11 + 919 + 934 + 520 + 532 + + + EPSG:900913:12 + 1837 + 1867 + 1040 + 1064 + + + EPSG:900913:13 + 3673 + 3734 + 2080 + 2128 + + + EPSG:900913:14 + 7345 + 7468 + 4160 + 4256 + + + EPSG:900913:15 + 14690 + 14936 + 8320 + 8513 + + + EPSG:900913:16 + 29380 + 29871 + 16640 + 17026 + + + EPSG:900913:17 + 58759 + 59742 + 33281 + 34052 + + + EPSG:900913:18 + 117517 + 119484 + 66563 + 68104 + + + EPSG:900913:19 + 235034 + 238968 + 133126 + 136209 + + + EPSG:900913:20 + 470068 + 477935 + 266252 + 272418 + + + EPSG:900913:21 + 940136 + 955869 + 532504 + 544836 + + + EPSG:900913:22 + 1880271 + 1911737 + 1065008 + 1089673 + + + EPSG:900913:23 + 3760541 + 3823473 + 2130017 + 2179347 + + + EPSG:900913:24 + 7521081 + 7646946 + 4260035 + 4358694 + + + EPSG:900913:25 + 15042161 + 15293891 + 8520071 + 8717389 + + + EPSG:900913:26 + 30084321 + 30587782 + 17040143 + 17434779 + + + EPSG:900913:27 + 60168641 + 61175563 + 34080287 + 34869559 + + + EPSG:900913:28 + 120337281 + 122351125 + 68160574 + 69739118 + + + EPSG:900913:29 + 240674561 + 244702250 + 136321149 + 139478237 + + + null + 481349122 + 489404500 + 272642298 + 278956475 + + + + + WRI MAJOR WATERSHEDS OF THE WORLD DELINEATION + WRIBASIN: Watersheds of the World published by the World Resources Institute, a cleaned version of this watershed delineation enhanced to include WRI's original publication attributes. The WRIBASIN shapefile data layer is comprised of 254 derivative vector major river basins features derived based on ~250 000 cell data originally from WRI-Rutgers. Data processing is complete globally, this is an African subset. + + + -164.680801391602 -54.4699783325195 + 169.292907714844 72.9696273803711 + + geonode:wribasin + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 7 + 0 + 15 + + + EPSG:4326:4 + 2 + 13 + 1 + 31 + + + EPSG:4326:5 + 4 + 26 + 2 + 62 + + + EPSG:4326:6 + 7 + 52 + 5 + 124 + + + EPSG:4326:7 + 13 + 103 + 10 + 248 + + + EPSG:4326:8 + 25 + 206 + 21 + 496 + + + EPSG:4326:9 + 49 + 411 + 43 + 993 + + + EPSG:4326:10 + 97 + 822 + 87 + 1987 + + + EPSG:4326:11 + 194 + 1644 + 174 + 3974 + + + EPSG:4326:12 + 388 + 3288 + 348 + 7948 + + + EPSG:4326:13 + 776 + 6575 + 697 + 15896 + + + EPSG:4326:14 + 1551 + 13150 + 1394 + 31793 + + + EPSG:4326:15 + 3101 + 26300 + 2788 + 63586 + + + EPSG:4326:16 + 6201 + 52600 + 5577 + 127173 + + + EPSG:4326:17 + 12402 + 105200 + 11155 + 254347 + + + EPSG:4326:18 + 24803 + 210400 + 22310 + 508694 + + + EPSG:4326:19 + 49605 + 420800 + 44620 + 1017389 + + + EPSG:4326:20 + 99210 + 841599 + 89240 + 2034778 + + + null + 198419 + 1683198 + 178481 + 4069557 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 3 + 0 + 3 + + + EPSG:900913:3 + 2 + 6 + 0 + 7 + + + EPSG:900913:4 + 4 + 11 + 0 + 15 + + + EPSG:900913:5 + 7 + 22 + 1 + 31 + + + EPSG:900913:6 + 13 + 44 + 2 + 62 + + + EPSG:900913:7 + 26 + 88 + 5 + 124 + + + EPSG:900913:8 + 51 + 175 + 10 + 248 + + + EPSG:900913:9 + 102 + 349 + 21 + 496 + + + EPSG:900913:10 + 203 + 698 + 43 + 993 + + + EPSG:900913:11 + 406 + 1395 + 87 + 1987 + + + EPSG:900913:12 + 811 + 2790 + 174 + 3974 + + + EPSG:900913:13 + 1621 + 5580 + 348 + 7948 + + + EPSG:900913:14 + 3241 + 11160 + 697 + 15896 + + + EPSG:900913:15 + 6481 + 22320 + 1394 + 31793 + + + EPSG:900913:16 + 12961 + 44640 + 2788 + 63586 + + + EPSG:900913:17 + 25922 + 89280 + 5577 + 127173 + + + EPSG:900913:18 + 51844 + 178560 + 11155 + 254347 + + + EPSG:900913:19 + 103688 + 357120 + 22310 + 508694 + + + EPSG:900913:20 + 207376 + 714240 + 44620 + 1017389 + + + EPSG:900913:21 + 414752 + 1428480 + 89240 + 2034778 + + + EPSG:900913:22 + 829503 + 2856959 + 178481 + 4069557 + + + EPSG:900913:23 + 1659005 + 5713918 + 356963 + 8139114 + + + EPSG:900913:24 + 3318009 + 11427836 + 713926 + 16278229 + + + EPSG:900913:25 + 6636018 + 22855671 + 1427852 + 32556458 + + + EPSG:900913:26 + 13272035 + 45711341 + 2855705 + 65112917 + + + EPSG:900913:27 + 26544069 + 91422682 + 5711411 + 130225834 + + + EPSG:900913:28 + 53088137 + 182845364 + 11422822 + 260451669 + + + EPSG:900913:29 + 106176273 + 365690728 + 22845644 + 520903338 + + + null + 212352545 + 731381456 + 45691289 + 1041806677 + + + + + GOH Ecosistemas Maritimos: Otras enfermedades Corales + No abstract provided + + -88.1666999999717 14.9999999998543 + -85.9999999999739 20.5829999998248 + + geonode:GH_Otras_enfermedades_Corales4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 25 + 27 + 32 + 33 + + + EPSG:4326:7 + 50 + 54 + 65 + 66 + + + EPSG:4326:8 + 99 + 107 + 130 + 133 + + + EPSG:4326:9 + 198 + 214 + 261 + 267 + + + EPSG:4326:10 + 395 + 427 + 522 + 534 + + + EPSG:4326:11 + 790 + 854 + 1044 + 1069 + + + EPSG:4326:12 + 1580 + 1707 + 2089 + 2139 + + + EPSG:4326:13 + 3160 + 3414 + 4179 + 4278 + + + EPSG:4326:14 + 6319 + 6827 + 8358 + 8556 + + + EPSG:4326:15 + 12637 + 13654 + 16717 + 17112 + + + EPSG:4326:16 + 25274 + 27307 + 33435 + 34224 + + + EPSG:4326:17 + 50548 + 54614 + 66870 + 68448 + + + EPSG:4326:18 + 101096 + 109227 + 133741 + 136897 + + + EPSG:4326:19 + 202192 + 218454 + 267483 + 273794 + + + EPSG:4326:20 + 404384 + 436907 + 534967 + 547589 + + + null + 808767 + 873814 + 1069935 + 1095179 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 57 + 59 + 32 + 33 + + + EPSG:900913:8 + 114 + 118 + 65 + 66 + + + EPSG:900913:9 + 227 + 235 + 130 + 133 + + + EPSG:900913:10 + 453 + 469 + 261 + 267 + + + EPSG:900913:11 + 905 + 938 + 522 + 534 + + + EPSG:900913:12 + 1809 + 1876 + 1044 + 1069 + + + EPSG:900913:13 + 3618 + 3751 + 2089 + 2139 + + + EPSG:900913:14 + 7235 + 7502 + 4179 + 4278 + + + EPSG:900913:15 + 14469 + 15003 + 8358 + 8556 + + + EPSG:900913:16 + 28938 + 30006 + 16717 + 17112 + + + EPSG:900913:17 + 57876 + 60012 + 33435 + 34224 + + + EPSG:900913:18 + 115751 + 120023 + 66870 + 68448 + + + EPSG:900913:19 + 231502 + 240045 + 133741 + 136897 + + + EPSG:900913:20 + 463003 + 480090 + 267483 + 273794 + + + EPSG:900913:21 + 926006 + 960180 + 534967 + 547589 + + + EPSG:900913:22 + 1852012 + 1920359 + 1069935 + 1095179 + + + EPSG:900913:23 + 3704024 + 3840717 + 2139870 + 2190358 + + + EPSG:900913:24 + 7408047 + 7681433 + 4279741 + 4380717 + + + EPSG:900913:25 + 14816094 + 15362865 + 8559483 + 8761435 + + + EPSG:900913:26 + 29632187 + 30725730 + 17118967 + 17522870 + + + EPSG:900913:27 + 59264374 + 61451459 + 34237935 + 35045740 + + + EPSG:900913:28 + 118528748 + 122902918 + 68475871 + 70091480 + + + EPSG:900913:29 + 237057496 + 245805836 + 136951743 + 140182960 + + + null + 474114991 + 491611671 + 273903486 + 280365920 + + + + + GOH Usos de Suelo + No abstract provided + + -102.008884975966 9.97619152036661 + -75.3324741667702 26.0662053092345 + + geonode:GH_Usos_suelo_SOTERLAC4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 3 + 4 + 3 + 4 + + + EPSG:4326:4 + 6 + 8 + 6 + 9 + + + EPSG:4326:5 + 12 + 15 + 13 + 18 + + + EPSG:4326:6 + 23 + 29 + 27 + 37 + + + EPSG:4326:7 + 46 + 57 + 55 + 74 + + + EPSG:4326:8 + 91 + 114 + 110 + 148 + + + EPSG:4326:9 + 182 + 228 + 221 + 297 + + + EPSG:4326:10 + 364 + 456 + 443 + 595 + + + EPSG:4326:11 + 728 + 911 + 887 + 1190 + + + EPSG:4326:12 + 1455 + 1821 + 1774 + 2381 + + + EPSG:4326:13 + 2910 + 3642 + 3549 + 4763 + + + EPSG:4326:14 + 5820 + 7284 + 7098 + 9527 + + + EPSG:4326:15 + 11639 + 14568 + 14197 + 19054 + + + EPSG:4326:16 + 23278 + 29136 + 28395 + 38108 + + + EPSG:4326:17 + 46556 + 58272 + 56791 + 76216 + + + EPSG:4326:18 + 93111 + 116544 + 113582 + 152433 + + + EPSG:4326:19 + 186221 + 233087 + 227165 + 304866 + + + EPSG:4326:20 + 372442 + 466173 + 454331 + 609732 + + + null + 744883 + 932345 + 908662 + 1219465 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 7 + 8 + 3 + 4 + + + EPSG:900913:5 + 14 + 16 + 6 + 9 + + + EPSG:900913:6 + 28 + 31 + 13 + 18 + + + EPSG:900913:7 + 55 + 61 + 27 + 37 + + + EPSG:900913:8 + 109 + 121 + 55 + 74 + + + EPSG:900913:9 + 218 + 242 + 110 + 148 + + + EPSG:900913:10 + 436 + 484 + 221 + 297 + + + EPSG:900913:11 + 871 + 967 + 443 + 595 + + + EPSG:900913:12 + 1741 + 1934 + 887 + 1190 + + + EPSG:900913:13 + 3482 + 3868 + 1774 + 2381 + + + EPSG:900913:14 + 6963 + 7736 + 3549 + 4763 + + + EPSG:900913:15 + 13926 + 15472 + 7098 + 9527 + + + EPSG:900913:16 + 27851 + 30943 + 14197 + 19054 + + + EPSG:900913:17 + 55701 + 61886 + 28395 + 38108 + + + EPSG:900913:18 + 111401 + 123771 + 56791 + 76216 + + + EPSG:900913:19 + 222801 + 247542 + 113582 + 152433 + + + EPSG:900913:20 + 445602 + 495083 + 227165 + 304866 + + + EPSG:900913:21 + 891203 + 990165 + 454331 + 609732 + + + EPSG:900913:22 + 1782406 + 1980330 + 908662 + 1219465 + + + EPSG:900913:23 + 3564812 + 3960659 + 1817324 + 2438930 + + + EPSG:900913:24 + 7129624 + 7921317 + 3634649 + 4877860 + + + EPSG:900913:25 + 14259247 + 15842634 + 7269298 + 9755720 + + + EPSG:900913:26 + 28518493 + 31685267 + 14538597 + 19511440 + + + EPSG:900913:27 + 57036986 + 63370534 + 29077195 + 39022881 + + + EPSG:900913:28 + 114073971 + 126741067 + 58154390 + 78045763 + + + EPSG:900913:29 + 228147942 + 253482133 + 116308780 + 156091527 + + + null + 456295884 + 506964265 + 232617561 + 312183055 + + + + + GOH Limites Administrativos Paises Region Pol + No abstract provided + + -84.9529260000013 12.411087882377 + -69.8748773746737 26.9291609084487 + + geonode:GH_Paises_Region_Pol4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 3 + 4 + 4 + 4 + + + EPSG:4326:4 + 6 + 7 + 8 + 9 + + + EPSG:4326:5 + 12 + 14 + 16 + 19 + + + EPSG:4326:6 + 23 + 28 + 33 + 39 + + + EPSG:4326:7 + 45 + 56 + 67 + 78 + + + EPSG:4326:8 + 90 + 111 + 135 + 156 + + + EPSG:4326:9 + 180 + 221 + 270 + 313 + + + EPSG:4326:10 + 359 + 442 + 540 + 626 + + + EPSG:4326:11 + 718 + 883 + 1081 + 1252 + + + EPSG:4326:12 + 1436 + 1766 + 2162 + 2505 + + + EPSG:4326:13 + 2871 + 3532 + 4325 + 5011 + + + EPSG:4326:14 + 5741 + 7063 + 8651 + 10023 + + + EPSG:4326:15 + 11482 + 14125 + 17302 + 20047 + + + EPSG:4326:16 + 22964 + 28250 + 34605 + 40095 + + + EPSG:4326:17 + 45927 + 56499 + 69211 + 80190 + + + EPSG:4326:18 + 91854 + 112998 + 138422 + 160381 + + + EPSG:4326:19 + 183708 + 225995 + 276844 + 320762 + + + EPSG:4326:20 + 367415 + 451989 + 553689 + 641525 + + + null + 734829 + 903977 + 1107378 + 1283050 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 7 + 8 + 4 + 4 + + + EPSG:900913:5 + 14 + 15 + 8 + 9 + + + EPSG:900913:6 + 28 + 30 + 16 + 19 + + + EPSG:900913:7 + 55 + 60 + 33 + 39 + + + EPSG:900913:8 + 109 + 120 + 67 + 78 + + + EPSG:900913:9 + 217 + 239 + 135 + 156 + + + EPSG:900913:10 + 433 + 477 + 270 + 313 + + + EPSG:900913:11 + 865 + 953 + 540 + 626 + + + EPSG:900913:12 + 1730 + 1906 + 1081 + 1252 + + + EPSG:900913:13 + 3460 + 3812 + 2162 + 2505 + + + EPSG:900913:14 + 6919 + 7623 + 4325 + 5011 + + + EPSG:900913:15 + 13838 + 15246 + 8651 + 10023 + + + EPSG:900913:16 + 27675 + 30491 + 17302 + 20047 + + + EPSG:900913:17 + 55350 + 60982 + 34605 + 40095 + + + EPSG:900913:18 + 110699 + 121964 + 69211 + 80190 + + + EPSG:900913:19 + 221397 + 243927 + 138422 + 160381 + + + EPSG:900913:20 + 442793 + 487853 + 276844 + 320762 + + + EPSG:900913:21 + 885586 + 975705 + 553689 + 641525 + + + EPSG:900913:22 + 1771172 + 1951409 + 1107378 + 1283050 + + + EPSG:900913:23 + 3542343 + 3902817 + 2214757 + 2566101 + + + EPSG:900913:24 + 7084686 + 7805633 + 4429514 + 5132202 + + + EPSG:900913:25 + 14169371 + 15611265 + 8859029 + 10264405 + + + EPSG:900913:26 + 28338742 + 31222530 + 17718058 + 20528810 + + + EPSG:900913:27 + 56677483 + 62445059 + 35436117 + 41057621 + + + EPSG:900913:28 + 113354966 + 124890118 + 70872235 + 82115243 + + + EPSG:900913:29 + 226709932 + 249780235 + 141744470 + 164230486 + + + null + 453419863 + 499560470 + 283488940 + 328460972 + + + + + Mangroves - higher taxonomy and Red List status. + The ranges are available as a single data set (File Geodatabase) for most plant species that considered to form part of the mangrove ecosystem. + + -179.999981394 -39.986161339 + 180.000018606 32.893938661 + + geonode:MANGROVES + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 2 + + + EPSG:4326:1 + 1 + 2 + 0 + 4 + + + EPSG:4326:2 + 2 + 3 + 0 + 8 + + + EPSG:4326:3 + 3 + 6 + 0 + 16 + + + EPSG:4326:4 + 6 + 12 + 0 + 32 + + + EPSG:4326:5 + 11 + 24 + 0 + 64 + + + EPSG:4326:6 + 21 + 47 + 0 + 128 + + + EPSG:4326:7 + 41 + 93 + 0 + 256 + + + EPSG:4326:8 + 82 + 185 + 0 + 512 + + + EPSG:4326:9 + 163 + 370 + 0 + 1024 + + + EPSG:4326:10 + 325 + 740 + 0 + 2048 + + + EPSG:4326:11 + 650 + 1479 + 0 + 4096 + + + EPSG:4326:12 + 1300 + 2958 + 0 + 8192 + + + EPSG:4326:13 + 2599 + 5916 + 0 + 16384 + + + EPSG:4326:14 + 5198 + 11832 + 0 + 32768 + + + EPSG:4326:15 + 10396 + 23664 + 0 + 65536 + + + EPSG:4326:16 + 20792 + 47327 + 0 + 131072 + + + EPSG:4326:17 + 41584 + 94654 + 0 + 262144 + + + EPSG:4326:18 + 83167 + 189307 + 0 + 524288 + + + EPSG:4326:19 + 166334 + 378613 + 0 + 1048576 + + + EPSG:4326:20 + 332667 + 757225 + 0 + 2097152 + + + null + 665334 + 1514449 + 0 + 4194304 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 1 + + + EPSG:900913:1 + 1 + 2 + 0 + 2 + + + EPSG:900913:2 + 2 + 3 + 0 + 4 + + + EPSG:900913:3 + 4 + 5 + 0 + 8 + + + EPSG:900913:4 + 7 + 10 + 0 + 16 + + + EPSG:900913:5 + 13 + 20 + 0 + 32 + + + EPSG:900913:6 + 26 + 40 + 0 + 64 + + + EPSG:900913:7 + 52 + 80 + 0 + 128 + + + EPSG:900913:8 + 104 + 160 + 0 + 256 + + + EPSG:900913:9 + 207 + 319 + 0 + 512 + + + EPSG:900913:10 + 413 + 637 + 0 + 1024 + + + EPSG:900913:11 + 826 + 1273 + 0 + 2048 + + + EPSG:900913:12 + 1652 + 2546 + 0 + 4096 + + + EPSG:900913:13 + 3303 + 5091 + 0 + 8192 + + + EPSG:900913:14 + 6606 + 10181 + 0 + 16384 + + + EPSG:900913:15 + 13211 + 20362 + 0 + 32768 + + + EPSG:900913:16 + 26421 + 40723 + 0 + 65536 + + + EPSG:900913:17 + 52842 + 81445 + 0 + 131072 + + + EPSG:900913:18 + 105684 + 162889 + 0 + 262144 + + + EPSG:900913:19 + 211368 + 325778 + 0 + 524288 + + + EPSG:900913:20 + 422735 + 651555 + 0 + 1048576 + + + EPSG:900913:21 + 845469 + 1303109 + 0 + 2097152 + + + EPSG:900913:22 + 1690937 + 2606218 + 0 + 4194304 + + + EPSG:900913:23 + 3381874 + 5212435 + 0 + 8388608 + + + EPSG:900913:24 + 6763748 + 10424870 + 0 + 16777216 + + + EPSG:900913:25 + 13527496 + 20849740 + 1 + 33554433 + + + EPSG:900913:26 + 27054991 + 41699480 + 3 + 67108867 + + + EPSG:900913:27 + 54109981 + 83398960 + 6 + 134217734 + + + EPSG:900913:28 + 108219961 + 166797919 + 13 + 268435469 + + + EPSG:900913:29 + 216439922 + 333595837 + 27 + 536870939 + + + null + 432879843 + 667191673 + 55 + 1073741879 + + + + + GOH Cargas Contaminantes: Descargas + No abstract provided + + -91.2615509030893 14.0708630086835 + -86.8842458947485 17.9482355116755 + + geonode:GH_Descargas4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 4 + 4 + 3 + 4 + + + EPSG:4326:4 + 7 + 7 + 7 + 8 + + + EPSG:4326:5 + 13 + 14 + 15 + 16 + + + EPSG:4326:6 + 26 + 27 + 31 + 33 + + + EPSG:4326:7 + 52 + 54 + 63 + 66 + + + EPSG:4326:8 + 103 + 108 + 126 + 132 + + + EPSG:4326:9 + 205 + 216 + 252 + 264 + + + EPSG:4326:10 + 410 + 432 + 504 + 529 + + + EPSG:4326:11 + 820 + 864 + 1009 + 1059 + + + EPSG:4326:12 + 1640 + 1728 + 2019 + 2118 + + + EPSG:4326:13 + 3280 + 3456 + 4038 + 4237 + + + EPSG:4326:14 + 6559 + 6912 + 8077 + 8475 + + + EPSG:4326:15 + 13117 + 13823 + 16154 + 16951 + + + EPSG:4326:16 + 26234 + 27645 + 32308 + 33902 + + + EPSG:4326:17 + 52467 + 55290 + 64617 + 67804 + + + EPSG:4326:18 + 104933 + 110580 + 129234 + 135609 + + + EPSG:4326:19 + 209866 + 221160 + 258469 + 271219 + + + EPSG:4326:20 + 419732 + 442320 + 516938 + 542438 + + + null + 839464 + 884639 + 1033877 + 1084877 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 8 + 8 + 3 + 4 + + + EPSG:900913:5 + 15 + 15 + 7 + 8 + + + EPSG:900913:6 + 29 + 30 + 15 + 16 + + + EPSG:900913:7 + 58 + 59 + 31 + 33 + + + EPSG:900913:8 + 116 + 118 + 63 + 66 + + + EPSG:900913:9 + 231 + 236 + 126 + 132 + + + EPSG:900913:10 + 461 + 472 + 252 + 264 + + + EPSG:900913:11 + 921 + 944 + 504 + 529 + + + EPSG:900913:12 + 1841 + 1887 + 1009 + 1059 + + + EPSG:900913:13 + 3681 + 3773 + 2019 + 2118 + + + EPSG:900913:14 + 7362 + 7546 + 4038 + 4237 + + + EPSG:900913:15 + 14723 + 15091 + 8077 + 8475 + + + EPSG:900913:16 + 29446 + 30181 + 16154 + 16951 + + + EPSG:900913:17 + 58892 + 60361 + 32308 + 33902 + + + EPSG:900913:18 + 117784 + 120722 + 64617 + 67804 + + + EPSG:900913:19 + 235567 + 241443 + 129234 + 135609 + + + EPSG:900913:20 + 471134 + 482886 + 258469 + 271219 + + + EPSG:900913:21 + 942267 + 965771 + 516938 + 542438 + + + EPSG:900913:22 + 1884534 + 1931542 + 1033877 + 1084877 + + + EPSG:900913:23 + 3769068 + 3863083 + 2067755 + 2169754 + + + EPSG:900913:24 + 7538135 + 7726166 + 4135511 + 4339508 + + + EPSG:900913:25 + 15076269 + 15452332 + 8271022 + 8679017 + + + EPSG:900913:26 + 30152537 + 30904663 + 16542045 + 17358034 + + + EPSG:900913:27 + 60305073 + 61809325 + 33084091 + 34716069 + + + EPSG:900913:28 + 120610146 + 123618650 + 66168183 + 69432138 + + + EPSG:900913:29 + 241220292 + 247237300 + 132336366 + 138864277 + + + null + 482440584 + 494474600 + 264672733 + 277728554 + + + + + Undersea feature names + The undersea feature names shown on sheets and products of GEBCO and Regional International Bathymetric Charts (IBC) projects, and on international (INT) nautical charts are selected by the GEBCO Sub-Committee on Undersea Feature Names (SCUFN). + + + -180.0 -78.5 + 180.0 89.33333 + + geonode:undersea_features_2008 + + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 8 + 0 + 15 + + + EPSG:4326:4 + 1 + 15 + 0 + 31 + + + EPSG:4326:5 + 1 + 30 + 0 + 63 + + + EPSG:4326:6 + 1 + 60 + 0 + 127 + + + EPSG:4326:7 + 1 + 120 + 0 + 255 + + + EPSG:4326:8 + 1 + 240 + 0 + 511 + + + EPSG:4326:9 + 2 + 480 + 0 + 1023 + + + EPSG:4326:10 + 4 + 959 + 0 + 2047 + + + EPSG:4326:11 + 8 + 1918 + 0 + 4095 + + + EPSG:4326:12 + 16 + 3835 + 0 + 8191 + + + EPSG:4326:13 + 31 + 7669 + 0 + 16383 + + + EPSG:4326:14 + 61 + 15338 + 0 + 32767 + + + EPSG:4326:15 + 122 + 30675 + 0 + 65535 + + + EPSG:4326:16 + 243 + 61349 + 0 + 131071 + + + EPSG:4326:17 + 486 + 122698 + 0 + 262143 + + + EPSG:4326:18 + 971 + 245396 + 0 + 524287 + + + EPSG:4326:19 + 1942 + 490792 + 0 + 1048575 + + + EPSG:4326:20 + 3884 + 981584 + 0 + 2097151 + + + null + 7768 + 1963168 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 4 + 0 + 3 + + + EPSG:900913:3 + 1 + 7 + 0 + 7 + + + EPSG:900913:4 + 1 + 14 + 0 + 15 + + + EPSG:900913:5 + 1 + 28 + 0 + 31 + + + EPSG:900913:6 + 1 + 56 + 0 + 63 + + + EPSG:900913:7 + 1 + 111 + 0 + 127 + + + EPSG:900913:8 + 1 + 222 + 0 + 255 + + + EPSG:900913:9 + 1 + 444 + 0 + 511 + + + EPSG:900913:10 + 1 + 887 + 0 + 1023 + + + EPSG:900913:11 + 1 + 1773 + 0 + 2047 + + + EPSG:900913:12 + 1 + 3545 + 0 + 4095 + + + EPSG:900913:13 + 1 + 7090 + 0 + 8191 + + + EPSG:900913:14 + 1 + 14179 + 0 + 16383 + + + EPSG:900913:15 + 1 + 28357 + 0 + 32767 + + + EPSG:900913:16 + 1 + 56713 + 0 + 65535 + + + EPSG:900913:17 + 1 + 113426 + 0 + 131071 + + + EPSG:900913:18 + 1 + 226851 + 0 + 262143 + + + EPSG:900913:19 + 1 + 453701 + 0 + 524287 + + + EPSG:900913:20 + 1 + 907402 + 0 + 1048575 + + + EPSG:900913:21 + 1 + 1814804 + 0 + 2097151 + + + EPSG:900913:22 + 2 + 3629608 + 0 + 4194303 + + + EPSG:900913:23 + 3 + 7259216 + 0 + 8388607 + + + EPSG:900913:24 + 5 + 14518432 + 0 + 16777215 + + + EPSG:900913:25 + 10 + 29036864 + 0 + 33554431 + + + EPSG:900913:26 + 19 + 58073727 + 0 + 67108863 + + + EPSG:900913:27 + 38 + 116147454 + 0 + 134217727 + + + EPSG:900913:28 + 76 + 232294908 + 0 + 268435455 + + + EPSG:900913:29 + 152 + 464589815 + 0 + 536870911 + + + null + 304 + 929179630 + 0 + 1073741823 + + + + + Continental margins between 140m and 3500m depth (IFREMER - COMARGE, 2009) + This shapefile has been prepared in the framework of COMARGE, one of the field project of the Census of Marine Life. It is intended to represent continental margins worldwide, with the exclusion of the continental shelf. The continental margins have been defined based on bathymetry and expert opinion. The upper margin of the boundary has been set at 140 m depth, which is the average depth of the shelf break, except in Antarctica where the shelf break goes deeper and the upper boundary has been set up at 500 m. The lower boundary has been set at 3500 m depth. Both isobaths were extracted from S2004 Bathymetry (a global bathymetry at 1 arc-minute resolution). The upper and lower boundaries were manually edited to follow the contour of continental margins in particular cases. +Please note that some but not all margins around island are included in this shapefile. + +http://www.ifremer.fr/comarge/ + + + -179.999988786051 -78.4229638428662 + 179.999988754693 84.8446715025928 + + geonode:ContinentalMargins + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 8 + 0 + 15 + + + EPSG:4326:4 + 1 + 15 + 0 + 31 + + + EPSG:4326:5 + 1 + 30 + 0 + 63 + + + EPSG:4326:6 + 2 + 60 + 0 + 127 + + + EPSG:4326:7 + 4 + 120 + 0 + 255 + + + EPSG:4326:8 + 8 + 240 + 0 + 511 + + + EPSG:4326:9 + 15 + 480 + 0 + 1023 + + + EPSG:4326:10 + 30 + 959 + 0 + 2047 + + + EPSG:4326:11 + 59 + 1917 + 0 + 4095 + + + EPSG:4326:12 + 118 + 3833 + 0 + 8191 + + + EPSG:4326:13 + 235 + 7666 + 0 + 16383 + + + EPSG:4326:14 + 470 + 15331 + 0 + 32767 + + + EPSG:4326:15 + 939 + 30661 + 0 + 65535 + + + EPSG:4326:16 + 1877 + 61321 + 0 + 131071 + + + EPSG:4326:17 + 3754 + 122642 + 0 + 262143 + + + EPSG:4326:18 + 7508 + 245284 + 0 + 524287 + + + EPSG:4326:19 + 15016 + 490568 + 0 + 1048575 + + + EPSG:4326:20 + 30032 + 981135 + 0 + 2097151 + + + null + 60064 + 1962270 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 4 + 0 + 3 + + + EPSG:900913:3 + 1 + 7 + 0 + 7 + + + EPSG:900913:4 + 1 + 14 + 0 + 15 + + + EPSG:900913:5 + 1 + 28 + 0 + 31 + + + EPSG:900913:6 + 1 + 56 + 0 + 63 + + + EPSG:900913:7 + 1 + 111 + 0 + 127 + + + EPSG:900913:8 + 2 + 222 + 0 + 255 + + + EPSG:900913:9 + 4 + 443 + 0 + 511 + + + EPSG:900913:10 + 7 + 886 + 0 + 1023 + + + EPSG:900913:11 + 14 + 1771 + 0 + 2047 + + + EPSG:900913:12 + 27 + 3541 + 0 + 4095 + + + EPSG:900913:13 + 54 + 7081 + 0 + 8191 + + + EPSG:900913:14 + 107 + 14161 + 0 + 16383 + + + EPSG:900913:15 + 214 + 28322 + 0 + 32767 + + + EPSG:900913:16 + 427 + 56643 + 0 + 65535 + + + EPSG:900913:17 + 854 + 113286 + 0 + 131071 + + + EPSG:900913:18 + 1708 + 226571 + 0 + 262143 + + + EPSG:900913:19 + 3415 + 453141 + 0 + 524287 + + + EPSG:900913:20 + 6830 + 906281 + 0 + 1048575 + + + EPSG:900913:21 + 13660 + 1812561 + 0 + 2097151 + + + EPSG:900913:22 + 27319 + 3625121 + 0 + 4194303 + + + EPSG:900913:23 + 54638 + 7250242 + 0 + 8388607 + + + EPSG:900913:24 + 109276 + 14500484 + 0 + 16777215 + + + EPSG:900913:25 + 218551 + 29000967 + 1 + 33554430 + + + EPSG:900913:26 + 437101 + 58001934 + 2 + 67108861 + + + EPSG:900913:27 + 874202 + 116003867 + 4 + 134217723 + + + EPSG:900913:28 + 1748404 + 232007733 + 8 + 268435447 + + + EPSG:900913:29 + 3496807 + 464015466 + 16 + 536870895 + + + null + 6993613 + 928030932 + 33 + 1073741790 + + + + + Transboundary Freshwater Dispute Database + Product of the Transboundary Freshwater Dispute Database, Department of Geosciences, Oregon State University. Additional information about the TFDD can be found at: <http://www.transboundarywaters.orst.edu> + + -164.672409057617 -54.7486381530762 + 145.207183837891 71.4400024414062 + + geonode:bcp_wgs84_0511 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 1 + + + EPSG:4326:1 + 1 + 2 + 0 + 3 + + + EPSG:4326:2 + 1 + 4 + 0 + 7 + + + EPSG:4326:3 + 1 + 7 + 0 + 14 + + + EPSG:4326:4 + 2 + 13 + 1 + 28 + + + EPSG:4326:5 + 4 + 26 + 2 + 57 + + + EPSG:4326:6 + 7 + 52 + 5 + 115 + + + EPSG:4326:7 + 14 + 103 + 10 + 231 + + + EPSG:4326:8 + 27 + 206 + 21 + 462 + + + EPSG:4326:9 + 53 + 412 + 43 + 925 + + + EPSG:4326:10 + 106 + 824 + 87 + 1850 + + + EPSG:4326:11 + 212 + 1647 + 174 + 3700 + + + EPSG:4326:12 + 423 + 3294 + 348 + 7400 + + + EPSG:4326:13 + 845 + 6588 + 697 + 14800 + + + EPSG:4326:14 + 1690 + 13176 + 1395 + 29601 + + + EPSG:4326:15 + 3379 + 26351 + 2790 + 59202 + + + EPSG:4326:16 + 6758 + 52702 + 5580 + 118404 + + + EPSG:4326:17 + 13515 + 105403 + 11161 + 236808 + + + EPSG:4326:18 + 27030 + 210806 + 22322 + 473617 + + + EPSG:4326:19 + 54060 + 421611 + 44644 + 947234 + + + EPSG:4326:20 + 108120 + 843222 + 89289 + 1894469 + + + null + 216240 + 1686444 + 178579 + 3788938 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 3 + 0 + 3 + + + EPSG:900913:3 + 2 + 6 + 0 + 7 + + + EPSG:900913:4 + 4 + 11 + 0 + 14 + + + EPSG:900913:5 + 7 + 22 + 1 + 28 + + + EPSG:900913:6 + 14 + 44 + 2 + 57 + + + EPSG:900913:7 + 28 + 88 + 5 + 115 + + + EPSG:900913:8 + 55 + 175 + 10 + 231 + + + EPSG:900913:9 + 109 + 350 + 21 + 462 + + + EPSG:900913:10 + 217 + 699 + 43 + 925 + + + EPSG:900913:11 + 434 + 1398 + 87 + 1850 + + + EPSG:900913:12 + 868 + 2796 + 174 + 3700 + + + EPSG:900913:13 + 1735 + 5591 + 348 + 7400 + + + EPSG:900913:14 + 3469 + 11182 + 697 + 14800 + + + EPSG:900913:15 + 6937 + 22364 + 1395 + 29601 + + + EPSG:900913:16 + 13873 + 44728 + 2790 + 59202 + + + EPSG:900913:17 + 27746 + 89456 + 5580 + 118404 + + + EPSG:900913:18 + 55491 + 178911 + 11161 + 236808 + + + EPSG:900913:19 + 110982 + 357821 + 22322 + 473617 + + + EPSG:900913:20 + 221963 + 715642 + 44644 + 947234 + + + EPSG:900913:21 + 443926 + 1431283 + 89289 + 1894469 + + + EPSG:900913:22 + 887851 + 2862565 + 178579 + 3788938 + + + EPSG:900913:23 + 1775702 + 5725130 + 357158 + 7577876 + + + EPSG:900913:24 + 3551404 + 11450259 + 714317 + 15155753 + + + EPSG:900913:25 + 7102807 + 22900518 + 1428635 + 30311506 + + + EPSG:900913:26 + 14205613 + 45801036 + 2857270 + 60623012 + + + EPSG:900913:27 + 28411225 + 91602071 + 5714540 + 121246025 + + + EPSG:900913:28 + 56822450 + 183204141 + 11429080 + 242492051 + + + EPSG:900913:29 + 113644899 + 366408281 + 22858160 + 484984103 + + + null + 227289797 + 732816561 + 45716320 + 969968207 + + + + + FAO Fishing Areas + The dataset represents the boundaries of the FAO Fishing Areas. The source for the boundaries is the description that can be found on the FAO website. The dataset was composed by the Flanders Marine Data and Information Centre. + + -180.0 -85.4702906995037 + 180.0 90.0000004906574 + + geonode:World_Fao_Zones + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 0 + 1 + 0 + 1 + + + EPSG:4326:1 + 0 + 2 + 0 + 3 + + + EPSG:4326:2 + 0 + 4 + 0 + 7 + + + EPSG:4326:3 + 0 + 8 + 0 + 15 + + + EPSG:4326:4 + 0 + 16 + 0 + 31 + + + EPSG:4326:5 + 0 + 32 + 0 + 63 + + + EPSG:4326:6 + 0 + 63 + 0 + 127 + + + EPSG:4326:7 + 0 + 125 + 0 + 255 + + + EPSG:4326:8 + 0 + 250 + 0 + 511 + + + EPSG:4326:9 + 0 + 500 + 0 + 1023 + + + EPSG:4326:10 + 0 + 999 + 0 + 2047 + + + EPSG:4326:11 + 0 + 1997 + 0 + 4095 + + + EPSG:4326:12 + 0 + 3993 + 0 + 8191 + + + EPSG:4326:13 + 0 + 7986 + 0 + 16383 + + + EPSG:4326:14 + 0 + 15972 + 0 + 32767 + + + EPSG:4326:15 + 0 + 31944 + 0 + 65535 + + + EPSG:4326:16 + 0 + 63887 + 0 + 131071 + + + EPSG:4326:17 + 0 + 127774 + 0 + 262143 + + + EPSG:4326:18 + 0 + 255548 + 0 + 524287 + + + EPSG:4326:19 + 0 + 511095 + 0 + 1048575 + + + EPSG:4326:20 + 0 + 1022189 + 0 + 2097151 + + + null + 0 + 2044378 + 0 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 2 + 0 + 1 + + + EPSG:900913:2 + 1 + 4 + 0 + 3 + + + EPSG:900913:3 + 1 + 8 + 0 + 7 + + + EPSG:900913:4 + 1 + 16 + 0 + 15 + + + EPSG:900913:5 + 1 + 32 + 0 + 31 + + + EPSG:900913:6 + 1 + 64 + 0 + 63 + + + EPSG:900913:7 + 1 + 128 + 0 + 127 + + + EPSG:900913:8 + 1 + 256 + 0 + 255 + + + EPSG:900913:9 + 1 + 512 + 0 + 511 + + + EPSG:900913:10 + 1 + 1024 + 0 + 1023 + + + EPSG:900913:11 + 1 + 2048 + 0 + 2047 + + + EPSG:900913:12 + 1 + 4096 + 0 + 4095 + + + EPSG:900913:13 + 1 + 8192 + 0 + 8191 + + + EPSG:900913:14 + 1 + 16384 + 0 + 16383 + + + EPSG:900913:15 + 1 + 32768 + 0 + 32767 + + + EPSG:900913:16 + 1 + 65536 + 0 + 65535 + + + EPSG:900913:17 + 1 + 131072 + 0 + 131071 + + + EPSG:900913:18 + 1 + 262144 + 0 + 262143 + + + EPSG:900913:19 + 1 + 524288 + 0 + 524287 + + + EPSG:900913:20 + 1 + 1048576 + 0 + 1048575 + + + EPSG:900913:21 + 1 + 2097152 + 0 + 2097151 + + + EPSG:900913:22 + 2 + 4194303 + 0 + 4194303 + + + EPSG:900913:23 + 3 + 8388606 + 0 + 8388607 + + + EPSG:900913:24 + 5 + 16777212 + 0 + 16777215 + + + EPSG:900913:25 + 10 + 33554423 + 0 + 33554431 + + + EPSG:900913:26 + 19 + 67108846 + 0 + 67108863 + + + EPSG:900913:27 + 38 + 134217691 + 0 + 134217727 + + + EPSG:900913:28 + 76 + 268435381 + 0 + 268435455 + + + EPSG:900913:29 + 152 + 536870761 + 0 + 536870911 + + + null + 304 + 1073741521 + 0 + 1073741823 + + + + + World maritime boundaries + The data is provided "as is", and no warranty express, implied or otherwise is offered as to the data's accuracy. The developers do not imply any opinion concerning the legal status of any country, territory or area, or concerning the delimitation of its frontiers or boundaries. The data can be used for educational, scientific or research purposes but should not be used for legal, commercial/economical (exploration of natural resources) or navigational purposes. + +Anyone can download this data but it is for the sole use of the organisation or individual downloading the data. The geodata may not be redistributed without the permission of the Flanders Marine Institute (VLIZ). The geodata may be used in a Value-Added Software Application (like webservices), on condition that the Flanders Marine Institute is acknowledged as the source of the data. Redistribution rights are granted for hard-copy renditions or static, electronic map images (e.g. jpeg, gif, etc.) that are plotted, printed or publicly displayed with reference to the Flanders Marine Institute. For redistribution rights of derived products, please contact us. + +Acknowledgements + +VLIZ (2012). Maritime Boundaries Geodatabase, version 6.1. Available online at http://www.vliz.be/vmdcdata/marbound. Consulted on 2012-07-09 + + + -180.004022988029 -75.1186949450678 + 180.0 87.0239435158392 + + geonode:World_Maritime_Boundaries_v6_1_20110512 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + -1 + 1 + + + EPSG:4326:1 + 1 + 2 + -1 + 3 + + + EPSG:4326:2 + 1 + 4 + -1 + 7 + + + EPSG:4326:3 + 1 + 8 + -1 + 15 + + + EPSG:4326:4 + 1 + 15 + -1 + 31 + + + EPSG:4326:5 + 1 + 30 + -1 + 63 + + + EPSG:4326:6 + 2 + 59 + -1 + 127 + + + EPSG:4326:7 + 3 + 118 + -1 + 255 + + + EPSG:4326:8 + 5 + 235 + -1 + 511 + + + EPSG:4326:9 + 9 + 470 + -1 + 1023 + + + EPSG:4326:10 + 17 + 940 + -1 + 2047 + + + EPSG:4326:11 + 34 + 1879 + -1 + 4095 + + + EPSG:4326:12 + 68 + 3758 + -1 + 8191 + + + EPSG:4326:13 + 136 + 7515 + -1 + 16383 + + + EPSG:4326:14 + 271 + 15030 + -1 + 32767 + + + EPSG:4326:15 + 542 + 30059 + -1 + 65535 + + + EPSG:4326:16 + 1084 + 60118 + -2 + 131071 + + + EPSG:4326:17 + 2168 + 120236 + -3 + 262143 + + + EPSG:4326:18 + 4335 + 240472 + -6 + 524287 + + + EPSG:4326:19 + 8669 + 480944 + -12 + 1048575 + + + EPSG:4326:20 + 17337 + 961887 + -24 + 2097151 + + + null + 34674 + 1923773 + -47 + 4194303 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + -1 + 0 + + + EPSG:900913:1 + 1 + 2 + -1 + 1 + + + EPSG:900913:2 + 1 + 4 + -1 + 3 + + + EPSG:900913:3 + 1 + 7 + -1 + 7 + + + EPSG:900913:4 + 1 + 14 + -1 + 15 + + + EPSG:900913:5 + 1 + 27 + -1 + 31 + + + EPSG:900913:6 + 1 + 53 + -1 + 63 + + + EPSG:900913:7 + 1 + 106 + -1 + 127 + + + EPSG:900913:8 + 1 + 211 + -1 + 255 + + + EPSG:900913:9 + 1 + 422 + -1 + 511 + + + EPSG:900913:10 + 1 + 844 + -1 + 1023 + + + EPSG:900913:11 + 1 + 1688 + -1 + 2047 + + + EPSG:900913:12 + 1 + 3376 + -1 + 4095 + + + EPSG:900913:13 + 1 + 6751 + -1 + 8191 + + + EPSG:900913:14 + 1 + 13501 + -1 + 16383 + + + EPSG:900913:15 + 1 + 27001 + -1 + 32767 + + + EPSG:900913:16 + 1 + 54001 + -1 + 65535 + + + EPSG:900913:17 + 1 + 108001 + -2 + 131071 + + + EPSG:900913:18 + 1 + 216002 + -3 + 262143 + + + EPSG:900913:19 + 1 + 432003 + -6 + 524287 + + + EPSG:900913:20 + 1 + 864006 + -12 + 1048575 + + + EPSG:900913:21 + 1 + 1728011 + -24 + 2097151 + + + EPSG:900913:22 + 2 + 3456022 + -47 + 4194303 + + + EPSG:900913:23 + 3 + 6912043 + -94 + 8388607 + + + EPSG:900913:24 + 5 + 13824086 + -188 + 16777215 + + + EPSG:900913:25 + 10 + 27648172 + -375 + 33554431 + + + EPSG:900913:26 + 19 + 55296344 + -750 + 67108863 + + + EPSG:900913:27 + 38 + 110592687 + -1500 + 134217727 + + + EPSG:900913:28 + 76 + 221185374 + -3000 + 268435455 + + + EPSG:900913:29 + 152 + 442370747 + -6000 + 536870911 + + + null + 304 + 884741493 + -12000 + 1073741823 + + + + + GOH Ecosistemas Maritimos: Distribucion de Manati + No abstract provided + + -88.9569080458292 15.6720908086544 + -86.4948106053288 18.7692259353796 + + geonode:GH_Distribucion_de_Manati4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 33 + + + EPSG:4326:7 + 51 + 53 + 64 + 66 + + + EPSG:4326:8 + 102 + 106 + 129 + 132 + + + EPSG:4326:9 + 203 + 212 + 258 + 265 + + + EPSG:4326:10 + 406 + 423 + 517 + 531 + + + EPSG:4326:11 + 811 + 846 + 1035 + 1063 + + + EPSG:4326:12 + 1621 + 1692 + 2071 + 2127 + + + EPSG:4326:13 + 3242 + 3383 + 4143 + 4255 + + + EPSG:4326:14 + 6484 + 6766 + 8286 + 8511 + + + EPSG:4326:15 + 12968 + 13531 + 16573 + 17022 + + + EPSG:4326:16 + 25935 + 27062 + 33147 + 34044 + + + EPSG:4326:17 + 51869 + 54124 + 66295 + 68088 + + + EPSG:4326:18 + 103738 + 108248 + 132591 + 136176 + + + EPSG:4326:19 + 207475 + 216496 + 265182 + 272353 + + + EPSG:4326:20 + 414950 + 432992 + 530364 + 544707 + + + null + 829899 + 865983 + 1060728 + 1089414 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 33 + + + EPSG:900913:8 + 115 + 117 + 64 + 66 + + + EPSG:900913:9 + 229 + 234 + 129 + 132 + + + EPSG:900913:10 + 458 + 467 + 258 + 265 + + + EPSG:900913:11 + 916 + 934 + 517 + 531 + + + EPSG:900913:12 + 1831 + 1868 + 1035 + 1063 + + + EPSG:900913:13 + 3662 + 3735 + 2071 + 2127 + + + EPSG:900913:14 + 7323 + 7470 + 4143 + 4255 + + + EPSG:900913:15 + 14645 + 14940 + 8286 + 8511 + + + EPSG:900913:16 + 29289 + 29879 + 16573 + 17022 + + + EPSG:900913:17 + 58577 + 59758 + 33147 + 34044 + + + EPSG:900913:18 + 117154 + 119515 + 66295 + 68088 + + + EPSG:900913:19 + 234307 + 239030 + 132591 + 136176 + + + EPSG:900913:20 + 468614 + 478060 + 265182 + 272353 + + + EPSG:900913:21 + 937228 + 956120 + 530364 + 544707 + + + EPSG:900913:22 + 1874456 + 1912239 + 1060728 + 1089414 + + + EPSG:900913:23 + 3748911 + 3824477 + 2121457 + 2178828 + + + EPSG:900913:24 + 7497821 + 7648954 + 4242915 + 4357657 + + + EPSG:900913:25 + 14995642 + 15297908 + 8485831 + 8715315 + + + EPSG:900913:26 + 29991284 + 30595816 + 16971662 + 17430630 + + + EPSG:900913:27 + 59982568 + 61191632 + 33943324 + 34861261 + + + EPSG:900913:28 + 119965136 + 122383263 + 67886649 + 69722522 + + + EPSG:900913:29 + 239930272 + 244766526 + 135773299 + 139445045 + + + null + 479860544 + 489533052 + 271546598 + 278890090 + + + + + GOH Puntos de Muestreo: Est. muestreo + No abstract provided + + -88.9000388899959 15.6961944397851 + -87.7256111099996 17.4668333297632 + + geonode:GH_Est_muestreo4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 1 + 1 + + + EPSG:4326:2 + 2 + 2 + 2 + 2 + + + EPSG:4326:3 + 4 + 4 + 4 + 4 + + + EPSG:4326:4 + 7 + 7 + 8 + 8 + + + EPSG:4326:5 + 13 + 14 + 16 + 16 + + + EPSG:4326:6 + 26 + 27 + 32 + 32 + + + EPSG:4326:7 + 52 + 53 + 64 + 65 + + + EPSG:4326:8 + 104 + 106 + 129 + 131 + + + EPSG:4326:9 + 207 + 212 + 259 + 262 + + + EPSG:4326:10 + 413 + 423 + 518 + 524 + + + EPSG:4326:11 + 826 + 846 + 1036 + 1049 + + + EPSG:4326:12 + 1651 + 1691 + 2073 + 2099 + + + EPSG:4326:13 + 3302 + 3382 + 4146 + 4199 + + + EPSG:4326:14 + 6603 + 6764 + 8292 + 8399 + + + EPSG:4326:15 + 13205 + 13527 + 16584 + 16798 + + + EPSG:4326:16 + 26409 + 27054 + 33168 + 33596 + + + EPSG:4326:17 + 52818 + 54107 + 66336 + 67192 + + + EPSG:4326:18 + 105635 + 108213 + 132673 + 134384 + + + EPSG:4326:19 + 211269 + 216426 + 265347 + 268768 + + + EPSG:4326:20 + 422537 + 432852 + 530695 + 537537 + + + null + 845073 + 865703 + 1061391 + 1075074 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 1 + 1 + + + EPSG:900913:3 + 4 + 4 + 2 + 2 + + + EPSG:900913:4 + 8 + 8 + 4 + 4 + + + EPSG:900913:5 + 15 + 15 + 8 + 8 + + + EPSG:900913:6 + 29 + 30 + 16 + 16 + + + EPSG:900913:7 + 58 + 59 + 32 + 32 + + + EPSG:900913:8 + 116 + 117 + 64 + 65 + + + EPSG:900913:9 + 231 + 234 + 129 + 131 + + + EPSG:900913:10 + 462 + 467 + 259 + 262 + + + EPSG:900913:11 + 924 + 934 + 518 + 524 + + + EPSG:900913:12 + 1847 + 1868 + 1036 + 1049 + + + EPSG:900913:13 + 3693 + 3735 + 2073 + 2099 + + + EPSG:900913:14 + 7385 + 7469 + 4146 + 4199 + + + EPSG:900913:15 + 14769 + 14938 + 8292 + 8399 + + + EPSG:900913:16 + 29538 + 29875 + 16584 + 16798 + + + EPSG:900913:17 + 59076 + 59749 + 33168 + 33596 + + + EPSG:900913:18 + 118152 + 119497 + 66336 + 67192 + + + EPSG:900913:19 + 236303 + 238994 + 132673 + 134384 + + + EPSG:900913:20 + 472606 + 477987 + 265347 + 268768 + + + EPSG:900913:21 + 945211 + 955974 + 530695 + 537537 + + + EPSG:900913:22 + 1890422 + 1911947 + 1061391 + 1075074 + + + EPSG:900913:23 + 3780843 + 3823894 + 2122782 + 2150149 + + + EPSG:900913:24 + 7561685 + 7647788 + 4245565 + 4300298 + + + EPSG:900913:25 + 15123370 + 15295575 + 8491131 + 8600596 + + + EPSG:900913:26 + 30246740 + 30591149 + 16982263 + 17201192 + + + EPSG:900913:27 + 60493480 + 61182298 + 33964527 + 34402385 + + + EPSG:900913:28 + 120986960 + 122364595 + 67929054 + 68804771 + + + EPSG:900913:29 + 241973920 + 244729190 + 135858108 + 137609542 + + + null + 483947839 + 489458380 + 271716217 + 275219085 + + + + + GOH Limites Administrativos Paises Pol + No abstract provided + + -117.119887510467 10.7096939998239 + -83.1318570001352 32.7187580594824 + + geonode:GH_Paises_Pol4326 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 0 + 0 + + + EPSG:4326:1 + 1 + 1 + 0 + 1 + + + EPSG:4326:2 + 2 + 2 + 1 + 2 + + + EPSG:4326:3 + 3 + 4 + 2 + 4 + + + EPSG:4326:4 + 6 + 8 + 5 + 8 + + + EPSG:4326:5 + 11 + 15 + 11 + 17 + + + EPSG:4326:6 + 21 + 29 + 22 + 34 + + + EPSG:4326:7 + 41 + 57 + 44 + 68 + + + EPSG:4326:8 + 82 + 113 + 89 + 137 + + + EPSG:4326:9 + 163 + 226 + 178 + 275 + + + EPSG:4326:10 + 326 + 452 + 357 + 551 + + + EPSG:4326:11 + 652 + 903 + 715 + 1102 + + + EPSG:4326:12 + 1304 + 1805 + 1430 + 2204 + + + EPSG:4326:13 + 2607 + 3609 + 2861 + 4408 + + + EPSG:4326:14 + 5214 + 7218 + 5723 + 8817 + + + EPSG:4326:15 + 10428 + 14435 + 11446 + 17634 + + + EPSG:4326:16 + 20856 + 28869 + 22893 + 35268 + + + EPSG:4326:17 + 41711 + 57738 + 45787 + 70537 + + + EPSG:4326:18 + 83422 + 115475 + 91575 + 141074 + + + EPSG:4326:19 + 166844 + 230950 + 183151 + 282148 + + + EPSG:4326:20 + 333688 + 461900 + 366303 + 564297 + + + null + 667375 + 923800 + 732606 + 1128595 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 0 + 0 + + + EPSG:900913:2 + 2 + 2 + 0 + 1 + + + EPSG:900913:3 + 4 + 4 + 1 + 2 + + + EPSG:900913:4 + 7 + 8 + 2 + 4 + + + EPSG:900913:5 + 13 + 16 + 5 + 8 + + + EPSG:900913:6 + 26 + 31 + 11 + 17 + + + EPSG:900913:7 + 52 + 61 + 22 + 34 + + + EPSG:900913:8 + 104 + 121 + 44 + 68 + + + EPSG:900913:9 + 207 + 241 + 89 + 137 + + + EPSG:900913:10 + 414 + 482 + 178 + 275 + + + EPSG:900913:11 + 827 + 963 + 357 + 551 + + + EPSG:900913:12 + 1654 + 1926 + 715 + 1102 + + + EPSG:900913:13 + 3308 + 3851 + 1430 + 2204 + + + EPSG:900913:14 + 6615 + 7702 + 2861 + 4408 + + + EPSG:900913:15 + 13230 + 15404 + 5723 + 8817 + + + EPSG:900913:16 + 26459 + 30807 + 11446 + 17634 + + + EPSG:900913:17 + 52918 + 61614 + 22893 + 35268 + + + EPSG:900913:18 + 105836 + 123228 + 45787 + 70537 + + + EPSG:900913:19 + 211671 + 246456 + 91575 + 141074 + + + EPSG:900913:20 + 423342 + 492911 + 183151 + 282148 + + + EPSG:900913:21 + 846683 + 985822 + 366303 + 564297 + + + EPSG:900913:22 + 1693366 + 1971643 + 732606 + 1128595 + + + EPSG:900913:23 + 3386731 + 3943285 + 1465212 + 2257191 + + + EPSG:900913:24 + 6773461 + 7886569 + 2930425 + 4514382 + + + EPSG:900913:25 + 13546922 + 15773137 + 5860851 + 9028765 + + + EPSG:900913:26 + 27093843 + 31546273 + 11721702 + 18057530 + + + EPSG:900913:27 + 54187686 + 63092545 + 23443405 + 36115061 + + + EPSG:900913:28 + 108375372 + 126185089 + 46886810 + 72230122 + + + EPSG:900913:29 + 216750744 + 252370178 + 93773620 + 144460245 + + + null + 433501488 + 504740356 + 187547240 + 288920490 + + + + + Djibouti + No abstract provided + + 39.5 10.266667 + 43.451944 19.0 + + geonode:XYDjibouti + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 2 + 2 + 4 + 4 + + + EPSG:4326:3 + 4 + 4 + 9 + 9 + + + EPSG:4326:4 + 7 + 8 + 19 + 19 + + + EPSG:4326:5 + 13 + 15 + 39 + 39 + + + EPSG:4326:6 + 26 + 29 + 78 + 79 + + + EPSG:4326:7 + 51 + 57 + 156 + 158 + + + EPSG:4326:8 + 101 + 114 + 312 + 317 + + + EPSG:4326:9 + 202 + 227 + 624 + 635 + + + EPSG:4326:10 + 404 + 454 + 1248 + 1271 + + + EPSG:4326:11 + 808 + 908 + 2497 + 2542 + + + EPSG:4326:12 + 1616 + 1815 + 4994 + 5084 + + + EPSG:4326:13 + 3232 + 3629 + 9989 + 10169 + + + EPSG:4326:14 + 6463 + 7258 + 19979 + 20339 + + + EPSG:4326:15 + 12926 + 14516 + 39958 + 40678 + + + EPSG:4326:16 + 25851 + 29031 + 79917 + 81356 + + + EPSG:4326:17 + 51701 + 58061 + 159835 + 162712 + + + EPSG:4326:18 + 103402 + 116121 + 319670 + 325425 + + + EPSG:4326:19 + 206803 + 232241 + 639340 + 650850 + + + EPSG:4326:20 + 413605 + 464481 + 1278680 + 1301701 + + + null + 827210 + 928961 + 2557360 + 2603403 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 4 + 4 + 4 + 4 + + + EPSG:900913:4 + 8 + 8 + 9 + 9 + + + EPSG:900913:5 + 15 + 16 + 19 + 19 + + + EPSG:900913:6 + 29 + 31 + 39 + 39 + + + EPSG:900913:7 + 58 + 61 + 78 + 79 + + + EPSG:900913:8 + 115 + 121 + 156 + 158 + + + EPSG:900913:9 + 229 + 242 + 312 + 317 + + + EPSG:900913:10 + 457 + 483 + 624 + 635 + + + EPSG:900913:11 + 914 + 966 + 1248 + 1271 + + + EPSG:900913:12 + 1828 + 1931 + 2497 + 2542 + + + EPSG:900913:13 + 3656 + 3862 + 4994 + 5084 + + + EPSG:900913:14 + 7311 + 7723 + 9989 + 10169 + + + EPSG:900913:15 + 14622 + 15445 + 19979 + 20339 + + + EPSG:900913:16 + 29244 + 30889 + 39958 + 40678 + + + EPSG:900913:17 + 58488 + 61778 + 79917 + 81356 + + + EPSG:900913:18 + 116976 + 123556 + 159835 + 162712 + + + EPSG:900913:19 + 233952 + 247112 + 319670 + 325425 + + + EPSG:900913:20 + 467904 + 494223 + 639340 + 650850 + + + EPSG:900913:21 + 935807 + 988446 + 1278680 + 1301701 + + + EPSG:900913:22 + 1871614 + 1976892 + 2557360 + 2603403 + + + EPSG:900913:23 + 3743228 + 3953783 + 5114720 + 5206807 + + + EPSG:900913:24 + 7486455 + 7907566 + 10229441 + 10413615 + + + EPSG:900913:25 + 14972909 + 15815131 + 20458882 + 20827230 + + + EPSG:900913:26 + 29945818 + 31630262 + 40917765 + 41654461 + + + EPSG:900913:27 + 59891635 + 63260524 + 81835531 + 83308922 + + + EPSG:900913:28 + 119783269 + 126521048 + 163671062 + 166617845 + + + EPSG:900913:29 + 239566538 + 253042096 + 327342125 + 333235691 + + + null + 479133075 + 506084192 + 654684251 + 666471383 + + + + + Sudan + No abstract provided + + 18.783333 3.516667 + 38.8467 27.166667 + + geonode:XYSudan + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 2 + 2 + 4 + 4 + + + EPSG:4326:3 + 3 + 4 + 8 + 9 + + + EPSG:4326:4 + 6 + 8 + 17 + 19 + + + EPSG:4326:5 + 12 + 16 + 35 + 38 + + + EPSG:4326:6 + 23 + 31 + 70 + 77 + + + EPSG:4326:7 + 45 + 62 + 141 + 155 + + + EPSG:4326:8 + 90 + 123 + 282 + 311 + + + EPSG:4326:9 + 179 + 246 + 565 + 622 + + + EPSG:4326:10 + 358 + 492 + 1130 + 1244 + + + EPSG:4326:11 + 715 + 984 + 2261 + 2489 + + + EPSG:4326:12 + 1430 + 1968 + 4523 + 4979 + + + EPSG:4326:13 + 2860 + 3936 + 9046 + 9959 + + + EPSG:4326:14 + 5720 + 7872 + 18093 + 19919 + + + EPSG:4326:15 + 11439 + 15744 + 36187 + 39839 + + + EPSG:4326:16 + 22877 + 31488 + 72374 + 79679 + + + EPSG:4326:17 + 45754 + 62976 + 144749 + 159359 + + + EPSG:4326:18 + 91508 + 125951 + 289499 + 318718 + + + EPSG:4326:19 + 183016 + 251901 + 578998 + 637437 + + + EPSG:4326:20 + 366031 + 503802 + 1157996 + 1274874 + + + null + 732062 + 1007604 + 2315993 + 2549748 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 4 + 4 + 4 + 4 + + + EPSG:900913:4 + 7 + 8 + 8 + 9 + + + EPSG:900913:5 + 14 + 16 + 17 + 19 + + + EPSG:900913:6 + 27 + 32 + 35 + 38 + + + EPSG:900913:7 + 54 + 63 + 70 + 77 + + + EPSG:900913:8 + 108 + 126 + 141 + 155 + + + EPSG:900913:9 + 216 + 251 + 282 + 311 + + + EPSG:900913:10 + 432 + 502 + 565 + 622 + + + EPSG:900913:11 + 864 + 1004 + 1130 + 1244 + + + EPSG:900913:12 + 1727 + 2008 + 2261 + 2489 + + + EPSG:900913:13 + 3454 + 4016 + 4523 + 4979 + + + EPSG:900913:14 + 6907 + 8032 + 9046 + 9959 + + + EPSG:900913:15 + 13814 + 16064 + 18093 + 19919 + + + EPSG:900913:16 + 27627 + 32128 + 36187 + 39839 + + + EPSG:900913:17 + 55253 + 64255 + 72374 + 79679 + + + EPSG:900913:18 + 110505 + 128510 + 144749 + 159359 + + + EPSG:900913:19 + 221009 + 257020 + 289499 + 318718 + + + EPSG:900913:20 + 442017 + 514039 + 578998 + 637437 + + + EPSG:900913:21 + 884033 + 1028078 + 1157996 + 1274874 + + + EPSG:900913:22 + 1768065 + 2056155 + 2315993 + 2549748 + + + EPSG:900913:23 + 3536129 + 4112309 + 4631987 + 5099497 + + + EPSG:900913:24 + 7072258 + 8224617 + 9263974 + 10198995 + + + EPSG:900913:25 + 14144515 + 16449233 + 18527949 + 20397990 + + + EPSG:900913:26 + 28289030 + 32898466 + 37055899 + 40795981 + + + EPSG:900913:27 + 56578060 + 65796932 + 74111798 + 81591963 + + + EPSG:900913:28 + 113156120 + 131593864 + 148223596 + 163183926 + + + EPSG:900913:29 + 226312240 + 263187727 + 296447192 + 326367853 + + + null + 452624479 + 526375453 + 592894384 + 652735707 + + + + + Yemen + No abstract provided + + 39.5 12.1 + 65.0 27.695278 + + geonode:XYYemen + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 2 + 2 + 4 + 5 + + + EPSG:4326:3 + 3 + 4 + 9 + 10 + + + EPSG:4326:4 + 6 + 7 + 19 + 21 + + + EPSG:4326:5 + 12 + 14 + 39 + 43 + + + EPSG:4326:6 + 23 + 28 + 78 + 87 + + + EPSG:4326:7 + 45 + 56 + 156 + 174 + + + EPSG:4326:8 + 89 + 111 + 312 + 348 + + + EPSG:4326:9 + 178 + 222 + 624 + 696 + + + EPSG:4326:10 + 355 + 444 + 1248 + 1393 + + + EPSG:4326:11 + 709 + 887 + 2497 + 2787 + + + EPSG:4326:12 + 1418 + 1773 + 4994 + 5575 + + + EPSG:4326:13 + 2836 + 3546 + 9989 + 11150 + + + EPSG:4326:14 + 5672 + 7091 + 19979 + 22300 + + + EPSG:4326:15 + 11343 + 14182 + 39958 + 44600 + + + EPSG:4326:16 + 22685 + 28363 + 79917 + 89201 + + + EPSG:4326:17 + 45369 + 56726 + 159835 + 178403 + + + EPSG:4326:18 + 90738 + 113451 + 319670 + 356807 + + + EPSG:4326:19 + 181476 + 226901 + 639340 + 713614 + + + EPSG:4326:20 + 362952 + 453801 + 1278680 + 1427228 + + + null + 725903 + 907601 + 2557360 + 2854456 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 4 + 4 + 4 + 5 + + + EPSG:900913:4 + 7 + 8 + 9 + 10 + + + EPSG:900913:5 + 14 + 15 + 19 + 21 + + + EPSG:900913:6 + 27 + 30 + 39 + 43 + + + EPSG:900913:7 + 54 + 60 + 78 + 87 + + + EPSG:900913:8 + 108 + 120 + 156 + 174 + + + EPSG:900913:9 + 215 + 239 + 312 + 348 + + + EPSG:900913:10 + 430 + 478 + 624 + 696 + + + EPSG:900913:11 + 860 + 955 + 1248 + 1393 + + + EPSG:900913:12 + 1720 + 1910 + 2497 + 2787 + + + EPSG:900913:13 + 3440 + 3819 + 4994 + 5575 + + + EPSG:900913:14 + 6880 + 7638 + 9989 + 11150 + + + EPSG:900913:15 + 13759 + 15275 + 19979 + 22300 + + + EPSG:900913:16 + 27518 + 30549 + 39958 + 44600 + + + EPSG:900913:17 + 55036 + 61098 + 79917 + 89201 + + + EPSG:900913:18 + 110071 + 122195 + 159835 + 178403 + + + EPSG:900913:19 + 220141 + 244390 + 319670 + 356807 + + + EPSG:900913:20 + 440282 + 488780 + 639340 + 713614 + + + EPSG:900913:21 + 880563 + 977559 + 1278680 + 1427228 + + + EPSG:900913:22 + 1761126 + 1955118 + 2557360 + 2854456 + + + EPSG:900913:23 + 3522251 + 3910235 + 5114720 + 5708913 + + + EPSG:900913:24 + 7044502 + 7820469 + 10229441 + 11417827 + + + EPSG:900913:25 + 14089004 + 15640937 + 20458882 + 22835655 + + + EPSG:900913:26 + 28178007 + 31281873 + 40917765 + 45671310 + + + EPSG:900913:27 + 56356013 + 62563746 + 81835531 + 91342620 + + + EPSG:900913:28 + 112712026 + 125127492 + 163671062 + 182685240 + + + EPSG:900913:29 + 225424052 + 250254983 + 327342125 + 365370481 + + + null + 450848103 + 500509966 + 654684251 + 730740963 + + + + + TBA + No abstract provided + + 15.416662476991903 41.13795904405102 + 20.179198496008198 45.90049506306732 + + geonode:TB_Aquifers_New + + + + + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 1 + 2 + 4 + 4 + + + EPSG:4326:3 + 2 + 3 + 8 + 8 + + + EPSG:4326:4 + 4 + 5 + 17 + 17 + + + EPSG:4326:5 + 8 + 9 + 34 + 35 + + + EPSG:4326:6 + 16 + 18 + 69 + 71 + + + EPSG:4326:7 + 32 + 35 + 138 + 142 + + + EPSG:4326:8 + 63 + 70 + 277 + 284 + + + EPSG:4326:9 + 126 + 139 + 555 + 569 + + + EPSG:4326:10 + 251 + 278 + 1111 + 1138 + + + EPSG:4326:11 + 502 + 556 + 2223 + 2277 + + + EPSG:4326:12 + 1004 + 1112 + 4446 + 4555 + + + EPSG:4326:13 + 2008 + 2224 + 8893 + 9110 + + + EPSG:4326:14 + 4015 + 4448 + 17787 + 18220 + + + EPSG:4326:15 + 8029 + 8896 + 35574 + 36441 + + + EPSG:4326:16 + 16057 + 17791 + 71149 + 72883 + + + EPSG:4326:17 + 32113 + 35581 + 142298 + 145766 + + + EPSG:4326:18 + 64225 + 71161 + 284596 + 291532 + + + EPSG:4326:19 + 128450 + 142322 + 569192 + 583064 + + + EPSG:4326:20 + 256899 + 284643 + 1138384 + 1166128 + + + null + 513797 + 569285 + 2276769 + 2332256 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 3 + 3 + 4 + 4 + + + EPSG:900913:4 + 6 + 6 + 8 + 8 + + + EPSG:900913:5 + 12 + 12 + 17 + 17 + + + EPSG:900913:6 + 23 + 24 + 34 + 35 + + + EPSG:900913:7 + 46 + 48 + 69 + 71 + + + EPSG:900913:8 + 92 + 96 + 138 + 142 + + + EPSG:900913:9 + 183 + 192 + 277 + 284 + + + EPSG:900913:10 + 365 + 384 + 555 + 569 + + + EPSG:900913:11 + 730 + 767 + 1111 + 1138 + + + EPSG:900913:12 + 1459 + 1534 + 2223 + 2277 + + + EPSG:900913:13 + 2918 + 3068 + 4446 + 4555 + + + EPSG:900913:14 + 5836 + 6135 + 8893 + 9110 + + + EPSG:900913:15 + 11671 + 12269 + 17787 + 18220 + + + EPSG:900913:16 + 23342 + 24538 + 35574 + 36441 + + + EPSG:900913:17 + 46683 + 49076 + 71149 + 72883 + + + EPSG:900913:18 + 93366 + 98152 + 142298 + 145766 + + + EPSG:900913:19 + 186731 + 196303 + 284596 + 291532 + + + EPSG:900913:20 + 373461 + 392606 + 569192 + 583064 + + + EPSG:900913:21 + 746921 + 785211 + 1138384 + 1166128 + + + EPSG:900913:22 + 1493841 + 1570422 + 2276769 + 2332256 + + + EPSG:900913:23 + 2987681 + 3140844 + 4553538 + 4664513 + + + EPSG:900913:24 + 5975362 + 6281687 + 9107076 + 9329026 + + + EPSG:900913:25 + 11950724 + 12563374 + 18214153 + 18658053 + + + EPSG:900913:26 + 23901448 + 25126748 + 36428306 + 37316107 + + + EPSG:900913:27 + 47802895 + 50253496 + 72856612 + 74632214 + + + EPSG:900913:28 + 95605789 + 100506992 + 145713224 + 149264428 + + + EPSG:900913:29 + 191211577 + 201013984 + 291426449 + 298528857 + + + null + 382423154 + 402027967 + 582852898 + 597057715 + + + + + Diktas Project Area + No abstract provided + + 13.343634279042298 38.77691994860723 + 21.1131551319579 46.54644080152283 + + geonode:Diktas_Project_Area_1 + + image/png + image/jpeg + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 1 + 2 + 4 + 4 + + + EPSG:4326:3 + 2 + 3 + 8 + 8 + + + EPSG:4326:4 + 4 + 5 + 17 + 17 + + + EPSG:4326:5 + 8 + 10 + 34 + 35 + + + EPSG:4326:6 + 16 + 19 + 68 + 71 + + + EPSG:4326:7 + 31 + 37 + 137 + 143 + + + EPSG:4326:8 + 62 + 73 + 274 + 286 + + + EPSG:4326:9 + 124 + 146 + 549 + 572 + + + EPSG:4326:10 + 248 + 292 + 1099 + 1144 + + + EPSG:4326:11 + 495 + 583 + 2199 + 2288 + + + EPSG:4326:12 + 989 + 1166 + 4399 + 4576 + + + EPSG:4326:13 + 1978 + 2332 + 8799 + 9152 + + + EPSG:4326:14 + 3956 + 4663 + 17598 + 18305 + + + EPSG:4326:15 + 7911 + 9325 + 35197 + 36611 + + + EPSG:4326:16 + 15821 + 18650 + 70394 + 73223 + + + EPSG:4326:17 + 31642 + 37300 + 140788 + 146446 + + + EPSG:4326:18 + 63284 + 74600 + 281577 + 292892 + + + EPSG:4326:19 + 126568 + 149199 + 563154 + 585784 + + + EPSG:4326:20 + 253136 + 298397 + 1126308 + 1171569 + + + null + 506271 + 596793 + 2252616 + 2343138 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 3 + 4 + 4 + 4 + + + EPSG:900913:4 + 6 + 7 + 8 + 8 + + + EPSG:900913:5 + 12 + 13 + 17 + 17 + + + EPSG:900913:6 + 23 + 25 + 34 + 35 + + + EPSG:900913:7 + 46 + 50 + 68 + 71 + + + EPSG:900913:8 + 91 + 99 + 137 + 143 + + + EPSG:900913:9 + 182 + 197 + 274 + 286 + + + EPSG:900913:10 + 363 + 393 + 549 + 572 + + + EPSG:900913:11 + 725 + 785 + 1099 + 1144 + + + EPSG:900913:12 + 1449 + 1569 + 2199 + 2288 + + + EPSG:900913:13 + 2897 + 3138 + 4399 + 4576 + + + EPSG:900913:14 + 5793 + 6275 + 8799 + 9152 + + + EPSG:900913:15 + 11586 + 12550 + 17598 + 18305 + + + EPSG:900913:16 + 23172 + 25099 + 35197 + 36611 + + + EPSG:900913:17 + 46343 + 50198 + 70394 + 73223 + + + EPSG:900913:18 + 92686 + 100395 + 140788 + 146446 + + + EPSG:900913:19 + 185371 + 200790 + 281577 + 292892 + + + EPSG:900913:20 + 370741 + 401579 + 563154 + 585784 + + + EPSG:900913:21 + 741482 + 803158 + 1126308 + 1171569 + + + EPSG:900913:22 + 1482963 + 1606315 + 2252616 + 2343138 + + + EPSG:900913:23 + 2965925 + 3212630 + 4505233 + 4686276 + + + EPSG:900913:24 + 5931850 + 6425260 + 9010466 + 9372552 + + + EPSG:900913:25 + 11863700 + 12850519 + 18020932 + 18745104 + + + EPSG:900913:26 + 23727399 + 25701037 + 36041865 + 37490209 + + + EPSG:900913:27 + 47454798 + 51402073 + 72083731 + 74980418 + + + EPSG:900913:28 + 94909595 + 102804145 + 144167462 + 149960837 + + + EPSG:900913:29 + 189819189 + 205608290 + 288334925 + 299921675 + + + null + 379638378 + 411216580 + 576669851 + 599843350 + + + + + abc1 + No abstract provided + + 15.5091300160001 42.08990478406148 + 20.086730957 44.94854932305686 + + geonode:abc1 + + image/png + image/jpeg + image/gif + text/plain + text/html + application/vnd.ogc.gml + EPSG:4326 + + + EPSG:4326:0 + 1 + 1 + 1 + 1 + + + EPSG:4326:1 + 1 + 1 + 2 + 2 + + + EPSG:4326:2 + 2 + 2 + 4 + 4 + + + EPSG:4326:3 + 3 + 3 + 8 + 8 + + + EPSG:4326:4 + 5 + 5 + 17 + 17 + + + EPSG:4326:5 + 9 + 9 + 34 + 35 + + + EPSG:4326:6 + 17 + 18 + 69 + 71 + + + EPSG:4326:7 + 33 + 35 + 139 + 142 + + + EPSG:4326:8 + 65 + 69 + 278 + 284 + + + EPSG:4326:9 + 129 + 137 + 556 + 569 + + + EPSG:4326:10 + 257 + 273 + 1112 + 1138 + + + EPSG:4326:11 + 513 + 546 + 2224 + 2276 + + + EPSG:4326:12 + 1026 + 1091 + 4448 + 4553 + + + EPSG:4326:13 + 2051 + 2181 + 8897 + 9106 + + + EPSG:4326:14 + 4101 + 4361 + 17795 + 18212 + + + EPSG:4326:15 + 8202 + 8722 + 35591 + 36424 + + + EPSG:4326:16 + 16403 + 17444 + 71182 + 72849 + + + EPSG:4326:17 + 32806 + 34888 + 142365 + 145698 + + + EPSG:4326:18 + 65611 + 69775 + 284730 + 291397 + + + EPSG:4326:19 + 131222 + 139549 + 569461 + 582794 + + + EPSG:4326:20 + 262444 + 279097 + 1138923 + 1165589 + + + null + 524888 + 558194 + 2277846 + 2331179 + + + EPSG:900913 + + + EPSG:900913:0 + 1 + 1 + 0 + 0 + + + EPSG:900913:1 + 1 + 1 + 1 + 1 + + + EPSG:900913:2 + 2 + 2 + 2 + 2 + + + EPSG:900913:3 + 3 + 3 + 4 + 4 + + + EPSG:900913:4 + 6 + 6 + 8 + 8 + + + EPSG:900913:5 + 12 + 12 + 17 + 17 + + + EPSG:900913:6 + 24 + 24 + 34 + 35 + + + EPSG:900913:7 + 47 + 48 + 69 + 71 + + + EPSG:900913:8 + 93 + 95 + 139 + 142 + + + EPSG:900913:9 + 185 + 190 + 278 + 284 + + + EPSG:900913:10 + 369 + 380 + 556 + 569 + + + EPSG:900913:11 + 738 + 760 + 1112 + 1138 + + + EPSG:900913:12 + 1475 + 1520 + 2224 + 2276 + + + EPSG:900913:13 + 2949 + 3039 + 4448 + 4553 + + + EPSG:900913:14 + 5898 + 6077 + 8897 + 9106 + + + EPSG:900913:15 + 11795 + 12154 + 17795 + 18212 + + + EPSG:900913:16 + 23589 + 24307 + 35591 + 36424 + + + EPSG:900913:17 + 47177 + 48613 + 71182 + 72849 + + + EPSG:900913:18 + 94353 + 97225 + 142365 + 145698 + + + EPSG:900913:19 + 188706 + 194449 + 284730 + 291397 + + + EPSG:900913:20 + 377411 + 388897 + 569461 + 582794 + + + EPSG:900913:21 + 754822 + 777794 + 1138923 + 1165589 + + + EPSG:900913:22 + 1509644 + 1555587 + 2277846 + 2331179 + + + EPSG:900913:23 + 3019288 + 3111174 + 4555692 + 4662358 + + + EPSG:900913:24 + 6038575 + 6222347 + 9111385 + 9324717 + + + EPSG:900913:25 + 12077149 + 12444693 + 18222771 + 18649435 + + + EPSG:900913:26 + 24154297 + 24889386 + 36445543 + 37298870 + + + EPSG:900913:27 + 48308593 + 49778772 + 72891086 + 74597740 + + + EPSG:900913:28 + 96617186 + 99557543 + 145782173 + 149195480 + + + EPSG:900913:29 + 193234371 + 199115085 + 291564347 + 298390960 + + + null + 386468742 + 398230169 + 583128694 + 596781920 + + + + + GlobalCRS84Scale + urn:ogc:def:crs:EPSG::4326 + + GlobalCRS84Scale:0 + 5.0E8 + 90.0 -180.0 + 256 + 256 + 2 + 1 + + + GlobalCRS84Scale:1 + 2.5E8 + 90.0 -180.0 + 256 + 256 + 3 + 2 + + + GlobalCRS84Scale:2 + 1.0E8 + 90.0 -180.0 + 256 + 256 + 6 + 3 + + + GlobalCRS84Scale:3 + 5.0E7 + 90.0 -180.0 + 256 + 256 + 12 + 6 + + + GlobalCRS84Scale:4 + 2.5E7 + 90.0 -180.0 + 256 + 256 + 23 + 12 + + + GlobalCRS84Scale:5 + 1.0E7 + 90.0 -180.0 + 256 + 256 + 56 + 28 + + + GlobalCRS84Scale:6 + 5000000.0 + 90.0 -180.0 + 256 + 256 + 112 + 56 + + + GlobalCRS84Scale:7 + 2500000.0 + 90.0 -180.0 + 256 + 256 + 224 + 112 + + + GlobalCRS84Scale:8 + 1000000.0 + 90.0 -180.0 + 256 + 256 + 560 + 280 + + + GlobalCRS84Scale:9 + 500000.0 + 90.0 -180.0 + 256 + 256 + 1119 + 560 + + + GlobalCRS84Scale:10 + 250000.0 + 90.0 -180.0 + 256 + 256 + 2237 + 1119 + + + GlobalCRS84Scale:11 + 100000.0 + 90.0 -180.0 + 256 + 256 + 5591 + 2796 + + + GlobalCRS84Scale:12 + 50000.0 + 90.0 -180.0 + 256 + 256 + 11182 + 5591 + + + GlobalCRS84Scale:13 + 25000.0 + 90.0 -180.0 + 256 + 256 + 22364 + 11182 + + + GlobalCRS84Scale:14 + 10000.0 + 90.0 -180.0 + 256 + 256 + 55909 + 27955 + + + GlobalCRS84Scale:15 + 5000.0 + 90.0 -180.0 + 256 + 256 + 111817 + 55909 + + + GlobalCRS84Scale:16 + 2500.0 + 90.0 -180.0 + 256 + 256 + 223633 + 111817 + + + GlobalCRS84Scale:17 + 1000.0 + 90.0 -180.0 + 256 + 256 + 559083 + 279542 + + + GlobalCRS84Scale:18 + 500.0 + 90.0 -180.0 + 256 + 256 + 1118165 + 559083 + + + GlobalCRS84Scale:19 + 250.0 + 90.0 -180.0 + 256 + 256 + 2236330 + 1118165 + + + GlobalCRS84Scale:20 + 100.0 + 90.0 -180.0 + 256 + 256 + 5590823 + 2795412 + + + + EPSG:4326 + urn:ogc:def:crs:EPSG::4326 + + EPSG:4326:0 + 2.795411320143589E8 + 90.0 -180.0 + 256 + 256 + 2 + 1 + + + EPSG:4326:1 + 1.3977056600717944E8 + 90.0 -180.0 + 256 + 256 + 4 + 2 + + + EPSG:4326:2 + 6.988528300358972E7 + 90.0 -180.0 + 256 + 256 + 8 + 4 + + + EPSG:4326:3 + 3.494264150179486E7 + 90.0 -180.0 + 256 + 256 + 16 + 8 + + + EPSG:4326:4 + 1.747132075089743E7 + 90.0 -180.0 + 256 + 256 + 32 + 16 + + + EPSG:4326:5 + 8735660.375448715 + 90.0 -180.0 + 256 + 256 + 64 + 32 + + + EPSG:4326:6 + 4367830.1877243575 + 90.0 -180.0 + 256 + 256 + 128 + 64 + + + EPSG:4326:7 + 2183915.0938621787 + 90.0 -180.0 + 256 + 256 + 256 + 128 + + + EPSG:4326:8 + 1091957.5469310894 + 90.0 -180.0 + 256 + 256 + 512 + 256 + + + EPSG:4326:9 + 545978.7734655447 + 90.0 -180.0 + 256 + 256 + 1024 + 512 + + + EPSG:4326:10 + 272989.38673277234 + 90.0 -180.0 + 256 + 256 + 2048 + 1024 + + + EPSG:4326:11 + 136494.69336638617 + 90.0 -180.0 + 256 + 256 + 4096 + 2048 + + + EPSG:4326:12 + 68247.34668319309 + 90.0 -180.0 + 256 + 256 + 8192 + 4096 + + + EPSG:4326:13 + 34123.67334159654 + 90.0 -180.0 + 256 + 256 + 16384 + 8192 + + + EPSG:4326:14 + 17061.83667079827 + 90.0 -180.0 + 256 + 256 + 32768 + 16384 + + + EPSG:4326:15 + 8530.918335399136 + 90.0 -180.0 + 256 + 256 + 65536 + 32768 + + + EPSG:4326:16 + 4265.459167699568 + 90.0 -180.0 + 256 + 256 + 131072 + 65536 + + + EPSG:4326:17 + 2132.729583849784 + 90.0 -180.0 + 256 + 256 + 262144 + 131072 + + + EPSG:4326:18 + 1066.364791924892 + 90.0 -180.0 + 256 + 256 + 524288 + 262144 + + + EPSG:4326:19 + 533.182395962446 + 90.0 -180.0 + 256 + 256 + 1048576 + 524288 + + + EPSG:4326:20 + 266.591197981223 + 90.0 -180.0 + 256 + 256 + 2097152 + 1048576 + + + EPSG:4326:21 + 133.2955989906115 + 90.0 -180.0 + 256 + 256 + 4194304 + 2097152 + + + + GoogleCRS84Quad + urn:ogc:def:crs:EPSG::4326 + + GoogleCRS84Quad:0 + 5.590822640287178E8 + 90.0 -180.0 + 256 + 256 + 1 + 1 + + + GoogleCRS84Quad:1 + 2.795411320143589E8 + 90.0 -180.0 + 256 + 256 + 2 + 1 + + + GoogleCRS84Quad:2 + 1.397705660071794E8 + 90.0 -180.0 + 256 + 256 + 4 + 2 + + + GoogleCRS84Quad:3 + 6.988528300358972E7 + 90.0 -180.0 + 256 + 256 + 8 + 4 + + + GoogleCRS84Quad:4 + 3.494264150179486E7 + 90.0 -180.0 + 256 + 256 + 16 + 8 + + + GoogleCRS84Quad:5 + 1.747132075089743E7 + 90.0 -180.0 + 256 + 256 + 32 + 16 + + + GoogleCRS84Quad:6 + 8735660.375448715 + 90.0 -180.0 + 256 + 256 + 64 + 32 + + + GoogleCRS84Quad:7 + 4367830.187724357 + 90.0 -180.0 + 256 + 256 + 128 + 64 + + + GoogleCRS84Quad:8 + 2183915.093862179 + 90.0 -180.0 + 256 + 256 + 256 + 128 + + + GoogleCRS84Quad:9 + 1091957.546931089 + 90.0 -180.0 + 256 + 256 + 512 + 256 + + + GoogleCRS84Quad:10 + 545978.7734655447 + 90.0 -180.0 + 256 + 256 + 1024 + 512 + + + GoogleCRS84Quad:11 + 272989.3867327723 + 90.0 -180.0 + 256 + 256 + 2048 + 1024 + + + GoogleCRS84Quad:12 + 136494.6933663862 + 90.0 -180.0 + 256 + 256 + 4096 + 2048 + + + GoogleCRS84Quad:13 + 68247.34668319309 + 90.0 -180.0 + 256 + 256 + 8192 + 4096 + + + GoogleCRS84Quad:14 + 34123.67334159654 + 90.0 -180.0 + 256 + 256 + 16384 + 8192 + + + GoogleCRS84Quad:15 + 17061.83667079827 + 90.0 -180.0 + 256 + 256 + 32768 + 16384 + + + GoogleCRS84Quad:16 + 8530.918335399136 + 90.0 -180.0 + 256 + 256 + 65536 + 32768 + + + GoogleCRS84Quad:17 + 4265.459167699568 + 90.0 -180.0 + 256 + 256 + 131072 + 65536 + + + GoogleCRS84Quad:18 + 2132.729583849784 + 90.0 -180.0 + 256 + 256 + 262144 + 131072 + + + + EPSG:900913 + urn:ogc:def:crs:EPSG::900913 + + EPSG:900913:0 + 5.590822639508929E8 + -2.003750834E7 2.0037508E7 + 256 + 256 + 1 + 1 + + + EPSG:900913:1 + 2.7954113197544646E8 + -2.003750834E7 2.0037508E7 + 256 + 256 + 2 + 2 + + + EPSG:900913:2 + 1.3977056598772323E8 + -2.003750834E7 2.0037508E7 + 256 + 256 + 4 + 4 + + + EPSG:900913:3 + 6.988528299386162E7 + -2.003750834E7 2.0037508E7 + 256 + 256 + 8 + 8 + + + EPSG:900913:4 + 3.494264149693081E7 + -2.003750834E7 2.0037508E7 + 256 + 256 + 16 + 16 + + + EPSG:900913:5 + 1.7471320748465404E7 + -2.003750834E7 2.0037508E7 + 256 + 256 + 32 + 32 + + + EPSG:900913:6 + 8735660.374232702 + -2.003750834E7 2.0037508E7 + 256 + 256 + 64 + 64 + + + EPSG:900913:7 + 4367830.187116351 + -2.003750834E7 2.0037508E7 + 256 + 256 + 128 + 128 + + + EPSG:900913:8 + 2183915.0935581755 + -2.003750834E7 2.0037508E7 + 256 + 256 + 256 + 256 + + + EPSG:900913:9 + 1091957.5467790877 + -2.003750834E7 2.0037508E7 + 256 + 256 + 512 + 512 + + + EPSG:900913:10 + 545978.7733895439 + -2.003750834E7 2.0037508E7 + 256 + 256 + 1024 + 1024 + + + EPSG:900913:11 + 272989.38669477194 + -2.003750834E7 2.0037508E7 + 256 + 256 + 2048 + 2048 + + + EPSG:900913:12 + 136494.69334738597 + -2.003750834E7 2.0037508E7 + 256 + 256 + 4096 + 4096 + + + EPSG:900913:13 + 68247.34667369298 + -2.003750834E7 2.0037508E7 + 256 + 256 + 8192 + 8192 + + + EPSG:900913:14 + 34123.67333684649 + -2.003750834E7 2.0037508E7 + 256 + 256 + 16384 + 16384 + + + EPSG:900913:15 + 17061.836668423246 + -2.003750834E7 2.0037508E7 + 256 + 256 + 32768 + 32768 + + + EPSG:900913:16 + 8530.918334211623 + -2.003750834E7 2.0037508E7 + 256 + 256 + 65536 + 65536 + + + EPSG:900913:17 + 4265.4591671058115 + -2.003750834E7 2.0037508E7 + 256 + 256 + 131072 + 131072 + + + EPSG:900913:18 + 2132.7295835529058 + -2.003750834E7 2.0037508E7 + 256 + 256 + 262144 + 262144 + + + EPSG:900913:19 + 1066.3647917764529 + -2.003750834E7 2.0037508E7 + 256 + 256 + 524288 + 524288 + + + EPSG:900913:20 + 533.1823958882264 + -2.003750834E7 2.0037508E7 + 256 + 256 + 1048576 + 1048576 + + + EPSG:900913:21 + 266.5911979441132 + -2.003750834E7 2.0037508E7 + 256 + 256 + 2097152 + 2097152 + + + EPSG:900913:22 + 133.2955989720566 + -2.003750834E7 2.0037508E7 + 256 + 256 + 4194304 + 4194304 + + + EPSG:900913:23 + 66.6477994860283 + -2.003750834E7 2.0037508E7 + 256 + 256 + 8388608 + 8388608 + + + EPSG:900913:24 + 33.32389974301415 + -2.003750834E7 2.0037508E7 + 256 + 256 + 16777216 + 16777216 + + + EPSG:900913:25 + 16.661949871507076 + -2.003750834E7 2.0037508E7 + 256 + 256 + 33554432 + 33554432 + + + EPSG:900913:26 + 8.330974935753538 + -2.003750834E7 2.0037508E7 + 256 + 256 + 67108864 + 67108864 + + + EPSG:900913:27 + 4.165487467876769 + -2.003750834E7 2.0037508E7 + 256 + 256 + 134217728 + 134217728 + + + EPSG:900913:28 + 2.0827437339383845 + -2.003750834E7 2.0037508E7 + 256 + 256 + 268435456 + 268435456 + + + EPSG:900913:29 + 1.0413718669691923 + -2.003750834E7 2.0037508E7 + 256 + 256 + 536870912 + 536870912 + + + EPSG:900913:30 + 0.5206859334845961 + -2.003750834E7 2.0037508E7 + 256 + 256 + 1073741824 + 1073741824 + + + + GoogleMapsCompatible + urn:ogc:def:crs:EPSG::900913 + + GoogleMapsCompatible:0 + 5.590822640287179E8 + -2.003750834E7 2.0037508E7 + 256 + 256 + 1 + 1 + + + GoogleMapsCompatible:1 + 2.795411320143589E8 + -2.003750834E7 2.0037508E7 + 256 + 256 + 2 + 2 + + + GoogleMapsCompatible:2 + 1.397705660071794E8 + -2.003750834E7 2.0037508E7 + 256 + 256 + 4 + 4 + + + GoogleMapsCompatible:3 + 6.988528300358972E7 + -2.003750834E7 2.0037508E7 + 256 + 256 + 8 + 8 + + + GoogleMapsCompatible:4 + 3.494264150179486E7 + -2.003750834E7 2.0037508E7 + 256 + 256 + 16 + 16 + + + GoogleMapsCompatible:5 + 1.747132075089743E7 + -2.003750834E7 2.0037508E7 + 256 + 256 + 32 + 32 + + + GoogleMapsCompatible:6 + 8735660.375448715 + -2.003750834E7 2.0037508E7 + 256 + 256 + 64 + 64 + + + GoogleMapsCompatible:7 + 4367830.1877243575 + -2.003750834E7 2.0037508E7 + 256 + 256 + 128 + 128 + + + GoogleMapsCompatible:8 + 2183915.0938621787 + -2.003750834E7 2.0037508E7 + 256 + 256 + 256 + 256 + + + GoogleMapsCompatible:9 + 1091957.5469310887 + -2.003750834E7 2.0037508E7 + 256 + 256 + 512 + 512 + + + GoogleMapsCompatible:10 + 545978.7734655447 + -2.003750834E7 2.0037508E7 + 256 + 256 + 1024 + 1024 + + + GoogleMapsCompatible:11 + 272989.3867327723 + -2.003750834E7 2.0037508E7 + 256 + 256 + 2048 + 2048 + + + GoogleMapsCompatible:12 + 136494.69336638617 + -2.003750834E7 2.0037508E7 + 256 + 256 + 4096 + 4096 + + + GoogleMapsCompatible:13 + 68247.34668319307 + -2.003750834E7 2.0037508E7 + 256 + 256 + 8192 + 8192 + + + GoogleMapsCompatible:14 + 34123.67334159654 + -2.003750834E7 2.0037508E7 + 256 + 256 + 16384 + 16384 + + + GoogleMapsCompatible:15 + 17061.83667079827 + -2.003750834E7 2.0037508E7 + 256 + 256 + 32768 + 32768 + + + GoogleMapsCompatible:16 + 8530.918335399136 + -2.003750834E7 2.0037508E7 + 256 + 256 + 65536 + 65536 + + + GoogleMapsCompatible:17 + 4265.459167699568 + -2.003750834E7 2.0037508E7 + 256 + 256 + 131072 + 131072 + + + GoogleMapsCompatible:18 + 2132.729583849784 + -2.003750834E7 2.0037508E7 + 256 + 256 + 262144 + 262144 + + + GoogleMapsCompatible:19 + 1066.364791924892 + -2.003750834E7 2.0037508E7 + 256 + 256 + 524288 + 524288 + + + GoogleMapsCompatible:20 + 533.182395962446 + -2.003750834E7 2.0037508E7 + 256 + 256 + 1048576 + 1048576 + + + + GlobalCRS84Pixel + urn:ogc:def:crs:EPSG::4326 + + GlobalCRS84Pixel:0 + 7.951392199519542E8 + 90.0 -180.0 + 256 + 256 + 1 + 1 + + + GlobalCRS84Pixel:1 + 3.975696099759771E8 + 90.0 -180.0 + 256 + 256 + 2 + 1 + + + GlobalCRS84Pixel:2 + 1.9878480498798856E8 + 90.0 -180.0 + 256 + 256 + 3 + 2 + + + GlobalCRS84Pixel:3 + 1.325232033253257E8 + 90.0 -180.0 + 256 + 256 + 5 + 3 + + + GlobalCRS84Pixel:4 + 6.626160166266285E7 + 90.0 -180.0 + 256 + 256 + 9 + 5 + + + GlobalCRS84Pixel:5 + 3.3130800831331424E7 + 90.0 -180.0 + 256 + 256 + 17 + 9 + + + GlobalCRS84Pixel:6 + 1.325232033253257E7 + 90.0 -180.0 + 256 + 256 + 43 + 22 + + + GlobalCRS84Pixel:7 + 6626160.166266285 + 90.0 -180.0 + 256 + 256 + 85 + 43 + + + GlobalCRS84Pixel:8 + 3313080.0831331424 + 90.0 -180.0 + 256 + 256 + 169 + 85 + + + GlobalCRS84Pixel:9 + 1656540.0415665712 + 90.0 -180.0 + 256 + 256 + 338 + 169 + + + GlobalCRS84Pixel:10 + 552180.0138555238 + 90.0 -180.0 + 256 + 256 + 1013 + 507 + + + GlobalCRS84Pixel:11 + 331308.00831331423 + 90.0 -180.0 + 256 + 256 + 1688 + 844 + + + GlobalCRS84Pixel:12 + 110436.00277110476 + 90.0 -180.0 + 256 + 256 + 5063 + 2532 + + + GlobalCRS84Pixel:13 + 55218.00138555238 + 90.0 -180.0 + 256 + 256 + 10125 + 5063 + + + GlobalCRS84Pixel:14 + 33130.80083133143 + 90.0 -180.0 + 256 + 256 + 16875 + 8438 + + + GlobalCRS84Pixel:15 + 11043.600277110474 + 90.0 -180.0 + 256 + 256 + 50625 + 25313 + + + GlobalCRS84Pixel:16 + 3313.080083133142 + 90.0 -180.0 + 256 + 256 + 168750 + 84375 + + + GlobalCRS84Pixel:17 + 1104.3600277110472 + 90.0 -180.0 + 256 + 256 + 506250 + 253125 + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/gmxCodelists.xml owslib-0.8.3/tests/resources/gmxCodelists.xml --- owslib-0.7.2/tests/resources/gmxCodelists.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/gmxCodelists.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,1879 @@ + + + + + + gmxCodelists + + + Codelists for description of metadata datasets compliant with ISO/TC 211 19115:2003 and 19139 + + + GMX (and imported) namespace + + + 0.0 + + + 2005-03-18 + + + + + + + + identification of when a given event occurred + CI_DateTypeCode + + + date identifies when the resource was brought into existence + creation + + + + + date identifies when the resource was issued + publication + + + + + date identifies when the resource was examined or re-examined and imporved or amended + revision + + + + + + + + function performed by the resource + CI_OnLineFunctionCode + + + online instructions for transferring data from one storage device or system to another + download + + + + + online information about the resource + information + + + + + online instructions for requesting the resource from the provider + offlineAccess + + + + + online order process for obtening the resource + order + + + + + online search interface for seeking out information about the resource + search + + + + + + + + mode in which the data is represented + CI_PresentationFormCode + + + digital representation of a primarily textual item (can contain illustrations also) + documentDigital + + + + + representation of a primarily textual item (can contain illustrations also) on paper, photograhic material, or other media + imageDigital + + + + + likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format + documentHardcopy + + + + + likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user + imageHardcopy + + + + + map represented in raster or vector form + mapDigital + + + + + map printed on paper, photographic material, or other media for use directly by the human user + mapHardcopy + + + + + multi-dimensional digital representation of a feature, process, etc. + modelDigital + + + + + 3-dimensional, physical model + modelHardcopy + + + + + vertical cross-section in digital form + profileDigital + + + + + vertical cross-section printed on paper, etc. + profileHardcopy + + + + + digital representation of facts or figures systematically displayed, especially in columns + tableDigital + + + + + representation of facts or figures systematically displayed, especially in columns, printed onpapers, photographic material, or other media + tableHardcopy + + + + + digital video recording + videoDigital + + + + + video recording on film + videoHardcopy + + + + + + + + function performed by the responsible party + CI_RoleCode + + + party that supplies the resource + resourceProvider + + + + + party that accepts accountability and responsability for the data and ensures appropriate care and maintenance of the resource + custodian + + + + + party that owns the resource + owner + + + + + party who uses the resource + user + + + + + party who distributes the resource + distributor + + + + + party who created the resource + originator + + + + + party who can be contacted for acquiring knowledge about or acquisition of the resource + pointOfContact + + + + + key party responsible for gathering information and conducting research + principalInvestigator + + + + + party wha has processed the data in a manner such that the resource has been modified + processor + + + + + party who published the resource + publisher + + + + + party who authored the resource + author + + + + + + + + type or method for evaluating an identified data quality measure + DQ_EvaluationMethodTypeCode + + + method of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated + directInternal + + + + + method of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required + directExternal + + + + + method of evaluating the quality of a dataset based on external knowledge + indirect + + + + + + + + justification for the correlation of two datasets + DS_AssociationTypeCode + + + reference from one dataset to another + crossReference + + + + + reference to a master dataset of which this one is a part + largerWorkCitation + + + + + part of the same structured set of data held in a computer + partOfSeamlessDatabase + + + + + mapping and charting information from which the dataset content originates + source + + + + + part of a set of imagery that when used together, provides three-dimensional images + stereoMate + + + + + + + + type of aggregation activity in which datasets are related + DS_InitiativeTypeCode + + + series of organized planned actions + campaign + + + + + accumulation of datasets assembled for a specific purpose + collection + + + + + specific performance of a function or group of functions + exercise + + + + + process designed to find if something is effective or valid + experiment + + + + + search or systematic inquiry + investigation + + + + + specific operation of a data collection system + mission + + + + + device or piece of equipment which detects or records + sensor + + + + + action that is part of a series of actions + operation + + + + + vehicle or other support base that holds a sensor + platform + + + + + method of doing something involving a number of steps + process + + + + + specific planned activity + program + + + + + organized undertaking, research, or development + project + + + + + examination or investigation + study + + + + + piece of work + task + + + + + process of testing to discover or demonstrate something + trial + + + + + + + + code indicating whether grid data is point or area + MD_CellGeometryCode + + + each cell represents a point + point + + + + + each cell represents an area + area + + + + + + + + name of the character coding standard used in the resource + MD_CharacterSetCode + + + 16-bit fixed size Universal Character Set, based on ISO/IEC 10646 + ucs2 + + + + + 32-bit fixed size Universal Character Set, based on ISO/IEC 10646 + ucs4 + + + + + 7-bit variable size UCS Transfer Format, based on ISO/IEC 10646 + utf7 + + + + + 8-bit variable size UCS Transfer Format, based on ISO/IEC 10646 + utf8 + + + + + 16-bit variable size UCS Transfer Format, based on ISO/IEC 10646 + utf16 + + + + + ISO/IEC 8859-1, Information technology - 8-bit single byte coded graphic character sets - Part 1 : Latin alphabet No.1 + 8859part1 + + + + + ISO/IEC 8859-2, Information technology - 8-bit single byte coded graphic character sets - Part 2 : Latin alphabet No.2 + 8859part2 + + + + + ISO/IEC 8859-3, Information technology - 8-bit single byte coded graphic character sets - Part 3 : Latin alphabet No.3 + 8859part3 + + + + + ISO/IEC 8859-4, Information technology - 8-bit single byte coded graphic character sets - Part 4 : Latin alphabet No.4 + 8859part4 + + + + + ISO/IEC 8859-5, Information technology - 8-bit single byte coded graphic character sets - Part 5 : Latin/Cyrillic alphabet + 8859part5 + + + + + ISO/IEC 8859-6, Information technology - 8-bit single byte coded graphic character sets - Part 6 : Latin/Arabic alphabet + 8859part6 + + + + + ISO/IEC 8859-7, Information technology - 8-bit single byte coded graphic character sets - Part 7 : Latin/Greek alphabet + 8859part7 + + + + + ISO/IEC 8859-8, Information technology - 8-bit single byte coded graphic character sets - Part 8 : Latin/Hebrew alphabet + 8859part8 + + + + + ISO/IEC 8859-9, Information technology - 8-bit single byte coded graphic character sets - Part 9 : Latin alphabet No.5 + 8859part9 + + + + + ISO/IEC 8859-10, Information technology - 8-bit single byte coded graphic character sets - Part 10 : Latin alphabet No.6 + 8859part10 + + + + + ISO/IEC 8859-11, Information technology - 8-bit single byte coded graphic character sets - Part 11 : Latin/Thai alphabet + 8859part11 + + + + + + ISO/IEC 8859-13, Information technology - 8-bit single byte coded graphic character sets - Part 13 : Latin alphabet No.7 + 8859part13 + + + + + ISO/IEC 8859-14, Information technology - 8-bit single byte coded graphic character sets - Part 14 : Latin alphabet No.8 (Celtic) + 8859part14 + + + + + ISO/IEC 8859-15, Information technology - 8-bit single byte coded graphic character sets - Part 15 : Latin alphabet No.9 + 8859part15 + + + + + ISO/IEC 8859-16, Information technology - 8-bit single byte coded graphic character sets - Part 16 : Latin alphabet No.10 + 8859part16 + + + + + japanese code set used for electronic transmission + jis + + + + + japanese code set used on MS-DOS machines + shiftJIS + + + + + japanese code set used on UNIX based machines + eucJP + + + + + United States ASCII code set (ISO 646 US) + usAscii + + + + + IBM mainframe code set + ebcdic + + + + + Korean code set + eucKR + + + + + traditional Chinese code set used in Taiwan, Hong Kong of China and other areas + big5 + + + + + simplified Chinese code set + GB2312 + + + + + + + + name of the handling restrictions on the dataset + MD_ClassificationCode + + + available for general disclosure + unclassified + + + + + not for general disclosure + restricted + + + + + available for someone who can be entrusted with information + confidential + + + + + kept or meant to be kept private, unknown, or hidden from all but a select group of people + secret + + + + + of the highest secrecy + topSecret + + + + + + + + specific type of information represented in the cell + MD_CoverageContentTypeCode + + + meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter + image + + + + + code value with no quantitative meaning, used to represent a physical quantity + thematicClassification + + + + + value in physical units of the quantity being measured + physicalMeasurement + + + + + + + + datatype of element or entity + MD_DatatypeCode + + + descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior + class + + + + + descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior + codelist + + + + + data type whose instances form a list of named literal values, not extendable + enumeration + + + + + permissible value for a codelist or enumeration + codelistElement + + + + + class that cannot be directly instantiated + abstractClass + + + + + class that is composed of classes it is connected to by an aggregate relationship + aggregateClass + + + + + subclass that may be substituted for its superclass + specifiedClass + + + + + class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage + datatypeClass + + + + + named set of operations that characterize the behavior of an element + interfaceClass + + + + + class describing a selection of one of the specified types + unionClass + + + + + class whose instances are classes + metaClass + + + + + class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations + typeClass + + + + + free text field + characterString + + + + + numerical field + integer + + + + + semantic relationship between two classes that involves connections among their instances + association + + + + + + + + name of the dimension + MD_DimensionNameTypeCode + + + ordinate (y) axis + row + + + + + abscissa (x) axis + column + + + + + vertical (z) axis + vertical + + + + + along the direction of motion of the scan point + track + + + + + perpendicular to the direction of motion of the scan point + crossTrack + + + + + scan line of a sensor + line + + + + + element along a scan line + sample + + + + + duration + time + + + + + + + + name of point or vector objects used to locate zero-, one-, two-, or three-dimensional spatial locations in the dataset + MD_GeometricObjectTypeCode + + + set of geometric primitives such that their boundaries can be represented as a union of other primitives + complex + + + + + connected set of curves, solids or surfaces + composite + + + + + bounded, 1-dimensional geometric primitive, representing the continuous image of a line + curve + + + + + zero-dimensional geometric primitive, representing a position but not having an extent + point + + + + + bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space + solid + + + + + bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane + surface + + + + + + + + code which indicates conditions which may affect the image + MD_ImagingConditionCode + + + portion of the image is blurred + blurredImage + + + + + portion of the image is partially obscured by cloud cover + cloud + + + + + acute angle between the plane of the ecliptic (the plane of the Earth s orbit) and the plane of the celestial equator + degradingObliquity + + + + + portion of the image is partially obscured by fog + fog + + + + + portion of the image is partially obscured by heavy smoke or dust + heavySmokeOrDust + + + + + image was taken at night + night + + + + + image was taken during rainfall + rain + + + + + image was taken during semi-dark conditions -- twilight conditions + semiDarkness + + + + + portion of the image is obscured by shadow + shadow + + + + + portion of the image is obscured by snow + snow + + + + + the absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest + terrainMasking + + + + + + + + methods used to group similar keywords + MD_KeywordTypeCode + + + keyword identifies a branch of instruction or specialized learning + discipline + + + + + keyword identifies a location + place + + + + + keyword identifies the layer(s) of any deposited substance + stratum + + + + + keyword identifies a time period related to the dataset + temporal + + + + + keyword identifies a particular subject or topic + theme + + + + + + + + frequency with which modifications and deletions are made to the data after it is first produced + MD_MaintenanceFrequencyCode + + + data is repeatedly and frequently updated + continual + + + + + data is updated each day + daily + + + + + data is updated on a weekly basis + weekly + + + + + data is updated every two weeks + fortnightly + + + + + data is updated each month + monthly + + + + + + + data is updated every three months + + quarterly + + + + + + data is updated twice each year + biannually + + + + + data is updated every year + annually + + + + + data is updated as deemed necessary + asNeeded + + + + + data is updated in intervals that are uneven in duration + irregular + + + + + there are no plans to update the data + notPlanned + + + + + frequency of maintenance for the data is not known + + unknown + + + + + + + + + method used to write to the medium + MD_MediumFormatCode + + + CoPy In / Out (UNIX file format and command) + cpio + + + + + Tape ARchive + tar + + + + + high sierra file system + highSierra + + + + + information processing volume and file structure of CD-ROM + iso9660 + + + + + rock ridge interchange protocol (UNIX) + iso9660RockRidge + + + + + hierarchical file system (Macintosh) + iso9660AppleHFS + + + + + + + + name of the medium + MD_MediumNameCode + + + read-only optical disk + cdRom + + + + + digital versatile disk + dvd + + + + + digital versatile disk, read only + dvdRom + + + + + 3,5 inch magnetic disk + 3halfInchFloppy + + + + + 5,25 inch magnetic disk + 5quarterInchFloppy + + + + + 7 track magnetic tape + 7trackTape + + + + + 9 track magnetic tape + 9trackType + + + + + 3480 cartridge tape drive + 3480Cartridge + + + + + 3490 cartridge tape drive + 3490Cartridge + + + + + 3580 cartridge tape drive + 3580Cartridge + + + + + 4 millimetre magnetic tape + 4mmCartridgeTape + + + + + 8 millimetre magnetic tape + 8mmCartridgeTape + + + + + 0,25 inch magnetic tape + 1quarterInchCartridgeTape + + + + + half inch cartridge streaming tape drive + digitalLinearTape + + + + + direct computer linkage + onLine + + + + + linkage through a satellite communication system + satellite + + + + + communication through a telephone network + telephoneLink + + + + + pamphlet or leaflet giving descriptive information + hardcopy + + + + + + + + obligation of the element or entity + MD_ObligationCode + + + element is always required + mandatory + + + + + element is not required + optional + + + + + element is required when a specific condition is met + conditional + + + + + + + + point in a pixel corresponding to the Earth location of the pixel + MD_PixelOrientationCode + + + point halfway between the lower left and the upper right of the pixel + center + + + + + the corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value + lowerLeft + + + + + next corner counterclockwise from the lower left + lowerRight + + + + + next corner counterclockwise from the lower right + upperRight + + + + + next corner counterclockwise from the upper right + upperLeft + + + + + + + + status of the dataset or progress of a review + MD_ProgressCode + + + production of the data has been completed + completed + + + + + data has been stored in an offline storage facility + historicalArchive + + + + + data is no longer relevant + obsolete + + + + + data is continually being updated + onGoing + + + + + fixed date has been established upon or by which the data will be created or updated + planned + + + + + data needs to be generated or updated + required + + + + + data is currently in the process of being created + underDevelopment + + + + + + + + limitation(s) placed upon the access or use of the data + MD_RestrictionCode + + + exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor + copyright + + + + + government has granted exclusive right to make, sell, use or license an invention or discovery + patent + + + + + produced or sold information awaiting a patent + patentPending + + + + + a name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer + trademark + + + + + formal permission to do something + license + + + + + rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity + intellectualPropertyRights + + + + + withheld from general circulation or disclosure + restricted + + + + + limitation not listed + otherRestrictions + + + + + + + + class of information to which the referencing entity applies + MD_ScopeCode + + + information applies to the attribute class + attribute + + + + + information applies to the characteristic of a feature + attributeType + + + + + information applies to the collection hardware class + collectionHardware + + + + + information applies to the collection session + collectionSession + + + + + information applies to the dataset + dataset + + + + + information applies to the series + series + + + + + information applies to non-geographic data + nonGeographicDataset + + + + + information applies to a dimension group + dimensionGroup + + + + + information applies to a feature + feature + + + + + information applies to a feature type + featureType + + + + + information applies to a property type + propertyType + + + + + information applies to a field session + fieldSession + + + + + information applies to a computer program or routine + software + + + + + information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case + service + + + + + information applies to a copy or imitation of an existing or hypothetical object + model + + + + + information applies to a tile, a spatial subset of geographic data + tile + + + + + + + + method used to represent geographic information in the dataset + MD_SpatialRepresentationTypeCode + + + vector data is used to represent geographic data + vector + + + + + grid data is used to represent geographic data + grid + + + + + textual or tabular data is used to represent geographic data + textTable + + + + + triangulated irregular network + tin + + + + + three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images + stereoModel + + + + + scene from a video recording + video + + + + + + + + high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. Can be used to group keywords as well. Listed examples are not exhaustive. + MD_TopicCategoryCode + + + rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock + farming + + + + + flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat + biota + + + + + legal land descriptions. Examples: political and administrative boundaries + boundaries + + + + + processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation + climatologyMeteorologyAtmosphere + + + + + economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas + economy + + + + + height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products + elevation + + + + + environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape + environment + + + + + information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, hydrogeology, erosion + geoscientificInformation + + + + + health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services + health + + + + + base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations + imageryBaseMapsEarthCover + + + + + military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection + intelligenceMilitary + + + + + inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts + inlandWaters + + + + + positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names + location + + + + + features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs + oceans + + + + + information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership + planningCadastre + + + + + characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information + society + + + + + man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers + structure + + + + + means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways + transportation + + + + + energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks + utilitiesCommunication + + + + + + + + degree of complexity of the spatial relationships + MD_TopologyLevelCode + + + geometry objects without any additional structure which describes topology + geometryOnly + + + + + 1-dimensional topological complex -- commonly called chain-node topology + topology1D + + + + + 1-dimensional topological complex that is planar. (A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex.) + planarGraph + + + + + 2-dimensional topological complex that is planar. (A 2-dimensional topological complex is commonly called full topology in a cartographic 2D environment.) + fullPlanarGraph + + + + + 1-dimensional topological complex that is isomorphic to a subset of a surface. (A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundry-preserving correspondence to one another.) + surfaceGraph + + + + + 2-dimensional topological complex that is isomorphic to a subset of a surface + fullSurfaceGraph + + + + + 3-dimensional topological complex. (A topological complex is a collection of topological primitives that are closed under the boundary operations.) + topology3D + + + + + complete coverage of a 3D Euclidean coordinate space + fullTopology3D + + + + + topological complex without any specified geometric realisation + abstract + + + + + + + + Extension of MD_ScopeCode for the needs of GMX application schemas and in the context of a transfer + MX_ScopeCode + + + + information applies to the attribute class + attribute + + + + + information applies to the characteristic of a feature + attributeType + + + + + information applies to the collection hardware class + collectionHardware + + + + + information applies to the collection session + collectionSession + + + + + information applies to the dataset + dataset + + + + + information applies to the series + series + + + + + information applies to non-geographic data + nonGeographicDataset + + + + + information applies to a dimension group + dimensionGroup + + + + + information applies to a feature + feature + + + + + information applies to a feature type + featureType + + + + + information applies to a property type + propertyType + + + + + information applies to a field session + fieldSession + + + + + information applies to a computer program or routine + software + + + + + information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case + service + + + + + information applies to a copy or imitation of an existing or hypothetical object + model + + + + + information applies to a tile, a spatial subset of geographic data + tile + + + + + + The referencing entity applies to a transfer aggregate which was originally identified as an initiative (DS_Initiative) + initiative + + + + + The referencing entity applies to a transfer aggregate which was originally identified as a stereo mate (DS_StereoMate) + stereomate + + + + + The referencing entity applies to a transfer aggregate which was originally identified as a sensor (DS_Sensor) + sensor + + + + + The referencing entity applies to a transfer aggregate which was originally identified as a platform series (DS_PlatformSeries) + platformSeries + + + + + The referencing entity applies to a transfer aggregate which was originally identified as a sensor series (DS_SensorSeries) + sensorSeries + + + + + The referencing entity applies to a transfer aggregate which was originally identified as a production series (DS_ProductionSeries) + productionSeries + + + + + The referencing entity applies to a transfer aggregate which has no existence outside of the transfer context + transferAggregate + + + + + The referencing entity applies to a transfer aggregate which has an existence outside of the transfer context, but which does not pertains to a specific aggregate type. + otherAggregate + + + + + + diff -Nru owslib-0.7.2/tests/resources/mapserver-wfs-cap.xml owslib-0.8.3/tests/resources/mapserver-wfs-cap.xml --- owslib-0.7.2/tests/resources/mapserver-wfs-cap.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/mapserver-wfs-cap.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,272 @@ + + + + + + + MapServer WFS + Bird Studies Canada WMS/WFS Server + Bird Studies Canada WMS/WFS Server for bird distribution and abundance data, and related information. Bird Studies Canada gratefully acknowledges the support of Environment Canada - Canadian Information System for the Environment in developing this service. + + birds + distribution + abundance + conservation + sites + monitoring + populations + canada + + http://geodiscover.cgdi.ca/gdp/search?action=entrySummary&entryType=webService&entryId=3920&entryLang=en&portal=gdp + None + None + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IBA + Canadian Important Bird Areas + This layer represents *generalized* boundaries of Important Bird Areas (IBA) in Canada. IBAs, in Canada and elsewhere, are evaluated and designated on the basis of internationally criteria. The polygons contained in the dataset meet these criteria and are therefore deemed significant at the national, continental, or global level. In Canada, IBAs are not legally recognized entities and therefore do not have any regulatory status. Nevertheless, they are extremely useful for conservation planning for birds. Polygon boundaries were digitized on-screen in ArcView GIS 3.2 by using NTDB 1:50K or 1:250K digital layers for reference. If NTDB coverage was not available (e.g., far north), the Digital Chart of the World (1:1M) was used. The boundaries of IBAs in this dataset are intentionally generalized to reflect the importance of the surrounding ecosystem on the values present within IBAs. For example, small islands supporting colonies of seabirds might be buffered by 1 or 2 km to form an IBA. Boundaries for a very small minority of IBAs were available in paper form as part of IBA conservation plans that had been developed previously. In such cases, we visually estimated their boundaries against the NTDB or other base layers. Many IBAs are already recognized as other types of protected areas, e.g., National Wildlife Areas, National and Provincial Parks, Migratory Bird Sanctuaries, conservation reserves, and so on. In these cases, we used digital boundaries from other sources (e.g., WWF Canada's Designated Areas Database, Environment Canada's Canadian Conservation Areas Database) as reference points when digitizing IBA boundaries. Please cite as follows: Bird Studies Canada and Nature Canada. 2004. Important Bird Areas of Canada Database. Port Rowan, Ontario: Bird Studies Canada. To access the Canadian IBA directory: http://www.bsc-eoc.org/iba/ibasites.html. Full metadata for this layer: http://www.bsc-eoc.org/website/metadata/caniba_poly.xml + + iba + birdlife + birds + conservation + sites + canada + + EPSG:4326 + + http://www.bsc-eoc.org/website/metadata/caniba_poly.xml + + + CBC_PT + Canadian Christmas Bird Count Locations + A winter survey of bird populations conducted during the Christmas period - December 14 to January 5th inclusive. More than 1800 counts are conducted each year across Canada, the United States and Latin America. On a selected day within the count period, local birders count as many birds as possible within a 24 km (15 mile) diameter circle. The Christmas Bird Count had long been organized on the continental scale by the New York-based National Audubon Society. In 2000, Audubon finalized an agreement with Bird Studies Canada that would see BSC partner with Audubon to coordinate CBCs in Canada. This layer represents the centre point of all the Christmas Bird Counts conducted in Canada. An accompanying layer (CBC_PY) contains the 24 km circles. + + birds + winter + survey + population + volunteers + cbc + christmas + canada + + EPSG:4326 + + + + CBC_PY + Canadian Christmas Bird Count Locations + A winter survey of bird populations conducted during the Christmas period - December 14 to January 5th inclusive. More than 1800 counts are conducted each year across Canada, the United States and Latin America. On a selected day within the count period, local birders count as many birds as possible within a 24 km (15 mile) diameter circle. The Christmas Bird Count had long been organized on the continental scale by the New York-based National Audubon Society. In 2000, Audubon finalized an agreement with Bird Studies Canada that would see BSC partner with Audubon to coordinate CBCs in Canada. This layer represents the 24 km circles surveyed as part of each Christmas Bird Count conducted in Canada. An accompanying layer (CBC_PT) contains the centre point of the circles. + + birds + winter + survey + population + volunteers + cbc + christmas + canada + + EPSG:4326 + + + + MMP + Marsh Monitoring Program Route Locations + A Spring survey of birds and amphibians carried out primarily within the Great Lakes region of North America. + + birds + waterbirds + amphibians + marsh + wetland + survey + populations + volunteers + canada + united states + great lakes + AOC + + EPSG:4326 + + + + CLLS + Canadian Lakes Loon Survey Locations + A volunteer-based program that monitors the effects of acid rain and other human disturbance on loon breeding and presence on Canada's cottage lakes and other waterbodies. + + birds + Gavia immer + loons + lakes + survey + populations + volunteers + canada + acid rain + disturbance + ecosystem health + + EPSG:4326 + + + + OBBA_SQUARE + Ontario Breeding Bird Atlas 10 km Squares + A sampling unit used by the Ontario Breeding Bird Atlas to collect breeding evidence data for all bird species within the Province of Ontario. Squares are based upon the Universal Transverse Mercator (UTM) grid system, NAD83, and measure 10Km by 10Km except near UTM zone boundaries, where they are smaller. + + birds + distribution + abundance + breeding range + survey + populations + volunteers + Ontario + + EPSG:4326 + + + + OBBA_REGION + Ontario Breeding Bird Atlas Administrative Regions + An administrative unit that is used for local bird atlas co-ordination, which is based on bioregions and access. Each region is assigned a Regional Coordinator who administers bird surveys within their region. + + birds + distribution + abundance + breeding range + survey + populations + volunteers + Ontario + + EPSG:4326 + + + + OBBA_BLOCK + Ontario Breeding Bird Atlas 100 km Blocks + A sampling unit used by the Ontario Breeding Bird Atlas to collect breeding evidence data for all bird species within the Province of Ontario. Blocks are based upon the Universal Transverse Mercator (UTM) grid system, NAD83, and measure 100Km by 100Km except near UTM zone boundaries, where they are smaller. + + birds + distribution + abundance + breeding range + survey + populations + volunteers + Ontario + + EPSG:4326 + + + + OWLS + Nocturnal Owl Survey Locations + A volunteer-based program that monitors the abundance of owl species across Canada by means of broadcast surveys. Ontario survey locations are currently available through this service. + + birds + owls + survey + populations + volunteers + canada + broadcast + + EPSG:4326 + + + + BBS_PT + Breeding Bird Survey Route Start Points + The Breeding Bird Survey, initiated in 1966, is one of the oldest surveys of breeding birds in North America. It is conducted primarily by volunteers, who follow a predetermined, roadside route each year at the height of the breeding season. This layer portrays the start point for each BBS route in Canada. + + birds + breeding + survey + roadside + populations + volunteers + canada + + EPSG:4326 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/mapserver-wfs-schema.xml owslib-0.8.3/tests/resources/mapserver-wfs-schema.xml --- owslib-0.7.2/tests/resources/mapserver-wfs-schema.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/mapserver-wfs-schema.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/sfs-wmts-cap-world.xml owslib-0.8.3/tests/resources/sfs-wmts-cap-world.xml --- owslib-0.7.2/tests/resources/sfs-wmts-cap-world.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sfs-wmts-cap-world.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,471 @@ + + + + + + + WMTS + 1.0.0 + conditions unknown + None + + + CARIS + + Andy Hoggarth + Marketing & Sales Manager + + + 1 (506) 459-3849 + + + 115 Waggoners Lane + Fredericton + New Brunswick + E3B 2L4 + Canada + info@caris.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + World + + -179.99999999999997 -90.0 + 179.296876953125 83.62700000000001 + + World + + image/png + application/gml+xml; version=3.1 + + GlobalCRS84Scale + GoogleMapsCompatible + + + + + + Ocean + + -179.99999999999997 -85.583 + 179.296876953125 89.946 + + Ocean + + image/png + application/gml+xml; version=3.1 + + GlobalCRS84Scale + GoogleMapsCompatible + + + + + + GlobalCRS84Scale + urn:ogc:def:crs:OGC:1.3:CRS84 + + 0 + 5.0E8 + 90.0 -180.0 + 256 + 256 + 2 + 1 + + + 1 + 2.5E8 + 90.0 -180.0 + 256 + 256 + 4 + 2 + + + 2 + 1.0E8 + 90.0 -180.0 + 256 + 256 + 8 + 4 + + + 3 + 5.0E7 + 90.0 -180.0 + 256 + 256 + 16 + 8 + + + 4 + 2.5E7 + 90.0 -180.0 + 256 + 256 + 32 + 16 + + + 5 + 1.0E7 + 90.0 -180.0 + 256 + 256 + 64 + 32 + + + 6 + 5000000.0 + 90.0 -180.0 + 256 + 256 + 128 + 64 + + + 7 + 2500000.0 + 90.0 -180.0 + 256 + 256 + 256 + 128 + + + 8 + 1000000.0 + 90.0 -180.0 + 256 + 256 + 512 + 256 + + + 9 + 500000.0 + 90.0 -180.0 + 256 + 256 + 1024 + 512 + + + 10 + 250000.0 + 90.0 -180.0 + 256 + 256 + 2048 + 1024 + + + 11 + 100000.0 + 90.0 -180.0 + 256 + 256 + 4096 + 2048 + + + 12 + 50000.0 + 90.0 -180.0 + 256 + 256 + 8192 + 4096 + + + 13 + 25000.0 + 90.0 -180.0 + 256 + 256 + 16384 + 8192 + + + 14 + 10000.0 + 90.0 -180.0 + 256 + 256 + 32768 + 16384 + + + 15 + 5000.0 + 90.0 -180.0 + 256 + 256 + 65536 + 32768 + + + 16 + 2500.0 + 90.0 -180.0 + 256 + 256 + 131072 + 65536 + + + 17 + 1000.0 + 90.0 -180.0 + 256 + 256 + 262144 + 131072 + + + 18 + 500.0 + 90.0 -180.0 + 256 + 256 + 524288 + 262144 + + + 19 + 250.0 + 90.0 -180.0 + 256 + 256 + 1048576 + 524288 + + + 20 + 100.0 + 90.0 -180.0 + 256 + 256 + 2097152 + 1048576 + + + + GoogleMapsCompatible + urn:ogc:def:crs:EPSG:6.18:3:3857 + + 0 + 5.590822640287178E8 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 1 + 1 + + + 1 + 2.795411320143589E8 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 2 + 2 + + + 2 + 1.397705660071794E8 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 4 + 4 + + + 3 + 6.988528300358972E7 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 8 + 8 + + + 4 + 3.494264150179486E7 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 16 + 16 + + + 5 + 1.747132075089743E7 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 32 + 32 + + + 6 + 8735660.375448715 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 64 + 64 + + + 7 + 4367830.187724357 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 128 + 128 + + + 8 + 2183915.093862179 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 256 + 256 + + + 9 + 1091957.546931089 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 512 + 512 + + + 10 + 545978.7734655447 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 1024 + 1024 + + + 11 + 272989.3867327723 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 2048 + 2048 + + + 12 + 136494.6933663862 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 4096 + 4096 + + + 13 + 68247.34668319309 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 8192 + 8192 + + + 14 + 34123.67334159654 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 16384 + 16384 + + + 15 + 17061.83667079827 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 32768 + 32768 + + + 16 + 8530.918335399136 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 65536 + 65536 + + + 17 + 4265.459167699568 + -2.0037508342789244E7 -2.0037508342789244E7 + 256 + 256 + 131072 + 131072 + + + + + + Earth + Earth + World + Ocean + + + + diff -Nru owslib-0.7.2/tests/resources/sml_52N_network.xml owslib-0.8.3/tests/resources/sml_52N_network.xml --- owslib-0.7.2/tests/resources/sml_52N_network.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sml_52N_network.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,2923 @@ + + + + + + + 1.0 + + + + + + + Contains all procedures in the SOS Server + urn:ioos:network:glos:all + + + urn:ioos:station:us.glos:45029(height-3.0m) + urn:ioos:station:us.glos:45029(height-15.24m) + urn:ioos:station:us.glos:45014(height-8.4m) + urn:ioos:station:us.glos:45022(height-7.0m) + urn:ioos:station:us.glos:45025(height-31.0m) + urn:ioos:station:us.glos:45026(height-9.7m) + urn:ioos:station:us.glos:45014(height-7.0m) + urn:ioos:station:us.glos:45022(height-8.839m) + urn:ioos:station:us.glos:45026(height-15.24m) + urn:ioos:station:us.glos:45014(height-9.81m) + urn:ioos:station:us.glos:45014(height-32.6m) + urn:ioos:station:us.glos:45023(height-14.325m) + urn:ioos:station:us.glos:45024(height-23.0m) + urn:ioos:station:us.glos:45014(height-10.0m) + urn:ioos:station:us.glos:45024(height-23.4m) + urn:ioos:station:us.glos:45024(height-12.8m) + urn:ioos:station:us.glos:45023(height-26.2m) + urn:ioos:station:us.glos:UMBIO(height-26.2m) + urn:ioos:station:us.glos:UMBIO(height-21.9m) + urn:ioos:station:us.glos:45029(height-9.0m) + urn:ioos:station:us.glos:45025(height-21.9m) + urn:ioos:station:us.glos:45022(height-22.8m) + urn:ioos:station:us.glos:45023(height-9.7m) + urn:ioos:station:us.glos:45013(height-17.96m) + urn:ioos:station:us.glos:45026(height-4.267m) + urn:ioos:station:us.glos:45022(height-19.2m) + urn:ioos:station:us.glos:45014(height-26.2m) + urn:ioos:station:us.glos:45025(height-7.0m) + urn:ioos:station:us.glos:45013(height-6.705m) + urn:ioos:station:us.glos:45013(height-20.116m) + urn:ioos:station:us.glos:45024(height-4.0m) + urn:ioos:station:us.glos:45022(height-19.0m) + urn:ioos:station:us.glos:45013(height-21.9m) + urn:ioos:station:us.glos:45014(height-8.839m) + urn:ioos:station:us.glos:45026(height-6.0m) + urn:ioos:network:glos:all + urn:ioos:station:us.glos:45029(height-13.8m) + urn:ioos:station:us.glos:45014(height-4.37m) + urn:ioos:station:us.glos:45024(height-11.0m) + urn:ioos:station:us.glos:45026(height-6.4m) + urn:ioos:station:us.glos:45023(height-13.8m) + urn:ioos:station:us.glos:45022(height-9.0m) + urn:ioos:station:us.glos:45024(height-2.0m) + urn:ioos:station:us.glos:45013(height-3.048m) + urn:ioos:station:us.glos:45014(height-11.1m) + urn:ioos:station:us.glos:UMBIO(height-22.8m) + urn:ioos:station:us.glos:45022(height-15.0m) + urn:ioos:station:us.glos:45023(height-5.0m) + urn:ioos:station:us.glos:45029(height-16.5m) + urn:ioos:station:us.glos:45026(height-17.0m) + urn:ioos:station:us.glos:45014(height-7.09m) + urn:ioos:station:us.glos:UMBIO(height-13.8m) + urn:ioos:station:us.glos:45014(height-16.459m) + urn:ioos:station:us.glos:45024(height-4.37m) + urn:ioos:station:us.glos:UMBIO(height-14.325m) + urn:ioos:station:us.glos:45013(height-16.5m) + urn:ioos:station:us.glos:45023(height-8.4m) + urn:ioos:station:us.glos:45024(height-8.0m) + urn:ioos:station:us.glos:45022(height-4.267m) + urn:ioos:station:us.glos:45029(height-12.496m) + urn:ioos:station:us.glos:45023(height-2.0m) + urn:ioos:station:us.glos:45023(height-13.0m) + urn:ioos:station:us.glos:45029(height-31.0m) + urn:ioos:station:us.glos:45026(height-8.839m) + urn:ioos:station:us.glos:45026(height-12.53m) + urn:ioos:station:us.glos:45026(height-11.0m) + urn:ioos:station:us.glos:45024(height-14.325m) + urn:ioos:station:us.glos:45026(height-13.8m) + urn:ioos:station:us.glos:45025(height-4.0m) + urn:ioos:station:us.glos:45025(height-3.0m) + urn:ioos:station:us.glos:45024(height-6.4m) + urn:ioos:station:us.glos:45014(height-5.0m) + urn:ioos:station:us.glos:45026(height-18.288m) + urn:ioos:station:us.glos:UMBIO + urn:ioos:station:us.glos:45022(height-14.325m) + urn:ioos:station:us.glos:UMBIO(height-3.0m) + urn:ioos:station:us.glos:45029(height-10.0m) + urn:ioos:station:us.glos:45024(height-8.4m) + urn:ioos:station:us.glos:45022(height-5.7m) + urn:ioos:station:us.glos:45013(height-16.1m) + urn:ioos:station:us.glos:45023(height-6.705m) + urn:ioos:station:us.glos:45024(height-12.53m) + urn:ioos:station:us.glos:45014(height-6.0m) + urn:ioos:station:us.glos:45025(height-16.5m) + urn:ioos:station:us.glos:45014(height-9.0m) + urn:ioos:station:us.glos:45022(height-9.7m) + urn:ioos:station:us.glos:45013(height-6.0m) + urn:ioos:station:us.glos:45025(height-8.839m) + urn:ioos:station:us.glos:45029(height-22.8m) + urn:ioos:station:us.glos:45029(height-26.2m) + urn:ioos:station:us.glos:UMBIO(height-13.0m) + urn:ioos:station:us.glos:45025(height-2.0m) + urn:ioos:station:us.glos:45022(height-19.5m) + urn:ioos:station:us.glos:45023(height-16.459m) + urn:ioos:station:us.glos:45023(height-11.0m) + urn:ioos:station:us.glos:45025(height-19.5m) + urn:ioos:station:us.glos:45026(height-4.37m) + urn:ioos:station:us.glos:45022(height-12.496m) + urn:ioos:station:us.glos:45023(height-15.0m) + urn:ioos:station:us.glos:45029(height-13.0m) + urn:ioos:station:us.glos:45022(height-9.81m) + urn:ioos:station:us.glos:45029(height-14.325m) + urn:ioos:station:us.glos:45024(height-6.0m) + urn:ioos:station:us.glos:45024(height-9.7m) + urn:ioos:station:us.glos:45013(height-3.0m) + urn:ioos:station:us.glos:45023(height-4.267m) + urn:ioos:station:us.glos:45025(height-8.0m) + urn:ioos:station:us.glos:45013(height-15.0m) + urn:ioos:station:us.glos:45023(height-23.4m) + urn:ioos:station:us.glos:UMBIO(height-6.4m) + urn:ioos:station:us.glos:45025(height-6.4m) + urn:ioos:station:us.glos:45014(height-18.288m) + urn:ioos:station:us.glos:45029(height-9.7m) + urn:ioos:station:us.glos:45025(height-29.5m) + urn:ioos:station:us.glos:45014(height-12.496m) + urn:ioos:station:us.glos:45023(height-10.0m) + urn:ioos:station:us.glos:45023(height-20.68m) + network-all + urn:ioos:station:us.glos:45013(height-11.1m) + urn:ioos:station:us.glos:45014(height-19.0m) + urn:ioos:station:us.glos:45024(height-26.2m) + urn:ioos:station:us.glos:UMBIO(height-16.5m) + urn:ioos:station:us.glos:45024(height-3.048m) + urn:ioos:station:us.glos:45022(height-4.0m) + urn:ioos:station:us.glos:45014(height-19.5m) + urn:ioos:station:us.glos:45023(height-12.8m) + urn:ioos:station:us.glos:45014(height-5.7m) + urn:ioos:station:us.glos:45024(height-4.267m) + urn:ioos:station:us.glos:45013(height-23.0m) + urn:ioos:station:us.glos:45022(height-21.9m) + urn:ioos:station:us.glos:UMBIO(height-8.0m) + urn:ioos:station:us.glos:45029(height-20.68m) + urn:ioos:station:us.glos:45025(height-23.4m) + urn:ioos:station:us.glos:45024(height-5.0m) + urn:ioos:station:us.glos:45024(height-7.0m) + urn:ioos:station:us.glos:45025(height-19.2m) + urn:ioos:station:us.glos:45022(height-6.0m) + urn:ioos:station:us.glos:45013(height-11.0m) + urn:ioos:station:us.glos:45024(height-16.1m) + urn:ioos:station:us.glos:45029(height-17.96m) + urn:ioos:station:us.glos:45023(height-11.1m) + urn:ioos:station:us.glos:UMBIO(height-8.839m) + urn:ioos:station:us.glos:45024(height-15.24m) + urn:ioos:station:us.glos:45024(height-3.0m) + urn:ioos:station:us.glos:UMBIO(height-4.37m) + urn:ioos:station:us.glos:45022(height-8.0m) + urn:ioos:station:us.glos:45023(height-12.53m) + urn:ioos:station:us.glos:45013(height-12.53m) + urn:ioos:station:us.glos:45026(height-2.0m) + urn:ioos:station:us.glos:45026(height-9.81m) + urn:ioos:station:us.glos:45023(height-9.81m) + urn:ioos:station:us.glos:45023(height-5.7m) + urn:ioos:station:us.glos:45029(height-5.7m) + urn:ioos:station:us.glos:45022(height-6.4m) + urn:ioos:station:us.glos:45026(height-17.96m) + urn:ioos:station:us.glos:45025(height-11.1m) + urn:ioos:station:us.glos:45013(height-19.2m) + urn:ioos:station:us.glos:45026(height-19.5m) + urn:ioos:station:us.glos:45024(height-16.459m) + urn:ioos:station:us.glos:45013(height-8.0m) + urn:ioos:station:us.glos:45029(height-4.0m) + urn:ioos:station:us.glos:45022(height-8.4m) + urn:ioos:station:us.glos:45025(height-12.8m) + urn:ioos:station:us.glos:45014(height-16.5m) + urn:ioos:station:us.glos:45025(height-27.0m) + urn:ioos:station:us.glos:45022(height-3.048m) + urn:ioos:station:us.glos:45025(height-15.0m) + urn:ioos:station:us.glos:45024(height-19.2m) + urn:ioos:station:us.glos:UMBIO(height-19.2m) + urn:ioos:station:us.glos:45013(height-16.459m) + urn:ioos:station:us.glos:45023(height-9.0m) + urn:ioos:station:us.glos:UMBIO(height-19.0m) + urn:ioos:station:us.glos:45029(height-12.53m) + urn:ioos:station:us.glos:45013(height-12.496m) + urn:ioos:station:us.glos:45023(height-12.496m) + urn:ioos:station:us.glos:45026(height-11.1m) + urn:ioos:station:us.glos:45013(height-4.267m) + urn:ioos:station:us.glos:45014(height-12.53m) + urn:ioos:station:us.glos:45013(height-2.0m) + urn:ioos:station:us.glos:45024(height-1.0m) + urn:ioos:station:us.glos:45023(height-4.37m) + urn:ioos:station:us.glos:45022(height-2.0m) + urn:ioos:station:us.glos:45026(height-10.668m) + urn:ioos:station:us.glos:45014(height-20.116m) + urn:ioos:station:us.glos:45014(height-17.0m) + urn:ioos:station:us.glos:45022(height-5.0m) + urn:ioos:station:us.glos:UMBIO(height-23.0m) + urn:ioos:station:us.glos:45023(height-6.0m) + urn:ioos:station:us.glos:45013(height-14.325m) + urn:ioos:station:us.glos:45029(height-8.0m) + urn:ioos:station:us.glos:45024(height-9.0m) + urn:ioos:station:us.glos:45023(height-29.5m) + urn:ioos:station:us.glos:45024(height-8.839m) + urn:ioos:station:us.glos:45014(height-1.0m) + urn:ioos:station:us.glos:45013(height-31.0m) + urn:ioos:station:us.glos:45025(height-11.0m) + urn:ioos:station:us.glos:45029(height-23.4m) + urn:ioos:station:us.glos:45023(height-21.9m) + urn:ioos:station:us.glos:UMBIO(height-12.53m) + urn:ioos:station:us.glos:45025(height-18.288m) + urn:ioos:station:us.glos:45014(height-17.96m) + urn:ioos:station:us.glos:UMBIO(height-12.496m) + urn:ioos:station:us.glos:UMBIO(height-31.0m) + urn:ioos:station:us.glos:45013(height-20.68m) + urn:ioos:station:us.glos:UMBIO(height-7.09m) + urn:ioos:station:us.glos:45024(height-9.81m) + urn:ioos:station:us.glos:45029(height-6.4m) + urn:ioos:station:us.glos:45023(height-3.0m) + urn:ioos:station:us.glos:45029(height-12.8m) + urn:ioos:station:us.glos:45026(height-4.0m) + urn:ioos:station:us.glos:45013(height-13.8m) + urn:ioos:station:us.glos:UMBIO(height-11.0m) + urn:ioos:station:us.glos:45026(height-21.9m) + urn:ioos:station:us.glos:45024(height-22.8m) + urn:ioos:station:us.glos:45014(height-14.325m) + urn:ioos:station:us.glos:45026(height-15.0m) + urn:ioos:station:us.glos:45026(height-14.325m) + urn:ioos:station:us.glos:45026(height-12.8m) + urn:ioos:station:us.glos:45025(height-9.7m) + urn:ioos:station:us.glos:45026(height-3.0m) + urn:ioos:station:us.glos:45026(height-16.1m) + urn:ioos:station:us.glos:45013(height-17.0m) + urn:ioos:station:us.glos:45024(height-6.705m) + urn:ioos:station:us.glos:45014(height-4.267m) + urn:ioos:station:us.glos:45029(height-16.459m) + urn:ioos:station:us.glos:45022(height-23.0m) + urn:ioos:station:us.glos:45013(height-9.0m) + urn:ioos:station:us.glos:45014(height-10.668m) + urn:ioos:station:us.glos:UMBIO(height-9.81m) + urn:ioos:station:us.glos:45014(height-31.0m) + urn:ioos:station:us.glos:45013(height-13.0m) + urn:ioos:station:us.glos:45026(height-16.5m) + urn:ioos:station:us.glos:45025(height-7.09m) + urn:ioos:station:us.glos:45026(height-9.0m) + urn:ioos:station:us.glos:45022(height-7.09m) + urn:ioos:station:us.glos:45022(height-13.0m) + urn:ioos:station:us.glos:45029(height-3.048m) + urn:ioos:station:us.glos:45023(height-19.0m) + urn:ioos:station:us.glos:45029(height-8.839m) + urn:ioos:station:us.glos:45013(height-32.6m) + urn:ioos:station:us.glos:45023(height-27.0m) + urn:ioos:station:us.glos:45022(height-31.0m) + urn:ioos:station:us.glos:45013 + urn:ioos:station:us.glos:45014 + urn:ioos:station:us.glos:45029(height-19.0m) + urn:ioos:station:us.glos:UMBIO(height-12.8m) + urn:ioos:station:us.glos:45022(height-13.8m) + urn:ioos:station:us.glos:45029(height-10.668m) + urn:ioos:station:us.glos:45025(height-9.0m) + urn:ioos:station:us.glos:UMBIO(height-27.0m) + urn:ioos:station:us.glos:45026(height-1.0m) + urn:ioos:station:us.glos:45029(height-17.0m) + urn:ioos:station:us.glos:45023(height-10.668m) + urn:ioos:station:us.glos:45013(height-10.668m) + urn:ioos:station:us.glos:45029 + urn:ioos:station:us.glos:45025(height-12.53m) + urn:ioos:station:us.glos:45013(height-5.0m) + urn:ioos:station:us.glos:45029(height-16.1m) + urn:ioos:station:us.glos:45024 + urn:ioos:station:us.glos:45023 + urn:ioos:station:us.glos:45022 + urn:ioos:station:us.glos:45022(height-23.4m) + urn:ioos:station:us.glos:45028 + NONE + urn:ioos:station:us.glos:45027 + urn:ioos:station:us.glos:45026 + urn:ioos:station:us.glos:45025 + urn:ioos:station:us.glos:45023(height-19.5m) + urn:ioos:station:us.glos:45013(height-18.288m) + urn:ioos:station:us.glos:45029(height-32.6m) + urn:ioos:station:us.glos:45014(height-8.0m) + urn:ioos:station:us.glos:45029(height-19.5m) + urn:ioos:station:us.glos:UMBIO(height-4.267m) + urn:ioos:station:us.glos:45029(height-19.2m) + urn:ioos:station:us.glos:45023(height-7.09m) + urn:ioos:station:us.glos:45023(height-31.0m) + urn:ioos:station:us.glos:45025(height-10.0m) + urn:ioos:station:us.glos:45029(height-4.267m) + urn:ioos:station:us.glos:UMBIO(height-15.0m) + urn:ioos:station:us.glos:45022(height-4.37m) + urn:ioos:station:us.glos:45014(height-4.0m) + urn:ioos:station:us.glos:45014(height-9.7m) + urn:ioos:station:us.glos:45024(height-12.496m) + urn:ioos:station:us.glos:45025(height-26.2m) + urn:ioos:station:us.glos:45013(height-19.5m) + urn:ioos:station:us.glos:45014(height-3.0m) + urn:ioos:station:us.glos:45025(height-5.7m) + urn:ioos:station:us.glos:UMBIO(height-17.96m) + urn:ioos:station:us.glos:45029(height-4.37m) + urn:ioos:station:us.glos:45014(height-6.4m) + urn:ioos:station:us.glos:UMBIO(height-11.1m) + urn:ioos:station:us.glos:45026(height-31.0m) + urn:ioos:station:us.glos:45014(height-15.24m) + urn:ioos:station:us.glos:UMBIO(height-10.668m) + urn:ioos:station:us.glos:UMBIO(height-3.048m) + urn:ioos:station:us.glos:45024(height-16.5m) + urn:ioos:station:us.glos:45025(height-5.0m) + urn:ioos:station:us.glos:45023(height-7.0m) + urn:ioos:station:us.glos:45026(height-7.09m) + urn:ioos:station:us.glos:45024(height-10.668m) + urn:ioos:station:us.glos:45024(height-19.0m) + urn:ioos:station:us.glos:45029(height-7.0m) + urn:ioos:station:us.glos:45025(height-13.8m) + urn:ioos:station:us.glos:45022(height-27.0m) + urn:ioos:station:us.glos:45026(height-23.4m) + urn:ioos:station:us.glos:45029(height-18.288m) + urn:ioos:station:us.glos:45029(height-21.9m) + urn:ioos:station:us.glos:45025(height-16.1m) + urn:ioos:station:us.glos:45026(height-26.2m) + urn:ioos:station:us.glos:45025(height-19.0m) + urn:ioos:station:us.glos:45025(height-4.267m) + urn:ioos:station:us.glos:45013(height-6.4m) + urn:ioos:station:us.glos:45022(height-3.0m) + urn:ioos:station:us.glos:45025(height-13.0m) + urn:ioos:station:us.glos:45024(height-7.09m) + urn:ioos:station:us.glos:45014(height-29.5m) + urn:ioos:station:us.glos:45025(height-6.705m) + urn:ioos:station:us.glos:UMBIO(height-16.1m) + urn:ioos:station:us.glos:45161 + urn:ioos:station:us.glos:45022(height-1.0m) + urn:ioos:station:us.glos:45163 + urn:ioos:station:us.glos:45026(height-19.2m) + urn:ioos:station:us.glos:45014(height-19.2m) + urn:ioos:station:us.glos:45026(height-12.496m) + urn:ioos:station:us.glos:45025(height-15.24m) + urn:ioos:station:us.glos:45023(height-18.288m) + urn:ioos:station:us.glos:45026(height-5.7m) + urn:ioos:station:us.glos:45026(height-6.705m) + urn:ioos:station:us.glos:45014(height-3.048m) + urn:ioos:station:us.glos:45029(height-11.1m) + urn:ioos:station:us.glos:UMBIO(height-6.0m) + urn:ioos:station:us.glos:45026(height-23.0m) + urn:ioos:station:us.glos:45025(height-9.81m) + urn:ioos:station:us.glos:45029(height-27.0m) + urn:ioos:station:us.glos:45026(height-29.5m) + urn:ioos:station:us.glos:45014(height-6.705m) + urn:ioos:station:us.glos:45026(height-27.0m) + urn:ioos:station:us.glos:45023(height-17.0m) + urn:ioos:station:us.glos:UMBIO(height-2.0m) + urn:ioos:station:us.glos:UMBIO(height-16.459m) + urn:ioos:station:us.glos:UMBIO(height-7.0m) + urn:ioos:station:us.glos:45013(height-8.4m) + urn:ioos:station:us.glos:45023(height-32.6m) + urn:ioos:station:us.glos:45029(height-5.0m) + urn:ioos:station:us.glos:45026(height-5.0m) + urn:ioos:station:us.glos:UMBIO(height-5.7m) + urn:ioos:station:us.glos:45013(height-5.7m) + urn:ioos:station:us.glos:45013(height-9.81m) + urn:ioos:station:us.glos:45025(height-32.6m) + urn:ioos:station:us.glos:45024(height-13.8m) + urn:ioos:station:us.glos:45024(height-5.7m) + urn:ioos:station:us.glos:45025(height-8.4m) + urn:ioos:station:us.glos:45025(height-1.0m) + urn:ioos:station:us.glos:45025(height-12.496m) + urn:ioos:station:us.glos:45025(height-23.0m) + Contains all procedures in the SOS Server + urn:ioos:station:us.glos:45023(height-4.0m) + urn:ioos:station:us.glos:45024(height-27.0m) + urn:ioos:station:us.glos:45025(height-3.048m) + urn:ioos:station:us.glos:45022(height-16.459m) + urn:ioos:station:us.glos:45029(height-9.81m) + urn:ioos:station:us.glos:45022(height-11.1m) + urn:ioos:station:us.glos:45025(height-14.325m) + urn:ioos:station:us.glos:45026(height-16.459m) + urn:ioos:station:us.glos:UMBIO(height-6.705m) + urn:ioos:station:us.glos:UMBIO(height-15.24m) + urn:ioos:station:us.glos:45029(height-20.116m) + urn:ioos:station:us.glos:45014(height-2.0m) + urn:ioos:station:us.glos:UMBIO(height-23.4m) + urn:ioos:station:us.glos:45029(height-8.4m) + urn:ioos:station:us.glos:45013(height-10.0m) + urn:ioos:station:us.glos:45013(height-26.2m) + urn:ioos:station:us.glos:45022(height-11.0m) + urn:ioos:station:us.glos:45025(height-20.68m) + urn:ioos:station:us.glos:45014(height-20.68m) + urn:ioos:station:us.glos:45013(height-22.8m) + urn:ioos:station:us.glos:45026(height-13.0m) + urn:ioos:station:us.glos:45024(height-13.0m) + urn:ioos:station:us.glos:45023(height-16.5m) + urn:ioos:station:us.glos:45022(height-15.24m) + urn:ioos:station:us.glos:45023(height-22.8m) + urn:ioos:station:us.glos:45026(height-10.0m) + urn:ioos:station:us.glos:45025(height-20.116m) + urn:ioos:station:us.glos:45024(height-17.96m) + urn:ioos:station:us.glos:45013(height-4.37m) + urn:ioos:station:us.glos:45022(height-26.2m) + urn:ioos:station:us.glos:45023(height-8.839m) + urn:ioos:station:us.glos:UMBIO(height-9.0m) + urn:ioos:station:us.glos:UMBIO(height-20.68m) + urn:ioos:station:us.glos:45029(height-11.0m) + urn:ioos:station:us.glos:UMBIO(height-9.7m) + urn:ioos:station:us.glos:45025(height-6.0m) + urn:ioos:station:us.glos:UMBIO(height-5.0m) + urn:ioos:station:us.glos:45013(height-29.5m) + urn:ioos:station:us.glos:GVSU1 + urn:ioos:station:us.glos:45023(height-17.96m) + urn:ioos:station:us.glos:UMBIO(height-8.4m) + urn:ioos:station:us.glos:UMBIO(height-4.0m) + urn:ioos:station:us.glos:45024(height-19.5m) + urn:ioos:station:us.glos:45013(height-15.24m) + urn:ioos:station:us.glos:45023(height-8.0m) + urn:ioos:station:us.glos:45029(height-29.5m) + urn:ioos:station:us.glos:45023(height-20.116m) + urn:ioos:station:us.glos:45023(height-19.2m) + urn:ioos:station:us.glos:45025(height-4.37m) + urn:ioos:station:us.glos:45013(height-19.0m) + urn:ioos:station:us.glos:45022(height-12.53m) + urn:ioos:station:us.glos:45026(height-8.0m) + urn:ioos:station:us.glos:45023(height-16.1m) + urn:ioos:station:us.glos:45013(height-9.7m) + urn:ioos:station:us.glos:45026(height-22.8m) + urn:ioos:station:us.glos:45024(height-20.68m) + urn:ioos:station:us.glos:45014(height-21.9m) + urn:ioos:station:us.glos:UMBIO(height-19.5m) + urn:ioos:station:us.glos:45022(height-16.1m) + urn:ioos:station:us.glos:45023(height-23.0m) + urn:ioos:station:us.glos:45025(height-16.459m) + urn:ioos:station:us.glos:45014(height-11.0m) + urn:ioos:station:us.glos:45029(height-23.0m) + urn:ioos:station:us.glos:45013(height-1.0m) + urn:ioos:station:us.glos:45013(height-12.8m) + urn:ioos:station:us.glos:45023(height-6.4m) + urn:ioos:station:us.glos:45014(height-22.8m) + urn:ioos:station:us.glos:45014(height-12.8m) + urn:ioos:station:us.glos:45014(height-13.0m) + urn:ioos:station:us.glos:45022(height-10.668m) + urn:ioos:station:us.glos:45029(height-2.0m) + urn:ioos:station:us.glos:45029(height-7.09m) + urn:ioos:station:us.glos:45013(height-7.09m) + urn:ioos:station:us.glos:45022(height-20.68m) + urn:ioos:station:us.glos:45024(height-31.0m) + urn:ioos:station:us.glos:45022(height-6.705m) + urn:ioos:station:us.glos:45023(height-3.048m) + urn:ioos:station:us.glos:45029(height-6.705m) + urn:ioos:station:us.glos:45026(height-7.0m) + urn:ioos:station:us.glos:45023(height-15.24m) + urn:ioos:station:us.glos:45022(height-17.96m) + urn:ioos:station:us.glos:45025(height-10.668m) + urn:ioos:station:us.glos:45029(height-1.0m) + urn:ioos:station:us.glos:45013(height-23.4m) + urn:ioos:station:us.glos:45013(height-8.839m) + urn:ioos:station:us.glos:45014(height-13.8m) + urn:ioos:station:us.glos:45023(height-1.0m) + urn:ioos:station:us.glos:45014(height-27.0m) + urn:ioos:station:us.glos:45025(height-22.8m) + urn:ioos:station:us.glos:45013(height-4.0m) + urn:ioos:station:us.glos:45026(height-20.68m) + urn:ioos:station:us.glos:45014(height-23.0m) + urn:ioos:station:us.glos:45022(height-16.5m) + urn:ioos:station:us.glos:45014(height-23.4m) + urn:ioos:station:us.glos:45026(height-3.048m) + urn:ioos:station:us.glos:45024(height-15.0m) + urn:ioos:station:us.glos:45026(height-19.0m) + urn:ioos:station:us.glos:UMBIO(height-1.0m) + urn:ioos:station:us.glos:45013(height-7.0m) + urn:ioos:station:us.glos:45022(height-12.8m) + urn:ioos:station:us.glos:45024(height-11.1m) + urn:ioos:station:us.glos:45029(height-6.0m) + urn:ioos:station:us.glos:45025(height-17.0m) + urn:ioos:station:us.glos:45013(height-27.0m) + urn:ioos:station:us.glos:45026(height-8.4m) + urn:ioos:station:us.glos:45014(height-15.0m) + urn:ioos:station:us.glos:45014(height-16.1m) + urn:ioos:station:us.glos:45024(height-21.9m) + urn:ioos:station:us.glos:45025(height-17.96m) + urn:ioos:station:us.glos:45029(height-15.0m) + + + + + + + urn:ioos:network:glos:all + + + + + network-all + + + + + Contains all procedures in the SOS Server + + + + + + + + + GLOS + + + + + GLOS + + + + + + + + + + + + + + 41.983 + + + + + + -91.929 + + + + + + + + + + 47.279 + + + + + + -83.599 + + + + + + + + + + + + + urn:ioos:station:us.glos:45013 + + + + + urn:ioos:station:us.glos:45013(height-1.0m) + + + + + urn:ioos:station:us.glos:45013(height-10.0m) + + + + + urn:ioos:station:us.glos:45013(height-10.668m) + + + + + urn:ioos:station:us.glos:45013(height-11.0m) + + + + + urn:ioos:station:us.glos:45013(height-11.1m) + + + + + urn:ioos:station:us.glos:45013(height-12.496m) + + + + + urn:ioos:station:us.glos:45013(height-12.53m) + + + + + urn:ioos:station:us.glos:45013(height-12.8m) + + + + + urn:ioos:station:us.glos:45013(height-13.0m) + + + + + urn:ioos:station:us.glos:45013(height-13.8m) + + + + + urn:ioos:station:us.glos:45013(height-14.325m) + + + + + urn:ioos:station:us.glos:45013(height-15.0m) + + + + + urn:ioos:station:us.glos:45013(height-15.24m) + + + + + urn:ioos:station:us.glos:45013(height-16.1m) + + + + + urn:ioos:station:us.glos:45013(height-16.459m) + + + + + urn:ioos:station:us.glos:45013(height-16.5m) + + + + + urn:ioos:station:us.glos:45013(height-17.0m) + + + + + urn:ioos:station:us.glos:45013(height-17.96m) + + + + + urn:ioos:station:us.glos:45013(height-18.288m) + + + + + urn:ioos:station:us.glos:45013(height-19.0m) + + + + + urn:ioos:station:us.glos:45013(height-19.2m) + + + + + urn:ioos:station:us.glos:45013(height-19.5m) + + + + + urn:ioos:station:us.glos:45013(height-2.0m) + + + + + urn:ioos:station:us.glos:45013(height-20.116m) + + + + + urn:ioos:station:us.glos:45013(height-20.68m) + + + + + urn:ioos:station:us.glos:45013(height-21.9m) + + + + + urn:ioos:station:us.glos:45013(height-22.8m) + + + + + urn:ioos:station:us.glos:45013(height-23.0m) + + + + + urn:ioos:station:us.glos:45013(height-23.4m) + + + + + urn:ioos:station:us.glos:45013(height-26.2m) + + + + + urn:ioos:station:us.glos:45013(height-27.0m) + + + + + urn:ioos:station:us.glos:45013(height-29.5m) + + + + + urn:ioos:station:us.glos:45013(height-3.048m) + + + + + urn:ioos:station:us.glos:45013(height-3.0m) + + + + + urn:ioos:station:us.glos:45013(height-31.0m) + + + + + urn:ioos:station:us.glos:45013(height-32.6m) + + + + + urn:ioos:station:us.glos:45013(height-4.0m) + + + + + urn:ioos:station:us.glos:45013(height-4.267m) + + + + + urn:ioos:station:us.glos:45013(height-4.37m) + + + + + urn:ioos:station:us.glos:45013(height-5.0m) + + + + + urn:ioos:station:us.glos:45013(height-5.7m) + + + + + urn:ioos:station:us.glos:45013(height-6.0m) + + + + + urn:ioos:station:us.glos:45013(height-6.4m) + + + + + urn:ioos:station:us.glos:45013(height-6.705m) + + + + + urn:ioos:station:us.glos:45013(height-7.09m) + + + + + urn:ioos:station:us.glos:45013(height-7.0m) + + + + + urn:ioos:station:us.glos:45013(height-8.0m) + + + + + urn:ioos:station:us.glos:45013(height-8.4m) + + + + + urn:ioos:station:us.glos:45013(height-8.839m) + + + + + urn:ioos:station:us.glos:45013(height-9.0m) + + + + + urn:ioos:station:us.glos:45013(height-9.7m) + + + + + urn:ioos:station:us.glos:45013(height-9.81m) + + + + + urn:ioos:station:us.glos:45014 + + + + + urn:ioos:station:us.glos:45014(height-1.0m) + + + + + urn:ioos:station:us.glos:45014(height-10.0m) + + + + + urn:ioos:station:us.glos:45014(height-10.668m) + + + + + urn:ioos:station:us.glos:45014(height-11.0m) + + + + + urn:ioos:station:us.glos:45014(height-11.1m) + + + + + urn:ioos:station:us.glos:45014(height-12.496m) + + + + + urn:ioos:station:us.glos:45014(height-12.53m) + + + + + urn:ioos:station:us.glos:45014(height-12.8m) + + + + + urn:ioos:station:us.glos:45014(height-13.0m) + + + + + urn:ioos:station:us.glos:45014(height-13.8m) + + + + + urn:ioos:station:us.glos:45014(height-14.325m) + + + + + urn:ioos:station:us.glos:45014(height-15.0m) + + + + + urn:ioos:station:us.glos:45014(height-15.24m) + + + + + urn:ioos:station:us.glos:45014(height-16.1m) + + + + + urn:ioos:station:us.glos:45014(height-16.459m) + + + + + urn:ioos:station:us.glos:45014(height-16.5m) + + + + + urn:ioos:station:us.glos:45014(height-17.0m) + + + + + urn:ioos:station:us.glos:45014(height-17.96m) + + + + + urn:ioos:station:us.glos:45014(height-18.288m) + + + + + urn:ioos:station:us.glos:45014(height-19.0m) + + + + + urn:ioos:station:us.glos:45014(height-19.2m) + + + + + urn:ioos:station:us.glos:45014(height-19.5m) + + + + + urn:ioos:station:us.glos:45014(height-2.0m) + + + + + urn:ioos:station:us.glos:45014(height-20.116m) + + + + + urn:ioos:station:us.glos:45014(height-20.68m) + + + + + urn:ioos:station:us.glos:45014(height-21.9m) + + + + + urn:ioos:station:us.glos:45014(height-22.8m) + + + + + urn:ioos:station:us.glos:45014(height-23.0m) + + + + + urn:ioos:station:us.glos:45014(height-23.4m) + + + + + urn:ioos:station:us.glos:45014(height-26.2m) + + + + + urn:ioos:station:us.glos:45014(height-27.0m) + + + + + urn:ioos:station:us.glos:45014(height-29.5m) + + + + + urn:ioos:station:us.glos:45014(height-3.048m) + + + + + urn:ioos:station:us.glos:45014(height-3.0m) + + + + + urn:ioos:station:us.glos:45014(height-31.0m) + + + + + urn:ioos:station:us.glos:45014(height-32.6m) + + + + + urn:ioos:station:us.glos:45014(height-4.0m) + + + + + urn:ioos:station:us.glos:45014(height-4.267m) + + + + + urn:ioos:station:us.glos:45014(height-4.37m) + + + + + urn:ioos:station:us.glos:45014(height-5.0m) + + + + + urn:ioos:station:us.glos:45014(height-5.7m) + + + + + urn:ioos:station:us.glos:45014(height-6.0m) + + + + + urn:ioos:station:us.glos:45014(height-6.4m) + + + + + urn:ioos:station:us.glos:45014(height-6.705m) + + + + + urn:ioos:station:us.glos:45014(height-7.09m) + + + + + urn:ioos:station:us.glos:45014(height-7.0m) + + + + + urn:ioos:station:us.glos:45014(height-8.0m) + + + + + urn:ioos:station:us.glos:45014(height-8.4m) + + + + + urn:ioos:station:us.glos:45014(height-8.839m) + + + + + urn:ioos:station:us.glos:45014(height-9.0m) + + + + + urn:ioos:station:us.glos:45014(height-9.7m) + + + + + urn:ioos:station:us.glos:45014(height-9.81m) + + + + + urn:ioos:station:us.glos:45022 + + + + + urn:ioos:station:us.glos:45022(height-1.0m) + + + + + urn:ioos:station:us.glos:45022(height-10.668m) + + + + + urn:ioos:station:us.glos:45022(height-11.0m) + + + + + urn:ioos:station:us.glos:45022(height-11.1m) + + + + + urn:ioos:station:us.glos:45022(height-12.496m) + + + + + urn:ioos:station:us.glos:45022(height-12.53m) + + + + + urn:ioos:station:us.glos:45022(height-12.8m) + + + + + urn:ioos:station:us.glos:45022(height-13.0m) + + + + + urn:ioos:station:us.glos:45022(height-13.8m) + + + + + urn:ioos:station:us.glos:45022(height-14.325m) + + + + + urn:ioos:station:us.glos:45022(height-15.0m) + + + + + urn:ioos:station:us.glos:45022(height-15.24m) + + + + + urn:ioos:station:us.glos:45022(height-16.1m) + + + + + urn:ioos:station:us.glos:45022(height-16.459m) + + + + + urn:ioos:station:us.glos:45022(height-16.5m) + + + + + urn:ioos:station:us.glos:45022(height-17.96m) + + + + + urn:ioos:station:us.glos:45022(height-19.0m) + + + + + urn:ioos:station:us.glos:45022(height-19.2m) + + + + + urn:ioos:station:us.glos:45022(height-19.5m) + + + + + urn:ioos:station:us.glos:45022(height-2.0m) + + + + + urn:ioos:station:us.glos:45022(height-20.68m) + + + + + urn:ioos:station:us.glos:45022(height-21.9m) + + + + + urn:ioos:station:us.glos:45022(height-22.8m) + + + + + urn:ioos:station:us.glos:45022(height-23.0m) + + + + + urn:ioos:station:us.glos:45022(height-23.4m) + + + + + urn:ioos:station:us.glos:45022(height-26.2m) + + + + + urn:ioos:station:us.glos:45022(height-27.0m) + + + + + urn:ioos:station:us.glos:45022(height-3.048m) + + + + + urn:ioos:station:us.glos:45022(height-3.0m) + + + + + urn:ioos:station:us.glos:45022(height-31.0m) + + + + + urn:ioos:station:us.glos:45022(height-4.0m) + + + + + urn:ioos:station:us.glos:45022(height-4.267m) + + + + + urn:ioos:station:us.glos:45022(height-4.37m) + + + + + urn:ioos:station:us.glos:45022(height-5.0m) + + + + + urn:ioos:station:us.glos:45022(height-5.7m) + + + + + urn:ioos:station:us.glos:45022(height-6.0m) + + + + + urn:ioos:station:us.glos:45022(height-6.4m) + + + + + urn:ioos:station:us.glos:45022(height-6.705m) + + + + + urn:ioos:station:us.glos:45022(height-7.09m) + + + + + urn:ioos:station:us.glos:45022(height-7.0m) + + + + + urn:ioos:station:us.glos:45022(height-8.0m) + + + + + urn:ioos:station:us.glos:45022(height-8.4m) + + + + + urn:ioos:station:us.glos:45022(height-8.839m) + + + + + urn:ioos:station:us.glos:45022(height-9.0m) + + + + + urn:ioos:station:us.glos:45022(height-9.7m) + + + + + urn:ioos:station:us.glos:45022(height-9.81m) + + + + + urn:ioos:station:us.glos:45023 + + + + + urn:ioos:station:us.glos:45023(height-1.0m) + + + + + urn:ioos:station:us.glos:45023(height-10.0m) + + + + + urn:ioos:station:us.glos:45023(height-10.668m) + + + + + urn:ioos:station:us.glos:45023(height-11.0m) + + + + + urn:ioos:station:us.glos:45023(height-11.1m) + + + + + urn:ioos:station:us.glos:45023(height-12.496m) + + + + + urn:ioos:station:us.glos:45023(height-12.53m) + + + + + urn:ioos:station:us.glos:45023(height-12.8m) + + + + + urn:ioos:station:us.glos:45023(height-13.0m) + + + + + urn:ioos:station:us.glos:45023(height-13.8m) + + + + + urn:ioos:station:us.glos:45023(height-14.325m) + + + + + urn:ioos:station:us.glos:45023(height-15.0m) + + + + + urn:ioos:station:us.glos:45023(height-15.24m) + + + + + urn:ioos:station:us.glos:45023(height-16.1m) + + + + + urn:ioos:station:us.glos:45023(height-16.459m) + + + + + urn:ioos:station:us.glos:45023(height-16.5m) + + + + + urn:ioos:station:us.glos:45023(height-17.0m) + + + + + urn:ioos:station:us.glos:45023(height-17.96m) + + + + + urn:ioos:station:us.glos:45023(height-18.288m) + + + + + urn:ioos:station:us.glos:45023(height-19.0m) + + + + + urn:ioos:station:us.glos:45023(height-19.2m) + + + + + urn:ioos:station:us.glos:45023(height-19.5m) + + + + + urn:ioos:station:us.glos:45023(height-2.0m) + + + + + urn:ioos:station:us.glos:45023(height-20.116m) + + + + + urn:ioos:station:us.glos:45023(height-20.68m) + + + + + urn:ioos:station:us.glos:45023(height-21.9m) + + + + + urn:ioos:station:us.glos:45023(height-22.8m) + + + + + urn:ioos:station:us.glos:45023(height-23.0m) + + + + + urn:ioos:station:us.glos:45023(height-23.4m) + + + + + urn:ioos:station:us.glos:45023(height-26.2m) + + + + + urn:ioos:station:us.glos:45023(height-27.0m) + + + + + urn:ioos:station:us.glos:45023(height-29.5m) + + + + + urn:ioos:station:us.glos:45023(height-3.048m) + + + + + urn:ioos:station:us.glos:45023(height-3.0m) + + + + + urn:ioos:station:us.glos:45023(height-31.0m) + + + + + urn:ioos:station:us.glos:45023(height-32.6m) + + + + + urn:ioos:station:us.glos:45023(height-4.0m) + + + + + urn:ioos:station:us.glos:45023(height-4.267m) + + + + + urn:ioos:station:us.glos:45023(height-4.37m) + + + + + urn:ioos:station:us.glos:45023(height-5.0m) + + + + + urn:ioos:station:us.glos:45023(height-5.7m) + + + + + urn:ioos:station:us.glos:45023(height-6.0m) + + + + + urn:ioos:station:us.glos:45023(height-6.4m) + + + + + urn:ioos:station:us.glos:45023(height-6.705m) + + + + + urn:ioos:station:us.glos:45023(height-7.09m) + + + + + urn:ioos:station:us.glos:45023(height-7.0m) + + + + + urn:ioos:station:us.glos:45023(height-8.0m) + + + + + urn:ioos:station:us.glos:45023(height-8.4m) + + + + + urn:ioos:station:us.glos:45023(height-8.839m) + + + + + urn:ioos:station:us.glos:45023(height-9.0m) + + + + + urn:ioos:station:us.glos:45023(height-9.7m) + + + + + urn:ioos:station:us.glos:45023(height-9.81m) + + + + + urn:ioos:station:us.glos:45024 + + + + + urn:ioos:station:us.glos:45024(height-1.0m) + + + + + urn:ioos:station:us.glos:45024(height-10.668m) + + + + + urn:ioos:station:us.glos:45024(height-11.0m) + + + + + urn:ioos:station:us.glos:45024(height-11.1m) + + + + + urn:ioos:station:us.glos:45024(height-12.496m) + + + + + urn:ioos:station:us.glos:45024(height-12.53m) + + + + + urn:ioos:station:us.glos:45024(height-12.8m) + + + + + urn:ioos:station:us.glos:45024(height-13.0m) + + + + + urn:ioos:station:us.glos:45024(height-13.8m) + + + + + urn:ioos:station:us.glos:45024(height-14.325m) + + + + + urn:ioos:station:us.glos:45024(height-15.0m) + + + + + urn:ioos:station:us.glos:45024(height-15.24m) + + + + + urn:ioos:station:us.glos:45024(height-16.1m) + + + + + urn:ioos:station:us.glos:45024(height-16.459m) + + + + + urn:ioos:station:us.glos:45024(height-16.5m) + + + + + urn:ioos:station:us.glos:45024(height-17.96m) + + + + + urn:ioos:station:us.glos:45024(height-19.0m) + + + + + urn:ioos:station:us.glos:45024(height-19.2m) + + + + + urn:ioos:station:us.glos:45024(height-19.5m) + + + + + urn:ioos:station:us.glos:45024(height-2.0m) + + + + + urn:ioos:station:us.glos:45024(height-20.68m) + + + + + urn:ioos:station:us.glos:45024(height-21.9m) + + + + + urn:ioos:station:us.glos:45024(height-22.8m) + + + + + urn:ioos:station:us.glos:45024(height-23.0m) + + + + + urn:ioos:station:us.glos:45024(height-23.4m) + + + + + urn:ioos:station:us.glos:45024(height-26.2m) + + + + + urn:ioos:station:us.glos:45024(height-27.0m) + + + + + urn:ioos:station:us.glos:45024(height-3.048m) + + + + + urn:ioos:station:us.glos:45024(height-3.0m) + + + + + urn:ioos:station:us.glos:45024(height-31.0m) + + + + + urn:ioos:station:us.glos:45024(height-4.0m) + + + + + urn:ioos:station:us.glos:45024(height-4.267m) + + + + + urn:ioos:station:us.glos:45024(height-4.37m) + + + + + urn:ioos:station:us.glos:45024(height-5.0m) + + + + + urn:ioos:station:us.glos:45024(height-5.7m) + + + + + urn:ioos:station:us.glos:45024(height-6.0m) + + + + + urn:ioos:station:us.glos:45024(height-6.4m) + + + + + urn:ioos:station:us.glos:45024(height-6.705m) + + + + + urn:ioos:station:us.glos:45024(height-7.09m) + + + + + urn:ioos:station:us.glos:45024(height-7.0m) + + + + + urn:ioos:station:us.glos:45024(height-8.0m) + + + + + urn:ioos:station:us.glos:45024(height-8.4m) + + + + + urn:ioos:station:us.glos:45024(height-8.839m) + + + + + urn:ioos:station:us.glos:45024(height-9.0m) + + + + + urn:ioos:station:us.glos:45024(height-9.7m) + + + + + urn:ioos:station:us.glos:45024(height-9.81m) + + + + + urn:ioos:station:us.glos:45025 + + + + + urn:ioos:station:us.glos:45025(height-1.0m) + + + + + urn:ioos:station:us.glos:45025(height-10.0m) + + + + + urn:ioos:station:us.glos:45025(height-10.668m) + + + + + urn:ioos:station:us.glos:45025(height-11.0m) + + + + + urn:ioos:station:us.glos:45025(height-11.1m) + + + + + urn:ioos:station:us.glos:45025(height-12.496m) + + + + + urn:ioos:station:us.glos:45025(height-12.53m) + + + + + urn:ioos:station:us.glos:45025(height-12.8m) + + + + + urn:ioos:station:us.glos:45025(height-13.0m) + + + + + urn:ioos:station:us.glos:45025(height-13.8m) + + + + + urn:ioos:station:us.glos:45025(height-14.325m) + + + + + urn:ioos:station:us.glos:45025(height-15.0m) + + + + + urn:ioos:station:us.glos:45025(height-15.24m) + + + + + urn:ioos:station:us.glos:45025(height-16.1m) + + + + + urn:ioos:station:us.glos:45025(height-16.459m) + + + + + urn:ioos:station:us.glos:45025(height-16.5m) + + + + + urn:ioos:station:us.glos:45025(height-17.0m) + + + + + urn:ioos:station:us.glos:45025(height-17.96m) + + + + + urn:ioos:station:us.glos:45025(height-18.288m) + + + + + urn:ioos:station:us.glos:45025(height-19.0m) + + + + + urn:ioos:station:us.glos:45025(height-19.2m) + + + + + urn:ioos:station:us.glos:45025(height-19.5m) + + + + + urn:ioos:station:us.glos:45025(height-2.0m) + + + + + urn:ioos:station:us.glos:45025(height-20.116m) + + + + + urn:ioos:station:us.glos:45025(height-20.68m) + + + + + urn:ioos:station:us.glos:45025(height-21.9m) + + + + + urn:ioos:station:us.glos:45025(height-22.8m) + + + + + urn:ioos:station:us.glos:45025(height-23.0m) + + + + + urn:ioos:station:us.glos:45025(height-23.4m) + + + + + urn:ioos:station:us.glos:45025(height-26.2m) + + + + + urn:ioos:station:us.glos:45025(height-27.0m) + + + + + urn:ioos:station:us.glos:45025(height-29.5m) + + + + + urn:ioos:station:us.glos:45025(height-3.048m) + + + + + urn:ioos:station:us.glos:45025(height-3.0m) + + + + + urn:ioos:station:us.glos:45025(height-31.0m) + + + + + urn:ioos:station:us.glos:45025(height-32.6m) + + + + + urn:ioos:station:us.glos:45025(height-4.0m) + + + + + urn:ioos:station:us.glos:45025(height-4.267m) + + + + + urn:ioos:station:us.glos:45025(height-4.37m) + + + + + urn:ioos:station:us.glos:45025(height-5.0m) + + + + + urn:ioos:station:us.glos:45025(height-5.7m) + + + + + urn:ioos:station:us.glos:45025(height-6.0m) + + + + + urn:ioos:station:us.glos:45025(height-6.4m) + + + + + urn:ioos:station:us.glos:45025(height-6.705m) + + + + + urn:ioos:station:us.glos:45025(height-7.09m) + + + + + urn:ioos:station:us.glos:45025(height-7.0m) + + + + + urn:ioos:station:us.glos:45025(height-8.0m) + + + + + urn:ioos:station:us.glos:45025(height-8.4m) + + + + + urn:ioos:station:us.glos:45025(height-8.839m) + + + + + urn:ioos:station:us.glos:45025(height-9.0m) + + + + + urn:ioos:station:us.glos:45025(height-9.7m) + + + + + urn:ioos:station:us.glos:45025(height-9.81m) + + + + + urn:ioos:station:us.glos:45026 + + + + + urn:ioos:station:us.glos:45026(height-1.0m) + + + + + urn:ioos:station:us.glos:45026(height-10.0m) + + + + + urn:ioos:station:us.glos:45026(height-10.668m) + + + + + urn:ioos:station:us.glos:45026(height-11.0m) + + + + + urn:ioos:station:us.glos:45026(height-11.1m) + + + + + urn:ioos:station:us.glos:45026(height-12.496m) + + + + + urn:ioos:station:us.glos:45026(height-12.53m) + + + + + urn:ioos:station:us.glos:45026(height-12.8m) + + + + + urn:ioos:station:us.glos:45026(height-13.0m) + + + + + urn:ioos:station:us.glos:45026(height-13.8m) + + + + + urn:ioos:station:us.glos:45026(height-14.325m) + + + + + urn:ioos:station:us.glos:45026(height-15.0m) + + + + + urn:ioos:station:us.glos:45026(height-15.24m) + + + + + urn:ioos:station:us.glos:45026(height-16.1m) + + + + + urn:ioos:station:us.glos:45026(height-16.459m) + + + + + urn:ioos:station:us.glos:45026(height-16.5m) + + + + + urn:ioos:station:us.glos:45026(height-17.0m) + + + + + urn:ioos:station:us.glos:45026(height-17.96m) + + + + + urn:ioos:station:us.glos:45026(height-18.288m) + + + + + urn:ioos:station:us.glos:45026(height-19.0m) + + + + + urn:ioos:station:us.glos:45026(height-19.2m) + + + + + urn:ioos:station:us.glos:45026(height-19.5m) + + + + + urn:ioos:station:us.glos:45026(height-2.0m) + + + + + urn:ioos:station:us.glos:45026(height-20.68m) + + + + + urn:ioos:station:us.glos:45026(height-21.9m) + + + + + urn:ioos:station:us.glos:45026(height-22.8m) + + + + + urn:ioos:station:us.glos:45026(height-23.0m) + + + + + urn:ioos:station:us.glos:45026(height-23.4m) + + + + + urn:ioos:station:us.glos:45026(height-26.2m) + + + + + urn:ioos:station:us.glos:45026(height-27.0m) + + + + + urn:ioos:station:us.glos:45026(height-29.5m) + + + + + urn:ioos:station:us.glos:45026(height-3.048m) + + + + + urn:ioos:station:us.glos:45026(height-3.0m) + + + + + urn:ioos:station:us.glos:45026(height-31.0m) + + + + + urn:ioos:station:us.glos:45026(height-4.0m) + + + + + urn:ioos:station:us.glos:45026(height-4.267m) + + + + + urn:ioos:station:us.glos:45026(height-4.37m) + + + + + urn:ioos:station:us.glos:45026(height-5.0m) + + + + + urn:ioos:station:us.glos:45026(height-5.7m) + + + + + urn:ioos:station:us.glos:45026(height-6.0m) + + + + + urn:ioos:station:us.glos:45026(height-6.4m) + + + + + urn:ioos:station:us.glos:45026(height-6.705m) + + + + + urn:ioos:station:us.glos:45026(height-7.09m) + + + + + urn:ioos:station:us.glos:45026(height-7.0m) + + + + + urn:ioos:station:us.glos:45026(height-8.0m) + + + + + urn:ioos:station:us.glos:45026(height-8.4m) + + + + + urn:ioos:station:us.glos:45026(height-8.839m) + + + + + urn:ioos:station:us.glos:45026(height-9.0m) + + + + + urn:ioos:station:us.glos:45026(height-9.7m) + + + + + urn:ioos:station:us.glos:45026(height-9.81m) + + + + + urn:ioos:station:us.glos:45027 + + + + + urn:ioos:station:us.glos:45028 + + + + + urn:ioos:station:us.glos:45029 + + + + + urn:ioos:station:us.glos:45029(height-1.0m) + + + + + urn:ioos:station:us.glos:45029(height-10.0m) + + + + + urn:ioos:station:us.glos:45029(height-10.668m) + + + + + urn:ioos:station:us.glos:45029(height-11.0m) + + + + + urn:ioos:station:us.glos:45029(height-11.1m) + + + + + urn:ioos:station:us.glos:45029(height-12.496m) + + + + + urn:ioos:station:us.glos:45029(height-12.53m) + + + + + urn:ioos:station:us.glos:45029(height-12.8m) + + + + + urn:ioos:station:us.glos:45029(height-13.0m) + + + + + urn:ioos:station:us.glos:45029(height-13.8m) + + + + + urn:ioos:station:us.glos:45029(height-14.325m) + + + + + urn:ioos:station:us.glos:45029(height-15.0m) + + + + + urn:ioos:station:us.glos:45029(height-15.24m) + + + + + urn:ioos:station:us.glos:45029(height-16.1m) + + + + + urn:ioos:station:us.glos:45029(height-16.459m) + + + + + urn:ioos:station:us.glos:45029(height-16.5m) + + + + + urn:ioos:station:us.glos:45029(height-17.0m) + + + + + urn:ioos:station:us.glos:45029(height-17.96m) + + + + + urn:ioos:station:us.glos:45029(height-18.288m) + + + + + urn:ioos:station:us.glos:45029(height-19.0m) + + + + + urn:ioos:station:us.glos:45029(height-19.2m) + + + + + urn:ioos:station:us.glos:45029(height-19.5m) + + + + + urn:ioos:station:us.glos:45029(height-2.0m) + + + + + urn:ioos:station:us.glos:45029(height-20.116m) + + + + + urn:ioos:station:us.glos:45029(height-20.68m) + + + + + urn:ioos:station:us.glos:45029(height-21.9m) + + + + + urn:ioos:station:us.glos:45029(height-22.8m) + + + + + urn:ioos:station:us.glos:45029(height-23.0m) + + + + + urn:ioos:station:us.glos:45029(height-23.4m) + + + + + urn:ioos:station:us.glos:45029(height-26.2m) + + + + + urn:ioos:station:us.glos:45029(height-27.0m) + + + + + urn:ioos:station:us.glos:45029(height-29.5m) + + + + + urn:ioos:station:us.glos:45029(height-3.048m) + + + + + urn:ioos:station:us.glos:45029(height-3.0m) + + + + + urn:ioos:station:us.glos:45029(height-31.0m) + + + + + urn:ioos:station:us.glos:45029(height-32.6m) + + + + + urn:ioos:station:us.glos:45029(height-4.0m) + + + + + urn:ioos:station:us.glos:45029(height-4.267m) + + + + + urn:ioos:station:us.glos:45029(height-4.37m) + + + + + urn:ioos:station:us.glos:45029(height-5.0m) + + + + + urn:ioos:station:us.glos:45029(height-5.7m) + + + + + urn:ioos:station:us.glos:45029(height-6.0m) + + + + + urn:ioos:station:us.glos:45029(height-6.4m) + + + + + urn:ioos:station:us.glos:45029(height-6.705m) + + + + + urn:ioos:station:us.glos:45029(height-7.09m) + + + + + urn:ioos:station:us.glos:45029(height-7.0m) + + + + + urn:ioos:station:us.glos:45029(height-8.0m) + + + + + urn:ioos:station:us.glos:45029(height-8.4m) + + + + + urn:ioos:station:us.glos:45029(height-8.839m) + + + + + urn:ioos:station:us.glos:45029(height-9.0m) + + + + + urn:ioos:station:us.glos:45029(height-9.7m) + + + + + urn:ioos:station:us.glos:45029(height-9.81m) + + + + + urn:ioos:station:us.glos:45161 + + + + + urn:ioos:station:us.glos:45163 + + + + + urn:ioos:station:us.glos:GVSU1 + + + + + urn:ioos:station:us.glos:UMBIO + + + + + urn:ioos:station:us.glos:UMBIO(height-1.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-10.668m) + + + + + urn:ioos:station:us.glos:UMBIO(height-11.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-11.1m) + + + + + urn:ioos:station:us.glos:UMBIO(height-12.496m) + + + + + urn:ioos:station:us.glos:UMBIO(height-12.53m) + + + + + urn:ioos:station:us.glos:UMBIO(height-12.8m) + + + + + urn:ioos:station:us.glos:UMBIO(height-13.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-13.8m) + + + + + urn:ioos:station:us.glos:UMBIO(height-14.325m) + + + + + urn:ioos:station:us.glos:UMBIO(height-15.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-15.24m) + + + + + urn:ioos:station:us.glos:UMBIO(height-16.1m) + + + + + urn:ioos:station:us.glos:UMBIO(height-16.459m) + + + + + urn:ioos:station:us.glos:UMBIO(height-16.5m) + + + + + urn:ioos:station:us.glos:UMBIO(height-17.96m) + + + + + urn:ioos:station:us.glos:UMBIO(height-19.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-19.2m) + + + + + urn:ioos:station:us.glos:UMBIO(height-19.5m) + + + + + urn:ioos:station:us.glos:UMBIO(height-2.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-20.68m) + + + + + urn:ioos:station:us.glos:UMBIO(height-21.9m) + + + + + urn:ioos:station:us.glos:UMBIO(height-22.8m) + + + + + urn:ioos:station:us.glos:UMBIO(height-23.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-23.4m) + + + + + urn:ioos:station:us.glos:UMBIO(height-26.2m) + + + + + urn:ioos:station:us.glos:UMBIO(height-27.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-3.048m) + + + + + urn:ioos:station:us.glos:UMBIO(height-3.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-31.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-4.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-4.267m) + + + + + urn:ioos:station:us.glos:UMBIO(height-4.37m) + + + + + urn:ioos:station:us.glos:UMBIO(height-5.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-5.7m) + + + + + urn:ioos:station:us.glos:UMBIO(height-6.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-6.4m) + + + + + urn:ioos:station:us.glos:UMBIO(height-6.705m) + + + + + urn:ioos:station:us.glos:UMBIO(height-7.09m) + + + + + urn:ioos:station:us.glos:UMBIO(height-7.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-8.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-8.4m) + + + + + urn:ioos:station:us.glos:UMBIO(height-8.839m) + + + + + urn:ioos:station:us.glos:UMBIO(height-9.0m) + + + + + urn:ioos:station:us.glos:UMBIO(height-9.7m) + + + + + urn:ioos:station:us.glos:UMBIO(height-9.81m) + + + + + + + + + urn:ioos:network:glos:all + + + + + + + + + 2013-08-26T18:10:00.000Z 2013-09-20T12:50:00.000Z + + + + + + + GLOS + + + USA + dmac@glos.us + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/sml_ndbc_station.xml owslib-0.8.3/tests/resources/sml_ndbc_station.xml --- owslib-0.7.2/tests/resources/sml_ndbc_station.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sml_ndbc_station.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,158 @@ + + + + + + Station metadata for 41012 - 40NM ENE of St Augustine, FL + + + + + + urn:ioos:station:wmo:41012 + + + + + 41012 + + + + + 40NM ENE of St Augustine, FL + + + + + + + + + + + MOORED BUOY + + + + + + + National Data Buoy Center + + + US + + + + + + + National Data Buoy Center + + + 228-688-2805 + + + Bldg. 3205 + Stennis Space Center + MS + 39529 + USA + webmaster.ndbc@noaa.gov + + + + + + + Handbook of Automated Data Quality Control Checks and Procedures, National Data Buoy Center, August 2009 + pdf + + + + + + + + 2010-01-12 + Deployment start event + + + + + + 2011-02-06 + Deployment stop event + + + + + + 2011-02-07 + Deployment start event + + + + + + + + 30.04 -80.55 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru owslib-0.7.2/tests/resources/sos_52n_getcapabilities.xml owslib-0.8.3/tests/resources/sos_52n_getcapabilities.xml --- owslib-0.7.2/tests/resources/sos_52n_getcapabilities.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sos_52n_getcapabilities.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,1754 @@ + + + + IOOS 52N SOS + IOOS 52North Sensor Observation Service + OGC:SOS + 1.0.0 + 2.0.0 + http://www.opengis.net/spec/OMXML/1.0/conf/categoryObservation + http://www.opengis.net/spec/OMXML/1.0/conf/countObservation + http://www.opengis.net/spec/OMXML/1.0/conf/geometryObservation + http://www.opengis.net/spec/OMXML/1.0/conf/measurement + http://www.opengis.net/spec/OMXML/1.0/conf/textObservation + http://www.opengis.net/spec/OMXML/1.0/conf/truthObservation + http://www.opengis.net/spec/OMXML/2.0/conf/categoryObservation + http://www.opengis.net/spec/OMXML/2.0/conf/countObservation + http://www.opengis.net/spec/OMXML/2.0/conf/geometryObservation + http://www.opengis.net/spec/OMXML/2.0/conf/measurement + http://www.opengis.net/spec/OMXML/2.0/conf/samplingCurve + http://www.opengis.net/spec/OMXML/2.0/conf/samplingPoint + http://www.opengis.net/spec/OMXML/2.0/conf/samplingSurface + http://www.opengis.net/spec/OMXML/2.0/conf/spatialSampling + http://www.opengis.net/spec/OMXML/2.0/conf/textObservation + http://www.opengis.net/spec/OMXML/2.0/conf/truthObservation + http://www.opengis.net/spec/SOS/1.0/conf/core + http://www.opengis.net/spec/SOS/1.0/conf/enhanced + http://www.opengis.net/spec/SOS/2.0/conf/core + http://www.opengis.net/spec/SOS/2.0/conf/foiRetrieval + http://www.opengis.net/spec/SOS/2.0/conf/insertionCap + http://www.opengis.net/spec/SOS/2.0/conf/kvp-core + http://www.opengis.net/spec/SOS/2.0/conf/obsByIdRetrieval + http://www.opengis.net/spec/SOS/2.0/conf/obsInsertion + http://www.opengis.net/spec/SOS/2.0/conf/pox + http://www.opengis.net/spec/SOS/2.0/conf/resultInsertion + http://www.opengis.net/spec/SOS/2.0/conf/resultRetrieval + http://www.opengis.net/spec/SOS/2.0/conf/sensorDeletion + http://www.opengis.net/spec/SOS/2.0/conf/sensorInsertion + http://www.opengis.net/spec/SOS/2.0/conf/soap + http://www.opengis.net/spec/SOS/2.0/conf/updateSensorDescription + http://www.opengis.net/spec/SWE/2.0/conf/core + http://www.opengis.net/spec/SWE/2.0/conf/general-encoding-rules + http://www.opengis.net/spec/SWE/2.0/conf/text-encoding-rules + http://www.opengis.net/spec/SWE/2.0/conf/uml-block-components + http://www.opengis.net/spec/SWE/2.0/conf/uml-record-components + http://www.opengis.net/spec/SWE/2.0/conf/uml-simple-components + http://www.opengis.net/spec/SWE/2.0/conf/uml-simple-encodings + http://www.opengis.net/spec/SWE/2.0/conf/xsd-block-components + http://www.opengis.net/spec/SWE/2.0/conf/xsd-record-components + http://www.opengis.net/spec/SWE/2.0/conf/xsd-simple-components + http://www.opengis.net/spec/SWE/2.0/conf/xsd-simple-encodings + NONE + NONE + + + GLOS + + + GLOS + DMAC + + + (734) 332-6113 + + + 229 Nickels Arcade + Ann Arbor + MI + 48104 + USA + dmac@glos.us + + + + + + + + + + + + kvp + + + + + + + soap + + + + + + + pox + + + + + + + + http://www.opengis.net/sensorML/1.0.1 + text/xml;subtype="sensorML/1.0.1" + text/xml;subtype="sensorML/1.0.1/profiles/ioos_sos/1.0" + + + + + + + + + + kvp + + + + + + + soap + + + + + + + pox + + + + + + + + All + Contents + Filter_Capabilities + OperationsMetadata + ServiceIdentification + ServiceProvider + + + + + + + + + + soap + + + + + + + pox + + + + + + + + + + + + + kvp + + + + + + + soap + + + + + + + pox + + + + + + + + + + + + + soap + + + + + + + pox + + + + + + + + + SOS + + + + + 1.0.0 + 2.0.0 + + + + + 1.0 + + + + + + + gml:Envelope + gml:LineString + gml:Point + gml:Polygon + + + + + gml:LineString + gml:Point + gml:Polygon + + + + + gml:LineString + gml:Point + gml:Polygon + + + + + gml:LineString + gml:Point + gml:Polygon + + + + + gml:Envelope + + + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + gml:TimeInstant + gml:TimePeriod + + + + + + + EqualTo + NotEqualTo + LessThan + GreaterThan + LessThanEqualTo + GreaterThanEqualTo + Like + Between + + + + + + + + + + + urn:ioos:network:glos:all + + + 41.983 -91.929 + 47.279 -83.599 + + + + + 2013-08-19T17:00:00.000Z + 2013-09-19T12:40:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45013 + + + 43.098 -87.85 + 43.098 -87.85 + + + + + 2013-08-19T23:30:00.000Z + 2013-09-19T12:00:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45014 + + + 44.795 -87.759 + 44.795 -87.759 + + + + + 2013-08-19T19:00:00.000Z + 2013-09-19T11:30:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45022 + + + 45.403 -85.088 + 45.403 -85.088 + + + + + 2013-08-21T22:10:00.000Z + 2013-09-19T11:40:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45023 + + + 47.279 -88.611 + 47.279 -88.611 + + + + + 2013-08-26T18:10:00.000Z + 2013-08-26T18:10:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45024 + + + 43.977 -86.56 + 43.977 -86.56 + + + + + 2013-08-19T17:00:00.000Z + 2013-09-19T11:50:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45025 + + + 46.95 -88.409 + 46.95 -88.409 + + + + + 2013-08-21T22:10:00.000Z + 2013-09-19T12:10:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45026 + + + 41.983 -86.617 + 41.983 -86.617 + + + + + 2013-08-21T22:20:00.000Z + 2013-09-19T12:40:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45027 + + + 46.864 -91.929 + 46.864 -91.929 + + + + + 2013-08-21T21:10:00.000Z + 2013-09-19T11:10:00.000Z + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45028 + + + 46.812 -91.835 + 46.812 -91.835 + + + + + 2013-08-21T21:20:00.000Z + 2013-09-19T11:20:00.000Z + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45029 + + + 42.801 -86.264 + 42.801 -86.264 + + + + + 2013-08-21T22:20:00.000Z + 2013-09-19T12:30:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45161 + + + 43.179 -86.336 + 43.179 -86.336 + + + + + 2013-08-19T19:55:00.000Z + 2013-09-19T10:55:00.000Z + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:45163 + + + 43.988 -83.599 + 43.988 -83.599 + + + + + 2013-08-20T04:55:00.000Z + 2013-09-19T11:55:00.000Z + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:GVSU1 + + + 43.24 -86.28 + 43.24 -86.28 + + + + + 2013-08-21T04:00:00.000Z + 2013-09-19T12:00:00.000Z + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + urn:ioos:station:us.glos:UMBIO + + + 45.57 -84.67 + 45.57 -84.67 + + + + + 2013-08-21T22:30:00.000Z + 2013-09-01T03:00:00.000Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/zip + text/xml;subtype="om/1.0.0" + text/xml;subtype="om/1.0.0/profiles/ioos_sos/1.0" + inline + resultTemplate + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/sos_ncSOS_getcapabilities.xml owslib-0.8.3/tests/resources/sos_ncSOS_getcapabilities.xml --- owslib-0.7.2/tests/resources/sos_ncSOS_getcapabilities.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sos_ncSOS_getcapabilities.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,146 @@ + + + + Slocum Glider Dataset + Institute of Marine & Coastal Sciences, Rutgers University + + + + OGC:SOS + 1.0.0 + NONE + This data may be redistributed and used without restriction. + + + Observational data from a profiling glider + + + + + + + + + + + + + + + + + + + + + + + + + + + + ServiceIdentification + ServiceProvider + OperationsMetadata + Contents + All + + + + + + + + + + + + + u + u_qc + v + v_qc + + + + + + + + + + + + + text/xml;subtype="sensorML/1.0.1/profiles/ioos_sos/1.0" + + + + + urn:ioos:network:edu.rutgers.marine:all + urn:ioos:station:edu.rutgers.marine:unknown + urn:ioos:sensor:edu.rutgers.marine:unknown:u + urn:ioos:sensor:edu.rutgers.marine:unknown:u_qc + urn:ioos:sensor:edu.rutgers.marine:unknown:v + urn:ioos:sensor:edu.rutgers.marine:unknown:v_qc + + + + + + SOS + + + + + 1.0.0 + + + + + + + All stations in the netCDF dataset. + urn:ioos:network:edu.rutgers.marine:all + EPSG:4326 + + + -90.0 NaN + 90.0 128.0 + + + + + + + + + + text/xml; subtype="om/1.0.0" + om:ObservationCollection + inline + + + urn:ioos:station:edu.rutgers.marine:unknown + EPSG:4326 + + + + + + + + + text/xml;subtype="om/1.0.0" + om:ObservationCollection + inline + + + + diff -Nru owslib-0.7.2/tests/resources/sos_ndbc_getcapabilities.xml owslib-0.8.3/tests/resources/sos_ndbc_getcapabilities.xml --- owslib-0.7.2/tests/resources/sos_ndbc_getcapabilities.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sos_ndbc_getcapabilities.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,26286 @@ + + + + National Data Buoy Center SOS + National Data Buoy Center SOS + + Weather + Ocean Currents + Air Temperature + Water Temperature + Conductivity + Salinity + Barometric Pressure + Water Level + Waves + Winds + NDBC + + OGC:SOS + 1.0.0 + NONE + NONE + + + National Data Buoy Center + + + Webmaster + + + 228-688-2805 + + + Bldg. 3205 + Stennis Space Center + MS + 39529 + USA + webmaster.ndbc@noaa.gov + + + + + + + + + + + + + + + ServiceIdentification + ServiceProvider + OperationsMetadata + Contents + All + + + + + + + + + + + + + air_temperature + air_pressure_at_sea_level + sea_water_electrical_conductivity + currents + sea_water_salinity + sea_floor_depth_below_sea_surface + sea_water_temperature + waves + winds + + + + + + + + + + + + + text/xml;subtype="sensorML/1.0.1" + + + + + + SOS + + + + + 1.0.0 + + + + + + + All stations on the NDBC SOS server + urn:ioos:network:noaa.nws.ndbc:all + urn:ogc:def:crs:epsg::4326 + + + -77.466 -179.995 + 80.81 180 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 250NM Southeast of Iturup Island + urn:ioos:station:wmo:21401 + urn:ogc:def:crs:epsg::4326 + + + 42.617 152.583 + 42.617 152.583 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 690 NM Southeast of Tokyo, Japan + urn:ioos:station:wmo:21413 + urn:ogc:def:crs:epsg::4326 + + + 30.55 152.12 + 30.55 152.12 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NW Pacific + urn:ioos:station:wmo:21414 + urn:ogc:def:crs:epsg::4326 + + + 48.94 178.27 + 48.94 178.27 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 175 NM S of Attu AK + urn:ioos:station:wmo:21415 + urn:ogc:def:crs:epsg::4326 + + + 50.17 171.84 + 50.17 171.84 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 240NM SE of Kamchatka Peninsula + urn:ioos:station:wmo:21416 + urn:ogc:def:crs:epsg::4326 + + + 48.04 163.49 + 48.04 163.49 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 290NM SE of the Kuril Islands + urn:ioos:station:wmo:21417 + urn:ogc:def:crs:epsg::4326 + + + 43.19 157.14 + 43.19 157.14 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 450 NM NE of Tokyo, Japan + urn:ioos:station:wmo:21418 + urn:ogc:def:crs:epsg::4326 + + + 38.71 148.67 + 38.71 148.67 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 209 SE of KURIL ISLANDS + urn:ioos:station:wmo:21419 + urn:ogc:def:crs:epsg::4326 + + + 44.471 155.736 + 44.471 155.736 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Red Sea + urn:ioos:station:wmo:23020 + urn:ogc:def:crs:epsg::4326 + + + 22.161 38.501 + 22.161 38.501 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bay of Bengal + urn:ioos:station:wmo:23227 + urn:ogc:def:crs:epsg::4326 + + + 6.255 88.792 + 6.255 88.792 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Arabian Sea + urn:ioos:station:wmo:23228 + urn:ogc:def:crs:epsg::4326 + + + 20.799 65.347 + 20.799 65.347 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 600 NM West-Northwest of Phuket, Thailand + urn:ioos:station:wmo:23401 + urn:ogc:def:crs:epsg::4326 + + + 8.9 88.54 + 8.9 88.54 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Glider + urn:ioos:station:wmo:28900 + urn:ogc:def:crs:epsg::4326 + + + 17.843 122.155 + 24.527 127.219 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:28901 + urn:ogc:def:crs:epsg::4326 + + + 21.303 120.994 + 24.525 127.108 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:28902 + urn:ogc:def:crs:epsg::4326 + + + 17.844 122.282 + 24.509 127.162 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:28903 + urn:ogc:def:crs:epsg::4326 + + + 23.82 126.532 + 24.295 127.335 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:28904 + urn:ogc:def:crs:epsg::4326 + + + 23.042 121.426 + 23.622 127.087 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:28905 + urn:ogc:def:crs:epsg::4326 + + + 22.005 120.325 + 22.029 120.33 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Woods Hole Stratus Wave Station + urn:ioos:station:wmo:32012 + urn:ogc:def:crs:epsg::4326 + + + -19.713 -85.585 + -19.713 -85.585 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 95W + urn:ioos:station:wmo:32303 + urn:ogc:def:crs:epsg::4326 + + + 5 -95 + 5 -95 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 95W + urn:ioos:station:wmo:32304 + urn:ogc:def:crs:epsg::4326 + + + -5 -95 + -5 -95 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8S 95W + urn:ioos:station:wmo:32305 + urn:ogc:def:crs:epsg::4326 + + + -8 -95 + -8 -95 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 110W + urn:ioos:station:wmo:32315 + urn:ogc:def:crs:epsg::4326 + + + 5 -110 + 5 -110 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 110W + urn:ioos:station:wmo:32316 + urn:ogc:def:crs:epsg::4326 + + + 2 -110 + 2 -110 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 110W + urn:ioos:station:wmo:32317 + urn:ogc:def:crs:epsg::4326 + + + -2 -110 + -2 -110 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 110W + urn:ioos:station:wmo:32318 + urn:ogc:def:crs:epsg::4326 + + + -5 -110 + -5 -110 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8S 110W + urn:ioos:station:wmo:32319 + urn:ogc:def:crs:epsg::4326 + + + -8 -110 + -8 -110 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 95W + urn:ioos:station:wmo:32320 + urn:ogc:def:crs:epsg::4326 + + + 2 -95 + 2 -95 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 95W + urn:ioos:station:wmo:32321 + urn:ogc:def:crs:epsg::4326 + + + 0 -95 + 0 -95 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 95W + urn:ioos:station:wmo:32322 + urn:ogc:def:crs:epsg::4326 + + + -2 -95 + -2 -95 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 110W + urn:ioos:station:wmo:32323 + urn:ogc:def:crs:epsg::4326 + + + 0 -110 + 0 -110 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 260 NM West-Southwest of Arica Chile + urn:ioos:station:wmo:32401 + urn:ogc:def:crs:epsg::4326 + + + -19.55 -74.81 + -19.55 -74.81 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 710 NM West-Southwest of Panama City, Panama + urn:ioos:station:wmo:32411 + urn:ogc:def:crs:epsg::4326 + + + 4.92 -90.69 + 4.92 -90.69 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 630 NM Southwest of Lima, Peru + urn:ioos:station:wmo:32412 + urn:ogc:def:crs:epsg::4326 + + + -17.98 -86.39 + -17.98 -86.39 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 1000 NM WestNorthwest of Lima, Peru + urn:ioos:station:wmo:32413 + urn:ogc:def:crs:epsg::4326 + + + -7.397 -93.5 + -7.397 -93.5 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buenaventura, Colombia + urn:ioos:station:wmo:32487 + urn:ogc:def:crs:epsg::4326 + + + 3.517 -77.737 + 3.517 -77.737 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bahia Solano, Colombia + urn:ioos:station:wmo:32488 + urn:ogc:def:crs:epsg::4326 + + + 6.258 -77.511 + 6.258 -77.511 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Stratus + urn:ioos:station:wmo:32st0 + urn:ogc:def:crs:epsg::4326 + + + -19.713 -85.585 + -19.713 -85.585 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 150 NM East of Cape HATTERAS + urn:ioos:station:wmo:41001 + urn:ogc:def:crs:epsg::4326 + + + 34.7 -72.73 + 34.7 -72.73 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + S HATTERAS - 250 NM East of Charleston, SC + urn:ioos:station:wmo:41002 + urn:ogc:def:crs:epsg::4326 + + + 32.382 -75.415 + 32.382 -75.415 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + EDISTO - 41 NM Southeast of Charleston, SC + urn:ioos:station:wmo:41004 + urn:ogc:def:crs:epsg::4326 + + + 32.5 -79.09 + 32.5 -79.09 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + GRAYS REEF - 40 NM Southeast of Savannah, GA + urn:ioos:station:wmo:41008 + urn:ogc:def:crs:epsg::4326 + + + 31.4 -80.87 + 31.4 -80.87 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + CANAVERAL 20 NM East of Cape Canaveral, FL + urn:ioos:station:wmo:41009 + urn:ogc:def:crs:epsg::4326 + + + 28.519 -80.166 + 28.519 -80.166 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + CANAVERAL EAST 120NM East of Cape Canaveral + urn:ioos:station:wmo:41010 + urn:ogc:def:crs:epsg::4326 + + + 28.91 -78.47 + 28.91 -78.47 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 40NM ENE of St Augustine, FL + urn:ioos:station:wmo:41012 + urn:ogc:def:crs:epsg::4326 + + + 30.04 -80.55 + 30.04 -80.55 + + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Frying Pan Shoals, NC + urn:ioos:station:wmo:41013 + urn:ogc:def:crs:epsg::4326 + + + 33.44 -77.74 + 33.44 -77.74 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sunset Nearshore (SUN2) + urn:ioos:station:wmo:41024 + urn:ogc:def:crs:epsg::4326 + + + 33.85 -78.48 + 33.85 -78.48 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Diamond Shoals + urn:ioos:station:wmo:41025 + urn:ogc:def:crs:epsg::4326 + + + 35.01 -75.4 + 35.01 -75.4 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Capers Nearshore (CAP2) + urn:ioos:station:wmo:41029 + urn:ogc:def:crs:epsg::4326 + + + 32.81 -79.63 + 32.81 -79.63 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Capers Mid-Shelf (CAP 3) + urn:ioos:station:wmo:41030 + urn:ogc:def:crs:epsg::4326 + + + 32.52 -79.34 + 32.52 -79.34 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fripp Nearshore (FRP 2) + urn:ioos:station:wmo:41033 + urn:ogc:def:crs:epsg::4326 + + + 32.28 -80.41 + 32.28 -80.41 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Onslow Bay, NC + urn:ioos:station:wmo:41035 + urn:ogc:def:crs:epsg::4326 + + + 34.48 -77.28 + 34.48 -77.28 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Onslow Bay, NC + urn:ioos:station:wmo:41036 + urn:ogc:def:crs:epsg::4326 + + + 34.21 -76.95 + 34.21 -76.95 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ILM3 - 27 miles SE of Wrightsville Beach, NC + urn:ioos:station:wmo:41037 + urn:ogc:def:crs:epsg::4326 + + + 33.991 -77.36 + 33.991 -77.36 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ILM2 - 5 miles SE of Wrightsville, NC + urn:ioos:station:wmo:41038 + urn:ogc:def:crs:epsg::4326 + + + 34.14 -77.71 + 34.14 -77.71 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West Atlantic + urn:ioos:station:wmo:41040 + urn:ogc:def:crs:epsg::4326 + + + 14.48 -53.03 + 14.48 -53.03 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Middle Atlantic + urn:ioos:station:wmo:41041 + urn:ogc:def:crs:epsg::4326 + + + 14.36 -46.01 + 14.36 -46.01 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Western Atlantic + urn:ioos:station:wmo:41043 + urn:ogc:def:crs:epsg::4326 + + + 20.99 -65.01 + 20.99 -65.01 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Atlantic South + urn:ioos:station:wmo:41044 + urn:ogc:def:crs:epsg::4326 + + + 21.652 -58.695 + 21.652 -58.695 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + E Bahamas + urn:ioos:station:wmo:41046 + urn:ogc:def:crs:epsg::4326 + + + 24 -70.99 + 24 -70.99 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NE Bahamas + urn:ioos:station:wmo:41047 + urn:ogc:def:crs:epsg::4326 + + + 27.47 -71.49 + 27.47 -71.49 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + W Bermuda + urn:ioos:station:wmo:41048 + urn:ogc:def:crs:epsg::4326 + + + 31.98 -69.65 + 31.98 -69.65 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Atlantic (South) + urn:ioos:station:wmo:41049 + urn:ogc:def:crs:epsg::4326 + + + 27.5 -63 + 27.5 -63 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South of St. John, Virgin Islands + urn:ioos:station:wmo:41052 + urn:ogc:def:crs:epsg::4326 + + + 18.251 -64.763 + 18.251 -64.763 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Juan, PR + urn:ioos:station:wmo:41053 + urn:ogc:def:crs:epsg::4326 + + + 18.476 -66.099 + 18.476 -66.099 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Woods Hole Northwest Tropical Atlantic Wave Station + urn:ioos:station:wmo:41060 + urn:ogc:def:crs:epsg::4326 + + + 14.75 -50.95 + 14.75 -50.95 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + New River Inlet, NC - 190 + urn:ioos:station:wmo:41109 + urn:ogc:def:crs:epsg::4326 + + + 35.483 -77.3 + 35.483 -77.3 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Masonboro Inlet, NC + urn:ioos:station:wmo:41110 + urn:ogc:def:crs:epsg::4326 + + + 34.141 -77.709 + 34.141 -77.709 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Offshore Fernandina Beach, FL (132) + urn:ioos:station:wmo:41112 + urn:ogc:def:crs:epsg::4326 + + + 30.719 -81.293 + 30.719 -81.293 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Canaveral Nearshore, FL (143) + urn:ioos:station:wmo:41113 + urn:ogc:def:crs:epsg::4326 + + + 28.4 -80.53 + 28.4 -80.53 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fort Pierce, FL (134) + urn:ioos:station:wmo:41114 + urn:ogc:def:crs:epsg::4326 + + + 27.551 -80.225 + 27.551 -80.225 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Rincon, Puerto Rico (181) + urn:ioos:station:wmo:41115 + urn:ogc:def:crs:epsg::4326 + + + 18.376 -67.28 + 18.376 -67.28 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Chistiansted, St. Croix, Virgin Islands + urn:ioos:station:wmo:41140 + urn:ogc:def:crs:epsg::4326 + + + 17.769 -64.723 + 17.769 -64.723 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fareham, St. Croix, Virgin Islands + urn:ioos:station:wmo:41141 + urn:ogc:def:crs:epsg::4326 + + + 17.684 -64.635 + 17.684 -64.635 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Puerto Bolivar, Colombia + urn:ioos:station:wmo:41193 + urn:ogc:def:crs:epsg::4326 + + + 12.351 -72.218 + 12.351 -72.218 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Barranquilla, Colombia + urn:ioos:station:wmo:41194 + urn:ogc:def:crs:epsg::4326 + + + 11.161 -74.681 + 11.161 -74.681 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 690 NM East of Miami, FL + urn:ioos:station:wmo:41420 + urn:ogc:def:crs:epsg::4326 + + + 23.31 -67.64 + 23.31 -67.64 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 320 NM North of San Juan, PR + urn:ioos:station:wmo:41421 + urn:ogc:def:crs:epsg::4326 + + + 23.4 -63.9 + 23.4 -63.9 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 370 NM East of Charleston, SC + urn:ioos:station:wmo:41424 + urn:ogc:def:crs:epsg::4326 + + + 32.93 -72.47 + 32.93 -72.47 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NTAS - Northwest Tropical Atlantic + urn:ioos:station:wmo:41nt0 + urn:ogc:def:crs:epsg::4326 + + + 14.817 -52 + 14.817 -52 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Old 41001 (adrift) + urn:ioos:station:wmo:41x01 + urn:ogc:def:crs:epsg::4326 + + + 34.704 -72.734 + 34.704 -72.734 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MID GULF 180 nm South of Southwest Pass, LA + urn:ioos:station:wmo:42001 + urn:ogc:def:crs:epsg::4326 + + + 25.9 -89.67 + 25.9 -89.67 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + W GULF 240 nm South-Southeast of Sabine, TX + urn:ioos:station:wmo:42002 + urn:ogc:def:crs:epsg::4326 + + + 25.17 -94.42 + 25.17 -94.42 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + E GULF 262 nm South of Panama City, FL + urn:ioos:station:wmo:42003 + urn:ogc:def:crs:epsg::4326 + + + 25.74 -85.73 + 25.74 -85.73 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + BILOXI 22 nm South-Southeast of Biloxi, MS + urn:ioos:station:wmo:42007 + urn:ogc:def:crs:epsg::4326 + + + 30.09 -88.769 + 30.09 -88.769 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Orange Beach AL Buoy + urn:ioos:station:wmo:42012 + urn:ogc:def:crs:epsg::4326 + + + 30.065 -87.555 + 30.065 -87.555 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + C10 - Navy-2 + urn:ioos:station:wmo:42013 + urn:ogc:def:crs:epsg::4326 + + + 27.169 -82.926 + 27.169 -82.926 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Freeport, TX 60 NM South of Freeport, TX + urn:ioos:station:wmo:42019 + urn:ogc:def:crs:epsg::4326 + + + 27.91 -95.36 + 27.91 -95.36 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Corpus Christi, TX 50NM Southeast of Corpus Christi, TX + urn:ioos:station:wmo:42020 + urn:ogc:def:crs:epsg::4326 + + + 26.96 -96.7 + 26.96 -96.7 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + C14 - Pasco County Buoy, FL + urn:ioos:station:wmo:42021 + urn:ogc:def:crs:epsg::4326 + + + 28.311 -83.306 + 28.311 -83.306 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + C12 - West Florida Central Buoy + urn:ioos:station:wmo:42022 + urn:ogc:def:crs:epsg::4326 + + + 27.5 -83.72 + 27.5 -83.72 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + C13 - West Florida South Buoy + urn:ioos:station:wmo:42023 + urn:ogc:def:crs:epsg::4326 + + + 26.064 -83.074 + 26.064 -83.074 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + C16 - W. FL MERHAB + urn:ioos:station:wmo:42024 + urn:ogc:def:crs:epsg::4326 + + + 27.464 -84.219 + 27.464 -84.219 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + GALVESTON 22NM East of Galveston, TX + urn:ioos:station:wmo:42035 + urn:ogc:def:crs:epsg::4326 + + + 29.25 -94.41 + 29.25 -94.41 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + W. TAMPA 106NM West Northwest of Tampa, FL + urn:ioos:station:wmo:42036 + urn:ogc:def:crs:epsg::4326 + + + 28.5 -84.52 + 28.5 -84.52 + + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + PENSACOLA - 115NM East Southeast of Pensacola, FL + urn:ioos:station:wmo:42039 + urn:ogc:def:crs:epsg::4326 + + + 28.79 -86.01 + 28.79 -86.01 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MOBILE SOUTH 64 nm South of Dauphin Island, AL + urn:ioos:station:wmo:42040 + urn:ogc:def:crs:epsg::4326 + + + 29.21 -88.21 + 29.21 -88.21 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + GA-252 TABS B + urn:ioos:station:wmo:42043 + urn:ogc:def:crs:epsg::4326 + + + 28.982 -94.919 + 28.982 -94.919 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + PS-1126 TABS J + urn:ioos:station:wmo:42044 + urn:ogc:def:crs:epsg::4326 + + + 26.19 -97.05 + 26.19 -97.05 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + PI-745 TABS K + urn:ioos:station:wmo:42045 + urn:ogc:def:crs:epsg::4326 + + + 26.217 -96.5 + 26.217 -96.5 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + HI-A595 TABS N + urn:ioos:station:wmo:42046 + urn:ogc:def:crs:epsg::4326 + + + 27.89 -94.037 + 27.89 -94.037 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + HI-A389 TABS V + urn:ioos:station:wmo:42047 + urn:ogc:def:crs:epsg::4326 + + + 27.897 -93.597 + 27.897 -93.597 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + TABS D + urn:ioos:station:wmo:42048 + urn:ogc:def:crs:epsg::4326 + + + 27.94 -96.84 + 27.94 -96.84 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + TABS W + urn:ioos:station:wmo:42049 + urn:ogc:def:crs:epsg::4326 + + + 28.35 -96.01 + 28.35 -96.01 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + TABS F + urn:ioos:station:wmo:42050 + urn:ogc:def:crs:epsg::4326 + + + 28.84 -94.24 + 28.84 -94.24 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bay of Campeche + urn:ioos:station:wmo:42055 + urn:ogc:def:crs:epsg::4326 + + + 22.017 -94.046 + 22.017 -94.046 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Yucatan Basin + urn:ioos:station:wmo:42056 + urn:ogc:def:crs:epsg::4326 + + + 19.87 -85.06 + 19.87 -85.06 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Western Caribbean + urn:ioos:station:wmo:42057 + urn:ogc:def:crs:epsg::4326 + + + 16.83 -81.5 + 16.83 -81.5 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Central Caribbean + urn:ioos:station:wmo:42058 + urn:ogc:def:crs:epsg::4326 + + + 15.09 -75.06 + 15.09 -75.06 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Eastern Caribbean + urn:ioos:station:wmo:42059 + urn:ogc:def:crs:epsg::4326 + + + 15.01 -67.5 + 15.01 -67.5 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Eastern Carribean + urn:ioos:station:wmo:42060 + urn:ogc:def:crs:epsg::4326 + + + 16.5 -63.5 + 16.5 -63.5 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Near 42058 Central Caribbean + urn:ioos:station:wmo:42065 + urn:ogc:def:crs:epsg::4326 + + + 14.927 -75.064 + 14.927 -75.064 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + USM3M01 + urn:ioos:station:wmo:42067 + urn:ogc:def:crs:epsg::4326 + + + 30.044 -88.658 + 30.044 -88.658 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Offshore Sand Key, FL + urn:ioos:station:wmo:42080 + urn:ogc:def:crs:epsg::4326 + + + 24.39 -81.95 + 24.39 -81.95 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Southeast of Ponce, PR + urn:ioos:station:wmo:42085 + urn:ogc:def:crs:epsg::4326 + + + 17.86 -66.524 + 17.86 -66.524 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Offshore St. Petersburg, FL (144) + urn:ioos:station:wmo:42099 + urn:ogc:def:crs:epsg::4326 + + + 27.34 -84.245 + 27.34 -84.245 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + BW Pioneer buoy - Walker Ridge 249 + urn:ioos:station:wmo:42360 + urn:ogc:def:crs:epsg::4326 + + + 26.7 -90.46 + 26.7 -90.46 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Auger - Garden Banks 426 + urn:ioos:station:wmo:42361 + urn:ogc:def:crs:epsg::4326 + + + 27.55 -92.49 + 27.55 -92.49 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Brutus - Green Canyon 158 + urn:ioos:station:wmo:42362 + urn:ogc:def:crs:epsg::4326 + + + 27.8 -90.67 + 27.8 -90.67 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mars - Mississippi Canyon 807 + urn:ioos:station:wmo:42363 + urn:ogc:def:crs:epsg::4326 + + + 28.16 -89.22 + 28.16 -89.22 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ram-Powell - Viosca Knoll 936 + urn:ioos:station:wmo:42364 + urn:ogc:def:crs:epsg::4326 + + + 29.06 -88.09 + 29.06 -88.09 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ursa - Mississippi Canyon 809 + urn:ioos:station:wmo:42365 + urn:ogc:def:crs:epsg::4326 + + + 28.2 -89.12 + 28.2 -89.12 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Red Hawk - Garden Banks 877 + urn:ioos:station:wmo:42366 + urn:ogc:def:crs:epsg::4326 + + + 27.122 -91.959 + 27.122 -91.959 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Matterhorn - Mississippi Canyon 243 + urn:ioos:station:wmo:42367 + urn:ogc:def:crs:epsg::4326 + + + 28.74 -88.83 + 28.74 -88.83 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Magnolia - Garden Banks 783 + urn:ioos:station:wmo:42368 + urn:ogc:def:crs:epsg::4326 + + + 27.2 -92.2 + 27.2 -92.2 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mad Dog - Green Canyon 782 + urn:ioos:station:wmo:42369 + urn:ogc:def:crs:epsg::4326 + + + 27.19 -90.27 + 27.19 -90.27 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Holstein - Green Canyon 645 + urn:ioos:station:wmo:42370 + urn:ogc:def:crs:epsg::4326 + + + 27.32 -90.54 + 27.32 -90.54 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Genesis - Green Canyon 205 + urn:ioos:station:wmo:42372 + urn:ogc:def:crs:epsg::4326 + + + 27.78 -90.52 + 27.78 -90.52 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Boomvang - East Breaks 643 + urn:ioos:station:wmo:42373 + urn:ogc:def:crs:epsg::4326 + + + 27.354 -94.625 + 27.354 -94.625 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Horn Mountain - Mississippi Canyon 126 and 127 + urn:ioos:station:wmo:42374 + urn:ogc:def:crs:epsg::4326 + + + 28.87 -88.06 + 28.87 -88.06 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Na Kika - Mississippi Canyon 474 + urn:ioos:station:wmo:42375 + urn:ogc:def:crs:epsg::4326 + + + 28.52 -88.29 + 28.52 -88.29 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Marlin - Viosca Knoll 915 + urn:ioos:station:wmo:42376 + urn:ogc:def:crs:epsg::4326 + + + 29.16 -87.94 + 29.16 -87.94 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Constitution - Green Canyon 680 + urn:ioos:station:wmo:42377 + urn:ogc:def:crs:epsg::4326 + + + 27.29 -90.97 + 27.29 -90.97 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Marco Polo - Green Canyon 608 + urn:ioos:station:wmo:42379 + urn:ogc:def:crs:epsg::4326 + + + 27.36 -90.18 + 27.36 -90.18 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Devil's Tower - Mississippi Canyon 773 + urn:ioos:station:wmo:42380 + urn:ogc:def:crs:epsg::4326 + + + 28.209 -88.738 + 28.209 -88.738 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Gomez - Mississippi Canyon 711 + urn:ioos:station:wmo:42381 + urn:ogc:def:crs:epsg::4326 + + + 28.22 -89.62 + 28.22 -89.62 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Gunnison - Garden Banks 668 + urn:ioos:station:wmo:42382 + urn:ogc:def:crs:epsg::4326 + + + 27.304 -93.538 + 27.304 -93.538 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Neptune - Green Canyon 613 + urn:ioos:station:wmo:42383 + urn:ogc:def:crs:epsg::4326 + + + 27.37 -89.92 + 27.37 -89.92 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Prince TLP - Ewing Bank 1003 + urn:ioos:station:wmo:42384 + urn:ogc:def:crs:epsg::4326 + + + 27.993 -90.326 + 27.993 -90.326 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Blind Faith - Mississippi Canyon 696 + urn:ioos:station:wmo:42385 + urn:ogc:def:crs:epsg::4326 + + + 28.34 -88.266 + 28.34 -88.266 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tahiti - Green Canyon 641 + urn:ioos:station:wmo:42386 + urn:ogc:def:crs:epsg::4326 + + + 27.326 -90.714 + 27.326 -90.714 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Thunderhawk - Mississippi Canyon 734 + urn:ioos:station:wmo:42387 + urn:ogc:def:crs:epsg::4326 + + + 28.267 -88.399 + 28.267 -88.399 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Producer 1 - Green Canyon 237 + urn:ioos:station:wmo:42388 + urn:ogc:def:crs:epsg::4326 + + + 27.73 -91.109 + 27.73 -91.109 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Perdido Host - Alaminos Canyon 857 + urn:ioos:station:wmo:42390 + urn:ogc:def:crs:epsg::4326 + + + 26.129 -94.898 + 26.129 -94.898 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Titan - Mississippi Canyon 941 + urn:ioos:station:wmo:42391 + urn:ogc:def:crs:epsg::4326 + + + 28.034 -89.101 + 28.034 -89.101 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Shenzi - Green Canyon 653 + urn:ioos:station:wmo:42393 + urn:ogc:def:crs:epsg::4326 + + + 27.301 -90.135 + 27.301 -90.135 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 230 NM South of San Juan, PR + urn:ioos:station:wmo:42407 + urn:ogc:def:crs:epsg::4326 + + + 15.26 -68.24 + 15.26 -68.24 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 310 NM South-Southeast of New Orleans, LA + urn:ioos:station:wmo:42408 + urn:ogc:def:crs:epsg::4326 + + + 25.41 -86.8 + 25.41 -86.8 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 295 NM Southeast of New Orleans, LA + urn:ioos:station:wmo:42409 + urn:ogc:def:crs:epsg::4326 + + + 26.658 -85.791 + 26.658 -85.791 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Nautilus - Mississippi Canyon 807 + urn:ioos:station:wmo:42861 + urn:ogc:def:crs:epsg::4326 + + + 28.18 -89.23 + 28.18 -89.23 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Jim Thompson - Mississippi Canyon 809 + urn:ioos:station:wmo:42862 + urn:ogc:def:crs:epsg::4326 + + + 28.176 -89.117 + 28.176 -89.117 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Victory - Green Canyon 646 + urn:ioos:station:wmo:42863 + urn:ogc:def:crs:epsg::4326 + + + 27.32 -90.48 + 27.32 -90.48 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Noble Max Smith - Garden Banks 344 + urn:ioos:station:wmo:42864 + urn:ogc:def:crs:epsg::4326 + + + 27.65 -92.15 + 27.65 -92.15 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Celtic Sea - Mississippi Canyon 459 + urn:ioos:station:wmo:42865 + urn:ogc:def:crs:epsg::4326 + + + 28.49 -89 + 28.49 -89 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Transocean Amirante - Garden Banks 463 + urn:ioos:station:wmo:42866 + urn:ogc:def:crs:epsg::4326 + + + 27.5 -92.84 + 27.5 -92.84 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + DeepSeas - Walker Ridge 677 + urn:ioos:station:wmo:42867 + urn:ogc:def:crs:epsg::4326 + + + 26.3 -91.11 + 26.3 -91.11 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Discoverer Enterprise - Mississippi Canyon 822 + urn:ioos:station:wmo:42868 + urn:ogc:def:crs:epsg::4326 + + + 28.16 -88.48 + 28.16 -88.48 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Confidence - Mississippi Canyon 683 + urn:ioos:station:wmo:42869 + urn:ogc:def:crs:epsg::4326 + + + 28.27 -88.84 + 28.27 -88.84 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean America - Garden Banks 462 + urn:ioos:station:wmo:42870 + urn:ogc:def:crs:epsg::4326 + + + 27.5 -92.85 + 27.5 -92.85 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + C R Luigs - Green Canyon 610 + urn:ioos:station:wmo:42871 + urn:ogc:def:crs:epsg::4326 + + + 27.35 -90.1 + 27.35 -90.1 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Deepwater Horizon - Mississippi Canyon 727 + urn:ioos:station:wmo:42872 + urn:ogc:def:crs:epsg::4326 + + + 28.25 -88.81 + 28.25 -88.81 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Quest - Mississippi Canyon 667 + urn:ioos:station:wmo:42873 + urn:ogc:def:crs:epsg::4326 + + + 28.25 -89.62 + 28.25 -89.62 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Amos Runner - Green Canyon 956 + urn:ioos:station:wmo:42875 + urn:ogc:def:crs:epsg::4326 + + + 27.015 -90.403 + 27.015 -90.403 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Star - East Breaks 599 + urn:ioos:station:wmo:42876 + urn:ogc:def:crs:epsg::4326 + + + 27.38 -94.62 + 27.38 -94.62 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cajun Express - Mississippi Canyon 696 + urn:ioos:station:wmo:42877 + urn:ogc:def:crs:epsg::4326 + + + 28.31 -88.2 + 28.31 -88.2 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Paul Romano - Green Canyon 654 + urn:ioos:station:wmo:42878 + urn:ogc:def:crs:epsg::4326 + + + 27.32 -90.09 + 27.32 -90.09 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ENSCO 7500 - Walker Ridge 029 + urn:ioos:station:wmo:42879 + urn:ogc:def:crs:epsg::4326 + + + 26.94 -90.54 + 26.94 -90.54 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Transocean Marianas - Mississippi Canyon 522 + urn:ioos:station:wmo:42881 + urn:ogc:def:crs:epsg::4326 + + + 28.46 -88.11 + 28.46 -88.11 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Valiant - Green Canyon 726 + urn:ioos:station:wmo:42882 + urn:ogc:def:crs:epsg::4326 + + + 27.22 -90.83 + 27.22 -90.83 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Development Driller II - Green Canyon 743 + urn:ioos:station:wmo:42885 + urn:ogc:def:crs:epsg::4326 + + + 27.22 -90.03 + 27.22 -90.03 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Discoverer Spirit - Keithley Canyon 292 + urn:ioos:station:wmo:42886 + urn:ogc:def:crs:epsg::4326 + + + 26.67 -92.56 + 26.67 -92.56 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Thunder Horse - Mississippi Canyon 778 + urn:ioos:station:wmo:42887 + urn:ogc:def:crs:epsg::4326 + + + 28.19 -88.5 + 28.19 -88.5 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Medusa - Mississippi Canyon 582 + urn:ioos:station:wmo:42889 + urn:ogc:def:crs:epsg::4326 + + + 28.39 -89.47 + 28.39 -89.47 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Front Runner - Green Canyon 338 + urn:ioos:station:wmo:42890 + urn:ogc:def:crs:epsg::4326 + + + 27.62 -90.44 + 27.62 -90.44 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Baroness - Green Canyon 468 + urn:ioos:station:wmo:42892 + urn:ogc:def:crs:epsg::4326 + + + 27.48 -90.56 + 27.48 -90.56 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lorris Bouzigard - Garden Banks 378 + urn:ioos:station:wmo:42894 + urn:ogc:def:crs:epsg::4326 + + + 27.62 -92.66 + 27.62 -92.66 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Development Driller 1 - Atwater Valley 618 + urn:ioos:station:wmo:42897 + urn:ogc:def:crs:epsg::4326 + + + 27.34 -89.83 + 27.34 -89.83 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Endeavor - Walker Ridge 278 + urn:ioos:station:wmo:42899 + urn:ogc:def:crs:epsg::4326 + + + 26.66 -91.23 + 26.66 -91.23 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Saratoga - Green Canyon 006 + urn:ioos:station:wmo:42900 + urn:ogc:def:crs:epsg::4326 + + + 27.94 -91.65 + 27.94 -91.65 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Eirik Raude - Walker Ridge 848 + urn:ioos:station:wmo:42901 + urn:ogc:def:crs:epsg::4326 + + + 26.26 -94.6 + 26.26 -94.6 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Clyde Boudreaux - Alaminos Canyon 857 + urn:ioos:station:wmo:42902 + urn:ogc:def:crs:epsg::4326 + + + 26.13 -94.9 + 26.13 -94.9 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Henry Goodrich - Green Canyon 244 + urn:ioos:station:wmo:42903 + urn:ogc:def:crs:epsg::4326 + + + 27.73 -90.73 + 27.73 -90.73 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Independence Hub - Mississippi Canyon 920 + urn:ioos:station:wmo:42904 + urn:ogc:def:crs:epsg::4326 + + + 28.09 -87.99 + 28.09 -87.99 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Belford Dolphin - Green Canyon 561 + urn:ioos:station:wmo:42905 + urn:ogc:def:crs:epsg::4326 + + + 27.4 -90.3 + 27.4 -90.3 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Petrolia - Block PIT Area DL1 + urn:ioos:station:wmo:42906 + urn:ogc:def:crs:epsg::4326 + + + 19.35 -92.24 + 19.35 -92.24 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West Sirius - Keathly Canyon 291 + urn:ioos:station:wmo:42908 + urn:ogc:def:crs:epsg::4326 + + + 26.699 -92.627 + 26.699 -92.627 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ENSCO 8500 - Green Canyon 639 + urn:ioos:station:wmo:42909 + urn:ogc:def:crs:epsg::4326 + + + 27.315 -90.788 + 27.315 -90.788 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Frontier Driller - MC762 + urn:ioos:station:wmo:42910 + urn:ogc:def:crs:epsg::4326 + + + 29.2 -87.95 + 29.2 -87.95 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Monarch - Green Canyon 643 + urn:ioos:station:wmo:42911 + urn:ogc:def:crs:epsg::4326 + + + 27.343 -90.605 + 27.343 -90.605 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Discoverer Clear Leader - Walker Ridge 634 + urn:ioos:station:wmo:42912 + urn:ogc:def:crs:epsg::4326 + + + 26.319 -91.086 + 26.319 -91.086 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ENSCO 8501 - Green Canyon 512 + urn:ioos:station:wmo:42913 + urn:ogc:def:crs:epsg::4326 + + + 27.455 -90.579 + 27.455 -90.579 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Discoverer Americas - Mississippi Canyon 540 + urn:ioos:station:wmo:42914 + urn:ogc:def:crs:epsg::4326 + + + 28.43 -89.389 + 28.43 -89.389 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Maersk Developer - Walker Ridge 543 + urn:ioos:station:wmo:42915 + urn:ogc:def:crs:epsg::4326 + + + 26.442 -91.189 + 26.442 -91.189 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Development Driller 3 - Grand Island + urn:ioos:station:wmo:42916 + urn:ogc:def:crs:epsg::4326 + + + 28.577 -90.016 + 28.577 -90.016 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Discoverer Inspiration - Keathley Canyon 736 + urn:ioos:station:wmo:42917 + urn:ogc:def:crs:epsg::4326 + + + 26.237 -92.377 + 26.237 -92.377 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Noble Danny Adkins - Alaminos Canyon (TBD) + urn:ioos:station:wmo:42918 + urn:ogc:def:crs:epsg::4326 + + + 26.41 -94.52 + 26.41 -94.52 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Stenna Forth - Green Canyon 469 + urn:ioos:station:wmo:42919 + urn:ogc:def:crs:epsg::4326 + + + 27.504 -90.532 + 27.504 -90.532 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Deepwater Pathfinder - Mississippi Canyon 771 + urn:ioos:station:wmo:42921 + urn:ogc:def:crs:epsg::4326 + + + 28.2 -88.793 + 28.2 -88.793 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Noble Jim Day - Garden Banks 506 + urn:ioos:station:wmo:42922 + urn:ogc:def:crs:epsg::4326 + + + 27.476 -92.858 + 27.476 -92.858 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ensco 8502 + urn:ioos:station:wmo:42923 + urn:ogc:def:crs:epsg::4326 + + + 27.347 -95.573 + 27.347 -95.573 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ensco 8503 - Green Canyon 814 + urn:ioos:station:wmo:42924 + urn:ogc:def:crs:epsg::4326 + + + 27.149 -90.861 + 27.149 -90.861 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Deep Ocean Mendocino - Walker Ridge 249 + urn:ioos:station:wmo:42925 + urn:ogc:def:crs:epsg::4326 + + + 26.726 -90.508 + 26.726 -90.508 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Discoverer India - Walker Ridge 758 + urn:ioos:station:wmo:42926 + urn:ogc:def:crs:epsg::4326 + + + 26.208 -91.443 + 26.208 -91.443 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Noble Bully 1 - Green Canyon 434 + urn:ioos:station:wmo:42927 + urn:ogc:def:crs:epsg::4326 + + + 27.555 -90.07 + 27.555 -90.07 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8N 110W + urn:ioos:station:wmo:43001 + urn:ogc:def:crs:epsg::4326 + + + 8 -110 + 8 -110 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8N 95W + urn:ioos:station:wmo:43301 + urn:ogc:def:crs:epsg::4326 + + + 8 -95 + 8 -95 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 240 NM Southwest of Manzanillo, Mexico + urn:ioos:station:wmo:43412 + urn:ogc:def:crs:epsg::4326 + + + 16.03 -107 + 16.03 -107 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 360 NM South-Southwest of Acapulco, Mexico + urn:ioos:station:wmo:43413 + urn:ogc:def:crs:epsg::4326 + + + 10.84 -100.08 + 10.84 -100.08 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + HOTEL 200NM East of Cape May,NJ + urn:ioos:station:wmo:44004 + urn:ogc:def:crs:epsg::4326 + + + 38.48 -70.43 + 38.48 -70.43 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + GULF OF MAINE 78 NM EAST OF PORTSMOUTH,NH + urn:ioos:station:wmo:44005 + urn:ogc:def:crs:epsg::4326 + + + 43.19 -69.14 + 43.19 -69.14 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 12 NM Southeast of Portland, ME + urn:ioos:station:wmo:44007 + urn:ogc:def:crs:epsg::4326 + + + 43.53 -70.14 + 43.53 -70.14 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 54NM Southeast of Nantucket + urn:ioos:station:wmo:44008 + urn:ogc:def:crs:epsg::4326 + + + 40.5 -69.43 + 40.5 -69.43 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + DELAWARE BAY 26 NM Southeast of Cape May, NJ + urn:ioos:station:wmo:44009 + urn:ogc:def:crs:epsg::4326 + + + 38.46 -74.7 + 38.46 -74.7 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 170 NM East of Hyannis, MA + urn:ioos:station:wmo:44011 + urn:ogc:def:crs:epsg::4326 + + + 41.11 -66.58 + 41.11 -66.58 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + BOSTON 16 NM East of Boston, MA + urn:ioos:station:wmo:44013 + urn:ogc:def:crs:epsg::4326 + + + 42.35 -70.69 + 42.35 -70.69 + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 64 NM East of Virginia Beach, VA + urn:ioos:station:wmo:44014 + urn:ogc:def:crs:epsg::4326 + + + 36.61 -74.84 + 36.61 -74.84 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 23 Nautical Miles Southwest of Montauk Point, NY + urn:ioos:station:wmo:44017 + urn:ogc:def:crs:epsg::4326 + + + 40.69 -72.05 + 40.69 -72.05 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SE Cape Cod, 30NM East of Nantucket, MA + urn:ioos:station:wmo:44018 + urn:ogc:def:crs:epsg::4326 + + + 41.26 -69.29 + 41.26 -69.29 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NANTUCKET SOUND + urn:ioos:station:wmo:44020 + urn:ogc:def:crs:epsg::4326 + + + 41.443 -70.186 + 41.443 -70.186 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Execution Rocks + urn:ioos:station:wmo:44022 + urn:ogc:def:crs:epsg::4326 + + + 40.88 -73.73 + 40.88 -73.73 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy N - Northeast Channel + urn:ioos:station:wmo:44024 + urn:ogc:def:crs:epsg::4326 + + + 42.312 -65.927 + 42.312 -65.927 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + LONG ISLAND 33 NM South of Islip, NY + urn:ioos:station:wmo:44025 + urn:ogc:def:crs:epsg::4326 + + + 40.25 -73.17 + 40.25 -73.17 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Jonesport, Maine + urn:ioos:station:wmo:44027 + urn:ogc:def:crs:epsg::4326 + + + 44.27 -67.31 + 44.27 -67.31 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy A0102 - Mass. Bay/Stellwagen + urn:ioos:station:wmo:44029 + urn:ogc:def:crs:epsg::4326 + + + 42.52 -70.57 + 42.52 -70.57 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy B0102 - Western Maine Shelf + urn:ioos:station:wmo:44030 + urn:ogc:def:crs:epsg::4326 + + + 43.18 -70.43 + 43.18 -70.43 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy C0201 - Casco Bay + urn:ioos:station:wmo:44031 + urn:ogc:def:crs:epsg::4326 + + + 43.57 -70.06 + 43.57 -70.06 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy E0104 - Central Maine Shelf + urn:ioos:station:wmo:44032 + urn:ogc:def:crs:epsg::4326 + + + 43.71 -69.36 + 43.71 -69.36 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy F0103 - West Penobscot Bay + urn:ioos:station:wmo:44033 + urn:ogc:def:crs:epsg::4326 + + + 44.06 -69 + 44.06 -69 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy I0103 - Eastern Maine Shelf + urn:ioos:station:wmo:44034 + urn:ogc:def:crs:epsg::4326 + + + 44.11 -68.11 + 44.11 -68.11 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy J0201 - Cobscook Bay + urn:ioos:station:wmo:44035 + urn:ogc:def:crs:epsg::4326 + + + 44.89 -67.02 + 44.89 -67.02 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy M0102 - Jordan Basin + urn:ioos:station:wmo:44037 + urn:ogc:def:crs:epsg::4326 + + + 43.49 -67.88 + 43.49 -67.88 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy L0102 - Scotian Shelf + urn:ioos:station:wmo:44038 + urn:ogc:def:crs:epsg::4326 + + + 43.62 -66.55 + 43.62 -66.55 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Central Long Island Sound + urn:ioos:station:wmo:44039 + urn:ogc:def:crs:epsg::4326 + + + 41.138 -72.655 + 41.138 -72.655 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Western Long Island Sound + urn:ioos:station:wmo:44040 + urn:ogc:def:crs:epsg::4326 + + + 40.956 -73.58 + 40.956 -73.58 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Jamestown, VA + urn:ioos:station:wmo:44041 + urn:ogc:def:crs:epsg::4326 + + + 37.204 -76.777 + 37.204 -76.777 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Potomac, MD + urn:ioos:station:wmo:44042 + urn:ogc:def:crs:epsg::4326 + + + 38.033 -76.336 + 38.033 -76.336 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Patapsco, MD + urn:ioos:station:wmo:44043 + urn:ogc:def:crs:epsg::4326 + + + 39.152 -76.391 + 39.152 -76.391 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lower Delaware Bay Buoy + urn:ioos:station:wmo:44054 + urn:ogc:def:crs:epsg::4326 + + + 38.883 -75.183 + 38.883 -75.183 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Central Delaware Bay + urn:ioos:station:wmo:44055 + urn:ogc:def:crs:epsg::4326 + + + 39.122 -75.256 + 39.122 -75.256 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Duck FRF, NC + urn:ioos:station:wmo:44056 + urn:ogc:def:crs:epsg::4326 + + + 36.2 -75.714 + 36.2 -75.714 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Susquehanna, MD + urn:ioos:station:wmo:44057 + urn:ogc:def:crs:epsg::4326 + + + 39.544 -76.075 + 39.544 -76.075 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Stingray Point, VA + urn:ioos:station:wmo:44058 + urn:ogc:def:crs:epsg::4326 + + + 37.552 -76.251 + 37.552 -76.251 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Norfolk, VA + urn:ioos:station:wmo:44059 + urn:ogc:def:crs:epsg::4326 + + + 36.846 -76.298 + 36.846 -76.298 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Eastern Long Island Sound + urn:ioos:station:wmo:44060 + urn:ogc:def:crs:epsg::4326 + + + 41.2633 -72.0667 + 41.2633 -72.0667 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Upper Potmac, MD + urn:ioos:station:wmo:44061 + urn:ogc:def:crs:epsg::4326 + + + 38.785 -77.036 + 38.785 -77.036 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Gooses Reef, MD + urn:ioos:station:wmo:44062 + urn:ogc:def:crs:epsg::4326 + + + 38.553 -76.415 + 38.553 -76.415 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Annapolis + urn:ioos:station:wmo:44063 + urn:ogc:def:crs:epsg::4326 + + + 38.963 -76.448 + 38.963 -76.448 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + FIRST LANDING + urn:ioos:station:wmo:44064 + urn:ogc:def:crs:epsg::4326 + + + 36.979 -76.043 + 36.979 -76.043 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Entrance to New York Harbor + urn:ioos:station:wmo:44065 + urn:ogc:def:crs:epsg::4326 + + + 40.369 -73.703 + 40.369 -73.703 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Texas Tower #4 + urn:ioos:station:wmo:44066 + urn:ogc:def:crs:epsg::4326 + + + 39.26 -72.18 + 39.26 -72.18 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Potomac River, Near HWY 301 + urn:ioos:station:wmo:44067 + urn:ogc:def:crs:epsg::4326 + + + 38.368 -76.996 + 38.368 -76.996 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buzzards Bay MA. Offshore + urn:ioos:station:wmo:44070 + urn:ogc:def:crs:epsg::4326 + + + 41.392 -71.004 + 41.392 -71.004 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Oregon Inlet, NC - 192 + urn:ioos:station:wmo:44095 + urn:ogc:def:crs:epsg::4326 + + + 35.583 -75.317 + 35.583 -75.317 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Charles, VA - 186 + urn:ioos:station:wmo:44096 + urn:ogc:def:crs:epsg::4326 + + + 37.023 -75.81 + 37.023 -75.81 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Block Island, RI (154) + urn:ioos:station:wmo:44097 + urn:ogc:def:crs:epsg::4326 + + + 40.981 -71.117 + 40.981 -71.117 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Jeffrey's Ledge, NH (160) + urn:ioos:station:wmo:44098 + urn:ogc:def:crs:epsg::4326 + + + 42.801 -70.169 + 42.801 -70.169 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Henry, VA (147) + urn:ioos:station:wmo:44099 + urn:ogc:def:crs:epsg::4326 + + + 36.908 -75.775 + 36.908 -75.775 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Duck FRF 26m, NC (430) + urn:ioos:station:wmo:44100 + urn:ogc:def:crs:epsg::4326 + + + 36.258 -75.591 + 36.258 -75.591 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Halifax Harbor, NS, Canada - 176 + urn:ioos:station:wmo:44172 + urn:ogc:def:crs:epsg::4326 + + + 44.5 -63.408 + 44.5 -63.408 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Ramea Island, New Foundland (170) + urn:ioos:station:wmo:44235 + urn:ogc:def:crs:epsg::4326 + + + 47.263 -57.341 + 47.263 -57.341 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 790 NM NE of Bermuda + urn:ioos:station:wmo:44401 + urn:ogc:def:crs:epsg::4326 + + + 37.56 -50 + 37.56 -50 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 250 NM SE of Montauk Pt N.Y. + urn:ioos:station:wmo:44402 + urn:ogc:def:crs:epsg::4326 + + + 39.49 -70.59 + 39.49 -70.59 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MID SUPERIOR 60NM North Northeast Hancock, MI + urn:ioos:station:wmo:45001 + urn:ogc:def:crs:epsg::4326 + + + 48.06 -87.78 + 48.06 -87.78 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + N MICHIGAN- Halfway between North Manitou and Washington Islands. + urn:ioos:station:wmo:45002 + urn:ogc:def:crs:epsg::4326 + + + 45.33 -86.43 + 45.33 -86.43 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + N HURON 37NM Northeast of Alpena, MI. + urn:ioos:station:wmo:45003 + urn:ogc:def:crs:epsg::4326 + + + 45.35 -82.84 + 45.35 -82.84 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 78NM Northeast of Marquette, MI + urn:ioos:station:wmo:45004 + urn:ogc:def:crs:epsg::4326 + + + 47.56 -86.54 + 47.56 -86.54 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + W ERIE 28NM Northwest of Cleveland, OH + urn:ioos:station:wmo:45005 + urn:ogc:def:crs:epsg::4326 + + + 41.68 -82.4 + 41.68 -82.4 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + W SUPERIOR 48NM North of Ironwood, MI + urn:ioos:station:wmo:45006 + urn:ogc:def:crs:epsg::4326 + + + 47.33 -89.79 + 47.33 -89.79 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + S MICHIGAN 43NM East Southeast of Milwaukee, WI + urn:ioos:station:wmo:45007 + urn:ogc:def:crs:epsg::4326 + + + 42.68 -87.03 + 42.68 -87.03 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + S HURON 43NM East of Oscoda, MI + urn:ioos:station:wmo:45008 + urn:ogc:def:crs:epsg::4326 + + + 44.28 -82.42 + 44.28 -82.42 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lake Ontario Buoy - 20NM North Northeast of Rochester, NY + urn:ioos:station:wmo:45012 + urn:ogc:def:crs:epsg::4326 + + + 43.62 -77.41 + 43.62 -77.41 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Calumet Beach + urn:ioos:station:wmo:45015 + urn:ogc:def:crs:epsg::4326 + + + 41.714 -87.527 + 41.714 -87.527 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sixth-third St Beach + urn:ioos:station:wmo:45016 + urn:ogc:def:crs:epsg::4326 + + + 41.783 -87.573 + 41.783 -87.573 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Oak St Beach + urn:ioos:station:wmo:45017 + urn:ogc:def:crs:epsg::4326 + + + 41.903 -87.622 + 41.903 -87.622 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Montrose Ave Beach + urn:ioos:station:wmo:45018 + urn:ogc:def:crs:epsg::4326 + + + 41.968 -87.637 + 41.968 -87.637 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Foster Ave. Beach + urn:ioos:station:wmo:45019 + urn:ogc:def:crs:epsg::4326 + + + 41.979 -87.649 + 41.979 -87.649 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Grand Traverse Bay Observing System Station 1 + urn:ioos:station:wmo:45020 + urn:ogc:def:crs:epsg::4326 + + + 44.789 -85.604 + 44.789 -85.604 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Traverse Bay #3, MI + urn:ioos:station:wmo:45021 + urn:ogc:def:crs:epsg::4326 + + + 44.767 -85.606 + 44.767 -85.606 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Little Traverse Bay, MI + urn:ioos:station:wmo:45022 + urn:ogc:def:crs:epsg::4326 + + + 45.403 -85.088 + 45.403 -85.088 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Portage Canal + urn:ioos:station:wmo:45023 + urn:ogc:def:crs:epsg::4326 + + + 47.279 -88.611 + 47.279 -88.611 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ludington, MI + urn:ioos:station:wmo:45024 + urn:ogc:def:crs:epsg::4326 + + + 43.977 -86.56 + 43.977 -86.56 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Entrance to Keweenaw Waterway, MI + urn:ioos:station:wmo:45025 + urn:ogc:def:crs:epsg::4326 + + + 46.95 -88.409 + 46.95 -88.409 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + St. Joseph, MI + urn:ioos:station:wmo:45026 + urn:ogc:def:crs:epsg::4326 + + + 41.983 -86.617 + 41.983 -86.617 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + North of Duluth, MN + urn:ioos:station:wmo:45027 + urn:ogc:def:crs:epsg::4326 + + + 46.864 -91.929 + 46.864 -91.929 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Western Lake Superior + urn:ioos:station:wmo:45028 + urn:ogc:def:crs:epsg::4326 + + + 46.812 -91.835 + 46.812 -91.835 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + GULF OF AK, 88NM South of Kodiak, AK + urn:ioos:station:wmo:46001 + urn:ogc:def:crs:epsg::4326 + + + 56.3 -148.02 + 56.3 -148.02 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + OREGON - 275NM West of Coos Bay, OR + urn:ioos:station:wmo:46002 + urn:ogc:def:crs:epsg::4326 + + + 42.57 -130.46 + 42.57 -130.46 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + WASHINGTON 315NM West of Aberdeen, WA + urn:ioos:station:wmo:46005 + urn:ogc:def:crs:epsg::4326 + + + 46.05 -131.02 + 46.05 -131.02 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SE PAPA - 600NM West of Eureka, CA + urn:ioos:station:wmo:46006 + urn:ogc:def:crs:epsg::4326 + + + 40.886 -137.451 + 40.886 -137.451 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SANTA MARIA - 21 NM Northwest of Point Arguello, CA + urn:ioos:station:wmo:46011 + urn:ogc:def:crs:epsg::4326 + + + 34.868 -120.857 + 34.868 -120.857 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + HALF MOON BAY - 24NM South Southwest of San Francisco, CA + urn:ioos:station:wmo:46012 + urn:ogc:def:crs:epsg::4326 + + + 37.361 -122.881 + 37.361 -122.881 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bodega Bay - 48NM North Northwest of San Francisco, CA + urn:ioos:station:wmo:46013 + urn:ogc:def:crs:epsg::4326 + + + 38.23 -123.32 + 38.23 -123.32 + + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + PT ARENA - 19NM North of Point Arena, CA + urn:ioos:station:wmo:46014 + urn:ogc:def:crs:epsg::4326 + + + 39.22 -123.97 + 39.22 -123.97 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Orford - 16NM West of Port Orford, OR + urn:ioos:station:wmo:46015 + urn:ogc:def:crs:epsg::4326 + + + 42.76 -124.83 + 42.76 -124.83 + + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + EEL RIVER - 17NM West-Southwest of Eureka, CA + urn:ioos:station:wmo:46022 + urn:ogc:def:crs:epsg::4326 + + + 40.78 -124.54 + 40.78 -124.54 + + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + PT ARGUELLO - 17NM West Northwest of Point Arguello, CA + urn:ioos:station:wmo:46023 + urn:ogc:def:crs:epsg::4326 + + + 34.71 -120.97 + 34.71 -120.97 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Santa Monica Basin - 33NM West Southwest of Santa Monica, CA + urn:ioos:station:wmo:46025 + urn:ogc:def:crs:epsg::4326 + + + 33.74 -119.06 + 33.74 -119.06 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SAN FRANCISCO - 18NM West of San Francisco, CA + urn:ioos:station:wmo:46026 + urn:ogc:def:crs:epsg::4326 + + + 37.75 -122.82 + 37.75 -122.82 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ST GEORGES - 8NM West Northwest of Crescent City, CA + urn:ioos:station:wmo:46027 + urn:ogc:def:crs:epsg::4326 + + + 41.85 -124.38 + 41.85 -124.38 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + CAPE SAN MARTIN - 55NM West Northwest of Morro Bay, CA + urn:ioos:station:wmo:46028 + urn:ogc:def:crs:epsg::4326 + + + 35.74 -121.88 + 35.74 -121.88 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + COL RIVER BAR - 78NM South Southwest of Aberdeen, WA + urn:ioos:station:wmo:46029 + urn:ogc:def:crs:epsg::4326 + + + 46.14 -124.51 + 46.14 -124.51 + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + BERING SEA 310 NM North of Adak, AK + urn:ioos:station:wmo:46035 + urn:ogc:def:crs:epsg::4326 + + + 57.07 -177.75 + 57.07 -177.75 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + CAPE ELIZABETH- 45NM Northwest of Aberdeen, WA + urn:ioos:station:wmo:46041 + urn:ogc:def:crs:epsg::4326 + + + 47.34 -124.75 + 47.34 -124.75 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MONTEREY - 27NM West of Monterey Bay, CA + urn:ioos:station:wmo:46042 + urn:ogc:def:crs:epsg::4326 + + + 36.75 -122.42 + 36.75 -122.42 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + TANNER BANKS - 121NM West of San Diego, CA + urn:ioos:station:wmo:46047 + urn:ogc:def:crs:epsg::4326 + + + 32.433 -119.533 + 32.433 -119.533 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + STONEWALL BANKS - 20NM West of Newport, OR + urn:ioos:station:wmo:46050 + urn:ogc:def:crs:epsg::4326 + + + 44.64 -124.5 + 44.64 -124.5 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + E. SANTA BARBARA - 12NM Southwest of Santa Barbara, CA + urn:ioos:station:wmo:46053 + urn:ogc:def:crs:epsg::4326 + + + 34.24 -119.85 + 34.24 -119.85 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SANTA BARBARA W 38 NM West of Santa Barbara, CA + urn:ioos:station:wmo:46054 + urn:ogc:def:crs:epsg::4326 + + + 34.27 -120.45 + 34.27 -120.45 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + CALIFORNIA - 357NM West of San Francisco, CA + urn:ioos:station:wmo:46059 + urn:ogc:def:crs:epsg::4326 + + + 37.98 -130 + 37.98 -130 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West Orca Bay - 36NM South-Southwest of Valdez, AK + urn:ioos:station:wmo:46060 + urn:ogc:def:crs:epsg::4326 + + + 60.59 -146.83 + 60.59 -146.83 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Seal Rocks 55NM South of Valdez, AK + urn:ioos:station:wmo:46061 + urn:ogc:def:crs:epsg::4326 + + + 60.22 -146.83 + 60.22 -146.83 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pt. Conception, CA - 50NM West of Santa Barbara, CA + urn:ioos:station:wmo:46063 + urn:ogc:def:crs:epsg::4326 + + + 34.27 -120.7 + 34.27 -120.7 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + S Aleutians 380NM Southwest of Kodiak, AK + urn:ioos:station:wmo:46066 + urn:ogc:def:crs:epsg::4326 + + + 52.7 -154.98 + 52.7 -154.98 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Santa Rosa Island, CA + urn:ioos:station:wmo:46069 + urn:ogc:def:crs:epsg::4326 + + + 33.65 -120.2 + 33.65 -120.2 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + S.W. Bering Sea + urn:ioos:station:wmo:46070 + urn:ogc:def:crs:epsg::4326 + + + 55 175.28 + 55 175.28 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Western Aleutians + urn:ioos:station:wmo:46071 + urn:ogc:def:crs:epsg::4326 + + + 51.15 179 + 51.15 179 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Central Aleutions - 230NM Southwest of Dutch Harbor + urn:ioos:station:wmo:46072 + urn:ogc:def:crs:epsg::4326 + + + 51.63 -172.17 + 51.63 -172.17 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Southeast Bering Sea + urn:ioos:station:wmo:46073 + urn:ogc:def:crs:epsg::4326 + + + 54.94 -172.03 + 54.94 -172.03 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Shumagin Islands, AK + urn:ioos:station:wmo:46075 + urn:ogc:def:crs:epsg::4326 + + + 53.926 -160.806 + 53.926 -160.806 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Cleare AK + urn:ioos:station:wmo:46076 + urn:ogc:def:crs:epsg::4326 + + + 59.5 -148 + 59.5 -148 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Shelikof Strait, AK + urn:ioos:station:wmo:46077 + urn:ogc:def:crs:epsg::4326 + + + 57.92 -154.25 + 57.92 -154.25 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Albatross Banks AK + urn:ioos:station:wmo:46078 + urn:ogc:def:crs:epsg::4326 + + + 56.054 -152.451 + 56.054 -152.451 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Northwest Gulf 57NM East of Kodiak, AK + urn:ioos:station:wmo:46080 + urn:ogc:def:crs:epsg::4326 + + + 58.04 -149.99 + 58.04 -149.99 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Western Prince William Sound + urn:ioos:station:wmo:46081 + urn:ogc:def:crs:epsg::4326 + + + 60.8 -148.28 + 60.8 -148.28 + + + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Suckling 84NM Southeast of Cordova, AK + urn:ioos:station:wmo:46082 + urn:ogc:def:crs:epsg::4326 + + + 59.69 -143.4 + 59.69 -143.4 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fairweather Grounds 92NM Southeast of Yakutat, AK + urn:ioos:station:wmo:46083 + urn:ogc:def:crs:epsg::4326 + + + 58.24 -137.99 + 58.24 -137.99 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Edgecumbe Buoy, AK + urn:ioos:station:wmo:46084 + urn:ogc:def:crs:epsg::4326 + + + 56.63 -136.15 + 56.63 -136.15 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Central Gulf of Alaska Buoy + urn:ioos:station:wmo:46085 + urn:ogc:def:crs:epsg::4326 + + + 56.85 -142.56 + 56.85 -142.56 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Clemente Basin + urn:ioos:station:wmo:46086 + urn:ogc:def:crs:epsg::4326 + + + 32.5 -118 + 32.5 -118 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Neah Bay, WA (Traffic Separation Lighted Buoy) + urn:ioos:station:wmo:46087 + urn:ogc:def:crs:epsg::4326 + + + 49.89 -124.73 + 49.89 -124.73 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + New Dungeness, WA (Hein Bank) + urn:ioos:station:wmo:46088 + urn:ogc:def:crs:epsg::4326 + + + 48.33 -123.17 + 48.33 -123.17 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tillamook, OR + urn:ioos:station:wmo:46089 + urn:ogc:def:crs:epsg::4326 + + + 45.91 -125.76 + 45.91 -125.76 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MBM0 + urn:ioos:station:wmo:46091 + urn:ogc:def:crs:epsg::4326 + + + 36.835 -121.899 + 36.835 -121.899 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MBM1 + urn:ioos:station:wmo:46092 + urn:ogc:def:crs:epsg::4326 + + + 36.75 -122.02 + 36.75 -122.02 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MBM2 + urn:ioos:station:wmo:46093 + urn:ogc:def:crs:epsg::4326 + + + 36.69 -122.41 + 36.69 -122.41 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West of Newport NH-10, OR + urn:ioos:station:wmo:46094 + urn:ogc:def:crs:epsg::4326 + + + 44.633 -124.304 + 44.633 -124.304 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Columbia River Entrance - SATURN Station #02 Offshore + urn:ioos:station:wmo:46096 + urn:ogc:def:crs:epsg::4326 + + + 46.173 -124.127 + 46.173 -124.127 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Cook Inlet AK + urn:ioos:station:wmo:46105 + urn:ogc:def:crs:epsg::4326 + + + 59.049 -152.224 + 59.049 -152.224 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Central Cook Inlet AK + urn:ioos:station:wmo:46106 + urn:ogc:def:crs:epsg::4326 + + + 59.76 -152.09 + 59.76 -152.09 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Montague Strait + urn:ioos:station:wmo:46107 + urn:ogc:def:crs:epsg::4326 + + + 59.925 -147.992 + 59.925 -147.992 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Central Cook Inlet - 175 + urn:ioos:station:wmo:46108 + urn:ogc:def:crs:epsg::4326 + + + 59.76 -152.09 + 59.76 -152.09 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Angeles Buoy + urn:ioos:station:wmo:46109 + urn:ogc:def:crs:epsg::4326 + + + 48.123 -123.395 + 48.123 -123.395 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sequim Buoy + urn:ioos:station:wmo:46110 + urn:ogc:def:crs:epsg::4326 + + + 48.115 -123.032 + 48.115 -123.032 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fort Worden Buoy + urn:ioos:station:wmo:46111 + urn:ogc:def:crs:epsg::4326 + + + 48.131 -122.748 + 48.131 -122.748 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Marrowstone Buoy + urn:ioos:station:wmo:46112 + urn:ogc:def:crs:epsg::4326 + + + 48.1 -122.73 + 48.1 -122.73 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Poulsbo Buoy + urn:ioos:station:wmo:46113 + urn:ogc:def:crs:epsg::4326 + + + 47.73 -122.646 + 47.73 -122.646 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West Monterey Bay, CA + urn:ioos:station:wmo:46114 + urn:ogc:def:crs:epsg::4326 + + + 36.71 -122.342 + 36.71 -122.342 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bering Sea + urn:ioos:station:wmo:46115 + urn:ogc:def:crs:epsg::4326 + + + 57.069 -177.75 + 57.069 -177.75 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pt Wells, WA (U of Wash) + urn:ioos:station:wmo:46120 + urn:ogc:def:crs:epsg::4326 + + + 47.761 -122.397 + 47.761 -122.397 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Carr Inlet, WA (U of Wash) + urn:ioos:station:wmo:46121 + urn:ogc:def:crs:epsg::4326 + + + 47.28 -122.73 + 47.28 -122.73 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Dabob Bay, WA (U of Wash) + urn:ioos:station:wmo:46122 + urn:ogc:def:crs:epsg::4326 + + + 47.803 -122.803 + 47.803 -122.803 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Twanoh - Hood Canal, WA (U of Wash) + urn:ioos:station:wmo:46123 + urn:ogc:def:crs:epsg::4326 + + + 47.375 -123.008 + 47.375 -123.008 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Hoodsport - Hood Canal, WA (U of Wash) + urn:ioos:station:wmo:46124 + urn:ogc:def:crs:epsg::4326 + + + 47.422 -123.112 + 47.422 -123.112 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Hansville - Hood Canal, WA + urn:ioos:station:wmo:46125 + urn:ogc:def:crs:epsg::4326 + + + 47.907 -122.627 + 47.907 -122.627 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Hecate Strait, Canada (174) + urn:ioos:station:wmo:46138 + urn:ogc:def:crs:epsg::4326 + + + 52.437 -129.795 + 52.437 -129.795 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + La Perouse Bank DWR, Canada (215) + urn:ioos:station:wmo:46139 + urn:ogc:def:crs:epsg::4326 + + + 48.84 -126 + 48.84 -126 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Grays Harbor, WA (036) + urn:ioos:station:wmo:46211 + urn:ogc:def:crs:epsg::4326 + + + 46.857 -124.244 + 46.857 -124.244 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Humboldt Bay South Spit, CA (128) + urn:ioos:station:wmo:46212 + urn:ogc:def:crs:epsg::4326 + + + 40.753 -124.313 + 40.753 -124.313 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Mendocino, CA (094) + urn:ioos:station:wmo:46213 + urn:ogc:def:crs:epsg::4326 + + + 40.294 -124.74 + 40.294 -124.74 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Reyes, CA (029) + urn:ioos:station:wmo:46214 + urn:ogc:def:crs:epsg::4326 + + + 37.945 -123.47 + 37.945 -123.47 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Diablo Canyon, CA (076) + urn:ioos:station:wmo:46215 + urn:ogc:def:crs:epsg::4326 + + + 35.204 -120.86 + 35.204 -120.86 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Goleta Point, CA (107) + urn:ioos:station:wmo:46216 + urn:ogc:def:crs:epsg::4326 + + + 34.334 -119.804 + 34.334 -119.804 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Anacapa Passage, CA (111) + urn:ioos:station:wmo:46217 + urn:ogc:def:crs:epsg::4326 + + + 34.167 -119.435 + 34.167 -119.435 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Harvest, CA (071) + urn:ioos:station:wmo:46218 + urn:ogc:def:crs:epsg::4326 + + + 34.451 -120.769 + 34.451 -120.769 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Nicolas Island, CA (067) + urn:ioos:station:wmo:46219 + urn:ogc:def:crs:epsg::4326 + + + 33.221 -119.882 + 33.221 -119.882 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Santa Monica Bay, CA (028) + urn:ioos:station:wmo:46221 + urn:ogc:def:crs:epsg::4326 + + + 33.854 -118.633 + 33.854 -118.633 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Pedro, CA (092) + urn:ioos:station:wmo:46222 + urn:ogc:def:crs:epsg::4326 + + + 33.618 -118.317 + 33.618 -118.317 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Dana Point, CA (096) + urn:ioos:station:wmo:46223 + urn:ogc:def:crs:epsg::4326 + + + 33.458 -117.767 + 33.458 -117.767 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Oceanside Offshore, CA (045) + urn:ioos:station:wmo:46224 + urn:ogc:def:crs:epsg::4326 + + + 33.179 -117.471 + 33.179 -117.471 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Torrey Pines Outer, CA (100) + urn:ioos:station:wmo:46225 + urn:ogc:def:crs:epsg::4326 + + + 32.93 -117.393 + 32.93 -117.393 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + UMPQUA OFFSHORE, OR (139) + urn:ioos:station:wmo:46229 + urn:ogc:def:crs:epsg::4326 + + + 43.769 -124.551 + 43.769 -124.551 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mission Bay, CA (093) + urn:ioos:station:wmo:46231 + urn:ogc:def:crs:epsg::4326 + + + 32.748 -117.37 + 32.748 -117.37 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Loma South, CA (191) + urn:ioos:station:wmo:46232 + urn:ogc:def:crs:epsg::4326 + + + 32.567 -117.445 + 32.567 -117.445 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Imperial Beach Nearshore, CA (155) + urn:ioos:station:wmo:46235 + urn:ogc:def:crs:epsg::4326 + + + 32.572 -117.167 + 32.572 -117.167 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Monterey Canyon Outer, CA (156) + urn:ioos:station:wmo:46236 + urn:ogc:def:crs:epsg::4326 + + + 36.761 -121.947 + 36.761 -121.947 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Francisco Bar, CA (142) + urn:ioos:station:wmo:46237 + urn:ogc:def:crs:epsg::4326 + + + 37.781 -122.599 + 37.781 -122.599 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Nicolas Island North, CA (167) + urn:ioos:station:wmo:46238 + urn:ogc:def:crs:epsg::4326 + + + 33.405 -119.467 + 33.405 -119.467 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Sur, CA (157) + urn:ioos:station:wmo:46239 + urn:ogc:def:crs:epsg::4326 + + + 36.338 -122.101 + 36.338 -122.101 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cabrillo Point, Monterey Bay, CA + urn:ioos:station:wmo:46240 + urn:ogc:def:crs:epsg::4326 + + + 36.626 -121.907 + 36.626 -121.907 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Elijo Nearshore, CA (161) + urn:ioos:station:wmo:46241 + urn:ogc:def:crs:epsg::4326 + + + 33.169 -117.292 + 33.169 -117.292 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Camp Pendleton Nearshore, CA (043) + urn:ioos:station:wmo:46242 + urn:ogc:def:crs:epsg::4326 + + + 33.22 -117.44 + 33.22 -117.44 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Clatsop Spit, OR - 162 + urn:ioos:station:wmo:46243 + urn:ogc:def:crs:epsg::4326 + + + 46.2 -124.117 + 46.2 -124.117 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Humboldt Bay, North Spit, CA + urn:ioos:station:wmo:46244 + urn:ogc:def:crs:epsg::4326 + + + 40.888 -124.357 + 40.888 -124.357 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ventura Nearshore, CA - 169 + urn:ioos:station:wmo:46245 + urn:ogc:def:crs:epsg::4326 + + + 34.251 -119.308 + 34.251 -119.308 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Station PAPA (166) + urn:ioos:station:wmo:46246 + urn:ogc:def:crs:epsg::4326 + + + 49.985 -145.089 + 49.985 -145.089 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Francisco Offshore, CA (180) + urn:ioos:station:wmo:46247 + urn:ogc:def:crs:epsg::4326 + + + 37.753 -122.833 + 37.753 -122.833 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Astoria Canyon, OR (179) + urn:ioos:station:wmo:46248 + urn:ogc:def:crs:epsg::4326 + + + 46.133 -124.667 + 46.133 -124.667 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Santa Cruz Island South, CA (182) + urn:ioos:station:wmo:46249 + urn:ogc:def:crs:epsg::4326 + + + 33.821 -119.708 + 33.821 -119.708 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Mugu Offshore, CA - 184 + urn:ioos:station:wmo:46250 + urn:ogc:def:crs:epsg::4326 + + + 34.034 -119.09 + 34.034 -119.09 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 240 NM South of Dutch Harbor, AK + urn:ioos:station:wmo:46402 + urn:ogc:def:crs:epsg::4326 + + + 51.07 -164.01 + 51.07 -164.01 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 230 NM Southeast of Shumagin Island, AK + urn:ioos:station:wmo:46403 + urn:ogc:def:crs:epsg::4326 + + + 52.65 -156.94 + 52.65 -156.94 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 230 NM West of Astoria, OR + urn:ioos:station:wmo:46404 + urn:ogc:def:crs:epsg::4326 + + + 45.86 -128.78 + 45.86 -128.78 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 210 NM West of Coos Bay, OR + urn:ioos:station:wmo:46407 + urn:ogc:def:crs:epsg::4326 + + + 42.6 -128.9 + 42.6 -128.9 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NW Pacific S AK + urn:ioos:station:wmo:46408 + urn:ogc:def:crs:epsg::4326 + + + 49.63 -169.87 + 49.63 -169.87 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 240 NM Southeast of Kodiak, AK + urn:ioos:station:wmo:46409 + urn:ogc:def:crs:epsg::4326 + + + 55.3 -148.5 + 55.3 -148.5 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 330 NM Southeast of Anchorage, AK + urn:ioos:station:wmo:46410 + urn:ogc:def:crs:epsg::4326 + + + 57.5 -144 + 57.5 -144 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 260 NM Northwest of San Francisco, CA + urn:ioos:station:wmo:46411 + urn:ogc:def:crs:epsg::4326 + + + 39.34 -127.01 + 39.34 -127.01 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 190 NM West-Southwest of San Diego, CA + urn:ioos:station:wmo:46412 + urn:ogc:def:crs:epsg::4326 + + + 32.25 -120.7 + 32.25 -120.7 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + East of ADAK, AK + urn:ioos:station:wmo:46413 + urn:ogc:def:crs:epsg::4326 + + + 48.86 -175.6 + 48.86 -175.6 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 300 NM West-Northwest of Seattle, WA + urn:ioos:station:wmo:46419 + urn:ogc:def:crs:epsg::4326 + + + 48.76 -129.62 + 48.76 -129.62 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Camden Bay (Shell Arctic) + urn:ioos:station:wmo:48211 + urn:ogc:def:crs:epsg::4326 + + + 70.37 -146.038 + 70.37 -146.038 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Harrison Bay (Shell Arctic) + urn:ioos:station:wmo:48212 + urn:ogc:def:crs:epsg::4326 + + + 70.875 -150.276 + 70.875 -150.276 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48900 + urn:ogc:def:crs:epsg::4326 + + + 25.183 -84.368 + 39.462 -73.767 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48901 + urn:ogc:def:crs:epsg::4326 + + + 27.059 -84.874 + 28.438 -83.163 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48902 + urn:ogc:def:crs:epsg::4326 + + + 28.461 -88.913 + 30.444 -83.184 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48903 + urn:ogc:def:crs:epsg::4326 + + + 24.738 -83.793 + 25.405 -81.947 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48904 + urn:ogc:def:crs:epsg::4326 + + + 24.831 -84.179 + 27.125 -81.607 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48905 + urn:ogc:def:crs:epsg::4326 + + + 27.623 -84.759 + 28.481 -83.33 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48906 + urn:ogc:def:crs:epsg::4326 + + + 24.814 -83.12 + 27.292 -81.605 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48907 + urn:ogc:def:crs:epsg::4326 + + + 26.317 -59.99 + 26.658 -52.838 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48908 + urn:ogc:def:crs:epsg::4326 + + + 26.45 -88.937 + 28.722 -86.226 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48909 + urn:ogc:def:crs:epsg::4326 + + + 27.499 -89.047 + 28.734 -88.503 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48910 + urn:ogc:def:crs:epsg::4326 + + + 24.431 -90.643 + 28.667 -84.725 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:48911 + urn:ogc:def:crs:epsg::4326 + + + 29.382 -87.101 + 30.084 -86.584 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Northern Hawaii + urn:ioos:station:wmo:51000 + urn:ogc:def:crs:epsg::4326 + + + 23.464 -154 + 23.464 -154 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NW HAWAII 170 NM West Northwest of Kauai Island + urn:ioos:station:wmo:51001 + urn:ogc:def:crs:epsg::4326 + + + 23.445 -162.279 + 23.445 -162.279 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SW Hawaii - 215NM South-Southwest of Hilo, HI + urn:ioos:station:wmo:51002 + urn:ogc:def:crs:epsg::4326 + + + 17.19 -157.78 + 17.19 -157.78 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + W Hawaii - 205NM Southwest of Honolulu, HI + urn:ioos:station:wmo:51003 + urn:ogc:def:crs:epsg::4326 + + + 19.09 -160.66 + 19.09 -160.66 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SE Hawaii - 185NM Southeast of Hilo, HI + urn:ioos:station:wmo:51004 + urn:ogc:def:crs:epsg::4326 + + + 17.59 -152.46 + 17.59 -152.46 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 9N 140W + urn:ioos:station:wmo:51006 + urn:ogc:def:crs:epsg::4326 + + + 9 -140 + 9 -140 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 140W + urn:ioos:station:wmo:51007 + urn:ogc:def:crs:epsg::4326 + + + 5 -140 + 5 -140 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 140W + urn:ioos:station:wmo:51008 + urn:ogc:def:crs:epsg::4326 + + + 2 -140 + 2 -140 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 140W + urn:ioos:station:wmo:51009 + urn:ogc:def:crs:epsg::4326 + + + -2 -140 + -2 -140 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 170W + urn:ioos:station:wmo:51010 + urn:ogc:def:crs:epsg::4326 + + + 0 -170 + 0 -170 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 125W + urn:ioos:station:wmo:51011 + urn:ogc:def:crs:epsg::4326 + + + 0 -125 + 0 -125 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 140W + urn:ioos:station:wmo:51014 + urn:ogc:def:crs:epsg::4326 + + + -5 -140 + -5 -140 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 125W + urn:ioos:station:wmo:51015 + urn:ogc:def:crs:epsg::4326 + + + 5 -125 + 5 -125 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 125W + urn:ioos:station:wmo:51016 + urn:ogc:def:crs:epsg::4326 + + + 2 -125 + 2 -125 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 125W + urn:ioos:station:wmo:51017 + urn:ogc:def:crs:epsg::4326 + + + -2 -125 + -2 -125 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 125W + urn:ioos:station:wmo:51018 + urn:ogc:def:crs:epsg::4326 + + + -5 -125 + -5 -125 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 155W + urn:ioos:station:wmo:51019 + urn:ogc:def:crs:epsg::4326 + + + -5 -155 + -5 -155 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 155W + urn:ioos:station:wmo:51020 + urn:ogc:def:crs:epsg::4326 + + + 5 -155 + 5 -155 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 155W + urn:ioos:station:wmo:51021 + urn:ogc:def:crs:epsg::4326 + + + 2 -155 + 2 -155 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 155W + urn:ioos:station:wmo:51022 + urn:ogc:def:crs:epsg::4326 + + + -2 -155 + -2 -155 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 155W + urn:ioos:station:wmo:51023 + urn:ogc:def:crs:epsg::4326 + + + 0 -155 + 0 -155 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Christmas Island + urn:ioos:station:wmo:51028 + urn:ogc:def:crs:epsg::4326 + + + 0 -153.913 + 0 -153.913 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Northern Hawaii + urn:ioos:station:wmo:51100 + urn:ogc:def:crs:epsg::4326 + + + 23.558 -153.9 + 23.558 -153.9 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NW Hawaii + urn:ioos:station:wmo:51101 + urn:ogc:def:crs:epsg::4326 + + + 24.321 -162.058 + 24.321 -162.058 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + French Frigate Shoals (FFS Ocean 006) + urn:ioos:station:wmo:51167 + urn:ogc:def:crs:epsg::4326 + + + 23.856 -166.275 + 23.856 -166.275 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Jarvis Island (JAR 016) + urn:ioos:station:wmo:51169 + urn:ogc:def:crs:epsg::4326 + + + -0.379 -159.978 + -0.379 -159.978 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Johnston Atoll (JOH 005) + urn:ioos:station:wmo:51170 + urn:ogc:def:crs:epsg::4326 + + + 16.759 -169.5 + 16.759 -169.5 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kingman Reef (KIN 001) + urn:ioos:station:wmo:51171 + urn:ogc:def:crs:epsg::4326 + + + 6.393 -162.342 + 6.393 -162.342 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kure Atoll (KUR 008) + urn:ioos:station:wmo:51172 + urn:ogc:def:crs:epsg::4326 + + + 28.418 -178.343 + 28.418 -178.343 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Litsianski Island (LIS 001) + urn:ioos:station:wmo:51173 + urn:ogc:def:crs:epsg::4326 + + + 25.968 -173.916 + 25.968 -173.916 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ofu Island, American Samoa (OFU 008) + urn:ioos:station:wmo:51174 + urn:ogc:def:crs:epsg::4326 + + + -14.181 -169.652 + -14.181 -169.652 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pearl and Hermes Reef (PHR 001) + urn:ioos:station:wmo:51176 + urn:ogc:def:crs:epsg::4326 + + + 27.837 -175.816 + 27.837 -175.816 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Rose Atoll (ROS 002) + urn:ioos:station:wmo:51177 + urn:ogc:def:crs:epsg::4326 + + + -14.551 -168.16 + -14.551 -168.16 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tau Island, American Samoa (TAU 004) + urn:ioos:station:wmo:51178 + urn:ogc:def:crs:epsg::4326 + + + -14.244 -169.509 + -14.244 -169.509 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Southwestern Tutuila Island, American Samoa (TUT 002) + urn:ioos:station:wmo:51179 + urn:ogc:def:crs:epsg::4326 + + + -14.328 -170.833 + -14.328 -170.833 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Western Tutuila Island, American Samoa (TUT 004) + urn:ioos:station:wmo:51180 + urn:ogc:def:crs:epsg::4326 + + + -14.284 -170.722 + -14.284 -170.722 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Southern Tutuila Island, American Samoa (TUT 018) + urn:ioos:station:wmo:51181 + urn:ogc:def:crs:epsg::4326 + + + -14.367 -170.763 + -14.367 -170.763 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Barbers Point, HI (164) + urn:ioos:station:wmo:51200 + urn:ogc:def:crs:epsg::4326 + + + 21.096 -158.303 + 21.096 -158.303 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Waimea Bay, HI (106) + urn:ioos:station:wmo:51201 + urn:ogc:def:crs:epsg::4326 + + + 21.673 -158.116 + 21.673 -158.116 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mokapu Point, HI (098) + urn:ioos:station:wmo:51202 + urn:ogc:def:crs:epsg::4326 + + + 21.417 -157.668 + 21.417 -157.668 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kaumalapau, HI (146) + urn:ioos:station:wmo:51203 + urn:ogc:def:crs:epsg::4326 + + + 20.788 -157.01 + 20.788 -157.01 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Barbers Point, HI #2 (165) + urn:ioos:station:wmo:51204 + urn:ogc:def:crs:epsg::4326 + + + 21.281 -158.124 + 21.281 -158.124 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pauwela, Maui, HI (187) + urn:ioos:station:wmo:51205 + urn:ogc:def:crs:epsg::4326 + + + 21.019 -156.427 + 21.019 -156.427 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Hilo, Hawaii, HI - 188 + urn:ioos:station:wmo:51206 + urn:ogc:def:crs:epsg::4326 + + + 19.78 -154.97 + 19.78 -154.97 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8N 155W + urn:ioos:station:wmo:51301 + urn:ogc:def:crs:epsg::4326 + + + 8 -155 + 8 -155 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8S 155W + urn:ioos:station:wmo:51302 + urn:ogc:def:crs:epsg::4326 + + + -8 -155 + -8 -155 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 170W + urn:ioos:station:wmo:51303 + urn:ogc:def:crs:epsg::4326 + + + 5 -170 + 5 -170 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 170W + urn:ioos:station:wmo:51304 + urn:ogc:def:crs:epsg::4326 + + + -5 -170 + -5 -170 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 170W + urn:ioos:station:wmo:51305 + urn:ogc:def:crs:epsg::4326 + + + 2 -170 + 2 -170 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 170W + urn:ioos:station:wmo:51306 + urn:ogc:def:crs:epsg::4326 + + + -2 -170 + -2 -170 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8N 125W + urn:ioos:station:wmo:51307 + urn:ogc:def:crs:epsg::4326 + + + 8 -125 + 8 -125 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8S 125W + urn:ioos:station:wmo:51308 + urn:ogc:def:crs:epsg::4326 + + + -8 -125 + -8 -125 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8N 170W + urn:ioos:station:wmo:51309 + urn:ogc:def:crs:epsg::4326 + + + 8 -170 + 8 -170 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8S 170W + urn:ioos:station:wmo:51310 + urn:ogc:def:crs:epsg::4326 + + + -8 -170 + -8 -170 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 140W + urn:ioos:station:wmo:51311 + urn:ogc:def:crs:epsg::4326 + + + 0 -140 + 0 -140 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2,900 NM Southeast of Hawaii + urn:ioos:station:wmo:51406 + urn:ogc:def:crs:epsg::4326 + + + -8.49 -125.01 + -8.49 -125.01 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 140 NM Southeast of Honolulu, HI + urn:ioos:station:wmo:51407 + urn:ogc:def:crs:epsg::4326 + + + 19.63 -156.53 + 19.63 -156.53 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 370 NM NW of Apia + urn:ioos:station:wmo:51425 + urn:ogc:def:crs:epsg::4326 + + + -9.49 -176.25 + -9.49 -176.25 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 400NM Southeast of Tonga + urn:ioos:station:wmo:51426 + urn:ogc:def:crs:epsg::4326 + + + -22.99 -168.1 + -22.99 -168.1 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + WHOTS - Woods Hole Ocean Time-series + urn:ioos:station:wmo:51wh0 + urn:ogc:def:crs:epsg::4326 + + + 22.65 -157.933 + 22.65 -157.933 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Old 51004 (adrift) + urn:ioos:station:wmo:51x04 + urn:ogc:def:crs:epsg::4326 + + + 17.586 -152.461 + 17.586 -152.461 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 165E + urn:ioos:station:wmo:52001 + urn:ogc:def:crs:epsg::4326 + + + 2 165 + 2 165 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 165E + urn:ioos:station:wmo:52002 + urn:ogc:def:crs:epsg::4326 + + + -2 165 + -2 165 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 165E + urn:ioos:station:wmo:52003 + urn:ogc:def:crs:epsg::4326 + + + 5 165 + 5 165 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 165E + urn:ioos:station:wmo:52004 + urn:ogc:def:crs:epsg::4326 + + + -5 165 + -5 165 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8N 165E + urn:ioos:station:wmo:52006 + urn:ogc:def:crs:epsg::4326 + + + 8 165 + 8 165 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8S 165E + urn:ioos:station:wmo:52007 + urn:ogc:def:crs:epsg::4326 + + + -8 165 + -8 165 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ipan, Guam (121) + urn:ioos:station:wmo:52200 + urn:ogc:def:crs:epsg::4326 + + + 13.354 144.789 + 13.354 144.789 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kalo, Majuro, Marshall Islands - 163 + urn:ioos:station:wmo:52201 + urn:ogc:def:crs:epsg::4326 + + + 7.092 171.395 + 7.092 171.395 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Wake Island (WAK 002) + urn:ioos:station:wmo:52243 + urn:ogc:def:crs:epsg::4326 + + + 19.308 166.622 + 19.308 166.622 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Maug Islands (MAU 002) + urn:ioos:station:wmo:52244 + urn:ogc:def:crs:epsg::4326 + + + 20.029 145.232 + 20.029 145.232 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pagan Island (PAG 001) + urn:ioos:station:wmo:52245 + urn:ogc:def:crs:epsg::4326 + + + 18.127 145.757 + 18.127 145.757 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Saipan Island (SAI 008) + urn:ioos:station:wmo:52246 + urn:ogc:def:crs:epsg::4326 + + + 15.172 145.695 + 15.172 145.695 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Rota Island (ROT 002) + urn:ioos:station:wmo:52247 + urn:ogc:def:crs:epsg::4326 + + + 14.128 145.164 + 14.128 145.164 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Guam (GUA 003) + urn:ioos:station:wmo:52248 + urn:ogc:def:crs:epsg::4326 + + + 13.529 144.801 + 13.529 144.801 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kimbe, New Britain, PNG (KIM 001) + urn:ioos:station:wmo:52249 + urn:ogc:def:crs:epsg::4326 + + + -5.157 150.299 + -5.157 150.299 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5N 180E + urn:ioos:station:wmo:52309 + urn:ogc:def:crs:epsg::4326 + + + 5 180 + 5 180 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2N 180E + urn:ioos:station:wmo:52310 + urn:ogc:def:crs:epsg::4326 + + + 2 180 + 2 180 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 180E + urn:ioos:station:wmo:52311 + urn:ogc:def:crs:epsg::4326 + + + 0 180 + 0 180 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 2S 180E + urn:ioos:station:wmo:52312 + urn:ogc:def:crs:epsg::4326 + + + -2 180 + -2 180 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 5S 180E + urn:ioos:station:wmo:52313 + urn:ogc:def:crs:epsg::4326 + + + -5 180 + -5 180 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8N 180E + urn:ioos:station:wmo:52315 + urn:ogc:def:crs:epsg::4326 + + + 8 180 + 8 180 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8S 180E + urn:ioos:station:wmo:52316 + urn:ogc:def:crs:epsg::4326 + + + -8 180 + -8 180 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 0 165E + urn:ioos:station:wmo:52321 + urn:ogc:def:crs:epsg::4326 + + + 0 165 + 0 165 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 610 NM Northeast of Saipan + urn:ioos:station:wmo:52401 + urn:ogc:def:crs:epsg::4326 + + + 19.29 155.77 + 19.29 155.77 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 790 NM Northwest of Kwajalein + urn:ioos:station:wmo:52402 + urn:ogc:def:crs:epsg::4326 + + + 11.57 154.59 + 11.57 154.59 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 430 NM Southwest of Truk + urn:ioos:station:wmo:52403 + urn:ogc:def:crs:epsg::4326 + + + 4 145.54 + 4 145.54 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 760 NM Northeast of Manila, Philippines + urn:ioos:station:wmo:52404 + urn:ogc:def:crs:epsg::4326 + + + 20.94 132.31 + 20.94 132.31 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 740 NM West of Agana, Guam + urn:ioos:station:wmo:52405 + urn:ogc:def:crs:epsg::4326 + + + 12.88 132.33 + 12.88 132.33 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 450 NM Northeast of the Guadalcanal + urn:ioos:station:wmo:52406 + urn:ogc:def:crs:epsg::4326 + + + -5.36 165.05 + -5.36 165.05 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Bali + urn:ioos:station:wmo:53046 + urn:ogc:def:crs:epsg::4326 + + + -11.445 113.607 + -11.445 113.607 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 640NM Northeast of Auckland, New Zealand + urn:ioos:station:wmo:54401 + urn:ogc:def:crs:epsg::4326 + + + -33.01 -172.99 + -33.01 -172.99 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + DART Coral Sea + urn:ioos:station:wmo:55012 + urn:ogc:def:crs:epsg::4326 + + + -15.8 158.5 + -15.8 158.5 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ETD TASMAN + urn:ioos:station:wmo:55013 + urn:ogc:def:crs:epsg::4326 + + + -46.67 161 + -46.67 161 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + DART TASMAN SEA 1 + urn:ioos:station:wmo:55015 + urn:ogc:def:crs:epsg::4326 + + + -46.92 160.56 + -46.92 160.56 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fiji Basin + urn:ioos:station:wmo:55016 + urn:ogc:def:crs:epsg::4326 + + + -26 176 + -26 176 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + DART Coral Sea + urn:ioos:station:wmo:55023 + urn:ogc:def:crs:epsg::4326 + + + -14.803 153.585 + -14.803 153.585 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tasman Sea 2 + urn:ioos:station:wmo:55042 + urn:ogc:def:crs:epsg::4326 + + + -44.853 161.728 + -44.853 161.728 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Indian Ocean 1 + urn:ioos:station:wmo:56001 + urn:ogc:def:crs:epsg::4326 + + + -13.961 110.004 + -13.961 110.004 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + STB Indian Ocean 3 + urn:ioos:station:wmo:56003 + urn:ogc:def:crs:epsg::4326 + + + -15.021 117.989 + -15.021 117.989 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58900 + urn:ogc:def:crs:epsg::4326 + + + 23.201 126.128 + 23.225 126.147 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58901 + urn:ogc:def:crs:epsg::4326 + + + 17.823 121.143 + 24.161 127.158 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58902 + urn:ogc:def:crs:epsg::4326 + + + 20.614 121.265 + 23.993 126.58 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58903 + urn:ogc:def:crs:epsg::4326 + + + 18.584 -122.417 + 47.739 126.312 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58904 + urn:ogc:def:crs:epsg::4326 + + + 19.384 -122.414 + 47.722 120.326 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58905 + urn:ogc:def:crs:epsg::4326 + + + 18.63 119.891 + 22.014 120.539 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58951 + urn:ogc:def:crs:epsg::4326 + + + -31.932 113.502 + -29.118 115.054 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58952 + urn:ogc:def:crs:epsg::4326 + + + -14.443 144.732 + -13.327 146.548 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:58953 + urn:ogc:def:crs:epsg::4326 + + + -46.279 142.048 + -46.013 142.52 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:78900 + urn:ogc:def:crs:epsg::4326 + + + -77.44 -179.995 + -76.34 179.995 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Glider + urn:ioos:station:wmo:78901 + urn:ogc:def:crs:epsg::4326 + + + -77.466 170.193 + -76.089 179.914 + + + + + + + + text/csv + text/tab-separated-values + om:Observation + inline + + + Alexandria Bay, NY + urn:ioos:station:wmo:aban6 + urn:ogc:def:crs:epsg::4326 + + + 44.333 -75.933 + 44.333 -75.933 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Atlantic City Marina, NJ + urn:ioos:station:wmo:acmn4 + urn:ogc:def:crs:epsg::4326 + + + 39.38 -74.42 + 39.38 -74.42 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + St. Pierre, Ace Basin Reserve, SC + urn:ioos:station:wmo:acqs1 + urn:ogc:def:crs:epsg::4326 + + + 32.523 -80.357 + 32.523 -80.357 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ACE Basin Reserve, SC + urn:ioos:station:wmo:acxs1 + urn:ogc:def:crs:epsg::4326 + + + 32.559 -80.454 + 32.559 -80.454 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Algoma City Marina WI + urn:ioos:station:wmo:agmw3 + urn:ogc:def:crs:epsg::4326 + + + 44.608 -87.433 + 44.608 -87.433 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + East Amatuli Station Light, AK + urn:ioos:station:wmo:amaa2 + urn:ogc:def:crs:epsg::4326 + + + 58.915 -151.952 + 58.915 -151.952 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Anclote Gulf Park, FL + urn:ioos:station:wmo:ancf1 + urn:ogc:def:crs:epsg::4326 + + + 28.193 -82.789 + 28.193 -82.789 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + ANM - Anna Maria, FL + urn:ioos:station:wmo:anmf1 + urn:ogc:def:crs:epsg::4326 + + + 27.55 -82.75 + 27.55 -82.75 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Hudson River Reserve, NY + urn:ioos:station:wmo:anmn6 + urn:ogc:def:crs:epsg::4326 + + + 42.018 -73.917 + 42.018 -73.917 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tivoli South, Hudson River Reserve, NY + urn:ioos:station:wmo:anrn6 + urn:ogc:def:crs:epsg::4326 + + + 42.027 -73.926 + 42.027 -73.926 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Alpena Harbor Light, MI + urn:ioos:station:wmo:apnm4 + urn:ogc:def:crs:epsg::4326 + + + 45.06 -83.424 + 45.06 -83.424 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + East Bay, Apalachicola Reserve, FL + urn:ioos:station:wmo:apqf1 + urn:ogc:def:crs:epsg::4326 + + + 29.786 -84.875 + 29.786 -84.875 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Apalachicola Reserve, FL + urn:ioos:station:wmo:apxf1 + urn:ogc:def:crs:epsg::4326 + + + 29.791 -84.883 + 29.791 -84.883 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 9757809 - Arecibo, PR + urn:ioos:station:wmo:arop4 + urn:ogc:def:crs:epsg::4326 + + + 18.48 -66.702 + 18.48 -66.702 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + APK - Aripeka, FL + urn:ioos:station:wmo:arpf1 + urn:ogc:def:crs:epsg::4326 + + + 28.433 -82.667 + 28.433 -82.667 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Augustine Island, AK + urn:ioos:station:wmo:auga2 + urn:ogc:def:crs:epsg::4326 + + + 59.378 -153.348 + 59.378 -153.348 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Avalon, NJ + urn:ioos:station:wmo:avan4 + urn:ogc:def:crs:epsg::4326 + + + 39.09 -74.72 + 39.09 -74.72 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8776604 - Baffin Bay; Point of Rocks, TX + urn:ioos:station:wmo:babt2 + urn:ogc:def:crs:epsg::4326 + + + 27.301 -97.416 + 27.301 -97.416 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Barcelona Harbor, NY + urn:ioos:station:wmo:barn6 + urn:ogc:def:crs:epsg::4326 + + + 42.346 -79.596 + 42.346 -79.596 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Broad River, FL + urn:ioos:station:wmo:bdvf1 + urn:ogc:def:crs:epsg::4326 + + + 25.476 -80.99 + 25.476 -80.99 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Big Carlos Pass, FL + urn:ioos:station:wmo:bgcf1 + urn:ogc:def:crs:epsg::4326 + + + 26.404 -81.881 + 26.404 -81.881 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Great Bay Reserve, NH + urn:ioos:station:wmo:bgxn3 + urn:ogc:def:crs:epsg::4326 + + + 43.059 -70.83 + 43.059 -70.83 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Burns Harbor, IN + urn:ioos:station:wmo:bhri3 + urn:ogc:def:crs:epsg::4326 + + + 41.647 -87.147 + 41.647 -87.147 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Big Bay, MI + urn:ioos:station:wmo:bigm4 + urn:ogc:def:crs:epsg::4326 + + + 46.83 -87.73 + 46.83 -87.73 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bligh Reef Light, AK + urn:ioos:station:wmo:blia2 + urn:ogc:def:crs:epsg::4326 + + + 60.84 -146.88 + 60.84 -146.88 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bartlet Cove AK + urn:ioos:station:wmo:blta2 + urn:ogc:def:crs:epsg::4326 + + + 58.455 -135.888 + 58.455 -135.888 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Butternut Key, FL + urn:ioos:station:wmo:bnkf1 + urn:ogc:def:crs:epsg::4326 + + + 25.087 -80.519 + 25.087 -80.519 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bob Allen, FL + urn:ioos:station:wmo:bobf1 + urn:ogc:def:crs:epsg::4326 + + + 25.024 -80.682 + 25.024 -80.682 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Brant Beach, NJ + urn:ioos:station:wmo:brbn4 + urn:ogc:def:crs:epsg::4326 + + + 39.61 -74.2 + 39.61 -74.2 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Railroad, Chesapeake Bay Reserve, MD + urn:ioos:station:wmo:brim2 + urn:ogc:def:crs:epsg::4326 + + + 38.781 -76.714 + 38.781 -76.714 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Big Sable Point, MI + urn:ioos:station:wmo:bsbm4 + urn:ogc:def:crs:epsg::4326 + + + 44.055 -86.514 + 44.055 -86.514 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bon Secour, AL + urn:ioos:station:wmo:bsca1 + urn:ogc:def:crs:epsg::4326 + + + 30.329 -87.829 + 30.329 -87.829 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Chesapeake Bay, MD + urn:ioos:station:wmo:bslm2 + urn:ogc:def:crs:epsg::4326 + + + 38.781 -76.708 + 38.781 -76.708 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Southwest Pass, LA + urn:ioos:station:wmo:burl1 + urn:ogc:def:crs:epsg::4326 + + + 28.905 -89.428 + 28.905 -89.428 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buzzards Bay, MA + urn:ioos:station:wmo:buzm3 + urn:ogc:def:crs:epsg::4326 + + + 41.397 -71.033 + 41.397 -71.033 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bayview Channel - Padilla Bay, WA + urn:ioos:station:wmo:bvqw1 + urn:ogc:def:crs:epsg::4326 + + + 48.496 -122.501 + 48.496 -122.501 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Blackwater Sound, FL + urn:ioos:station:wmo:bwsf1 + urn:ogc:def:crs:epsg::4326 + + + 25.177 -80.438 + 25.177 -80.438 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Campbell Park, FL + urn:ioos:station:wmo:camf1 + urn:ogc:def:crs:epsg::4326 + + + 27.765 -82.649 + 27.765 -82.649 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cane Patch, FL + urn:ioos:station:wmo:canf1 + urn:ogc:def:crs:epsg::4326 + + + 25.42 -80.943 + 25.42 -80.943 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Arago, OR + urn:ioos:station:wmo:caro3 + urn:ogc:def:crs:epsg::4326 + + + 43.342 -124.375 + 43.342 -124.375 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Conneaut Breakwater Light, OH + urn:ioos:station:wmo:cblo1 + urn:ogc:def:crs:epsg::4326 + + + 41.981 -80.555 + 41.981 -80.555 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Chambers Island, WI + urn:ioos:station:wmo:cbrw3 + urn:ogc:def:crs:epsg::4326 + + + 45.198 -87.36 + 45.198 -87.36 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Decision, AK + urn:ioos:station:wmo:cdea2 + urn:ogc:def:crs:epsg::4326 + + + 56.002 -134.133 + 56.002 -134.133 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cedar Key, FL + urn:ioos:station:wmo:cdrf1 + urn:ogc:def:crs:epsg::4326 + + + 29.136 -83.029 + 29.136 -83.029 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Strom Thurmond Dam, SC + urn:ioos:station:wmo:chds1 + urn:ogc:def:crs:epsg::4326 + + + 33.662 -82.2 + 33.662 -82.2 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Chicago, IL + urn:ioos:station:wmo:chii2 + urn:ogc:def:crs:epsg::4326 + + + 42 -87.5 + 42 -87.5 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Chesapeake Light, VA + urn:ioos:station:wmo:chlv2 + urn:ogc:def:crs:epsg::4326 + + + 36.91 -75.71 + 36.91 -75.71 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Slough Reserve, OR + urn:ioos:station:wmo:chno3 + urn:ogc:def:crs:epsg::4326 + + + 43.345 -124.329 + 43.345 -124.329 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Winchester Arm - South Slough, OR + urn:ioos:station:wmo:chqo3 + urn:ogc:def:crs:epsg::4326 + + + 43.282 -124.32 + 43.282 -124.32 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Lookout, NC + urn:ioos:station:wmo:clkn7 + urn:ogc:def:crs:epsg::4326 + + + 34.622 -76.525 + 34.622 -76.525 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + St. Clair Shores, MI + urn:ioos:station:wmo:clsm4 + urn:ogc:def:crs:epsg::4326 + + + 42.471 -82.877 + 42.471 -82.877 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cannon Bay, FL + urn:ioos:station:wmo:cnbf1 + urn:ogc:def:crs:epsg::4326 + + + 25.7 -81.186 + 25.7 -81.186 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Copano Bay, TX + urn:ioos:station:wmo:cpnt2 + urn:ogc:def:crs:epsg::4326 + + + 28.118 -97.022 + 28.118 -97.022 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cal Poly Pier, CA + urn:ioos:station:wmo:cpxc1 + urn:ogc:def:crs:epsg::4326 + + + 35.17 -120.741 + 35.17 -120.741 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cedar Point, AL + urn:ioos:station:wmo:crta1 + urn:ogc:def:crs:epsg::4326 + + + 30.308 -88.14 + 30.308 -88.14 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cape Spencer, AK + urn:ioos:station:wmo:cspa2 + urn:ogc:def:crs:epsg::4326 + + + 58.199 -136.639 + 58.199 -136.639 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sweet Hall, Chesapeake Bay Reserve, VA + urn:ioos:station:wmo:cvqv2 + urn:ogc:def:crs:epsg::4326 + + + 37.571 -76.884 + 37.571 -76.884 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Clear Water Pass, FL + urn:ioos:station:wmo:cwaf1 + urn:ogc:def:crs:epsg::4326 + + + 25.295 -81.013 + 25.295 -81.013 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Charleston Bridge, South Slough Reserve, OR + urn:ioos:station:wmo:cwqo3 + urn:ogc:def:crs:epsg::4326 + + + 43.338 -124.321 + 43.338 -124.321 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Cheybogan, MI + urn:ioos:station:wmo:cygm4 + urn:ogc:def:crs:epsg::4326 + + + 45.651 -84.472 + 45.651 -84.472 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Dunkirk, NY + urn:ioos:station:wmo:dbln6 + urn:ogc:def:crs:epsg::4326 + + + 42.493 -79.353 + 42.493 -79.353 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Debidue Creek - North Inlet - Winyah Bay, NC + urn:ioos:station:wmo:dbqs1 + urn:ogc:def:crs:epsg::4326 + + + 33.36 -79.168 + 33.36 -79.168 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lebanon Landing, Delaware Reserve, DE + urn:ioos:station:wmo:deqd1 + urn:ogc:def:crs:epsg::4326 + + + 39.114 -75.499 + 39.114 -75.499 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Destruction Is., WA + urn:ioos:station:wmo:desw1 + urn:ogc:def:crs:epsg::4326 + + + 47.675 -124.485 + 47.675 -124.485 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Devils Island, WI + urn:ioos:station:wmo:disw3 + urn:ogc:def:crs:epsg::4326 + + + 47.08 -90.728 + 47.08 -90.728 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Duck Key, FL + urn:ioos:station:wmo:dkkf1 + urn:ogc:def:crs:epsg::4326 + + + 25.18 -80.49 + 25.18 -80.49 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Dauphin Island, AL + urn:ioos:station:wmo:dpha1 + urn:ogc:def:crs:epsg::4326 + + + 30.251 -88.078 + 30.251 -88.078 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Dauphin Island, AL + urn:ioos:station:wmo:dpia1 + urn:ogc:def:crs:epsg::4326 + + + 30.248 -88.073 + 30.248 -88.073 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Drift River Terminal, AK + urn:ioos:station:wmo:drfa2 + urn:ogc:def:crs:epsg::4326 + + + 60.553 -152.137 + 60.553 -152.137 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Delaware Reserve, DE + urn:ioos:station:wmo:drsd1 + urn:ogc:def:crs:epsg::4326 + + + 39.089 -75.437 + 39.089 -75.437 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + EGK - Egmont Key, FL + urn:ioos:station:wmo:egkf1 + urn:ogc:def:crs:epsg::4326 + + + 27.601 -82.76 + 27.601 -82.76 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Marsh, Elkhorn Slough Reserve, CA + urn:ioos:station:wmo:elqc1 + urn:ogc:def:crs:epsg::4326 + + + 36.818 -121.739 + 36.818 -121.739 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Elkhorn Slough Reserve, CA + urn:ioos:station:wmo:elxc1 + urn:ogc:def:crs:epsg::4326 + + + 36.815 -121.738 + 36.815 -121.738 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Eldred Rock, AK + urn:ioos:station:wmo:eroa2 + urn:ogc:def:crs:epsg::4326 + + + 58.971 -135.22 + 58.971 -135.22 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Folly Island, SC + urn:ioos:station:wmo:fbis1 + urn:ogc:def:crs:epsg::4326 + + + 32.685 -79.888 + 32.685 -79.888 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Folly Beach Pier, SC + urn:ioos:station:wmo:fbps1 + urn:ogc:def:crs:epsg::4326 + + + 32.652 -79.938 + 32.652 -79.938 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Five Finger, AK + urn:ioos:station:wmo:ffia2 + urn:ogc:def:crs:epsg::4326 + + + 57.272 -133.63 + 57.272 -133.63 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + High Island 334 + urn:ioos:station:wmo:fgbl1 + urn:ogc:def:crs:epsg::4326 + + + 28.118 -93.67 + 28.118 -93.67 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fred Howard Park, FL + urn:ioos:station:wmo:fhpf1 + urn:ogc:def:crs:epsg::4326 + + + 28.153 -82.801 + 28.153 -82.801 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Flat Island Light, AK + urn:ioos:station:wmo:fila2 + urn:ogc:def:crs:epsg::4326 + + + 59.332 -151.995 + 59.332 -151.995 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fairport, MI + urn:ioos:station:wmo:fptm4 + urn:ogc:def:crs:epsg::4326 + + + 45.619 -86.659 + 45.619 -86.659 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 9753216 - Fajardo, PR + urn:ioos:station:wmo:frdp4 + urn:ogc:def:crs:epsg::4326 + + + 18.335 -65.631 + 18.335 -65.631 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Foster Ave Chicago, IL (CPD) + urn:ioos:station:wmo:fsti2 + urn:ogc:def:crs:epsg::4326 + + + 41.976 -87.648 + 41.976 -87.648 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fowey Rocks, FL + urn:ioos:station:wmo:fwyf1 + urn:ogc:def:crs:epsg::4326 + + + 25.59 -80.097 + 25.59 -80.097 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Gunboat Island, FL + urn:ioos:station:wmo:gbif1 + urn:ogc:def:crs:epsg::4326 + + + 25.376 -81.029 + 25.376 -81.029 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Green Bay Entrance Light WI + urn:ioos:station:wmo:gblw3 + urn:ogc:def:crs:epsg::4326 + + + 44.655 -87.902 + 44.655 -87.902 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Oyster River, Great Bay Reserve, NH + urn:ioos:station:wmo:gbqn3 + urn:ogc:def:crs:epsg::4326 + + + 43.134 -70.911 + 43.134 -70.911 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Garfield Bight, FL + urn:ioos:station:wmo:gbtf1 + urn:ogc:def:crs:epsg::4326 + + + 25.17 -80.797 + 25.17 -80.797 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bangs Lake, Grand Bay Reserve, MS + urn:ioos:station:wmo:gdqm6 + urn:ogc:def:crs:epsg::4326 + + + 30.357 -88.463 + 30.357 -88.463 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Goodwin Island, Chesapeake Bay Reserve, VA + urn:ioos:station:wmo:gdwv2 + urn:ogc:def:crs:epsg::4326 + + + 37.218 -76.395 + 37.218 -76.395 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Grand Bay Reserve, MS + urn:ioos:station:wmo:gdxm6 + urn:ogc:def:crs:epsg::4326 + + + 30.359 -88.42 + 30.359 -88.42 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Geneva on the Lake, OH + urn:ioos:station:wmo:gelo1 + urn:ogc:def:crs:epsg::4326 + + + 41.86 -80.974 + 41.86 -80.974 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Grand Marais, MI + urn:ioos:station:wmo:grmm4 + urn:ogc:def:crs:epsg::4326 + + + 46.68 -85.97 + 46.68 -85.97 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Gravelly Shoals Light MI + urn:ioos:station:wmo:gslm4 + urn:ogc:def:crs:epsg::4326 + + + 44.018 -83.537 + 44.018 -83.537 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Grand Traverse Bay Observing System Station 2 + urn:ioos:station:wmo:gtbm4 + urn:ogc:def:crs:epsg::4326 + + + 44.767 -85.606 + 44.767 -85.606 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Grand Traverse Light, MI + urn:ioos:station:wmo:gtlm4 + urn:ogc:def:crs:epsg::4326 + + + 45.211 -85.55 + 45.211 -85.55 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pellicer Creek, Guan Tolomato Matanzas Reserve, FL + urn:ioos:station:wmo:gtqf1 + urn:ogc:def:crs:epsg::4326 + + + 29.669 -81.256 + 29.669 -81.256 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Superior Grand Traverse Bay, MI + urn:ioos:station:wmo:gtrm4 + urn:ogc:def:crs:epsg::4326 + + + 47.179 -88.242 + 47.179 -88.242 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Guana Tolomato Matanzas Reserve, FL + urn:ioos:station:wmo:gtxf1 + urn:ogc:def:crs:epsg::4326 + + + 29.658 -81.22 + 29.658 -81.22 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Hans Island, Arctic + urn:ioos:station:wmo:hansi + urn:ogc:def:crs:epsg::4326 + + + 80.81 -66.4 + 80.81 -66.4 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Highway Creek, FL + urn:ioos:station:wmo:hcef1 + urn:ogc:def:crs:epsg::4326 + + + 25.254 -80.444 + 25.254 -80.444 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Huron Light, OH + urn:ioos:station:wmo:hhlo1 + urn:ogc:def:crs:epsg::4326 + + + 41.401 -82.545 + 41.401 -82.545 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kachemak Bay Reserve, AK + urn:ioos:station:wmo:hmra2 + urn:ogc:def:crs:epsg::4326 + + + 59.601 -151.416 + 59.601 -151.416 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + HOM - Homosassa, FL + urn:ioos:station:wmo:hssf1 + urn:ogc:def:crs:epsg::4326 + + + 28.772 -82.707 + 28.772 -82.707 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tivoli North, Hudson River Reserve, NY + urn:ioos:station:wmo:huqn6 + urn:ogc:def:crs:epsg::4326 + + + 42.037 -73.925 + 42.037 -73.925 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Isle Dernieres, LA / CSI05 + urn:ioos:station:wmo:ildl1 + urn:ogc:def:crs:epsg::4326 + + + 29.053 -90.533 + 29.053 -90.533 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Isle of Shoals, NH + urn:ioos:station:wmo:iosn3 + urn:ogc:def:crs:epsg::4326 + + + 42.967 -70.623 + 42.967 -70.623 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 63rd ST, Chicago, IL (CPD) + urn:ioos:station:wmo:jaki2 + urn:ogc:def:crs:epsg::4326 + + + 41.781 -87.573 + 41.781 -87.573 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Chestnut Neck, Jacques Cousteau Reserve, NJ + urn:ioos:station:wmo:jcqn4 + urn:ogc:def:crs:epsg::4326 + + + 39.548 -74.461 + 39.548 -74.461 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Jacques Cousteau Reserve, NJ + urn:ioos:station:wmo:jcrn4 + urn:ogc:def:crs:epsg::4326 + + + 39.535 -74.464 + 39.535 -74.464 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Buoy 126, Jacques Cousteau Reserve, NJ + urn:ioos:station:wmo:jctn4 + urn:ogc:def:crs:epsg::4326 + + + 39.508 -74.338 + 39.508 -74.338 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Johnson Key, FL + urn:ioos:station:wmo:jkyf1 + urn:ogc:def:crs:epsg::4326 + + + 25.05 -80.904 + 25.05 -80.904 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Station 20, Jobes Bay Reserve, Puerto Rico + urn:ioos:station:wmo:joqp4 + urn:ogc:def:crs:epsg::4326 + + + 17.93 -66.211 + 17.93 -66.211 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Jobos Bay Reserve, Puerto Rico + urn:ioos:station:wmo:joxp4 + urn:ogc:def:crs:epsg::4326 + + + 17.956 -66.239 + 17.956 -66.239 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Katrina Cut, AL + urn:ioos:station:wmo:kata1 + urn:ogc:def:crs:epsg::4326 + + + 30.258 -88.213 + 30.258 -88.213 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Green Canyon 787 / Atlantis (BP) + urn:ioos:station:wmo:katp + urn:ogc:def:crs:epsg::4326 + + + 27.195 -90.027 + 27.195 -90.027 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Brazos 133B (Apache Corp) + urn:ioos:station:wmo:kbbf + urn:ogc:def:crs:epsg::4326 + + + 28.058 -95.872 + 28.058 -95.872 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Brazos 451 (Medco Energi) + urn:ioos:station:wmo:kbqx + urn:ogc:def:crs:epsg::4326 + + + 28.493 -95.724 + 28.493 -95.724 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Homer Deep, Kachemak Bay Reserve, AK + urn:ioos:station:wmo:kcha2 + urn:ogc:def:crs:epsg::4326 + + + 59.603 -151.408 + 59.603 -151.408 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + East Cameron 47JP (Apache Corp) + urn:ioos:station:wmo:kcmb + urn:ogc:def:crs:epsg::4326 + + + 29.441 -92.979 + 29.441 -92.979 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West Cameron 368A (Century Exploration) + urn:ioos:station:wmo:kcrh + urn:ogc:def:crs:epsg::4326 + + + 28.909 -93.302 + 28.909 -93.302 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West Delta 27A (AngloSuisse Offshore Partners) + urn:ioos:station:wmo:kdlp + urn:ogc:def:crs:epsg::4326 + + + 29.121 -89.547 + 29.121 -89.547 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + East Cameron 278B (Apache Corp) + urn:ioos:station:wmo:kehc + urn:ogc:def:crs:epsg::4326 + + + 28.429 -92.878 + 28.429 -92.878 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Eugene Island 215 (McMoRan Oil & Gas) + urn:ioos:station:wmo:keir + urn:ogc:def:crs:epsg::4326 + + + 28.634 -91.489 + 28.634 -91.489 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + East Breaks 165 (SandRidge Energy) + urn:ioos:station:wmo:kemk + urn:ogc:def:crs:epsg::4326 + + + 27.819 -94.323 + 27.819 -94.323 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Garden Banks 783 / Magnolia TLP (ConocoPhillips) + urn:ioos:station:wmo:kgbk + urn:ogc:def:crs:epsg::4326 + + + 27.204 -92.203 + 27.204 -92.203 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Garden Banks 172 / Salsa (Shell E & P) + urn:ioos:station:wmo:kghb + urn:ogc:def:crs:epsg::4326 + + + 27.84 -91.988 + 27.84 -91.988 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Bay of Grand Marais, MN + urn:ioos:station:wmo:kgna + urn:ogc:def:crs:epsg::4326 + + + 47.745 -90.346 + 47.745 -90.346 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Green Canyon 338 / Front Runner (Murphy E&P) + urn:ioos:station:wmo:kgry + urn:ogc:def:crs:epsg::4326 + + + 27.625 -90.441 + 27.625 -90.441 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Garden Banks 668 / Gunnison Spar (Anadarko) + urn:ioos:station:wmo:kgul + urn:ogc:def:crs:epsg::4326 + + + 27.304 -93.538 + 27.304 -93.538 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Galveston 424C (Nippon Oil Exploration) + urn:ioos:station:wmo:kgvx + urn:ogc:def:crs:epsg::4326 + + + 28.577 -94.976 + 28.577 -94.976 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Alaminos Canyon 25 / Hoover-Diana (ExxonMobile Corp) + urn:ioos:station:wmo:khhv + urn:ogc:def:crs:epsg::4326 + + + 26.939 -94.689 + 26.939 -94.689 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + High Island 376B (Apache) + urn:ioos:station:wmo:khqi + urn:ogc:def:crs:epsg::4326 + + + 27.934 -93.669 + 27.934 -93.669 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mississippi Canyon 920 / Independence Hub (Anadarko / Enterprise) + urn:ioos:station:wmo:kipn + urn:ogc:def:crs:epsg::4326 + + + 28.085 -87.986 + 28.085 -87.986 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mississippi Canyon 311A (Apache Corp) + urn:ioos:station:wmo:kmdj + urn:ogc:def:crs:epsg::4326 + + + 28.643 -89.794 + 28.643 -89.794 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + MP 140B AWOS (Apache Corp) + urn:ioos:station:wmo:kmis + urn:ogc:def:crs:epsg::4326 + + + 29.296 -88.842 + 29.296 -88.842 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mustang Island A31B (Merit Energy) + urn:ioos:station:wmo:kmiu + urn:ogc:def:crs:epsg::4326 + + + 27.289 -96.736 + 27.289 -96.736 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mississippi Canyon 711 / ATP Innovator (ATP Oil & Gas) + urn:ioos:station:wmo:kmyt + urn:ogc:def:crs:epsg::4326 + + + 28.221 -89.615 + 28.221 -89.615 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mustang Island A85A (Apache Corp) + urn:ioos:station:wmo:kmzg + urn:ogc:def:crs:epsg::4326 + + + 27.727 -96.191 + 27.727 -96.191 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kilo Nalu Observatory, Hawaii + urn:ioos:station:wmo:knoh1 + urn:ogc:def:crs:epsg::4326 + + + 21.288 -157.865 + 21.288 -157.865 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Kenosha, WI + urn:ioos:station:wmo:knsw3 + urn:ogc:def:crs:epsg::4326 + + + 42.589 -87.809 + 42.589 -87.809 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + North Padre Island 975 (Peregrine Oil & Gas) + urn:ioos:station:wmo:kopm + urn:ogc:def:crs:epsg::4326 + + + 26.833 -96.94 + 26.833 -96.94 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Munising Lake Shore, MI + urn:ioos:station:wmo:kp53 + urn:ogc:def:crs:epsg::4326 + + + 46.417 -86.65 + 46.417 -86.65 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Hope, MI + urn:ioos:station:wmo:kp58 + urn:ogc:def:crs:epsg::4326 + + + 44.017 -82.8 + 44.017 -82.8 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Copper Harbor, MI + urn:ioos:station:wmo:kp59 + urn:ogc:def:crs:epsg::4326 + + + 47.467 -87.883 + 47.467 -87.883 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Marsh 268A (Apache Corp) + urn:ioos:station:wmo:kscf + urn:ogc:def:crs:epsg::4326 + + + 29.116 -91.871 + 29.116 -91.871 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ship Shoal 178 (Apache Corp) + urn:ioos:station:wmo:kspr + urn:ogc:def:crs:epsg::4326 + + + 28.599 -91.206 + 28.599 -91.206 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Timballer 301B / Popeye (Shell E & P) + urn:ioos:station:wmo:kstz + urn:ogc:def:crs:epsg::4326 + + + 28.16 -90.666 + 28.16 -90.666 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Keaton Beach, FL + urn:ioos:station:wmo:ktnf1 + urn:ogc:def:crs:epsg::4326 + + + 29.817 -83.592 + 29.817 -83.592 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + East Breaks 643 / Boomvang Spar (Anadarko) + urn:ioos:station:wmo:kvaf + urn:ogc:def:crs:epsg::4326 + + + 27.354 -94.625 + 27.354 -94.625 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sabine Pass 13B (Nippon Oil Exploration) + urn:ioos:station:wmo:kvbs + urn:ogc:def:crs:epsg::4326 + + + 29.478 -93.638 + 29.478 -93.638 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Main Pass 289C (Apache Corp.) + urn:ioos:station:wmo:kvky + urn:ogc:def:crs:epsg::4326 + + + 29.248 -88.441 + 29.248 -88.441 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Vermillion 26 (Mariner Energy) + urn:ioos:station:wmo:kvnp + urn:ogc:def:crs:epsg::4326 + + + 29.467 -92.368 + 29.467 -92.368 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Visco Knoll 786 / Petronius (Chevron) + urn:ioos:station:wmo:kvoa + urn:ogc:def:crs:epsg::4326 + + + 29.229 -87.781 + 29.229 -87.781 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Vermillon 331A (ERT / Helix) + urn:ioos:station:wmo:kvqt + urn:ogc:def:crs:epsg::4326 + + + 28.27 -92.264 + 28.27 -92.264 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + High Island 179A AWOS (Apache Corp) + urn:ioos:station:wmo:kxih + urn:ogc:def:crs:epsg::4326 + + + 29.18 -94.521 + 29.18 -94.521 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fourchon Heliport (Era Helicopters) + urn:ioos:station:wmo:kxpy + urn:ogc:def:crs:epsg::4326 + + + 29.123 -90.202 + 29.123 -90.202 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Broad River Lower, FL + urn:ioos:station:wmo:lbrf1 + urn:ogc:def:crs:epsg::4326 + + + 25.484 -81.111 + 25.484 -81.111 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Little Blackwater, FL + urn:ioos:station:wmo:lbsf1 + urn:ogc:def:crs:epsg::4326 + + + 25.212 -80.433 + 25.212 -80.433 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Little Caymans Research Centre, Cayman Islands + urn:ioos:station:wmo:lciy2 + urn:ogc:def:crs:epsg::4326 + + + 19.699 -80.061 + 19.699 -80.061 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lincoln Rock, AK + urn:ioos:station:wmo:lcna2 + urn:ogc:def:crs:epsg::4326 + + + 56.057 -132.696 + 56.057 -132.696 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + New London Ledge CT - Ledge Light Weather Station + urn:ioos:station:wmo:ldlc3 + urn:ogc:def:crs:epsg::4326 + + + 41.305 -72.077 + 41.305 -72.077 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Littleton Island, Arctic + urn:ioos:station:wmo:litli + urn:ogc:def:crs:epsg::4326 + + + 78.363 -72.865 + 78.363 -72.865 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + La Jolla, CA (073) + urn:ioos:station:wmo:ljpc1 + urn:ogc:def:crs:epsg::4326 + + + 32.867 -117.257 + 32.867 -117.257 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Western Lake Ponchartrain, LA + urn:ioos:station:wmo:lkpl1 + urn:ogc:def:crs:epsg::4326 + + + 30.315 -90.281 + 30.315 -90.281 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lake Worth, FL + urn:ioos:station:wmo:lkwf1 + urn:ogc:def:crs:epsg::4326 + + + 26.612 -80.033 + 26.612 -80.033 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lao Lao Bay, Saipan, CNMI + urn:ioos:station:wmo:llbp7 + urn:ogc:def:crs:epsg::4326 + + + 15.157 145.77 + 15.157 145.77 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + La Mancha Beach, Mexico + urn:ioos:station:wmo:lmbv4 + urn:ogc:def:crs:epsg::4326 + + + 19.594 -96.379 + 19.594 -96.379 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Little Madeira, FL + urn:ioos:station:wmo:lmdf1 + urn:ogc:def:crs:epsg::4326 + + + 25.174 -80.632 + 25.174 -80.632 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lake Murray SC + urn:ioos:station:wmo:lmfs1 + urn:ogc:def:crs:epsg::4326 + + + 34.107 -81.271 + 34.107 -81.271 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lostmans River, FL + urn:ioos:station:wmo:lmrf1 + urn:ogc:def:crs:epsg::4326 + + + 25.554 -81.169 + 25.554 -81.169 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lake Marion, SC + urn:ioos:station:wmo:lmss1 + urn:ogc:def:crs:epsg::4326 + + + 33.552 -80.501 + 33.552 -80.501 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Long Key, FL + urn:ioos:station:wmo:lonf1 + urn:ogc:def:crs:epsg::4326 + + + 24.843 -80.862 + 24.843 -80.862 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Louisiana Offshore Oil Port, LA + urn:ioos:station:wmo:lopl1 + urn:ogc:def:crs:epsg::4326 + + + 28.885 -90.024 + 28.885 -90.024 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Media Luna, La Parguera, PR + urn:ioos:station:wmo:lprp4 + urn:ogc:def:crs:epsg::4326 + + + 17.939 -67.052 + 17.939 -67.052 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lane River, FL + urn:ioos:station:wmo:lrif1 + urn:ogc:def:crs:epsg::4326 + + + 25.284 -80.894 + 25.284 -80.894 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Little Rabbit Key, FL + urn:ioos:station:wmo:lrkf1 + urn:ogc:def:crs:epsg::4326 + + + 24.979 -80.826 + 24.979 -80.826 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lake St Clair, MI + urn:ioos:station:wmo:lscm4 + urn:ogc:def:crs:epsg::4326 + + + 42.465 -82.755 + 42.465 -82.755 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Long Sound, FL + urn:ioos:station:wmo:lsnf1 + urn:ogc:def:crs:epsg::4326 + + + 25.233 -80.457 + 25.233 -80.457 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Otter Point Creek, Chesapeake Bay Reserve, MD + urn:ioos:station:wmo:ltqm2 + urn:ogc:def:crs:epsg::4326 + + + 39.451 -76.275 + 39.451 -76.275 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + LUMCON Marine Center, LA + urn:ioos:station:wmo:luml1 + urn:ogc:def:crs:epsg::4326 + + + 29.253 -90.663 + 29.253 -90.663 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mission-Aransas Reserve, TX + urn:ioos:station:wmo:maqt2 + urn:ogc:def:crs:epsg::4326 + + + 28.081 -97.203 + 28.081 -97.203 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mission-Aransas Reserve, TX + urn:ioos:station:wmo:maxt2 + urn:ogc:def:crs:epsg::4326 + + + 28.132 -97.034 + 28.132 -97.034 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Middle Bay Light, AL + urn:ioos:station:wmo:mbla1 + urn:ogc:def:crs:epsg::4326 + + + 30.437 -88.012 + 30.437 -88.012 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Michigan City, IN + urn:ioos:station:wmo:mcyi3 + urn:ogc:def:crs:epsg::4326 + + + 41.729 -86.913 + 41.729 -86.913 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Mt Desert Rock, ME + urn:ioos:station:wmo:mdrm1 + urn:ogc:def:crs:epsg::4326 + + + 43.968 -68.128 + 43.968 -68.128 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Manistee Harbor, MI + urn:ioos:station:wmo:meem4 + urn:ogc:def:crs:epsg::4326 + + + 44.248 -86.346 + 44.248 -86.346 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 9759394 - Mayaguez, PR + urn:ioos:station:wmo:mgzp4 + urn:ogc:def:crs:epsg::4326 + + + 18.218 -67.159 + 18.218 -67.159 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Meaher Park, AL + urn:ioos:station:wmo:mhpa1 + urn:ogc:def:crs:epsg::4326 + + + 30.667 -87.936 + 30.667 -87.936 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Matinicus Rock, ME + urn:ioos:station:wmo:mism1 + urn:ogc:def:crs:epsg::4326 + + + 43.783 -68.855 + 43.783 -68.855 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Muskegon, MI + urn:ioos:station:wmo:mkgm4 + urn:ogc:def:crs:epsg::4326 + + + 43.228 -86.339 + 43.228 -86.339 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Molasses Reef, FL + urn:ioos:station:wmo:mlrf1 + urn:ogc:def:crs:epsg::4326 + + + 25.01 -80.38 + 25.01 -80.38 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Moss Landing, South Harbor, CA + urn:ioos:station:wmo:mlsc1 + urn:ogc:def:crs:epsg::4326 + + + 36.807 -121.788 + 36.807 -121.788 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Milwaukee, WI + urn:ioos:station:wmo:mlww3 + urn:ogc:def:crs:epsg::4326 + + + 43.046 -87.879 + 43.046 -87.879 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Middle Rock Light, AK + urn:ioos:station:wmo:mrka2 + urn:ogc:def:crs:epsg::4326 + + + 61.082 -146.662 + 61.082 -146.662 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Marsh Island, LA / CSI03 + urn:ioos:station:wmo:mrsl1 + urn:ogc:def:crs:epsg::4326 + + + 29.44 -92.061 + 29.44 -92.061 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Murray Key, FL + urn:ioos:station:wmo:mukf1 + urn:ogc:def:crs:epsg::4326 + + + 25.104 -80.942 + 25.104 -80.942 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Naubinway, MI + urn:ioos:station:wmo:nabm4 + urn:ogc:def:crs:epsg::4326 + + + 46.087 -85.443 + 46.087 -85.443 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + T-Wharf Bottom, Narragansett Bay Reserve, RI + urn:ioos:station:wmo:naqr1 + urn:ogc:def:crs:epsg::4326 + + + 41.579 -71.321 + 41.579 -71.321 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Narragansett Bay Reserve, RI + urn:ioos:station:wmo:naxr1 + urn:ogc:def:crs:epsg::4326 + + + 41.639 -71.339 + 41.639 -71.339 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8770777 - Manchester, TX + urn:ioos:station:wmo:ncht2 + urn:ogc:def:crs:epsg::4326 + + + 29.726 -95.266 + 29.726 -95.266 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + NFB - Northwest Florida Bay, FL + urn:ioos:station:wmo:nfbf1 + urn:ogc:def:crs:epsg::4326 + + + 25.084 -81.096 + 25.084 -81.096 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8775283 - Port Ingleside, TX + urn:ioos:station:wmo:nglt2 + urn:ogc:def:crs:epsg::4326 + + + 27.822 -97.203 + 27.822 -97.203 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Oyster Landing, North Inlet-Winyah Bay Reserve, SC + urn:ioos:station:wmo:niqs1 + urn:ogc:def:crs:epsg::4326 + + + 33.349 -79.193 + 33.349 -79.193 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + North Inlet-Winyah Bay Reserve, SC + urn:ioos:station:wmo:niws1 + urn:ogc:def:crs:epsg::4326 + + + 33.349 -79.193 + 33.349 -79.193 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Research Creek, North Carolina Reserve, NC + urn:ioos:station:wmo:noqn7 + urn:ogc:def:crs:epsg::4326 + + + 34.156 -77.85 + 34.156 -77.85 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + North Carolina Reserve, NC + urn:ioos:station:wmo:noxn7 + urn:ogc:def:crs:epsg::4326 + + + 34.156 -77.851 + 34.156 -77.851 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Northport Pier at Death's Door WI + urn:ioos:station:wmo:npdw3 + urn:ogc:def:crs:epsg::4326 + + + 45.29 -86.978 + 45.29 -86.978 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Newport, OR + urn:ioos:station:wmo:nwpo3 + urn:ogc:def:crs:epsg::4326 + + + 44.613 -124.067 + 44.613 -124.067 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ocean Grove, NJ + urn:ioos:station:wmo:ocgn4 + urn:ogc:def:crs:epsg::4326 + + + 40.209 -74.004 + 40.209 -74.004 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + OCP1 - Ocean Crest Pier, NC + urn:ioos:station:wmo:ocpn7 + urn:ogc:def:crs:epsg::4326 + + + 33.908 -78.148 + 33.908 -78.148 + + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Oak ST, Chicago, IL (CPD) + urn:ioos:station:wmo:oksi2 + urn:ogc:def:crs:epsg::4326 + + + 41.912 -87.624 + 41.912 -87.624 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Olcott Harbor, NY + urn:ioos:station:wmo:olcn6 + urn:ogc:def:crs:epsg::4326 + + + 43.341 -78.719 + 43.341 -78.719 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Ontonagon, MI + urn:ioos:station:wmo:otnm4 + urn:ogc:def:crs:epsg::4326 + + + 46.874 -89.329 + 46.874 -89.329 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + OL, Old Woman Creek Reserve, OH + urn:ioos:station:wmo:owqo1 + urn:ogc:def:crs:epsg::4326 + + + 41.382 -82.514 + 41.382 -82.514 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Old Woman Creek, OH + urn:ioos:station:wmo:owxo1 + urn:ogc:def:crs:epsg::4326 + + + 41.378 -82.508 + 41.378 -82.508 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8775792 - Packery Channel, TX + urn:ioos:station:wmo:pact2 + urn:ogc:def:crs:epsg::4326 + + + 27.633 -97.237 + 27.633 -97.237 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Padilla Bay Reserve, WA + urn:ioos:station:wmo:pbfw1 + urn:ogc:def:crs:epsg::4326 + + + 48.464 -122.468 + 48.464 -122.468 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Joe Leary Slough, Padilla Bay Reserve, WA + urn:ioos:station:wmo:pblw1 + urn:ogc:def:crs:epsg::4326 + + + 48.518 -122.473 + 48.518 -122.473 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Bishop, AK + urn:ioos:station:wmo:pbpa2 + urn:ogc:def:crs:epsg::4326 + + + 58.203 -134.148 + 58.203 -134.148 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8779748 - South Padre Island CGS, TX + urn:ioos:station:wmo:pcgt2 + urn:ogc:def:crs:epsg::4326 + + + 26.077 -97.177 + 26.077 -97.177 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Portage Canal, MI + urn:ioos:station:wmo:pclm4 + urn:ogc:def:crs:epsg::4326 + + + 47.276 -88.528 + 47.276 -88.528 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8773701 - Matagorda Bay; Port O'Connor, TX + urn:ioos:station:wmo:pcnt2 + urn:ogc:def:crs:epsg::4326 + + + 28.452 -96.388 + 28.452 -96.388 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pilot Rock, AK + urn:ioos:station:wmo:pila2 + urn:ogc:def:crs:epsg::4326 + + + 59.742 -149.47 + 59.742 -149.47 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Passage Island, MI + urn:ioos:station:wmo:pilm4 + urn:ogc:def:crs:epsg::4326 + + + 48.223 -88.367 + 48.223 -88.367 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Peterson Key, FL + urn:ioos:station:wmo:pkyf1 + urn:ogc:def:crs:epsg::4326 + + + 24.917 -80.746 + 24.917 -80.746 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Pulaski Shoal Light, FL + urn:ioos:station:wmo:plsf1 + urn:ogc:def:crs:epsg::4326 + + + 24.693 -82.773 + 24.693 -82.773 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 9758053 - Penuelas, PR + urn:ioos:station:wmo:plsp4 + urn:ogc:def:crs:epsg::4326 + + + 17.973 -66.762 + 17.973 -66.762 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Wing, WI + urn:ioos:station:wmo:pngw3 + urn:ogc:def:crs:epsg::4326 + + + 46.792 -91.386 + 46.792 -91.386 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8770475 - Port Arthur, TX + urn:ioos:station:wmo:port2 + urn:ogc:def:crs:epsg::4326 + + + 29.867 -93.93 + 29.867 -93.93 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Potato Point, AK + urn:ioos:station:wmo:pota2 + urn:ogc:def:crs:epsg::4326 + + + 61.06 -146.7 + 61.06 -146.7 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Perdido Key, AL + urn:ioos:station:wmo:ppta1 + urn:ogc:def:crs:epsg::4326 + + + 30.279 -87.556 + 30.279 -87.556 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Presque Isle Light, MI + urn:ioos:station:wmo:prim4 + urn:ogc:def:crs:epsg::4326 + + + 45.356 -83.492 + 45.356 -83.492 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Retreat, AK + urn:ioos:station:wmo:prta2 + urn:ogc:def:crs:epsg::4326 + + + 58.412 -134.953 + 58.412 -134.953 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Sanilac, MI + urn:ioos:station:wmo:pscm4 + urn:ogc:def:crs:epsg::4326 + + + 43.423 -82.536 + 43.423 -82.536 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Arena, CA + urn:ioos:station:wmo:ptac1 + urn:ogc:def:crs:epsg::4326 + + + 38.955 -123.74 + 38.955 -123.74 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Aransas, TX + urn:ioos:station:wmo:ptat2 + urn:ogc:def:crs:epsg::4326 + + + 27.828 -97.05 + 27.828 -97.05 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Point Arguello, CA + urn:ioos:station:wmo:ptgc1 + urn:ogc:def:crs:epsg::4326 + + + 34.577 -120.648 + 34.577 -120.648 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + PAS -Port Richey, FL + urn:ioos:station:wmo:ptrf1 + urn:ogc:def:crs:epsg::4326 + + + 28.285 -82.733 + 28.285 -82.733 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Everglades Channel, FL + urn:ioos:station:wmo:pvgf1 + urn:ogc:def:crs:epsg::4326 + + + 26.092 -80.109 + 26.092 -80.109 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Port Washington, WI + urn:ioos:station:wmo:pwaw3 + urn:ogc:def:crs:epsg::4326 + + + 43.388 -87.868 + 43.388 -87.868 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lower Henderson, Rockery Bay Reserve, FL + urn:ioos:station:wmo:rkqf1 + urn:ogc:def:crs:epsg::4326 + + + 26.026 -81.733 + 26.026 -81.733 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Rookery Bay Reserve, FL + urn:ioos:station:wmo:rkxf1 + urn:ogc:def:crs:epsg::4326 + + + 26.05 -81.701 + 26.05 -81.701 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8770971 - Rollover Pass, TX + urn:ioos:station:wmo:rlot2 + urn:ogc:def:crs:epsg::4326 + + + 29.515 -94.513 + 29.515 -94.513 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Rock of Ages, MI + urn:ioos:station:wmo:roam4 + urn:ogc:def:crs:epsg::4326 + + + 47.867 -89.313 + 47.867 -89.313 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Rochester, NY + urn:ioos:station:wmo:rprn6 + urn:ogc:def:crs:epsg::4326 + + + 43.258 -77.592 + 43.258 -77.592 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8777812 - Rincon del San Jose; Potrero Lopeno SW, TX + urn:ioos:station:wmo:rsjt2 + urn:ogc:def:crs:epsg::4326 + + + 26.801 -97.483 + 26.801 -97.483 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8775237 - Port Aransas, TX + urn:ioos:station:wmo:rtat2 + urn:ogc:def:crs:epsg::4326 + + + 27.84 -97.073 + 27.84 -97.073 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sacrifice Island, Mexico + urn:ioos:station:wmo:sacv4 + urn:ogc:def:crs:epsg::4326 + + + 19.174 -96.093 + 19.174 -96.093 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sand Key, FL + urn:ioos:station:wmo:sanf1 + urn:ogc:def:crs:epsg::4326 + + + 24.46 -81.88 + 24.46 -81.88 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lower Duplin, Sapelo Island Reserve, GA + urn:ioos:station:wmo:saqg1 + urn:ogc:def:crs:epsg::4326 + + + 31.418 -81.296 + 31.418 -81.296 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + St. Augustine, FL + urn:ioos:station:wmo:sauf1 + urn:ogc:def:crs:epsg::4326 + + + 29.857 -81.265 + 29.857 -81.265 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sapelo Island Reserve, GA + urn:ioos:station:wmo:saxg1 + urn:ogc:def:crs:epsg::4326 + + + 31.418 -81.295 + 31.418 -81.295 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Bass Island, OH + urn:ioos:station:wmo:sbio1 + urn:ogc:def:crs:epsg::4326 + + + 41.628 -82.842 + 41.628 -82.842 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Saginaw Bay Light #1, MI + urn:ioos:station:wmo:sblm4 + urn:ogc:def:crs:epsg::4326 + + + 43.806 -83.719 + 43.806 -83.719 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Scotton Landing, Delaware Reserve, DE + urn:ioos:station:wmo:scld1 + urn:ogc:def:crs:epsg::4326 + + + 39.085 -75.461 + 39.085 -75.461 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + China Camp, San Francisco Bay Reserve, CA + urn:ioos:station:wmo:scqc1 + urn:ogc:def:crs:epsg::4326 + + + 38.001 -122.46 + 38.001 -122.46 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Douglas, AK + urn:ioos:station:wmo:sdia2 + urn:ogc:def:crs:epsg::4326 + + + 58.277 -134.389 + 58.277 -134.389 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8773037 - Seadrift, TX + urn:ioos:station:wmo:sdrt2 + urn:ogc:def:crs:epsg::4326 + + + 28.407 -96.712 + 28.407 -96.712 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Katchemak Bay near Seldovia, AK + urn:ioos:station:wmo:seqa2 + urn:ogc:def:crs:epsg::4326 + + + 59.441 -151.719 + 59.441 -151.719 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + San Francisco Bay Reserve, CA + urn:ioos:station:wmo:sfxc1 + urn:ogc:def:crs:epsg::4326 + + + 38.223 -122.026 + 38.223 -122.026 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sheboygan, WI + urn:ioos:station:wmo:sgnw3 + urn:ogc:def:crs:epsg::4326 + + + 43.75 -87.692 + 43.75 -87.692 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tyndall AFB Tower C (N4), FL + urn:ioos:station:wmo:sgof1 + urn:ogc:def:crs:epsg::4326 + + + 29.407 -84.863 + 29.407 -84.863 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + SHP - Shell Point, FL + urn:ioos:station:wmo:shpf1 + urn:ogc:def:crs:epsg::4326 + + + 30.06 -84.291 + 30.06 -84.291 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sisters Island, AK + urn:ioos:station:wmo:sisa2 + urn:ogc:def:crs:epsg::4326 + + + 58.171 -135.256 + 58.171 -135.256 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Smith Island, WA + urn:ioos:station:wmo:sisw1 + urn:ogc:def:crs:epsg::4326 + + + 48.318 -122.843 + 48.318 -122.843 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + St. Joseph, MI + urn:ioos:station:wmo:sjom4 + urn:ogc:def:crs:epsg::4326 + + + 42.099 -86.494 + 42.099 -86.494 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + U.S. Navy Tower M2R6 GA + urn:ioos:station:wmo:skmg1 + urn:ogc:def:crs:epsg::4326 + + + 31.534 -80.236 + 31.534 -80.236 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Silver Bay, MN + urn:ioos:station:wmo:slvm5 + urn:ogc:def:crs:epsg::4326 + + + 47.269 -91.252 + 47.269 -91.252 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Springmaid pier, SC + urn:ioos:station:wmo:smbs1 + urn:ogc:def:crs:epsg::4326 + + + 33.655 -78.918 + 33.655 -78.918 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sombrero Key, FL + urn:ioos:station:wmo:smkf1 + urn:ogc:def:crs:epsg::4326 + + + 24.627 -81.11 + 24.627 -81.11 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Valino Island, South Slough Reserve, OR + urn:ioos:station:wmo:soqo3 + urn:ogc:def:crs:epsg::4326 + + + 43.317 -124.322 + 43.317 -124.322 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + U.S. Navy Tower R2 GA + urn:ioos:station:wmo:spag1 + urn:ogc:def:crs:epsg::4326 + + + 31.375 -80.567 + 31.375 -80.567 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Settlement Point, GBI + urn:ioos:station:wmo:spgf1 + urn:ogc:def:crs:epsg::4326 + + + 26.704 -78.994 + 26.704 -78.994 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Timbalier Block 52, LA / CSI06 + urn:ioos:station:wmo:spll1 + urn:ogc:def:crs:epsg::4326 + + + 28.867 -90.483 + 28.867 -90.483 + + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sturgeon Point Light, MI + urn:ioos:station:wmo:sptm4 + urn:ogc:def:crs:epsg::4326 + + + 44.713 -83.273 + 44.713 -83.273 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Salt River Bay, St. Croix, U.S. Virgin Islands + urn:ioos:station:wmo:srbv3 + urn:ogc:def:crs:epsg::4326 + + + 17.784 -64.762 + 17.784 -64.762 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sabine Pass, TX + urn:ioos:station:wmo:srst2 + urn:ogc:def:crs:epsg::4326 + + + 29.67 -94.05 + 29.67 -94.05 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Sunset Beach Nearshore Waves + urn:ioos:station:wmo:ssbn7 + urn:ogc:def:crs:epsg::4326 + + + 33.842 -78.476 + 33.842 -78.476 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Stannard Rock, MI + urn:ioos:station:wmo:stdm4 + urn:ogc:def:crs:epsg::4326 + + + 47.183 -87.225 + 47.183 -87.225 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Superior Shoals, NY + urn:ioos:station:wmo:supn6 + urn:ogc:def:crs:epsg::4326 + + + 44.467 -75.8 + 44.467 -75.8 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + South Haven, MI + urn:ioos:station:wmo:svnm4 + urn:ogc:def:crs:epsg::4326 + + + 42.401 -86.289 + 42.401 -86.289 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Saxon Harbor, WI + urn:ioos:station:wmo:sxhw3 + urn:ogc:def:crs:epsg::4326 + + + 46.563 -90.44 + 46.563 -90.44 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Yacht Works Sister Bay WI + urn:ioos:station:wmo:syww3 + urn:ogc:def:crs:epsg::4326 + + + 45.202 -87.121 + 45.202 -87.121 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tambour Bay, LA + urn:ioos:station:wmo:taml1 + urn:ogc:def:crs:epsg::4326 + + + 29.188 -90.665 + 29.188 -90.665 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8775296 - Texas State Aquarium, TX + urn:ioos:station:wmo:taqt2 + urn:ogc:def:crs:epsg::4326 + + + 27.812 -97.39 + 27.812 -97.39 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + TAS - Tarpon Springs, FL + urn:ioos:station:wmo:tarf1 + urn:ogc:def:crs:epsg::4326 + + + 28.156 -82.758 + 28.156 -82.758 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tawas City, MI + urn:ioos:station:wmo:tawm4 + urn:ogc:def:crs:epsg::4326 + + + 44.256 -83.443 + 44.256 -83.443 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Trout Cove, FL + urn:ioos:station:wmo:tcvf1 + urn:ogc:def:crs:epsg::4326 + + + 25.209 -80.533 + 25.209 -80.533 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Toledo Light No. 2 OH + urn:ioos:station:wmo:thlo1 + urn:ogc:def:crs:epsg::4326 + + + 41.826 -83.194 + 41.826 -83.194 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tiburon Pier, San Francisco Bay, CA + urn:ioos:station:wmo:tibc1 + urn:ogc:def:crs:epsg::4326 + + + 37.891 -122.447 + 37.891 -122.447 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Oneonta Slough, Tijuana River Reserve, CA + urn:ioos:station:wmo:tiqc1 + urn:ogc:def:crs:epsg::4326 + + + 32.568 -117.131 + 32.568 -117.131 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tijuana River Reserve, CA + urn:ioos:station:wmo:tixc1 + urn:ogc:def:crs:epsg::4326 + + + 32.574 -117.121 + 32.574 -117.121 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tenakee Springs, AK + urn:ioos:station:wmo:tkea2 + urn:ogc:def:crs:epsg::4326 + + + 57.779 -135.219 + 57.779 -135.219 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tarpon Bay East, FL + urn:ioos:station:wmo:tpef1 + urn:ogc:def:crs:epsg::4326 + + + 25.408 -80.964 + 25.408 -80.964 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Thomas Point, MD + urn:ioos:station:wmo:tplm2 + urn:ogc:def:crs:epsg::4326 + + + 38.898 -76.437 + 38.898 -76.437 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Terrebonne Bay, LA + urn:ioos:station:wmo:trbl1 + urn:ogc:def:crs:epsg::4326 + + + 29.167 -90.583 + 29.167 -90.583 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Taylor River, FL + urn:ioos:station:wmo:trrf1 + urn:ogc:def:crs:epsg::4326 + + + 25.223 -80.653 + 25.223 -80.653 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Tatoosh Island, WA + urn:ioos:station:wmo:ttiw1 + urn:ogc:def:crs:epsg::4326 + + + 48.392 -124.735 + 48.392 -124.735 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 8773259 - Port Lavaca, TX + urn:ioos:station:wmo:vcat2 + urn:ogc:def:crs:epsg::4326 + + + 28.64 -96.595 + 28.64 -96.595 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Venice, FL + urn:ioos:station:wmo:venf1 + urn:ogc:def:crs:epsg::4326 + + + 27.07 -82.45 + 27.07 -82.45 + + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Veracurz Harbor, Mexico + urn:ioos:station:wmo:verv4 + urn:ogc:def:crs:epsg::4326 + + + 19.202 -96.113 + 19.202 -96.113 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 9752619 - Isabel Segunda, Vieques, PR + urn:ioos:station:wmo:vqsp4 + urn:ogc:def:crs:epsg::4326 + + + 18.153 -65.444 + 18.153 -65.444 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Menauhant, Waquoit Bay Reserve, MA + urn:ioos:station:wmo:waqm3 + urn:ogc:def:crs:epsg::4326 + + + 41.553 -70.549 + 41.553 -70.549 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Lake Wateree, SC + urn:ioos:station:wmo:wats1 + urn:ogc:def:crs:epsg::4326 + + + 34.335 -80.702 + 34.335 -80.702 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Waquoit Bay Reserve, MA + urn:ioos:station:wmo:waxm3 + urn:ogc:def:crs:epsg::4326 + + + 41.582 -70.525 + 41.582 -70.525 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Shell West Delta 143 + urn:ioos:station:wmo:wdel1 + urn:ogc:def:crs:epsg::4326 + + + 28.662 -89.551 + 28.662 -89.551 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Skinner Mill, Wells Reserve, ME + urn:ioos:station:wmo:weqm1 + urn:ogc:def:crs:epsg::4326 + + + 43.347 -70.554 + 43.347 -70.554 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Wells Reserve, ME + urn:ioos:station:wmo:wexm1 + urn:ogc:def:crs:epsg::4326 + + + 43.338 -70.55 + 43.338 -70.55 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Whitefish Point, MI + urn:ioos:station:wmo:wfpm4 + urn:ogc:def:crs:epsg::4326 + + + 46.762 -84.966 + 46.762 -84.966 + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Waukegan Harbor, IL + urn:ioos:station:wmo:whri2 + urn:ogc:def:crs:epsg::4326 + + + 42.361 -87.813 + 42.361 -87.813 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Willy Willy, FL + urn:ioos:station:wmo:wiwf1 + urn:ogc:def:crs:epsg::4326 + + + 25.619 -81.044 + 25.619 -81.044 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Fish River, Weeks Bay Reserve, AL + urn:ioos:station:wmo:wkqa1 + urn:ogc:def:crs:epsg::4326 + + + 30.416 -87.823 + 30.416 -87.823 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Weeks Bay Reserve, AL + urn:ioos:station:wmo:wkxa1 + urn:ogc:def:crs:epsg::4326 + + + 30.421 -87.829 + 30.421 -87.829 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Watson Place, FL + urn:ioos:station:wmo:wplf1 + urn:ogc:def:crs:epsg::4326 + + + 25.708 -81.248 + 25.708 -81.248 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + West Point, WA + urn:ioos:station:wmo:wpow1 + urn:ogc:def:crs:epsg::4326 + + + 47.662 -122.436 + 47.662 -122.436 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Whipray Basin, FL + urn:ioos:station:wmo:wrbf1 + urn:ogc:def:crs:epsg::4326 + + + 25.077 -80.728 + 25.077 -80.728 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + White Water -West, FL + urn:ioos:station:wmo:wwef1 + urn:ogc:def:crs:epsg::4326 + + + 25.23 -80.939 + 25.23 -80.939 + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + 9754228 - Yabucoa Harbor, PR + urn:ioos:station:wmo:yabp4 + urn:ogc:def:crs:epsg::4326 + + + 18.055 -65.833 + 18.055 -65.833 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Niagara Coast Guard Station, NY + urn:ioos:station:wmo:ygnn6 + urn:ogc:def:crs:epsg::4326 + + + 43.261 -79.064 + 43.261 -79.064 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Chesapeake Bay,VA + urn:ioos:station:wmo:yrsv2 + urn:ogc:def:crs:epsg::4326 + + + 37.414 -76.713 + 37.414 -76.713 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + Zeke's Basin, North Carolina + urn:ioos:station:wmo:zbqn7 + urn:ogc:def:crs:epsg::4326 + + + 33.955 -77.935 + 33.955 -77.935 + + + + + + + + + text/xml;schema="ioos/0.6.1" + application/ioos+xml;version=0.6.1 + text/csv + text/tab-separated-values + application/vnd.google-earth.kml+xml + om:Observation + inline + + + + diff -Nru owslib-0.7.2/tests/resources/sos_ngmp.xml owslib-0.8.3/tests/resources/sos_ngmp.xml --- owslib-0.7.2/tests/resources/sos_ngmp.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sos_ngmp.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,898 @@ + + + + GNS Science New Zealand, NGMP SOS timeseries + GNS Hydrogeology Section, serving NGMP groundwater level through customised 52N SOS, data quality cannot be represented yet, there is no liability regarding this service, for more information go to http://ggw.gns.cri.nz/ggwdata/ (SVN: 0 @ 2013-01-12 19:55:25) + + water level + groundwater + hydrogeology + ngmp + + OGC:SOS + 2.0.0 + 1.0.0 + http://www.opengis.net/spec/OMXML/2.0/conf/samplingPoint + http://www.opengis.net/spec/SOS/2.0/conf/soap + http://www.opengis.net/spec/OMXML/2.0/req/SWEArrayObservation + NONE + SERVICE IS IN TEST MODE, NOT RELIABLE, DATA QUALITY NOT YET VISIBLE + + + GNS Science + + + Alex Kmoch + STU + + + +647374 8211 + + + 114 Karetoto Road + Wairakei + Waikato + 3377 + New Zealand + a.kmoch@gns.cri.nz + + + + + + + + + + + + + + + + + + + 1.0.0 + 2.0.0 + + + + + ServiceIdentification + ServiceProvider + OperationsMetadata + FilterCapabilities + Contents + All + + + + + text/xml + application/zip + + + + + + + + + + + + + http://resources.smart-project.info/ggwdata/procedure/acidity_sampling + http://resources.smart-project.info/ggwdata/procedure/chloride_sampling + http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling + http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor + http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling + http://resources.smart-project.info/ggwdata/procedure/iron_sampling + http://resources.smart-project.info/ggwdata/procedure/manganese_sampling + http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling + http://resources.smart-project.info/ggwdata/procedure/temperature_sampling + http://resources.smart-project.info/ggwdata/procedure/tritium_sampling + + + + + http://www.opengis.net/sensorML/1.0.1 + + + + + + + + + + + + + + + + NGMP_HYDRAULIC_CONDUCTIVITY + NGMP_TRITIUM_ALL_FORMS + NGMP_DISSOLVED_MANGANESE + NGMP_TEMPERATURE + NGMP_DISSOLVED_IRON + NGMP_CONDUCTIVITY + NGMP_ACIDITY + NGMP_GROUNDWATER_LEVEL + NGMP_DISSOLVED_NITRATE_NO3_AS_N + NGMP_DISSOLVED_CHLORIDE + + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-12-19T13:30:00.000+12:00 + + + + + + http://resources.smart-project.info/ggwdata/procedure/acidity_sampling + http://resources.smart-project.info/ggwdata/procedure/chloride_sampling + http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling + http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor + http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling + http://resources.smart-project.info/ggwdata/procedure/iron_sampling + http://resources.smart-project.info/ggwdata/procedure/manganese_sampling + http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling + http://resources.smart-project.info/ggwdata/procedure/temperature_sampling + http://resources.smart-project.info/ggwdata/procedure/tritium_sampling + + + + + http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity + http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese + http://resources.smart-project.info/ggwdata/phenomenon/temperature + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron + http://resources.smart-project.info/ggwdata/phenomenon/conductivity + http://resources.smart-project.info/ggwdata/phenomenon/acidity + http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride + + + + + 10 + 11 + 12 + 13 + 139 + 14 + 140 + 15 + 16 + 17 + 18 + 19 + 1993 + 20 + 2013 + 2015 + 2016 + 2039 + 2069 + 2080 + 21 + 2103 + 22 + 23 + 24 + 2466 + 2470 + 2479 + 25 + 26 + 27 + 28 + 29 + 3 + 30 + 31 + 32 + 3200 + 3258 + 3280 + 3281 + 33 + 3325 + 3327 + 3336 + 338 + 339 + 34 + 340 + 346 + 347 + 348 + 349 + 35 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 358 + 359 + 36 + 360 + 361 + 362 + 363 + 364 + 37 + 3705 + 3706 + 3707 + 3708 + 3709 + 3710 + 3711 + 3712 + 378 + 379 + 38 + 380 + 381 + 382 + 383 + 384 + 386 + 387 + 388 + 389 + 39 + 390 + 391 + 392 + 393 + 394 + 395 + 4 + 40 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 41 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 42 + 420 + 421 + 422 + 423 + 43 + 437 + 44 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 45 + 451 + 452 + 453 + 454 + 455 + 456 + 458 + 46 + 464 + 465 + 466 + 467 + 468 + 469 + 47 + 48 + 49 + 5 + 50 + 51 + 511 + 512 + 52 + 53 + 54 + 55 + 552 + 553 + 56 + 57 + 58 + 59 + 6 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 7 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 8 + 80 + 81 + 82 + 83 + 9 + + + + + + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + + + + + + + + + + + + + + + + http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity + http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese + http://resources.smart-project.info/ggwdata/phenomenon/temperature + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron + http://resources.smart-project.info/ggwdata/phenomenon/conductivity + http://resources.smart-project.info/ggwdata/phenomenon/acidity + http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride + + + + + http://resources.smart-project.info/ggwdata/procedure/acidity_sampling + http://resources.smart-project.info/ggwdata/procedure/chloride_sampling + http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling + http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor + http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling + http://resources.smart-project.info/ggwdata/procedure/iron_sampling + http://resources.smart-project.info/ggwdata/procedure/manganese_sampling + http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling + http://resources.smart-project.info/ggwdata/procedure/temperature_sampling + http://resources.smart-project.info/ggwdata/procedure/tritium_sampling + + + + + + + + + SOS + + + + + 2.0.0 + + + + + + + + + false + + + + false + + + + false + + + + false + + + + false + + + + false + + + + true + + + + true + + + + true + + + + true + + + + false + + + + false + + + + false + + + + false + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NGMP_HYDRAULIC_CONDUCTIVITY + http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling + http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity + + + relatedFeature + + + + + + relatedFeature + + + + + + -43.49087689429214 172.54255929701253 + -37.530998397034715 176.92673919793086 + + + + + 1900-01-01T00:30:00.000+12:00 + 1999-03-26T12:00:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_TRITIUM_ALL_FORMS + http://resources.smart-project.info/ggwdata/procedure/tritium_sampling + http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 1972-07-29T00:00:00.000+12:00 + 2011-06-13T00:00:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_DISSOLVED_MANGANESE + http://resources.smart-project.info/ggwdata/procedure/manganese_sampling + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-09-12T16:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_TEMPERATURE + http://resources.smart-project.info/ggwdata/procedure/temperature_sampling + http://resources.smart-project.info/ggwdata/phenomenon/temperature + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-12-19T13:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_DISSOLVED_IRON + http://resources.smart-project.info/ggwdata/procedure/iron_sampling + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-09-12T16:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_CONDUCTIVITY + http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling + http://resources.smart-project.info/ggwdata/phenomenon/conductivity + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-12-19T13:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_ACIDITY + http://resources.smart-project.info/ggwdata/procedure/acidity_sampling + http://resources.smart-project.info/ggwdata/phenomenon/acidity + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-12-19T13:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_GROUNDWATER_LEVEL + http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor + http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 1994-03-16T12:08:00.000+12:00 + 2012-12-19T13:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_DISSOLVED_NITRATE_NO3_AS_N + http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-09-12T16:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + NGMP_DISSOLVED_CHLORIDE + http://resources.smart-project.info/ggwdata/procedure/chloride_sampling + http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride + + + relatedFeature + + + + + + relatedFeature + + + + + + -46.31316456339313 168.06194851332876 + -34.85029852837112 177.9834379122022 + + + + + 0012-01-23T09:05:56.000+12:00 + 2012-09-12T16:30:00.000+12:00 + + + http://www.ioos.gov/dif/csv/0.9 + http://www.opengis.net/waterml/2.0 + http://www.opengis.net/om/2.0 + application/zip + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation + + + + + diff -Nru owslib-0.7.2/tests/resources/sos_ngwd.xml owslib-0.8.3/tests/resources/sos_ngwd.xml --- owslib-0.7.2/tests/resources/sos_ngwd.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/sos_ngwd.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,285 @@ + + + + + GIN SOS + GIN SOS mediator + + water level + groundwater level + surface water flow + + OGC:SOS + 2.0.0 + + http://www.opengis.net/spec/SOS/2.0/conf/gfoi + + + + http://www.opengis.net/spec/SOS/2.0/conf/spatialFilteringProfile + + http://www.opengis.net/spec/OMXML/2.0/conf/samplingPoint + + http://www.opengis.net/spec/OMXML/2.0/conf/observation + + http://www.opengis.net/spec/waterml/2.0/conf/xsd-observation-process + NONE + NONE + + + + Geological Survey of Canada, Earth Sciences Sector, Natural Resources Canada, Government of Canada + + + Boyan Brodaric + Research Scientist + + + +1-613-992-3562 + +1-613-995-9273 + + + 615 Booth Street + Ottawa + K1A 0E9 + Canada + brodaric at nrcan dot gc dot ca + + + + + + + + + + + + + + + + + + + + + 2.0.0 + + + + + ServiceIdentification + ServiceProvider + OperationsMetadata + FilterCapabilities + Contents + All + + + + + text/xml + application/zip + + + + + + + + + + + + + urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess + + + + + http://www.opengis.net/sensorML/1.0.1 + + + + + + + + + + + + + + + + GW_LEVEL + + + + + + 1900-04-01T17:43:00+02:00 + 2013-04-01T17:51:00+02:00 + + + + + + urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess + + + + + urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel + + + + + + + + http://www.opengis.net/waterml/2.0 + application/zip + + + + + + + + + + + + + + + + urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel + + + + + urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess + + + + + + + + + SOS + + + + + 2.0.0 + + + + + + + + + false + + + + false + + + + false + + + + false + + + + false + + + + true + + + + true + + + + true + + + + true + + + + false + + + + false + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GW_LEVEL + urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess + http://www.opengis.net/sensorML/1.0.1 + + urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel + + + 41 -120 + 60 -60 + + + + + 1956-04-30T12:00:00Z + 2011-11-02T12:00:00Z + + + + http://www.opengis.net/om/2.0 + http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement + + + diff -Nru owslib-0.7.2/tests/resources/swe_ioos_multistation_timeseries.xml owslib-0.8.3/tests/resources/swe_ioos_multistation_timeseries.xml --- owslib-0.7.2/tests/resources/swe_ioos_multistation_timeseries.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/swe_ioos_multistation_timeseries.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,491 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + urn:ioos:station:wmo:41001 + + + + + + + + + + + + + + + + + + + + + + + + + + + + 32.382 + + + + + + -75.415 + + + + + + 0.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + urn:ioos:sensor:wmo:41001:sensor1 + + + + + + + + + + + + 5 + + + + + + + + + + + + + + + + urn:ioos:sensor:wmo:41001:sensor2 + + + + + + -2 + + + + + + + + + + + + + + + + + + + urn:ioos:station:wmo:41002 + + + + + + + + + 32.5 + + + + + + -78.5 + + + + + + 0 + + + + + + + + + + + + + + + + + + + + urn:ioos:sensor:wmo:41002:sensor1 + + + + + + 3 + + + + + + + + + + + + + + urn:ioos:sensor:wmo:41002:sensor2 + + + + + + -5 + + + + + + + + + + + + + + + + + + + urn:ioos:station:wmo:41003 + + + + + + + + + 33.5 + + + + + + -79.5 + + + + + + 0 + + + + + + + + + + + + + + + + + + + urn:ioos:sensor:wmo:41003:sensor1 + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + 13 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2009-05-23T00:00:00Z,wmo_41001_sensor1,15.4,2.0,280 + 2009-05-23T01:00:00Z,wmo_41001_sensor1,15.8,1.8,121 + 2009-05-23T02:00:00Z,wmo_41001_sensor1,15.6,1.0,142 + 2009-05-23T00:00:00Z,wmo_41001_sensor2,5.6,8.0 + 2009-05-23T01:00:00Z,wmo_41001_sensor2,5.8,8.2 + 2009-05-23T02:00:00Z,wmo_41001_sensor2,5.7,8.5 + 2009-05-23T00:00:00Z,wmo_41002_sensor1,16.2 + 2009-05-23T01:00:00Z,wmo_41002_sensor1,16.4 + 2009-05-23T02:00:00Z,wmo_41002_sensor1,16.5 + 2009-05-23T00:00:00Z,wmo_41002_sensor2,6.1 + 2009-05-23T01:00:00Z,wmo_41002_sensor2,6.3 + 2009-05-23T02:00:00Z,wmo_41002_sensor2,6.5 + 2009-05-23T01:00:00Z,wmo_41003_sensor1,15.8 + + + + diff -Nru owslib-0.7.2/tests/resources/wfs_CUZK_GetCapabilities_2_0_0.xml owslib-0.8.3/tests/resources/wfs_CUZK_GetCapabilities_2_0_0.xml --- owslib-0.7.2/tests/resources/wfs_CUZK_GetCapabilities_2_0_0.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wfs_CUZK_GetCapabilities_2_0_0.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,291 @@ + + + + CZE INSPIRE Download Service - Cadastral Parcels + Cadastral Parcels - INSPIRE themes + OGC WFS + 2.0.0 + + + Czech Office for Surveying, Mapping and Cadastre + + + + + +420284041550 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2.2.0 + + + + + TRUE + + + + FALSE + + + + FALSE + + + + TRUE + + + + TRUE + + + + TRUE + + + + FALSE + + + + FALSE + + + + FALSE + + + + FALSE + + + + FALSE + + + + FALSE + + + + FALSE + + + + FALSE + + + + + CP:CadastralBoundary + Cadastral Parcel Boundaries + Cadastral Parcel Boundaries + + Cadastral Parcel Boundaries + + urn:ogc:def:crs:EPSG::102067 + urn:ogc:def:crs:EPSG::102066 + urn:ogc:def:crs:EPSG::2065 + urn:ogc:def:crs:EPSG::5221 + urn:ogc:def:crs:EPSG::5514 + urn:ogc:def:crs:EPSG::5224 + urn:ogc:def:crs:EPSG::5225 + urn:ogc:def:crs:EPSG::3395 + urn:ogc:def:crs:EPSG::3857 + urn:ogc:def:crs:EPSG::3785 + urn:ogc:def:crs:EPSG::900913 + urn:ogc:def:crs:EPSG::32632 + urn:ogc:def:crs:EPSG::32633 + urn:ogc:def:crs:EPSG::32634 + urn:ogc:def:crs:EPSG::28403 + urn:ogc:def:crs:EPSG::28404 + urn:ogc:def:crs:EPSG::2493 + urn:ogc:def:crs:EPSG::2494 + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:OGC::CRS84 + CRS:84 + urn:ogc:def:crs:EPSG::4258 + urn:ogc:def:crs:EPSG::3035 + + text/xml; subtype=gml/3.2.1 + + + 10 43 + 22 55 + + + + CP:CadastralParcel + Cadastral parcel polygons + Cadastral parcel polygons + + Cadastral parcel polygons + + urn:ogc:def:crs:EPSG::102067 + urn:ogc:def:crs:EPSG::102066 + urn:ogc:def:crs:EPSG::2065 + urn:ogc:def:crs:EPSG::5221 + urn:ogc:def:crs:EPSG::5514 + urn:ogc:def:crs:EPSG::5224 + urn:ogc:def:crs:EPSG::5225 + urn:ogc:def:crs:EPSG::3395 + urn:ogc:def:crs:EPSG::3857 + urn:ogc:def:crs:EPSG::3785 + urn:ogc:def:crs:EPSG::900913 + urn:ogc:def:crs:EPSG::32632 + urn:ogc:def:crs:EPSG::32633 + urn:ogc:def:crs:EPSG::32634 + urn:ogc:def:crs:EPSG::28403 + urn:ogc:def:crs:EPSG::28404 + urn:ogc:def:crs:EPSG::2493 + urn:ogc:def:crs:EPSG::2494 + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:OGC::CRS84 + CRS:84 + urn:ogc:def:crs:EPSG::4258 + urn:ogc:def:crs:EPSG::3035 + + text/xml; subtype=gml/3.2.1 + + + 10 43 + 22 55 + + + + CP:CadastralZoning + Cadastral Zoning polygons + Cadastral Zoning polygons + + Cadastral Zoning polygons + + urn:ogc:def:crs:EPSG::102067 + urn:ogc:def:crs:EPSG::102066 + urn:ogc:def:crs:EPSG::2065 + urn:ogc:def:crs:EPSG::5221 + urn:ogc:def:crs:EPSG::5514 + urn:ogc:def:crs:EPSG::5224 + urn:ogc:def:crs:EPSG::5225 + urn:ogc:def:crs:EPSG::3395 + urn:ogc:def:crs:EPSG::3857 + urn:ogc:def:crs:EPSG::3785 + urn:ogc:def:crs:EPSG::900913 + urn:ogc:def:crs:EPSG::32632 + urn:ogc:def:crs:EPSG::32633 + urn:ogc:def:crs:EPSG::32634 + urn:ogc:def:crs:EPSG::28403 + urn:ogc:def:crs:EPSG::28404 + urn:ogc:def:crs:EPSG::2493 + urn:ogc:def:crs:EPSG::2494 + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:OGC::CRS84 + CRS:84 + urn:ogc:def:crs:EPSG::4258 + urn:ogc:def:crs:EPSG::3035 + + text/xml; subtype=gml/3.2.1 + + + 10 43 + 22 55 + + + + + + + + TRUE + + + + TRUE + + + + FALSE + + + + TRUE + + + + TRUE + + + + TRUE + + + + FALSE + + + + FALSE + + + + FALSE + + + + FALSE + + + + TRUE + + + + FALSE + + + + diff -Nru owslib-0.7.2/tests/resources/wfs_HSRS_GetCapabilities_1_1_0.xml owslib-0.8.3/tests/resources/wfs_HSRS_GetCapabilities_1_1_0.xml --- owslib-0.7.2/tests/resources/wfs_HSRS_GetCapabilities_1_1_0.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wfs_HSRS_GetCapabilities_1_1_0.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,253 @@ + + + + Help Service Gazeteer + Vyhledavani sidel WFS + + Czech republic + gazeeteer + + OGC WFS + 1.1.0 + none + for non profit use + + + Help Service Remote Sensing, ltd. + + + Stanislav Holý + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WFS + + + 1.0.0 + 1.1.0 + + + text/xml + + + + + + + + + + + XMLSCHEMA + text/xml; subtype=gml/2.1.2 + text/xml; subtype=gml/3.1.1 + + + + + + + + + + + results + hits + + + text/xml; subtype=gml/3.1.1 + + + + 512 + + + + + Query + + + nuts1 + NUTS1 + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + -73.2634725607418 -21.3428428333117 + 120.131330581725 83.6274190882078 + + + + states + states + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + -180 -89.9 + 180 83.674733 + + + + nuts2 + NUTS2 + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + -73.2634725607418 -21.3428428333117 + 120.131330581725 83.6274190882078 + + + + nuts3 + NUTS2 + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + -73.2634725607418 -21.3428428333117 + 120.131330581725 83.6274190882078 + + + + orp + Obce s rozsirenou pusobnosti + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + 12.0971913568792 48.5542371331248 + 18.858466675767 51.055771864485 + + + + okresy + Okresy CR + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + 12.0971913568792 48.5542371331248 + 18.858297034807 51.055771864485 + + + + sidla + Sidla CR + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + 12.0696013961853 48.529730261414 + 18.973334328945 51.0387911057136 + + + + kraje + Kraje CR + urn:ogc:def:crs:EPSG::4326 + urn:ogc:def:crs:EPSG::2065 + + text/xml; subtype=gml/3.1.1 + + + 12.0977321962419 48.5542371331248 + 18.8505002447346 51.0551785667194 + + + + + + + gml:Point + gml:LineString + gml:Polygon + gml:Envelope + + + + + + + + + + + + + + + + + + + LessThan + GreaterThan + LessThanEqualTo + GreaterThanEqualTo + EqualTo + NotEqualTo + Like + Between + + + + + + + + diff -Nru owslib-0.7.2/tests/resources/wms_geoserver-cap.xml owslib-0.8.3/tests/resources/wms_geoserver-cap.xml --- owslib-0.7.2/tests/resources/wms_geoserver-cap.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wms_geoserver-cap.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,174 @@ + + + + + OGC:WMS + My GeoServer WMS + This is a description of your Web Map Server. + + WFS + WMS + GEOSERVER + + + + + + + + + + +
+ + + + + + + + + + NONE + NONE + + + + + application/vnd.ogc.wms_xml + + + + + + + + + + + + + image/png + application/atom xml + application/atom+xml + application/openlayers + application/pdf + application/rss xml + application/rss+xml + application/vnd.google-earth.kml + application/vnd.google-earth.kml xml + application/vnd.google-earth.kml+xml + application/vnd.google-earth.kmz + application/vnd.google-earth.kmz xml + application/vnd.google-earth.kmz+xml + atom + image/geotiff + image/geotiff8 + image/gif + image/jpeg + image/png8 + image/svg + image/svg xml + image/svg+xml + image/tiff + image/tiff8 + kml + kmz + openlayers + rss + + + + + + + + + + text/plain + text/html + application/vnd.ogc.gml + + + + + + + + + + + + + application/vnd.ogc.wms_xml + + + + + + + + + + image/png + image/jpeg + image/gif + + + + + + + + + + + application/vnd.ogc.se_xml + application/vnd.ogc.se_inimage + + + + My GeoServer WMS + This is a description of your Web Map Server. + + EPSG:4326 + + + opengeo:poi + Points of Interest + Points of Interest in New York City + + EPSG:4326 + + + + + GeoServer Sample Data + + + image/png;charset=UTF-8 + + + + + + + + diff -Nru owslib-0.7.2/tests/resources/wms_JPLCapabilities.xml owslib-0.8.3/tests/resources/wms_JPLCapabilities.xml --- owslib-0.7.2/tests/resources/wms_JPLCapabilities.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wms_JPLCapabilities.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,386 @@ + + ]> + + + OGC:WMS + JPL Global Imagery Service + WMS Server maintained by JPL, worldwide satellite imagery. + + ImageryBaseMapsEarthCover Imagery + BaseMaps EarthCover + JPL Jet Propulsion Laboratory Landsat + WMS SLD Global + + + + + Lucian Plesea + JPL + + lucian.plesea@jpl.nasa.gov + + none + Server is load limited + + + + + text/xml + + + + + + + + application/vnd.ogc.wms_xml + + + + + + + + image/jpeg + image/png + image/geotiff + image/tiff + application/vnd.google-earth.kml+xml + + + + + + + + + application/vnd.ogc.se_xml + + + + + OnEarth Web Map Server + EPSG:4326 + AUTO:42003 + EPSG:4326 + AUTO:42003 + + + global_mosaic + WMS Global Mosaic, pan sharpened + + Release 2 of the WMS Global Mosaic, a seamless mosaic of Landsat7 scenes. + Spatial resolution is 0.5 second for the pan band, 1 second for the visual and near-IR bands and 2 second for the thermal bands + Use this layer to request individual grayscale bands. The default styles may have gamma, sharpening and saturation filters applied. + The grayscale styles have no extra processing applied, and will return the image data as stored on the server. + The source dataset is part of the NASA Scientific Data Purchase, and contains scenes acquired in 1999-2003. + This layer provides pan-sharpened images, where the pan band is used for the image brightness regardless of the color combination requested. + + + + text/xml + + + + + + + + + + 20000 + + + + global_mosaic_base + WMS Global Mosaic, not pan sharpened + + Release 2 of the WMS Global Mosaic, a seamless mosaic of Landsat7 scenes. + Spatial resolution is 0.5 second for the pan band, 1 second for the visual and near-IR bands and 2 second for the thermal bands + Use this layer to request individual grayscale bands. The default styles may have gamma, sharpening and saturation filters applied. + The source dataset is part of the NASA Scientific Data Purchase, and contains scenes acquired in 1999-2003. + Release 2. + + + + + + + + + + + + + + + 20000 + + + + us_landsat_wgs84 + CONUS mosaic of 1990 MRLC dataset + + CONUS seamless mosaic of Landsat5 scenes. Maximum resolution is 1 arc-second. + The default styles may have gamma, sharpening and saturation filters applied. + The source dataset is part of the MRLC 1990 dataset. + This layer is not precisely geo-referenced! + + + + + + + + + + + + + + + + srtm_mag + SRTM reflectance magnitude, 30m + + This is the radar reflectance image produced by the SRTM mission. It is the best available snapshot of the surface of the earth, being the highest resolution image collected in the shortest ammount of time, with near-global 30m coverage collected during an 11-day Endeavour mission, in February of 2000. +Five basic bands are available as WMS styles, ss1, ss2, ss3 and ss4 being SRTM image subswath averages, the "all" style being an average of the four subswath composites. The "default" style is derived from the "all" band, using an arbitrary color map to make more detail visible. The subswath composites also available as WMS bands, band 0 correspoinding to ss1, 1 to "ss2", 2 to "ss3", 3 to "ss4" and 5 to "all". +A radar image has little in common with a visual image, depending mostly on the material and orientation of the object. Areas with low detail such as lakes and sand tend to have no reflection, and very steep terrain can obscure certain areas from the side look ing SRTM instrument, both fenomena generating voids in the SRTM reflectance image. Urban areas tend to have stronger reflectance. The banding artifacts still visible in the images are the result of the combination of data from multiple orbits or are intrinsic to the SRTM instrument. + + + + + + + + + + + 20000 + + + + daily_planet + Current global view of the earth, morning + + A contiunously updating composite of visual images from TERRA MODIS scenes, see http://modis.gsfc.nasa.gov for details about MODIS. + This dataset is built local on the OnEarth server, it updates as soon as scenes are available, usually with a 6 to 24 hour delay from real time. + Images are produced from MODIS scenes using the HDFLook application. + Base resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data, by using the YYYY-MM-DD notation. + + + + 2007-12-01/2010-03-20/P1D + + + + + + daily_afternoon + Current global view of the earth in the afternoon + + A contiunously updating composite of visual images from AQUA MODIS scenes, see http://modis.gsfc.nasa.gov for details about MODIS. + This dataset is built local on the OnEarth server, it updates as soon as scenes are available, usually with a 6 to 24 hour delay from real time. + Images are produced from MODIS scenes using the HDFLook application. + Base resolution is 8 arcseconds per pixel. The WMS "time" dimension can be used to retrieve past data, by using the YYYY-MM-DD notation. + + + + 2008-12-01/2010-03-20/P1D + + + + + BMNG + Blue Marble Next Generation, Global MODIS derived image + + A set of twelve images built from MODIS data, one for each month of 2004. The native resolution is 15 arcseconds, native size is 86400x43200 pixels. + For each month, three versions are available from this server. The versions with land topography and bathymetry shading are named after the month they represent. + The styles with names prefixed by _nb have land topography shading but No Bathymetry. + The styles with names prefixed by _ns have No extra Shading. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + modis + Blue Marble, Global MODIS derived image + + + + + + + huemapped_srtm + SRTM derived global elevation, 3 arc-second, hue mapped + An SRTM derived elevation dataset, where elevation is mapped to hue, resulting a color image + + + + 12000 + + + + srtmplus Global 1km elevation, seamless SRTM land elevation and ocean depth + + The SRTM30 Plus dataset, a 30 arc-second seamless combination of GTOPO30, SRTM derived land elevation and UCSD Sandwell bathymetry data. The default style is scaled to 8 bit, non-linear. + It is possible to request the elevation data in meters by the short_int tyle and requesting PNG format. The resulting PNG file will be a unsigned 16 bit per pixel image. The values are then the elevation in meters. Values are signed 16 bit integers, but PNG will present them as unsigned, any values larger than 32767 should be interpreted as negative numbers. +For elevation values in feet, request PNG format with the style feet_short_int. + + + + + + + 120000 + + + + worldwind_dem + SRTM derived global elevation, 3 arc-second + + A global elevation model, prepared from the 3 arc-second SRTM dataset by filling some of the problem areas. Prepared by the NASA Learning Technologies. + The default style is scaled to 8 bit, non-linear. + It is possible to request the elevation data in meters by the short_int tyle and requesting PNG format. The resulting PNG file will be a unsigned 16 bit per pixel image. The values are then the elevation in meters. + Values are signed 16 bit integers, but PNG will present them as unsigned, leading to a few areas with very large values (65000+) + For elevation values in feet, request PNG format with the style feet_short_int. + + + + + + + 120000 + + + + us_ned + United States elevation, 30m + + Continental United States elevation, produced from the USGS National Elevation. + The default style is scaled to 8 bit from the orginal floating point data. + + + + + + + + 24000 + + + + us_elevation + Digital Elevation Map of the United States, DTED dataset, 3 second resolution, grayscale + + DTED Level 3 US elevation. The default style is scaled to 8 bit. + It is possible to request the elevation data in meters by the short_int tyle and requesting PNG format. The resulting PNG file will be a unsigned 16 bit per pixel image. The values are elevation in meters, zero clipped (no negative values). + + + + + + + + + + us_colordem + Digital Elevation Map of the United States, DTED dataset, 3 second resolution, hue mapped + + The DTED Level 3 US elevation, mapped to a color image using the full spectrum. + This result is not achievable by using SLD, so it is presented as a different layer. + + + + + 20000 + + + + gdem + ASTER DEM, tiled only, 1.5 arc-second per pixel + Subsampled version of the ASTER Global Digital Elevation Map (GDEM). Details are available at http://asterweb.jpl.nasa.gov/gdem.asp. Redistribution of the full resolution original data is not allowed, this dataset is subsampled to 1/2400 pixels per degree (1.5 arc-sec, 45m). Tiles, described by the http://onearth.jpl.nasa.gov/wms.cgi?request=GetTileService, are 16bit PNG files, where the 16 bit values should be interpreted as signed short integers, in meters. + + + + + 20000 + + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wms_mass_gis-caps.xml owslib-0.8.3/tests/resources/wms_mass_gis-caps.xml --- owslib-0.7.2/tests/resources/wms_mass_gis-caps.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wms_mass_gis-caps.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,67634 @@ + + + + + OGC:WMS + Massachusetts Data from MassGIS (GeoServer) + Statewide Massachusetts data served by MassGIS via GeoServer. + + WMS + + GEOSERVER + + Massachusetts + + MassGIS + + + + + + + + + + + + Aleda Freeman + MassGIS - Information Technology Division + + GIS Programmer + + mailing address +
1 Ashburton Pl, Room 1601
+ Boston + MA + 02114 + USA +
+ 617-626-4530 + + aleda.freeman@state.ma.us +
+ NONE + NONE +
+ + + + application/vnd.ogc.wms_xml + + + + + + + + + + + + + image/png + application/atom xml + application/atom+xml + application/openlayers + application/pdf + application/rss xml + application/rss+xml + application/vnd.google-earth.kml + application/vnd.google-earth.kml xml + application/vnd.google-earth.kml+xml + application/vnd.google-earth.kmz + application/vnd.google-earth.kmz xml + application/vnd.google-earth.kmz+xml + atom + image/geotiff + image/geotiff8 + image/gif + image/jpeg + image/png8 + image/svg + image/svg xml + image/svg+xml + image/tiff + image/tiff8 + kml + kmz + openlayers + rss + text/html + + + + + + + + + + text/plain + text/html + application/vnd.ogc.gml + + + + + + + + + + + + + application/vnd.ogc.wms_xml + + + + + + + + + + image/png + image/jpeg + image/gif + + + + + + + + + + + application/vnd.ogc.se_xml + application/vnd.ogc.se_inimage + + + + Massachusetts Data from MassGIS (GeoServer) + Statewide Massachusetts data served by MassGIS via GeoServer. + + AUTO:42001 + AUTO:42002 + AUTO:42003 + AUTO:42004 + EPSG:WGS84(DD) + EPSG:2000 + EPSG:2001 + EPSG:2002 + EPSG:2003 + EPSG:2004 + EPSG:2005 + EPSG:2006 + EPSG:2007 + EPSG:2008 + EPSG:2009 + EPSG:2010 + EPSG:2011 + EPSG:2012 + EPSG:2013 + EPSG:2014 + EPSG:2015 + EPSG:2016 + EPSG:2017 + EPSG:2018 + EPSG:2019 + EPSG:2020 + EPSG:2021 + EPSG:2022 + EPSG:2023 + EPSG:2024 + EPSG:2025 + EPSG:2026 + EPSG:2027 + EPSG:2028 + EPSG:2029 + EPSG:2030 + EPSG:2031 + EPSG:2032 + EPSG:2033 + EPSG:2034 + EPSG:2035 + EPSG:2036 + EPSG:2037 + EPSG:2038 + EPSG:2039 + EPSG:2040 + EPSG:2041 + EPSG:2042 + EPSG:2043 + EPSG:2044 + EPSG:2045 + EPSG:2046 + EPSG:2047 + EPSG:2048 + EPSG:2049 + EPSG:2050 + EPSG:2051 + EPSG:2052 + EPSG:2053 + EPSG:2054 + EPSG:2055 + EPSG:2056 + EPSG:2057 + EPSG:2058 + EPSG:2059 + EPSG:2060 + EPSG:2061 + EPSG:2062 + EPSG:2063 + EPSG:2064 + EPSG:2065 + EPSG:2066 + EPSG:2067 + EPSG:2068 + EPSG:2069 + EPSG:2070 + EPSG:2071 + EPSG:2072 + EPSG:2073 + EPSG:2074 + EPSG:2075 + EPSG:2076 + EPSG:2077 + EPSG:2078 + EPSG:2079 + EPSG:2080 + EPSG:2081 + EPSG:2082 + EPSG:2083 + EPSG:2084 + EPSG:2085 + EPSG:2086 + EPSG:2087 + EPSG:2088 + EPSG:2089 + EPSG:2090 + EPSG:2091 + EPSG:2092 + EPSG:2093 + EPSG:2094 + EPSG:2095 + EPSG:2096 + EPSG:2097 + EPSG:2098 + EPSG:2099 + EPSG:2100 + EPSG:2101 + EPSG:2102 + EPSG:2103 + EPSG:2104 + EPSG:2105 + EPSG:2106 + EPSG:2107 + EPSG:2108 + EPSG:2109 + EPSG:2110 + EPSG:2111 + EPSG:2112 + EPSG:2113 + EPSG:2114 + EPSG:2115 + EPSG:2116 + EPSG:2117 + EPSG:2118 + EPSG:2119 + EPSG:2120 + EPSG:2121 + EPSG:2122 + EPSG:2123 + EPSG:2124 + EPSG:2125 + EPSG:2126 + EPSG:2127 + EPSG:2128 + EPSG:2129 + EPSG:2130 + EPSG:2131 + EPSG:2132 + EPSG:2133 + EPSG:2134 + EPSG:2135 + EPSG:2136 + EPSG:2137 + EPSG:2138 + EPSG:2139 + EPSG:2140 + EPSG:2141 + EPSG:2142 + EPSG:2143 + EPSG:2144 + EPSG:2145 + EPSG:2146 + EPSG:2147 + EPSG:2148 + EPSG:2149 + EPSG:2150 + EPSG:2151 + EPSG:2152 + EPSG:2153 + EPSG:2154 + EPSG:2155 + EPSG:2156 + EPSG:2157 + EPSG:2158 + EPSG:2159 + EPSG:2160 + EPSG:2161 + EPSG:2162 + EPSG:2163 + EPSG:2164 + EPSG:2165 + EPSG:2166 + EPSG:2167 + EPSG:2168 + EPSG:2169 + EPSG:2170 + EPSG:2171 + EPSG:2172 + EPSG:2173 + EPSG:2174 + EPSG:2175 + EPSG:2176 + EPSG:2177 + EPSG:2178 + EPSG:2179 + EPSG:2180 + EPSG:2188 + EPSG:2189 + EPSG:2190 + EPSG:2191 + EPSG:2192 + EPSG:2193 + EPSG:2194 + EPSG:2195 + EPSG:2196 + EPSG:2197 + EPSG:2198 + EPSG:2199 + EPSG:2200 + EPSG:2201 + EPSG:2202 + EPSG:2203 + EPSG:2204 + EPSG:2205 + EPSG:2206 + EPSG:2207 + EPSG:2208 + EPSG:2209 + EPSG:2210 + EPSG:2211 + EPSG:2212 + EPSG:2213 + EPSG:2214 + EPSG:2215 + EPSG:2216 + EPSG:2217 + EPSG:2218 + EPSG:2219 + EPSG:2220 + EPSG:2221 + EPSG:2222 + EPSG:2223 + EPSG:2224 + EPSG:2225 + EPSG:2226 + EPSG:2227 + EPSG:2228 + EPSG:2229 + EPSG:2230 + EPSG:2231 + EPSG:2232 + EPSG:2233 + EPSG:2234 + EPSG:2235 + EPSG:2236 + EPSG:2237 + EPSG:2238 + EPSG:2239 + EPSG:2240 + EPSG:2241 + EPSG:2242 + EPSG:2243 + EPSG:2244 + EPSG:2245 + EPSG:2246 + EPSG:2247 + EPSG:2248 + EPSG:2249 + EPSG:2250 + EPSG:2251 + EPSG:2252 + EPSG:2253 + EPSG:2254 + EPSG:2255 + EPSG:2256 + EPSG:2257 + EPSG:2258 + EPSG:2259 + EPSG:2260 + EPSG:2261 + EPSG:2262 + EPSG:2263 + EPSG:2264 + EPSG:2265 + EPSG:2266 + EPSG:2267 + EPSG:2268 + EPSG:2269 + EPSG:2270 + EPSG:2271 + EPSG:2272 + EPSG:2273 + EPSG:2274 + EPSG:2275 + EPSG:2276 + EPSG:2277 + EPSG:2278 + EPSG:2279 + EPSG:2280 + EPSG:2281 + EPSG:2282 + EPSG:2283 + EPSG:2284 + EPSG:2285 + EPSG:2286 + EPSG:2287 + EPSG:2288 + EPSG:2289 + EPSG:2290 + EPSG:2291 + EPSG:2292 + EPSG:2294 + EPSG:2295 + EPSG:2296 + EPSG:2297 + EPSG:2298 + EPSG:2299 + EPSG:2300 + EPSG:2301 + EPSG:2302 + EPSG:2303 + EPSG:2304 + EPSG:2305 + EPSG:2306 + EPSG:2307 + EPSG:2308 + EPSG:2309 + EPSG:2310 + EPSG:2311 + EPSG:2312 + EPSG:2313 + EPSG:2314 + EPSG:2315 + EPSG:2316 + EPSG:2317 + EPSG:2318 + EPSG:2319 + EPSG:2320 + EPSG:2321 + EPSG:2322 + EPSG:2323 + EPSG:2324 + EPSG:2325 + EPSG:2326 + EPSG:2327 + EPSG:2328 + EPSG:2329 + EPSG:2330 + EPSG:2331 + EPSG:2332 + EPSG:2333 + EPSG:2334 + EPSG:2335 + EPSG:2336 + EPSG:2337 + EPSG:2338 + EPSG:2339 + EPSG:2340 + EPSG:2341 + EPSG:2342 + EPSG:2343 + EPSG:2344 + EPSG:2345 + EPSG:2346 + EPSG:2347 + EPSG:2348 + EPSG:2349 + EPSG:2350 + EPSG:2351 + EPSG:2352 + EPSG:2353 + EPSG:2354 + EPSG:2355 + EPSG:2356 + EPSG:2357 + EPSG:2358 + EPSG:2359 + EPSG:2360 + EPSG:2361 + EPSG:2362 + EPSG:2363 + EPSG:2364 + EPSG:2365 + EPSG:2366 + EPSG:2367 + EPSG:2368 + EPSG:2369 + EPSG:2370 + EPSG:2371 + EPSG:2372 + EPSG:2373 + EPSG:2374 + EPSG:2375 + EPSG:2376 + EPSG:2377 + EPSG:2378 + EPSG:2379 + EPSG:2380 + EPSG:2381 + EPSG:2382 + EPSG:2383 + EPSG:2384 + EPSG:2385 + EPSG:2386 + EPSG:2387 + EPSG:2388 + EPSG:2389 + EPSG:2390 + EPSG:2391 + EPSG:2392 + EPSG:2393 + EPSG:2394 + EPSG:2395 + EPSG:2396 + EPSG:2397 + EPSG:2398 + EPSG:2399 + EPSG:2400 + EPSG:2401 + EPSG:2402 + EPSG:2403 + EPSG:2404 + EPSG:2405 + EPSG:2406 + EPSG:2407 + EPSG:2408 + EPSG:2409 + EPSG:2410 + EPSG:2411 + EPSG:2412 + EPSG:2413 + EPSG:2414 + EPSG:2415 + EPSG:2416 + EPSG:2417 + EPSG:2418 + EPSG:2419 + EPSG:2420 + EPSG:2421 + EPSG:2422 + EPSG:2423 + EPSG:2424 + EPSG:2425 + EPSG:2426 + EPSG:2427 + EPSG:2428 + EPSG:2429 + EPSG:2430 + EPSG:2431 + EPSG:2432 + EPSG:2433 + EPSG:2434 + EPSG:2435 + EPSG:2436 + EPSG:2437 + EPSG:2438 + EPSG:2439 + EPSG:2440 + EPSG:2441 + EPSG:2442 + EPSG:2443 + EPSG:2444 + EPSG:2445 + EPSG:2446 + EPSG:2447 + EPSG:2448 + EPSG:2449 + EPSG:2450 + EPSG:2451 + EPSG:2452 + EPSG:2453 + EPSG:2454 + EPSG:2455 + EPSG:2456 + EPSG:2457 + EPSG:2458 + EPSG:2459 + EPSG:2460 + EPSG:2461 + EPSG:2462 + EPSG:2463 + EPSG:2464 + EPSG:2465 + EPSG:2466 + EPSG:2467 + EPSG:2468 + EPSG:2469 + EPSG:2470 + EPSG:2471 + EPSG:2472 + EPSG:2473 + EPSG:2474 + EPSG:2475 + EPSG:2476 + EPSG:2477 + EPSG:2478 + EPSG:2479 + EPSG:2480 + EPSG:2481 + EPSG:2482 + EPSG:2483 + EPSG:2484 + EPSG:2485 + EPSG:2486 + EPSG:2487 + EPSG:2488 + EPSG:2489 + EPSG:2490 + EPSG:2491 + EPSG:2492 + EPSG:2493 + EPSG:2494 + EPSG:2495 + EPSG:2496 + EPSG:2497 + EPSG:2498 + EPSG:2499 + EPSG:2500 + EPSG:2501 + EPSG:2502 + EPSG:2503 + EPSG:2504 + EPSG:2505 + EPSG:2506 + EPSG:2507 + EPSG:2508 + EPSG:2509 + EPSG:2510 + EPSG:2511 + EPSG:2512 + EPSG:2513 + EPSG:2514 + EPSG:2515 + EPSG:2516 + EPSG:2517 + EPSG:2518 + EPSG:2519 + EPSG:2520 + EPSG:2521 + EPSG:2522 + EPSG:2523 + EPSG:2524 + EPSG:2525 + EPSG:2526 + EPSG:2527 + EPSG:2528 + EPSG:2529 + EPSG:2530 + EPSG:2531 + EPSG:2532 + EPSG:2533 + EPSG:2534 + EPSG:2535 + EPSG:2536 + EPSG:2537 + EPSG:2538 + EPSG:2539 + EPSG:2540 + EPSG:2541 + EPSG:2542 + EPSG:2543 + EPSG:2544 + EPSG:2545 + EPSG:2546 + EPSG:2547 + EPSG:2548 + EPSG:2549 + EPSG:2550 + EPSG:2551 + EPSG:2552 + EPSG:2553 + EPSG:2554 + EPSG:2555 + EPSG:2556 + EPSG:2557 + EPSG:2558 + EPSG:2559 + EPSG:2560 + EPSG:2561 + EPSG:2562 + EPSG:2563 + EPSG:2564 + EPSG:2565 + EPSG:2566 + EPSG:2567 + EPSG:2568 + EPSG:2569 + EPSG:2570 + EPSG:2571 + EPSG:2572 + EPSG:2573 + EPSG:2574 + EPSG:2575 + EPSG:2576 + EPSG:2577 + EPSG:2578 + EPSG:2579 + EPSG:2580 + EPSG:2581 + EPSG:2582 + EPSG:2583 + EPSG:2584 + EPSG:2585 + EPSG:2586 + EPSG:2587 + EPSG:2588 + EPSG:2589 + EPSG:2590 + EPSG:2591 + EPSG:2592 + EPSG:2593 + EPSG:2594 + EPSG:2595 + EPSG:2596 + EPSG:2597 + EPSG:2598 + EPSG:2599 + EPSG:2600 + EPSG:2601 + EPSG:2602 + EPSG:2603 + EPSG:2604 + EPSG:2605 + EPSG:2606 + EPSG:2607 + EPSG:2608 + EPSG:2609 + EPSG:2610 + EPSG:2611 + EPSG:2612 + EPSG:2613 + EPSG:2614 + EPSG:2615 + EPSG:2616 + EPSG:2617 + EPSG:2618 + EPSG:2619 + EPSG:2620 + EPSG:2621 + EPSG:2622 + EPSG:2623 + EPSG:2624 + EPSG:2625 + EPSG:2626 + EPSG:2627 + EPSG:2628 + EPSG:2629 + EPSG:2630 + EPSG:2631 + EPSG:2632 + EPSG:2633 + EPSG:2634 + EPSG:2635 + EPSG:2636 + EPSG:2637 + EPSG:2638 + EPSG:2639 + EPSG:2640 + EPSG:2641 + EPSG:2642 + EPSG:2643 + EPSG:2644 + EPSG:2645 + EPSG:2646 + EPSG:2647 + EPSG:2648 + EPSG:2649 + EPSG:2650 + EPSG:2651 + EPSG:2652 + EPSG:2653 + EPSG:2654 + EPSG:2655 + EPSG:2656 + EPSG:2657 + EPSG:2658 + EPSG:2659 + EPSG:2660 + EPSG:2661 + EPSG:2662 + EPSG:2663 + EPSG:2664 + EPSG:2665 + EPSG:2666 + EPSG:2667 + EPSG:2668 + EPSG:2669 + EPSG:2670 + EPSG:2671 + EPSG:2672 + EPSG:2673 + EPSG:2674 + EPSG:2675 + EPSG:2676 + EPSG:2677 + EPSG:2678 + EPSG:2679 + EPSG:2680 + EPSG:2681 + EPSG:2682 + EPSG:2683 + EPSG:2684 + EPSG:2685 + EPSG:2686 + EPSG:2687 + EPSG:2688 + EPSG:2689 + EPSG:2690 + EPSG:2691 + EPSG:2692 + EPSG:2693 + EPSG:2694 + EPSG:2695 + EPSG:2696 + EPSG:2697 + EPSG:2698 + EPSG:2699 + EPSG:2700 + EPSG:2701 + EPSG:2702 + EPSG:2703 + EPSG:2704 + EPSG:2705 + EPSG:2706 + EPSG:2707 + EPSG:2708 + EPSG:2709 + EPSG:2710 + EPSG:2711 + EPSG:2712 + EPSG:2713 + EPSG:2714 + EPSG:2715 + EPSG:2716 + EPSG:2717 + EPSG:2718 + EPSG:2719 + EPSG:2720 + EPSG:2721 + EPSG:2722 + EPSG:2723 + EPSG:2724 + EPSG:2725 + EPSG:2726 + EPSG:2727 + EPSG:2728 + EPSG:2729 + EPSG:2730 + EPSG:2731 + EPSG:2732 + EPSG:2733 + EPSG:2734 + EPSG:2735 + EPSG:2736 + EPSG:2737 + EPSG:2738 + EPSG:2739 + EPSG:2740 + EPSG:2741 + EPSG:2742 + EPSG:2743 + EPSG:2744 + EPSG:2745 + EPSG:2746 + EPSG:2747 + EPSG:2748 + EPSG:2749 + EPSG:2750 + EPSG:2751 + EPSG:2752 + EPSG:2753 + EPSG:2754 + EPSG:2755 + EPSG:2756 + EPSG:2757 + EPSG:2758 + EPSG:2759 + EPSG:2760 + EPSG:2761 + EPSG:2762 + EPSG:2763 + EPSG:2764 + EPSG:2765 + EPSG:2766 + EPSG:2767 + EPSG:2768 + EPSG:2769 + EPSG:2770 + EPSG:2771 + EPSG:2772 + EPSG:2773 + EPSG:2774 + EPSG:2775 + EPSG:2776 + EPSG:2777 + EPSG:2778 + EPSG:2779 + EPSG:2780 + EPSG:2781 + EPSG:2782 + EPSG:2783 + EPSG:2784 + EPSG:2785 + EPSG:2786 + EPSG:2787 + EPSG:2788 + EPSG:2789 + EPSG:2790 + EPSG:2791 + EPSG:2792 + EPSG:2793 + EPSG:2794 + EPSG:2795 + EPSG:2796 + EPSG:2797 + EPSG:2798 + EPSG:2799 + EPSG:2800 + EPSG:2801 + EPSG:2802 + EPSG:2803 + EPSG:2804 + EPSG:2805 + EPSG:2806 + EPSG:2807 + EPSG:2808 + EPSG:2809 + EPSG:2810 + EPSG:2811 + EPSG:2812 + EPSG:2813 + EPSG:2814 + EPSG:2815 + EPSG:2816 + EPSG:2817 + EPSG:2818 + EPSG:2819 + EPSG:2820 + EPSG:2821 + EPSG:2822 + EPSG:2823 + EPSG:2824 + EPSG:2825 + EPSG:2826 + EPSG:2827 + EPSG:2828 + EPSG:2829 + EPSG:2830 + EPSG:2831 + EPSG:2832 + EPSG:2833 + EPSG:2834 + EPSG:2835 + EPSG:2836 + EPSG:2837 + EPSG:2838 + EPSG:2839 + EPSG:2840 + EPSG:2841 + EPSG:2842 + EPSG:2843 + EPSG:2844 + EPSG:2845 + EPSG:2846 + EPSG:2847 + EPSG:2848 + EPSG:2849 + EPSG:2850 + EPSG:2851 + EPSG:2852 + EPSG:2853 + EPSG:2854 + EPSG:2855 + EPSG:2856 + EPSG:2857 + EPSG:2858 + EPSG:2859 + EPSG:2860 + EPSG:2861 + EPSG:2862 + EPSG:2863 + EPSG:2864 + EPSG:2865 + EPSG:2866 + EPSG:2867 + EPSG:2868 + EPSG:2869 + EPSG:2870 + EPSG:2871 + EPSG:2872 + EPSG:2873 + EPSG:2874 + EPSG:2875 + EPSG:2876 + EPSG:2877 + EPSG:2878 + EPSG:2879 + EPSG:2880 + EPSG:2881 + EPSG:2882 + EPSG:2883 + EPSG:2884 + EPSG:2885 + EPSG:2886 + EPSG:2887 + EPSG:2888 + EPSG:2889 + EPSG:2890 + EPSG:2891 + EPSG:2892 + EPSG:2893 + EPSG:2894 + EPSG:2895 + EPSG:2896 + EPSG:2897 + EPSG:2898 + EPSG:2899 + EPSG:2900 + EPSG:2901 + EPSG:2902 + EPSG:2903 + EPSG:2904 + EPSG:2905 + EPSG:2906 + EPSG:2907 + EPSG:2908 + EPSG:2909 + EPSG:2910 + EPSG:2911 + EPSG:2912 + EPSG:2913 + EPSG:2914 + EPSG:2915 + EPSG:2916 + EPSG:2917 + EPSG:2918 + EPSG:2919 + EPSG:2920 + EPSG:2921 + EPSG:2922 + EPSG:2923 + EPSG:2924 + EPSG:2925 + EPSG:2926 + EPSG:2927 + EPSG:2928 + EPSG:2929 + EPSG:2930 + EPSG:2931 + EPSG:2932 + EPSG:2933 + EPSG:2934 + EPSG:2935 + EPSG:2936 + EPSG:2937 + EPSG:2938 + EPSG:2939 + EPSG:2940 + EPSG:2941 + EPSG:2942 + EPSG:2943 + EPSG:2944 + EPSG:2945 + EPSG:2946 + EPSG:2947 + EPSG:2948 + EPSG:2949 + EPSG:2950 + EPSG:2951 + EPSG:2952 + EPSG:2953 + EPSG:2954 + EPSG:2955 + EPSG:2956 + EPSG:2957 + EPSG:2958 + EPSG:2959 + EPSG:2960 + EPSG:2961 + EPSG:2962 + EPSG:2963 + EPSG:2964 + EPSG:2965 + EPSG:2966 + EPSG:2967 + EPSG:2968 + EPSG:2969 + EPSG:2970 + EPSG:2971 + EPSG:2972 + EPSG:2973 + EPSG:2975 + EPSG:2976 + EPSG:2977 + EPSG:2978 + EPSG:2979 + EPSG:2980 + EPSG:2981 + EPSG:2982 + EPSG:2983 + EPSG:2984 + EPSG:2985 + EPSG:2986 + EPSG:2987 + EPSG:2988 + EPSG:2989 + EPSG:2990 + EPSG:2991 + EPSG:2992 + EPSG:2993 + EPSG:2994 + EPSG:2995 + EPSG:2996 + EPSG:2997 + EPSG:2998 + EPSG:2999 + EPSG:3000 + EPSG:3001 + EPSG:3002 + EPSG:3003 + EPSG:3004 + EPSG:3005 + EPSG:3006 + EPSG:3007 + EPSG:3008 + EPSG:3009 + EPSG:3010 + EPSG:3011 + EPSG:3012 + EPSG:3013 + EPSG:3014 + EPSG:3015 + EPSG:3016 + EPSG:3017 + EPSG:3018 + EPSG:3019 + EPSG:3020 + EPSG:3021 + EPSG:3022 + EPSG:3023 + EPSG:3024 + EPSG:3025 + EPSG:3026 + EPSG:3027 + EPSG:3028 + EPSG:3029 + EPSG:3030 + EPSG:3031 + EPSG:3032 + EPSG:3033 + EPSG:3034 + EPSG:3035 + EPSG:3036 + EPSG:3037 + EPSG:3038 + EPSG:3039 + EPSG:3040 + EPSG:3041 + EPSG:3042 + EPSG:3043 + EPSG:3044 + EPSG:3045 + EPSG:3046 + EPSG:3047 + EPSG:3048 + EPSG:3049 + EPSG:3050 + EPSG:3051 + EPSG:3052 + EPSG:3053 + EPSG:3054 + EPSG:3055 + EPSG:3056 + EPSG:3057 + EPSG:3058 + EPSG:3059 + EPSG:3060 + EPSG:3061 + EPSG:3062 + EPSG:3063 + EPSG:3064 + EPSG:3065 + EPSG:3066 + EPSG:3067 + EPSG:3068 + EPSG:3069 + EPSG:3070 + EPSG:3071 + EPSG:3072 + EPSG:3073 + EPSG:3074 + EPSG:3075 + EPSG:3076 + EPSG:3077 + EPSG:3078 + EPSG:3079 + EPSG:3080 + EPSG:3081 + EPSG:3082 + EPSG:3083 + EPSG:3084 + EPSG:3085 + EPSG:3086 + EPSG:3087 + EPSG:3088 + EPSG:3089 + EPSG:3090 + EPSG:3091 + EPSG:3092 + EPSG:3093 + EPSG:3094 + EPSG:3095 + EPSG:3096 + EPSG:3097 + EPSG:3098 + EPSG:3099 + EPSG:3100 + EPSG:3101 + EPSG:3102 + EPSG:3103 + EPSG:3104 + EPSG:3105 + EPSG:3106 + EPSG:3107 + EPSG:3108 + EPSG:3109 + EPSG:3110 + EPSG:3111 + EPSG:3112 + EPSG:3113 + EPSG:3114 + EPSG:3115 + EPSG:3116 + EPSG:3117 + EPSG:3118 + EPSG:3119 + EPSG:3120 + EPSG:3121 + EPSG:3122 + EPSG:3123 + EPSG:3124 + EPSG:3125 + EPSG:3126 + EPSG:3127 + EPSG:3128 + EPSG:3129 + EPSG:3130 + EPSG:3131 + EPSG:3132 + EPSG:3133 + EPSG:3134 + EPSG:3135 + EPSG:3136 + EPSG:3137 + EPSG:3138 + EPSG:3139 + EPSG:3140 + EPSG:3141 + EPSG:3142 + EPSG:3143 + EPSG:3144 + EPSG:3145 + EPSG:3146 + EPSG:3147 + EPSG:3148 + EPSG:3149 + EPSG:3150 + EPSG:3151 + EPSG:3152 + EPSG:3153 + EPSG:3154 + EPSG:3155 + EPSG:3156 + EPSG:3157 + EPSG:3158 + EPSG:3159 + EPSG:3160 + EPSG:3161 + EPSG:3162 + EPSG:3163 + EPSG:3164 + EPSG:3165 + EPSG:3166 + EPSG:3167 + EPSG:3168 + EPSG:3169 + EPSG:3170 + EPSG:3171 + EPSG:3172 + EPSG:3173 + EPSG:3174 + EPSG:3175 + EPSG:3176 + EPSG:3177 + EPSG:3178 + EPSG:3179 + EPSG:3180 + EPSG:3181 + EPSG:3182 + EPSG:3183 + EPSG:3184 + EPSG:3185 + EPSG:3186 + EPSG:3187 + EPSG:3188 + EPSG:3189 + EPSG:3190 + EPSG:3191 + EPSG:3192 + EPSG:3193 + EPSG:3194 + EPSG:3195 + EPSG:3196 + EPSG:3197 + EPSG:3198 + EPSG:3199 + EPSG:3200 + EPSG:3201 + EPSG:3202 + EPSG:3203 + EPSG:3204 + EPSG:3205 + EPSG:3206 + EPSG:3207 + EPSG:3208 + EPSG:3209 + EPSG:3210 + EPSG:3211 + EPSG:3212 + EPSG:3213 + EPSG:3214 + EPSG:3215 + EPSG:3216 + EPSG:3217 + EPSG:3218 + EPSG:3219 + EPSG:3220 + EPSG:3221 + EPSG:3222 + EPSG:3223 + EPSG:3224 + EPSG:3225 + EPSG:3226 + EPSG:3227 + EPSG:3228 + EPSG:3229 + EPSG:3230 + EPSG:3231 + EPSG:3232 + EPSG:3233 + EPSG:3234 + EPSG:3235 + EPSG:3236 + EPSG:3237 + EPSG:3238 + EPSG:3239 + EPSG:3240 + EPSG:3241 + EPSG:3242 + EPSG:3243 + EPSG:3244 + EPSG:3245 + EPSG:3246 + EPSG:3247 + EPSG:3248 + EPSG:3249 + EPSG:3250 + EPSG:3251 + EPSG:3252 + EPSG:3253 + EPSG:3254 + EPSG:3255 + EPSG:3256 + EPSG:3257 + EPSG:3258 + EPSG:3259 + EPSG:3260 + EPSG:3261 + EPSG:3262 + EPSG:3263 + EPSG:3264 + EPSG:3265 + EPSG:3266 + EPSG:3267 + EPSG:3268 + EPSG:3269 + EPSG:3270 + EPSG:3271 + EPSG:3272 + EPSG:3273 + EPSG:3274 + EPSG:3275 + EPSG:3276 + EPSG:3277 + EPSG:3278 + EPSG:3279 + EPSG:3280 + EPSG:3281 + EPSG:3282 + EPSG:3283 + EPSG:3284 + EPSG:3285 + EPSG:3286 + EPSG:3287 + EPSG:3288 + EPSG:3289 + EPSG:3290 + EPSG:3291 + EPSG:3292 + EPSG:3293 + EPSG:3294 + EPSG:3295 + EPSG:3296 + EPSG:3297 + EPSG:3298 + EPSG:3299 + EPSG:3300 + EPSG:3301 + EPSG:3302 + EPSG:3303 + EPSG:3304 + EPSG:3305 + EPSG:3306 + EPSG:3307 + EPSG:3308 + EPSG:3309 + EPSG:3310 + EPSG:3311 + EPSG:3312 + EPSG:3313 + EPSG:3314 + EPSG:3315 + EPSG:3316 + EPSG:3317 + EPSG:3318 + EPSG:3319 + EPSG:3320 + EPSG:3321 + EPSG:3322 + EPSG:3323 + EPSG:3324 + EPSG:3325 + EPSG:3326 + EPSG:3327 + EPSG:3328 + EPSG:3329 + EPSG:3330 + EPSG:3331 + EPSG:3332 + EPSG:3333 + EPSG:3334 + EPSG:3335 + EPSG:3336 + EPSG:3337 + EPSG:3338 + EPSG:3339 + EPSG:3340 + EPSG:3341 + EPSG:3342 + EPSG:3343 + EPSG:3344 + EPSG:3345 + EPSG:3346 + EPSG:3347 + EPSG:3348 + EPSG:3349 + EPSG:3350 + EPSG:3351 + EPSG:3352 + EPSG:3353 + EPSG:3354 + EPSG:3355 + EPSG:3356 + EPSG:3357 + EPSG:3358 + EPSG:3359 + EPSG:3360 + EPSG:3361 + EPSG:3362 + EPSG:3363 + EPSG:3364 + EPSG:3365 + EPSG:3366 + EPSG:3367 + EPSG:3368 + EPSG:3369 + EPSG:3370 + EPSG:3371 + EPSG:3372 + EPSG:3373 + EPSG:3374 + EPSG:3375 + EPSG:3376 + EPSG:3377 + EPSG:3378 + EPSG:3379 + EPSG:3380 + EPSG:3381 + EPSG:3382 + EPSG:3383 + EPSG:3384 + EPSG:3385 + EPSG:3386 + EPSG:3387 + EPSG:3388 + EPSG:3389 + EPSG:3390 + EPSG:3391 + EPSG:3392 + EPSG:3393 + EPSG:3394 + EPSG:3395 + EPSG:3396 + EPSG:3397 + EPSG:3398 + EPSG:3399 + EPSG:3400 + EPSG:3401 + EPSG:3402 + EPSG:3403 + EPSG:3404 + EPSG:3405 + EPSG:3406 + EPSG:3407 + EPSG:3408 + EPSG:3409 + EPSG:3410 + EPSG:3411 + EPSG:3412 + EPSG:3413 + EPSG:3414 + EPSG:3415 + EPSG:3416 + EPSG:3417 + EPSG:3418 + EPSG:3419 + EPSG:3420 + EPSG:3421 + EPSG:3422 + EPSG:3423 + EPSG:3424 + EPSG:3425 + EPSG:3426 + EPSG:3427 + EPSG:3428 + EPSG:3429 + EPSG:3430 + EPSG:3431 + EPSG:3432 + EPSG:3433 + EPSG:3434 + EPSG:3435 + EPSG:3436 + EPSG:3437 + EPSG:3438 + EPSG:3439 + EPSG:3440 + EPSG:3441 + EPSG:3442 + EPSG:3443 + EPSG:3444 + EPSG:3445 + EPSG:3446 + EPSG:3447 + EPSG:3448 + EPSG:3449 + EPSG:3450 + EPSG:3451 + EPSG:3452 + EPSG:3453 + EPSG:3454 + EPSG:3455 + EPSG:3456 + EPSG:3457 + EPSG:3458 + EPSG:3459 + EPSG:3460 + EPSG:3461 + EPSG:3462 + EPSG:3463 + EPSG:3464 + EPSG:3465 + EPSG:3466 + EPSG:3467 + EPSG:3468 + EPSG:3469 + EPSG:3470 + EPSG:3471 + EPSG:3472 + EPSG:3473 + EPSG:3474 + EPSG:3475 + EPSG:3476 + EPSG:3477 + EPSG:3478 + EPSG:3479 + EPSG:3480 + EPSG:3481 + EPSG:3482 + EPSG:3483 + EPSG:3484 + EPSG:3485 + EPSG:3486 + EPSG:3487 + EPSG:3488 + EPSG:3489 + EPSG:3490 + EPSG:3491 + EPSG:3492 + EPSG:3493 + EPSG:3494 + EPSG:3495 + EPSG:3496 + EPSG:3497 + EPSG:3498 + EPSG:3499 + EPSG:3500 + EPSG:3501 + EPSG:3502 + EPSG:3503 + EPSG:3504 + EPSG:3505 + EPSG:3506 + EPSG:3507 + EPSG:3508 + EPSG:3509 + EPSG:3510 + EPSG:3511 + EPSG:3512 + EPSG:3513 + EPSG:3514 + EPSG:3515 + EPSG:3516 + EPSG:3517 + EPSG:3518 + EPSG:3519 + EPSG:3520 + EPSG:3521 + EPSG:3522 + EPSG:3523 + EPSG:3524 + EPSG:3525 + EPSG:3526 + EPSG:3527 + EPSG:3528 + EPSG:3529 + EPSG:3530 + EPSG:3531 + EPSG:3532 + EPSG:3533 + EPSG:3534 + EPSG:3535 + EPSG:3536 + EPSG:3537 + EPSG:3538 + EPSG:3539 + EPSG:3540 + EPSG:3541 + EPSG:3542 + EPSG:3543 + EPSG:3544 + EPSG:3545 + EPSG:3546 + EPSG:3547 + EPSG:3548 + EPSG:3549 + EPSG:3550 + EPSG:3551 + EPSG:3552 + EPSG:3553 + EPSG:3554 + EPSG:3555 + EPSG:3556 + EPSG:3557 + EPSG:3558 + EPSG:3559 + EPSG:3560 + EPSG:3561 + EPSG:3562 + EPSG:3563 + EPSG:3564 + EPSG:3565 + EPSG:3566 + EPSG:3567 + EPSG:3568 + EPSG:3569 + EPSG:3570 + EPSG:3571 + EPSG:3572 + EPSG:3573 + EPSG:3574 + EPSG:3575 + EPSG:3576 + EPSG:3577 + EPSG:3578 + EPSG:3579 + EPSG:3580 + EPSG:3581 + EPSG:3582 + EPSG:3583 + EPSG:3584 + EPSG:3585 + EPSG:3586 + EPSG:3587 + EPSG:3588 + EPSG:3589 + EPSG:3590 + EPSG:3591 + EPSG:3592 + EPSG:3593 + EPSG:3594 + EPSG:3595 + EPSG:3596 + EPSG:3597 + EPSG:3598 + EPSG:3599 + EPSG:3600 + EPSG:3601 + EPSG:3602 + EPSG:3603 + EPSG:3604 + EPSG:3605 + EPSG:3606 + EPSG:3607 + EPSG:3608 + EPSG:3609 + EPSG:3610 + EPSG:3611 + EPSG:3612 + EPSG:3613 + EPSG:3614 + EPSG:3615 + EPSG:3616 + EPSG:3617 + EPSG:3618 + EPSG:3619 + EPSG:3620 + EPSG:3621 + EPSG:3622 + EPSG:3623 + EPSG:3624 + EPSG:3625 + EPSG:3626 + EPSG:3627 + EPSG:3628 + EPSG:3629 + EPSG:3630 + EPSG:3631 + EPSG:3632 + EPSG:3633 + EPSG:3634 + EPSG:3635 + EPSG:3636 + EPSG:3637 + EPSG:3638 + EPSG:3639 + EPSG:3640 + EPSG:3641 + EPSG:3642 + EPSG:3643 + EPSG:3644 + EPSG:3645 + EPSG:3646 + EPSG:3647 + EPSG:3648 + EPSG:3649 + EPSG:3650 + EPSG:3651 + EPSG:3652 + EPSG:3653 + EPSG:3654 + EPSG:3655 + EPSG:3656 + EPSG:3657 + EPSG:3658 + EPSG:3659 + EPSG:3660 + EPSG:3661 + EPSG:3662 + EPSG:3663 + EPSG:3664 + EPSG:3665 + EPSG:3666 + EPSG:3667 + EPSG:3668 + EPSG:3669 + EPSG:3670 + EPSG:3671 + EPSG:3672 + EPSG:3673 + EPSG:3674 + EPSG:3675 + EPSG:3676 + EPSG:3677 + EPSG:3678 + EPSG:3679 + EPSG:3680 + EPSG:3681 + EPSG:3682 + EPSG:3683 + EPSG:3684 + EPSG:3685 + EPSG:3686 + EPSG:3687 + EPSG:3688 + EPSG:3689 + EPSG:3690 + EPSG:3691 + EPSG:3692 + EPSG:3693 + EPSG:3694 + EPSG:3695 + EPSG:3696 + EPSG:3697 + EPSG:3698 + EPSG:3699 + EPSG:3700 + EPSG:3701 + EPSG:3702 + EPSG:3703 + EPSG:3704 + EPSG:3705 + EPSG:3706 + EPSG:3707 + EPSG:3708 + EPSG:3709 + EPSG:3710 + EPSG:3711 + EPSG:3712 + EPSG:3713 + EPSG:3714 + EPSG:3715 + EPSG:3716 + EPSG:3717 + EPSG:3718 + EPSG:3719 + EPSG:3720 + EPSG:3721 + EPSG:3722 + EPSG:3723 + EPSG:3724 + EPSG:3725 + EPSG:3726 + EPSG:3727 + EPSG:3728 + EPSG:3729 + EPSG:3730 + EPSG:3731 + EPSG:3732 + EPSG:3733 + EPSG:3734 + EPSG:3735 + EPSG:3736 + EPSG:3737 + EPSG:3738 + EPSG:3739 + EPSG:3740 + EPSG:3741 + EPSG:3742 + EPSG:3743 + EPSG:3744 + EPSG:3745 + EPSG:3746 + EPSG:3747 + EPSG:3748 + EPSG:3749 + EPSG:3750 + EPSG:3751 + EPSG:3752 + EPSG:3753 + EPSG:3754 + EPSG:3755 + EPSG:3756 + EPSG:3757 + EPSG:3758 + EPSG:3759 + EPSG:3760 + EPSG:3761 + EPSG:3762 + EPSG:3763 + EPSG:3764 + EPSG:3765 + EPSG:3766 + EPSG:3767 + EPSG:3768 + EPSG:3769 + EPSG:3770 + EPSG:3771 + EPSG:3772 + EPSG:3773 + EPSG:3774 + EPSG:3775 + EPSG:3776 + EPSG:3777 + EPSG:3778 + EPSG:3779 + EPSG:3780 + EPSG:3781 + EPSG:3782 + EPSG:3783 + EPSG:3784 + EPSG:3785 + EPSG:3786 + EPSG:3787 + EPSG:3788 + EPSG:3789 + EPSG:3790 + EPSG:3791 + EPSG:3793 + EPSG:3794 + EPSG:3795 + EPSG:3796 + EPSG:3797 + EPSG:3798 + EPSG:3799 + EPSG:3800 + EPSG:3801 + EPSG:3802 + EPSG:3812 + EPSG:3814 + EPSG:3815 + EPSG:3816 + EPSG:3819 + EPSG:3821 + EPSG:3822 + EPSG:3823 + EPSG:3824 + EPSG:3825 + EPSG:3826 + EPSG:3827 + EPSG:3828 + EPSG:3829 + EPSG:3832 + EPSG:3833 + EPSG:3834 + EPSG:3835 + EPSG:3836 + EPSG:3837 + EPSG:3838 + EPSG:3839 + EPSG:3840 + EPSG:3841 + EPSG:3842 + EPSG:3843 + EPSG:3844 + EPSG:3845 + EPSG:3846 + EPSG:3847 + EPSG:3848 + EPSG:3849 + EPSG:3850 + EPSG:3851 + EPSG:3852 + EPSG:3854 + EPSG:3855 + EPSG:3857 + EPSG:3886 + EPSG:3887 + EPSG:3888 + EPSG:3889 + EPSG:3890 + EPSG:3891 + EPSG:3892 + EPSG:3893 + EPSG:3906 + EPSG:3907 + EPSG:3908 + EPSG:3909 + EPSG:3910 + EPSG:3911 + EPSG:3912 + EPSG:3920 + EPSG:3942 + EPSG:3943 + EPSG:3944 + EPSG:3945 + EPSG:3946 + EPSG:3947 + EPSG:3948 + EPSG:3949 + EPSG:3950 + EPSG:3968 + EPSG:3969 + EPSG:3970 + EPSG:3973 + EPSG:3974 + EPSG:3975 + EPSG:3976 + EPSG:3978 + EPSG:3979 + EPSG:3985 + EPSG:3986 + EPSG:3987 + EPSG:3988 + EPSG:3989 + EPSG:3991 + EPSG:3992 + EPSG:3993 + EPSG:3994 + EPSG:3995 + EPSG:3996 + EPSG:3997 + EPSG:4000 + EPSG:4001 + EPSG:4002 + EPSG:4003 + EPSG:4004 + EPSG:4005 + EPSG:4006 + EPSG:4007 + EPSG:4008 + EPSG:4009 + EPSG:4010 + EPSG:4011 + EPSG:4012 + EPSG:4013 + EPSG:4014 + EPSG:4015 + EPSG:4016 + EPSG:4017 + EPSG:4018 + EPSG:4019 + EPSG:4020 + EPSG:4021 + EPSG:4022 + EPSG:4023 + EPSG:4024 + EPSG:4025 + EPSG:4026 + EPSG:4027 + EPSG:4028 + EPSG:4029 + EPSG:4030 + EPSG:4031 + EPSG:4032 + EPSG:4033 + EPSG:4034 + EPSG:4035 + EPSG:4036 + EPSG:4037 + EPSG:4038 + EPSG:4039 + EPSG:4040 + EPSG:4041 + EPSG:4042 + EPSG:4043 + EPSG:4044 + EPSG:4045 + EPSG:4046 + EPSG:4047 + EPSG:4048 + EPSG:4049 + EPSG:4050 + EPSG:4051 + EPSG:4052 + EPSG:4053 + EPSG:4054 + EPSG:4055 + EPSG:4056 + EPSG:4057 + EPSG:4058 + EPSG:4059 + EPSG:4060 + EPSG:4061 + EPSG:4062 + EPSG:4063 + EPSG:4071 + EPSG:4073 + EPSG:4074 + EPSG:4075 + EPSG:4079 + EPSG:4080 + EPSG:4081 + EPSG:4082 + EPSG:4083 + EPSG:4087 + EPSG:4088 + EPSG:4093 + EPSG:4094 + EPSG:4095 + EPSG:4096 + EPSG:4097 + EPSG:4098 + EPSG:4099 + EPSG:4100 + EPSG:4120 + EPSG:4121 + EPSG:4122 + EPSG:4123 + EPSG:4124 + EPSG:4125 + EPSG:4126 + EPSG:4127 + EPSG:4128 + EPSG:4129 + EPSG:4130 + EPSG:4131 + EPSG:4132 + EPSG:4133 + EPSG:4134 + EPSG:4135 + EPSG:4136 + EPSG:4137 + EPSG:4138 + EPSG:4139 + EPSG:4140 + EPSG:4141 + EPSG:4142 + EPSG:4143 + EPSG:4144 + EPSG:4145 + EPSG:4146 + EPSG:4147 + EPSG:4148 + EPSG:4149 + EPSG:4150 + EPSG:4151 + EPSG:4152 + EPSG:4153 + EPSG:4154 + EPSG:4155 + EPSG:4156 + EPSG:4157 + EPSG:4158 + EPSG:4159 + EPSG:4160 + EPSG:4161 + EPSG:4162 + EPSG:4163 + EPSG:4164 + EPSG:4165 + EPSG:4166 + EPSG:4167 + EPSG:4168 + EPSG:4169 + EPSG:4170 + EPSG:4171 + EPSG:4172 + EPSG:4173 + EPSG:4174 + EPSG:4175 + EPSG:4176 + EPSG:4178 + EPSG:4179 + EPSG:4180 + EPSG:4181 + EPSG:4182 + EPSG:4183 + EPSG:4184 + EPSG:4185 + EPSG:4188 + EPSG:4189 + EPSG:4190 + EPSG:4191 + EPSG:4192 + EPSG:4193 + EPSG:4194 + EPSG:4195 + EPSG:4196 + EPSG:4197 + EPSG:4198 + EPSG:4199 + EPSG:4200 + EPSG:4201 + EPSG:4202 + EPSG:4203 + EPSG:4204 + EPSG:4205 + EPSG:4206 + EPSG:4207 + EPSG:4208 + EPSG:4209 + EPSG:4210 + EPSG:4211 + EPSG:4212 + EPSG:4213 + EPSG:4214 + EPSG:4215 + EPSG:4216 + EPSG:4218 + EPSG:4219 + EPSG:4220 + EPSG:4221 + EPSG:4222 + EPSG:4223 + EPSG:4224 + EPSG:4225 + EPSG:4226 + EPSG:4227 + EPSG:4228 + EPSG:4229 + EPSG:4230 + EPSG:4231 + EPSG:4232 + EPSG:4233 + EPSG:4234 + EPSG:4235 + EPSG:4236 + EPSG:4237 + EPSG:4238 + EPSG:4239 + EPSG:4240 + EPSG:4241 + EPSG:4242 + EPSG:4243 + EPSG:4244 + EPSG:4245 + EPSG:4246 + EPSG:4247 + EPSG:4248 + EPSG:4249 + EPSG:4250 + EPSG:4251 + EPSG:4252 + EPSG:4253 + EPSG:4254 + EPSG:4255 + EPSG:4256 + EPSG:4257 + EPSG:4258 + EPSG:4259 + EPSG:4260 + EPSG:4261 + EPSG:4262 + EPSG:4263 + EPSG:4264 + EPSG:4265 + EPSG:4266 + EPSG:4267 + EPSG:4268 + EPSG:4269 + EPSG:4270 + EPSG:4271 + EPSG:4272 + EPSG:4273 + EPSG:4274 + EPSG:4275 + EPSG:4276 + EPSG:4277 + EPSG:4278 + EPSG:4279 + EPSG:4280 + EPSG:4281 + EPSG:4282 + EPSG:4283 + EPSG:4284 + EPSG:4285 + EPSG:4286 + EPSG:4287 + EPSG:4288 + EPSG:4289 + EPSG:4291 + EPSG:4292 + EPSG:4293 + EPSG:4294 + EPSG:4295 + EPSG:4296 + EPSG:4297 + EPSG:4298 + EPSG:4299 + EPSG:4300 + EPSG:4301 + EPSG:4302 + EPSG:4303 + EPSG:4304 + EPSG:4306 + EPSG:4307 + EPSG:4308 + EPSG:4309 + EPSG:4310 + EPSG:4311 + EPSG:4312 + EPSG:4313 + EPSG:4314 + EPSG:4315 + EPSG:4316 + EPSG:4317 + EPSG:4318 + EPSG:4319 + EPSG:4322 + EPSG:4324 + EPSG:4326 + EPSG:4327 + EPSG:4328 + EPSG:4329 + EPSG:4330 + EPSG:4331 + EPSG:4332 + EPSG:4333 + EPSG:4334 + EPSG:4335 + EPSG:4336 + EPSG:4337 + EPSG:4338 + EPSG:4339 + EPSG:4340 + EPSG:4341 + EPSG:4342 + EPSG:4343 + EPSG:4344 + EPSG:4345 + EPSG:4346 + EPSG:4347 + EPSG:4348 + EPSG:4349 + EPSG:4350 + EPSG:4351 + EPSG:4352 + EPSG:4353 + EPSG:4354 + EPSG:4355 + EPSG:4356 + EPSG:4357 + EPSG:4358 + EPSG:4359 + EPSG:4360 + EPSG:4361 + EPSG:4362 + EPSG:4363 + EPSG:4364 + EPSG:4365 + EPSG:4366 + EPSG:4367 + EPSG:4368 + EPSG:4369 + EPSG:4370 + EPSG:4371 + EPSG:4372 + EPSG:4373 + EPSG:4374 + EPSG:4375 + EPSG:4376 + EPSG:4377 + EPSG:4378 + EPSG:4379 + EPSG:4380 + EPSG:4381 + EPSG:4382 + EPSG:4383 + EPSG:4384 + EPSG:4385 + EPSG:4386 + EPSG:4387 + EPSG:4388 + EPSG:4389 + EPSG:4414 + EPSG:4415 + EPSG:4417 + EPSG:4434 + EPSG:4437 + EPSG:4440 + EPSG:4455 + EPSG:4456 + EPSG:4457 + EPSG:4458 + EPSG:4462 + EPSG:4463 + EPSG:4465 + EPSG:4466 + EPSG:4467 + EPSG:4468 + EPSG:4469 + EPSG:4470 + EPSG:4471 + EPSG:4472 + EPSG:4473 + EPSG:4474 + EPSG:4475 + EPSG:4479 + EPSG:4480 + EPSG:4481 + EPSG:4482 + EPSG:4483 + EPSG:4484 + EPSG:4485 + EPSG:4486 + EPSG:4487 + EPSG:4488 + EPSG:4489 + EPSG:4490 + EPSG:4491 + EPSG:4492 + EPSG:4493 + EPSG:4494 + EPSG:4495 + EPSG:4496 + EPSG:4497 + EPSG:4498 + EPSG:4499 + EPSG:4500 + EPSG:4501 + EPSG:4502 + EPSG:4503 + EPSG:4504 + EPSG:4505 + EPSG:4506 + EPSG:4507 + EPSG:4508 + EPSG:4509 + EPSG:4510 + EPSG:4511 + EPSG:4512 + EPSG:4513 + EPSG:4514 + EPSG:4515 + EPSG:4516 + EPSG:4517 + EPSG:4518 + EPSG:4519 + EPSG:4520 + EPSG:4521 + EPSG:4522 + EPSG:4523 + EPSG:4524 + EPSG:4525 + EPSG:4526 + EPSG:4527 + EPSG:4528 + EPSG:4529 + EPSG:4530 + EPSG:4531 + EPSG:4532 + EPSG:4533 + EPSG:4534 + EPSG:4535 + EPSG:4536 + EPSG:4537 + EPSG:4538 + EPSG:4539 + EPSG:4540 + EPSG:4541 + EPSG:4542 + EPSG:4543 + EPSG:4544 + EPSG:4545 + EPSG:4546 + EPSG:4547 + EPSG:4548 + EPSG:4549 + EPSG:4550 + EPSG:4551 + EPSG:4552 + EPSG:4553 + EPSG:4554 + EPSG:4555 + EPSG:4556 + EPSG:4557 + EPSG:4558 + EPSG:4559 + EPSG:4568 + EPSG:4569 + EPSG:4570 + EPSG:4571 + EPSG:4572 + EPSG:4573 + EPSG:4574 + EPSG:4575 + EPSG:4576 + EPSG:4577 + EPSG:4578 + EPSG:4579 + EPSG:4580 + EPSG:4581 + EPSG:4582 + EPSG:4583 + EPSG:4584 + EPSG:4585 + EPSG:4586 + EPSG:4587 + EPSG:4588 + EPSG:4589 + EPSG:4600 + EPSG:4601 + EPSG:4602 + EPSG:4603 + EPSG:4604 + EPSG:4605 + EPSG:4606 + EPSG:4607 + EPSG:4608 + EPSG:4609 + EPSG:4610 + EPSG:4611 + EPSG:4612 + EPSG:4613 + EPSG:4614 + EPSG:4615 + EPSG:4616 + EPSG:4617 + EPSG:4618 + EPSG:4619 + EPSG:4620 + EPSG:4621 + EPSG:4622 + EPSG:4623 + EPSG:4624 + EPSG:4625 + EPSG:4626 + EPSG:4627 + EPSG:4628 + EPSG:4629 + EPSG:4630 + EPSG:4631 + EPSG:4632 + EPSG:4633 + EPSG:4634 + EPSG:4635 + EPSG:4636 + EPSG:4637 + EPSG:4638 + EPSG:4639 + EPSG:4640 + EPSG:4641 + EPSG:4642 + EPSG:4643 + EPSG:4644 + EPSG:4645 + EPSG:4646 + EPSG:4647 + EPSG:4652 + EPSG:4653 + EPSG:4654 + EPSG:4655 + EPSG:4656 + EPSG:4657 + EPSG:4658 + EPSG:4659 + EPSG:4660 + EPSG:4661 + EPSG:4662 + EPSG:4663 + EPSG:4664 + EPSG:4665 + EPSG:4666 + EPSG:4667 + EPSG:4668 + EPSG:4669 + EPSG:4670 + EPSG:4671 + EPSG:4672 + EPSG:4673 + EPSG:4674 + EPSG:4675 + EPSG:4676 + EPSG:4677 + EPSG:4678 + EPSG:4679 + EPSG:4680 + EPSG:4681 + EPSG:4682 + EPSG:4683 + EPSG:4684 + EPSG:4685 + EPSG:4686 + EPSG:4687 + EPSG:4688 + EPSG:4689 + EPSG:4690 + EPSG:4691 + EPSG:4692 + EPSG:4693 + EPSG:4694 + EPSG:4695 + EPSG:4696 + EPSG:4697 + EPSG:4698 + EPSG:4699 + EPSG:4700 + EPSG:4701 + EPSG:4702 + EPSG:4703 + EPSG:4704 + EPSG:4705 + EPSG:4706 + EPSG:4707 + EPSG:4708 + EPSG:4709 + EPSG:4710 + EPSG:4711 + EPSG:4712 + EPSG:4713 + EPSG:4714 + EPSG:4715 + EPSG:4716 + EPSG:4717 + EPSG:4718 + EPSG:4719 + EPSG:4720 + EPSG:4721 + EPSG:4722 + EPSG:4723 + EPSG:4724 + EPSG:4725 + EPSG:4726 + EPSG:4727 + EPSG:4728 + EPSG:4729 + EPSG:4730 + EPSG:4731 + EPSG:4732 + EPSG:4733 + EPSG:4734 + EPSG:4735 + EPSG:4736 + EPSG:4737 + EPSG:4738 + EPSG:4739 + EPSG:4740 + EPSG:4741 + EPSG:4742 + EPSG:4743 + EPSG:4744 + EPSG:4745 + EPSG:4746 + EPSG:4747 + EPSG:4748 + EPSG:4749 + EPSG:4750 + EPSG:4751 + EPSG:4752 + EPSG:4753 + EPSG:4754 + EPSG:4755 + EPSG:4756 + EPSG:4757 + EPSG:4758 + EPSG:4759 + EPSG:4760 + EPSG:4761 + EPSG:4762 + EPSG:4763 + EPSG:4764 + EPSG:4765 + EPSG:4766 + EPSG:4767 + EPSG:4768 + EPSG:4769 + EPSG:4770 + EPSG:4771 + EPSG:4772 + EPSG:4773 + EPSG:4774 + EPSG:4775 + EPSG:4776 + EPSG:4777 + EPSG:4778 + EPSG:4779 + EPSG:4780 + EPSG:4781 + EPSG:4782 + EPSG:4783 + EPSG:4784 + EPSG:4785 + EPSG:4786 + EPSG:4787 + EPSG:4788 + EPSG:4789 + EPSG:4790 + EPSG:4791 + EPSG:4792 + EPSG:4793 + EPSG:4794 + EPSG:4795 + EPSG:4796 + EPSG:4797 + EPSG:4798 + EPSG:4799 + EPSG:4800 + EPSG:4801 + EPSG:4802 + EPSG:4803 + EPSG:4804 + EPSG:4805 + EPSG:4806 + EPSG:4807 + EPSG:4808 + EPSG:4809 + EPSG:4810 + EPSG:4811 + EPSG:4812 + EPSG:4813 + EPSG:4814 + EPSG:4815 + EPSG:4816 + EPSG:4817 + EPSG:4818 + EPSG:4819 + EPSG:4820 + EPSG:4821 + EPSG:4822 + EPSG:4823 + EPSG:4824 + EPSG:4826 + EPSG:4882 + EPSG:4883 + EPSG:4884 + EPSG:4885 + EPSG:4886 + EPSG:4887 + EPSG:4888 + EPSG:4889 + EPSG:4890 + EPSG:4891 + EPSG:4892 + EPSG:4893 + EPSG:4894 + EPSG:4895 + EPSG:4896 + EPSG:4897 + EPSG:4898 + EPSG:4899 + EPSG:4900 + EPSG:4901 + EPSG:4902 + EPSG:4903 + EPSG:4904 + EPSG:4906 + EPSG:4907 + EPSG:4908 + EPSG:4909 + EPSG:4910 + EPSG:4911 + EPSG:4912 + EPSG:4913 + EPSG:4914 + EPSG:4915 + EPSG:4916 + EPSG:4917 + EPSG:4918 + EPSG:4919 + EPSG:4920 + EPSG:4921 + EPSG:4922 + EPSG:4923 + EPSG:4924 + EPSG:4925 + EPSG:4926 + EPSG:4927 + EPSG:4928 + EPSG:4929 + EPSG:4930 + EPSG:4931 + EPSG:4932 + EPSG:4933 + EPSG:4934 + EPSG:4935 + EPSG:4936 + EPSG:4937 + EPSG:4938 + EPSG:4939 + EPSG:4940 + EPSG:4941 + EPSG:4942 + EPSG:4943 + EPSG:4944 + EPSG:4945 + EPSG:4946 + EPSG:4947 + EPSG:4948 + EPSG:4949 + EPSG:4950 + EPSG:4951 + EPSG:4952 + EPSG:4953 + EPSG:4954 + EPSG:4955 + EPSG:4956 + EPSG:4957 + EPSG:4958 + EPSG:4959 + EPSG:4960 + EPSG:4961 + EPSG:4962 + EPSG:4963 + EPSG:4964 + EPSG:4965 + EPSG:4966 + EPSG:4967 + EPSG:4968 + EPSG:4969 + EPSG:4970 + EPSG:4971 + EPSG:4972 + EPSG:4973 + EPSG:4974 + EPSG:4975 + EPSG:4976 + EPSG:4977 + EPSG:4978 + EPSG:4979 + EPSG:4980 + EPSG:4981 + EPSG:4982 + EPSG:4983 + EPSG:4984 + EPSG:4985 + EPSG:4986 + EPSG:4987 + EPSG:4988 + EPSG:4989 + EPSG:4990 + EPSG:4991 + EPSG:4992 + EPSG:4993 + EPSG:4994 + EPSG:4995 + EPSG:4996 + EPSG:4997 + EPSG:4998 + EPSG:4999 + EPSG:5600 + EPSG:5601 + EPSG:5602 + EPSG:5603 + EPSG:5604 + EPSG:5605 + EPSG:5606 + EPSG:5607 + EPSG:5608 + EPSG:5609 + EPSG:5610 + EPSG:5611 + EPSG:5612 + EPSG:5613 + EPSG:5614 + EPSG:5615 + EPSG:5616 + EPSG:5617 + EPSG:5618 + EPSG:5619 + EPSG:5620 + EPSG:5621 + EPSG:5701 + EPSG:5702 + EPSG:5703 + EPSG:5704 + EPSG:5705 + EPSG:5706 + EPSG:5709 + EPSG:5710 + EPSG:5711 + EPSG:5712 + EPSG:5713 + EPSG:5714 + EPSG:5715 + EPSG:5716 + EPSG:5717 + EPSG:5718 + EPSG:5719 + EPSG:5720 + EPSG:5721 + EPSG:5722 + EPSG:5723 + EPSG:5724 + EPSG:5725 + EPSG:5726 + EPSG:5727 + EPSG:5728 + EPSG:5729 + EPSG:5730 + EPSG:5731 + EPSG:5732 + EPSG:5733 + EPSG:5734 + EPSG:5735 + EPSG:5736 + EPSG:5737 + EPSG:5738 + EPSG:5739 + EPSG:5740 + EPSG:5741 + EPSG:5742 + EPSG:5743 + EPSG:5744 + EPSG:5745 + EPSG:5746 + EPSG:5747 + EPSG:5748 + EPSG:5749 + EPSG:5750 + EPSG:5751 + EPSG:5752 + EPSG:5753 + EPSG:5754 + EPSG:5755 + EPSG:5756 + EPSG:5757 + EPSG:5758 + EPSG:5759 + EPSG:5760 + EPSG:5761 + EPSG:5762 + EPSG:5763 + EPSG:5764 + EPSG:5765 + EPSG:5766 + EPSG:5767 + EPSG:5768 + EPSG:5769 + EPSG:5770 + EPSG:5771 + EPSG:5772 + EPSG:5773 + EPSG:5774 + EPSG:5775 + EPSG:5776 + EPSG:5777 + EPSG:5778 + EPSG:5779 + EPSG:5780 + EPSG:5781 + EPSG:5782 + EPSG:5783 + EPSG:5784 + EPSG:5785 + EPSG:5786 + EPSG:5787 + EPSG:5788 + EPSG:5789 + EPSG:5790 + EPSG:5791 + EPSG:5792 + EPSG:5793 + EPSG:5794 + EPSG:5795 + EPSG:5796 + EPSG:5797 + EPSG:5798 + EPSG:5799 + EPSG:5800 + EPSG:5801 + EPSG:5802 + EPSG:5803 + EPSG:5804 + EPSG:5805 + EPSG:5806 + EPSG:5807 + EPSG:5808 + EPSG:5809 + EPSG:5810 + EPSG:5811 + EPSG:5812 + EPSG:5813 + EPSG:5814 + EPSG:5815 + EPSG:5816 + EPSG:5817 + EPSG:5818 + EPSG:5819 + EPSG:5820 + EPSG:5821 + EPSG:7400 + EPSG:7401 + EPSG:7402 + EPSG:7403 + EPSG:7404 + EPSG:7405 + EPSG:7406 + EPSG:7407 + EPSG:7408 + EPSG:7409 + EPSG:7410 + EPSG:7411 + EPSG:7412 + EPSG:7413 + EPSG:7414 + EPSG:7415 + EPSG:7416 + EPSG:7417 + EPSG:7418 + EPSG:7419 + EPSG:7420 + EPSG:7421 + EPSG:7422 + EPSG:7423 + EPSG:20004 + EPSG:20005 + EPSG:20006 + EPSG:20007 + EPSG:20008 + EPSG:20009 + EPSG:20010 + EPSG:20011 + EPSG:20012 + EPSG:20013 + EPSG:20014 + EPSG:20015 + EPSG:20016 + EPSG:20017 + EPSG:20018 + EPSG:20019 + EPSG:20020 + EPSG:20021 + EPSG:20022 + EPSG:20023 + EPSG:20024 + EPSG:20025 + EPSG:20026 + EPSG:20027 + EPSG:20028 + EPSG:20029 + EPSG:20030 + EPSG:20031 + EPSG:20032 + EPSG:20064 + EPSG:20065 + EPSG:20066 + EPSG:20067 + EPSG:20068 + EPSG:20069 + EPSG:20070 + EPSG:20071 + EPSG:20072 + EPSG:20073 + EPSG:20074 + EPSG:20075 + EPSG:20076 + EPSG:20077 + EPSG:20078 + EPSG:20079 + EPSG:20080 + EPSG:20081 + EPSG:20082 + EPSG:20083 + EPSG:20084 + EPSG:20085 + EPSG:20086 + EPSG:20087 + EPSG:20088 + EPSG:20089 + EPSG:20090 + EPSG:20091 + EPSG:20092 + EPSG:20135 + EPSG:20136 + EPSG:20137 + EPSG:20138 + EPSG:20248 + EPSG:20249 + EPSG:20250 + EPSG:20251 + EPSG:20252 + EPSG:20253 + EPSG:20254 + EPSG:20255 + EPSG:20256 + EPSG:20257 + EPSG:20258 + EPSG:20348 + EPSG:20349 + EPSG:20350 + EPSG:20351 + EPSG:20352 + EPSG:20353 + EPSG:20354 + EPSG:20355 + EPSG:20356 + EPSG:20357 + EPSG:20358 + EPSG:20436 + EPSG:20437 + EPSG:20438 + EPSG:20439 + EPSG:20440 + EPSG:20499 + EPSG:20538 + EPSG:20539 + EPSG:20790 + EPSG:20791 + EPSG:20822 + EPSG:20823 + EPSG:20824 + EPSG:20934 + EPSG:20935 + EPSG:20936 + EPSG:21035 + EPSG:21036 + EPSG:21037 + EPSG:21095 + EPSG:21096 + EPSG:21097 + EPSG:21100 + EPSG:21148 + EPSG:21149 + EPSG:21150 + EPSG:21291 + EPSG:21292 + EPSG:21413 + EPSG:21414 + EPSG:21415 + EPSG:21416 + EPSG:21417 + EPSG:21418 + EPSG:21419 + EPSG:21420 + EPSG:21421 + EPSG:21422 + EPSG:21423 + EPSG:21453 + EPSG:21454 + EPSG:21455 + EPSG:21456 + EPSG:21457 + EPSG:21458 + EPSG:21459 + EPSG:21460 + EPSG:21461 + EPSG:21462 + EPSG:21463 + EPSG:21473 + EPSG:21474 + EPSG:21475 + EPSG:21476 + EPSG:21477 + EPSG:21478 + EPSG:21479 + EPSG:21480 + EPSG:21481 + EPSG:21482 + EPSG:21483 + EPSG:21500 + EPSG:21780 + EPSG:21781 + EPSG:21782 + EPSG:21817 + EPSG:21818 + EPSG:21891 + EPSG:21892 + EPSG:21893 + EPSG:21894 + EPSG:21896 + EPSG:21897 + EPSG:21898 + EPSG:21899 + EPSG:22032 + EPSG:22033 + EPSG:22091 + EPSG:22092 + EPSG:22171 + EPSG:22172 + EPSG:22173 + EPSG:22174 + EPSG:22175 + EPSG:22176 + EPSG:22177 + EPSG:22181 + EPSG:22182 + EPSG:22183 + EPSG:22184 + EPSG:22185 + EPSG:22186 + EPSG:22187 + EPSG:22191 + EPSG:22192 + EPSG:22193 + EPSG:22194 + EPSG:22195 + EPSG:22196 + EPSG:22197 + EPSG:22234 + EPSG:22235 + EPSG:22236 + EPSG:22275 + EPSG:22277 + EPSG:22279 + EPSG:22281 + EPSG:22283 + EPSG:22285 + EPSG:22287 + EPSG:22289 + EPSG:22291 + EPSG:22293 + EPSG:22300 + EPSG:22332 + EPSG:22391 + EPSG:22392 + EPSG:22521 + EPSG:22522 + EPSG:22523 + EPSG:22524 + EPSG:22525 + EPSG:22700 + EPSG:22770 + EPSG:22780 + EPSG:22832 + EPSG:22991 + EPSG:22992 + EPSG:22993 + EPSG:22994 + EPSG:23028 + EPSG:23029 + EPSG:23030 + EPSG:23031 + EPSG:23032 + EPSG:23033 + EPSG:23034 + EPSG:23035 + EPSG:23036 + EPSG:23037 + EPSG:23038 + EPSG:23090 + EPSG:23095 + EPSG:23239 + EPSG:23240 + EPSG:23433 + EPSG:23700 + EPSG:23830 + EPSG:23831 + EPSG:23832 + EPSG:23833 + EPSG:23834 + EPSG:23835 + EPSG:23836 + EPSG:23837 + EPSG:23838 + EPSG:23839 + EPSG:23840 + EPSG:23841 + EPSG:23842 + EPSG:23843 + EPSG:23844 + EPSG:23845 + EPSG:23846 + EPSG:23847 + EPSG:23848 + EPSG:23849 + EPSG:23850 + EPSG:23851 + EPSG:23852 + EPSG:23853 + EPSG:23866 + EPSG:23867 + EPSG:23868 + EPSG:23869 + EPSG:23870 + EPSG:23871 + EPSG:23872 + EPSG:23877 + EPSG:23878 + EPSG:23879 + EPSG:23880 + EPSG:23881 + EPSG:23882 + EPSG:23883 + EPSG:23884 + EPSG:23886 + EPSG:23887 + EPSG:23888 + EPSG:23889 + EPSG:23890 + EPSG:23891 + EPSG:23892 + EPSG:23893 + EPSG:23894 + EPSG:23946 + EPSG:23947 + EPSG:23948 + EPSG:24047 + EPSG:24048 + EPSG:24100 + EPSG:24200 + EPSG:24305 + EPSG:24306 + EPSG:24311 + EPSG:24312 + EPSG:24313 + EPSG:24342 + EPSG:24343 + EPSG:24344 + EPSG:24345 + EPSG:24346 + EPSG:24347 + EPSG:24370 + EPSG:24371 + EPSG:24372 + EPSG:24373 + EPSG:24374 + EPSG:24375 + EPSG:24376 + EPSG:24377 + EPSG:24378 + EPSG:24379 + EPSG:24380 + EPSG:24381 + EPSG:24382 + EPSG:24383 + EPSG:24500 + EPSG:24547 + EPSG:24548 + EPSG:24571 + EPSG:24600 + EPSG:24718 + EPSG:24719 + EPSG:24720 + EPSG:24817 + EPSG:24818 + EPSG:24819 + EPSG:24820 + EPSG:24821 + EPSG:24877 + EPSG:24878 + EPSG:24879 + EPSG:24880 + EPSG:24881 + EPSG:24882 + EPSG:24891 + EPSG:24892 + EPSG:24893 + EPSG:25000 + EPSG:25231 + EPSG:25391 + EPSG:25392 + EPSG:25393 + EPSG:25394 + EPSG:25395 + EPSG:25700 + EPSG:25828 + EPSG:25829 + EPSG:25830 + EPSG:25831 + EPSG:25832 + EPSG:25833 + EPSG:25834 + EPSG:25835 + EPSG:25836 + EPSG:25837 + EPSG:25838 + EPSG:25884 + EPSG:25932 + EPSG:26191 + EPSG:26192 + EPSG:26193 + EPSG:26194 + EPSG:26195 + EPSG:26237 + EPSG:26331 + EPSG:26332 + EPSG:26391 + EPSG:26392 + EPSG:26393 + EPSG:26432 + EPSG:26591 + EPSG:26592 + EPSG:26632 + EPSG:26692 + EPSG:26701 + EPSG:26702 + EPSG:26703 + EPSG:26704 + EPSG:26705 + EPSG:26706 + EPSG:26707 + EPSG:26708 + EPSG:26709 + EPSG:26710 + EPSG:26711 + EPSG:26712 + EPSG:26713 + EPSG:26714 + EPSG:26715 + EPSG:26716 + EPSG:26717 + EPSG:26718 + EPSG:26719 + EPSG:26720 + EPSG:26721 + EPSG:26722 + EPSG:26729 + EPSG:26730 + EPSG:26731 + EPSG:26732 + EPSG:26733 + EPSG:26734 + EPSG:26735 + EPSG:26736 + EPSG:26737 + EPSG:26738 + EPSG:26739 + EPSG:26740 + EPSG:26741 + EPSG:26742 + EPSG:26743 + EPSG:26744 + EPSG:26745 + EPSG:26746 + EPSG:26747 + EPSG:26748 + EPSG:26749 + EPSG:26750 + EPSG:26751 + EPSG:26752 + EPSG:26753 + EPSG:26754 + EPSG:26755 + EPSG:26756 + EPSG:26757 + EPSG:26758 + EPSG:26759 + EPSG:26760 + EPSG:26766 + EPSG:26767 + EPSG:26768 + EPSG:26769 + EPSG:26770 + EPSG:26771 + EPSG:26772 + EPSG:26773 + EPSG:26774 + EPSG:26775 + EPSG:26776 + EPSG:26777 + EPSG:26778 + EPSG:26779 + EPSG:26780 + EPSG:26781 + EPSG:26782 + EPSG:26783 + EPSG:26784 + EPSG:26785 + EPSG:26786 + EPSG:26787 + EPSG:26791 + EPSG:26792 + EPSG:26793 + EPSG:26794 + EPSG:26795 + EPSG:26796 + EPSG:26797 + EPSG:26798 + EPSG:26799 + EPSG:26801 + EPSG:26802 + EPSG:26803 + EPSG:26811 + EPSG:26812 + EPSG:26813 + EPSG:26814 + EPSG:26815 + EPSG:26819 + EPSG:26820 + EPSG:26821 + EPSG:26822 + EPSG:26823 + EPSG:26824 + EPSG:26825 + EPSG:26826 + EPSG:26830 + EPSG:26831 + EPSG:26832 + EPSG:26833 + EPSG:26834 + EPSG:26835 + EPSG:26836 + EPSG:26837 + EPSG:26841 + EPSG:26842 + EPSG:26843 + EPSG:26844 + EPSG:26845 + EPSG:26846 + EPSG:26847 + EPSG:26848 + EPSG:26849 + EPSG:26850 + EPSG:26851 + EPSG:26852 + EPSG:26853 + EPSG:26854 + EPSG:26855 + EPSG:26856 + EPSG:26857 + EPSG:26858 + EPSG:26859 + EPSG:26860 + EPSG:26861 + EPSG:26862 + EPSG:26863 + EPSG:26864 + EPSG:26865 + EPSG:26866 + EPSG:26867 + EPSG:26868 + EPSG:26869 + EPSG:26870 + EPSG:26891 + EPSG:26892 + EPSG:26893 + EPSG:26894 + EPSG:26895 + EPSG:26896 + EPSG:26897 + EPSG:26898 + EPSG:26899 + EPSG:26901 + EPSG:26902 + EPSG:26903 + EPSG:26904 + EPSG:26905 + EPSG:26906 + EPSG:26907 + EPSG:26908 + EPSG:26909 + EPSG:26910 + EPSG:26911 + EPSG:26912 + EPSG:26913 + EPSG:26914 + EPSG:26915 + EPSG:26916 + EPSG:26917 + EPSG:26918 + EPSG:26919 + EPSG:26920 + EPSG:26921 + EPSG:26922 + EPSG:26923 + EPSG:26929 + EPSG:26930 + EPSG:26931 + EPSG:26932 + EPSG:26933 + EPSG:26934 + EPSG:26935 + EPSG:26936 + EPSG:26937 + EPSG:26938 + EPSG:26939 + EPSG:26940 + EPSG:26941 + EPSG:26942 + EPSG:26943 + EPSG:26944 + EPSG:26945 + EPSG:26946 + EPSG:26948 + EPSG:26949 + EPSG:26950 + EPSG:26951 + EPSG:26952 + EPSG:26953 + EPSG:26954 + EPSG:26955 + EPSG:26956 + EPSG:26957 + EPSG:26958 + EPSG:26959 + EPSG:26960 + EPSG:26961 + EPSG:26962 + EPSG:26963 + EPSG:26964 + EPSG:26965 + EPSG:26966 + EPSG:26967 + EPSG:26968 + EPSG:26969 + EPSG:26970 + EPSG:26971 + EPSG:26972 + EPSG:26973 + EPSG:26974 + EPSG:26975 + EPSG:26976 + EPSG:26977 + EPSG:26978 + EPSG:26979 + EPSG:26980 + EPSG:26981 + EPSG:26982 + EPSG:26983 + EPSG:26984 + EPSG:26985 + EPSG:26986 + EPSG:26987 + EPSG:26988 + EPSG:26989 + EPSG:26990 + EPSG:26991 + EPSG:26992 + EPSG:26993 + EPSG:26994 + EPSG:26995 + EPSG:26996 + EPSG:26997 + EPSG:26998 + EPSG:27037 + EPSG:27038 + EPSG:27039 + EPSG:27040 + EPSG:27120 + EPSG:27200 + EPSG:27205 + EPSG:27206 + EPSG:27207 + EPSG:27208 + EPSG:27209 + EPSG:27210 + EPSG:27211 + EPSG:27212 + EPSG:27213 + EPSG:27214 + EPSG:27215 + EPSG:27216 + EPSG:27217 + EPSG:27218 + EPSG:27219 + EPSG:27220 + EPSG:27221 + EPSG:27222 + EPSG:27223 + EPSG:27224 + EPSG:27225 + EPSG:27226 + EPSG:27227 + EPSG:27228 + EPSG:27229 + EPSG:27230 + EPSG:27231 + EPSG:27232 + EPSG:27258 + EPSG:27259 + EPSG:27260 + EPSG:27291 + EPSG:27292 + EPSG:27391 + EPSG:27392 + EPSG:27393 + EPSG:27394 + EPSG:27395 + EPSG:27396 + EPSG:27397 + EPSG:27398 + EPSG:27429 + EPSG:27492 + EPSG:27493 + EPSG:27500 + EPSG:27561 + EPSG:27562 + EPSG:27563 + EPSG:27564 + EPSG:27571 + EPSG:27572 + EPSG:27573 + EPSG:27574 + EPSG:27581 + EPSG:27582 + EPSG:27583 + EPSG:27584 + EPSG:27591 + EPSG:27592 + EPSG:27593 + EPSG:27594 + EPSG:27700 + EPSG:28191 + EPSG:28192 + EPSG:28193 + EPSG:28232 + EPSG:28348 + EPSG:28349 + EPSG:28350 + EPSG:28351 + EPSG:28352 + EPSG:28353 + EPSG:28354 + EPSG:28355 + EPSG:28356 + EPSG:28357 + EPSG:28358 + EPSG:28402 + EPSG:28403 + EPSG:28404 + EPSG:28405 + EPSG:28406 + EPSG:28407 + EPSG:28408 + EPSG:28409 + EPSG:28410 + EPSG:28411 + EPSG:28412 + EPSG:28413 + EPSG:28414 + EPSG:28415 + EPSG:28416 + EPSG:28417 + EPSG:28418 + EPSG:28419 + EPSG:28420 + EPSG:28421 + EPSG:28422 + EPSG:28423 + EPSG:28424 + EPSG:28425 + EPSG:28426 + EPSG:28427 + EPSG:28428 + EPSG:28429 + EPSG:28430 + EPSG:28431 + EPSG:28432 + EPSG:28462 + EPSG:28463 + EPSG:28464 + EPSG:28465 + EPSG:28466 + EPSG:28467 + EPSG:28468 + EPSG:28469 + EPSG:28470 + EPSG:28471 + EPSG:28472 + EPSG:28473 + EPSG:28474 + EPSG:28475 + EPSG:28476 + EPSG:28477 + EPSG:28478 + EPSG:28479 + EPSG:28480 + EPSG:28481 + EPSG:28482 + EPSG:28483 + EPSG:28484 + EPSG:28485 + EPSG:28486 + EPSG:28487 + EPSG:28488 + EPSG:28489 + EPSG:28490 + EPSG:28491 + EPSG:28492 + EPSG:28600 + EPSG:28991 + EPSG:28992 + EPSG:29100 + EPSG:29101 + EPSG:29118 + EPSG:29119 + EPSG:29120 + EPSG:29121 + EPSG:29122 + EPSG:29168 + EPSG:29169 + EPSG:29170 + EPSG:29171 + EPSG:29172 + EPSG:29177 + EPSG:29178 + EPSG:29179 + EPSG:29180 + EPSG:29181 + EPSG:29182 + EPSG:29183 + EPSG:29184 + EPSG:29185 + EPSG:29187 + EPSG:29188 + EPSG:29189 + EPSG:29190 + EPSG:29191 + EPSG:29192 + EPSG:29193 + EPSG:29194 + EPSG:29195 + EPSG:29220 + EPSG:29221 + EPSG:29333 + EPSG:29371 + EPSG:29373 + EPSG:29375 + EPSG:29377 + EPSG:29379 + EPSG:29381 + EPSG:29383 + EPSG:29385 + EPSG:29635 + EPSG:29636 + EPSG:29700 + EPSG:29701 + EPSG:29702 + EPSG:29738 + EPSG:29739 + EPSG:29849 + EPSG:29850 + EPSG:29871 + EPSG:29872 + EPSG:29873 + EPSG:29900 + EPSG:29901 + EPSG:29902 + EPSG:29903 + EPSG:30161 + EPSG:30162 + EPSG:30163 + EPSG:30164 + EPSG:30165 + EPSG:30166 + EPSG:30167 + EPSG:30168 + EPSG:30169 + EPSG:30170 + EPSG:30171 + EPSG:30172 + EPSG:30173 + EPSG:30174 + EPSG:30175 + EPSG:30176 + EPSG:30177 + EPSG:30178 + EPSG:30179 + EPSG:30200 + EPSG:30339 + EPSG:30340 + EPSG:30491 + EPSG:30492 + EPSG:30493 + EPSG:30494 + EPSG:30729 + EPSG:30730 + EPSG:30731 + EPSG:30732 + EPSG:30791 + EPSG:30792 + EPSG:30800 + EPSG:31028 + EPSG:31121 + EPSG:31154 + EPSG:31170 + EPSG:31171 + EPSG:31251 + EPSG:31252 + EPSG:31253 + EPSG:31254 + EPSG:31255 + EPSG:31256 + EPSG:31257 + EPSG:31258 + EPSG:31259 + EPSG:31265 + EPSG:31266 + EPSG:31267 + EPSG:31268 + EPSG:31275 + EPSG:31276 + EPSG:31277 + EPSG:31278 + EPSG:31279 + EPSG:31281 + EPSG:31282 + EPSG:31283 + EPSG:31284 + EPSG:31285 + EPSG:31286 + EPSG:31287 + EPSG:31288 + EPSG:31289 + EPSG:31290 + EPSG:31291 + EPSG:31292 + EPSG:31293 + EPSG:31294 + EPSG:31295 + EPSG:31296 + EPSG:31297 + EPSG:31300 + EPSG:31370 + EPSG:31461 + EPSG:31462 + EPSG:31463 + EPSG:31464 + EPSG:31465 + EPSG:31466 + EPSG:31467 + EPSG:31468 + EPSG:31469 + EPSG:31528 + EPSG:31529 + EPSG:31600 + EPSG:31700 + EPSG:31838 + EPSG:31839 + EPSG:31900 + EPSG:31901 + EPSG:31965 + EPSG:31966 + EPSG:31967 + EPSG:31968 + EPSG:31969 + EPSG:31970 + EPSG:31971 + EPSG:31972 + EPSG:31973 + EPSG:31974 + EPSG:31975 + EPSG:31976 + EPSG:31977 + EPSG:31978 + EPSG:31979 + EPSG:31980 + EPSG:31981 + EPSG:31982 + EPSG:31983 + EPSG:31984 + EPSG:31985 + EPSG:31986 + EPSG:31987 + EPSG:31988 + EPSG:31989 + EPSG:31990 + EPSG:31991 + EPSG:31992 + EPSG:31993 + EPSG:31994 + EPSG:31995 + EPSG:31996 + EPSG:31997 + EPSG:31998 + EPSG:31999 + EPSG:32000 + EPSG:32001 + EPSG:32002 + EPSG:32003 + EPSG:32005 + EPSG:32006 + EPSG:32007 + EPSG:32008 + EPSG:32009 + EPSG:32010 + EPSG:32011 + EPSG:32012 + EPSG:32013 + EPSG:32014 + EPSG:32015 + EPSG:32016 + EPSG:32017 + EPSG:32018 + EPSG:32019 + EPSG:32020 + EPSG:32021 + EPSG:32022 + EPSG:32023 + EPSG:32024 + EPSG:32025 + EPSG:32026 + EPSG:32027 + EPSG:32028 + EPSG:32029 + EPSG:32030 + EPSG:32031 + EPSG:32033 + EPSG:32034 + EPSG:32035 + EPSG:32036 + EPSG:32037 + EPSG:32038 + EPSG:32039 + EPSG:32040 + EPSG:32041 + EPSG:32042 + EPSG:32043 + EPSG:32044 + EPSG:32045 + EPSG:32046 + EPSG:32047 + EPSG:32048 + EPSG:32049 + EPSG:32050 + EPSG:32051 + EPSG:32052 + EPSG:32053 + EPSG:32054 + EPSG:32055 + EPSG:32056 + EPSG:32057 + EPSG:32058 + EPSG:32061 + EPSG:32062 + EPSG:32064 + EPSG:32065 + EPSG:32066 + EPSG:32067 + EPSG:32074 + EPSG:32075 + EPSG:32076 + EPSG:32077 + EPSG:32081 + EPSG:32082 + EPSG:32083 + EPSG:32084 + EPSG:32085 + EPSG:32086 + EPSG:32098 + EPSG:32099 + EPSG:32100 + EPSG:32104 + EPSG:32107 + EPSG:32108 + EPSG:32109 + EPSG:32110 + EPSG:32111 + EPSG:32112 + EPSG:32113 + EPSG:32114 + EPSG:32115 + EPSG:32116 + EPSG:32117 + EPSG:32118 + EPSG:32119 + EPSG:32120 + EPSG:32121 + EPSG:32122 + EPSG:32123 + EPSG:32124 + EPSG:32125 + EPSG:32126 + EPSG:32127 + EPSG:32128 + EPSG:32129 + EPSG:32130 + EPSG:32133 + EPSG:32134 + EPSG:32135 + EPSG:32136 + EPSG:32137 + EPSG:32138 + EPSG:32139 + EPSG:32140 + EPSG:32141 + EPSG:32142 + EPSG:32143 + EPSG:32144 + EPSG:32145 + EPSG:32146 + EPSG:32147 + EPSG:32148 + EPSG:32149 + EPSG:32150 + EPSG:32151 + EPSG:32152 + EPSG:32153 + EPSG:32154 + EPSG:32155 + EPSG:32156 + EPSG:32157 + EPSG:32158 + EPSG:32161 + EPSG:32164 + EPSG:32165 + EPSG:32166 + EPSG:32167 + EPSG:32180 + EPSG:32181 + EPSG:32182 + EPSG:32183 + EPSG:32184 + EPSG:32185 + EPSG:32186 + EPSG:32187 + EPSG:32188 + EPSG:32189 + EPSG:32190 + EPSG:32191 + EPSG:32192 + EPSG:32193 + EPSG:32194 + EPSG:32195 + EPSG:32196 + EPSG:32197 + EPSG:32198 + EPSG:32199 + EPSG:32201 + EPSG:32202 + EPSG:32203 + EPSG:32204 + EPSG:32205 + EPSG:32206 + EPSG:32207 + EPSG:32208 + EPSG:32209 + EPSG:32210 + EPSG:32211 + EPSG:32212 + EPSG:32213 + EPSG:32214 + EPSG:32215 + EPSG:32216 + EPSG:32217 + EPSG:32218 + EPSG:32219 + EPSG:32220 + EPSG:32221 + EPSG:32222 + EPSG:32223 + EPSG:32224 + EPSG:32225 + EPSG:32226 + EPSG:32227 + EPSG:32228 + EPSG:32229 + EPSG:32230 + EPSG:32231 + EPSG:32232 + EPSG:32233 + EPSG:32234 + EPSG:32235 + EPSG:32236 + EPSG:32237 + EPSG:32238 + EPSG:32239 + EPSG:32240 + EPSG:32241 + EPSG:32242 + EPSG:32243 + EPSG:32244 + EPSG:32245 + EPSG:32246 + EPSG:32247 + EPSG:32248 + EPSG:32249 + EPSG:32250 + EPSG:32251 + EPSG:32252 + EPSG:32253 + EPSG:32254 + EPSG:32255 + EPSG:32256 + EPSG:32257 + EPSG:32258 + EPSG:32259 + EPSG:32260 + EPSG:32301 + EPSG:32302 + EPSG:32303 + EPSG:32304 + EPSG:32305 + EPSG:32306 + EPSG:32307 + EPSG:32308 + EPSG:32309 + EPSG:32310 + EPSG:32311 + EPSG:32312 + EPSG:32313 + EPSG:32314 + EPSG:32315 + EPSG:32316 + EPSG:32317 + EPSG:32318 + EPSG:32319 + EPSG:32320 + EPSG:32321 + EPSG:32322 + EPSG:32323 + EPSG:32324 + EPSG:32325 + EPSG:32326 + EPSG:32327 + EPSG:32328 + EPSG:32329 + EPSG:32330 + EPSG:32331 + EPSG:32332 + EPSG:32333 + EPSG:32334 + EPSG:32335 + EPSG:32336 + EPSG:32337 + EPSG:32338 + EPSG:32339 + EPSG:32340 + EPSG:32341 + EPSG:32342 + EPSG:32343 + EPSG:32344 + EPSG:32345 + EPSG:32346 + EPSG:32347 + EPSG:32348 + EPSG:32349 + EPSG:32350 + EPSG:32351 + EPSG:32352 + EPSG:32353 + EPSG:32354 + EPSG:32355 + EPSG:32356 + EPSG:32357 + EPSG:32358 + EPSG:32359 + EPSG:32360 + EPSG:32401 + EPSG:32402 + EPSG:32403 + EPSG:32404 + EPSG:32405 + EPSG:32406 + EPSG:32407 + EPSG:32408 + EPSG:32409 + EPSG:32410 + EPSG:32411 + EPSG:32412 + EPSG:32413 + EPSG:32414 + EPSG:32415 + EPSG:32416 + EPSG:32417 + EPSG:32418 + EPSG:32419 + EPSG:32420 + EPSG:32421 + EPSG:32422 + EPSG:32423 + EPSG:32424 + EPSG:32425 + EPSG:32426 + EPSG:32427 + EPSG:32428 + EPSG:32429 + EPSG:32430 + EPSG:32431 + EPSG:32432 + EPSG:32433 + EPSG:32434 + EPSG:32435 + EPSG:32436 + EPSG:32437 + EPSG:32438 + EPSG:32439 + EPSG:32440 + EPSG:32441 + EPSG:32442 + EPSG:32443 + EPSG:32444 + EPSG:32445 + EPSG:32446 + EPSG:32447 + EPSG:32448 + EPSG:32449 + EPSG:32450 + EPSG:32451 + EPSG:32452 + EPSG:32453 + EPSG:32454 + EPSG:32455 + EPSG:32456 + EPSG:32457 + EPSG:32458 + EPSG:32459 + EPSG:32460 + EPSG:32501 + EPSG:32502 + EPSG:32503 + EPSG:32504 + EPSG:32505 + EPSG:32506 + EPSG:32507 + EPSG:32508 + EPSG:32509 + EPSG:32510 + EPSG:32511 + EPSG:32512 + EPSG:32513 + EPSG:32514 + EPSG:32515 + EPSG:32516 + EPSG:32517 + EPSG:32518 + EPSG:32519 + EPSG:32520 + EPSG:32521 + EPSG:32522 + EPSG:32523 + EPSG:32524 + EPSG:32525 + EPSG:32526 + EPSG:32527 + EPSG:32528 + EPSG:32529 + EPSG:32530 + EPSG:32531 + EPSG:32532 + EPSG:32533 + EPSG:32534 + EPSG:32535 + EPSG:32536 + EPSG:32537 + EPSG:32538 + EPSG:32539 + EPSG:32540 + EPSG:32541 + EPSG:32542 + EPSG:32543 + EPSG:32544 + EPSG:32545 + EPSG:32546 + EPSG:32547 + EPSG:32548 + EPSG:32549 + EPSG:32550 + EPSG:32551 + EPSG:32552 + EPSG:32553 + EPSG:32554 + EPSG:32555 + EPSG:32556 + EPSG:32557 + EPSG:32558 + EPSG:32559 + EPSG:32560 + EPSG:32600 + EPSG:32601 + EPSG:32602 + EPSG:32603 + EPSG:32604 + EPSG:32605 + EPSG:32606 + EPSG:32607 + EPSG:32608 + EPSG:32609 + EPSG:32610 + EPSG:32611 + EPSG:32612 + EPSG:32613 + EPSG:32614 + EPSG:32615 + EPSG:32616 + EPSG:32617 + EPSG:32618 + EPSG:32619 + EPSG:32620 + EPSG:32621 + EPSG:32622 + EPSG:32623 + EPSG:32624 + EPSG:32625 + EPSG:32626 + EPSG:32627 + EPSG:32628 + EPSG:32629 + EPSG:32630 + EPSG:32631 + EPSG:32632 + EPSG:32633 + EPSG:32634 + EPSG:32635 + EPSG:32636 + EPSG:32637 + EPSG:32638 + EPSG:32639 + EPSG:32640 + EPSG:32641 + EPSG:32642 + EPSG:32643 + EPSG:32644 + EPSG:32645 + EPSG:32646 + EPSG:32647 + EPSG:32648 + EPSG:32649 + EPSG:32650 + EPSG:32651 + EPSG:32652 + EPSG:32653 + EPSG:32654 + EPSG:32655 + EPSG:32656 + EPSG:32657 + EPSG:32658 + EPSG:32659 + EPSG:32660 + EPSG:32661 + EPSG:32662 + EPSG:32663 + EPSG:32664 + EPSG:32665 + EPSG:32666 + EPSG:32667 + EPSG:32700 + EPSG:32701 + EPSG:32702 + EPSG:32703 + EPSG:32704 + EPSG:32705 + EPSG:32706 + EPSG:32707 + EPSG:32708 + EPSG:32709 + EPSG:32710 + EPSG:32711 + EPSG:32712 + EPSG:32713 + EPSG:32714 + EPSG:32715 + EPSG:32716 + EPSG:32717 + EPSG:32718 + EPSG:32719 + EPSG:32720 + EPSG:32721 + EPSG:32722 + EPSG:32723 + EPSG:32724 + EPSG:32725 + EPSG:32726 + EPSG:32727 + EPSG:32728 + EPSG:32729 + EPSG:32730 + EPSG:32731 + EPSG:32732 + EPSG:32733 + EPSG:32734 + EPSG:32735 + EPSG:32736 + EPSG:32737 + EPSG:32738 + EPSG:32739 + EPSG:32740 + EPSG:32741 + EPSG:32742 + EPSG:32743 + EPSG:32744 + EPSG:32745 + EPSG:32746 + EPSG:32747 + EPSG:32748 + EPSG:32749 + EPSG:32750 + EPSG:32751 + EPSG:32752 + EPSG:32753 + EPSG:32754 + EPSG:32755 + EPSG:32756 + EPSG:32757 + EPSG:32758 + EPSG:32759 + EPSG:32760 + EPSG:32761 + EPSG:32766 + EPSG:61206405 + EPSG:61216405 + EPSG:61226405 + EPSG:61236405 + EPSG:61246405 + EPSG:61266405 + EPSG:61266413 + EPSG:61276405 + EPSG:61286405 + EPSG:61296405 + EPSG:61306405 + EPSG:61306413 + EPSG:61316405 + EPSG:61326405 + EPSG:61336405 + EPSG:61346405 + EPSG:61356405 + EPSG:61366405 + EPSG:61376405 + EPSG:61386405 + EPSG:61396405 + EPSG:61406405 + EPSG:61406413 + EPSG:61416405 + EPSG:61426405 + EPSG:61436405 + EPSG:61446405 + EPSG:61456405 + EPSG:61466405 + EPSG:61476405 + EPSG:61486405 + EPSG:61486413 + EPSG:61496405 + EPSG:61506405 + EPSG:61516405 + EPSG:61516413 + EPSG:61526405 + EPSG:61526413 + EPSG:61536405 + EPSG:61546405 + EPSG:61556405 + EPSG:61566405 + EPSG:61576405 + EPSG:61586405 + EPSG:61596405 + EPSG:61606405 + EPSG:61616405 + EPSG:61626405 + EPSG:61636405 + EPSG:61636413 + EPSG:61646405 + EPSG:61656405 + EPSG:61666405 + EPSG:61676405 + EPSG:61676413 + EPSG:61686405 + EPSG:61696405 + EPSG:61706405 + EPSG:61706413 + EPSG:61716405 + EPSG:61716413 + EPSG:61736405 + EPSG:61736413 + EPSG:61746405 + EPSG:61756405 + EPSG:61766405 + EPSG:61766413 + EPSG:61786405 + EPSG:61796405 + EPSG:61806405 + EPSG:61806413 + EPSG:61816405 + EPSG:61826405 + EPSG:61836405 + EPSG:61846405 + EPSG:61886405 + EPSG:61896405 + EPSG:61896413 + EPSG:61906405 + EPSG:61906413 + EPSG:61916405 + EPSG:61926405 + EPSG:61936405 + EPSG:61946405 + EPSG:61956405 + EPSG:61966405 + EPSG:61976405 + EPSG:61986405 + EPSG:61996405 + EPSG:62006405 + EPSG:62016405 + EPSG:62026405 + EPSG:62036405 + EPSG:62046405 + EPSG:62056405 + EPSG:62066405 + EPSG:62076405 + EPSG:62086405 + EPSG:62096405 + EPSG:62106405 + EPSG:62116405 + EPSG:62126405 + EPSG:62136405 + EPSG:62146405 + EPSG:62156405 + EPSG:62166405 + EPSG:62186405 + EPSG:62196405 + EPSG:62206405 + EPSG:62216405 + EPSG:62226405 + EPSG:62236405 + EPSG:62246405 + EPSG:62256405 + EPSG:62276405 + EPSG:62296405 + EPSG:62306405 + EPSG:62316405 + EPSG:62326405 + EPSG:62336405 + EPSG:62366405 + EPSG:62376405 + EPSG:62386405 + EPSG:62396405 + EPSG:62406405 + EPSG:62416405 + EPSG:62426405 + EPSG:62436405 + EPSG:62446405 + EPSG:62456405 + EPSG:62466405 + EPSG:62476405 + EPSG:62486405 + EPSG:62496405 + EPSG:62506405 + EPSG:62516405 + EPSG:62526405 + EPSG:62536405 + EPSG:62546405 + EPSG:62556405 + EPSG:62566405 + EPSG:62576405 + EPSG:62586405 + EPSG:62586413 + EPSG:62596405 + EPSG:62616405 + EPSG:62626405 + EPSG:62636405 + EPSG:62646405 + EPSG:62656405 + EPSG:62666405 + EPSG:62676405 + EPSG:62686405 + EPSG:62696405 + EPSG:62706405 + EPSG:62716405 + EPSG:62726405 + EPSG:62736405 + EPSG:62746405 + EPSG:62756405 + EPSG:62766405 + EPSG:62776405 + EPSG:62786405 + EPSG:62796405 + EPSG:62806405 + EPSG:62816405 + EPSG:62826405 + EPSG:62836405 + EPSG:62836413 + EPSG:62846405 + EPSG:62856405 + EPSG:62866405 + EPSG:62886405 + EPSG:62896405 + EPSG:62926405 + EPSG:62936405 + EPSG:62956405 + EPSG:62976405 + EPSG:62986405 + EPSG:62996405 + EPSG:63006405 + EPSG:63016405 + EPSG:63026405 + EPSG:63036405 + EPSG:63046405 + EPSG:63066405 + EPSG:63076405 + EPSG:63086405 + EPSG:63096405 + EPSG:63106405 + EPSG:63116405 + EPSG:63126405 + EPSG:63136405 + EPSG:63146405 + EPSG:63156405 + EPSG:63166405 + EPSG:63176405 + EPSG:63186405 + EPSG:63196405 + EPSG:63226405 + EPSG:63246405 + EPSG:63266405 + EPSG:63266406 + EPSG:63266407 + EPSG:63266408 + EPSG:63266409 + EPSG:63266410 + EPSG:63266411 + EPSG:63266412 + EPSG:63266413 + EPSG:63266414 + EPSG:63266415 + EPSG:63266416 + EPSG:63266417 + EPSG:63266418 + EPSG:63266419 + EPSG:63266420 + EPSG:66006405 + EPSG:66016405 + EPSG:66026405 + EPSG:66036405 + EPSG:66046405 + EPSG:66056405 + EPSG:66066405 + EPSG:66076405 + EPSG:66086405 + EPSG:66096405 + EPSG:66106405 + EPSG:66116405 + EPSG:66126405 + EPSG:66126413 + EPSG:66136405 + EPSG:66146405 + EPSG:66156405 + EPSG:66166405 + EPSG:66186405 + EPSG:66196405 + EPSG:66196413 + EPSG:66206405 + EPSG:66216405 + EPSG:66226405 + EPSG:66236405 + EPSG:66246405 + EPSG:66246413 + EPSG:66256405 + EPSG:66266405 + EPSG:66276405 + EPSG:66276413 + EPSG:66286405 + EPSG:66296405 + EPSG:66306405 + EPSG:66316405 + EPSG:66326405 + EPSG:66336405 + EPSG:66346405 + EPSG:66356405 + EPSG:66366405 + EPSG:66376405 + EPSG:66386405 + EPSG:66396405 + EPSG:66406405 + EPSG:66406413 + EPSG:66416405 + EPSG:66426405 + EPSG:66436405 + EPSG:66446405 + EPSG:66456405 + EPSG:66456413 + EPSG:66466405 + EPSG:66576405 + EPSG:66586405 + EPSG:66596405 + EPSG:66596413 + EPSG:66606405 + EPSG:66616405 + EPSG:66616413 + EPSG:66636405 + EPSG:66646405 + EPSG:66656405 + EPSG:66666405 + EPSG:66676405 + EPSG:68016405 + EPSG:68026405 + EPSG:68036405 + EPSG:68046405 + EPSG:68056405 + EPSG:68066405 + EPSG:68086405 + EPSG:68096405 + EPSG:68136405 + EPSG:68146405 + EPSG:68156405 + EPSG:68186405 + EPSG:68206405 + EPSG:69036405 + EPSG:900913 + EPSG:102113 + EPSG:102100 + EPSG:41001 + + + massgis:AFREEMAN.AUDUBON_BIRD_S_V + Breeding Bird Atlas + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.AUDUBON_BUTTERFLY_S_V + MA Butterfly Atlas + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.AUDUBON_GRID_POLY + Grid for Breeding Bird Atlas and Butterfly Atlas + Generated from massgis_sde + + MassgisMetadataUrl=http://massaudubon.org/birdatlas/bbaportal/index.php + Bird + Butterfly + Breeding + for + AFREEMAN.AUDUBON_GRID_POLY + grid + Atlas + massgis_sde + and + + EPSG:26986 + + + + + + + massgis:AFREEMAN.BLDGS_TEST_POLY + Buildings Test Poly + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.CAMPUS_BLDGS_POLY + Campus Buildings Poly Test + + + EPSG:26986 + + + + + + + + massgis:AFREEMAN.CAMPUS_SITES_POLY + Campus Sites Poly Test + + + EPSG:26986 + + + + + + + + massgis:AFREEMAN.CPA_COMBINED_V_PT + Community Preservation Act Projects With Points + Generated from massgis_sde + + AFREEMAN.CPA_COMBINED_V_PT + Projects + Community + MassgisMetadataUrl=http://www.mass.gov/mgis/cpa_points.htm + Act + Preservation + Points + With + massgis_sde + + EPSG:26986 + + + + + + + massgis:AFREEMAN.CPA_PT + Community Preservation Act Projects + Generated from webeditor_sde + + AFREEMAN.CPA_PT + webeditor_sde + + EPSG:26986 + + + + + + + massgis:AFREEMAN.DCAM_BLDG_PTS_20120229 + DCAM Buildings Test + + + EPSG:26986 + + + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_LINE + GeoServer Test Line Placeholder + Generated from webeditor_sde + + webeditor_sde + AFREEMAN.GEOSERVER_TEST_LINE + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_LINE2 + GeoServer Test Line2 + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_LINE_HTTPS + GeoServer Test Line HTTPS + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_POLY + GeoServer Test Polygon Placeholder + Generated from webeditor_sde + + AFREEMAN.GEOSERVER_TEST_POLY + webeditor_sde + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_POLY_HTTPS + GeoServer Test Poly HTTPS + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_PT + GeoServer Test Point Placeholder + Generated from webeditor_sde + + webeditor_sde + AFREEMAN.GEOSERVER_TEST_PT + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_PT_COMMENT + GeoServer Test Pt Comment + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_PT_COMMENT2 + GeoServer Test Pt Comment 2 + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_PT_COMMENT_SV + GeoServer Test Pt SV + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_PT_DATE + GeoServer Test Pt Date + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.GEOSERVER_TEST_PT_HTTPS + GeoServer Test Pt HTTPS + + + EPSG:26986 + + + + + + + massgis:AFREEMAN.MHC_PT + MassHistoric MHC Points + Generated from webeditor_sde + + AFREEMAN.MHC_PT + MassHistoric + Points + webeditor_sde + MHC + + EPSG:26986 + + + + + + + massgis:AFREEMAN.SITES_TEST_POLY + Sites Test Poly + + + EPSG:26986 + + + + + + + massgis:DAR.FARMS_PT_S_V + Farms + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH1 + DAR.FIELDS_PONDS_FISH1 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH10 + DAR.FIELDS_PONDS_FISH10 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH11 + DAR.FIELDS_PONDS_FISH11 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH12 + DAR.FIELDS_PONDS_FISH12 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH13 + DAR.FIELDS_PONDS_FISH13 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH14 + DAR.FIELDS_PONDS_FISH14 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH15 + DAR.FIELDS_PONDS_FISH15 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH16 + DAR.FIELDS_PONDS_FISH16 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH17 + DAR.FIELDS_PONDS_FISH17 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH18 + DAR.FIELDS_PONDS_FISH18 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH19 + DAR.FIELDS_PONDS_FISH19 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH2 + DAR.FIELDS_PONDS_FISH2 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH20 + DAR.FIELDS_PONDS_FISH20 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH22 + DAR.FIELDS_PONDS_FISH22 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH23 + DAR.FIELDS_PONDS_FISH23 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH24 + DAR.FIELDS_PONDS_FISH24 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH25 + DAR.FIELDS_PONDS_FISH25 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH26 + DAR.FIELDS_PONDS_FISH26 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH27 + DAR.FIELDS_PONDS_FISH27 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH28 + DAR.FIELDS_PONDS_FISH28 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH29 + DAR.FIELDS_PONDS_FISH29 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH3 + DAR.FIELDS_PONDS_FISH3 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH30 + DAR.FIELDS_PONDS_FISH30 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH31 + DAR.FIELDS_PONDS_FISH31 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH32 + DAR.FIELDS_PONDS_FISH32 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH33 + DAR.FIELDS_PONDS_FISH33 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH35 + DAR.FIELDS_PONDS_FISH35 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH36 + DAR.FIELDS_PONDS_FISH36 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH37 + DAR.FIELDS_PONDS_FISH37 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH38 + DAR.FIELDS_PONDS_FISH38 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH39 + DAR.FIELDS_PONDS_FISH39 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH4 + DAR.FIELDS_PONDS_FISH4 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH40 + DAR.FIELDS_PONDS_FISH40 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH41 + DAR.FIELDS_PONDS_FISH41 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH42 + DAR.FIELDS_PONDS_FISH42 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH43 + DAR.FIELDS_PONDS_FISH43 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH44 + DAR.FIELDS_PONDS_FISH44 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH45 + DAR.FIELDS_PONDS_FISH45 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH46 + DAR.FIELDS_PONDS_FISH46 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH47 + DAR.FIELDS_PONDS_FISH47 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH48 + DAR.FIELDS_PONDS_FISH48 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH5 + DAR.FIELDS_PONDS_FISH5 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH50 + DAR.FIELDS_PONDS_FISH50 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH51 + DAR.FIELDS_PONDS_FISH51 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH52 + DAR.FIELDS_PONDS_FISH52 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH6 + DAR.FIELDS_PONDS_FISH6 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH7 + DAR.FIELDS_PONDS_FISH7 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH8 + DAR.FIELDS_PONDS_FISH8 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_FISH9 + DAR.FIELDS_PONDS_FISH9 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG0 + DAR.FIELDS_PONDS_ORG0 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG100 + DAR.FIELDS_PONDS_ORG100 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1000 + DAR.FIELDS_PONDS_ORG1000 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1013 + DAR.FIELDS_PONDS_ORG1013 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1014 + DAR.FIELDS_PONDS_ORG1014 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1015 + DAR.FIELDS_PONDS_ORG1015 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1017 + DAR.FIELDS_PONDS_ORG1017 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1018 + DAR.FIELDS_PONDS_ORG1018 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG102 + DAR.FIELDS_PONDS_ORG102 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1020 + DAR.FIELDS_PONDS_ORG1020 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1021 + DAR.FIELDS_PONDS_ORG1021 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1022 + DAR.FIELDS_PONDS_ORG1022 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1025 + DAR.FIELDS_PONDS_ORG1025 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1026 + DAR.FIELDS_PONDS_ORG1026 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1028 + DAR.FIELDS_PONDS_ORG1028 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1029 + DAR.FIELDS_PONDS_ORG1029 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG103 + DAR.FIELDS_PONDS_ORG103 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1030 + DAR.FIELDS_PONDS_ORG1030 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1031 + DAR.FIELDS_PONDS_ORG1031 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1032 + DAR.FIELDS_PONDS_ORG1032 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1033 + DAR.FIELDS_PONDS_ORG1033 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1035 + DAR.FIELDS_PONDS_ORG1035 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1036 + DAR.FIELDS_PONDS_ORG1036 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1037 + DAR.FIELDS_PONDS_ORG1037 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1038 + DAR.FIELDS_PONDS_ORG1038 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1039 + DAR.FIELDS_PONDS_ORG1039 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG104 + DAR.FIELDS_PONDS_ORG104 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG1040 + DAR.FIELDS_PONDS_ORG1040 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG106 + DAR.FIELDS_PONDS_ORG106 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG107 + DAR.FIELDS_PONDS_ORG107 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG108 + DAR.FIELDS_PONDS_ORG108 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG109 + DAR.FIELDS_PONDS_ORG109 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG11 + DAR.FIELDS_PONDS_ORG11 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG111 + DAR.FIELDS_PONDS_ORG111 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG112 + DAR.FIELDS_PONDS_ORG112 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG113 + DAR.FIELDS_PONDS_ORG113 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG114 + DAR.FIELDS_PONDS_ORG114 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG115 + DAR.FIELDS_PONDS_ORG115 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG117 + DAR.FIELDS_PONDS_ORG117 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG118 + DAR.FIELDS_PONDS_ORG118 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG119 + DAR.FIELDS_PONDS_ORG119 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG12 + DAR.FIELDS_PONDS_ORG12 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG120 + DAR.FIELDS_PONDS_ORG120 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG125 + DAR.FIELDS_PONDS_ORG125 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG126 + DAR.FIELDS_PONDS_ORG126 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG13 + DAR.FIELDS_PONDS_ORG13 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG14 + DAR.FIELDS_PONDS_ORG14 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG15 + DAR.FIELDS_PONDS_ORG15 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG16 + DAR.FIELDS_PONDS_ORG16 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG17 + DAR.FIELDS_PONDS_ORG17 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG18 + DAR.FIELDS_PONDS_ORG18 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG19 + DAR.FIELDS_PONDS_ORG19 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG2 + DAR.FIELDS_PONDS_ORG2 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG20 + DAR.FIELDS_PONDS_ORG20 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG21 + DAR.FIELDS_PONDS_ORG21 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG23 + DAR.FIELDS_PONDS_ORG23 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG24 + DAR.FIELDS_PONDS_ORG24 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG27 + DAR.FIELDS_PONDS_ORG27 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG28 + DAR.FIELDS_PONDS_ORG28 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG29 + DAR.FIELDS_PONDS_ORG29 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG3 + DAR.FIELDS_PONDS_ORG3 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG30 + DAR.FIELDS_PONDS_ORG30 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG31 + DAR.FIELDS_PONDS_ORG31 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG32 + DAR.FIELDS_PONDS_ORG32 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG35 + DAR.FIELDS_PONDS_ORG35 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG36 + DAR.FIELDS_PONDS_ORG36 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG37 + DAR.FIELDS_PONDS_ORG37 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG38 + DAR.FIELDS_PONDS_ORG38 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG39 + DAR.FIELDS_PONDS_ORG39 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG4 + DAR.FIELDS_PONDS_ORG4 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG40 + DAR.FIELDS_PONDS_ORG40 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG41 + DAR.FIELDS_PONDS_ORG41 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG42 + DAR.FIELDS_PONDS_ORG42 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG44 + DAR.FIELDS_PONDS_ORG44 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG45 + DAR.FIELDS_PONDS_ORG45 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG46 + DAR.FIELDS_PONDS_ORG46 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG47 + DAR.FIELDS_PONDS_ORG47 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG48 + DAR.FIELDS_PONDS_ORG48 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG5 + DAR.FIELDS_PONDS_ORG5 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG51 + DAR.FIELDS_PONDS_ORG51 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG52 + DAR.FIELDS_PONDS_ORG52 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG53 + DAR.FIELDS_PONDS_ORG53 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG55 + DAR.FIELDS_PONDS_ORG55 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG56 + DAR.FIELDS_PONDS_ORG56 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG58 + DAR.FIELDS_PONDS_ORG58 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG60 + DAR.FIELDS_PONDS_ORG60 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG61 + DAR.FIELDS_PONDS_ORG61 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG62 + DAR.FIELDS_PONDS_ORG62 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG63 + DAR.FIELDS_PONDS_ORG63 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG65 + DAR.FIELDS_PONDS_ORG65 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG66 + DAR.FIELDS_PONDS_ORG66 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG67 + DAR.FIELDS_PONDS_ORG67 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG68 + DAR.FIELDS_PONDS_ORG68 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG69 + DAR.FIELDS_PONDS_ORG69 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG7 + DAR.FIELDS_PONDS_ORG7 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG71 + DAR.FIELDS_PONDS_ORG71 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG72 + DAR.FIELDS_PONDS_ORG72 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG73 + DAR.FIELDS_PONDS_ORG73 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG74 + DAR.FIELDS_PONDS_ORG74 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG75 + DAR.FIELDS_PONDS_ORG75 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG78 + DAR.FIELDS_PONDS_ORG78 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG79 + DAR.FIELDS_PONDS_ORG79 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG8 + DAR.FIELDS_PONDS_ORG8 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG80 + DAR.FIELDS_PONDS_ORG80 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG82 + DAR.FIELDS_PONDS_ORG82 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG83 + DAR.FIELDS_PONDS_ORG83 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG85 + DAR.FIELDS_PONDS_ORG85 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG86 + DAR.FIELDS_PONDS_ORG86 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG87 + DAR.FIELDS_PONDS_ORG87 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG89 + DAR.FIELDS_PONDS_ORG89 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG90 + DAR.FIELDS_PONDS_ORG90 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG93 + DAR.FIELDS_PONDS_ORG93 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG94 + DAR.FIELDS_PONDS_ORG94 + + + EPSG:26986 + + + + + + + massgis:DAR.FIELDS_PONDS_ORG96 + DAR.FIELDS_PONDS_ORG96 + + + EPSG:26986 + + + + + + + massgis:DCR.BEACH_POINTS + DCR Beach Points + + + EPSG:26986 + + + + + + + massgis:DCR.DCR_FACILITIES + DCR Facilities + + + EPSG:26986 + + + + + + + massgis:DCR.FACILITIES + DCR Facilities + + + EPSG:26986 + + + + + + + massgis:DCR.HHT_START_POINTS + DCR Heart Healthy Trail Start Points + + + EPSG:26986 + + + + + + + massgis:DCR.HLI_LANDSCAPES + DCR Heritage Landscapes + Generated from massgis_sde + + DCR.HLI_LANDSCAPES + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:DCR.HLI_LANDSCAPES_CONNECTING + DCR HLI Landscapes Connecting + Generated from massgis_sde + + DCR.HLI_LANDSCAPES_CONNECTING + massgis_sde + + EPSG:26986 + + + + + + + massgis:DCR.HLI_LANDSCAPES_PRIORITY + DCR HLI Landscapes Priority + Generated from massgis_sde + + DCR.HLI_LANDSCAPES_PRIORITY + massgis_sde + + EPSG:26986 + + + + + + + massgis:DCR.HLI_LANDSCAPES_SUPPORTING + DCR HLI Landscapes Supporting + Generated from massgis_sde + + massgis_sde + DCR.HLI_LANDSCAPES_SUPPORTING + + EPSG:26986 + + + + + + + massgis:DCR.HLI_LANDSCAPE_CENTROIDS + DCR HLI LANDSCAPE CENTROIDS + Generated from massgis_sde + + DCR.HLI_LANDSCAPE_CENTROIDS + massgis_sde + + EPSG:26986 + + + + + + + massgis:DCR.RMP_PLANNING_UNITS + DCR RMP Planning Units + DCR RMP Planning Units + + DCR RMP Planning Units + + EPSG:26986 + + + + + + + massgis:DCR.ROADS_TRAILS_LINE + DCR Roads Trail Line + Generated from massgis_sde + + DCR.ROADS_TRAILS_LINE + massgis_sde + + EPSG:26986 + + + + + + + massgis:DCR.ROADS_TRAILS_LINE_NHESP + DCR.ROADS_TRAILS_LINE_NHESP + + + EPSG:26986 + + + + + + + massgis:DCR.ROADS_TRAILS_LINE_TEST + DCR Roads Trails Line Test + + + EPSG:26986 + + + + + + + massgis:DCR.ROADS_TRAILS_POINT + DCR Roads Trail Point + Generated from massgis_sde + + massgis_sde + DCR.ROADS_TRAILS_POINT + + EPSG:26986 + + + + + + + massgis:DCR.TOWNS_POLYM_FORESTRY + DCR Forestry + Generated from massgis_sde + + DCR.TOWNS_POLYM_FORESTRY + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + + + + + + + + + + + + + massgis:DCR.TOWNS_POLYM_HLI + DCR Heritage Landscape Initiative + Generated from massgis_sde + + DCR.TOWNS_POLYM_HLI + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + massgis:DEP.EELGRASS_SA_END_ARC + Limit of MassDEP Eelgrass Survey Lines + + + EPSG:26986 + + + + + + + massgis:DEP.EELGRASS_SA_OUT_POLY + DEP Eelgrass - Outside of Study Areas + + + EPSG:26986 + + + + + + + massgis:DEP.EELGRASS_SA_STATS_POLY + MassDEP Eelgrass Map Extents + + + EPSG:26986 + + + + + + + massgis:DEP.EELGRASS_WEB_POLY + DEP Eelgrass Dissolved by Project Year + + + EPSG:26986 + + + + + + + massgis:DEP.MA_PBW_AR_POLY + Arsenic Probabilities + + + EPSG:26986 + + + + + + + massgis:DEP.MA_PBW_UR_POLY + Uranium Probabilities + + + EPSG:26986 + + + + + + + massgis:DEP.WIRE_401_PT + DEP Wire 401 Points + + + EPSG:26986 + + + + + + + massgis:DEP.WIRE_DET_PT + DEP WIRE DET Points + + + EPSG:26986 + + + + + + + massgis:DEP.WIRE_NOI_PT + DEP WIRE NOI Points + Generated from massgis_sde + + DEP + WIRE + NOI + Points + DEP.WIRE_NOI_PT + massgis_sde + + EPSG:26986 + + + + + + + massgis:DFG.BIOMAP2_CNL + Biomap2 Critical Natural Landscape + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/dfg/BIOMAP2_CRITICAL_NATURAL_LANDSCAPE_META.htm + + EPSG:26986 + + + + + + + massgis:DFG.BIOMAP2_CORE_HABITAT + DFG Biomap2 Query + + + EPSG:26986 + + + + + + + massgis:DFG.PARKING + DFG.PARKING_Type + Generated from massgis_sde + + DFG.PARKING + massgis_sde + + EPSG:26986 + + + + + + + massgis:DFG.PRIHAB_COMMENT_PT + NHESP Priority Habitat Comment Points + + + EPSG:26986 + + + + + + + massgis:DKOCH.BASELINE_07_GPS_PT + DFG Baseline 07 GPS Points + Generated from webeditor_sde + + DKOCH.BASELINE_07_GPS_PT + webeditor_sde + + EPSG:26986 + + + + + + + massgis:DKOCH.BASELINE_07_POLY + DFB Baseline 07 Poly + Generated from massgis_sde + + DKOCH.BASELINE_07_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:DKOCH.VALCR0306 + DFG VALCR0306 + Generated from webeditor_sde + + DKOCH.VALCR0306 + webeditor_sde + + EPSG:26986 + + + + + + + massgis:DKOCH.VALCR0306_OS_POLY + DFG VALCR0306 Openspace Polygons + Generated from webeditor_sde + + DKOCH.VALCR0306_OS_POLY + webeditor_sde + + EPSG:26986 + + + + + + + massgis:DMARRIER.EEA_WIND_PTS + Wind Projects + Generated from massgis_sde + + DMARRIER.EEA_WIND_PTS + massgis_sde + + EPSG:26986 + + + + + + + + massgis:DMARRIER.HIGHWIND_BNDRY_30M + Higher Wind Resource (Boundary) + Generated from massgis_sde + + DMARRIER.HIGHWIND_BNDRY_30M + massgis_sde + + EPSG:26986 + + + + + + + massgis:DMARRIER.HIGHWIND_BNDRY_50M + Higher Wind Resource (Boundary) 50M + Generated from massgis_sde + + DMARRIER.HIGHWIND_BNDRY_50M + massgis_sde + + EPSG:26986 + + + + + + + massgis:DMARRIER.HIGHWIND_BNDRY_70M + Higher Wind Resource (Boundary) + + + EPSG:26986 + + + + + + + massgis:DMARRIER.IBA_POLY + Audubon Important Bird Areas + + + EPSG:26986 + + + + + + + massgis:DMARRIER.MEPA05_Q4 + MEPA Environmental Notification Form Project Sites 2005 Q4 + Generated from massgis_sde + + DMARRIER.MEPA05_Q4 + Sites + 2005 + MEPA + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + Notification + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA05_Q4.xml + Environmen +tal + Form + Q4 + Project + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA06_Q1 + MEPA Environmental Notification Form Project Sites 2006 Q1 + Generated from massgis_sde + + 2006 + Sites + Environmental + MEPA + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + Notification + Q1 + Form + DMARRIER.MEPA06_Q1 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA06_Q1.xml + Project + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA06_Q2 + MEPA Environmental Notification Form Project Sites 2006 Q2 + Generated from massgis_sde + + 2006 + Sites + Environmental + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + MEPA + Notification + Form + Q2 + DMARRIER.MEPA06_Q2 + Project + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA06_Q2.xml + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA06_Q3 + MEPA Environmental Notification Form Project Sites 2006 Q3 + Generated from massgis_sde + + 2006 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA06_Q3.xml + Sites + Environmental + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + MEPA + Notification + Form + DMARRIER.MEPA06_Q3 + Q3 + Project + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA06_Q4 + MEPA Environmental Notification Form Project Sites 2006 Q4 + Generated from massgis_sde + + 2006 + Sites + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA06_Q4.xml + Environmental + MEPA + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + Notification + Form + DMARRIER.MEPA06_Q4 + Q4 + Project + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA07_Q1 + MEPA Environmental Notification Form Project Sites 2007 Q1 + Generated from massgis_sde + + 2007 + Sites + Environmental + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + MEPA + Notification + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA07_Q1.xml + Q1 + Form + Project + DMARRIER.MEPA07_Q1 + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA07_Q2 + MEPA Environmental Notification Form Project Sites 2007 Q2 + Generated from massgis_sde + + 2007 + Sites + Environmental + MEPA + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA07_Q2.xml + Notification + DMARRIER.MEPA07_Q2 + Form + Q2 + Project + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA07_Q3 + MEPA Environmental Notification Form Project Sites 2007 Q3 + Generated from massgis_sde + + 2007 + Sites + Environmental + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + MEPA + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA07_Q3.xml + Notification + DMARRIER.MEPA07_Q3 + Form + Q3 + Project + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA07_Q4 + MEPA Environmental Notification Form Project Sites 2007 Q4 + Generated from massgis_sde + + 2007 + Sites + Environmental + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + MEPA + Notification + DMARRIER.MEPA07_Q4 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA07_Q4.xml + Form + Q4 + Project + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA08_Q1 + MEPA Environmental Notification Form Project Sites 2008 Q1 + Generated from massgis_sde + + 2008 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA08_Q1.xml + Sites + Form + Environmental + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + Project + DMARRIER.MEPA08_Q1 + Notification + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.MEPA08_Q2 + MEPA Environmental Notification Form Project Sites 2008 Q2 + Generated from massgis_sde + + 2008 + Sites + Form + Environmental + MassgisMetadataUrl=http://www.mass.gov/mgis/mepa.htm + Project + DMARRIER.MEPA08_Q2 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/DMARRIER.MEPA08_Q2.xml + Notification + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:DMARRIER.RERL_FINAL_NONSTATE_SITES + Potential Wind Development Sites Final Non-State Sites RERL + + + EPSG:26986 + + + + + + + massgis:DMARRIER.RERL_FINAL_NONSTATE_SITES_PTS + Potential Wind Development Sites - Non-State Land, pts RERL + + + EPSG:26986 + + + + + + + massgis:DMARRIER.RERL_FINAL_STATE_SITES + Potential Wind Development Sites Final State Sites RERL + + + EPSG:26986 + + + + + + + massgis:DMARRIER.RERL_FINAL_STATE_SITES_PTS + Potential Wind Development Sites - State Land, pts RERL + + + EPSG:26986 + + + + + + + massgis:DMARRIER.RESBUFF1000 + 1000 Ft. Residential Buffer + Generated from massgis_sde + + DMARRIER.RESBUFF1000 + massgis_sde + + EPSG:26986 + + + + + + + massgis:DMARRIER.TOWNPHONE + Massachusetts Town Boundaries with Contact Information + Generated from massgis_sde + + DMARRIER.TOWNPHONE + massgis_sde + + EPSG:26986 + + + + + + + massgis:DMARRIER.WINDDEV_ENV_CONCERNS + Environmental Concerns + + + EPSG:26986 + + + + + + + massgis:DMARRIER.WINDDEV_ENV_EXCLUSIONS + Environmental Exclusions + + + EPSG:26986 + + + + + + + massgis:DMARRIER.WINDGRID200M_DISS30 + Annual Mean Wind Speeds at 30 Meters + Generated from massgis_sde + + MassgisMetadataUrl=http://mass.gov/mgis/windspeed.htm + massgis_sde + DMARRIER.WINDGRID200M_DISS30 + + EPSG:26986 + + + + + + + + massgis:DMARRIER.WINDGRID200M_DISS50 + Annual Mean Wind Speeds at 50 Meters + Generated from massgis_sde + + DMARRIER.WINDGRID200M_DISS50 + massgis_sde + + EPSG:26986 + + + + + + + + massgis:DMARRIER.WINDGRID200M_DISS70 + Annual Mean Wind Speeds at 70 Meters + + + EPSG:26986 + + + + + + + + massgis:EOHED.REGION_495_POLY + The 495 Region + + + EPSG:26986 + + + + + + + massgis:EOHED.SCR_PDA_PPA_POLY + South Coast Rail Priority Development and Protection Areas + + + EPSG:26986 + + + + + + + massgis:EOHED.SCR_REGION_POLY + South Coast Rail Region + + + EPSG:26986 + + + + + + + massgis:EOHED.SCR_SOUTHERN_TRIANGLE_ARC + SCR Southern Triangle + + + EPSG:26986 + + + + + + + massgis:EOHED.SCR_STOUGHTON_ROUTE_ARC + SCR Stoughton Route + + + EPSG:26986 + + + + + + + massgis:EOHED.SRPEDD_LOCAL_PDA_PPA_POLY + SRPEDD Local Priority Development and Protection Areas + + + EPSG:26986 + + + + + + + massgis:EOHED.SRPEDD_LOCAL_PDA_PPA_POLY_201 + SRPEDD Local PDA PPA New Bedford + + + EPSG:26986 + + + + + + + massgis:EOHED.SRPEDD_LOCAL_PDA_PPA_POLY_TEST + SRPEDD Local Priority Development and Protection Areas TEST + + + EPSG:26986 + + + + + + + massgis:EOHED.SRPEDD_REGIONAL_CORRIDORS_ARC + SRPEDD Regional Corridors + + + EPSG:26986 + + + + + + + massgis:EOHED.SRPEDD_REGIONAL_PDA_PPA_POLY + SRPEDD Regional Priority Development and Protection Areas + + + EPSG:26986 + + + + + + + massgis:EOHED.TOWN_PRI_POLY_160 + EOHED Lowell Priorities + + + EPSG:26986 + + + + + + + massgis:GISDATA.ACECS_ARC + Areas of Critical Environmental Concern ACECs Boundaries + Generated from massgis_sde + + Environmental + Areas + Critical + ACECs + MassgisMetadataUrl=http://www.mass.gov/mgis/acecs.htm + Concern + GISDATA.ACECS_ARC + of + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ACECS_ARC.xml + Boundaries + ExtractDoc=http://maps.massgis.state.ma.us/avls/acec1a.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/ACECs_group.lyr + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.ACECS_POLY + Areas of Critical Environmental Concern ACECs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/acectmp.avl + Environmental + Areas + Critical + ACECs + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ACECS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/ACECs.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/acecs.htm + Concern + of + GISDATA.ACECS_POLY + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + massgis:GISDATA.AIRPORTS_PT + Airports + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.AIRPORTS_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Airports.lyr + GISDATA.AIRPORTS_PT + Airports + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/airports_pt.avl + + EPSG:26986 + + + + + text/plain + + + + + + + + + massgis:GISDATA.ANADFISH_PT + Anadromous Fish + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ANADFISH_PT.xml + GISDATA.ANADFISH_PT + Anadromous + ExtractDoc=http://maps.massgis.state.ma.us/avls/neanad1a.avl + Fish + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Anadromous_Fish_Presence.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/anadfish.htm + + EPSG:26986 + + + + + + + + + + + + + massgis:GISDATA.ANADFISH_PT_DAMPRESENCE + Anadromous Fish by Dam Presence + Generated from massgis_sde + + Dam + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ANADFISH_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Anadromous_Fish_by_Dam_Presence.lyr + Anadromous + Fish + GISDATA.ANADFISH_PT_DAMPRESENCE + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/anadfish.htm + Presence + + EPSG:26986 + + + + + + + massgis:GISDATA.ANADFISH_PT_FISHWAYEFFECT + Anadromous Fish by Fishway Effect + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ANADFISH_PT.xml + Anadromous + by + Fish + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Anadromous_Fish_by_Fishway_Effect.lyr + GISDATA.ANADFISH_PT_FISHWAYEFFECT + Effect + Fishway + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/anadfish.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.ANADFISH_PT_FISHWAYTYPE + Anadromous Fish by Fishway Type + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ANADFISH_PT.xml + Anadromous + Type + by + Fish + GISDATA.ANADFISH_PT_FISHWAYTYPE + Fishway + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Anadromous_Fish_by_Fishway_Type.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/anadfish.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.ANADFISH_PT_MANBARRIERTYPE + Anadromous Fish by Manmade Barriers + Generated from massgis_sde + + Manmade + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ANADFISH_PT.xml + Barriers + Anadromous + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Anadromous_Fish_by_Manmade_Barriers.lyr + GISDATA.ANADFISH_PT_MANBARRIERTYPE + by + Fish + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/anadfish.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.ANADFISH_PT_NATBARRIERTYPE + Anadromous Fish By Natural Barriers + Generated from massgis_sde + + By + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ANADFISH_PT.xml + Barriers + Anadromous + GISDATA.ANADFISH_PT_NATBARRIERTYPE + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Anadromous_Fish_by_Natural_Barriers.lyr + Natural + Fish + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/anadfish.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.AQSOLE_POLY + Sole Source Aquifers + Generated from massgis_sde + + Aquifers + Source + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Sole_Source_Aquifers.lyr + GISDATA.AQSOLE_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/aq_sole.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/aqsole1p.avl + Sole + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.AQSOLE_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.AQUEDUCTS_ARC + Aqueducts + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/aqdnam1a.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.AQUEDUCTS_ARC.xml + GISDATA.AQUEDUCTS_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Aqueducts_by_Name.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/aqueduct.htm + Aqueducts + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.AQUIFERS_ARC + Aquifers Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.AQUIFERS_ARC.xml + Aquifers + Arcs + MassgisMetadataURL=http://www.mass.gov/mgis/aq.htm + GISDATA.AQUIFERS_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.AQUIFERS_POLY + Aquifers + Generated from massgis_sde + + Aquifers + GISDATA.AQUIFERS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NPDWSA_AQ.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/aqyield.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/All_Aquifers_Transparent_Green.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/aq.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.AQUIFERS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/All_Aquifers_Solid_Green_Shades.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/aqutyp3p.avl + + EPSG:26986 + + + + + + + + + massgis:GISDATA.ASSESSPARNC_POLY_PUB_NOROADS + Assessors Parcel Level 0 Without Large Roads Polygons + Generated from massgis_sde + + GISDATA.ASSESSPARNC_POLY_PUB_NOROADS + 0 + Level + MassgisMetadataUrl=http://www.mass.gov/mgis/parcels.htm + Parcels + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.ASSESSPARNC_POLY_STATUS + Assessors Parcel Boundaries Level 0 Status + Generated from massgis_sde + + GISDATA.ASSESSPARNC_POLY_STATUS + MassgisMetadataUrl=http://www.mass.gov/mgis/parcels.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.ASSESSPAR_POLY_PUBLIC + Test Original Numerous Vertices Assessor Parcels Level 2 + + + EPSG:26986 + + + + + + + + + massgis:GISDATA.ASSESSPAR_POLY_PUBLIC_NOROADS + Assessor Parcels Level 2 Without Roads, Rail, Water + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ASSESSPAR_POLY_PUBLIC.xml + Without + 2 + parcels + Roads + Rails + GISDATA.ASSESSPAR_POLY_PUBLIC_NOROADS + Level + MassgisMetadataUrl=http://www.mass.gov/mgis/parcels.htm + massgis_sde + Water + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.ASSESSPAR_POLY_STATUS + Parcels Level 2 Status + Generated from massgis_sde + + Status + 2 + Level + MassgisMetadataUrl=http://www.mass.gov/mgis/parcels.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ASSESSPAR_POLY_STATUS.xml + Parcels + GISDATA.ASSESSPAR_POLY_STATUS + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.ATLNPROV_POLY + Atlantic Provinces + Generated from massgis_sde + + Atlantic + MassgisMetadataUrl=http://www.mass.gov/mgis/atlnprov.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/atlpro2p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Atlantic_Provinces_Shaded.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ATLNPROV_POLY.xml + Provinces + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Atlantic_Provinces_Outline.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/atldef1p.avl + massgis_sde + GISDATA.ATLNPROV_POLY + + EPSG:26986 + + + + + + + + + massgis:GISDATA.AUL_PT + AUL Sites + Generated from massgis_sde + + Sites + AUL + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/CH21E_AUL_Sites.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.AUL_PT.xml + GISDATA.AUL_PT + MassgisMetadataURL=http://www.mass.gov/mgis/aul.htm + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/AUL_PT.avl + + EPSG:26986 + + + + + + + + + massgis:GISDATA.BARRIERB_POLY + Barrier Beaches + Generated from massgis_sde + + Beaches + MassgisMetadataUrl=http://www.mass.gov/mgis/barrierb.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BARRIERB_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/bardef1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Barrier_Beaches.lyr + GISDATA.BARRIERB_POLY + massgis_sde + Barrier + DataType=polygon + + EPSG:26986 + + + + + + + massgis:GISDATA.BATHYMGM_ARC + Bathymetry of the Gulf of Maine Arcs + Generated from massgis_sde + + of + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BATHYMGM_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/bathymgm.htm + Arcs + Gulf + the + Maine + GISDATA.BATHYMGM_ARC + Bathymetry + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BATHYMGM_POLY + Bathymetry of the Gulf of ME + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Bathymetry_Gulf_of_Maine_with_Labels.lyr + Gulf + the + Bathymetry + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BATHYMGM_POLY.xml + of + ME + GISDATA.BATHYMGM_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bathymgm.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bathgm.avl + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BEDROCKLITHOLOGY_POLY + Bedrock Lithology + Generated from massgis_sde Bedrock Lithology + + ExtractDoc=http://maps.massgis.state.ma.us/avls/bedldbas.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/bedlgp.avl + GISDATA.BEDROCKLITHOLOGY_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BEDROCKLITHOLOGY_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Bedrock_Lithology_Group_B.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Bedrock_Lithology_Group_A.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Bedrock_Lithology_Drainage_Basin.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Bedrock_Lithology_Geol_Prov.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bedlgrpb.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/bedlith.htm + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/bedlgrpa.avl + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.BIKETRAILS_ARC + Bicycle Trails + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/biketrails.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/biktra1.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Bike_Trails.lyr + Trails + GISDATA.BIKETRAILS_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BIKETRAILS_ARC.xml + Bicycle + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CH_AQUATIC_CORE + BioMap2 Core Habitat Aquatic Core + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CH_BIOMAP2_WETLANDS + BioMap2 Core Habitat Wetlands + + + Ma + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CH_FOREST_CORE + BioMap2 Core Habitat Forest Core + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CH_PRIORITY_NATURAL_COMMS + BioMap2 Core Habitat Priority Natural Communities + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CH_SPECIES_CONS_CONCERN + BioMap2 Core Habitat Species of Conservation Concern + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CH_VERNAL_POOL_CORE + BioMap2 Core Habitat Vernal Pool Core + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CNL_AQUATIC_BUFFER + BioMap2 Critical Natural Landscape Aquatic Buffer + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CNL_COASTAL_ADAPT_AN + BioMap2 Critical Natural Landscape Coastal Adaptation Analysis + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CNL_LANDSCAPE_BLOCKS + BioMap2 Critical Natural Landscape Landscape Blocks + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CNL_TERN_FORAGING + BioMap2 Critical Natural Landscape Tern Foraging + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CNL_WETLAND_BUFFER + BioMap2 Critical Natural Landscape Wetland Buffer + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CORE_HABITAT + BioMap2 Core Habitat + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BM2_CRITICAL_NATURAL_LANDSCAPE + BioMap2 Critical Natural Landscape + + + MassgisMetadataUrl=http://www.mass.gov/mgis/biomap2.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.BOUNDARY_ARC + Massachusetts Boundary + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/boundary.htm + Massachusetts + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BOUNDARY_ARC.xml + Boundary + GISDATA.BOUNDARY_ARC + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.BOUNDARY_POLY + Massachusetts Towns Outlines No Coast + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Town_Boundaries.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bndnum1p.avl + No + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Town_Boundaries_Shaded.lyr + Outlines + Towns + MassgisMetadataUrl=http://www.mass.gov/mgis/boundary.htm + Massachusetts + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BOUNDARY_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/bndnum2p.avl + GISDATA.BOUNDARY_POLY + Coast + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.BREAKLINES_ARC + Breaklines + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BREAKLINES_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/l.htm + Breaklines + + EPSG:26986 + + + + + + + massgis:GISDATA.BROADBAND_SURVEY_PT + Broadband Survey Points + Generated from webeditor_sde + + GISDATA.BROADBAND_SURVEY_PT + webeditor_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BTHOS250_POLY + Bathymetry 250K Scale + Generated from massgis_sde + + 250K + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BTHOS250_POLY.xml + GISDATA.BTHOS250_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/bath250.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Bathymetry_250K_scale.lyr + Scale + MassgisMetadataUrl=http://www.mass.gov/mgis/bthos250.htm + Bathymetry + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS34_POLY + Insect Infestation 1934 + Generated from massgis_sde + + 1934 + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1934.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS34_POLY.xml + massgis_sde + GISDATA.BUGS34_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS35_POLY + Insect Infestation 1935 + Generated from massgis_sde + + 1935 + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1935.lyr + GISDATA.BUGS35_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS35_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS36_POLY + Insect Infestation 1936 + Generated from massgis_sde + + 1936 + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1936.lyr + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS36_POLY.xml + GISDATA.BUGS36_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS37_POLY + Insect Infestation 1937 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS37_POLY.xml + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1937.lyr + GISDATA.BUGS37_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1937 + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS38_POLY + Insect Infestation 1938 + Generated from massgis_sde + + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1938.lyr + 1938 + GISDATA.BUGS38_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS38_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS39_POLY + Insect Infestation 1939 + Generated from massgis_sde + + Infestation + GISDATA.BUGS39_POLY + 1939 + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1939.lyr + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS39_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS40_POLY + Insect Infestation 1940 + Generated from massgis_sde + + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS40_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1940.lyr + 1940 + GISDATA.BUGS40_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS41_POLY + Insect Infestation 1941 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1941.lyr + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + GISDATA.BUGS41_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS41_POLY.xml + 1941 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS44_POLY + Insect Infestation 1944 + Generated from massgis_sde + + 1944 + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS44_POLY.xml + GISDATA.BUGS44_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1944.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS45_POLY + Insect Infestation 1945 + Generated from massgis_sde + + 1945 + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1945.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS45_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + GISDATA.BUGS45_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS46_POLY + Insect Infestation 1946 + Generated from massgis_sde + + Infestation + 1946 + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1946.lyr + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS46_POLY.xml + GISDATA.BUGS46_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS61_POLY + Insect Infestation 1961 + Generated from massgis_sde + + GISDATA.BUGS61_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1961.lyr + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS61_POLY.xml + 1961 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS62_POLY + Insect Infestation 1962 + Generated from massgis_sde + + GISDATA.BUGS62_POLY + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS62_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1962.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + 1962 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS63_POLY + Insect Infestation 1963 + Generated from massgis_sde + + Infestation + GISDATA.BUGS63_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + 1963 + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS63_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1963.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS64_POLY + Insect Infestation 1964 + Generated from massgis_sde + + GISDATA.BUGS64_POLY + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1964.lyr + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + 1964 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS64_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS65_POLY + Insect Infestation 1965 + Generated from massgis_sde + + Infestation + GISDATA.BUGS65_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS65_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1965.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + 1965 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS66_POLY + Insect Infestation 1966 + Generated from massgis_sde + + Infestation + 1966 + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1966.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS66_POLY.xml + massgis_sde + GISDATA.BUGS66_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS67_POLY + Insect Infestation 1967 + Generated from massgis_sde + + Infestation + 1967 + GISDATA.BUGS67_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS67_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1967.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS68_POLY + Insect Infestation 1968 + Generated from massgis_sde + + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1968.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS68_POLY.xml + 1968 + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + massgis_sde + GISDATA.BUGS68_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS69_POLY + Insect Infestation 1969 + Generated from massgis_sde + + Infestation + GISDATA.BUGS69_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1969 + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1969.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS69_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS70_POLY + Insect Infestation 1970 + Generated from massgis_sde + + 1970 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS70_POLY.xml + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1970.lyr + GISDATA.BUGS70_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS71_POLY + Insect Infestation 1971 + Generated from massgis_sde + + 1971 + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1971.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + GISDATA.BUGS71_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS71_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS72_POLY + Insect Infestation 1972 + Generated from massgis_sde + + GISDATA.BUGS72_POLY + Infestation + 1972 + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1972.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS72_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS73_POLY + Insect Infestation 1973 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS73_POLY.xml + Infestation + 1973 + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1973.lyr + massgis_sde + GISDATA.BUGS73_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS74_POLY + Insect Infestation 1974 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1974.lyr + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS74_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1974 + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + GISDATA.BUGS74_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS75_POLY + Insect Infestation 1975 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1975.lyr + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS75_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1975 + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + GISDATA.BUGS75_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS76_POLY + Insect Infestation 1976 + Generated from massgis_sde + + Infestation + GISDATA.BUGS76_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1976 + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1976.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS76_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS77_POLY + Insect Infestation 1977 + Generated from massgis_sde + + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1977.lyr + 1977 + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS77_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + GISDATA.BUGS77_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS78_POLY + Insect Infestation 1978 + Generated from massgis_sde + + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1978.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + 1978 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS78_POLY.xml + massgis_sde + GISDATA.BUGS78_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS79_POLY + Insect Infestation 1979 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS79_POLY.xml + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1979.lyr + GISDATA.BUGS79_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + 1979 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS80_POLY + Insect Infestation 1980 + Generated from massgis_sde + + 1980 + Infestation + GISDATA.BUGS80_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1980.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS80_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS81_POLY + Insect Infestation 1981 + Generated from massgis_sde + + Infestation + 1981 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS81_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1981.lyr + massgis_sde + GISDATA.BUGS81_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS82_POLY + Insect Infestation 1982 + Generated from massgis_sde + + 1982 + Infestation + GISDATA.BUGS82_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1982.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS82_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS83_POLY + Insect Infestation 1983 + Generated from massgis_sde + + 1983 + Infestation + GISDATA.BUGS83_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1983.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS83_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS84_POLY + Insect Infestation 1984 + Generated from massgis_sde + + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1984.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS84_POLY.xml + 1984 + GISDATA.BUGS84_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS85_POLY + Insect Infestation 1985 + Generated from massgis_sde + + Infestation + GISDATA.BUGS85_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS85_POLY.xml + 1985 + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1985.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS86_POLY + Insect Infestation 1986 + Generated from massgis_sde + + GISDATA.BUGS86_POLY + Infestation + 1986 + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS86_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1986.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS87_POLY + Insect Infestation 1987 + Generated from massgis_sde + + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1987 + GISDATA.BUGS87_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1987.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS87_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS88_POLY + Insect Infestation 1988 + Generated from massgis_sde + + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS88_POLY.xml + Insect + GISDATA.BUGS88_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + 1988 + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1988.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS89_POLY + Insect Infestation 1989 + Generated from massgis_sde + + Infestation + GISDATA.BUGS89_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1989.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS89_POLY.xml + 1989 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS90_POLY + Insect Infestation 1990 + Generated from massgis_sde + + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1990.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + Insect + GISDATA.BUGS90_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + 1990 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS90_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS91_POLY + Insect Infestation 1991 + Generated from massgis_sde + + Infestation + 1991 + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS91_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1991.lyr + GISDATA.BUGS91_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS92_POLY + Insect Infestation 1992 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1992.lyr + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1992 + GISDATA.BUGS92_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS92_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS93_POLY + Insect Infestation 1993 + Generated from massgis_sde + + GISDATA.BUGS93_POLY + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1993.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS93_POLY.xml + 1993 + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS94_POLY + Insect Infestation 1994 + Generated from massgis_sde + + Infestation + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + 1994 + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS94_POLY.xml + GISDATA.BUGS94_POLY + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1994.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS95_POLY + Insect Infestation 1995 + Generated from massgis_sde + + 1995 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS95_POLY.xml + Infestation + GISDATA.BUGS95_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1995.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + Insect + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS96_POLY + Insect Infestation 1996 + Generated from massgis_sde + + 1996 + Infestation + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS96_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + GISDATA.BUGS96_POLY + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1996.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.BUGS97_POLY + Insect Infestation 1997 + Generated from massgis_sde + + 1997 + Infestation + GISDATA.BUGS97_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/bugs.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUGS97_POLY.xml + Insect + ExtractDoc=http://maps.massgis.state.ma.us/avls/bugs.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Insect_Infestation_1997.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BUILDINGFP_POLY + Building Footprints (2-D, from LIDAR) + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BUILDINGFP_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Building_Footprints_2-D_from_Lidar.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/lidarbuildingfp2d.htm + GISDATA.BUILDINGFP_POLY + Footprints + Building + LIDAR) + ExtractDoc=http://maps.massgis.state.ma.us/avls/buildingfp_poly.avl + from + (2-D + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.BWPMAJOR_PT + DEP BWP Major Facilities + Generated from massgis_sde + + Major + GISDATA.BWPMAJOR_PT + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_BWP_Major_Facilities_LQG.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_tsdf.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_lqtu.avl + Facilities + BWP + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_BWP_Major_Facilities_SWD.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_swd.avl + DEP + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_air.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.BWPMAJOR_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_lqg_epa.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_hwr.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_lqg_ma.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_BWP_Major_Facilities_Air.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_BWP_Major_Facilities_GWD.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_BWP_Major_Facilities_LQTU.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/bwp_gwd.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/bwp_maj.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_BWP_Major_Facilities_TSDF.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_BWP_Major_Facilities_HWR.lyr + + EPSG:26986 + + + + + + + + + + + + + + + massgis:GISDATA.C21E_PT + DEP Tier Classified 21E Sites + Generated from massgis_sde + + Classified + Sites + Tier + GISDATA.C21E_PT + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Tier_Classified_Sites.lyr + 21E + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.C21E_PT.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/c21e.htm + massgis_sde + DEP + ExtractDoc=http://maps.massgis.state.ma.us/avls/21e_reg.avl + + EPSG:26986 + + + + + + + + massgis:GISDATA.CANOEACCESS_PT + Canoe Access Points + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CANOEACCESS_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/canacc1p.avl + GISDATA.CANOEACCESS_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/canoes.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Canoe_Access_Points.lyr + Access + Canoe + Points + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CANOETRIPS_ARC + Canoe Trips + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Canoe_Trips.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/canoes.htm + Trips + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CANOETRIPS_ARC.xml + Canoe + ExtractDoc=http://maps.massgis.state.ma.us/avls/cantyp1a.avl + GISDATA.CANOETRIPS_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CBRS_ARC + Coastal Barrier Resource Units Arcs + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/cbrs.htm + Resource + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CBRS_ARC.xml + Units + Coastal + Arcs + massgis_sde + GISDATA.CBRS_ARC + Barrier + + EPSG:26986 + + + + + + + massgis:GISDATA.CBRS_POLY + Coastal Barrier Resource Units + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CBRS_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/cbrs.htm + Resource + Units + ExtractDoc=http://maps.massgis.state.ma.us/avls/cbrs.avl + Coastal + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Coastal_Barrier_Resource_Units.lyr + GISDATA.CBRS_POLY + massgis_sde + Barrier + + EPSG:26986 + + + + + + + massgis:GISDATA.CCMMRBND1_POLY + Massachusetts Military Reservation + Generated from massgis_sde + + Reservation + Massachusetts + GISDATA.CCMMRBND1_POLY + Military + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CEN2000_BG_LEGATTRIB + Census 2000 Blockgroups Statistics + Generated from massgis_sde + + ExtractDoc=http://maps. +massgis.state.ma.us/avls/households.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/p_islnder.avl + Statistics + ExtractDoc=http://maps.massgis.state.ma.us +/lyrs/Cen2kBG_ncitzn_prc.lyr + ExtractDoc=http://maps.massgis.state.ma.us/ +avls/prc_lt_18.avl + ExtractDoc=http://map +s.massgis.state.ma.us/avls/ncitzn_prc.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_asian.lyr + Blockgroup + Ext +ractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_md_hs_val.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + ExtractDoc=http://maps.massgis.state.ma.us/a +vls/hisp_latin.avl + ExtractDoc=http://maps +.massgis.state.ma.us/lyrs/Cen2kBG_total_pop.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/other.avl + ExtractDoc=http://maps. +massgis.state.ma.us/lyrs/Cen2kBG_minor_prc.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/inc_lo_prc.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CEN2000_BG_LEGATTRIB.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/age_lt18.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/prc_hisp.avl + massgis_sde + ExtractDo +c=http://maps.massgis.state.ma.us/avls/perc_fvote.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_nw_rnt.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/ +Cen2kBG_prc_w_rnt.lyr + ExtractDoc=http://maps.massgis.state.ma.us/ +avls/prc_multi.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_lng_span.lyr + ExtractDoc=http://maps.massgis.stat +e.ma.us/avls/prc_islnd.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_perc_mvote.lyr + ExtractDoc=ht +tp://maps.massgis.state.ma.us/avls/citizens.avl + Census + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_multi.lyr + ExtractDoc= +http://maps.massgis.state.ma.us/lyrs/Cen2kBG_perc_fvote.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_inc_ +md_prc.lyr + ExtractDoc=http://maps.massg +is.state.ma.us/avls/prc_asian.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Ce +n2kBG_citizens.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/male_child.avl + ExtractDoc=http://maps.massgis.state.ma.us/ly +rs/Cen2kBG_age_lt18.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_nw_own.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/occ +-house.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_other.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/owner_occ.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_lng_asn.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_black.lyr + Extract +Doc=http://maps.massgis.state.ma.us/avls/multi.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_asian.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_males.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_male_child.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/perc_mvote.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kB +G_fem_adult.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_islnd.lyr + ExtractDoc=http:// +maps.massgis.state.ma.us/lyrs/Cen2kBG_females.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/white_own.avl + ExtractDoc=http: +//maps.massgis.state.ma.us/avls/med_g_rnt.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/minor_prc.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_not_citzen.lyr + ExtractD +oc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_native.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/inc_high.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_mu +lti.lyr + ExtractDo +c=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_lng_other.lyr + ExtractDoc=http://maps.massgis.st +ate.ma.us/lyrs/Cen2kBG_hisp_latin.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/non_citzen.avl + 2000 + ExtractDoc=http://maps.massg +is.state.ma.us/lyrs/Census2000_BlockGroups.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/prc_gt_65.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_fem_senior.lyr + ExtractDoc=http://map +s.massgis.state.ma.us/lyrs/Cen2kBG_owner_occ.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/prc_native.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/inc_med.avl + Extract +Doc=http://maps.massgis.state.ma.us/avls/inc_md_prc.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_age_18_64.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_black.lyr + ExtractDo +c=http://maps.massgis.state.ma.us/avls/cen2kbg.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/rnt_in_prc.avl + ExtractDoc=h +ttp://maps.massgis.state.ma.us/lyrs/Cen2kBG_white_own.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/asian.avl + ExtractDoc=http://maps.massgis. +state.ma.us/avls/lng_noteng.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_fem_child.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/males.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/lng_asn.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/prc_other.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/lng_span.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/lng_engl.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/prc_nw_rnt.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_rnt_in_prc.lyr + ExtractDoc=http://map +s.massgis.state.ma.us/avls/fem_child.avl + ExtractDoc=http://maps.massgis.state.ma +.us/lyrs/Cen2kBG_med_g_rnt.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/females.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/inc_low.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_renter_occ.lyr + ExtractDoc=http://maps.massgi +s.state.ma.us/lyrs/Cen2kBG_prc_gr_65.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_male_se +nio.lyr + ExtractDoc=http://maps.massg +is.state.ma.us/lyrs/Cen2kBG_native.lyr + ExtractDoc=http://maps.massgis.state.m +a.us/lyrs/Cen2kBG_age65_over.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/male_senio.avl + ExtractDoc=http://maps.massgis +.state.ma.us/lyrs/Cen2kBG_households.lyr + ExtractDoc=http://maps.massgis.state. +ma.us/avls/age_18_64.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/total_pop.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/native. +avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_inc_low.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_inc_high.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_p_islnder.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/ln +g_other.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_white_rnt. +lyr + ExtractDoc=http://maps.massgis.state. +ma.us/lyrs/Cen2kBG_not_white.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/renter_occ. +avl + ExtractDoc=http +://maps.massgis.state.ma.us/avls/male_adult.avl + E +xtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_male_adult.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/inc_hi_prc.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_inc_hi_prc.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_p +rc_w_own.lyr + ExtractDoc=http://maps.massgi +s.state.ma.us/avls/fem_senior.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_nwhite_own.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_lt_18.lyr + Ext +ractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_inc_med.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_lng_engl.lyr + ExtractDoc=http://maps.massgis.s +tate.ma.us/avls/not_white.avl + ExtractDoc=http +://maps.massgis.state.ma.us/lyrs/Cen2kBG_prc_hisp.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_nwhite_rnt.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_white.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/prc_nw_own.avl + Ex +tractDoc=http://maps.massgis.state.ma.us/avls/prc_w_own.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/fem_adult.avl + ExtractDoc=htt +p://maps.massgis.state.ma.us/lyrs/Cen2kBG_lng_euro.lyr + ExtractDoc=http://m +aps.massgis.state.ma.us/avls/prc_black.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_occ_house.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/nwhite_rnt.avl + ExtractDoc=http://maps.massgis.state.ma +.us/avls/lng_euro.avl + ExtractDo +c=http://maps.massgis.state.ma.us/avls/prc_w_rnt.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/age_65_over.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cen2kBG_inc_lo_prc.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/white.avl + GISDATA.CEN2000_BG_LEGATTRIB + ExtractDoc=http://maps. +massgis.state.ma.us/lyrs/Cen2kBG_other.lyr + ExtractDoc=http://maps +.massgis.state.ma.us/lyrs/Cen2kBG_lng_noteng.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/black.avl + + EPSG:26986 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + massgis:GISDATA.CENSUS1990BLOCKGROUPS_POLY + 1990 U.S. Census Block Groups + Generated from massgis_sde + + Groups + U.S. + MassgisMetadataUrl=http://www.mass.gov/mgis/cen1990_blockgroups.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/CENSUS1990BLOCKGROUPS_POLY.xml + Census + 1990 + massgis_sde + Block + GISDATA.CENSUS1990BLOCKGROUPS_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS1990BLOCKS_POLY + 1990 U.S. Census Blocks + Generated from massgis_sde + + U.S. + ExtractDoc=http://maps.massgis.state.ma.us/metadata/CENSUS1990BLOCKS_POLY.xml + GISDATA.CENSUS1990BLOCKS_POLY + Census + 1990 + MassgisMetadataUrl=http://www.mass.gov/mgis/cen1990_blocks.htm + Blocks + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS1990TIGER_ARC + Census 1990 TIGER Roads + Generated from massgis_sde + + Roads + ExtractDoc=http://maps.massgis.state.ma.us/metadata/CENSUS1990TIGER_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/cen1990_tiger.htm + TIGER + Census + 1990 + GISDATA.CENSUS1990TIGER_ARC + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.CENSUS2000BLOCKGROUPS_POLY + Census 2000 Blockgroups + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/cen2000_blockgroups.htm + Blockgroups + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_BlockGroups.lyr + GISDATA.CENSUS2000BLOCKGROUPS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2kbg.avl + Census + massgis_sde + 2000 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000BLOCKGROUPS_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000BLOCKS_POLY + Census 2000 Blocks + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_Blocks.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/cen2000_blocks.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2kblk.avl + GISDATA.CENSUS2000BLOCKS_POLY + Census + Blocks + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000BLOCKS_POLY.xml + 2000 + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000TIGERHYDRO_POLY + Census 2000 Water Bodies + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_Water_Features + GISDATA.CENSUS2000TIGERHYDRO_POLY + Bodies + Census + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TIGERHYDRO_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2kpnd.avl + Water + massgis_sde + 2000 + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000TIGER_ARC + Census 2000 TIGER Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TIGER_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_TIGER_Roads_group.lyr + ExtractDoc=http://maps.massgis.stae.ma.us/avls/cen2krmn.avl + Arcs + TIGER + GISDATA.CENSUS2000TIGER_ARC + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2kstr.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_Water_Features.lyr + Census + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2krmj.avl + massgis_sde + 2000 + MassgisMetadataUrl=http://www.mass.gov/mgis/cen2000_tiger.htm + + EPSG:26986 + + + + + + + + massgis:GISDATA.CENSUS2000TIGER_ARC_HYDRO + Census 2000 TIGER Hydro + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TIGER_ARC_HYDRO.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/cen2000_tiger.htm + GISDATA.CENSUS2000TIGER_ARC_HYDRO + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000TIGER_ARC_HYDRO_GEN + Census 2000 TIGER Hydro Generalized + Generated from massgis_sde + + Hydro + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TIGER_ARC_HYDRO_GEN.xml + TIGER + GISDATA.CENSUS2000TIGER_ARC_HYDRO_GEN + Census + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + Generalized + massgis_sde + 2000 + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000TIGER_ARC_ROADS + Census 2000 TIGER Roads + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/cen2000_tiger.htm + GISDATA.CENSUS2000TIGER_ARC_ROADS + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TIGER_ARC_ROADS.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000TIGER_ARC_ROADS_GEN + Census 2000 Roads + Generated from massgis_sde + + Roads + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2krmn.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_TIGER_Roads_group.lyr + Census + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + GISDATA.CENSUS2000TIGER_ARC_ROADS_GEN + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TIGER_ARC_ROADS_GEN.xml + 2000 + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.CENSUS2000TIGER_ARC_TRAINS_GEN + Census 2000 TIGER Trains Generalized + Generated from massgis_sde + + TIGER + Census + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TIGER_ARC_TRAINS_GEN.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + GISDATA.CENSUS2000TIGER_ARC_TRAINS_GEN + Generalized + Trains + massgis_sde + 2000 + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000TOWNS_ARC + Census 2000 MA Town Boundaries Arcs + Generated from massgis_sde + + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TOWNS_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2ktwa.avl + Boundaries + Town + GISDATA.CENSUS2000TOWNS_ARC + Census + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_Towns_group.lyr + MA + massgis_sde + 2000 + + EPSG:26986 + + + + + + + + massgis:GISDATA.CENSUS2000TOWNS_POLY + Census 2000 Town Boundaries + Generated from massgis_sde + + GISDATA.CENSUS2000TOWNS_POLY + Boundaries + Town + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2ktwp.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TOWNS_POLY.xml + Census + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_Towns_group.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + massgis_sde + 2000 + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2000TRACTS_POLY + Census 2000 Tracts + Generated from massgis_sde + + GISDATA.CENSUS2000TRACTS_POLY + Tracts + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CENSUS2000TRACTS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Census2000_Tracts.lyr + Census + MassgisMetadataUrl=http://www.mass.gov/mgis/census2000.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/cen2ktra.avl + massgis_sde + 2000 + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2010BLOCKGROUPS_POLY + Census 2010 Block Groups + + + MassgisMetadataUrl=http://www.mass.gov/mgis/census2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CENSUS2010BLOCKGROUPS_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2010BLOCKS_POLY + Census 2010 Blocks + + + MassgisMetadataUrl=http://www.mass.gov/mgis/census2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CENSUS2010BLOCKS_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2010TIGERROADS_ARC + Census 2010 Roads + + + MassgisMetadataUrl=http://www.mass.gov/mgis/census2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CENSUS2010TIGERROADS_ARC.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.CENSUS2010TOWNS_ARC + Census 2010 Municipal Boundaries + + + MassgisMetadataUrl=http://www.mass.gov/mgis/census2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CENSUS2010TOWNS_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CENSUS2010TOWNS_POLY + Census 2010 Municipalities + + + MassgisMetadataUrl=http://www.mass.gov/mgis/census2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CENSUS2010TOWNS_POLY.xml + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.CENSUS2010TRACTS_POLY + Census 2010 Tracts + + + MassgisMetadataUrl=http://www.mass.gov/mgis/census2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CENSUS2010TRACTS_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CHAPTER40R_DISTRICTS_POLY + Chapter 40R Districts + + + EPSG:26986 + + + + + + + massgis:GISDATA.CHAPTER40R_SUBDISTRICTS_POLY + Chapter 40R Subdistricts + + + EPSG:26986 + + + + + + + massgis:GISDATA.CHAPTER43D_POLY + Chapter 43D Districts + + + EPSG:26986 + + + + + + + massgis:GISDATA.CHAPTER43E_DISTRICTS_POLY + Chapter 43E Districts + + + EPSG:26986 + + + + + + + massgis:GISDATA.CHCS_PT + Community Health Centers + Generated from massgis_sde + + Community + GISDATA.CHCS_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/chcs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/chcs_main.avl + Health + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CHCS_PT.xml + Centers + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Community_Health_Centers.lyr + + EPSG:26986 + + + + + + + + + + + + massgis:GISDATA.CHNA_ARC + Community Health Network Areas Boundaries + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Community_Health_Network_Areas.lyr + Community + ExtractDoc=http://maps.massgis.state.ma.us/avls/CHNA_ARC.avl + Network + MassgisMetadataUrl=http://www.mass.gov/mgis/chna.htm + Boundaries + Areas + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CHNA_ARC.xml + Health + GISDATA.CHNA_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CHNA_POLY + Community Health Network Areas + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Community_Health_Network_Areas.lyr + Community + GISDATA.CHNA_POLY + Network + MassgisMetadataUrl=http://www.mass.gov/mgis/chna.htm + Areas + Health + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CHNA_POLY.xml + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/CHNA_POLY.avl + + EPSG:26986 + + + + + + + + massgis:GISDATA.COAST25K_ARC + Coast 25K Arcs + Generated from massgis_sde + + 25K + GISDATA.COAST25K_ARC + Arcs + Coast + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COAST25K_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/cs.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.COLLEGES_PT + Colleges and Universities + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Colleges_and_Universities.lyr + Colleges + MassgisMetadataUrl=http://www.mass.gov/mgis/colleges.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COLLEGES_PT.xml + Universities + GISDATA.COLLEGES_PT + massgis_sde + and + ExtractDoc=http://maps.massgis.state.ma.us/avls/colleges_pt.avl + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.CONGRESS108_ARC + US House Voting Districts 108th Arcs + Generated from massgis_sde + + US + 108th + Arcs + ExtractDoc=http://maps.massgis.state.ma.us/avls/cong108a.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CONGRESS108_ARC.xml + GISDATA.CONGRESS108_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/US_House_Voting_Districts_108th.lyr + Districts + House + MassgisMetadataUrl=http://www.mass.gov/mgis/cong108.htm + massgis_sde + Voting + + EPSG:26986 + + + + + + + massgis:GISDATA.CONGRESS108_POLY + US House Voting Districts 108th + Generated from massgis_sde + + US + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CONGRESS108_POLY.xml + 108th + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/US_House_Voting_Districts_108th.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/cong108p.avl + Districts + House + GISDATA.CONGRESS108_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/cong108.htm + massgis_sde + Voting + + EPSG:26986 + + + + + + + massgis:GISDATA.CONGRESS113_ARC + US Congressional Districts 113th Arcs + + + + + MassgisMetadataUrl=http://www.mass.gov/mgis/cong113.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CONGRESS113_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CONGRESS113_POLY + US Congressional Districts 113th Polys + + + MassgisMetadataUrl=http://www.mass.gov/mgis/cong113.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CONGRESS113_POLY.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.CONTOURS250K_ARC + Contours 30ft Lines + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CONTOURS250K_ARC.xml + 30ft + MassgisMetadataUrl=http://www.mass.gov/mgis/hp250k.htm + GISDATA.CONTOURS250K_ARC + Lines + ExtractDoc=http://maps.massgis.state.ma.us/avls/connum1a.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/30_Foot_Contours.lyr + Contours + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.CONTOURS5K_ARC + Contours 3m Lines + Generated from massgis_sde + + Lines + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CONTOURS5K_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/connum1a.avl + Contours + GISDATA.CONTOURS5K_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/3_Meter_Contours.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/hp.htm + 3m + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.COQ2008INDEX_POLY + USGS Color Orthos 2008 30cm Index + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COQ2008INDEX_POLY.xml + 2008 + Tiles + by + 30cm + Orthos + ExtractDoc=http://maps.massgis.state.ma.us/avls/coq2008index_poly.avl + Color + Index + Resolution.lyr + GISDATA.COQ2008INDEX_POLY + MassgisMetaataUrl=http://www.mass.gov/mgis/coq08ix.htm + Ortho + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/2008 + USGS + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.COQHMOSAICSCDS_POLY + Color Orthophotos 2001 Half Meter MrSID Mosaics Index CDs + Generated from massgis_sde + + GISDATA.COQHMOSAICSCDS_POLY + Meter + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COQHMOSAICSCDS_POLY.xml + CDs + MassgisMetadataUrl=http://www.mass.gov/mgis/coqhmos.htm + Color + MrSID + Index + Mosaics + Half + Orthophotos + 2001 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.COQHMOSAICSDVDS_POLY + 2001 MrSID Mosaics DVD Index + Generated from massgis_sde + + MrSID + Index + GISDATA.COQHMOSAICSDVDS_POLY + Mosaics + MassgisMetadataUrl=http://www.mass.gov/mgis/coqhmos.htm + 2001 + massgis_sde + DVD + + EPSG:26986 + + + + + + + massgis:GISDATA.COQHMOSAICS_POLY + Color Orthophotos 2001 Half Meter MrSID Mosaics Index + Generated from massgis_sde + + Meter + ExtractDoc=http://maps.massgis.state.ma.us/avls/coqhmos.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Color_Half_Meter_MrSID_Mosaics.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/coqhmos.htm + GISDATA.COQHMOSAICS_POLY + Color + MrSID + Index + Mosaics + Half + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COQHMOSAICS_POLY.xml + Orthophotos + 2001 + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.COQMAIN_POLY + Coastal Color Orthos 10k Index + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Color_10K_Orthos_Index.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COQMAIN_POLY.xml + Index + MassgisMetadataUrl=http://www.mass.gov/mgis/coqmain.htm + GISDATA.COQMAIN_POLY + Coastal + 10k + Orthos + ExtractDoc=http://maps.massgis.state.ma.us/avls/coqmind.avl + massgis_sde + Color + + EPSG:26986 + + + + + + + + massgis:GISDATA.COQMOSAICS2005_POLY + 2005 MrSID Mosaics Index + Generated from massgis_sde + + MrSID + Index + 2005 + Mosaics + MassgisMetadataUrl=http://www.mass.gov/mgis/coqhmos.htm + GISDATA.COQMOSAICS2005_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.COQMOSAICSCDS2005_POLY + 2005 MrSID Mosaics CD-ROM Index + Generated from massgis_sde + + MrSID + Index + 2005 + Mosaics + CD-ROM + MassgisMetadataUrl=http://www.mass.gov/mgis/coqhmos.htm + GISDATA.COQMOSAICSCDS2005_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.COQMOSAICSDVDS2005_POLY + 2005 MrSID Mosaics DVD Index + Generated from massgis_sde + + MrSID + GISDATA.COQMOSAICSDVDS2005_POLY + Index + 2005 + Mosaics + MassgisMetadataUrl=http://www.mass.gov/mgis/coqhmos.htm + massgis_sde + DVD + + EPSG:26986 + + + + + + + massgis:GISDATA.COUNTIES_ARC + County Boundaries + Generated from massgis_sde + + County + ExtractDoc=http://maps.massgis.state.ma.us/avls/tmbmbcnt.avl + GISDATA.COUNTIES_ARC + MassgisMetadataUrl=http://www.mass.gov/mgis/counties.htm + Counties + Boundaries + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COUNTIES_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/County_Arc_Outlines.lyr + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.COUNTIES_POLY + Counties + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/cntnum1p.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/counties.htm + GISDATA.COUNTIES_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COUNTIES_POLY.xml + Counties + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/County_Poly_Group.lyr + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.COUNTIES_POLYM + Massachusetts County Boundaries + Generated from massgis_sde Massachusetts County Boundaries one polygon per county + + County + Massachusetts + MassgisMetadataUrl=http://www.mass.gov/mgis/counties.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COUNTIES_POLYM.xml + Boundaries + GISDATA.COUNTIES_POLYM + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.COUNTYNC_POLY + Counties No Coast + Generated from massgis_sde + + GISDATA.COUNTYNC_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/counties.htm + Counties + Coast + No + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.COUNTYNC_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CSTZONE_ARC + Coastal Zone Arcs + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cstzone_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CSTZONE_ARC.shp.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CSTZONE_POLY + Coastal Zone + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Coastal_Zone.lyr + GISDATA.CSTZONE_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cstzone_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/cstzone_poly.avl + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_CSTZONE_POLY.shp.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CTTOWNS_ARC + Connecticut Towns Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CTTOWNS_ARC.xml + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + GISDATA.CTTOWNS_ARC + Towns + Connecticut + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CTTOWNS_POLY + Connecticut Towns + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/CT_Towns.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/cttdef1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CTTOWNS_POLY.xml + GISDATA.CTTOWNS_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + Towns + Connecticut + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.CVP_PT + NHESP Certified Vernal Pools + Generated from massgis_sde + + NHESP + MassgisMetadataUrl=http://www.mass.gov/mgis/cvp.htm + Certified + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NHESP_Certified_Vernal_Pools.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/cvp1p.avl + GISDATA.CVP_PT + Pools + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CVP_PT.xml + Vernal + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.CZMSHEET_POLY + CZM Sheet Index + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/csheet.htm + GISDATA.CZMSHEET_POLY + CZM + Sheet + Index + ExtractDoc=http://maps.massgis.state.ma.us/avls/czmleg1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.CZMSHEET_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/CZM_Sheets_Polygons.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_CONTEMP_HIGHWATER + Tidelands Jurisdiction (Chapter 91) Contemporary High Water + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_CONTEMP_HIGHWATER.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_CONTEMP_MARSH + Tidelands Jurisdiction (Chapter 91) Marsh Boundary – Seaward + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_CONTEMP_MARSH.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_HISTORIC_HIGHWATER + Tidelands Jurisdiction (Chapter 91) Historic Highwater + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_HISTORIC_HIGHWATER.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_INFERRED_CONTEMP + Tidelands Jurisdiction (Chapter 91) Inferred Contemporary High Water + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_INFERRED_CONTEMP.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_INFERRED_HISTORIC + Tidelands Jurisdiction (Chapter 91) Inferred Historic High Water + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_INFERRED_HISTORIC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_JURISDICTION + Tidelands Jurisdiction (Chapter 91) Jurisdiction + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_JURISDICTION.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_LANDLOCK + Tidelands Jurisdiction (Chapter 91) Landlocked Tidelands + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_LANDLOCK.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_MARSHPERIMETER + Tidelands Jurisdiction (Chapter 91) Marsh Boundary – Landward + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_MARSHPERIMETER.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.CZM_PUBLICWAY + Tidelands Jurisdiction (Chapter 91) Public Way + + + MassgisMetadataUrl=http://www.mass.gov/mgis/tidelands.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.CZM_PUBLICWAY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.DAMS_PT + Dams + + + MassgisMetadataUrl=http://www.mass.gov/mgis/dams.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.DAMS_PT.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.DCAM_FAC_20101216 + DCAM State Facilities + + + DCAM + + EPSG:26986 + + + + + + + + + massgis:GISDATA.DCRPOOLS_PT + DCR Pools Open + Generated from massgis_sde + + Open + DCR + GISDATA.DCRPOOLS_PT + Pools + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DCR_Pools.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.DCRPOOLS_PT.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/pools.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.DCR_POOLS_PLUS + DCR Pools Plus + + + EPSG:26986 + + + + + + + massgis:GISDATA.DCR_RINKS_PLUS + DCR Rinks Plus + + + EPSG:26986 + + + + + + + massgis:GISDATA.DCSITE98_PT + USGS Data Collection Stations + Generated from massgis_sde + + Collection + Data + MassgisMetadataUrl=http://www.mass.gov/mgis/dcsite98.htm + Stations + ExtractDoc=http://maps.massgis.state.ma.us/avls/dcsite.avl + USGS + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.DCSITE98_PT.xml + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_dc_stat.lyr + GISDATA.DCSITE98_PT + + EPSG:26986 + + + + + + + massgis:GISDATA.DEVZN_POLY_O + Potentially Developable Land by Zoning + Generated from massgis_sde + + Zoning + Developable + GISDATA.DEVZN_POLY_O + Potentially + Land + by + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.DEVZN_POLY_X + Developed or Absolutely Constratined Land used in Buildout Maps + Generated from massgis_sde + + GISDATA.DEVZN_POLY_X + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.DFWDISTRICTS_ARC + DFW Districts Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.DFWDISTRICTS_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DFW_Districts.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/dfwdistricts_arc.avl + Wildlife + Arcs + GISDATA.DFWDISTRICTS_ARC + and + of + DFW + Fisheries + Division + Districts + MassgisMetadataUrl=http://www.mass.gov/mgis/dfwdistricts.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.DFWDISTRICTS_POLY + DFW Districts + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DFW_Districts.lyr + Wildlife + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.DFWDISTRICTS_POLY.xml + and + of + DFW + Division + Districts + ExtractDoc=http://maps.massgis.state.ma.us/avls/dfwdistricts_poly.avl + GISDATA.DFWDISTRICTS_POLY + Fish + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/dfwdistricts.htm + + EPSG:26986 + + + + + + + + massgis:GISDATA.DOR_LA3_101_PT + Massachusetts Real Property Verified Market Sales Single Family + + + EPSG:26986 + + + + + + + massgis:GISDATA.DOR_LA3_102_PT + Massachusetts Real Property Verified Market Sales Condominium + + + EPSG:26986 + + + + + + + massgis:GISDATA.DOR_LA3_103_PT + Massachusetts Real Property Verified Market Sales Mobile Home + + + EPSG:26986 + + + + + + + massgis:GISDATA.DOR_LA3_104_PT + Massachusetts Real Property Verified Market Sales Two Family + + + EPSG:26986 + + + + + + + massgis:GISDATA.DOR_LA3_105_PT + Massachusetts Real Property Verified Market Sales Three Family + + + EPSG:26986 + + + + + + + massgis:GISDATA.DOR_LA3_NOT_101_TO_105_PT + Massachusetts Real Property Verified Market Sales Other + + + EPSG:26986 + + + + + + + massgis:GISDATA.DOR_LA3_PT + Massachusetts Real Property Verified Market Sales + + + EPSG:26986 + + + + + + + massgis:GISDATA.DSGA_POLY + Designated Shellfish Growing Areas + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Shellfish_Growing_Areas.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/dsga.htm + GISDATA.DSGA_POLY + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.DSGA_POLY.xml + Designated + Shellfish + Growing + Areas + + EPSG:26986 + + + + + + + + massgis:GISDATA.DWMSTATIONS_PT + DEP Water Quality Stations + Generated from massgis_sde + + GISDATA.DWMSTATIONS_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/dwm_stat.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.DWMSTATIONS_PT.xml + Stations + Quality + ExtractDoc=http://maps.massgis.state.ma.us/avls/dwmstat1.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Water_Quality_Stations.lyr + Water + massgis_sde + DEP + + EPSG:26986 + + + + + + + massgis:GISDATA.ECOREGIONS_2010 + NHESP Ecoregions + + + ExtractDoc=http://http://maps.massgis.state.ma.us/metadata/GISDATA.ECOREGIONS_2010.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.ECOREGIONS_ARC + Ecoregions Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Ecoregions_group.lyr + GISDATA.ECOREGIONS_ARC + Ecoregions + ExtractDoc=http://maps.massgis.state.ma.us/avls/ecorega1.avl + Arcs + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ECOREGIONS_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/eco-reg.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.ECOREGIONS_POLY + Ecoregions + Generated from massgis_sde + + Eelgrass + GISDATA.ECOREGIONS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Ecoregions_group.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/ecoregp2.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/ecoregp1.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/eco-reg.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ECOREGIONS_POLY.xml + massgis_sde + DEP + + EPSG:26986 + + + + + + + + massgis:GISDATA.EELGRASS2006_7_POLY + DEP Eelgrass for Selected Embayments + + + MassgisMetadataUrl=http://www.mass.gov/mgis/eelgrass0607.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.EELGRASS2006_7_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Seagrass_0607.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.EELGRASS_POLY + DEP Eelgrass + Generated from massgis_sde + + Eelgrass + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Seagrass.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/egrasp1.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.EELGRASS_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/eelgrass.htm + Seagrass + GISDATA.EELGRASS_POLY + massgis_sde + DEP + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.EJ_POLY + Environmental Justice Populations + Generated from massgis_sde + + Environmental + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Environmental_Justice.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/cen2000_ej.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.EJ_POLY.xml + Justice + GISDATA.EJ_POLY + Populations + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/ejpoly.avl + + EPSG:26986 + + + + + + + massgis:GISDATA.EOTMAJROADS_ARC + EOT Major Roads + Generated from sun420 + + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotmajrdz.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotmajrdat.avl + GISDATA.EOTMAJROADS_ARC + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotrdshp3.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotmajrdshp2.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EOT_OTP_Roads_AdminType_Group.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotmajrdshp1.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EOT_OTP_MajorRoads_AdminType_Group.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotrdshp4.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.EOTMAJROADS_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/eotroads.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EOT_OTP_MajorRoads_Class_Group.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotmajrdcd.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EOT_OTP_Roads_Class_Group.lyr + sun420 + + EPSG:26986 + + + + + + + + + + + + + + + + + + + + + + + + + massgis:GISDATA.EOTMAJROADS_RTE_MAJOR + Major EOT-OTP Routes + Generated from massgis_sde + + EOT-OTP + Major + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotmajroads_rte_major.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/eotroads.htm + GISDATA.EOTMAJROADS_RTE_MAJOR + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.EOTMAJROADS_RTE_MAJOR.xml + Routes + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Major_EOT_OTP_Routes_Group.lyr + + EPSG:26986 + + + + + + + + + + + + + + + + + + massgis:GISDATA.EOTROADS_ARC + EOT Roads + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotrdclass.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.EOTROADS_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/eotrdadmin.avl + GISDATA.EOTROADS_ARC + MassgisMetadataUrl=http://www.mass.gov/mgis/eotroads.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EOT_OPT_Roads_AdminType_Group.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EOT_OTP_Roads_Class_Group.lyr + + EPSG:26986 + + + + + + + + + + + + + + + + + + + + + + + + + + + + massgis:GISDATA.ESTHAB_POLY + NHESP Estimated Habitats of Rare Wildlife + Generated from massgis_sde + + Rare + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ESTHAB_POLY.xml + Estimated + Wildlife + GISDATA.ESTHAB_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NHESP_Rare_Wildlife_Habitat.lyr + NHESP + of + Habitats + MassgisMetadataUrl=http://www.mass.gov/mgis/esthab.htm + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/whab1p.avl + + EPSG:26986 + + + + + + + + + massgis:GISDATA.EXITS_PT + Highway Exits + Generated from massgis_sde + + GISDATA.EXITS_PT + Highway + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.EXITS_PT.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/exits_rtes.htm + Exits + ExtractDoc=http://maps.massgis.state.ma.us/avls/exits.avl + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EOT_OTP_Roads_Class_Group.lyr + + EPSG:26986 + + + + + + + + + massgis:GISDATA.FEMA_NFHL_POLY + FEMA National Flood Hazard Layer + + + MassgisMetadataUrl=http://www.mass.gov/mgis/nfhl.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.FEMA_NFHL_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/FEMA_National_Flood_Hazard_Layer.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.FERRYROUTES_ARC + Ferry Routes + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.FERRYROUTES_ARC.xml + GISDATA.FERRYROUTES_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Ferry_Routes.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/FERRYROUTES_ARC.avl + Ferry + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + Routes + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.FIRESTATIONS_PT_MEMA + Fire Stations + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Fire_Stations.lyr + Stations + MassgisMetadataUrl=http://www.mass.gov/mgis/firestations.htm + Fire + GISDATA.FIRESTATIONS_PT_MEMA + ExtractDoc=http://maps.massgis.state.ma.us/avls/firestations_pt_mema.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.FIRESTATIONS_PT_MEMA.xml + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.FIRMAOV_POLY + FEMA FIRM Zones V and AO + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/FIRM_Zones_V_and_AO.lyr + V + FIRM + MassgisMetadataUrl=http://www.mass.gov/mgis/firmaov.htm + GISDATA.FIRMAOV_POLY + AO + FEMA + Zones + massgis_sde + and + + EPSG:26986 + + + + + + + massgis:GISDATA.FISHTRAPS_PT + Fish Traps 1998 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/weirs.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/fish-trp.htm + 1998 + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Fish_Traps_1998.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.FISHTRAPS_PT.xml + Traps + GISDATA.FISHTRAPS_PT + Fish + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.GAGES94_PT + Stream Gaging Stations + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.GAGES94_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/gages_1l.avl + Stations + Stream + GISDATA.GAGES94_PT + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Stream_Gaging_Stations_By_Funding.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Stream_Gaging_Stations.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/gages_2l.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/gages94.htm + massgis_sde + Gaging + + EPSG:26986 + + + + + + + + massgis:GISDATA.GATEWAY_CITIES_POLY + Gateway Cities + + + EPSG:26986 + + + + + + + massgis:GISDATA.GDI_DISTRICTS_EEA_POLY + Growth Districts Initiative EEA Poly + + + EPSG:26986 + + + + + + + massgis:GISDATA.GDI_DISTRICTS_EEA_PT + Growth Districts Initiative EEA Pt + + + EPSG:26986 + + + + + + + massgis:GISDATA.GEONAMES_LINE_HYDRO + Geonames Line Hydro + Generated from massgis_sde + + GISDATA.GEONAMES_LINE_HYDRO + Hydro + Geonames + Line + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.GEONAMES_LINE_HYDRO.xml + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/gnm.htm + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.GEONAMES_LINE_HYPSO + GeoNames Line Hypso + Generated from massgis_sde + + GISDATA.GEONAMES_LINE_HYPSO + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/gnm.htm + + EPSG:26986 + + + + + + + + massgis:GISDATA.GEONAMES_PT_HYPSO + Geographic Names Hypsography + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.GEONAMES_PT_HYPSO.xml + Geographic + GISDATA.GEONAMES_PT_HYPSO + Hypsography + MassgisMetadataUrl=http://www.mass.gov/mgis/gnm.htm + Names + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.GEONAMES_PT_PLACES + Geographic Names Places + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Geographic_Names.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/gnmpl.avl + Places + Geographic + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.GEONAMES_PT_PLACES.xml + GISDATA.GEONAMES_PT_PLACES + MassgisMetadataUrl=http://www.mass.gov/mgis/gnm.htm + Names + massgis_sde + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.GOVCOUNCIL_ARC + Governors Council 2012 + + + MassgisMetadataUrl=http://www.mass.gov/mgis/govcouncil2012.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GOVCOUNCIL_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.GOVCOUNCIL_POLY + Governors Council 2012 + + + MassgisMetadataUrl=http://www.mass.gov/mgis/govcouncil2012.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GOVCOUNCIL_POLY.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.GRID10K_PT + MA State Plane Grid Points + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/spc-pts.htm + Plane + State + Grid + GISDATA.GRID10K_PT + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.GRID10K_PT.xml + Points + MA + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.GWP_PT + Ground Water Discharges + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/gwp.htm + Discharges + Ground + ExtractDoc=http://maps.massgis.state.ma.us/avls/gwptype.avl + GISDATA.GWP_PT + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.GWP_PT.xml + Water + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Groundwater_Discharge_Pts_by_Type.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.HLSPREGIONS_ARC + Homeland Security Planning Regions Arcs + Generated from massgis_sde + + Security + ExtractDoc=http://maps.massgis.state.ma.us/avls/hlspregions_arc.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HLSPREGIONS_ARC.xml + GISDATA.HLSPREGIONS_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Homeland_Security_Planning_Regions.lyr + Planning + MassgisMetadataUrl=http://www.mass.gov/mgis/hlspregions.htm + Arcs + Regions + massgis_sde + Homeland + + EPSG:26986 + + + + + + + massgis:GISDATA.HLSPREGIONS_POLY + Homeland Security Planning Regions + Generated from massgis_sde + + Security + GISDATA.HLSPREGIONS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HLSPREGIONS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Homeland_Security_Planning_Regions.lyr + Planning + ExtractDoc=http://maps.massgis.state.ma.us/avls/hlspregions_poly.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/hlspregions.htm + Regions + massgis_sde + Homeland + + EPSG:26986 + + + + + + + + massgis:GISDATA.HOSPITALS_PT + Hospitals + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HOSPITALS_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/hosp_er.avl + GISDATA.HOSPITALS_PT + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Hospitals.lyr + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/hospitals.htm + Hospitals + + EPSG:26986 + + + + + + + + + + + + + massgis:GISDATA.HOUSE02_ARC + State Representative House Districts 2002 Arc + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/house02a.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HOUSE02_ARC.xml + Arc + 2002 + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/State_Rep_Districts_2002.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/house02.htm + State + GISDATA.HOUSE02_ARC + Districts + House + Representative + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.HOUSE02_POLY + State Representative House Districts 2002 Poly + Generated from massgis_sde + + Poly + 2002 + GISDATA.HOUSE02_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HOUSE02_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/State_Rep_Districts_2002.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/house02p.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/house02.htm + State + Districts + House + Representative + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.HOUSE2012_ARC + State Representative 2012 Districts Arcs + + + MassgisMetadataUrl=http://www.mass.gov/mgis/house2012.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/HOUSE2012_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.HOUSE2012_POLY + State Representative 2012 Districts Polys + + + MassgisMetadataUrl=http://www.mass.gov/mgis/house2012.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/HOUSE2012_POLY.xml + + EPSG:26986 + + + + + + + + + massgis:GISDATA.HURRICANE_SURGE_INUNDATION + Worst Case Flooding by Hurricane Category + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/metadata/HurricaneSurgeInundation_MA.shp.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.HYDRO100K_ARC + USGS 100K Streams + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_Hydro_100k.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/hd100_.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HYDRO100K_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/hd1a.avl + 100K + Streams + USGS + GISDATA.HYDRO100K_ARC + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:GISDATA.HYDRO100K_POLY + USGS 100K Ponds + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_Hydro_100k.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HYDRO100K_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/hd100_.htm + GISDATA.HYDRO100K_POLY + 100K + ExtractDoc=http://maps.massgis.state.ma.us/avls/hd1p.avl + USGS + Ponds + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + massgis:GISDATA.HYDRO25K_ARC + USGS 25K Rivers and Streams + Generated from massgis_sde + + Rivers + ExtractDoc=http://maps.massgis.state.ma.us/avls/hyd25ka1.avl + 25K + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_Hydro_25k.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/hd.htm + Streams + USGS + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HYDRO25K_ARC.xml + massgis_sde + and + GISDATA.HYDRO25K_ARC + + EPSG:26986 + + + + + + + + + + + + + + massgis:GISDATA.HYDRO25K_POLY + USGS 25K Lakes and Ponds + Generated from massgis_sde + + Lakes + 25K + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_Hydro_25k.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/hd25shp1.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/hd.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HYDRO25K_POLY.xml + Ponds + massgis_sde + and + GISDATA.HYDRO25K_POLYUSGS + + EPSG:26986 + + + + + + + + + + + + + + + massgis:GISDATA.HYDRO25K_SOURCE + Hydrography 25k Source + Generated from massgis_sde + + Source + Hydrography + GISDATA.HYDRO25K_SOURCE + MassgisMetadataUrl=http://www.mass.gov/mgis/hd.htm + 25k + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.HYDRONET_ARC + Hydro Centerline + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HYDRONET_ARC.xml + Hydro + Centerline + MassgisMetadataUrl=http://www.mass.gov/mgis/watrshed.htm + GISDATA.HYDRONET_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.HYDRONET_RTE_SARISRT + SARIS Routes + Generated from massgis_sde + + SARIS + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.HYDRONET_RTE_SARISRT.xml + GISDATA.HYDRONET_RTE_SARISRT + MassgisMetadataUrl=http://www.mass.gov/mgis/watrshed.htm + Routes + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.ICERINKS_PT + Ice Rinks + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Ice_Rinks.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/icerinks.htm + Ice + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ICERINKS_PT.xml + GISDATA.ICERINKS_PT + Rinks + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/icerinks_pt.avl + + EPSG:26986 + + + + + + + + massgis:GISDATA.IL_2010_ARC + Water Body Segments - Rivers - arcs + + + MassgisMetadataUrl=http://www.mass.gov/mgis/wbs2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_2010_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_ADB_2010.xml + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_SEGDEF_2010.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IL_2010_ARC_V + Water Body Segments - Rivers - arcs + + + MassgisMetadataUrl=http://www.mass.gov/mgis/wbs2010.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.IL_2010_POLY + Water Body Segments - Lakes, Estuaries - polygons + + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_2010_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_ADB_2010.xml + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_SEGDEF_2010.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/wbs2010.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.IL_2010_POLY_V + Water Body Segments - Lakes, Estuaries - polygons + + + MassgisMetadataUrl=http://www.mass.gov/mgis/wbs2010.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.IL_DWM_WATERSHEDS_POLY + DWM Integrated List Watershed Delineations + + + MassgisMetadataUrl=http://www.mass.gov/mgis/wbs2010.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_DWM_WATERSHEDS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_ADB_2010.xml + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IL_SEGDEF_2010.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMGCAT_COLOROQ1 + Coastal Color Orthos Islands + + + MassgisMetadataUrl=http://www.mass.gov/mgis/coloroq.htm + WCS + IMGCAT_COLOROQ1 + GISDATA.IMGCAT_COLOROQ1 + ArcSDE + IS-IMAGERY + UnitsPerPixel=0.5 + BytesPerPixel=3 + + EPSG:26986 + + + + + + + + massgis:GISDATA.IMG_BWORTHOS + Black and White Orthos (1990s) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/usgsdoq.htm + WCS + massgis_BWORTHOS + GISDATA.IMG_BWORTHOS + ArcSDE + IS-IMAGERY + UnitsPerPixel=0.5 + BytesPerPixel=1 + Black + and + White + Orthos + (1990s) + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_BWORTHOS.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_COLOROQ1 + Coastal Color Orthos (2001) Mainland + + + MassgisMetadataUrl=http://www.mass.gov/mgis/coloroq.htm + WCS + IMG_COLOROQ1 + GISDATA.IMG_COLOROQ1 + ArcSDE + Coastal + Color + Orthos + mainland + IS-IMAGERY + UnitsPerPixel=0.5 + BytesPerPixel=3 + + + EPSG:26986 + + + + + + + + massgis:GISDATA.IMG_COQ2001 + 2001 Color Orthos + + + MassgisMetadataUrl=http://www.mass.gov/mgis/colororthos2001.htm + WCS + massgis_COQ2001 + GISDATA.IMG_COQ2001 + ArcSDE + IS-IMAGERY + UnitsPerPixel=0.5 + BytesPerPixel=3 + 2001 + Color + Orthos + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_COQ2001.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_COQ2005 + 2005 Color Orthos + + + MassgisMetadataUrl=http://www.mass.gov/mgis/colororthos2005.htm + WCS + massgis_COQ2005 + GISDATA.IMG_COQ2005 + ArcSDE + IS-IMAGERY + UnitsPerPixel=0.5 + BytesPerPixel=4 + 2005 + Color + Orthos + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_COQ2005.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_COQ2008_30CM + 2008 Color Orthos 30cm + + + MassgisMetadataUrl=http://www.mass.gov/mgis/colororthos2008.htm + WCS + massgis_COQ2008_30CM + GISDATA.IMG_COQ2008_30CM + MassgisMetadataUrl=http://www.mass.gov/mgis/colororthos2008.htm + IS-IMAGERY + UnitsPerPixel=0.3 + BytesPerPixel=3 + 2008 + Color + Orthos + 30cm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA_IMG_COQ2008_30CM.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_COQ2009_30CM + 2009 Color Orthos 30cm + + + WCS + ArcSDE Raster + GISDATA.IMG_COQ2009_30CM + MassgisMetadataUrl=http://www.mass.gov/mgis/colororthos2008.htm + IS-IMAGERY + BytesPerPixel=3 + UnitsPerPixel=0.3 + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_ELEV5K_I + Elevation + + + MassgisMetadataUrl=http://www.mass.gov/mgis/img_elev5k.htm + WCS + massgis_IMG_ELEV5K_I + GISDATA.IMG_ELEV5K_I + ArcSDE + IS-IMAGERY + UnitsPerPixel=5 + BytesPerPixel=2 + Elevation + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_ELEV5K_I.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_IMPERVIOUSSURFACE + Impervious Surface Grid + + + http://www.mass.gov/mgis/impervious_surface.htm + WCS + massgis_IMG_IMPERVIOUSSURFACE + GISDATA.IMG_IMPERVIOUSSURFACE + ArcSDE + IS-IMAGERY + UnitsPerPixel=1 + BytesPerPixel=0.125 + Impervious + Surface + Grid + MassgisMetadataUrl=http://www.mass.gov/mgis/impervious_surface.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_IMPERVIOUSSURFACE.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.IMG_SHADEDRELIEF2005 + Shaded Relief 2005 + + + WCS + ArcSDE Raster + GISDATA.IMG_SHADEDRELIEF2005 + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_SHDREL5K + Shaded Relief + + + MassgisMetadataUrl=http://www.mass.gov/mgis/img_shdrel5k.htm + WCS + massgis_IMG_SHDREL5K + GISDATA.IMG_SHDREL5K + ArcSDE + Shaded + Relief + IS-IMAGERY + UnitsPerPixel=10 + BytesPerPixel=1 + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_SHDREL_NE + Shaded Relief New England + + + WCS + ArcSDE Raster + GISDATA.IMG_SHDREL_NE + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_USGSQUADM + USGS Topos + + + MassgisMetadataUrl=http://www.mass.gov/mgis/im_quad.htm + WCS + massgis_IMG_USGSQUADM + GISDATA.IMG_USGSQUADM + ArcSDE + IS-IMAGERY + UnitsPerPixel=2 + BytesPerPixel=1 + USGS + Topos + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_USGSQUADM.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_USGSQUAD_SGBASE + GISDATA.IMG_USGSQUAD_SGBASE + + + WCS + GISDATA.IMG_USGSQUAD_SGBASE + GISDATA.IMG_USGSQUAD_SGBASE + ArcSDE + MassgisMetadataUrl=http://www.mass.gov/mgis/im_quad_sgbase.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_USGS_HIST_COASTAL + USGS Historical Coastal Topographic Map Image c 1900 + + + MassgisMetadataUrl=http://www.mass.gov/mgis/usgs_hist_coastal.htm + WCS + massgis_IMG_USGS_HIST_COASTAL + GISDATA.IMG_USGS_HIST_COASTAL + ArcSDE + IS-IMAGERY + UnitsPerPixel=5.407842 + BytesPerPixel=3 + USGS + Historical + Coastal + Topographic + Map + Image + c + 1900 + + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_WIND_SPD100M + Wind Speed at 100M + + + MassgisMetadataUrl=http://www.mass.gov/mgis/windspeed.htm + WCS + massgis_IMG_WIND_SPD100M + GISDATA.IMG_WIND_SPD100M + ArcSDE + IS-IMAGERY + UnitsPerPixel=200 + BytesPerPixel=4 + Wind + Speed + at + 50M + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_WIND_SPD100M.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_WIND_SPD30M + Wind Speed at 30M + + + MassgisMetadataUrl=http://www.mass.gov/mgis/windspeed.htm + WCS + massgis_IMG_WIND_SPD30M + GISDATA.IMG_WIND_SPD30M + ArcSDE + IS-IMAGERY + UnitsPerPixel=200 + BytesPerPixel=4 + Wind + Speed + at + 30M + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_WIND_SPD30M.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_WIND_SPD50M + Wind Speed at 50M + + + MassgisMetadataUrl=http://www.mass.gov/mgis/windspeed.htm + WCS + massgis_IMG_WIND_SPD50M + GISDATA.IMG_WIND_SPD50M + ArcSDE + IS-IMAGERY + UnitsPerPixel=200 + BytesPerPixel=4 + Wind + Speed + at + 50M + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_WIND_SPD50M.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.IMG_WIND_SPD70M + Wind Speed at 70M + + + MassgisMetadataUrl=http://www.mass.gov/mgis/windspeed.htm + WCS + massgis_IMG_WIND_SPD70M + GISDATA.IMG_WIND_SPD70M + ArcSDE + IS-IMAGERY + UnitsPerPixel=200 + BytesPerPixel=4 + Wind + Speed + at + 50M + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IMG_WIND_SPD70M.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.INTERIORFOREST_POLY + Interior Forest + Generated from massgis_sde + + GISDATA.INTERIORFOREST_POLY + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.INTERIORFOREST_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Interior_Forest.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/intforest.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.IWPA_POLY + Interim Water Protection Areas IWPA + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.IWPA_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/iwpdef1p.avl + GISDATA.IWPA_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/ziis.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/IWPA.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.IWPA_POLY_DISSOLVE + Interim Water Protection Areas IWPA Dissolved + Generated from massgis_sde + + GISDATA.IWPA_POLY_DISSOLVE + MassgisMetadataUrl=http://www.mass.gov/mgis/ziis.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_MISC_POLY + Level 3 Parcel Data Miscellaneous Features + + + MassgisMetadataUrl=http://www.mass.gov/mgis/L3parcels.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.L3_MISC_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_OTHLEG_POLY + Level 3 Parcel Data Other Legal Interests + + + MassgisMetadataUrl=http://www.mass.gov/mgis/L3parcels.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.L3_OTHLEG_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_PARCEL_FTP_LINKS + Level 3 Parcel Data FTP Links + + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_STATUS + Level 3 Parcel Data Status + + + MassgisMetadataUrl=http://www.mass.gov/mgis/L3parcels.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_TAXPAR_POLY_ASSESS + Level 3 Parcels + + + MassgisMetadataUrl=http://www.mass.gov/mgis/L3parcels.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.L3_TAXPAR_POLY_ASSESS.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_TAXPAR_POLY_ASSESS_128 + Level 3 Parcels SDE Haverhill + + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_TAXPAR_POLY_ASSESS_128_EDIT + Level 3 Parcels SDE Haverhill Edit + + + EPSG:26986 + + + + + + + massgis:GISDATA.L3_TAXPAR_POLY_ASSESS_165 + Level 3 Parcels SDE Malden + + + EPSG:26986 + + + + + + + massgis:GISDATA.LA3_PT + LA3 Real Property Values Points + Generated from massgis_sde + + Values + Real + LA3 + Property + Points + massgis_sde + GISDATA.LA3_PT + + EPSG:26986 + + + + + + + massgis:GISDATA.LANDUSE2005_POLY + Land Use 2005 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LANDUSE2005_POLY.xml + GISDATA.LANDUSE2005_POLY + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/lus2005.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.LANDUSE_POLY + Land Use + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/lu_37_1985p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/21Landuse_1985_Solid_Color.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LANDUSE_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/luchage_85_99.avl + Land + ExtractDoc=http://maps.massgis.state.ma.us/avls/lu_21_1971p.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/luchage_71_85.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/37Landuse_1985_Solid_Color.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/37Landuse_Solid_Color.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/21Landuse_Solid_Color.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/lus.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Landuse_Change_1985_1999.lyr + GISDATA.LANDUSE_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Landuse_Change_1971_1985.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/lu_37_1999p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Landuse_Transparent.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/lu_21_1999p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Landuse_Change_1971_1999.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/lu_l212p.avl + Use + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/lu_21_1985p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/21Landuse_1971_Solid_Color.lyr + + EPSG:26986 + + + + + + + + + + + + + + + + + massgis:GISDATA.LANDUSE_POLY_1951 + Landuse 1951 Cape Cod + Generated from massgis_sde + + GISDATA.LANDUSE_POLY_1951 + Cape + Landuse + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LANDUSE_POLY_1951.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/21Landuse_1951_Solid_Color.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/lus.htm + 1951 + Cod + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.LANDUSE_POLY_DEV + Landuse 1999 Developed Areas + Generated from massgis_sde + + Landuse + Areas + MassgisMetadataUrl=http://www.mass.gov/mgis/lus.htm + Developed + 1999 + GISDATA.LANDUSE_POLY_DEV + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LANDUSE_POLY_DEV.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.LIBRARIES_PT + Libraries + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/LIBRARIES_PT.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/libraries.htm + GISDATA.LIBRARIES_PT + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LIBRARIES_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Libraries.lyr + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.LIGHTHOUSES_PT + Lighthouses + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/LIGHTHOUSES_PT.avl + GISDATA.LIGHTHOUSES_PT + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Lighthouses.lyr + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_lighthouses_pt.htm + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LIGHTHOUSES_PT.xml + Lighthouses + + EPSG:26986 + + + + + + + + massgis:GISDATA.LOBHARV_ARC + Lobster Harvest Zones 1997 Arcs + Generated from massgis_sde + + Harvest + GISDATA.LOBHARV_ARC + 1997 + Arcs + Zones + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LOBHARV_ARC.xml + Lobster + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/lob-harv.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.LOBHARV_POLY + Lobster Harvest Zones 1997 + Generated from massgis_sde + + Harvest + 1997 + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Lobster_Harvest_Zones_1997.lyr + GISDATA.LOBHARV_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LOBHARV_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/lobster2.avl + Zones + Lobster + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/lob-harv.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.LONGDISTTRAILS_ARC + Long Distance Trails + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LONGDISTTRAILS_ARC.xml + Long + ExtractDoc=http://maps.massgis.state.ma.us/avls/long_dist.avl + Trails + MassgisMetadataUrl=http://www.mass.gov/mgis/ldtrails.htm + Distance + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Long_Distance_Trails.lyr + GISDATA.LONGDISTTRAILS_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.LONGTERMCARE_PT + Long Term Care Residences + Generated from massgis_sde + + GISDATA.LONGTERMCARE_PT + Long + ExtractDoc=http://maps.massgis.state.ma.us/avls/longtermcare_pt.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/longtermcare.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Long_Term_Care_Residences.lyr + Residences + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LONGTERMCARE_PT.xml + massgis_sde + Care + Term + + EPSG:26986 + + + + + + + + massgis:GISDATA.LUSTAT_ARC + Year of Land Use Arcs + Generated from massgis_sde + + of + Year + GISDATA.LUSTAT_ARC + Land + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/lus.htm + Use + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.LUSTAT_POLY + Year of Land Use Pre-1999 Update + Generated from massgis_sde + + GISDATA.LUSTAT_POLY + Pre-1999 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LUSTAT_POLY.xml + Land + Update + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Year_Of_Landuse.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/lus.htm + of + Year + Use + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/luyear.avl + + EPSG:26986 + + + + + + + massgis:GISDATA.LWCORE_POLY + Living Waters Core Habitats + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/lwcore.htm + GISDATA.LWCORE_POLY + Habitats + ExtractDoc=http://maps.massgis.state.ma.us/avls/lwcore.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NHESP_Living_Waters_Group.lyr + Core + Waters + Living + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LWCORE_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.LWCSW_POLY + Living Waters Critical Supporting Watersheds + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/lwcsw.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NHESP_Living_Waters_Group.lyr + GISDATA.LWCSW_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.LWCSW_POLY.xml + Supporting + Critical + ExtractDoc=http://maps.massgis.state.ma.us/avls/lwcsw.avl + Waters + Watersheds + Living + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MA2000URBBND_POLY + MA 2000 Urban Boundaries + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/MA2000URBBND_POLY.avl + Boundaries + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MA2000URBBND_POLY.xml + GISDATA.MA2000URBBND_POLY + Urban + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + MA + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_2000_Urban_Boundaries.lyr + 2000 + + EPSG:26986 + + + + + + + + massgis:GISDATA.MAJBAS_ARC + Major Basins Arcs + Generated from massgis_sde + + GISDATA.MAJBAS_ARC + Major + MassgisMetadataUrl=http://www.mass.gov/mgis/maj_bas.htm + Arcs + Basins + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MAJBAS_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/tmbmbasa.avl + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.MAJBAS_POLY + Major Basins + Generated from massgis_sde + + Major + GISDATA.MAJBAS_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/maj_bas.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Aquifers_Regulated.lyr + Basins + ExtractDoc=http://maps.massgis.state.ma.us/avls/aqutyp4p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MAJBAS_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.MAJPOND_POLY + Major Ponds + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/pndnum1p.avl + GISDATA.MAJPOND_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Major_Hydrography.lyr + Major + MassgisMetadataUrl=http://www.mass.gov/mgis/majhd.htm + Ponds + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MAJPOND_POLY.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.MAJSTRM_ARC + Major Streams + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MAJSTRM_ARC.xml + Major + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Major_Hydrography.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/strnum1a.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/majhd.htm + GISDATA.MAJSTRM_ARC + Streams + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.MARINEBEACHES_ARC + Marine Beaches Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MARINEBEACHES_ARC.xml + Marine + Beaches + GISDATA.MARINEBEACHES_ARC + Arcs + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Marine_Beaches.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/marinebeaches.htm + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/marinebeaches_arc.avl + + EPSG:26986 + + + + + + + massgis:GISDATA.MARINEBEACHES_PT + Marine Beaches Points + Generated from massgis_sde + + Marine + Beaches + GISDATA.MARINEBEACHES_PT + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MARINEBEACHES_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Marine_Beaches.lyr + Points + MassgisMetadataUrl=http://www.mass.gov/mgis/marinebeaches.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/marinebeaches_pt.avl + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MA_GAZ + Massachusetts General Gazetteer + Generated from massgis_sde + + GISDATA.MA_GAZ + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MA_GAZ_HST + Union of House, Senate, Town + Generated from massgis_sde + + of + Senate + Town + Union + House + massgis_sde + GISDATA.MA_GAZ_HST + + EPSG:26986 + + + + + + + massgis:GISDATA.MA_GAZ_HSZ + Union of House, Senate, Zip + Generated from massgis_sde + + of + Senate + GISDATA.MA_GAZ_HSZ + Union + House + Zip + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MA_GAZ_LEG + Union of Legislative Districts + Generated from massgis_sde + + of + Districts + Union + Legislative + GISDATA.MA_GAZ_LEG + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MA_GAZ_TOWNS + Massachusetts Towns Gazetteer + Generated from massgis_sde + + GISDATA.MA_GAZ_TOWNS + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MA_GAZ_ZIP + Massachusetts Zipcodes Gazetteer + Generated from massgis_sde + + GISDATA.MA_GAZ_ZIP + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MBTABUSROUTES_ARC + MBTA Bus Routes + Generated from massgis_sde + + GISDATA.MBTABUSROUTES_ARC + MassgisMetadataUrl=http://www.mass.gov/mgis/mbtabus.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/mbtabusroutes_arc.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MBTABUSROUTES_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MBTA_Bus_Routes_and_Stops.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MBTABUSSTOPS_PT + MBTA Bus Stops + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/mbtabusstops_pt.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MBTABUSSTOPS_PT.xml + GISDATA.MBTABUSSTOPS_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/mbtabus.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MBTA_Bus_Routes_and_Stops.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MBTAPARKINGLOTS_PT + MBTA Parking Lots + Generated from massgis_sde + + Lots + ExtractDoc=http://maps.massgis.state.ma.us/avls/MBTAPARKINGLOTS_PT.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MBTA_Parking_Lots.lyr + Parking + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MBTAPARKINGLOTS_PT.xml + MBTA + MassgisMeatdataUrl=http://www.mass.gov/mgis/eot_layers.htm + GISDATA.MBTAPARKINGLOTS_PT + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MBTA_ARC + MBTA Rapid Transit Lines + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/mbtaln1a.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MBTA_ARC.xml + Lines + Transit + MBTA + MassgisMetadataUrl=http://www.mass.gov/mgis/mbta.htm + Rapid + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MBTA_Rapid_Transit.lyr + massgis_sde + GISDATA.MBTA_ARC + + EPSG:26986 + + + + + + + + massgis:GISDATA.MBTA_NODE + MBTA Rapid Transit Stations + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/mbtadf1x.avl + Stations + Transit + MBTA + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MBTA_NODE.xml + GISDATA.MBTA_NODE + MassgisMetadataUrl=http://www.mass.gov/mgis/mbta.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MBTA_Rapid_Transit.lyr + Rapid + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.MEGABASINS_ARC + Megabasins Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MEGABASINS_ARC.xml + Arcs + GISDATA.MEGABASINS_ARC + MassgisMetadataUrl=http://www.mass.gov/mgis/megabasins.htm + Megabasins + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.MEGABASINS_POLY + Mega Basins + Generated from massgis_sde + + Mega + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MEGABASINS_POLY.xml + Basins + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Megabasins_group.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/megabasins.htm + GISDATA.MEGABASINS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/megabas.avl + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.METOWNS_ARC + Maine Towns Arcs + Generated from massgis_sde + + GISDATA.METOWNS_ARC + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.METOWNS_ARC.xml + Maine + Towns + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.METOWNS_POLY + Maine Towns + Generated from massgis_sde + + GISDATA.METOWNS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/ME_Towns.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/metdef1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.METOWNS_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + Maine + Towns + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.MHDDISTRICTS_ARC + MassHighway Districts Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MassHighway_Districts_Group.lyr + MassHighway + GISDATA.MHDDISTRICTS_ARC + Districts + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/mhddist.htm + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/mhddisa1.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MHDDISTRICTS_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.MHDDISTRICTS_POLY + MassHighway Districts + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MassHighway_Districts_Group.lyr + MassHighway + Districts + GISDATA.MHDDISTRICTS_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/mhddist.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MHDDISTRICTS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/mhddisp1.avl + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.MINLL10_ARC + 10 Minute Lat Long Grid + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/latlong.avl + Long + MassgisMetadataUrl=http://www.mass.gov/mgis/minll.htm + Lat + 10 + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/10_Minute_Lat_Long_Grid.lyr + Grid + Minute + longitude + latitude + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MINLL10_ARC.xml + massgis_sde + GISDATA.MINLL10_ARC + + EPSG:26986 + + + + + + + massgis:GISDATA.MINLL1_ARC + 1 Minute Lat Long Grid + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/latlong.avl + Long + GISDATA.MINLL1_ARC + MassgisMetadataUrl=http://www.mass.gov/mgis/minll.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/1_Minute_Lat_Long_Grid.lyr + Lat + 1 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MINLL1_ARC.xml + Grid + Minute + longitude + latitude + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.MWRASERVICE_POLY + Towns with MWRA Water and Sewer + Generated from massgis_sde + + with + MWRA + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.MWRASERVICE_POLY.xml + Sewer + GISDATA.MWRASERVICE_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/mwraservice.htm + Water + Towns + and + ExtractDoc=http://maps.massgis.state.ma.us/avls/mwratown.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MWRA_Towns_with_Water_Sewer.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NATCOMM_POLY + NHESP Natural Communities + Generated from massgis_sde + + NHESP + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NATCOMM_POLY.xml + Communities + MassgisMetadataUrl=http://www.mass.gov/mgis/natcomm.htm + Natural + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NHESP_Natural_Communities.lyr + massgis_sde + GISDATA.NATCOMM_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/natcomm_poly.avl + + EPSG:26986 + + + + + + + massgis:GISDATA.NAUTICAL_ARC + Nautical Features + Generated from massgis_sde + + Nautical + GISDATA.NAUTICAL_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Nautical_Features.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/naudes1a.avl + massgis_sde + Features + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAUTICAL_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/nautical.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC + NavTeq Roads MA + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC.xml + GISDATA.NAVTEQRDS_ARC + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC_INT + NavTeq MA Interstate Highways + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC_INT.xml + Interstate + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + NavTeq + Highways + GISDATA.NAVTEQRDS_ARC_INT + MA + massgis_sde + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC_OOS + NavTeq Roads Out of State + Generated from massgis_sde + + Out + of + Roads + State + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC_OOS.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + NavTeq + massgis_sde + GISDATA.NAVTEQRDS_ARC_OOS + + EPSG:26986 + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC_OOS_INT + NavTeq Roads Out of State Interstate + Generated from massgis_sde + + Out + of + Roads + State + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC_OOS_INT.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + Interstate + NavTeq + GISDATA.NAVTEQRDS_ARC_OOS_INT + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC_OOS_STATE + NavTeq Roads Out of State State Highways + Generated from massgis_sde + + Out + GISDATA.NAVTEQRDS_ARC_OOS_STATE + of + Roads + State + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + NavTeq + Highways + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC_OOS_STATE.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC_OOS_US + NavTeq Roads Out of State US + Generated from massgis_sde + + Out + of + US + Roads + State + GISDATA.NAVTEQRDS_ARC_OOS_US + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC_OOS_US.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + NavTeq + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC_STATE + NavTeq MA State Highways + Generated from massgis_sde + + State + GISDATA.NAVTEQRDS_ARC_STATE + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + NavTeq + Highways + MA + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC_STATE.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.NAVTEQRDS_ARC_US + NavTeq MA US Highways + Generated from massgis_sde + + US + GISDATA.NAVTEQRDS_ARC_US + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NAVTEQRDS_ARC_US.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/geocode_data.htm + NavTeq + Highways + MA + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.NEMASK_ARC + New England States Arcs + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/newnglnd.htm + GISDATA.NEMASK_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NEMASK_ARC.xml + Arcs + England + New + States + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NEMASK_POLY + New England Mask + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/newnglnd.htm + GISDATA.NEMASK_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/nemask.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NE_States_Bordering_Mass.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NEMASK_POLY.xml + + EPSG:26986 + + + + + + + + + + + + + massgis:GISDATA.NEMASK_POLY_MASURVEY + New England Mask Survey + + + EPSG:26986 + + + + + + + massgis:GISDATA.NEWENGLAND_POLY + New England States + Generated from massgis_sde + + GISDATA.NEWENGLAND_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/newnglnd.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/New_England_Outline.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/nengdf1n.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NEWENGLAND_POLY.xml + England + New + ExtractDoc=http://maps.massgis.state.ma.us/avls/nengdf1p.avl + States + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/New_England_Shaded.lyr + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.NHTOWNS_ARC + New Hampshire Towns Arcs + Generated from massgis_sde + + GISDATA.NHTOWNS_ARC + Arcs + New + Hampshire + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NHTOWNS_ARC.xml + Towns + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NHTOWNS_POLY + New Hampshire Towns + Generated from massgis_sde + + GISDATA.NHTOWNS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NH_Towns.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/nhtdef1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NHTOWNS_POLY.xml + New + Hampshire + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + Towns + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.NPDWSA_POLY + Non Potential Drinking Water Areas NPDWSA + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NPDWSA_AQ.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/npdwsa.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/npdwsa_y.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NPDWSA_POLY.xml + GISDATA.NPDWSA_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NRCSHUC10_POLY + NRCS HUC 10 + Generated from massgis_sde + + 10 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NRCSHUC10_POLY.xml + HUC + MassgisMetadataUrl=http://www.mass.gov/mgis/nrcshuc.htm + GISDATA.NRCSHUC10_POLY + NRCS + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NRCSHUC12_POLY + NRCS HUC 12 + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NRCSHUC12_POLY.xml + HUC + GISDATA.NRCSHUC12_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/nrcshuc.htm + NRCS + massgis_sde + 12 + + EPSG:26986 + + + + + + + massgis:GISDATA.NRCSHUC8_POLY + NRCS HUC 8 + Generated from massgis_sde + + HUC + 8 + MassgisMetadataUrl=http://www.mass.gov/mgis/nrcshuc.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NRCSHUC8_POLY.xml + NRCS + massgis_sde + GISDATA.NRCSHUC8_POLY + + EPSG:26986 + + + + + + + massgis:GISDATA.NRCSHUC_ARC + NRCS HUC Basins + Generated from massgis_sde + + GISDATA.NRCSHUC_ARC + Basins + HUC + MassgisMetadataUrl=http://www.mass.gov/mgis/nrcshuc.htm + NRCS + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NRCSHUC_POLY + NRCS HUC Basins + Generated from massgis_sde + + Basins + HUC + MassgisMetadataUrl=http://www.mass.gov/mgis/nrcshuc.htm + NRCS + GISDATA.NRCSHUC_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NWI_ARC + National Wetlands Inventory Streams + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NWI_ARC.xml + GISDATA.NWI_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/National_Wetlands_Inventory_Rivers_Light_Blue.lyr + NWI + ExtractDoc=http://maps.massgis.state.ma.us/avls/nwioqa1.avl + Wetlands + Inventory + National + Streams + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/nwi.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.NWI_POLY + National Wetlands Inventory Wetlands + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/National_Wetlands_Inventory_Solid_Polygons.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/National_Wetlands_Inventory_Transparent_Poly.lyr + GISDATA.NWI_POLY + Wetlands + ExtractDoc=http://maps.massgis.state.ma.us/avls/nwip1.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/nwioqp1.avl + Inventory + National + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NWI_POLY.xml + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/nwi.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.NYTOWNS_ARC + New York Towns Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NYTOWNS_ARC.xml + Arcs + York + New + GISDATA.NYTOWNS_ARC + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + Towns + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.NYTOWNS_POLY + New York Towns + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/nytdef1p.avl + GISDATA.NYTOWNS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.NYTOWNS_POLY.xml + York + New + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NY_Towns.lyr + Towns + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.OCEANMASK_POLY + Ocean Mask + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/tmbmocea.avl + Ocean + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OCE +ANMASK_POLY.xml + GISDATA.OCEANMASK_POLY + massgis_sde + http://maps.massgis.state.ma.us/lyrs/Ocean.lyr + Mask + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.OCEANMASK_POLY_MASURVEYCOAST + Ocean Mask Survey Coast + + + EPSG:26986 + + + + + + + massgis:GISDATA.OFBA_PT + Office of Fishing and Boating Access Sites + Generated from massgis_sde + + GISDATA.OFBA_PT + Sites + Boating + MassgisMetadataUrl=http://www.mass.gov/mgis/ofba.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OFBA_Sites_Ramptype.lyr + and + Fishing + of + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OFBA_PT.xml + Access + ExtractDoc=http://maps.massgis.state.ma.us/avls/ofba_pt.avl + Office + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.OFFSH80K_ARC + Offshore Town Boundaries Arcs 80K + Generated from massgis_sde + + Boundaries + Town + Offshore + 80K + MassgisMetadataUrl=http://www.mass.gov/mgis/offshore.htm + massgis_sde + GISDATA.OFFSH80K_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OFFSH80K_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.OFFSH80K_POLY + OffShore Town Boundaries Polys 80K + Generated from massgis_sde + + GISDATA.OFFSH80K_POLY + Polys + Boundaries + Town + OffShore + 80K + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/offshore.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OFFSH80K_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.OPENSPACE_ARC + Openspace Arcs + Generated from massgis_sde + + GISDATA.OPENSPACE_ARC + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/osp.htm + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.OPENSPACE_ARC_SV_EX_DCR + DCR External Openspace Arcs + + + EPSG:26986 + + + + + + + massgis:GISDATA.OPENSPACE_POLY + Openspace + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OpenSpaceOutline_PermProt.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/os_purp.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OpenSpaceLands.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/os_land_tr.avl + GISDATA.OPENSPACE_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OpenSpaceInterestOverlay.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/os_notprot.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/os_prot.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/osp.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/os_int.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MassGIS_OpenSpace.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/os_permprot.avl + Openspace + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OPENSPACE_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OpenSpaceLandsTr.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OpenSpaceOutline_NotProt.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OpenSpacePrim_Purp.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/OpenSpaceLevel_Prot.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/os_land.avl + + EPSG:26986 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + massgis:GISDATA.OPENSPACE_POLY_SV_DCR + DCR Openspace + + + EPSG:26986 + + + + + + + massgis:GISDATA.OPENSPACE_POLY_SV_DCR_FEE + DCR Fee-owned Property + + + EPSG:26986 + + + + + + + massgis:GISDATA.OPENSPACE_POLY_SV_DFG_ALL + DFG Openspace + + + EPSG:26986 + + + + + + + massgis:GISDATA.OQISLE_POLY + Orthophoto OQ Index 400m Grid Islands + Generated from massgis_sde + + Orthophoto + MassgisMetadataUrl=http://www.mass.gov/mgis/oqindx.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/oqinum1p.avl + 400m + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Island_Orthos.lyr + OQ + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OQISLE_POLY.xml + Islands + Index + Grid + GISDATA.OQISLE_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.OQMAIN_POLY + Orthophoto OQ Index 4000m Grid Mainland + Generated from massgis_sde + + GISDATA.OQMAIN_POLY + Mainland + Orthophoto + MassgisMetadataUrl=http://www.mass.gov/mgis/oqindx.htm + 4000m + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OQMAIN_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Mainland_Orthos.lyr + OQ + ExtractDoc=http://maps.massgis.state.ma.us/avls/oqmnum1p.avl + Index + Grid + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.ORW_POLY + Outstanding Resource Waters + Generated from massgis_sde + + GISDATA.ORW_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Outstanding_Resource_Waters.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/orworw1p.avl + Resource + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ORW_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/orw.htm + Waters + massgis_sde + Outstanding + + EPSG:26986 + + + + + + + + + massgis:GISDATA.OUTLINE25K_ARC + Massachusetts Arcs 25k Coast + Generated from massgis_sde + + GISDATA.OUTLINE25K_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OUTLINE25K_ARC.xml + Massachusetts + Coast + 25k + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/outline.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.OUTLINE25K_POLY + Massachusetts Outline Arcs 25K Coast Poly + Generated from massgis_sde + + Poly + Massachusetts + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OUTLINE25K_POLY.xml + 25K + GISDATA.OUTLINE25K_POLY + Coast + Arcs + Outline + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/outnum2p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Massachusetts_25K_coast_shaded.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.OUTLINE_ARC + Massachusetts Outline 100K + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/outnum1a.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Massachusetts_100K_coast.lyr + Massachusetts + GISDATA.OUTLINE_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OUTLINE_ARC.xml + 100K + Outline + MassgisMetadataUrl=http://www.mass.gov/mgis/outline.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.OUTLINE_POLY + Massachusetts 100K Coast + Generated from massgis_sde + + Massachusetts + Coast + 100K + MassgisMetadataUrl=http://www.mass.gov/mgis/outline.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.OUTLINE_POLY.xml + GISDATA.OUTLINE_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Massachusetts_100K_coast_shaded.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/outnum2p.avl + + EPSG:26986 + + + + + + + + massgis:GISDATA.PARCELTOWNS_100ACREWIND + Town Boundaries + Generated from massgis_sde + + GISDATA.PARCELTOWNS_100ACREWIND + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.PARCEL_STATUS + Parcel Status + + + MassgisMetadataUrl=http://www.mass.gov/mgis/L3parcels.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PARCEL_STATUS.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.PARKRIDELOTS_PT + Park and Ride Lots + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Park_and_Ride_Lots.lyr + Lots + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PARKRIDELOTS_PT.xml + Park + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + Ride + massgis_sde + and + GISDATA.PARKRIDELOTS_PT + ExtractDoc=http://maps.massgis.state.ma.us/avls/PARKRIDELOTS_PT.avl + + EPSG:26986 + + + + + + + massgis:GISDATA.POLICESTATIONS_PT_MEMA + Police Stations + Generated from massgis_sde + + Stations + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.POLICESTATIONS_PT_MEMA.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/policestations.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Police_Stations.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/policestations_pt_mema.avl + Police + massgis_sde + GISDATA.POLICESTATIONS_PT_MEMA + + EPSG:26986 + + + + + + + + + massgis:GISDATA.PRIHAB_POLY + NHESP Priority Habitats of Rare Species + Generated from massgis_sde + + Rare + GISDATA.PRIHAB_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PRIHAB_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/NHESP_Priority_Sites.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/prihab.htm + Priority + NHESP + of + Habitats + ExtractDoc=http://maps.massgis.state.ma.us/avls/phab1p.avl + Species + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.PRIMEFOREST_POLY + Prime Forest Land + Generated from massgis_sde + + Forest + Prime + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Prime_forest_Land.lyr + Land + GISDATA.PRIMEFOREST_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PRIMEFOREST_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/primeforest_poly.avl + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/primeforest.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.PRISONS_PT + Prisons + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/prisons.htm + prisons + GISDATA.PRISONS_PT + ExtractDoc=http://maps.massgis.state.ma.us/avls/prison1x.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Prisons.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PRISONS_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/datalayer_htm/prisons.htm + + EPSG:26986 + + + + + + + + massgis:GISDATA.PVP_PT + Potential Vernal Pools + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/pvp.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/pvp1x.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Potential_Vernal_Pools.lyr + Pools + Potential + GISDATA.PVP_PT + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PVP_PT.xml + Vernal + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.PWSDEP_PT + Public Water Supplies + + + MassgisMetadataUrl=http://www.mass.gov/mgis/pws.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PWSDEP_PT.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.PWSTERR_POLY + Public Water Supply Service Territories + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.PWSTERR_POLY.xml + Supply + ExtractDoc=http://maps.massgis.state.ma.us/avls/pwsterr_poly.avl + Service + MassgisMetadataUrl=http://www.mass.gov/mgis/pwsterr.htm + GISDATA.PWSTERR_POLY + Territories + Water + massgis_sde + Public + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Public_Water_Supply_Service_Territories.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.Q3FLOOD_POLY + FEMA Flood Zones + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/qflzon1p.avl + GISDATA.Q3FLOOD_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.Q3FLOOD_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/FEMA_Q3_Flood_Zones.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/q3.htm + FEMA + Zones + massgis_sde + Flood + + EPSG:26986 + + + + + + + + massgis:GISDATA.QRBATH_ARC + Quabbin Reservoir Bathymetry Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/qrbath_arc.avl + Reservoir + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.QRBATH_ARC.xml + Arcs + GISDATA.QRBATH_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Quabbin_Reservoir_Bathymetry.lyr + Bathymetry + Quabbin + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/qrbath.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.QRBATH_POLY + Quabbin Reservoir Bathymetry Polys + Generated from massgis_sde + + Polys + Reservoir + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.QRBATH_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/qrbath_poly.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Quabbin_Reservoir_Bathymetry.lyr + Bathymetry + Quabbin + massgis_sde + GISDATA.QRBATH_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/qrbath.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.QUADSTICS_PT + Quadrangle Templace Tics + Generated from massgis_sde + + GISDATA.QUADSTICS_PT + Templace + Quadrangle + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/quads.htm + Tics + + EPSG:26986 + + + + + + + massgis:GISDATA.QUADS_POLY + USGS Topo Quads + Generated from massgis_sde + + Topo + GISDATA.QUADS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/quanum1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_Topographic_Quads_Index.lyr + Quads + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.QUADS_POLY.xml + USGS + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/quads.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.QUADS_POLY_REVDATE + USGS Quads Last Revised + Generated from massgis_sde + + Revised + Last + GISDATA.QUADS_POLY_REVDATE + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.QUADS_POLY_REVDATE.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/quaddate.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_Quads_Last_Revised.lyr + Quads + USGS + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/quads.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.QWWAIRPORT_POLY + DEM Quabbin QWW Airports + Generated from massgis_sde + + GISDATA.QWWAIRPORT_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.QWWBAS_POLY + DEM Quabbin QWW Basins + Generated from massgis_sde + + GISDATA.QWWBAS_POLY + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.QWWDEMCARE_POLY + DEM Care and Control Openspace + Generated from massgis_sde + + GISDATA.QWWDEMCARE_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.QWWTOWNBUFFERD_POLY + DEM Quabbin QWW Towns + Generated from massgis_sde + + GISDATA.QWWTOWNBUFFERD_POLY + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.QWWTOWNPARCELS_POLY + DCR QWW Town Parcels + Generated from massgis_sde + + GISDATA.QWWTOWNPARCELS_POLY + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:GISDATA.RECORDED_LAND_PLANS_POLY + Recorded Land Plans + + + EPSG:26986 + + + + + + + massgis:GISDATA.REGCZM_POLY + CZM Regions + Generated from massgis_sde + + GISDATA.REGCZM_POLY + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_czm.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.REGDEEDS_POLY + Registries of Deeds Districts + Generated from massgis_sde + + Registries + of + ExtractDoc=http://maps.massgis.state.ma.us/avls/REG_DEEDS.avl + GISDATA.REGDEEDS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Registries_of_Deeds_Districts.lyr + Districts + MassgisMetadataUrl=http://www.mass.gov/mgis/regdeeds.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGDEEDS_POLY.xml + Deeds + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.REGDEP_ARC + DEP Regions Arcs + Generated from massgis_sde + + GISDATA.REGDEP_ARC + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_dep.htm + Regions + massgis_sde + DEP + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGDEP_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.REGDEP_POLY + DEP Regions + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Regions.lyr + GISDATA.REGDEP_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/depreg1p.avl + Regions + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_dep.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGDEP_POLY.xml + massgis_sde + DEP + + EPSG:26986 + + + + + + + + + massgis:GISDATA.REGDPHEPC_POLY + Massachusetts Emergency Prepardness Regional Coalitions + Generated from massgis_sde + + Emergency + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGDPHEPC_POLY.xml + Massachusetts + MassgisMetadataUrl=http://www.mass.gov/mgis/regdphep.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Mass_Emergency_Preparedness_Regional_Coalitions.lyr + Coalitions + Regional + Prepardness + GISDATA.REGDPHEPC_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/regdphepc_poly.avl + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.REGDPHEP_POLY + Massachusetts Emergency Prepardness Regions + Generated from massgis_sde + + Emergency + Massachusetts + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Mass_Emergency_Preparedness_Regions.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/regdphep.htm + Regions + GISDATA.REGDPHEP_POLY + Prepardness + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGDPHEP_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/regdphep_poly.avl + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.REGEMS_ARC + EMS Regions Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/regemsa1.avl + Arcs + EMS + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGEMS_ARC.xml + Regions + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EMS_Regions_Group.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_ems.htm + GISDATA.REGEMS_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.REGEMS_POLY + EMS Regions + Generated from massgis_sde + + Emergency + Services + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGEMS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/regemsp1.avl + GISDATA.REGEMS_POLY + Medical + EMS + Regions + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/EMS_Regions_Group.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_ems.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.REGEOHHS_ARC + Executive Office of Health and Human Services Regions Arcs + Generated from massgis_sde + + Executive + EOHHS + ExtractDoc=http://maps.massgis.state.ma.us/avls/regeohhsa.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGEOHHS_ARC.xml + Human + Arcs + Regions + Health + GISDATA.REGEOHHS_ARC + and + of + Services + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/REG_EOHHS_Group.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_eohhs.htm + Office + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.REGEOHHS_POLY + Executive Office of Health and Human Services Regions + Generated from massgis_sde + + Executive + Human + Regions + Health + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGEOHHS_POLY.xml + and + of + GISDATA.REGEOHHS_POLY + Services + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/REG_EOHHS_Group.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_eohhs.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/regeohhsp.avl + Office + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.REGMEMA_ARC + MEMA Regions Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGMEMA_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/memaa1.avl + MEMA + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_mema.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MEMA_Regions_Group.lyr + Arcs + Regions + GISDATA.REGMEMA_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.REGMEMA_POLY + MEMA Regions + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/memap1.avl + MEMA + MassgisMetadataUrl=http://www.mass.gov/mgis/reg_mema.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MEMA_Regions_Group.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.REGMEMA_POLY.xml + Regions + GISDATA.REGMEMA_POLY + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.RITOWNS_ARC + Rhode Island Towns Arcs + Generated from massgis_sde + + GISDATA.RITOWNS_ARC + Rhode + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RITOWNS_ARC.xml + Island + Towns + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.RITOWNS_POLY + Rhode Island Towns + Generated from massgis_sde + + GISDATA.RITOWNS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RITOWNS_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/RI_Towns.lyr + Rhode + ExtractDoc=http://maps.massgis.state.ma.us/avls/ritdef1p.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + Island + Towns + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.RPAS_POLY + Regional Planning Agencies + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Regional_Planning_Agencies_Outline.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Regional_Planning_Agencies.lyr + Agencies + GISDATA.RPAS_POLY + Planning + ExtractDoc=http://maps.massgis.state.ma.us/avls/rparpa1p.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/rpas.htm + Regional + ExtractDoc=http://maps.massgis.state.ma.us/avls/rparoutln.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RPAS_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.RTASMBTAHIGH_POLY + MBTA Highest Assessment Area + Generated from massgis_sde + + Assessment + GISDATA.RTASMBTAHIGH_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RTASMBTAHIGH_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Regional_Transit_Authorities.lyr + Area + Highest + MBTA + ExtractDoc=http://maps.massgis.state.ma.us/avls/RTASMBTAHIGH_POLY.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.RTASMBTAOTHER_POLY + Other Areas Served By MBTA + Generated from massgis_sde + + By + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RTASMBTAOTHER_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Regional_Transit_Authorities.lyr + Areas + Other + MBTA + GISDATA.RTASMBTAOTHER_POLY + Served + ExtractDoc=http://maps.massgis.state.ma.us/avls/RTASMBTAOTHER_POLY.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.RTASMBTASEC_POLY + MBTA Secondary Assessment Area + Generated from massgis_sde + + Assessment + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Regional_Transit_Authorities.lyr + Area + MBTA + ExtractDoc=http://maps.massgis.state.ma.us/avls/RTASMBTASEC_POLY.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RTASMBTASEC_POLY.xml + GISDATA.RTASMBTASEC_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + massgis_sde + Secondary + + EPSG:26986 + + + + + + + + massgis:GISDATA.RTASNONMBTA_POLY + Non MBTA RTAs + Generated from massgis_sde + + Authorities + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Regional_Transit_Authorities.lyr + Transit + RTAs + MBTA + Regional + ExtractDoc=http://maps.massgis.state.ma.us/avls/RTASNONMBTA_POLY.avl + Non + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RTASNONMBTA_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + massgis_sde + GISDATA.RTASNONMBTA_POLY + + EPSG:26986 + + + + + + + + massgis:GISDATA.RTEMARKERS_PT + Route Markers + Generated from massgis_sde + + GISDATA.RTEMARKERS_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/exits_rtes.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/rtemarkers_pt.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Highway_Routemarkers.lyr + Route + massgis_sde + Markers + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RTEMARKERS_PT.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.RTMARKERS_PT_EOTMAJOR + Route Markers EOT Major + Generated from massgis_sde + + Major + MassgisMetadataUrl=http://www.mass.gov/mgis/exits_rtes.htm + GISDATA.RTMARKERS_PT_EOTMAJOR + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.RTMARKERS_PT_EOTMAJOR.xml + EOT + Route + massgis_sde + Markers + + EPSG:26986 + + + + + + + + massgis:GISDATA.SALTMARSHRSTR_PT + Northeast Salt Marsh Projects + Generated from massgis_sde + + Projects + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Northeast_Salt_Marsh_Projects.lyr + Marsh + Northeast + GISDATA.SALTMARSHRSTR_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/smrestor.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/smrestor.avl + Salt + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SALTMARSHRSTR_PT.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.SCENINV_POLY + Scenic Landscapes + Generated from massgis_sde + + Scenic + MassgisMetadataUrl=http://www.mass.gov/mgis/scen-inv.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/scenic.avl + GISDATA.SCENINV_POLY + Landscapes + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SCENINV_POLY.xml + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Scenic_Landscapes.lyr + + EPSG:26986 + + + + + + + massgis:GISDATA.SCHOOLDISTELEM_POLY + Elementary School Districts + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/schooldistricts.htm + Districts + Elementary + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SCHOOLDISTELEM_POLY.xml + School + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Elementary_School_Districts.lyr + GISDATA.SCHOOLDISTELEM_POLY + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/schooldistelem_poly.avl + + EPSG:26986 + + + + + + + + massgis:GISDATA.SCHOOLDISTHIGH_POLY + High School Districts + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/schooldistricts.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/schooldisthigh_poly.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/High_School_Districts.lyr + Districts + High + School + GISDATA.SCHOOLDISTHIGH_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SCHOOLDISTHIGH_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.SCHOOLDISTMID_POLY + Middle School Districts + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/schooldistricts.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SCHOOLDISTMID_POLY.xml + Middle + Districts + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Middle_School_Districts.lyr + GISDATA.SCHOOLDISTMID_POLY + School + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/schooldistmid_poly.avl + + EPSG:26986 + + + + + + + + massgis:GISDATA.SCHOOLS_PT + Pre-kindergarten to High School Buildings + Generated from massgis_sde + + to + GISDATA.SCHOOLS_PT + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Schools_PK_to_High_School.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/SCHOOLS_PT.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SCHOOLS_PT.xml + High + MassgisMetadataUrl=http://www.mass.gov/mgis/schools.htm + Buildings + School + Pre-kindergarten + massgis_sde + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.SEAPORTS_PT + Seaports + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Seaports.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SEAPORTS_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/SEAPORTS_PT.avl + Seaports + GISDATA.SEAPORTS_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.SENATE02_ARC + State Senate Districts 2002 Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SENATE02_ARC.xml + GISDATA.SENATE02_ARC + Senate + ExtractDoc=http://maps.massgis.state.ma.us/avls/senat02a.avl + State + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/State_Senate_Districts_2002.lyr + 2002 + Districts + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/senate02.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.SENATE02_POLY + State Senate District 2002 Poly + Generated from massgis_sde + + Senate + ExtractDoc=http://maps.massgis.state.ma.us/avls/senat02p.avl + State + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/State_Senate_Districts_2002.lyr + Poly + District + GISDATA.SENATE02_POLY + 2002 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SENATE02_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/senate02.htm + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:GISDATA.SENATE2012_ARC + State Senate 2012 Districts Arcs + + + MassgisMetadataUrl=http://www.mass.gov/mgis/senate2012.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/SENATE2012_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.SENATE2012_POLY + State Senate 2012 Districts Polys + + + MassgisMetadataUrl=http://www.mass.gov/mgis/senate2012.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/SENATE2012_POLY.xml + + EPSG:26986 + + + + + + + + + massgis:GISDATA.SHELLFISHSUIT_POLY + Shellfish Suitability Areas + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Shellfish_Suitability_Areas.lyr + Suitability + Areas + ExtractDoc=http://maps.massgis.state.ma.us/avls/SHELLFISHSUIT_POLY.avl + Shellfish + MassgisMetadataUrl=http://www.mass.gov/mgis/shlfshsuit.htm + massgis_sde + GISDATA.SHELLFISHSUIT_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SHELLFISHSUIT_POLY.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.SHLFSHST_PT + Shellfish Sampling Stations + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Shell_Samp_Stat.lyr + Stations + ExtractDoc=http://maps.massgis.state.ma.us/avls/neshfh1a.avl + GISDATA.SHLFSHST_PT + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SHLFSHST_PT.xml + Shellfish + MassgisMetadataUrl=http://www.mass.gov/mgis/shlfshst.htm + Sampling + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SHORELINES_ARC + Shoreline Change + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_shorelines_arc.htm + Change + GISDATA.SHORELINES_ARC + Shoreline + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SOILINDEX_POLY + Soils Index + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILINDEX_POLY.xml + Index + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + Soils + GISDATA.SOILINDEX_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SOILSPOT_ARC + Soil Spot Features Lines + Generated from massgis_sde + + Soil + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILSPOT_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/soilspoa.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Soil_Spot_Features.lyr + Lines + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + Spot + GISDATA.SOILSPOT_ARC + massgis_sde + Features + + EPSG:26986 + + + + + + + massgis:GISDATA.SOILSPOT_PT + Soil Spot Features Points + Generated from massgis_sde + + Soil + ExtractDoc=http://maps.massgis.state.ma.us/avls/soilspot.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Soil_Spot_Features.lyr + GISDATA.SOILSPOT_PT + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + Points + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILSPOT_PT.xml + Spot + massgis_sde + Features + + EPSG:26986 + + + + + + + massgis:GISDATA.SOILSTAT_ARC + Soils Status Arcs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Soils_Status.lyr + GISDATA.SOILSTAT_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILSTAT_ARC.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + ExtractDoc=http://maps.massgis.state.ma.us/soilstat.avl + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SOILSTAT_POLY + Soils Status + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Soils_Status.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/soilstat.avl + Status + GISDATA.SOILSTAT_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILSTAT_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + Soils + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SOILS_POLY + Soils Polygons + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.stae.ma.us/avls/soilsmu.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Soils_by_Slope.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/primfml.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Soils_Polygons_Mapunit.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILS_POLY.xml + Soils + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Prime_Farmland_Soils_Partial_Coverage.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/soilslop.avl + GISDATA.SOILS_POLY + Polygons + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.SOILS_POLY_PRIMEFARMLAND + Prime Farmland Soils + Generated from massgis_sde + + Prime + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILS_POLY.xml + Farmland + GISDATA.SOILS_POLY_PRIMEFARMLAND + Soils + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.SOILS_POLY_SV_MUNAME + Soils + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SOILS_POLY.xml + GISDATA.SOILS_POLY_SV_MUNAME + MassgisMetadataUrl=http://www.mass.gov/mgis/soi.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.STATE_LEASE_PTS + State Lease Facilities + + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.STELLBNK_ARC + Stellwagen Bank Arcs + Generated from massgis_sde + + GISDATA.STELLBNK_ARC + Bank + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/stellbnk.htm + Stellwagen + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.STELLBNK_ARC.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.STELLBNK_POLY + Stellwagen Bank Poly + Generated from massgis_sde + + Poly + Bank + MassgisMetadataUrl=http://www.mass.gov/mgis/stellbnk.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.STELLBNK_POLY.xml + Stellwagen + GISDATA.STELLBNK_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.STENVREGIONS_POLY + State of Our Environment Regions + Generated from massgis_sde + + Environment + of + Our + State + MassgisMetadataUrl=http://www.mass.gov/mgis/stenvreg.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/State_of_the_Environment_Regions.lyr + Regions + ExtractDoc=http://maps.massgis.state.ma.us/avls/stenvreg.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.STENVREGIONS_POLY.xml + massgis_sde + GISDATA.STENVREGIONS_POLY + + EPSG:26986 + + + + + + + + massgis:GISDATA.STENVREGIONS_POLY_NAME + EEA State of the Environment Regions + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/stenvreg.htm + GISDATA.STENVREGIONS_POLY_NAME + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.STENVREGIONS_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.STEWARDSHIP_POLY + Forest Stewardship Program Properties + Generated from massgis_sde + + Forest + GISDATA.STEWARDSHIP_POLY + Stewardship + MassgisMetadataUrl=http://www.mass.gov/mgis/stewardship.htm + Program + massgis_sde + Properties + + EPSG:26986 + + + + + + + massgis:GISDATA.SUBBASINS_ARC + Subbasins Arcs + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/subbas.htm + Subbasins + Arcs + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SUBBASINS_ARC.xml + massgis_sde + GISDATA.SUBBASINS_ARC + + EPSG:26986 + + + + + + + massgis:GISDATA.SUBBASINS_POLY + Subbasins + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/subbas.htm + Subbasins + GISDATA.SUBBASINS_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SUBDIV_POLY + Subdivisions + Generated from massgis_sde + + Subdivisions + GISDATA.SUBDIV_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SURFGEO24KSTATUS_POLY + Surficial Geology (1:24,000) Status + Generated from massgis_sde + + ExtractDoc=http://www.mass.gov/mgis/sg24k.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surficial_Geology_24k_Status.lyr + Status + ExtractDoc=http://maps.massgis.state.ma.us/avls/surfgeo24kstatus_poly.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/sg24kstat.htm + (1:24 + Geology + 000) + GISDATA.SURFGEO24KSTATUS_POLY + Surficial + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SURFGEO24K_EPG_POLY + Surficial Geology 24k Early Postglacial Deposits + Generated from massgis_sde + + Deposits + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SURFGEO24K_EPG_POLY.xml + Early + 24k + GISDATA.SURFGEO24K_EPG_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/sg24k.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/sg24k_epg.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surficial_Geology_24k_Theme.lyr + Geology + Postglacial + Surficial + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SURFGEO24K_PG_POLY + Surficial Geology 24k Postglacial Deposits + Generated from massgis_sde + + Deposits + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SURFGEO24K_PG_POLY.xml + 24k + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surficial_Geology_24k_Theme.lyr + GISDATA.SURFGEO24K_PG_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/sg24k.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/sg24k_pg.avl + Geology + Postglacial + massgis_sde + Surficial + + EPSG:26986 + + + + + + + + massgis:GISDATA.SURFGEO24K_SD_POLY + Surficial Geology 24k Glacial Stratified Deposits + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SURFGEO24K_SD_POLY.xml + Deposits + GISDATA.SURFGEO24K_SD_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/sg24k_sd.avl + 24k + Glacial + MassgisMetadataUrl=http://www.mass.gov/mgis/sg24k.htm + Stratified + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surficial_Geology_24k_Theme.lyr + Geology + Surficial + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SURFGEO24K_TB_POLY + Surficial Geology 24k Till Bedrock + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/sg24k_tb_bott.avl + 24k + Till + MassgisMetadataUrl=http://www.mass.gov/mgis/sg24k.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SURFGEO24K_TB_POLY.xml + Geology + Bedrock + massgis_sde + Surficial + GISDATA.SURFGEO24K_TB_POLY + + EPSG:26986 + + + + + + + + + massgis:GISDATA.SURFGEO250K_POLY + Surficial Geology 250K + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/surfgeo1.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/geocod1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surficial_Geology_Depth.lyr + 250K + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SURFGEO250K_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surficial_Geology_shaded.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surficial_Geology_Hatch.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/sg.htm + Geology + GISDATA.SURFGEO250K_POLY + Surficial + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.SWP_WATERSHEDS_POLY + Surface Water Supply Watersheds + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/swp_watersheds.htm + Supply + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SWP_WATERSHEDS_POLY.xml + Surface + GISDATA.SWP_WATERSHEDS_POLY + Watersheds + massgis_sde + Water + + EPSG:26986 + + + + + + + massgis:GISDATA.SWP_ZONES_POLY + Surface Water Supply Protection Zones + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/swp_zonea.avl + Supply + Protection + GISDATA.SWP_ZONES_POLY + Water + ExtractDoc=http://maps.massgis.state.ma.us/avls/swp_zonec.avl + Surface + MassgisMetadataUrl=http://www.mass.gov/mgis/swp.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SWP_ZONES_POLY.xml + Zones + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/swp_zoneb.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Surface_Water_Protection_Areas.lyr + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.SW_POLY + Solid Waste + Generated from massgis_sde + + Solid + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Solid_Waste_Facilities_All_Outline.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/sw_sl_2p.avl + GISDATA.SW_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Solid_Waste_Facilities_All_Shaded.lyr + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/sw_sl_1p.avl + Waste + + EPSG:26986 + + + + + + + + massgis:GISDATA.SW_POLY_ACTIVE + Solid Waste Landfills Active + Generated from massgis_sde + + Solid + Active + ExtractDoc=http://maps.massgis.state.ma.us/avls/swlf_a.avl + GISDATA.SW_POLY_ACTIVE + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Solid_Waste_Facilities_Active_Landfills.lyr + ExtractDoc=MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_ACTIVE.xml + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_ASH + Solid Waste Ash Facilities + Generated from massgis_sde + + Solid + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_ASH.xml + Facilities + Ash + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_ASH + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_CAPPED + Solid Waste Capped Landfills + Generated from massgis_sde + + Solid + Landfills + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_CAPPED.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + Capped + massgis_sde + GISDATA.SW_POLY_CAPPED + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_CLOSED + Solid Waste Closed Landfills + Generated from massgis_sde + + Solid + Landfills + Closed + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_CLOSED.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_CLOSED + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_COMBUSTION + Solid Waste Comubustion Facilities + Generated from massgis_sde + + Comubustion + Solid + Facilities + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_COMBUSTION.xml + massgis_sde + Waste + GISDATA.SW_POLY_COMBUSTION + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_COMPOST + Solid Waste Compost Sites + Generated from massgis_sde + + Compost + Solid + Sites + GISDATA.SW_POLY_COMPOST + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_COMPOST.xml + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_DEMOLITION + Solid Waste Demolition Facilities + Generated from massgis_sde + + Solid + Facilities + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + Demolition + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_DEMOLITION.xml + massgis_sde + GISDATA.SW_POLY_DEMOLITION + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_EPIC + Solid Waste EPIC Facilities + Generated from massgis_sde + + Solid + Facilities + GISDATA.SW_POLY_EPIC + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_EPIC.xml + EPIC + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_INACTIVE + Solid Waste Landfills Inactive + Generated from massgis_sde + + Solid + GISDATA.SW_POLY_INACTIVE + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_INACTIVE.xml + Inactive + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_LANDFILLS + Solid Waste Landfills + Generated from massgis_sde + + Solid + Landfills + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_LANDFILLS + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_LANDFILLS.xml + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_LINED + Solid Waste Lined + Generated from massgis_sde + + Solid + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + Lined + GISDATA.SW_POLY_LINED + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_LINED.xml + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_MSW + Solid Waste MSW Municipal + Generated from massgis_sde + + Solid + MSW + Municipal + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_MSW + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_MSW.xml + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_NOTCAPPED + Solid Waste Not Capped + Generated from massgis_sde + + Solid + GISDATA.SW_POLY_NOTCAPPED + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_NOTCAPPED.xml + Capped + massgis_sde + Not + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_NOTLINED + Solid Waste Not Lined + Generated from massgis_sde + + Solid + GISDATA.SW_POLY_NOTLINED + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_NOTLINED.xml + Lined + massgis_sde + Not + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_OTHER + Solid Waste Other Facilities + Generated from massgis_sde + + Solid + Facilities + GISDATA.SW_POLY_OTHER + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + Other + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_OTHER.xml + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_PARTIALLYCAPPED + Solid Waste Partially Capped + Generated from massgis_sde + + Solid + Partially + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_PARTIALLYCAPPED + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_PARTIALLYCAPPED.xml + Capped + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_RECYCLING + Solid Waste Recycling Facilities + Generated from massgis_sde + + Solid + GISDATA.SW_POLY_RECYCLING + Facilities + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_RECYCLING.xml + Recycling + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_SLUDGE + Solid Waste Sludge Facilities + Generated from massgis_sde Solid Waste Sludge Facilities + + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_SLUDGE + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_SLUDGE.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_STUMP + Solid Waste Stump Facilities + Generated from massgis_sde + + Solid + Facilities + GISDATA.SW_POLY_STUMP + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_STUMP.xml + Stump + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_TRANSFER + Solid Waste Transfer Station Facilities + Generated from massgis_sde + + Station + Solid + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_TRANSFER.xml + Facilities + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_TRANSFER + Transfer + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_POLY_UNKNOWNCAP + Solid Waste Unknown Cap + Generated from massgis_sde Solid Waste Unknown Cap + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_POLY_UNKNOWNCAP.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_POLY_UNKNOWNCAP + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.SW_PT + Solid Waste Points + Generated from massgis_sde + + Solid + MassgisMetadataUrl=http://www.mass.gov/mgis/sw.htm + GISDATA.SW_PT + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.SW_PT.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Solid_Waste_Facilities_All_Points.lyr + Points + ExtractDoc=http://maps.massgis.state.ma.us/avls/sw_sl_1l.avl + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:GISDATA.TITLE5_POLY + Title 5 Buffers + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Title_5_Buffers.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/ti5ins2p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TITLE5_POLY.xml + GISDATA.TITLE5_POLY + Buffers + 5 + MassgisMetadataUrl=http://www.mass.gov/mgis/t5.htm + Title + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.TITLE5_WETLANDS_POLY + Title 5 Wetlands Polygons + Generated from massgis_sde + + GISDATA.TITLE5_WETLANDS_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.TOLLBOOTHS_PT + Tollbooths + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Tollbooths.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/TOLLBOOTHS_PT.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOLLBOOTHS_PT.xml + GISDATA.TOLLBOOTHS_PT + Tollbooths + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.TOWNHALLS_PT_MEMA + Town Halls + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Town_Halls.lyr + GISDATA.TOWNHALLS_PT_MEMA + Halls + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNHALLS_PT_MEMA.xml + Town + ExtractDoc=http://maps.massgis.state.ma.us/avls/townhalls_pt_mema.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/townhalls.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.TOWNSSURVEY_ARC + MA Towns From Survey Points Arcs + Generated from massgis_sde + + Survey + GISDATA.TOWNSSURVEY_ARC + ExtractDoc=http://maps.massgis.state.ma.us/avls/twndash2.avl + Arcs + Points + Towns + MassgisMetadataUrl=http://www.mass.gov/mgis/townssurvey.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Survey_Dashed_Outlines.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Survey_Shaded_Group.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/twnsurbq.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNSSURVEY_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Survey_Bnd_Qual.lyr + From + MA + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + + massgis:GISDATA.TOWNSSURVEY_POLY + MA Towns From Survey Points Polys + Generated from massgis_sde + + Survey + ExtractDoc=http://maps.massgis.state.ma.us/avls/twnnum3p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNSSURVEY_POLY.xml + Points + GISDATA.TOWNSSURVEY_POLY + Towns + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Survey_Shaded.lyr + Polys + MassgisMetadataUrl=http://www.mass.gov/mgis/townssurvey.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Survey_Shaded_Group.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/twnnum4p.avl + From + MA + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.TOWNSSURVEY_POLYM + MA Towns From Survey Points, Multi-Part Polys + Generated from massgis_sde + + Survey + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNSSURVEY_POLYM.xml + Multi-Part + GISDATA.TOWNSSURVEY_POLYM + Points + Towns + Polys + MassgisMetadataUrl=http://www.mass.gov/mgis/townssurvey.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Survey_Multi_Shaded.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/townnum3p.avl + From + MA + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + + + + + + + + + + massgis:GISDATA.TOWNSSURVEY_PT + MA Towns Survey Points + Generated from massgis_sde + + Survey + MassgisMetadataUrl=http://www.mass.gov/mgis/townssurvey.htm + GISDATA.TOWNSSURVEY_PT + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Survey_Points.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/TOWNSSURVEY_PT.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNSSURVEY_PT.xml + Points + Towns + MA + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.TOWNS_ARC + Massachusetts Towns Arcs + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/towns.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/twndash.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/twndash2.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Dashed_Outlines.lyr + Massachusetts + GISDATA.TOWNS_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_ARC.xml + Arcs + Towns + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Shaded_Group.lyr + + EPSG:26986 + + + + + + + + + + massgis:GISDATA.TOWNS_POLY + Massachusetts Town Boundaries + Generated from sun420 + + MassgisMetadataUrl=http://www.mass.gov/mgis/towns.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_POLY.xml + GISDATA.TOWNS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Town_Boundaries.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/twnnum3p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Solid_Outlines.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/twnnum4p.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/twnnum2p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Shaded_Group.lyr + + EPSG:26986 + + + + + + + + + + + + + + + + + massgis:GISDATA.TOWNS_POLYM + Massachusetts Town Boundaries + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/towns.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/MA_Towns_Multi_Shaded.lyr + GISDATA.TOWNS_POLYM + ExtractDoc=http://maps.massgis.state.ma.us/avls/townnum3p.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_POLYM.xml + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + + + massgis:GISDATA.TOWNS_POLY_V_AREACODE + Area Codes + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/towns.htm + Codes + GISDATA.TOWNS_POLY_V_AREACODE + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Area_Codes.lyr + Area + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_POLY_V_AREACODE.xml + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/areacd1p.avl + + EPSG:26986 + + + + + + + massgis:GISDATA.TOWNS_POLY_V_CABLE + Cable Providers + Generated from massgis_sde + + Providers + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Cable_by_Town.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/pubutil.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/cable.avl + Cable + GISDATA.TOWNS_POLY_V_CABLE + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_POLY_V_CABLE.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.TOWNS_POLY_V_CPA + Community Preservation Act Towns + + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_POLY_V_CPA.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/cpa.htm + + EPSG:26986 + + + + + + + + + + + + massgis:GISDATA.TOWNS_POLY_V_ELEC + Electricity Providers + Generated from massgis_sde + + Providers + MassgisMetadataUrl=http://www.mass.gov/mgis/pubutil.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/elec.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_POLY_V_ELEC.xml + Electricity + GISDATA.TOWNS_POLY_V_ELEC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Electricity_by_Town.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.TOWNS_POLY_V_GAS + Natural Gas Providers + Generated from massgis_sde + + Providers + MassgisMetadataUrl=http://www.mass.gov/mgis/pubutil.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TOWNS_POLY_V_GAS.xml + Natural + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Gas_by_Town.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/gas.avl + GISDATA.TOWNS_POLY_V_GAS + massgis_sde + Gas + + EPSG:26986 + + + + + + + massgis:GISDATA.TRAILS_ARC + Tracks and Trails MHD + Generated from massgis_sde + + Tracks + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Tracks_and_Trails_MHD.lyr + Trails + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TRAILS_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/trails1a.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/trails.htm + GISDATA.TRAILS_ARC + MHD + massgis_sde + and + + EPSG:26986 + + + + + + + massgis:GISDATA.TRAINS_ARC + Railroads + Generated from massgis_sde + + GISDATA.TRAINS_ARC + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/trains.htm + + EPSG:26986 + + + + + + + + + + + + + + massgis:GISDATA.TRAINS_NODE + Commuter Rail Stations + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Commuter_Rail_Lines_and_Stops.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/commrail_pt_all.avl + Stations + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Commuter_Rail_Lines_and_Stops_Proposed.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/commrail_pt_prop.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Commuter_Rail_Lines_and_Stops_Active.lyr + GISDATA.TRAINS_NODE + MassgisMetadataUrl=http://www.mass.gov/mgis/trains.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TRAINS_NODE.xml + Commuter + ExtractDoc=http://maps.massgis.state.ma.us/avls/commrail_pt_active.avl + Rail + massgis_sde + + EPSG:26986 + + + + + + + + + + + + + massgis:GISDATA.TRAINS_RTE_TRAIN + Commuter Rail + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Commuter_Rail_Lines_and_Stops.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Commuter_Rail_Lines_and_Stops_Proposed.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Commuter_Rail_Lines_and_Stops_Active.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TRAINS_RTE_TRAIN.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/trains.htm + Rail + GISDATA.TRAINS_RTE_TRAIN + ExtractDoc=http://maps.massgis.state.ma.us/avls/trncom1l.avl + Commuter + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.TRANSECTS_ARC + Transects + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_transects.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/gisdata_transects_arc.shp.xml + GISDATA.TRANSECTS_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.TRANSLINES_ARC + Transmission Lines + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Transmission_Lines.lyr + GISDATA.TRANSLINES_ARC + Lines + Transmission + MassgisMetadataUrl=http://www.mass.gov/mgis/trnslns.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/tramin1a.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.TRANSLINES_ARC.xml + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.UMASS_BOSTON_NDSM1_INT_POLY + UMass Boston NDSM1 Poly + + + EPSG:26986 + + + + + + + massgis:GISDATA.UMASS_BOSTON_NDSM1_SP + UMass Boston NDSM + + + WCS + ArcSDE Raster + GISDATA.UMASS_BOSTON_NDSM1_SP + + EPSG:26986 + + + + + + + massgis:GISDATA.USGSGRID_POLY + USGS Grid + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/usgsqd.htm + Grid + ExtractDoc=http://maps.massgis.state.ma.us/avls/hd25ksrc.avl + GISDATA.USGSGRID_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/USGS_25k_Hydrography_Status.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.USGSGRID_POLY.xml + USGS + massgis_sde + + EPSG:26986 + + + + + + + + massgis:GISDATA.UTMGRID_POLY + UTM Grid + Generated from massgis_sde + + UTM + ExtractDoc=http://maps.massgis.state.ma.us/avls/deflega.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/utmgrid.htm + Grid + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/UTM_Grid.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.UTMGRID_POLY.xml + GISDATA.UTMGRID_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.UTMPT_PT + UTM Points + Generated from massgis_sde + + UTM + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/UTM_Points.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/utmgrid.htm + GISDATA.UTMPT_PT + ExtractDoc=http://maps.massgis.state.ma.us/avls/deflegl.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.UTMPT_PT.xml + Points + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.VCCOASTALPLAINPOND_POLY + Coastal Plain Pond Systems + Generated from massgis_sde + + GISDATA.VCCOASTALPLAINPOND_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/vccppond.avl + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCCOASTALPLAINPOND_POLY.xml + Coastal + Plain + Systems + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Priority_Nat_Veg_Communities.lyr + Pond + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.VCCOASTAL_POLY + Coastal Natural Community Systems + Generated from massgis_sde + + Community + GISDATA.VCCOASTAL_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/vccoast.avl + Natural + Coastal + Systems + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCCOASTAL_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Priority_Nat_Veg_Communities.lyr + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.VCFOREST_POLY + Upland Forest + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/vcforest.avl + Forest + Upland + GISDATA.VCFOREST_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCFOREST_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Upland_Forest.lyr + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.VCPEATLAND_POLY + Acidic Peatland Community Systems + Generated from massgis_sde + + Community + Peatland + GISDATA.VCPEATLAND_POLY + Acidic + Systems + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Priority_Nat_Veg_Communities.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCPEATLAND_POLY.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/vcpeat.avl + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.VCPINEBARRENS2_POLY + Pine Barrens Natural Community Systems (UMASS Pitch Pine) + Generated from massgis_sde + + Community + ExtractDoc=http://maps.massgis.state.ma.us/avls/vcpinbr2.avl + Pine) + Natural + (UMASS + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Priority_Nat_Veg_Communities.lyr + Systems + GISDATA.VCPINEBARRENS2_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCPINEBARRENS2_POLY.xml + Barrens + Pine + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + Pitch + + EPSG:26986 + + + + + + + massgis:GISDATA.VCPINEBARRENS_POLY + Pine Barrens Natural Community Systems + Generated from massgis_sde + + Community + GISDATA.VCPINEBARRENS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/vcpinbar.avl + Natural + Systems + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Priority_Nat_Veg_Communities.lyr + Barrens + Pine + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCPINEBARRENS_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.VCRIVERINE_POLY + Riverine Natural Community Systems + Generated from massgis_sde + + Community + GISDATA.VCRIVERINE_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCRIVERINE_POLY.xml + Riverine + ExtractDoc=http://maps.massgis.state.ma.us/avls/vcriv.avl + Natural + Systems + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Priority_Nat_Veg_Communities.lyr + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + + EPSG:26986 + + + + + + + massgis:GISDATA.VCSANDPLAIN_POLY + Sandplain Natural Community Systems + Generated from massgis_sde + + Community + GISDATA.VCSANDPLAIN_POLY + Natural + Systems + ExtractDoc=http://maps.massgis.state.ma.us/avls/vcsandpl.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Priority_Nat_Veg_Communities.lyr + Sandplain + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/natveg.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VCSANDPLAIN_POLY.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.VTTOWNS_ARC + Vermont Towns Arcs + Generated from massgis_sde + + GISDATA.VTTOWNS_ARC + Arcs + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VTTOWNS_ARC.xml + Towns + Vermont + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.VTTOWNS_POLY + Vermont Towns + Generated from massgis_sde + + GISDATA.VTTOWNS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.VTTOWNS_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/adjstbnd.htm + ExtractDoc=http://maps.massgis.state.ma.us/avls/vttdef1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/VT_Towns.lyr + Towns + Vermont + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.WATERSHEDS_ARC + Major Watersheds Arcs + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/watrshds.htm + Major + Arcs + Watersheds + massgis_sde + GISDATA.WATERSHEDS_ARC + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WATERSHEDS_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.WATERSHEDS_POLY + Major Watersheds + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/watrshds.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WATERSHEDS_POLY.xml + Major + GISDATA.WATERSHEDS_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/watshd1p.avl + Watersheds + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Major_Watersheds.lyr + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.WATERTAXISTOPS_PT + Boston Harbor Water Taxi Stops + Generated from massgis_sde + + Stops + GISDATA.WATERTAXISTOPS_PT + Taxi + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Boston_Harbor_Water_Taxi_Stops.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/WATERTAXISTOPS_PT.avl + Boston + MassgisMetadataUrl=http://www.mass.gov/mgis/eot_layers.htm + Water + massgis_sde + Harbor + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WATERTAXISTOPS_PT.xml + + EPSG:26986 + + + + + + + + massgis:GISDATA.WBS2002_ARC + DEP 2002 Integrated List of Waters 305b 303d + Generated from massgis_sde + + 2002 + ExtractDoc=http://maps.massgis.state.ma.us/avls/WBS2002_ARC.avl + Waters + MassgisMetadataUrl=http://www.mass.gov/mgis/wbs2002.htm + 303d + 305b + DEP + of + GISDATA.WBS2002_ARC + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Water_Body_Segment_2002_Arcs.lyr + Integrated + List + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WBS2002_ARC.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.WBS2002_POLY + DEP 2002 Integrated List of Waters 305b 303d + Generated from massgis_sde + + 2002 + MassgisMetadataUrl=http://www.mass.gov/mgis/wbs2002.htm + Waters + 303d + 305b + DEP + of + Integrated + ExtractDoc=http://maps.massgis.state.ma.us/avls/WBS2002_POLY.avl + GISDATA.WBS2002_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Water_Body_Segment_2002_Polygons.lyr + List + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WBS2002_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.WETCHANGE_POLY + DEP Wetlands Change + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Wetlands_Change.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/wetdepwch.avl + Change + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WETCHANGE_POLY.xml + GISDATA.WETCHANGE_POLY + Wetlands + massgis_sde + MassgisMetadataUrl=http://www.mass.gov/mgis/wetchange.htm + DEP + + EPSG:26986 + + + + + + + + massgis:GISDATA.WETLANDSDEP_ARC + Wetlands 12K Arcs + Generated from massgis_sde + + Arcs + ExtractDoc=http://maps.massgis.state.ma.u/lyrs/DEP_Wetlands_With_Change.lyr + ExtractDoc=http://maps.massgis.state.ma.u/lyrs/DEP_Wetlands_Detailed.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WETLANDSDEP_ARC.xml + ExtractDoc=http://maps.massgis.state.ma.us/avls/wetdepach.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/wetdep.htm + 12K + Wetlands + GISDATA.WETLANDSDEP_ARC + ExtractDoc=http://maps.massgis.state.ma.us/avls/s5knum1a.avl + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.u/lyrs/DEP_Wetlands_General.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/wetdepac.avl + + EPSG:26986 + + + + + + + + + + + + + massgis:GISDATA.WETLANDSDEP_POLY + DEP Wetlands + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WETLANDSDEP_POLY.xml + DEP + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Wetlands_Detailed.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Wetlands_General.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/wetdep.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Wetlands_With_Change.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/wetdepivdol.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/DEP_Wetlands_Detailed_Outlines.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/wetdepivd.avl + Wetlands + ExtractDoc=http://maps.massgis.state.ma.us/avls/wetdeppch.avl + massgis_sde + GISDATA.WETLANDSDEP_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/wetdeppc.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/w5koline.avl + + EPSG:26986 + + + + + + + + + + + + + + + + + + massgis:GISDATA.WETLANDS_POLY_SPLIT + DEP Wetland Split + Generated from massgis_sde + + GISDATA.WETLANDS_POLY_SPLIT + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.WINDPOWERGRID50_POLY + Wind Power Density at 50m + Generated from massgis_sde + + GISDATA.WINDPOWERGRID50_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WINDPOWERGRID50_POLY.xml + Density + Power + ExtractDoc=http://maps.massgis.state.ma.us/avls/windpowergrid50_poly.avl + 50m + MassgisMetadataUrl=http://www.mass.gov/mgis/windpower.htm + ExtractDoc=http://maps.massgis.stae.ma.us/lyrs/Wind_Power_Density_at_50m.lyr + at + Wind + massgis_sde + + EPSG:26986 + + + + + + + massgis:GISDATA.WINDSPEEDGRID200_POLY + Modeled Wind Speed Grids + Generated from massgis_sde + + GISDATA.WINDSPEEDGRID200_POLY + MassgisMetadataUrl=http://www.mass.gov/mgis/windspeed.htm + massgis_sde + + EPSG:26986 + + + + + + + + + + + massgis:GISDATA.WQMSTAT_PT + Northeast Water Quality Monitoring + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Agencies_Monitoring_Water_Quality.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/wqm_stat.htm + Northeast + Quality + GISDATA.WQMSTAT_PT + ExtractDoc=http://maps.massgis.state.ma.us/avls/agencypt.avl + Monitoring + Water + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.WQMSTAT_PT.xml + + EPSG:26986 + + + + + + + massgis:GISDATA.ZIPCODES_POLY + Zipcodes + Generated from massgis_sde + + Zipcodes + GISDATA.ZIPCODES_POLY + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ZIPCODES_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:GISDATA.ZONE1_POLY_DISSOLVE + Zone I + + + DEP + Zone I + + EPSG:26986 + + + + + + + massgis:GISDATA.ZONE2_POLY + Zone IIs + Generated from massgis_sde + + IIs + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/ +ZONE_II.lyr + 2 + ExtractDoc=http://maps.massgis.state.ma.us/metadata/G +ISDATA.ZONE2_POLY.xml + MassgisMetadataUrl=http://www.mass.gov/mgis/ziis.htm + Zone + massgis_sde + GISDATA.ZONE2_POLY + ExtractDoc=http://maps.massgis.state.ma.us/avls/zone2b.avl + + EPSG:26986 + + + + + + + massgis:GISDATA.ZONE2_POLY_DISSOLVE + Zone IIs + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ZONE2_POLY_DISSOLVE.xml + IIs + GISDATA.ZONE2_POLY_DISSOLVE + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/ZONE_ll.lyr + MassgisMetadataUrl=http://www.mass.gov/mgis/ziis.htm + Zone + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/avls/zone2b.avl + + EPSG:26986 + + + + + + + + massgis:GISDATA.ZONING_POLY + Zoning + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/avls/zonlus2p.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/zonlus1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/zonpus1p.avl + ExtractDoc=http://maps.massgis.state.ma.us/avls/zondef1p.avl + MassgisMetadataUrl=http://www.mass.gov/mgis/zn.htm + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Zoning_by_general_use_transparent.lyr + GISDATA.ZONING_POLY + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Zoning_district_outline.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Zoning_by_primary_use_transparent.lyr + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Zoning_by_general_use_solid.lyr + ExtractDoc=http://maps.massgis.state.ma.us/avls/zonpus2p.avl + ExtractDoc=http://maps.massgis.state.ma.us/lyrs/Zoning_by_primary_use_solid.lyr + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.ZONING_POLY.xml + massgis_sde + + EPSG:26986 + + + + + + + + + + + + massgis:GLAIRD.OPENSPACE_POLY + OS Wiki Toolbar Poly Layer + Generated from webeditor_sde + + GLAIRD.OPENSPACE_POLY + webeditor_sde + + EPSG:26986 + + + + + + + massgis:GLAIRD.OS_EDIT_USER + Os Toolbar User Contact Info + Generated from webeditor_sde + + GLAIRD.OS_EDIT_USER + webeditor_sde + + EPSG:26986 + + + + + + + massgis:MORIS.ALGONQUIN_HUBLINE_LNG_ARC + Algonquin Hubline LNG Pipeline + Generated from massgis_sde + + Pipeline + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_algonquin_hubline_lng_arc.htm + LNG + Algonquin + MORIS.ALGONQUIN_HUBLINE_LNG_ARC + Hubline + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.ARTIFICIAL_REEFS_PT + Artificial Reefs + Generated from massgis_sde + + MORIS.ARTIFICIAL_REEFS_PT + Reefs + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_artificial_reefs_pt.htm + Artificial + massgis_sde + DataType=point + + EPSG:26986 + + + + + + + massgis:MORIS.ASCIDIELLA_ASPERSA_2008_PT + Ascidiella aspersa 2008 Points (European Sea Squirt) + Generated from massgis_sde + + (European + Sea + Squirt) + Ascidiella + aspersa + 2008 + Points + massgis_sde + MORIS.ASCIDIELLA_ASPERSA_2008_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ascidiella_aspersa_2008_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.ASCIDIELLA_ASPERSA_2009_PT + Ascidiella aspersa 2009 Points (European Sea Squirt) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ascidiella_aspersa_2009_pt.htm + European Sea Squirt + Ascidiella aspersa + + EPSG:26986 + + + + + + + massgis:MORIS.ASCIDIELLA_ASPERSA_2010_PT + Ascidiella aspersa 2010 Points (European Sea Squirt) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ascidiella_aspersa_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ascidiella_aspersa_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.ASCIDIELLA_ASPERSA_2011_PT + Ascidiella aspersa (European Sea Squirt) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ascidiella_aspersa_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ascidiella_aspersa_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.ATBSLNPT_PT + Digital Offshore Cadastre - Atlantic 1983 - Baseline Points + Generated from massgis_sde + + Atlantic + MORIS.ATBSLNPT_PT + Points + - + 1983 + Cadastre + Offshore + Baseline + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_atbslnpt_pt.htm + Digital + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_atbslnpt_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.ATL_CLC_PT + usSEABED Calculated Surficial Sediment Data + Generated from massgis_sde + + Data + usSEABED + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_atl_clc_pt.htm + Sediment + MORIS.ATL_CLC_PT + Calculated + Surficial + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.ATL_CMP_PT + usSEABED Component and Features Surficial Sediment Data + Generated from massgis_sde + + Data + usSEABED + MORIS.ATL_CMP_PT + Sediment + Component + Surficial + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_atl_cmp_pt.htm + Features + and + + EPSG:26986 + + + + + + + massgis:MORIS.ATL_EXT_PT + usSEABED Extracted Surficial Sediment Data + Generated from massgis_sde + + Data + usSEABED + Sediment + MORIS.ATL_EXT_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_atl_ext_pt.htm + Surficial + massgis_sde + Extracted + + EPSG:26986 + + + + + + + massgis:MORIS.ATL_FAC_PT + usSEABED Facies Surficial Sediment Data + Generated from massgis_sde + + Data + usSEABED + MORIS.ATL_FAC_PT + Facies + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_atl_fac_pt.htm + Sediment + Surficial + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.ATL_HURTRACK_ARC + Hurricane Tracks for the Atlantic Basin 1851-2008 + Generated from massgis_sde + + Atlantic + Tracks + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_atl_hurtrack_arc.htm + 1851-2008 + Basin + Hurricane + the + in + MORIS.ATL_HURTRACK_ARC + massgis_sde + DataType=line + + EPSG:26986 + + + + + + + massgis:MORIS.ATL_PRS_PT + usSEABED Parsed Surficial Sediment Data + Generated from massgis_sde + + Data + usSEABED + MORIS.ATL_PRS_PT + Sediment + Parsed + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_atl_prs_pt.htm + Surficial + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.AWOIS_SUB_WRECKS_PT + Office of Coast Survey's Automated Wreck and Obstruction Information System + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_awois_sub_wrecks_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_awois_sub_wrecks_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BATHY_ARC + Bathymetry - Stellwagen Bank + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bathy_arc.htm + Bank + MORIS.BATHY_ARC + Stellwagen + Bathymetry + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.BATHY_FATHOMS_POLY + Bathymetry All MA Waters (fathoms) + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bathy_fathoms_poly.htm + Waters + (fathoms) + All + MORIS.BATHY_FATHOMS_POLY + Bathymetry + massgis_sde + MA + + EPSG:26986 + + + + + + + massgis:MORIS.BAY_CLOSURE_LINES_ARC + Massachusetts Bay Closure Lines + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bay_closure_lines_arc.htm + MORIS.BAY_CLOSURE_LINES_ARC + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_bay_closure_lines_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BCKSCTTER_RD + Stellwagen Bank Backscatter Instensity and Sun Illuminated Topography + + + IS-IMAGERY + UnitsPerPixel=13 + BytesPerPixel=6 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bcksctter_rd.htm + WCS + MORIS.BCKSCTTER_RD + MORIS.BCKSCTTER_RD + ArcSDE + Stellwagen + Bank + Backscatter + Instensity + and + Sun + Illuminated + Topography + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_bcksctter_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BEDROCK_POLY + Bedrock Outcrops - Stellwagen Bank National Marine Sanctuary + Generated from massgis_sde + + Marine + Bank + Outcrops + Sanctuary + National + Stellwagen + Bedrock + MORIS.BEDROCK_POLY + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bedrock_poly.htm + - + + EPSG:26986 + + + + + + + massgis:MORIS.BH_1MBS_RD + Boston Harbor 1m Sidescan Sonar Mosaic + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bh_1mbs_rd.htm + WCS + MORIS.BH_1MBS_RD + MORIS.BH_1MBS_RD + ArcSDE + Boston + Harbor + 1m + Sidescan + Sonar + Mosaic + IS-IMAGERY + UnitsPerPixel=0.99999867 + BytesPerPixel=2 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_bh_1mbs_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BH_2MMBBATH_RD + Boston Harbor 2m Multibeam Bathymetry + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bh_2mmbbath_rd.htm + WCS + MORIS.BH_2MMBBATH_RD + MORIS.BH_2MMBBATH_RD + ArcSDE + Boston + Harbor + 2m + Multibeam + Bathymetry + IS-IMAGERY + UnitsPerPixel=1.9999107 + BytesPerPixel=4 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_bh_2mmbbath_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BH_30MHS_RD + Boston Harbor 30m Resolution Sidescan Sonar Mosaic Hillshade + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bh_30mhs_rd.htm + WCS + BH_30MHS_RD + MORIS.BH_30MHS_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=29.99014192 + BytesPerPixel=2 + Boston + Harbor + 30m + Resolution + Sidescan + Sonar + Mosaic + Hillshade + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_bh_30mhs_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BH_5MBS_RD + Boston Harbor 5m Sidescan Sonar Mosaic + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bh_5mbs_rd.htm + WCS + massgis_BH_5MBS_RD + MORIS.BH_5MBS_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=4.9997877 + BytesPerPixel=2 + Boston + Harbor + 5m + Sidescan + Sonar + Mosaic + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_bh_5mbs_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BH_BOTTOMTYPE_POLY + Boston Harbor Bottom Type + Generated from massgis_sde + + Bottom + MORIS.BH_BOTTOMTYPE_POLY + Type + Boston + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bottomtype_poly.htm + Harbor + + EPSG:26986 + + + + + + + massgis:MORIS.BH_COMPOSITEBATHYBNDS_POLY + Boston Harbor Composite Bathymetric Survey Bounds + Generated from massgis_sde + + Bathymetric + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_compositebathybnds_poly.htm + Survey + Bounds + Boston + MORIS.BH_COMPOSITEBATHYBNDS_POLY + massgis_sde + Composite + Harbor + + EPSG:26986 + + + + + + + massgis:MORIS.BH_MULTIBEAMBATHYBNDS_POLY + Boston Harbor Multibeam Bathymetry Survey Bounds + Generated from massgis_sde + + Survey + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_multibeambathybnds_poly.htm + Bounds + Boston + Bathymetry + Multibeam + MORIS.BH_MULTIBEAMBATHYBNDS_POLY + massgis_sde + Harbor + + EPSG:26986 + + + + + + + massgis:MORIS.BH_SEDGRABS_PT + Boston Harbor Ground Validation Sediment Grabs + Generated from massgis_sde + + MORIS.BH_SEDGRABS_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_sedgrabs_pt.htm + Ground + Grabs + Sediment + Boston + Validation + massgis_sde + Harbor + + EPSG:26986 + + + + + + + massgis:MORIS.BH_SURVEYLINES_SSS_ARC + Boston Harbor Sidescan Sonar Tracklines + Generated from massgis_sde + + Sonar + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_surveylines_sss_arc.htm + Tracklines + Boston + Sidescan + MORIS.BH_SURVEYLINES_SSS_ARC + massgis_sde + Harbor + + EPSG:26986 + + + + + + + massgis:MORIS.BLK_CLP_POLY + Digital Offshore Cadastre - Atlantic 1983 - OCS Blocks + Generated from massgis_sde + + Atlantic + OCS + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_blk_clp_poly.htm + MORIS.BLK_CLP_POLY + - + 1983 + Cadastre + Offshore + Blocks + Digital + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_blk_clp_poly.shp.xml + + EPSG:26986 + + + + + + + + + massgis:MORIS.BOATING_USAGE_ARC + Boating Usage Arcs + Generated from massgis_sde + + MORIS.BOATING_USAGE_ARC + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_boating_usage_arc.htm + + EPSG:26986 + + + + + + + massgis:MORIS.BOATING_USAGE_POLY + Boating Usage Polys + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_boating_usage_poly.htm + MORIS.BOATING_USAGE_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLOIDES_VIOLACEUS_2008_PT + Botrylloides violaceus 2008 Points (Sheath Tunicate) + Generated from massgis_sde + + Botrylloides + violaceus + 2008 + Points + (Sheath + Tunicate) + MORIS.BOTRYLLOIDES_VIOLACEUS_2008_PT + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botrylloides_violaceus_2008_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLOIDES_VIOLACEUS_2009_PT + Botrylloides violaceus 2009 Points (Sheath Tunicate) + + + Botrylloides violaceus + Sheath Tunicate + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botrylloides_violaceus_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLOIDES_VIOLACEUS_2010_PT + Botrylloides violaceus 2010 Points (Sheath Tunicate) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botrylloides_violaceus_2010_pt.htm + ExtractDoc=http://http://maps.massgis.state.ma.us/czm/moris/XML/moris_botrylloides_violaceus_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLOIDES_VIOLACEUS_2011_PT + Botrylloides violaceus (Sheath Tunicate) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botrylloides_violaceus_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_botrylloides_violaceus_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLUS_SCHLOSSERI_2008_PT + Botryllus schlosseri 2008 Points (Star Tunicate) + Generated from massgis_sde + + MORIS.BOTRYLLUS_SCHLOSSERI_2008_PT + massgis_sde + Botryllus + schlosseri + 2008 + Points + (Star + Tunicate) + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botryllus_schlosseri_2008_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLUS_SCHLOSSERI_2009_PT + Botryllus schlosseri 2009 Points (Star Tunicate) + + + Botryllus schlosseri + Star Tunicate + http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botryllus_schlosseri_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLUS_SCHLOSSERI_2010_PT + Botryllus schlosseri 2010 Points (Star Tunicate) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botryllus_schlosseri_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_botryllus_schlosseri_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BOTRYLLUS_SCHLOSSERI_2011_PT + Botryllus schlosseri (Golden Star Tunicate) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_botryllus_schlosseri_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_botryllus_schlosseri_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.BUGULA_NERITINA_2011_PT + Bugula neritina (Purple Bushy Bryozoan) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_bugula_neritina_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_bugula_neritina_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CAPE_GEOLGEOG_POLY + Cape Cod and the Islands Geologic Map + Generated from massgis_sde + + Cape + Islands + MORIS.CAPE_GEOLGEOG_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cape_geolgeog_poly.htm + Map + Geologic + the + Cod + massgis_sde + and + + EPSG:26986 + + + + + + + massgis:MORIS.CAPE_WIND_PT + Cape Wind Turbine Locations + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cape_wind_pt.htm + MORIS.CAPE_WIND_PT + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.CAPRELLA_MUTICA_2011_PT + Caprella mutica (Skeleton Shrimp) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_caprella_mutica_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_caprella_mutica_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CARCINUS_MAENAS_2008_PT + Carcinus maenas 2008 Points (Green Carcinus Crab) + Generated from massgis_sde + + 2008 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_carcinus_maenas_2008_pt.htm + MORIS.CARCINUS_MAENAS_2008_PT + (Green + Carcinus + Crab) + maenas + Points + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.CARCINUS_MAENAS_2009_PT + Carcinus maenas 2009 Points (Green Carcinus Crab) + + + Carcinus maenas + Green Carcinus Crab + http://maps.massgis.state.ma.us/czm/moris/metadata/moris_carcinus_maenas_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.CARCINUS_MAENAS_2010_PT + Carcinus maenas 2010 Points (Green Carcinus Crab) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_carcinus_maenas_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_carcinus_maenas_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CARCINUS_MAENAS_2011_PT + Carcinus maenas (Green Crab) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_carcinus_maenas_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_carcinus_maenas_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CCAP_MA_01_06_RD + NOAA C-CAP Land Cover Change 2001-2006 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ccap_ma_01_06_rd.htm + WCS + MORIS.CCAP_MA_01_06_RD + MORIS.CCAP_MA_01_06_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=30 + BytesPerPixel=2 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_ccap_ma_01_06_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CCAP_MA_01_RD + NOAA C-CAP Land Cover 2001 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ccap_ma_01_rd.htm + WCS + CCAP_MA_01_RD + MORIS.CCAP_MA_01_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=29.99968103 + BytesPerPixel=1 + NOAA + C-CAP + Land + Cover + 2001 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_ccap_ma_01_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CCAP_MA_06_RD + NOAA C-CAP Land Cover 2001 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ccap_ma_06_rd.htm + WCS + MORIS.CCAP_MA_06_RD + MORIS.CCAP_MA_06_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=24.15351668 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_ccap_ma_06_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CCAP_MA_96_01_RD + NOAA C-CAP Land Cover 1996 - 2001 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ccap_ma_96_01_rd.htm + WCS + CCAP_MA_96_01_RD + MORIS.CCAP_MA_96_01_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=30 + BytesPerPixel=2 + NOAA + C-CAP + Land + Cover + 1996 + - + 2001 + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_ccap_ma_96_01_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CCAP_MA_96_RD + NOAA C-CAP Land Cover 1996 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ccap_ma_96_rd.htm + WCS + CCAP_MA_96_RD + MORIS.CCAP_MA_96_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=29.99968103 + BytesPerPixel=1 + NOAA + C-CAP + Land + Cover + 1996 + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_ccap_ma_96_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CC_BACKSCATTER_RD + NE Cape Cod 4m Backscatter Intensity Mosaic + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cc_backscatter_rd.htm + WCS + MORIS.CC_BACKSCATTER_RD + MORIS.CC_BACKSCATTER_RD + ArcSDE + NE + Cape + Cod + 4m + Backscatter + Intensity + Mosaic + IS-IMAGERY + UnitsPerPixel=3.9999932 + BytesPerPixel=2 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_cc_backscatter_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CC_PSEUDOCOLOR_BACKSCATTER_RD + NE Cape Cod 4m Pseudocolor Sidescan Sonar Intensity Mosaic + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cc_pseudo_backscatter_rd.htm + WCS + CC_PSEUDOCOLOR_BACKSCATTER_RD + MORIS.CC_PSEUDOCOLOR_BACKSCATTER_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=2.5997437 + BytesPerPixel=1 + NE + Cape + Cod + 4m + Pseudocolor + Sidescan + Sonar + Intensity + Mosaic + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_cc_pseudocolor_backscatter_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CC_SED_DIST_POLY + NE Cape Cod Surficial Sediment Distribution + Generated from massgis_sde + + Cape + MORIS.CC_SED_DIST_POLY + Distribution + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cc_seddist_poly.htm + Sediment + Surficial + Cod + massgis_sde + NE + + EPSG:26986 + + + + + + + massgis:MORIS.CC_SED_ENVIRON_POLY + NE Cape Cod Sedimentary Environments + Generated from massgis_sde + + Cape + MORIS.CC_SED_ENVIRON_POLY + Environments + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cc_environ_poly.htm + Sedimentary + Cod + massgis_sde + NE + + EPSG:26986 + + + + + + + massgis:MORIS.CC_SUN_ILLUM_BATHY_RD + NE Cape Cod 4m Sun Illuminated Topographic Imagery + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cc_sun_illum_bathy_rd.htm + WCS + MORIS.CC_SUN_ILLUM_BATHY_RD + MORIS.CC_SUN_ILLUM_BATHY_RD + ArcSDE + NE + Cape + Cod + 4m + Sun + Illuminated + Topographic + Imagery + IS-IMAGERY + UnitsPerPixel=3.4645005 + BytesPerPixel=2 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_cc_sun_illum_bathy_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CC_SURFICIAL_SED_PT + NE Cape Cod Sediment Data + Generated from massgis_sde + + Data + Cape + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cc_rafa04011_seddata_pt.htm + Sediment + Cod + massgis_sde + MORIS.CC_SURFICIAL_SED_PT + NE + + EPSG:26986 + + + + + + + massgis:MORIS.CC_WELLSITE_PT + Bedrock Data from Western Cape Cod + Generated from massgis_sde + + Western + Data + MORIS.CC_WELLSITE_PT + Cape + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_cc_wellsite_pt.htm + from + Bedrock + Cod + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.CHAPTER91_PT_S_V + Chapter 91 Points Massachusetts Public Waterfront Act + Generated from massgis_sde + + Chapter + Act + Massachusetts + MORIS.CHAPTER91_PT_S_V + 91 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_chapter91_pt_s_v.htm + Waterfront + Points + massgis_sde + Public + + EPSG:26986 + + + + + + + massgis:MORIS.COASTGUIDE_GPS_PT + Coastguide Site Photos + Generated from massgis_sde + + MORIS.COASTGUIDE_GPS_PT + Photos + Site + Coastguide + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_coastguide_gps_pt.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.COASTGUIDE_TRAIL_MARKER_PT + Coastal Trail Markers + Generated from massgis_sde + + Coastal + MORIS.COASTGUIDE_TRAIL_MARKER_PT + Trail + massgis_sde + Markers + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_coastguide_trail_marker_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.CODIUM_FRAGILE_2008_PT + Codium fragile 2008 Points (Green Fleece) + Generated from massgis_sde + + Codium + fragile + Green + Fleece + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_codium_fragile_2008_pt.htm + MORIS.CODIUM_FRAGILE_2008_PT + fragile + Points + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.CODIUM_FRAGILE_2009_PT + Codium fragile 2009 Points (Green Fleece) + + + Codium fragile + Green Fleece + http://maps.massgis.state.ma.us/czm/moris/metadata/moris_codium_fragile_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.CODIUM_FRAGILE_2010_PT + Codium fragile 2010 Points (Green Fleece) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_codium_fragile_2010_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.CODIUM_FRAGILE_2011_PT + Codium fragile (Green Fleece) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_codium_fragile_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_codium_fragile_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.CONMAPSG_POLY + Sediment Grainsize Distribution for the Continental Margin + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_conmapsg_poly.htm + MORIS.CONMAPSG_POLY + for + Distribution + Grainsize + Sediment + the + Continental + massgis_sde + Margin + + EPSG:26986 + + + + + + + massgis:MORIS.CSB_ARC + Digital Offshore Cadastre - Atlantic 1983 - Continental Shelf Boundaries + Generated from massgis_sde + + Atlantic + Shelf + Continental + - + 1983 + MORIS.CSB_ARC + Cadastre + Boundaries + Offshore + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_csb_arc.htm + Digital + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_csb_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DESALINIZATION_PLANTS_POLY + Desalinization Plants 2006 + Generated from massgis_sde + + massgis_sde + MORIS.DESALINIZATION_PLANTS_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_desalinization_plants_poly.htm + + EPSG:26986 + + + + + + + massgis:MORIS.DIADUMENE_LINEATA_2008_PT + Diadumene Lineata 2008 Points (Orange Striped Anemone) + Generated from massgis_sde + + 2008 + Orange + Striped + Anemone + MORIS.DIADUMENE_LINEATA_2008_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diadumene_lineata_2008_pt.htm + Striped + Anemone) + Diadumene + lineata + Points + massgis_sde + (Orange + + EPSG:26986 + + + + + + + massgis:MORIS.DIADUMENE_LINEATA_2009_PT + Diadumene Lineata 2009 Points (Orange Striped Anemone) + + + Diadumene Lineata + Orange Striped Anemone + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diadumene_lineata_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.DIADUMENE_LINEATA_2010_PT + MODiadumene Lineata 2010 Points (Orange Striped Anemone) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diadumene_lineata_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_diadumene_lineata_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DIADUMENE_LINEATA_2011_PT + Diadumene lineata (Orange Striped Anemone) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diadumene_lineata_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_diadumene_lineata_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DIDEMNUM_VEXILLUM_2008_PT + Didemnum vexillum 2008 Points (Colonial Tunicate) + Generated from massgis_sde + + Didemnum + vexillum + 2008 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_didemnum_vexillum_2008_pt.htm + Colonial + Tunicate) + Points + MORIS.DIDEMNUM_VEXILLUM_2008_PT + (Colonial + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.DIDEMNUM_VEXILLUM_2009_PT + Didemnum vexillum 2009 Points (Colonial Tunicate) + + + Didemnum vexillum + Colonial Tunicate + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_didemnum_vexillum_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.DIDEMNUM_VEXILLUM_2010_PT + Didemnum vexillum 2010 Points (Colonial Tunicate) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_didemnum_vexillum_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_didemnum_vexillum_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DIDEMNUM_VEXILLUM_2011_PT + Didemnum vexillum (Colonial Tunicate) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_didemnum_vexillum_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_didemnum_vexillum_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DIFFUSERS_PT + Diffusers + Generated from massgis_sde + + MORIS.DIFFUSERS_PT + Diffusers + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diffusers_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.DIPLOSOMA_LISTERIANUM_2008_PT + Diplosoma listerianum 2008 Points (Colonial Tunicate) + Generated from massgis_sde + + 2008 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diplosoma_listerianum_2008_pt.htm + MORIS.DIPLOSOMA_LISTERIANUM_2008_PT + Diplosoma + listerianum + Colonial + Tunicate + Points + massgis_sde + (Orange + + EPSG:26986 + + + + + + + massgis:MORIS.DIPLOSOMA_LISTERIANUM_2009_PT + Diplosoma listerianum 2009 Points (Colonial Tunicate) + + + Diplosoma listerianum + Colonial Tunicate + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diplosoma_listerianum_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.DIPLOSOMA_LISTERIANUM_2010_PT + Diplosoma listerianum 2010 Points (Colonial Tunicate) + + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_diplosoma_listerianum_2010_pt.shp.xml + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diplosoma_listerianum_2010_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.DIPLOSOMA_LISTERIANUM_2011_PT + Diplosoma listerianum (Colonial Tunicate) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_diplosoma_listerianum_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_diplosoma_listerianum_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DIVE_SITES_PT + Dive Sites 2007 + Generated from massgis_sde + + MORIS.DIVE_SITES_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dive_sites_pt.htm + massgis_sde + + EPSG:26986 + + + + + + + + massgis:MORIS.DPA_BEVERLY_HARBOR_ARC + Beverly Harbor Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_beverly_harbor_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_beverly_harbor_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_CHELSEA_CREEK_ARC + Chelsea Creek Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_chelsea_creek_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_chelsea_creek_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_EAST_BOSTON_ARC + East Boston Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_east_boston_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_east_boston_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_GLOUC_INNER_HARBOR_ARC + Gloucester Inner Harbor Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_glouc_inner_harbor_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_glouc_inner_harbor_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_LYNN_ARC + Lynn Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_lynn_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_lynn_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_MOUNT_HOPE_BAY_ARC + Mount Hope Bay Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_mount_hope_bay_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_mount_hope_bay_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_MYSTIC_RIVER_ARC + Mystic River Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_mystic_river_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_mystic_river_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_NEW_BEDFORD_FAIRHAVEN_ARC + New Bedford-Fairhaven Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_new_bedford_fairhaven_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_new_bedford_fairhaven_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_SALEM_HARBOR_ARC + Salem Harbor Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_salem_harbor_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_salem_harbor_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_SOUTH_BOSTON_ARC + South Boston Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_south_boston_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_south_boston_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DPA_WEYMOUTH_FORE_RIVER_ARC + Weymouth Fore River Designated Port Area (DPA) Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dpa_weymouth_fore_river_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_dpa_weymouth_fore_river_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.DREDGE_USACE_POLY + Dredge Projects (USACE), Historical - 1998 + Generated from massgis_sde + + Projects + 1998 + (USACE) + Dredge + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dredge_usace_poly.htm + Historical + MORIS.DREDGE_USACE_POLY + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.DREDGE_USACE_PT + Dredge Projects (USACE), Historical - 1998 (points) + Generated from massgis_sde + + Projects + 1998 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_dredge_usace_pt.htm + (USACE) + Dredge + Historical + (points) + massgis_sde + MORIS.DREDGE_USACE_PT + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_BIRDS_POLY + Environmental Sensitivity Index - Birds + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + Sensitivity + Index + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_birds_poly.htm + Birds + MORIS.ESI_BIRDS_POLY + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_FISH_POLY + Environmental Sensitivity Index - Fish + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + Sensitivity + Index + MORIS.ESI_FISH_POLY + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_fish_poly.htm + Fish + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_INVERT_POLY + Environmental Sensitivity Index - Invertebrates + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + Sensitivity + Index + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_invert_poly.htm + Environmental + Invertebrates + MORIS.ESI_INVERT_POLY + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_MAMMAL_POLY + Environmental Sensitivity Index - Mammals + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_mammal_poly.htm + Sensitivity + MORIS.ESI_MAMMAL_POLY + Index + Mammals + Environmental + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_MAP_INDEX_POLY + Environmental Sensitivity Analysis - Index + Generated from massgis_sde + + Sensitivity + Index + Analysis + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_map_index_poly.htm + MORIS.ESI_MAP_INDEX_POLY + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_NESTS_PT + Environmental Sensitivity Index - Bird Nesting + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + Bird + Sensitivity + Index + MORIS.ESI_NESTS_PT + Nesting + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_nests_pt.htm + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_REPTILES_POLY + Environmental Sensitivity Index - Reptiles + Generated from massgis_sde + + Reptiles + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + Sensitivity + Index + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_reptiles_poly.htm + MORIS.ESI_REPTILES_POLY + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_SHORECLASSP_POLY + Environmental Sensitivity Index - Shoreline Classification Polygons + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + Sensitivity + Index + Classification + Environmental + MORIS.ESI_SHORECLASSP_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_shoreclassp_poly.htm + Shoreline + Polygons + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.ESI_SHORECLASS_ARC + Environmental Sensitivity Index - Shoreline Classification Lines + Generated from massgis_sde + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/pdfs/esi_mass_metadata.pdf + Sensitivity + Index + Lines + Classification + MORIS.ESI_SHORECLASS_ARC + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_esi_shoreclass_arc.htm + Environmental + Shoreline + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_401_WQCD_POLY + 401 Water Quality Certification For Dredging + Generated from massgis_sde + + Quality + MORIS.GEOREG_401_WQCD_POLY + 401 + Dredging + For + Certification + Water + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/401_wqcd.htm + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_ACEC_POLY + Areas of Critical Environmental Concern in the Coastal Area + Generated from massgis_sde + + of + MORIS.GEOREG_ACEC_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/acec.htm + Environmental + Areas + Critical + massgis_sde + Concern + + EPSG:26986 + + + + + + + + + massgis:MORIS.GEOREG_ACOE_PERMITS_POLY + Army Corp of Engineers Permits + Generated from massgis_sde + + of + Engineers + Army + Corp + MORIS.GEOREG_ACOE_PERMITS_POLY + Permits + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/acoe_permits.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_BARB_POLY + Barrier Beaches Executive Order 181 + Generated from massgis_sde + + Executive + 181 + Beaches + Order + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/barb.htm + MORIS.GEOREG_BARB_POLY + massgis_sde + Barrier + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_BUILD_POLY + Massachusetts State Building Code + Generated from massgis_sde + + State + Massachusetts + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/build.htm + Building + MORIS.GEOREG_BUILD_POLY + Code + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_CAA_POLY + Clean Air Act + Generated from massgis_sde + + Act + Clean + Air + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/caa.htm + MORIS.GEOREG_CAA_POLY + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_CBRA_POLY + Coastal Barrier Resources Act + Generated from massgis_sde + + Act + Coastal + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/cbra.htm + MORIS.GEOREG_CBRA_POLY + massgis_sde + Resources + Barrier + + EPSG:26986 + + + + + + + + massgis:MORIS.GEOREG_CSGP_POLY + Construction Stormwater General Permit + Generated from massgis_sde + + General + Permit + Construction + MORIS.GEOREG_CSGP_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/csgp.htm + Stormwater + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_CWA_404_POLY + Clean Water Act 404 + Generated from massgis_sde + + Act + 404 + Clean + Water + massgis_sde + MORIS.GEOREG_CWA_404_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/cwa_404.htm + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_CWA_POLY + Clean Water Act + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/cwa.htm + Act + MORIS.GEOREG_CWA_POLY + Clean + Water + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_CZMA_POLY + Coastal Zone Management Act + Generated from massgis_sde + + MORIS.GEOREG_CZMA_POLY + Management + Act + Coastal + Zone + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/czma.htm + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_CZ_307_POLY + Coastal Zone Management Act: Federal Consistency + Generated from massgis_sde + + MORIS.GEOREG_CZ_307_POLY + Management + Coastal + Act: + Federal + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/cz_307.htm + Consistency + Zone + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_ESA_POLY + Endangered Species Act + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/esa.htm + Act + MORIS.GEOREG_ESA_POLY + Species + Endangered + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_FCR_POLY + Federal Consistency Review + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/fcr.htm + Review + Federal + Consistency + MORIS.GEOREG_FCR_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_FISH_POLY + State Fisheries Regulations + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/fish.htm + State + MORIS.GEOREG_FISH_POLY + Fisheries + Regulations + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_FLOOD_POLY + Flood Plains (Executive Order No. 149: FEMA and Flood Plain Use) + Generated from massgis_sde + + Plains + 149: + Order + FEMA + Use) + and + Plain + MORIS.GEOREG_FLOOD_POLY + No. + (Executive + massgis_sde + Flood + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/flood.htm + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_HDA_POLY + Historic District Act + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/hda.htm + Act + District + Historic + MORIS.GEOREG_HDA_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_HMR_POLY + Hazardous Materials Guide + Generated from massgis_sde + + Materials + MORIS.GEOREG_HMR_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/hmr.htm + Guide + Hazardous + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_ITA_POLY + Interbasin Transfer Act + Generated from massgis_sde + + MORIS.GEOREG_ITA_POLY + Act + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/ita.htm + Transfer + massgis_sde + Interbasin + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MCAA_POLY + Massachusetts Clean Air Act + Generated from massgis_sde + + Act + Massachusetts + MORIS.GEOREG_MCAA_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mcaa.htm + Clean + Air + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MCWA_POLY + Massachusetts Clean Water Act + Generated from massgis_sde + + Act + Massachusetts + Clean + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mcwa.htm + Water + massgis_sde + MORIS.GEOREG_MCWA_POLY + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MCWR_POLY + Coastal Wetlands Restrictions + Generated from massgis_sde + + Restrictions + Coastal + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mcwr.htm + Wetlands + MORIS.GEOREG_MCWR_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MCZ_POLY + Massachusetts Coastal Zone Management Act + Generated from massgis_sde + + Management + MORIS.GEOREG_MCZ_POLY + Act + Massachusetts + Coastal + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mcz.htm + Zone + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MEPA_POLY + Massachusetts Environmental Policy Act + Generated from massgis_sde + + Act + Massachusetts + MORIS.GEOREG_MEPA_POLY + Policy + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mepa.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MESA_POLY + Massachusetts Endangered Species Act + Generated from massgis_sde + + Act + MORIS.GEOREG_MESA_POLY + Massachusetts + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mesa.htm + Species + Endangered + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MMPA_POLY + Marine Mammal Protection Act + Generated from massgis_sde + + Marine + Act + Protection + Mammal + massgis_sde + MORIS.GEOREG_MMPA_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mmpa.htm + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_MZA_POLY + Zoning By-Laws Massachusetts Zoning Act + Generated from massgis_sde + + Zoning + By-Laws + Act + Massachusetts + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/mza.htm + massgis_sde + MORIS.GEOREG_MZA_POLY + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_NEPA_POLY + National Environmental Policy Act + Generated from massgis_sde + + Act + Policy + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/nepa.htm + MORIS.GEOREG_NEPA_POLY + National + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_NERRS_POLY + National Estuarine Research Reserve System + Generated from massgis_sde + + Reserve + Estuarine + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/nerrs.htm + MORIS.GEOREG_NERRS_POLY + Research + National + System + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_NMS_POLY + Stellwagen National Marine Santuary + Generated from massgis_sde + + Santuary + Marine + MORIS.GEOREG_NMS_POLY + National + Stellwagen + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/nms.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_NPDES_POLY + National Pollution Discharge Elimination System + Generated from massgis_sde + + Discharge + Elimination + MORIS.GEOREG_NPDES_POLY + National + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/npdes.htm + System + Pollution + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_NPS_POLY + National Park Service in the Coastal Area + Generated from massgis_sde + + Service + Park + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/nps.htm + National + MORIS.GEOREG_NPS_POLY + massgis_sde + + EPSG:26986 + + + + + + + + + + massgis:MORIS.GEOREG_NWR_POLY + National Wildlife Refuge System in the Coastal Area + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/nwr.htm + Refuge + Wildlife + MORIS.GEOREG_NWR_POLY + National + System + massgis_sde + + EPSG:26986 + + + + + + + + + massgis:MORIS.GEOREG_OSA_POLY + Ocean Sanctuaries Act + Generated from massgis_sde + + MORIS.GEOREG_OSA_POLY + Act + Ocean + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/osa.htm + Sanctuaries + massgis_sde + + EPSG:26986 + + + + + + + + massgis:MORIS.GEOREG_PGP_POLY + Massachusetts Programmatic General Permit 33 CFR 320-330 US Army Corp of Engineers Regulations + Generated from massgis_sde + + US + Army + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/pgp.htm + Permit + Programmatic + 33 + of + Engineers + CFR + General + Corp + Massachusetts + MORIS.GEOREG_PGP_POLY + Regulations + 320-330 + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_PWACH91_POLY + Massachusetts General Programmatic Permit (ACOE Regulations) + Generated from massgis_sde + + MORIS.GEOREG_PWACH91_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/pwach91.htm + General + Permit + Massachusetts + Programmatic + Regulations) + (ACOE + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_RCRA_POLY + Resource Conservation and Recovery Act + Generated from massgis_sde + + Resource + Act + Recovery + Conservation + MORIS.GEOREG_RCRA_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/rcra.htm + massgis_sde + and + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_RHA_POLY + Rivers and Harbors Act + Generated from massgis_sde + + Rivers + Act + Harbors + MORIS.GEOREG_RHA_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/rha.htm + massgis_sde + and + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_SWR_POLY + Solid Waste Requirements + Generated from massgis_sde + + Solid + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/swr.htm + MORIS.GEOREG_SWR_POLY + Requirements + massgis_sde + Waste + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_TITLE5_POLY + State Environmental Code Title 5 + Generated from massgis_sde + + State + 5 + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/title5.htm + Code + Title + massgis_sde + MORIS.GEOREG_TITLE5_POLY + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_UAR_POLY + Underwater Archaeological Resources + Generated from massgis_sde + + Underwater + MORIS.GEOREG_UAR_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/uar.htm + Archaeological + massgis_sde + Resources + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_WMA_POLY + Water Management Act + Generated from massgis_sde + + MORIS.GEOREG_WMA_POLY + Management + Act + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/wma.htm + Water + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GEOREG_WPA_POLY + Massachusetts Wetlands Protection Act and River Protection Act + Generated from massgis_sde + + MORIS.GEOREG_WPA_POLY + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/georegs/wpa.htm + + EPSG:26986 + + + + + + + massgis:MORIS.GOM15CTR_ARC + Bathymetry - Gulf of Maine + Generated from massgis_sde + + of + MORIS.GOM15CTR_ARC + Gulf + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_gom15ctr_arc.htm + Maine + Bathymetry + massgis_sde + - + + EPSG:26986 + + + + + + + massgis:MORIS.GRATELOUPIA_TURUTURU_2008_PT + Grateloupia turuturu 2008 Points (Red Algae) + Generated from massgis_sde + + 2008 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_grateloupia_turuturu_2008_pt.htm + (Red + turuturu + MORIS.GRATELOUPIA_TURUTURU_2008_PT + Grateloupia + Points + Algae) + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.GRATELOUPIA_TURUTURU_2009_PT + Grateloupia turuturu 2009 Points (Red Algae) + + + Grateloupia turuturu + Red Algae + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_grateloupia_turuturu_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.GRATELOUPIA_TURUTURU_2010_PT + Grateloupia turuturu 2010 Points (Red Algae) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_grateloupia_turuturu_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_grateloupia_turuturu_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.GRATELOUPIA_TURUTURU_2011_PT + Grateloupia turuturu (Red Algae) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_grateloupia_turuturu_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_grateloupia_turuturu_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HAR_NAN_CABLE_ARC + Harwich To Nantucket Electric Cable + Generated from massgis_sde + + MORIS.HAR_NAN_CABLE_ARC + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_har_nan_cable_arc.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.HA_BATHY_POLY + Bathymetry, USGS (draft) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_bathy_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_bathy_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_CARLISLE_ET_AL_POLY + 100 Years of Estuarine Marsh Trends in Massachusetts (1893 to 1995): Boston Harbor, Cape Cod, Nantucket, Martha’s Vineyard, and the Elizabeth Islands + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_carlisle_et_al_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_carlisle_et_al_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_COSTELLO_AND_KENWORTHY_POLY + Twelve-Year Mapping and Change Analysis of Eelgrass (Zostera marina) Areal Abundance in Massachusetts (USA) Identifies Statewide Declines + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_costello_and_kenworthy_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_costello_and_kenworthy_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_HYDROLOGIC_UNITS_POLY + Hydrologic Units + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_hydrologic_units_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_hydrologic_units_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_LESCHEN_ET_AL_POLY + Successful Eelgrass (Zostera marina) Restoration in a Formerly Eutrophic Estuary (Boston Harbor) Supports the Use of a Multifaceted Watershed Approach to Mitigating Eelgrass Loss + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_leschen_et_al_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_leschen_et_al_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_RUMNEY_MARSHES_POLY + Rumney Marshes Area of Critical Environmental Concern: Salt Marsh Restoration Plan + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_rumney_marshes_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_rumney_marshes_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_SEABED_SEDIMENT_POLY + Seabed sediment, Mass CZM + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_seabed_sediment_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_seabed_sediment_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_SOUTH_SHORE_ATLAS_POLY + Atlas of Tidal Restrictions on the South Shore of Massachusetts - Study Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_south_shore_atlas_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_south_shore_atlas_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HA_SOUTH_SHORE_ATLAS_PT + Atlas of Tidal Restrictions on the South Shore of Massachusetts - Tidal Restrictions + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ha_south_shore_atlas_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ha_south_shore_atlas_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HEMIGRAPSUS_SANGUINEUS_2008_PT + Hemigrapsus sanguineus 2008 Points (Asian Shore Crab) + Generated from massgis_sde + + 2008 + Asian + Shore + Crab) + Points + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_hemigrapsus_sanguineus_2008_pt.htm + Hemigrapsus + sanguineus + massgis_sde + Hemigrapsus + (Asian + MORIS.HEMIGRAPSUS_SANGUINEUS_2008_PT + + EPSG:26986 + + + + + + + massgis:MORIS.HEMIGRAPSUS_SANGUINEUS_2009_PT + Hemigrapsus sanguineus 2009 Points (Asian Shore Crab) + + + Hemigrapsus sanguineus + Asian Shore Crab + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_hemigrapsus_sanguineus_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.HEMIGRAPSUS_SANGUINEUS_2010_PT + Hemigrapsus sanguineus 2010 Points (Asian Shore Crab) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_hemigrapsus_sanguineus_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_hemigrapsus_sanguineus_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HEMIGRAPSUS_SANGUINEUS_2011_PT + Hemigrapsus sanguineus (Asian Shore Crab) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_hemigrapsus_sanguineus_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_hemigrapsus_sanguineus_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.HYAN_NAN_CABLE_ARC + Hyannis To Nantucket Electric Cable + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_hyan_nan_cable_arc.htm + MORIS.HYAN_NAN_CABLE_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.LINE8G_ARC + Digital Offshore Cadastre - Atlantic 1983 - Limit of 8(g) Zone Line + Generated from massgis_sde + + Atlantic + - + of + 1983 + Cadastre + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_line8g_arc.htm + Offshore + Zone + MORIS.LINE8G_LN + Line + 8(g) + Limit + Digital + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_line8g_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.LOBSTER_HARVEST_POLY + Lobster Landings MA 1990-2001 + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_lobster_harvest_poly.htm + Landings + MORIS.LOBSTER_HARVEST_POLY + 1990-2001 + MA + Lobster + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.MARINAS_PT + Marinas 2007 + Generated from massgis_sde + + MORIS.MARINAS_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_marinas_pt.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.MASS_LATERAL_BOUNDARIES_ARC + Massachusetts Lateral Boundaries + Generated from massgis_sde + + Lateral + Massachusetts + Boundaries + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mass_lateral_bounds.htm + MORIS.MASS_LATERAL_BOUNDARIES_ARC + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.MA_TIDAL_ENERGY_POLY + Massachusetts Tidal Energy Co. Footprint + Generated from massgis_sde + + MORIS.MA_TIDAL_ENERGY_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ma_tidal_energy_poly.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.MEMBRANIPORA_MEMBRANACEA_08_PT + Membranipora membranacea 2008 Points (Lacy Crust) + Generated from massgis_sde + + 2008 + Membranipora + membranacea + Lacy + Crust + Points + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_membranipora_membranacea_08_pt.htm + MORIS.MEMBRANIPORA_MEMBRANACEA_08_PT + + EPSG:26986 + + + + + + + massgis:MORIS.MEMBRANIPORA_MEMBRANACEA_09_PT + Membranipora membranacea 2009 Points (Lacy Crust) + + + Membranipora membranacea + Lacy Crust + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_membranipora_membranacea_09_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.MEMBRANIPORA_MEMBRANACEA_10_PT + Membranipora membranacea 2010 Points (Lacy Crust) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_membranipora_membranacea_10_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_membranipora_membranacea_10_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.MEMBRANIPORA_MEMBRANACEA_11_PT + Membranipora membranacea (Lacy Crust) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_membranipora_membranacea_11_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_membranipora_membranacea_11_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.MIMIC_SITES_2008_PT + MIMIC 2008 Monitoring Sites + Generated from massgis_sde + + MIMIC + 2008 + Monitoring + Sites + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mimic_sites_2008_pt.htm + MORIS.MIMIC_SITES_2008_PT + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.MIMIC_SITES_2009_PT + MIMIC 2009 Monitoring Sites + + + MIMIC + Monitoring Sites + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mimic_sites_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.MIMIC_SITES_2010_PT + MIMIC 2010 Monitoring Sites + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mimic_sites_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_mimic_sites_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.MIMIC_SITES_2011_PT + MIMIC 2011 Monitoring Sites + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mimic_sites_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_mimic_sites_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.MOORING_FIELDS_POLY + Mooring Fields + Generated from massgis_sde + + Fields + Mooring + MORIS.MOORING_FIELDS_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mooring_fields_poly.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.MPA_NERR_MA_POLY + Marine Protected Areas National Estuarine Research Reserves + Generated from massgis_sde + + Estuarine + Marine + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mpa_nerr_ma_poly.htm + Reserves + Areas + Research + Protected + National + MORIS.MPA_NERR_MA_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.MPA_NMFS_MA_POLY + Marine Managed Areas - National Marine Fisheries Service + Generated from massgis_sde + + Marine + Service + Fisheries + MORIS.MPA_NMFS_MA_POLY + Areas + Managed + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mpa_nmfs_ma_poly.htm + National + massgis_sde + - + + EPSG:26986 + + + + + + + + + massgis:MORIS.MPA_NMS_MA_POLY + Marine Protected Areas National Marine Sanctuaries + Generated from massgis_sde + + Marine + MORIS.MPA_NMS_MA_POLY + Areas + Protected + National + Sanctuaries + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_mpa_nms_ma_poly.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.NAH2GLO_BEDROCK_DEPTH_RD + Nahant To Gloucester Bedrock Depth + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_nah2glo_bedrock_depth_rd.htm + WCS + MORIS.NAH2GLO_BEDROCK_DEPTH_RD + MORIS.NAH2GLO_BEDROCK_DEPTH_RD + ArcSDE + Nahant + To + Gloucester + Bedrock + Depth + IS-IMAGERY + UnitsPerPixel=49.98963859 + BytesPerPixel=4 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_nah2glo_bedrock_depth_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.NAH2GLO_MLCLASS5_RD + Nahant To Gloucester Bottom Type + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_nah2glo_mlclass5_rd.htm + WCS + NAH2GLOMLCLASS5RD + MORIS.NAH2GLO_MLCLASS5_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=4.9999582 + BytesPerPixel=1 + Nahant + To + Gloucester + Bottom + Type + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_nah2glo_mlclass5_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.NAH2GLO_PHYS_ZONES_IN_POLY + Nahant to Gloucester Physiographic Zones Inshore + Generated from massgis_sde + + to + Nahant + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_physio_zones_inshore_poly.htm + Inshore + Physiographic + Gloucester + Zones + MORIS.NAH2GLO_PHYS_ZONES_IN_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.NAH2GLO_PHYS_ZONES_POLY + Nahant to Gloucester Physiographic Zones + Generated from massgis_sde + + to + Nahant + MORIS.NAH2GLO_PHYS_ZONES_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_phsio_zones_poly.htm + Physiographic + Gloucester + Zones + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.NAH2GLO_SE_5MBATH_RD + Nahant To Gloucester Bathymetry + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_nah2glo_se_5mbath_rd.htm + :WCS + MORIS.NAH2GLO_SE_5MBATH_RD + MORIS.NAH2GLO_SE_5MBATH_RD + ArcSDE + Nahant + To + Gloucester + Bathymetry + IS-IMAGERY + UnitsPerPixel=4.9999582 + BytesPerPixel=4 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_nah2glo_se_5mbath_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.NAH2GLO_SS_MOS1M_RD + Nahant To Gloucester: 1m Resolution Sidescan Sonar Mosaic + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_nah2glo_ss_mos1m.htm + WCS + MORIS.NAH2GLO_SS_MOS1M_RD + MORIS.NAH2GLO_SS_MOS1M_RD + ArcSDE + Nahant + To + Gloucester: + 1m + Resolution + Sidescan + Sonar + Mosaic + IS-IMAGERY + UnitsPerPixel=4.9999582 + BytesPerPixel=4 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_nah2glo_ss_mos1m_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.NBDC_BUOYS_PT + Environmental Monitoring Buoys in New England + Generated from massgis_sde + + MORIS.NBDC_BUOYS_PT + Environmental + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_nbdc_buoys_pt.htm + England + New + Monitoring + in + Buoys + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.NEPTUNE_LNG_ARC + Neptune LNG Pipeline + Generated from massgis_sde + + Pipeline + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_neptune_lng_arc.htm + MORIS.NEPTUNE_LNG_ARC + LNG + Neptune + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.NE_GATEWAY_LNG_ARC + Northeast Gateway LNG Pipeline + Generated from massgis_sde + + Pipeline + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ne_gateway_lng_arc.htm + MORIS.NE_GATEWAY_LNG_ARC + Northeast + LNG + Gateway + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.NE_HURTRACK_ARC + Hurricanes Making Landfall in New England 1851 - 2008 + Generated from massgis_sde + + 2008 + 1851 + England + New + Making + Landfall + in + - + Hurricanes + MORIS.NE_HURTRACK_ARC + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ne_hurtracks_arc.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.NY_GOME_CONTOURS_ARC + Bathymetry - NY Bight and Gulf of Maine + Generated from massgis_sde + + of + Bight + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ny_gome_contours_arc.htm + NY + MORIS.NY_GOME_CONTOURS_ARC + Gulf + Maine + Bathymetry + massgis_sde + and + - + + EPSG:26986 + + + + + + + massgis:MORIS.OM_1000M_GRID_EXACT_POLY + Ocean Management 1km2 Grid (Exact) + Generated from massgis_sde + + (Exact + Management + Act + Ocean + Area + 1km2 + - + 2008: + of + Border) + Grid + Analysis + Oceans + Planning + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_1000m_grid_exact_poly.htm + MORIS.OM_1000M_GRID_EXACT_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.OM_1000M_GRID_POLY + Ocean Management 1km2 Grid + Generated from massgis_sde + + Management + Act + Ocean + Area + (Blocked + MORIS.OM_1000M_GRID_POLY + 1km2 + - + 2008: + of + Border) + Grid + Analysis + Oceans + Planning + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_1000m_grid_poly.htm + + EPSG:26986 + + + + + + + massgis:MORIS.OM_250M_GRID_EXACT_POLY + Ocean Management 250m2 Grid (Exact) + Generated from massgis_sde + + (Exact + Management + Act + MORIS.OM_250M_GRID_EXACT_POLY + Ocean + Area + 250m2 + - + 2008: + of + Border) + Grid + Analysis + Oceans + Planning + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_250m_grid_exact_poly.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.OM_250M_GRID_POLY + Ocean Management 250m2 Grid + Generated from massgis_sde + + Management + Act + Ocean + Area + (Blocked + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_250m_grid_poly.htm + 250m2 + - + 2008: + of + Border) + Grid + Analysis + Oceans + Planning + MORIS.OM_250M_GRID_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.OM_30M_CONTOUR_ARC + 30-meter Contour + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_30m_contour_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_30m_contour_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_60M_CONTOUR_ARC + 60-meter Contour + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_60m_contour_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_60m_contour_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_ACTIVE_DISPOSAL_SITES_POLY + Active Disposal Sites + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_active_disposal_sites_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_active_disposal_sites_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_ANCHORAGE_AREAS_POLY + Anchorage Areas + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_anchorage_areas_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_anchorage_areas_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_AUTOMATIC_ID_SYSTEM_POLY + Automatic Identification System (AIS) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_automatic_id_system_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_automatic_id_system_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CABLES_POLY + Cables + + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_cables_poly.shp.xml + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_cables_poly.htm + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CABLE_AREAS_POLY + Cable Areas + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_cable_areas_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_cable_areas_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_COLONIAL_NESTING_WB_POLY + Colonial Nesting Waterbirds + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_colonial_nesting_wb_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_colonial_nesting_wb_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_COL_WB_IMP_HAB_IDS_POLY + Colonial Waterbirds Important Nesting Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_col_wb_imp_hab_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_col_wb_imp_hab_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_COL_WB_IMP_HAB_POLY + Colonial Waterbirds Important Nesting Habitat + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_col_wb_imp_hab_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_col_wb_imp_hab_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_COMM_FISH_ACTIVITY_POLY + Commercial Fisheries Activity + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_comm_fish_activity_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_comm_fish_activity_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_COMMERCE_TRAF_IDS_POLY + Concentrated Commerce Traffic, as indicated by Automatic Identification System (AIS) data (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_commerce_traf_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_commerce_traf_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_COMMERCE_TRAF_POLY + Concentrated Commerce Traffic, as indicated by Automatic Identification System (AIS) data + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_commerce_traf_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_commerce_traf_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_COM_FISH_TRAF_IDS_POLY + Concentrated Commercial Fishing Traffic, as indicated by Vessel Monitoring System (VMS) data (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_com_fish_traf_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_com_fish_traf_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_COM_FISH_TRAF_POLY + Concentrated Commercial Fishing Traffic, as indicated by Vessel Monitoring System (VMS) data + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_com_fish_traf_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_com_fish_traf_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_REC_BOATING_IDS_POLY + Concentrated Recreational Boating Activity (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_rec_boating_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_rec_boating_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_REC_BOATING_POLY + Concentrated Recreational Boating Activity + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_rec_boating_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_rec_boating_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_REC_BOATING_ROUTES_ARC + Concentrated Recreational Boating Routes + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_rec_boating_routes_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_rec_boating_routes_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_REC_FISHING_IDS_POLY + Concentrated Recreational Fishing (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_rec_fishing_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_rec_fishing_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_CONC_REC_FISHING_POLY + Concentrated Recreational Fishing + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_conc_rec_fishing_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_conc_rec_fishing_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_EELGRASS_IDS_POLY + Eelgrass (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_eelgrass_ids_poly.htm + ExtracDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_eelgrass_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_EELGRASS_POLY + Eelgrass + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_eelgrass_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_eelgrass_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_EXCLUSIONARY_CRITERIA_POLY + Exclusionary Criteria + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_exclusionary_criteria_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_exclusionary_criteria_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_FERRY_ROUTES_POLY + Ferry Routes + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_ferry_routes_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_ferry_routes_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_FIN_WHALES_POLY + Fin Whales in the Southern Gulf of Maine - Interpolation of Sightings per Unit Effort (Quantile) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_fin_whales_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_fin_whales_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_FIN_WHALE_CORE_HAB_IDS_POLY + Fin Whale Core Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_fin_whale_core_hab_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_fin_whale_core_hab_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_FIN_WHALE_CORE_HAB_POLY + Fin Whale Core Habitat + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_fin_whale_core_hab_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_fin_whale_core_hab_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_FISHERIES_RESOURCES_POLY + Fisheries Resources + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_fisheries_resources_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_fisheries_resources_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_GAS_PIPELINES_POLY + Gas Pipelines + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_gas_pipelines_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_gas_pipelines_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HARD_COMPLEX_SEAFL_IDS_POLY + Hard/Complex Seafloor + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_hard_complex_seafl_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_hard_complex_seafl_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HARD_COMPLEX_SEAFL_POLY + Hard/Complex Seafloor + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_hard_complex_seafl_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_hard_complex_seafl_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HIGH_COMM_FISHING_IDS_POLY + High Effort and Value Commercial Fishing (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_high_comm_fishing_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_high_comm_fishing_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HIGH_COMM_FISHING_POLY + High Effort and Value Commercial Fishing + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_high_comm_fishing_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_high_comm_fishing_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HULL_PROJECT_POLY + Hull Project + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_hull_project_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_hull_project_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HUMPBACK_CORE_HAB_IDS_POLY + Humpback Whale Core Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_humpback_core_hab_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_humpback_core_hab_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HUMPBACK_CORE_HAB_POLY + Humpback Whale Core Habitat + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_humpback_core_hab_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_humpback_core_hab_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_HUMPBACK_WHALES_POLY + Humpback Whales in the Southern Gulf of Maine - Interpolation of Sightings per Unit Effort (Quantile) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_humpback_whales_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_humpback_whales_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_IMP_FISH_RES_AREAS_IDS_POLY + Important Fish Resource Areas (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_imp_fish_res_areas_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_imp_fish_res_areas_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_IMP_FISH_RES_AREAS_POLY + Important Fish Resource Areas + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_imp_fish_res_areas_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_imp_fish_res_areas_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_INACTIVE_DISPOSAL_SITE_POLY + Inactive Disposal Sites in the Coastal Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_inactive_disposal_site_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_inactive_disposal_site_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_INTERTIDAL_FLATS_IDS_POLY + Intertidal Flats (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_intertidal_flats_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_intertidal_flats_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_INTERTIDAL_FLATS_POLY + Intertidal Flats + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_intertidal_flats_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_intertidal_flats_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_LAND_USE_LAND_COVER_POLY + Land Use and Land Cover in the Coastal Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_land_use_land_cover_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_land_use_land_cover_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_LEACHS_SP_IMP_HAB_IDS_POLY + Leachs Storm-Petrel Important Nesting Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_leachs_sp_imp_hab_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_leachs_sp_imp_hab_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_LEACHS_SP_IMP_HAB_POLY + Leachs Storm-Petrel Important Nesting Habitat + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_leachs_sp_imp_hab_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_leachs_sp_imp_hab_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_LEACHS_STORM_PETREL_POLY + Leachs Storm-Petrels + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_leachs_storm_petrel_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_leachs_storm_petrel_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_LTDU_CORE_HAB_IDS_POLY + Long-tailed Duck Core Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_ltdu_core_hab_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_ltdu_core_hab_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_LTDU_CORE_HAB_POLY + Long-tailed Duck Core Habitat + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_ltdu_core_hab_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_ltdu_core_hab_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_MAC_AVIATION_BUFFERS_POLY + Massachusetts Aeronautics Commission (MAC) Aviation Buffers + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_mac_aviation_buffers_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_mac_aviation_buffers_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_MULTI_USE_AREA_IDS_POLY + Multi-Use Area (ocean management) (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_multi_use_area_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_multi_use_area_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_MULTI_USE_AREA_POLY + Multi-Use Area (ocean management) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_multi_use_area_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_multi_use_area_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_MUNICIPALITIES_ADJ_PA_POLY + Municipalities Adjacent to the Massachusetts Ocean Management Planning Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_municipalities_adj_pa_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_municipalities_adj_pa_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_NATL_REGISTER_HIS_PLACES_PT + National Register of Historic Places in the Coastal Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_natl_register_his_places_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_natl_register_his_places_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_NEARSHORE_BOUND_ARC + Nearshore Ocean Management Planning Area Boundary (NOMPAB) - Commonwealth of Massachusetts + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_nearshore_bound_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_nearshore_bound_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_NORTH_ATLANTIC_RIGHT_W_POLY + North Atlantic Right Whale Interpolation of Sightings-per-Unit-Effort (SPUE) in the Southern Gulf of Maine + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_north_atlantic_right_w_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_north_atlantic_right_w_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_N_ATL_RIGHT_W_CORE_IDS_POLY + North Atlantic Right Whale Core Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_n_atl_right_w_core_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_n_atl_right_w_core_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_N_ATL_RIGHT_W_CORE_POLY + North Atlantic Right Whale Core Habitat + + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_n_atl_right_w_core_poly.shp.xml + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_n_atl_right_w_core_poly.htm + + EPSG:26986 + + + + + + + massgis:MORIS.OM_ONE_MI_FROM_SHORELINE_POLY + One Mile from Inhabited Shoreline + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_one_mi_from_shoreline_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_one_mi_from_shoreline_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PILOT_BOARDING_AREAS_POLY + Pilot Boarding Areas + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_pilot_boarding_areas_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_pilot_boarding_areas_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PLANNING_AREA_IDS_POLY + Massachusetts Ocean Management Planning Area Grid + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_planning_area_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_planning_area_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PLANNING_AREA_POLY + Massachusetts Ocean Management Planning Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_planning_area_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_planning_area_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_POTENTIALLY_SUIT_DEEPW_POLY + Areas Potentially Suitable for Deepwater Sites + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_potentially_suit_deepw_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_potentially_suit_deepw_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_POTENTIALLY_SUIT_FED_POLY + Potentially Suitable Locations in Federal Waters + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_potentially_suit_fed_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_potentially_suit_fed_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_POTENTIAL_TIDAL_RES_POLY + Potential Tidal Resources + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_potential_tidal_res_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_potential_tidal_res_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PRECAUTIONARY_AREAS_POLY + Precautionary Areas + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_precautionary_areas_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_precautionary_areas_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PROHIBITED_AREA_POLY + Prohibited Area (ocean management) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_prohibited_area_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_prohibited_area_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PROPOSED_MREC_AREA_POLY + Proposed New England Marine Renewable Energy Center (MREC) Test Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_proposed_mrec_area_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_proposed_mrec_area_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PROPOSED_SCREEN_FEASIB_POLY + Areas Proposed for Screening and Feasibility Analysis + http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_proposed_screen_feasib_poly.shp.xml + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_proposed_screen_feasib_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_proposed_screen_feasib_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PROPOSED_TIDAL_EN_PROJ_POLY + Proposed Tidal Energy Project Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_proposed_tidal_en_proj_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_proposed_tidal_en_proj_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PROVISIONAL_AREA_IDS_POLY + Provisional Area (ocean management) (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_provisional_area_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_provisional_area_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PROVISIONAL_AREA_POLY + Provisional Area (ocean management) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_provisional_area_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_provisional_area_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_PUBLIC_OPEN_SPACES_POLY + Public Open Space with Views of the Massachusetts Ocean Management Planning Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_public_open_spaces_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_public_open_spaces_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_REC_FISHING_MMTA_POLY + Recreational Fishing Areas Identified by a Massachusetts Marine Trades Association Survey of Fishermen + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_rec_fishing_mmta_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_rec_fishing_mmta_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_REGIONAL_PLANNING_AGEN_POLY + Regional Planning Agencies + + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_regional_planning_agen_poly.shp.xml + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_regional_planning_agen_poly.htm + + EPSG:26986 + + + + + + + massgis:MORIS.OM_ROSEATE_TERN_BR_ST_POLY + Roseate Tern Breeding and Staging Sites + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_roseate_tern_br_st_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_roseate_tern_br_st_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_ROSEATE_TERN_CORE_IDS_POLY + Roseate Tern Core Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_roseate_tern_core_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_roseate_tern_core_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_ROSEATE_TERN_CORE_POLY + Roseate Tern Core Habitat + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_roseate_tern_core_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_roseate_tern_core_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_ROSEATE_TERN_FORAGE_POLY + Roseate Tern Foraging Areas + + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_roseate_tern_forage_poly.shp.xml + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_roseate_tern_forage_poly.htm + + EPSG:26986 + + + + + + + massgis:MORIS.OM_SC_TERN_BREED_STAGE_POLY + Special Concern (Arctic, Least, and Common) Tern Breeding and Staging Sites + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_sc_tern_breed_stage_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_sc_tern_breed_stage_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_SC_TERN_CORE_HAB_IDS_POLY + Special Concern (Arctic, Least, and Common) Tern Core Habitat (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_sc_tern_core_hab_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_sc_tern_core_hab_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_SC_TERN_CORE_HAB_POLY + Special Concern (Arctic, Least, and Common) Tern Core Habitat + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_sc_tern_core_hab_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_sc_tern_core_hab_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_SC_TERN_FORAGE_POLY + Special Concern (Arctic, Least, and Common) Tern Foraging Areas + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_sc_tern_forage_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_sc_tern_forage_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_SEPARATION_ZONE_POLY + Separation Zone + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_separation_zone_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_separation_zone_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_SHIPPING_LANES_POLY + Shipping Lanes + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_shipping_lanes_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_shipping_lanes_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_SURFICIAL_SEDIMENTS_POLY + Surficial Sediments (in the coastal area) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_surficial_sediments_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_surficial_sediments_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_VESSEL_MONITORING_SYS_POLY + Vessel Monitoring System (VMS) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_vessel_monitoring_sys_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_vessel_monitoring_sys_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_WIND_ENERGY_AREAS_IDS_POLY + Wind Energy Areas (250-meter grid spacing) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_wind_energy_areas_ids_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_wind_energy_areas_ids_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_WIND_ENERGY_AREAS_POLY + Wind Energy Areas (in the coastal area) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_wind_energy_areas_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_wind_energy_areas_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OM_WIND_SPEED_POLY + Wind Speed (in the coastal area) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_om_wind_speed_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_om_wind_speed_poly.shp.xml + + + EPSG:26986 + + + + + + + massgis:MORIS.OSTREA_EDULIS_2008_PT + Ostrea edulis 2008 Points (European Oyster) + Generated from massgis_sde + + 2008 + Oyster) + (European + Ostrea + MORIS.OSTREA_EDULIS_2008_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ostrea_edulis_2008_pt.htm + Points + edulis + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.OSTREA_EDULIS_2010_PT + Ostrea edulis 2010 Points (European Oyster) + + + ExtractDoc=http://maps.massgis.state.ma.us/metadata/moris_ostrea_edulis_2010_pt.shp.xml + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ostrea_edulis_2010_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.OSTREA_EDULIS_2011_PT + Ostrea edulis (European Oyster) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ostrea_edulis_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ostrea_edulis_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.OUTFPIPE_ARC + MWRA Outfall Pipe + Generated from massgis_sde + + Pipe + MORIS.OUTFPIPE_ARC + MWRA + Outfall + massgis_sde + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_outfpipe_arc.htm + + EPSG:26986 + + + + + + + massgis:MORIS.PALAEMON_ELEGANS_2011_PT + Palaemon elegans (European Rock Shrimp) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_palaemon_elegans_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_palaemon_elegans_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.PLANAREA_POLY + Digital Offshore Cadastre - Atlantic 1983 - Planning Area Outlines + Generated from massgis_sde + + Atlantic + Area + Outlines + - + 1983 + Cadastre + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_planarea_poly.htm + Planning + Offshore + MORIS.PLANAREA_POLY + Digital + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_planarea_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.PROTLMT_POLY + Digital Offshore Cadastre - Atlantic 1983 - Official Protraction Diagram (OPD) Outlines - Limit + Generated from massgis_sde + + (OPD) + Atlantic + Outlines + Diagram + MORIS.PROTLMT_POLY + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_protlmtpoly.htm + - + 1983 + Cadastre + Protraction + Offshore + Limit + Official + Digital + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_protlmt_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.PROT_CLP_POLY + Digital Offshore Cadastre - Atlantic 1983 - Official Protraction Diagram (OPD) Outlines - Clip + Generated from massgis_sde + + (OPD) + Atlantic + MORIS.PROT_CLP_POLY + Clip + Outlines + Diagram + - + 1983 + Cadastre + Protraction + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_prot_clp_poly.htm + Offshore + Official + Digital + massgis_sde + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_prot_clp_poly.shp.xml + + EPSG:26986 + + + + + + + + + massgis:MORIS.RFI_12NM_BUFFER_ARC + 12-nautical mile Buffer + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rfi_12nm_buffer_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_rfi_12nm_buffer_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RFI_AIS_GT50_POLY + Automatic Identification System (AIS): greater than 50 vessels per 250x250-meter grid cell in 2008 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rfi_ais_gt50_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_rfi_ais_gt50_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RFI_AREA_OF_INTEREST_LTDU_POLY + Area of Interest for Long-tailed Ducks + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rfi_area_of_interest_ltdu_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_rfi_area_of_interest_ltdu_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RFI_BATHYMETRY_RD + Bathymetry in meters + + + WCS + ArcSDE Raster + MORIS.RFI_BATHYMETRY_RD + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rfi_bathymetry_rd.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_rfi_bathymetry_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RFI_BATHY_CONTOURS_ARC + Bathymetric Contours (meters) + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rfi_bathy_contours_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_rfi_bathy_contours_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RFI_BOUNDARY_ARC + RFI Boundary Arc + + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_rfi_boundary_arc.shp.xml + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rfi_boundary_arc.htm + + EPSG:26986 + + + + + + + massgis:MORIS.RFI_VMS_GT25_POLY + Vessel Monitoring System (VMS): greater than 25 vessels per 250x250-meter grid cell from Sept. 2007 to Aug. 2008 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rfi_vms_gt25_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_rfi_vms_gt25_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RIGHT_WHALE_CRIT_HAB_POLY + Marine Protected Areas Right Whale Critical Habitat + Generated from massgis_sde + + Right + Marine + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_right_whale_crit_hab_poly.htm + MORIS.RIGHT_WHALE_CRIT_HAB_POLY + Whale + Areas + Critical + Protected + Habitat + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.RI_MA_AMI_ARC + RI/MA Area of Mutual Interest Boundary + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ri_ma_ami_arc.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ri_ma_ami_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RI_SAMP_POLY + Rhode Island Ocean SAMP Study Area + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_ri_samp_poly.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_ri_samp_poly.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.RUGGED_RD + Stellwagen Bank Terrain Ruggedness Analysis + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_rugged_rd.htm + WCS + RUGGED_RD + MORIS.RUGGED_RD + ArcSDE + IS-IMAGERY + UnitsPerPixel=13 + BytesPerPixel=4 + Stellwagen + Bank + Terrain + Ruggedness + Analysis + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_rugged_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.SHELLFISH_LANDINGS_POLY + Shellfish Landings MA 1990-2001 + Generated from massgis_sde + + MORIS.SHELLFISH_LANDINGS_POLY + Landings + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_shellfish_landings_poly.htm + Shellfish + 1990-2001 + MA + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.SHIPPINGLANES_POLY + Shipping Lanes + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_shipping_lanes_poly.htm + Lanes + Shipping + MORIS.SHIPPINGLANES_POLY + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.SLA_ARC + Digital Offshore Cadastre (DOC) - Atlantic83 - Submerged Lands Act (SLA) Boundary Line + Generated from massgis_sde + + Act + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_sla_arc.htm + (SLA) + - + Cadastre + (DOC) + Boundary + Submerged + Offshore + Atlantic83 + Line + MORIS.SLA_ARC + massgis_sde + Lands + Digital + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_sla_arc.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.STRIPEDBASS_HARVEST_POLY + Striped Bass Landings MA 1990-2001 + Generated from massgis_sde + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_stripedbass_harvest_poly.htm + MORIS.STRIPEDBASS_HARVEST_POLY + Landings + Striped + 1990-2001 + MA + massgis_sde + Bass + + EPSG:26986 + + + + + + + massgis:MORIS.STYELA_CLAVA_2008_PT + Styela clava 2008 Points (Club Tunicate) + Generated from massgis_sde + + MORIS.STYELA_CLAVA_2008_PT + massgis_sde + Styela + clava + 2008 + Points + (Club + Tunicate) + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_styela_clava_2008_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.STYELA_CLAVA_2009_PT + Styela clava 2009 Points (Club Tunicate) + + + Styela clava + Club Tunicate + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_styela_clava_2009_pt.htm + + EPSG:26986 + + + + + + + massgis:MORIS.STYELA_CLAVA_2010_PT + Styela clava 2010 Points (Club Tunicate) + + + MassgisMetadataUrl= http://maps.massgis.state.ma.us/czm/moris/metadata/moris_styela_clava_2010_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_styela_clava_2010_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.STYELA_CLAVA_2011_PT + Styela clava (Club Tunicate) 2011 + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_styela_clava_2011_pt.htm + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/moris_styela_clava_2011_pt.shp.xml + + EPSG:26986 + + + + + + + massgis:MORIS.SUNILLUM_RD + Stellwagen Bank Sun Illuminated Topographic Imagery + + + IS-IMAGERY + UnitsPerPixel=9.9999805 + BytesPerPixel=2 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_sunillum_rd.htm + WCS + MORIS.SUNILLUM_RD + MORIS.SUNILLUM_RD + ArcSDE + Stellwagen + Bank + Sun + Illuminated + Topographic + Imagery + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_moris_sunillum_rd.tif.xml + + EPSG:26986 + + + + + + + massgis:MORIS.TIDAL_CURRENTS_GT_3KNOTS_PT + Tidal Currents Greater Than 3 Knots + Generated from massgis_sde + + 3 + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_tidal_currents_gt_3knots_pt.htm + Currents + Tidal + Than + Knots + Greater + MORIS.TIDAL_CURRENTS_GT_3KNOTS_PT + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.TIDE_STATIONS_PT + Tide Gauge Stations + Generated from massgis_sde + + MORIS.TIDE_STATIONS_PT + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_tide_stations_pt.htm + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.USCG_BASES_PT + United States Coast Guard Bases + Generated from massgis_sde + + MORIS.USCG_BASES_PT + Bases + Coast + Guard + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_uscg_bases_pt.htm + States + United + massgis_sde + + EPSG:26986 + + + + + + + massgis:MORIS.WMA_NHA_POLY + Wildlife Management Areas/Natural Heritage Areas + Generated from massgis_sde + + Management + Areas/Natural + Wildlife + MassgisMetadataUrl=http://maps.massgis.state.ma.us/czm/moris/metadata/moris_wma_nha_poly.htm + Areas + Heritage + massgis_sde + MORIS.WMA_NHA_POLY + + EPSG:26986 + + + + + + + + massgis:NOAA.NOAA_13006_1 + NOAA Chart West Quoddy Head To New York + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA_13006_1 + NOAA.NOAA_13006_1 + ArcSDE + IS-IMAGERY + UnitsPerPixel=58.44695879 + BytesPerPixel=1 + NOAA + Chart + West + Quoddy + Head + To + New + York + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13006_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13009_1 + NOAA Chart Gulf Of Maine And Georges Bank + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA_13009_1 + NOAA.NOAA_13009_1 + ArcSDE + S-IMAGERY + UnitsPerPixel=43.40083356 + BytesPerPixel=1 + NOAA + Chart + Gulf + Of + Maine + And + Georges + Bank + + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13009_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13200_1 + NOAA Chart Georges Bank And Nantucket Shoals + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13200_1 + NOAA.NOAA_13200_1 + ArcSDE + NOAA + Chart + Georges + Bank + And + Nantucket + Shoals + IS-IMAGERY + UnitsPerPixel=33.76536797 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13200_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13203_1 + NOAA Chart Georges Bank Western Part + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13203_1 + NOAA.NOAA_13203_1 + ArcSDE + NOAA + Chart + Georges + Bank + Western + Part + IS-IMAGERY + UnitsPerPixel=19.35323049 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13203_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13204_1 + NOAA Chart Georges Bank Eastern Part + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13204_1 + NOAA.NOAA_13204_1 + ArcSDE + NOAA + Chart + Georges + Bank + Eastern + Part + IS-IMAGERY + UnitsPerPixel=19.32279622 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13204_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13218_1 + NOAA Chart Martha's Vineyard to Block Island + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13218_1 + NOAA.NOAA_13218_1 + ArcSDE + NOAA + Chart + Martha's + Vineyard + to + Block + Island + IS-IMAGERY + UnitsPerPixel=6.9184603 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13218_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13221_1 + NOAA Chart Narragansett Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13221_1 + NOAA.NOAA_13221_1 + ArcSDE + NOAA + Chart + Narragansett + Bay + IS-IMAGERY + UnitsPerPixel=3.5511271 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13221_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13224_1 + NOAA Chart Providence River and Head of Narragansett Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13224_1 + NOAA.NOAA_13224_1 + ArcSDE + NOAA + Chart + Providence + River + and + Head + of + Narragansett + Bay + IS-IMAGERY + UnitsPerPixel=1.7634899 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13224_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13224_2 + NOAA Chart Seekonk River, Cold Spring Point to Pawtucket + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13224_2 + NOAA.NOAA_13224_2 + ArcSDE + NOAA + Chart + Seekonk + River + Cold + Spring + Point + to + Pawtucket + IS-IMAGERY + UnitsPerPixel=1.7806228 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13224_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13226_1 + NOAA Chart Mount Hope Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13226_1 + NOAA.NOAA_13226_1 + ArcSDE + NOAA + Chart + Mount + Hope + Bay + IS-IMAGERY + UnitsPerPixel=1.7622645 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13226_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13226_2 + NOAA Chart Continuation of Taunton River + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13226_2 + NOAA.NOAA_13226_2 + ArcSDE + NOAA + Chart + Continuation + of + Taunton + River + IS-IMAGERY + UnitsPerPixel=1.8048056 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13226_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13227_1 + NOAA Chart Fall River Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13227_1 + NOAA.NOAA_13227_1 + ArcSDE + NOAA + Chart + Fall + River + Harbor + IS-IMAGERY + UnitsPerPixel=0.87882997 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13227_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13227_2 + NOAA Chart State Pier + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13227_2 + NOAA.NOAA_13227_2 + ArcSDE + NOAA + Chart + State + Pier + IS-IMAGERY + UnitsPerPixel=0.21724551 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13227_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13228_1 + NOAA Chart Westport River And Approaches + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13228_1 + NOAA.NOAA_13228_1 + ArcSDE + NOAA + Chart + Westport + River + And + Approaches + IS-IMAGERY + UnitsPerPixel=1.7586241 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13228_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_1 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Barnstable-Chatham) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_1 + NOAA.NOAA_13229_1 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Barnstable-Chatham) + IS-IMAGERY + UnitsPerPixel=4.7676352 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_10 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Dartmouth-Falmouth) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_10 + NOAA.NOAA_13229_10 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Dartmouth-Falmouth) + IS-IMAGERY + UnitsPerPixel=3.3870319 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_10.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_11 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (N Buzz Bay) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_11 + NOAA.NOAA_13229_11 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (N + Buzz + Bay) + IS-IMAGERY + UnitsPerPixel=3.4304369 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_11.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_12 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (New Bedford Harbor) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_12 + NOAA.NOAA_13229_12 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (New + Bedford + Harbor) + IS-IMAGERY + UnitsPerPixel=1.7592508 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_12.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_13 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Cape Cod Canal) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_13 + NOAA.NOAA_13229_13 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Cape + Cod + Canal) + IS-IMAGERY + UnitsPerPixel=4 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_13.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_14 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Inset-Prince Cove) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_14 + NOAA.NOAA_13229_14 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Inset-Prince + Cove) + IS-IMAGERY + UnitsPerPixel=4.4914761 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_14.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_3 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Inset-Hyannis Harbor) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_3 + NOAA.NOAA_13229_3 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Inset-Hyannis + Harbor) + IS-IMAGERY + UnitsPerPixel=1.7061816 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_3.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_4 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Gosnold-Barnstable) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_4 + NOAA.NOAA_13229_4 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Gosnold-Barnstable) + IS-IMAGERY + UnitsPerPixel=5.8168759 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_4.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_6 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Inset-Woods Hole) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_6 + NOAA.NOAA_13229_6 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Inset-Woods + Hole) + IS-IMAGERY + UnitsPerPixel=0.42759393 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_6.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_7 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Inset-Robinsons Hole) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_7 + NOAA.NOAA_13229_7 + ArcSDE + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Inset-Robinsons + Hole) + IS-IMAGERY + UnitsPerPixel=1.0537698 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_7.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_8 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Inset-Cuttyhunk Harbor) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_8 + NOAA.NOAA_13229_8 + ArcSDE + NOAA + Chart + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Inset-Cuttyhunk + Harbor) + IS-IMAGERY + UnitsPerPixel=1.0552281 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_8.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13229_9 + NOAA Chart South Coast of Cape Cod and Buzzards Bay (Gosnold) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13229_9 + NOAA.NOAA_13229_9 + ArcSDE + South + Coast + of + Cape + Cod + and + Buzzards + Bay + (Gosnold) + IS-IMAGERY + UnitsPerPixel=3.3975456 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13229_9.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13230_1 + NOAA Chart Buzzards Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13230_1 + NOAA.NOAA_13230_1 + ArcSDE + NOAA + Chart + Buzzards + Bay + IS-IMAGERY + UnitsPerPixel=3.5156667 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13230_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13230_2 + NOAA Chart Quicks Hole + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13230_2 + NOAA.NOAA_13230_2 + ArcSDE + NOAA + Chart + Quicks + Hole + IS-IMAGERY + UnitsPerPixel=1.7906329 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13230_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13232_1 + NOAA Chart New Bedford Harbor and Approaches + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13232_1 + NOAA.NOAA_13232_1 + ArcSDE + NOAA + Chart + New + Bedford + Harbor + and + Approaches + IS-IMAGERY + UnitsPerPixel=1.7506551 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13232_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13232_2 + NOAA Chart Continuation of Apponagansett Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13232_2 + NOAA.NOAA_13232_2 + ArcSDE + NOAA + Chart + Continuation + of + Apponagansett + Bay + IS-IMAGERY + UnitsPerPixel=1.7688154 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13232_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13233_1 + NOAA Chart Marthas Vineyard + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13233_1 + NOAA.NOAA_13233_1 + ArcSDE + NOAA + Chart + Marthas + Vineyard + IS-IMAGERY + UnitsPerPixel=3.445001 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13233_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13233_2 + NOAA Chart Menemsha Pond + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13233_2 + NOAA.NOAA_13233_2 + ArcSDE + NOAA + Chart + Menemsha + Pond + IS-IMAGERY + UnitsPerPixel=1.7863952 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13233_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13235_1 + NOAA Chart Woods Hole + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13235_1 + NOAA.NOAA_13235_1 + ArcSDE + NOAA + Chart + Woods + Hole + IS-IMAGERY + UnitsPerPixel=0.42849584 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13235_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13236_1 + NOAA Chart Cape Cod Channel And Approaches + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13236_1 + NOAA.NOAA_13236_1 + ArcSDE + NOAA + Chart + Cape + Cod + Channel + And + Approaches + IS-IMAGERY + UnitsPerPixel=1.7193317 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13236_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13236_2 + NOAA Chart Cape Cod Channel And Approaches + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13236_2 + NOAA.NOAA_13236_2 + ArcSDE + NOAA + Chart + Cape + Cod + Channel + And + Approaches + IS-IMAGERY + UnitsPerPixel=1.7170767 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13236_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13237_1 + NOAA Chart Nantucket Sound And Approaches + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13237_1 + NOAA.NOAA_13237_1 + ArcSDE + NOAA + Chart + Nantucket + Sound + And + Approaches + IS-IMAGERY + UnitsPerPixel=6.8958634 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13237_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13238_1 + NOAA Chart Marthas Vineyard - Eastern Part + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13238_1 + NOAA.NOAA_13238_1 + ArcSDE + NOAA + Chart + Marthas + Vineyard + - + Eastern + Part + IS-IMAGERY + UnitsPerPixel=1.7571698 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13238_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13238_2 + NOAA Chart Oak Bluffs Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13238_2 + NOAA.NOAA_13238_2 + ArcSDE + NOAA + Chart + Oak + Bluffs + Harbor + IS-IMAGERY + UnitsPerPixel=0.87471706 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13238_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13238_4 + NOAA Chart Edgartown Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13238_4 + NOAA.NOAA_13238_4 + ArcSDE + NOAA + Chart + Edgartown + Harbor + IS-IMAGERY + UnitsPerPixel=0.88235313 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13238_4.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13241_1 + NOAA Chart Nantucket Island + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13241_1 + NOAA.NOAA_13241_1 + ArcSDE + NOAA + Chart + Nantucket + Island + IS-IMAGERY + UnitsPerPixel=3.4540372 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13241_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13242_1 + NOAA Chart Nantucket Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13242_1 + NOAA.NOAA_13242_1 + ArcSDE + NOAA + Chart + Nantucket + Harbor + IS-IMAGERY + UnitsPerPixel=0.87735689 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13242_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13244_1 + NOAA Chart Eastern Entrance To Nantucket Sound + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13244_1 + NOAA.NOAA_13244_1 + ArcSDE + NOAA + Chart + Eastern + Entrance + To + Nantucket + Sound + IS-IMAGERY + UnitsPerPixel=3.4636932 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13244_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13246_1 + NOAA Chart Cape Cod Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13246_1 + NOAA.NOAA_13246_1 + ArcSDE + NOAA + Chart + Cape + Cod + Bay + IS-IMAGERY + UnitsPerPixel=6.8630995 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13246_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13248_1 + NOAA Chart Chatham Harbor And Pleasant Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13248_1 + NOAA.NOAA_13248_1 + ArcSDE + NOAA + Chart + Chatham + Harbor + And + Pleasant + Bay + IS-IMAGERY + UnitsPerPixel=1.7612347 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13248_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13249_1 + NOAA Chart Provincetown Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13249_1 + NOAA.NOAA_13249_1 + ArcSDE + NOAA + Chart + Provincetown + Harbor + IS-IMAGERY + UnitsPerPixel=1.7145821 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13249_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13250_1 + NOAA Chart Wellfleet Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13250_1 + NOAA.NOAA_13250_1 + ArcSDE + NOAA + Chart + Wellfleet + Harbor + IS-IMAGERY + UnitsPerPixel=3.5075116 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13250_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13251_1 + NOAA Chart Barnstable Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13251_1 + NOAA.NOAA_13251_1 + ArcSDE + NOAA + Chart + Barnstable + Harbor + IS-IMAGERY + UnitsPerPixel=1.7078803 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13251_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13253_1 + NOAA Chart Harbors of Plymouth, Kingston And Duxbury + + + WCS + ArcSDE Raster + NOAA.NOAA_13253_1 + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + IS-IMAGERY + UnitsPerPixel=1.761051 + BytesPerPixel=1 + NOAA Chart Harbors of Plymouth, Kingston And Duxbury + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13253_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13260_1 + NOAA Chart Bay Of Fundy To Cape Cod + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13260_1 + NOAA.NOAA_13260_1 + ArcSDE + NOAA + Chart + Bay + Of + Fundy + To + Cape + Cod + IS-IMAGERY + UnitsPerPixel=32.15647659 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13260_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13267_1 + NOAA Chart Massachusetts Bay + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13267_1 + NOAA.NOAA_13267_1 + ArcSDE + NOAA + Chart + Massachusetts + Bay + IS-IMAGERY + UnitsPerPixel=6.8352463 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13267_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13267_2 + NOAA Chart North River + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13267_2 + NOAA.NOAA_13267_2 + ArcSDE + NOAA + Chart + North + River + IS-IMAGERY + UnitsPerPixel=1.7367121 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13267_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13269_1 + NOAA Chart Cohasset And Scituate Harbors + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13269_1 + NOAA.NOAA_13269_1 + ArcSDE + NOAA + Chart + Cohasset + And + Scituate + Harbors + IS-IMAGERY + UnitsPerPixel=0.87106429 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13269_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13270_1 + NOAA Chart Boston Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13270_1 + NOAA.NOAA_13270_1 + ArcSDE + NOAA + Chart + Boston + Harbor + IS-IMAGERY + UnitsPerPixel=2.1335383 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13270_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13272_1 + NOAA Chart Boston Inner Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13272_1 + NOAA.NOAA_13272_1 + ArcSDE + NOAA + Chart + Boston + Inner + Harbor + IS-IMAGERY + UnitsPerPixel=0.8539026 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13272_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13272_2 + NOAA Chart Mystic River Extension + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13272_2 + NOAA.NOAA_13272_2 + ArcSDE + NOAA + Chart + Mystic + River + Extension + IS-IMAGERY + UnitsPerPixel=1.9879017 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13272_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13274_1 + NOAA Chart Portsmouth Harbor to Boston Harbor (Hampton-Rockport) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13274_1 + NOAA.NOAA_13274_1 + ArcSDE + NOAA + Chart + Portsmouth + Harbor + to + Boston + Harbor + (Hampton-Rockport) + IS-IMAGERY + UnitsPerPixel=6.8383815 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13274_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13274_2 + NOAA Chart Portsmouth Harbor to Boston Harbor (NH coast) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13274_2 + NOAA.NOAA_13274_2 + ArcSDE + NOAA + Chart + Portsmouth + Harbor + to + Boston + Harbor + (NH + coast) + IS-IMAGERY + UnitsPerPixel=6.8561843 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13274_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13274_3 + NOAA Chart Merrimack River Extension + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13274_3 + NOAA.NOAA_13274_3 + ArcSDE + NOAA + Chart + Merrimack + River + Extension + IS-IMAGERY + UnitsPerPixel=6.1793928 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13274_3.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13274_4 + NOAA Chart Merrimack River Extension + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13274_4 + NOAA.NOAA_13274_4 + ArcSDE + NOAA + Chart + Merrimack + River + Extension + IS-IMAGERY + UnitsPerPixel=3.7551693 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13274_4.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13274_5 + NOAA Chart Portsmouth Harbor to Boston Harbor (Rockport-Boston) + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13274_5 + NOAA.NOAA_13274_5 + ArcSDE + NOAA + Chart + Portsmouth + Harbor + to + Boston + Harbor + (Rockport-Boston) + IS-IMAGERY + UnitsPerPixel=4 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13274_5.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13275_1 + NOAA Chart Salem and Lynn Harbors + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13275_1 + NOAA.NOAA_13275_1 + ArcSDE + NOAA + Chart + Salem + and + Lynn + Harbors + IS-IMAGERY + UnitsPerPixel=2.1779015 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13275_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13275_2 + NOAA Chart Manchester Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13275_2 + NOAA.NOAA_13275_2 + ArcSDE + NOAA + Chart + Manchester + Harbor + IS-IMAGERY + UnitsPerPixel=0.87170352 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13275_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13276_1 + NOAA Chart Salem, Marblehead and Beverly Harbors + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13276_1 + NOAA.NOAA_13276_1 + ArcSDE + NOAA + Chart + Salem + Marblehead + and + Beverly + Harbors + IS-IMAGERY + UnitsPerPixel=0.86348348 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13276_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13278_1 + NOAA Chart Portsmouth To Cape Ann + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13278_1 + NOAA.NOAA_13278_1 + ArcSDE + NOAA + Chart + Portsmouth + To + Cape + Ann + IS-IMAGERY + UnitsPerPixel=6.8357895 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13278_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13278_2 + NOAA Chart Hampton Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13278_2 + NOAA.NOAA_13278_2 + ArcSDE + NOAA + Chart + Hampton + Harbor + IS-IMAGERY + UnitsPerPixel=2.6185966 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13278_2.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13279_1 + NOAA Chart Ipswich Bay To Gloucester Harbor + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13279_1 + NOAA.NOAA_13279_1 + ArcSDE + NOAA + Chart + Ipswich + Bay + To + Gloucester + Harbor + IS-IMAGERY + UnitsPerPixel=1.7128315 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13279_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13281_1 + NOAA Chart Gloucester Harbor And Annisquam River + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13281_1 + NOAA.NOAA_13281_1 + ArcSDE + NOAA + Chart + Gloucester + Harbor + And + Annisquam + River + IS-IMAGERY + UnitsPerPixel=0.88763333 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13281_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_13282_1 + NOAA Chart Newburyport Harbor and Plum Island Sound + + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + WCS + NOAA.NOAA_13282_1 + NOAA.NOAA_13282_1 + ArcSDE + NOAA + Chart + Newburyport + Harbor + and + Plum + Island + Sound + IS-IMAGERY + UnitsPerPixel=1.7374229 + BytesPerPixel=1 + ExtractDoc=http://maps.massgis.state.ma.us/czm/moris/XML/massgis_noaa_noaa_13282_1.tif.xml + + EPSG:26986 + + + + + + + massgis:NOAA.NOAA_INDEX_POLY + NOAA Charts Index + Generated from massgis_sde + + MassgisMetadataUrl=http://www.mass.gov/mgis/noaacharts.htm + Index + NOAA.NOAA_INDEX_POLY + NOAA + Charts + massgis_sde + + EPSG:26986 + + + + + + + + massgis:SETB.MSAG_BOUNDARIES_POLYM_911 + MSAG Boundaries + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/metadata/MSAG_BOUNDARIES_METADATA.pdf + + EPSG:26986 + + + + + + + massgis:SETB.ROAD_DATA_ISSUES + SETB Road Data Issues + Generated from webeditor_sde + + SETB.ROAD_DATA_ISSUES + webeditor_sde + + EPSG:26986 + + + + + + + massgis:SETB.STREETS_911 + 911 Streets + + + MassgisMetadataUrl=http://maps.massgis.state.ma.us/metadata/STREETS_911_METADATA.pdf + + EPSG:26986 + + + + + + + massgis:SETB.STREETS_911_TO_EDIT + Streets 911 to Edit + + + EPSG:26986 + + + + + + + massgis:WELLS.WELLS_PT + DCR Well Points + Generated from webeditor_sde + + WELLS.WELLS_PT + webeditor_sde + + EPSG:26986 + + + + + + + massgis:archsites + archsites + + + EPSG:26713 + + + + + + + massgis:l3_taxpar_poly_assess + Level 3 Parcels Shapefile + + + MassgisMetadataUrl=http://www.mass.gov/mgis/L3parcels.htm + ExtractDoc=http://maps.massgis.state.ma.us/metadata/GISDATA.L3_TAXPAR_POLY_ASSESS.xml + + EPSG:26986 + + + + + + + massgis:states + states + + + EPSG:4326 + + + + + + + massgis:test ortho + test ortho + + + WCS + GeoTIFF + 25078765 + + EPSG:26986 + + + + + + + massgis_basemap + massgis_basemap + Layer-Group type layer: massgis_basemap + EPSG:26986 + + + + + test_layergroup1 + test_layergroup1 + Layer-Group type layer: test_layergroup1 + EPSG:26986 + + + + + +
diff -Nru owslib-0.7.2/tests/resources/wms_mesonet-caps.xml owslib-0.8.3/tests/resources/wms_mesonet-caps.xml --- owslib-0.7.2/tests/resources/wms_mesonet-caps.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wms_mesonet-caps.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,139 @@ + + + ]> + + + + + + + OGC:WMS + IEM WMS Service + IEM generated CONUS composite of NWS WSR-88D level III base reflectivity. + + + + Daryl Herzmann + Iowa State University + + + None + + + + + + application/vnd.ogc.wms_xml + + + + + + + + + image/png + image/jpeg + image/gif + image/png; mode=8bit + application/x-pdf + image/svg+xml + image/tiff + + + + + + + + + text/plain + application/vnd.ogc.gml + + + + + + + + + text/xml + + + + + + + + + image/png + image/jpeg + image/gif + image/png; mode=8bit + + + + + + + + + text/xml + + + + + + + + + + application/vnd.ogc.se_xml + application/vnd.ogc.se_inimage + application/vnd.ogc.se_blank + + + + + nexrad_base_reflect + IEM WMS Service + IEM generated CONUS composite of NWS WSR-88D level III base reflectivity. + EPSG:4326 + EPSG:900913 + EPSG:102100 + EPSG:3857 + + + + + time_idx + NEXRAD BASE REFLECT + EPSG:4326 + EPSG:900913 + EPSG:102100 + EPSG:3857 + + + + 1995-01-01/2013-12-31/PT5M + + + nexrad-n0r-wmst + NEXRAD BASE REFLECT + EPSG:4326 + EPSG:900913 + EPSG:102100 + EPSG:3857 + + + + 1995-01-01/2013-12-31/PT5M + + + + diff -Nru owslib-0.7.2/tests/resources/wms_Telascience.xml owslib-0.8.3/tests/resources/wms_Telascience.xml --- owslib-0.7.2/tests/resources/wms_Telascience.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wms_Telascience.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,130 @@ + + + ]> + + + + + + + OGC:WMS + BM + Blue Marble 200409 + + + + Norman Vine + Norman Vine + + + MAIL +
POB 319
+ Woods Hole + MA + 02543 + USA +
+ nhv@cooa.whoi.edu +
+ none +
+ + + + + application/vnd.ogc.wms_xml + + + + + + + + + image/gif + image/png + image/jpeg + image/wbmp + image/tiff + image/png; mode=24bit + + + + + + + + + text/plain + application/vnd.ogc.gml + + + + + + + + + text/xml + + + + + + + + + image/gif + image/png + image/jpeg + image/wbmp + image/png; mode=24bit + + + + + + + + + + application/vnd.ogc.se_xml + application/vnd.ogc.se_inimage + application/vnd.ogc.se_blank + + + + + ngBM + BM + EPSG:4326 + + + + + world.topo.bathy.200409 + world.topo.bathy.200409 + init=epsg:4326 + + + + + + USGS_1ft_San_Diego + USGS 1ft San Diego + init=epsg:4326 + + + + + + +
diff -Nru owslib-0.7.2/tests/resources/wps_CEDACapabilities.xml owslib-0.8.3/tests/resources/wps_CEDACapabilities.xml --- owslib-0.7.2/tests/resources/wps_CEDACapabilities.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_CEDACapabilities.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,254 @@ + + + + WPS Pylons Test Server + + + keywordkeyword2 + + WPS + + + + + British Atmospheric Data Centre + + + Stephen Pascoe + + + + + + + + - + + + + + S.Pascoe@rl.ac.uk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CDMSSubsetVariable + Writes a text file and returns an output. + + + + + NCDumpIt + Calls ncdump on the input file path and writes it to an output file. + + + + + TestDap + Writes a text file and returns an output. + + + + + CDMSDescribeVariableDomain + Writes a text file and returns an output. + + + + + CFCheck + Writes a text file and returns an output. + + + + + DoubleIt + Doubles the input number and returns value + This is test process used to demonstrate how the WPS and the WPS User Interface work. The process accepts an integer or floating point number and returns some XML containing the input number double. + + + + SimplePlot + Creates a simple map plot. + This process demonstrates the visualisation capabilities of the WPS. When using the WPS User Interface, the submission form renders a map from which the user can choose a bounding box. The user can also decide on a title for the plot. On submission, the plot is written to a file and the jobviewer page shows that the User Interface can provide a quick look of the output if requested. This process uses the matplotlib and basemap tools to render the map. + + + + CDMSListDatasets + Writes a text file and returns an output. + + + + + CDMSListVariables + Writes a text file and returns an output. + + + + + WCSWrapper + Web Coverage Service Wrapper Process + The "WCSWrapper" process provides a method of requesting a chain of Web Coverage Service (WCS) calls within a single Web Processing Service (WPS) request. The user can potentially define a large set of individual WCS requests across such dimensions as "Coverage", "Time" and "Level" that may not be permitted with a direct WCS call. The asynchronous nature of WPS allows these requests to be scheduled and queued in a manner appropriate to the WPS. The resulting outputs are then zipped up and the user is informed where to download them.<br /><br />Since each coverage provided by a WCS may be defined against different dimensions (such as "Level") the client must consult various WCS methods to populate the options available for each parameter. The process configuration file defines a set of known (and supported) WCS End Points. Once the user has selected a WCS End Point the client can interrogate the "GetCapabilities" method of that particular WCS to dynamically populate the "Coverage" options. Once the user has selected the coverage then the client calls the WCS "DescribeCoverage" method with the appropriate coverage to populate the "TimeStep" option. Once the time steps have been selected the client can call the WPS "Execute" method which will manage a series of calls to the chosen WCS "GetCoverage" method, saving the outputs locally and returning information about them in the WPS "ExecuteResponse" document. + + + + GetWeatherStations + Writes a text file with one weather station per line + The "GetWeatherStations" process allows the user to identify a set of Weather Station numeric IDs. These can be selected using temporal and spatial filters to derive a list of stations that the user is interested in. The output is a text file containing one station ID per line. + + + + ListPPFileHeader + Writes a text file that contains a listing of pp-records in a file. + + + + + TakeAges + A test process to last a long time. + It takes 10 minutes to run. That's it. + + + + CMIP5FileFinder + Writes a test file of matched CMIP5 files. + Given a Modelling Centre, Model, Experiment, Realm and Variable Pattern (a regular expression pattern), this process matches all revelant files in the "latest" version of the CMIP5 archive and returns the paths to that files in "checkm" format. + + + + SubsetPPFile + Filters a PP-file to generate a new subset PP-file. + + + + + ExtractUKStationData + ExtractUKStationData + The "ExtractUKStationData" process provides tools to access surface station weather observations for a range of variables throughout the UK. These include temperature, rainfall and wind measurements. These records are available from 1859 to this year.<br /><br />You can select which stations you require using either a bounding box, a list of UK counties, a list of station IDs or an uploaded file containing station IDs. Data is returned in CSV or tab-delimited text files. + + + + CDOWrapper1 + Writes a text file and returns an output. + + + + + MMDNCDiff + MMDNCDiff + Takes two URLs to NetCDF files, a variable ID, time and depth indices and differences the two variables returning a plot and netcdf file. + + + + PlotRotatedGrid + Creates a plot - to show we can plot a rotated grid. + + + + + MMDAsync + Writes a text file and returns an output. + + + + + MashMyDataMultiplier + Writes a text file and returns an output. + + + + + Delegator + Writes a text file and returns an output. + + + + + ExArchProc1 + Writes a text file and returns an output. + + + + + CDOShowInfo + Writes a text file and returns an output. + + + + + PostTest + Writes a text file and returns an output. + + + + + StatusTestProcess + An process to test status responses + An process to test status responses + + + + WaitForFileDeletionCached + An asynchronous job that waits for a file to be deleted + Test process that will not finish untill the file is deleted + + + + WaitForAllFilesToBeDeleted + An asynchronous job that waits for a number of files to be deleted + Test process that will not finish untill all the watched files are deleted + + + + AsyncTest + Does an asynchronous test job run + Pretend process to handle asynchronous running + + + + SyncTest1 + Just creates a file. + + + + + WaitForFileDeletion + An asynchronous job that waits for a file to be deleted + Test process that will not finish untill the file is deleted + + + + ProcessTemplate + Writes a text file and returns an output. + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_CEDADescribeProcess.xml owslib-0.8.3/tests/resources/wps_CEDADescribeProcess.xml --- owslib-0.7.2/tests/resources/wps_CEDADescribeProcess.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_CEDADescribeProcess.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,36 @@ + + + + DoubleIt + Doubles the input number and returns value + This is test process used to demonstrate how the WPS and the WPS User Interface work. The process accepts an integer or floating point number and returns some XML containing the input number double. + + + + + NumberToDouble + NumberToDouble + NumberToDouble + + + + + 1 + + + + + OutputXML + OutputXML + OutputXML + + + text/XML + UTF-8 + NONE + + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_PMLExecuteRequest4.xml owslib-0.8.3/tests/resources/wps_PMLExecuteRequest4.xml --- owslib-0.7.2/tests/resources/wps_PMLExecuteRequest4.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_PMLExecuteRequest4.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +reprojectImageinputImagehttp://rsg.pml.ac.uk/wps/testdata/elev_srtm_30m.imgoutputSRSEPSG:4326outputImage \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_PMLExecuteRequest5.xml owslib-0.8.3/tests/resources/wps_PMLExecuteRequest5.xml --- owslib-0.7.2/tests/resources/wps_PMLExecuteRequest5.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_PMLExecuteRequest5.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +reprojectCoordscoordshttp://rsg.pml.ac.uk/wps/testdata/coords.txtoutputSRSEPSG:32630inputSRSEPSG:4326 \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_PMLExecuteRequest6.xml owslib-0.8.3/tests/resources/wps_PMLExecuteRequest6.xml --- owslib-0.7.2/tests/resources/wps_PMLExecuteRequest6.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_PMLExecuteRequest6.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +v.net.pathinputhttp://rsg.pml.ac.uk/wps/example/graph.gmlfile1 -960123.1421801624 4665723.56559387 -101288.65106088226 5108200.011823481 \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_PMLExecuteResponse5.xml owslib-0.8.3/tests/resources/wps_PMLExecuteResponse5.xml --- owslib-0.7.2/tests/resources/wps_PMLExecuteResponse5.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_PMLExecuteResponse5.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,21 @@ + + + reprojectCoords + reproject coordinates + reprojectCoords uses gdaltransform to reproject a list of coordinates from one projection to another. DataInputs example using 3 UK points in lat/long to UTM 30N e.g: '[coords=http://rsg.pml.ac.uk/wps/testdata/coords.txt;outputSRS=EPSG:32630;inputSRS=EPSG:4326]' + + + PyWPS Process reprojectCoords successfully calculated + + + + stdout + List of output coordinates in the form of x1 y1,x2 y2,x3 y3.. + + +7504912.93758151 -764109.175074507,7750849.82379226 -22141.8611641468,8561828.42371234 -897195.923493867,7724946.16844165 -602984.014261927 + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_PMLExecuteResponse6.xml owslib-0.8.3/tests/resources/wps_PMLExecuteResponse6.xml --- owslib-0.7.2/tests/resources/wps_PMLExecuteResponse6.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_PMLExecuteResponse6.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,43 @@ + + + v.net.path + Finds shortest path on vector network. + http://grass.osgeo.org/grass70/manuals/html70_user/v.net.path.html + + + + + PyWPS Process v.net.path successfully calculated + + + + output + Name for output vector map + + + + + + -960123.14218016264665723.56559387 + -101288.65106088225108200.011823481 + + + + + -960123.142180162365548,4665723.565593870356679,0 -960123.142180162365548,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -711230.141176006174646,4710278.48552671354264,0 -711230.141176006174646,4710278.48552671354264,0 -623656.677859728806652,4848552.374973464757204,0 -623656.677859728806652,4848552.374973464757204,0 -410100.337491964863148,4923834.82589447684586,0 -410100.337491964863148,4923834.82589447684586,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0 + 1 + 1 + 0 + 0 + 0 + 1002619.181 + 0 + 0 + + + + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_USGSCapabilities.xml owslib-0.8.3/tests/resources/wps_USGSCapabilities.xml --- owslib-0.7.2/tests/resources/wps_USGSCapabilities.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSCapabilities.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,126 @@ + + + + + Geo Data Portal WPS Implementation + A Geo Data Portal Service based on the 52north implementation of WPS 1.0.0 + + WPS + AAFC + geospatial + geoprocessing + + WPS + 1.0.0 + 0.4.0 + NONE + NONE + + + + CIDA + + + Ivan Suftin + Technical Lead + + + 608-821-3899 + + + + 8505 Research Way + Middleton + WI + 53562 + US + isuftin@usgs.gov + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles + gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles + + + gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo + gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo + + + gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm + gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm + + + gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm + gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm + + + gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages + gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages + + + gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom + gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom + + + gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids + gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids + + + gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore + gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore + + + gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange + gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange + + + + + + en-US + + + en-US + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_USGSDescribeProcess.xml owslib-0.8.3/tests/resources/wps_USGSDescribeProcess.xml --- owslib-0.7.2/tests/resources/wps_USGSDescribeProcess.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSDescribeProcess.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,225 @@ + + + + gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm + Feature Weighted Grid Statistics + This algorithm generates area weighted statistics of a gridded dataset for a set of vector polygon features. Using the bounding-box that encloses the feature data and the time range, if provided, a subset of the gridded dataset is requested from the remote gridded data server. Polygon representations are generated for cells in the retrieved grid. The polygon grid-cell representations are then projected to the feature data coordinate reference system. The grid-cells are used to calculate per grid-cell feature coverage fractions. Area-weighted statistics are then calculated for each feature using the grid values and fractions as weights. If the gridded dataset has a time range the last step is repeated for each time step within the time range or all time steps if a time range was not supplied. + + + FEATURE_COLLECTION + Feature Collection + A feature collection encoded as a WFS request or one of the supported GML profiles. + + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/2.0.0/feature.xsd + + + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/2.0.0/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/2.1.1/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/2.1.2/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/2.1.2.1/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/3.0.0/base/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/3.0.1/base/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/3.1.0/base/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/3.1.1/base/feature.xsd + + + text/xml + UTF-8 + http://schemas.opengis.net/gml/3.2.1/base/feature.xsd + + + + + + DATASET_URI + Dataset URI + The base data web service URI for the dataset of interest. + + + + + + + DATASET_ID + Dataset Identifier + The unique identifier for the data type or variable of interest. + + + + + + + REQUIRE_FULL_COVERAGE + Require Full Coverage + If turned on, the service will require that the dataset of interest fully cover the polygon analysis zone data. + + + + true + + + + TIME_START + Time Start + The date to begin analysis. + + + + + + + TIME_END + Time End + The date to end analysis. + + + + + + + FEATURE_ATTRIBUTE_NAME + Feature Attribute Name + The attribute that will be used to label column headers in processing output. + + + + + + + DELIMITER + Delimiter + The delimiter that will be used to separate columns in the processing output. + + + + COMMA + TAB + SPACE + + COMMA + + + + STATISTICS + Statistics + Statistics that will be returned for each feature in the processing output. + + + + MEAN + MINIMUM + MAXIMUM + VARIANCE + STD_DEV + WEIGHT_SUM + COUNT + + + + + GROUP_BY + Group By + If multiple features and statistics are selected, this will change whether the processing output columns are sorted according to statistics or feature attributes. + + + + STATISTIC + FEATURE_ATTRIBUTE + + + + + SUMMARIZE_TIMESTEP + Summarize Timestep + If selected, processing output will include columns with summarized statistics for all feature attribute values for each timestep + + + + false + + + + SUMMARIZE_FEATURE_ATTRIBUTE + Summarize Feature Attribute + If selected, processing output will include a final row of statistics summarizing all timesteps for each feature attribute value + + + + false + + + + + + OUTPUT + Output File + A delimited text file containing requested process output. + + + + text/csv + UTF-8 + + + + + text/csv + UTF-8 + + + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_USGSExecuteInvalidRequestResponse.xml owslib-0.8.3/tests/resources/wps_USGSExecuteInvalidRequestResponse.xml --- owslib-0.7.2/tests/resources/wps_USGSExecuteInvalidRequestResponse.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSExecuteInvalidRequestResponse.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFeature Weighted Grid StatisticsAttribute null not found in feature collection \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_USGSExecuteInvalidRequest.xml owslib-0.8.3/tests/resources/wps_USGSExecuteInvalidRequest.xml --- owslib-0.7.2/tests/resources/wps_USGSExecuteInvalidRequest.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSExecuteInvalidRequest.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,131 @@ + + + gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm + + + FEATURE_COLLECTION + + + + + the_geom + STATE + + + + + + + + + + DATASET_URI + + dods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncml + + + + DATASET_ID + + ccsm3_a1b_tmax + + + + TIME_START + + 1960-01-01T00:00:00.000Z + + + + TIME_END + + 1960-12-31T00:00:00.000Z + + + + REQUIRE_FULL_COVERAGE + + true + + + + DELIMITER + + COMMA + + + + STATISTICS + + MEAN + + + + STATISTICS + + MINIMUM + + + + STATISTICS + + MAXIMUM + + + + STATISTICS + + VARIANCE + + + + STATISTICS + + STD_DEV + + + + STATISTICS + + WEIGHT_SUM + + + + STATISTICS + + COUNT + + + + GROUP_BY + + STATISTIC + + + + SUMMARIZE_TIMESTEP + + true + + + + SUMMARIZE_FEATURE_ATTRIBUTE + + true + + + + + + + OUTPUT + + + + diff -Nru owslib-0.7.2/tests/resources/wps_USGSExecuteRequest1.xml owslib-0.8.3/tests/resources/wps_USGSExecuteRequest1.xml --- owslib-0.7.2/tests/resources/wps_USGSExecuteRequest1.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSExecuteRequest1.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFEATURE_ATTRIBUTE_NAMEthe_geomDATASET_URIdods://cida.usgs.gov/qa/thredds/dodsC/derivatives/derivative-days_above_threshold.pr.ncmlDATASET_IDensemble_b1_pr-days_above_thresholdTIME_START2010-01-01T00:00:00.000ZTIME_END2011-01-01T00:00:00.000ZREQUIRE_FULL_COVERAGEfalseDELIMITERCOMMASTATISTICSMEANGROUP_BYSTATISTICSUMMARIZE_TIMESTEPfalseSUMMARIZE_FEATURE_ATTRIBUTEfalseFEATURE_COLLECTIONthe_geomarea_nameOUTPUT \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_USGSExecuteRequest2.xml owslib-0.8.3/tests/resources/wps_USGSExecuteRequest2.xml --- owslib-0.7.2/tests/resources/wps_USGSExecuteRequest2.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSExecuteRequest2.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFEATURE_ATTRIBUTE_NAMESTATEDATASET_URIdods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncmlDATASET_IDccsm3_a1b_tmaxDATASET_IDccsm3_a1b_prDATASET_IDccsm3_a1fi_tmaxTIME_START1960-01-01T00:00:00.000ZTIME_END1960-12-31T00:00:00.000ZREQUIRE_FULL_COVERAGEtrueDELIMITERCOMMASTATISTICSMEANSTATISTICSMINIMUMSTATISTICSMAXIMUMSTATISTICSWEIGHT_SUMSTATISTICSVARIANCESTATISTICSSTD_DEVSTATISTICSCOUNTGROUP_BYSTATISTICSUMMARIZE_TIMESTEPtrueSUMMARIZE_FEATURE_ATTRIBUTEtrueFEATURE_COLLECTIONthe_geomSTATEOUTPUT \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_USGSExecuteRequest3.xml owslib-0.8.3/tests/resources/wps_USGSExecuteRequest3.xml --- owslib-0.7.2/tests/resources/wps_USGSExecuteRequest3.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSExecuteRequest3.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFEATURE_ATTRIBUTE_NAMEthe_geomDATASET_URIdods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncmlDATASET_IDccsm3_a1b_tmaxTIME_START1960-01-01T00:00:00.000ZTIME_END1960-12-31T00:00:00.000ZREQUIRE_FULL_COVERAGEtrueDELIMITERCOMMASTATISTICSMEANSTATISTICSMINIMUMSTATISTICSMAXIMUMSTATISTICSWEIGHT_SUMSTATISTICSVARIANCESTATISTICSSTD_DEVSTATISTICSCOUNTGROUP_BYSTATISTICSUMMARIZE_TIMESTEPfalseSUMMARIZE_FEATURE_ATTRIBUTEfalseFEATURE_COLLECTION-102.8184 39.5273 -102.8184 37.418 -101.2363 37.418 -101.2363 39.5273 -102.8184 39.52730OUTPUT diff -Nru owslib-0.7.2/tests/resources/wps_USGSExecuteResponse1a.xml owslib-0.8.3/tests/resources/wps_USGSExecuteResponse1a.xml --- owslib-0.7.2/tests/resources/wps_USGSExecuteResponse1a.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSExecuteResponse1a.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,15 @@ + + + + gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm + Feature Weighted Grid Statistics + + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/resources/wps_USGSExecuteResponse1b.xml owslib-0.8.3/tests/resources/wps_USGSExecuteResponse1b.xml --- owslib-0.7.2/tests/resources/wps_USGSExecuteResponse1b.xml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/resources/wps_USGSExecuteResponse1b.xml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,109 @@ + + + + gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm + Feature Weighted Grid Statistics + + + Process successful + + + + FEATURE_ATTRIBUTE_NAME + + ID + + + + DATASET_URI + + dods://hydra.fsl.noaa.gov/thredds/dodsC/oc_gis_downscaling/sresb1/ncar_ccsm3_0.1/Prcp/ncar_ccsm3_0.1.sresb1.monthly.Prcp.1950.nc + + + + DATASET_ID + + Prcp + + + + TIME_START + + 1950-01-16T00:00:00.000Z + + + + TIME_END + + 1950-12-15T00:00:00.000Z + + + + REQUIRE_FULL_COVERAGE + + true + + + + DELIMITER + + COMMA + + + + STATISTICS + + MEAN + + + + GROUP_BY + + STATISTIC + + + + SUMMARIZE_TIMESTEP + + true + + + + SUMMARIZE_FEATURE_ATTRIBUTE + + true + + + + FEATURE_COLLECTION + + + + + the_geom + ID + + + + + + + + + OUTPUT + Output File + + + + \ No newline at end of file diff -Nru owslib-0.7.2/tests/runalldoctests.py owslib-0.8.3/tests/runalldoctests.py --- owslib-0.7.2/tests/runalldoctests.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/runalldoctests.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -import doctest -import getopt -import glob -import sys - -try: - import pkg_resources - pkg_resources.require('OWSLib') -except (ImportError, pkg_resources.DistributionNotFound): - pass - -def open_file(filename, mode='r'): - """Helper function to open files from within the tests package.""" - import os - return open(os.path.join(os.path.dirname(__file__), filename), mode) - -EXTRA_GLOBALS = {'open_file': open_file} - -def run(pattern): - if pattern is None: - testfiles = glob.glob('*.txt') - else: - testfiles = glob.glob(pattern) - for file in testfiles: - doctest.testfile(file, extraglobs=EXTRA_GLOBALS) - -if __name__ == "__main__": - try: - opts, args = getopt.getopt(sys.argv[1:], "t:v") - except getopt.GetoptError: - print "Usage: python runalldoctests.py [-t GLOB_PATTERN]" - sys.exit(2) - pattern = None - for o, a in opts: - if o == '-t': - pattern = a - run(pattern) - diff -Nru owslib-0.7.2/tests/runalltests.py owslib-0.8.3/tests/runalltests.py --- owslib-0.7.2/tests/runalltests.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/runalltests.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,55 +0,0 @@ -# $Id: runalltests.py,v 1.1.1.1 2004/12/06 03:28:23 sgillies Exp $ - -# ============================================================================= -# OWSLib. Copyright (C) 2004 Sean C. Gillies -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the Free -# Software Foundation; either version 2 of the License, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 59 Temple -# Place, Suite 330, Boston, MA 02111-1307 USA -# -# Contact email: sgillies@frii.com -# ============================================================================= - -import doctest -import glob -import os, sys -import unittest - -verbosity = 1 -try: - opts, args = getopt.getopt(sys.argv[1:], 'v') - if opts[0][0] == '-v': - verbosity = verbosity + 1 -except: - pass - -runner = unittest.TextTestRunner(verbosity=verbosity) -suite = unittest.TestSuite() -load = unittest.defaultTestLoader.loadTestsFromModule - -tests = os.listdir(os.curdir) -tests = [n[:-3] for n in tests if n.startswith('test') and n.endswith('.py')] - -for test in tests: - m = __import__(test) - suite.addTest(load(m)) - -# Add doctests -for file in glob.glob('*.txt'): - suite.addTest(doctest.DocFileSuite(file)) - -# ============================================================================= -# Run -if __name__ == '__main__': - runner.run(suite) - diff -Nru owslib-0.7.2/tests/runcoverage.dist owslib-0.8.3/tests/runcoverage.dist --- owslib-0.7.2/tests/runcoverage.dist 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/runcoverage.dist 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#!/bin/sh -# PYTHONPATH=/home/sean/egg-dev -echo "running coverage tests ..." -python coverage.py -e -python coverage.py -x runalltests.py -python coverage.py -rm ../owslib/wms.py ../owslib/wfs.py ../owslib/wmc.py diff -Nru owslib-0.7.2/tests/rundoctests.dist owslib-0.8.3/tests/rundoctests.dist --- owslib-0.7.2/tests/rundoctests.dist 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/rundoctests.dist 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -#!/bin/sh -export PYTHONPATH="/home/sean/Projects/PCL-mindep/dev-packages" -python runalldoctests.py - diff -Nru owslib-0.7.2/tests/runtests.dist owslib-0.8.3/tests/runtests.dist --- owslib-0.7.2/tests/runtests.dist 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/runtests.dist 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -# PYTHONPATH=/home/sean/egg-dev -python runalltests.py diff -Nru owslib-0.7.2/tests/scratch/.gitkeep owslib-0.8.3/tests/scratch/.gitkeep --- owslib-0.7.2/tests/scratch/.gitkeep 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/scratch/.gitkeep 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1 @@ +.gitkeep \ No newline at end of file diff -Nru owslib-0.7.2/tests/sfs-wmts-cap-world.xml owslib-0.8.3/tests/sfs-wmts-cap-world.xml --- owslib-0.7.2/tests/sfs-wmts-cap-world.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sfs-wmts-cap-world.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,471 +0,0 @@ - - - - - - - WMTS - 1.0.0 - conditions unknown - None - - - CARIS - - Andy Hoggarth - Marketing & Sales Manager - - - 1 (506) 459-3849 - - - 115 Waggoners Lane - Fredericton - New Brunswick - E3B 2L4 - Canada - info@caris.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - World - - -179.99999999999997 -90.0 - 179.296876953125 83.62700000000001 - - World - - image/png - application/gml+xml; version=3.1 - - GlobalCRS84Scale - GoogleMapsCompatible - - - - - - Ocean - - -179.99999999999997 -85.583 - 179.296876953125 89.946 - - Ocean - - image/png - application/gml+xml; version=3.1 - - GlobalCRS84Scale - GoogleMapsCompatible - - - - - - GlobalCRS84Scale - urn:ogc:def:crs:OGC:1.3:CRS84 - - 0 - 5.0E8 - 90.0 -180.0 - 256 - 256 - 2 - 1 - - - 1 - 2.5E8 - 90.0 -180.0 - 256 - 256 - 4 - 2 - - - 2 - 1.0E8 - 90.0 -180.0 - 256 - 256 - 8 - 4 - - - 3 - 5.0E7 - 90.0 -180.0 - 256 - 256 - 16 - 8 - - - 4 - 2.5E7 - 90.0 -180.0 - 256 - 256 - 32 - 16 - - - 5 - 1.0E7 - 90.0 -180.0 - 256 - 256 - 64 - 32 - - - 6 - 5000000.0 - 90.0 -180.0 - 256 - 256 - 128 - 64 - - - 7 - 2500000.0 - 90.0 -180.0 - 256 - 256 - 256 - 128 - - - 8 - 1000000.0 - 90.0 -180.0 - 256 - 256 - 512 - 256 - - - 9 - 500000.0 - 90.0 -180.0 - 256 - 256 - 1024 - 512 - - - 10 - 250000.0 - 90.0 -180.0 - 256 - 256 - 2048 - 1024 - - - 11 - 100000.0 - 90.0 -180.0 - 256 - 256 - 4096 - 2048 - - - 12 - 50000.0 - 90.0 -180.0 - 256 - 256 - 8192 - 4096 - - - 13 - 25000.0 - 90.0 -180.0 - 256 - 256 - 16384 - 8192 - - - 14 - 10000.0 - 90.0 -180.0 - 256 - 256 - 32768 - 16384 - - - 15 - 5000.0 - 90.0 -180.0 - 256 - 256 - 65536 - 32768 - - - 16 - 2500.0 - 90.0 -180.0 - 256 - 256 - 131072 - 65536 - - - 17 - 1000.0 - 90.0 -180.0 - 256 - 256 - 262144 - 131072 - - - 18 - 500.0 - 90.0 -180.0 - 256 - 256 - 524288 - 262144 - - - 19 - 250.0 - 90.0 -180.0 - 256 - 256 - 1048576 - 524288 - - - 20 - 100.0 - 90.0 -180.0 - 256 - 256 - 2097152 - 1048576 - - - - GoogleMapsCompatible - urn:ogc:def:crs:EPSG:6.18:3:3857 - - 0 - 5.590822640287178E8 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 1 - 1 - - - 1 - 2.795411320143589E8 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 2 - 2 - - - 2 - 1.397705660071794E8 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 4 - 4 - - - 3 - 6.988528300358972E7 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 8 - 8 - - - 4 - 3.494264150179486E7 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 16 - 16 - - - 5 - 1.747132075089743E7 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 32 - 32 - - - 6 - 8735660.375448715 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 64 - 64 - - - 7 - 4367830.187724357 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 128 - 128 - - - 8 - 2183915.093862179 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 256 - 256 - - - 9 - 1091957.546931089 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 512 - 512 - - - 10 - 545978.7734655447 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 1024 - 1024 - - - 11 - 272989.3867327723 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 2048 - 2048 - - - 12 - 136494.6933663862 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 4096 - 4096 - - - 13 - 68247.34668319309 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 8192 - 8192 - - - 14 - 34123.67334159654 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 16384 - 16384 - - - 15 - 17061.83667079827 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 32768 - 32768 - - - 16 - 8530.918335399136 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 65536 - 65536 - - - 17 - 4265.459167699568 - -2.0037508342789244E7 -2.0037508342789244E7 - 256 - 256 - 131072 - 131072 - - - - - - Earth - Earth - World - Ocean - - - - diff -Nru owslib-0.7.2/tests/sml_ndbc_station.txt owslib-0.8.3/tests/sml_ndbc_station.txt --- owslib-0.7.2/tests/sml_ndbc_station.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sml_ndbc_station.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,118 +0,0 @@ -Imports - - >>> from owslib.swe.sensor.sml import SensorML, EventMetadata - >>> from dateutil import parser - >>> import pytz - -Initialize - - >>> xml = open('sml_ndbc_station.xml').read() - >>> root = SensorML(xml) - >>> system = root.systems[0] - - >>> system.id - 'station-41012' - - >>> system.description - 'Station metadata for 41012 - 40NM ENE of St Augustine, FL' - -Contacts - - >>> system.contacts.keys() - ['urn:ogc:def:classifiers:OGC:contactType:operator', 'urn:ogc:def:classifiers:OGC:contactType:publisher'] - - >>> operator = system.get_contact_by_role('urn:ogc:def:classifiers:OGC:contactType:operator') - >>> operator.role - 'urn:ogc:def:classifiers:OGC:contactType:operator' - >>> operator.organization - 'National Data Buoy Center' - >>> operator.country - 'US' - - >>> publisher = system.get_contact_by_role('urn:ogc:def:classifiers:OGC:contactType:publisher') - >>> publisher.role - 'urn:ogc:def:classifiers:OGC:contactType:publisher' - >>> publisher.organization - 'National Data Buoy Center' - >>> publisher.country - 'USA' - >>> publisher.phone - '228-688-2805' - >>> publisher.address - 'Bldg. 3205' - >>> publisher.city - 'Stennis Space Center' - >>> publisher.postcode - '39529' - >>> publisher.email - 'webmaster.ndbc@noaa.gov' - >>> publisher.region - 'MS' - >>> publisher.url - 'http://sdf.ndbc.noaa.gov/' - -Identification - - >>> system.identifiers.keys() - ['StationId', 'Long Name', 'Short Name'] - - >>> sid = system.get_identifier_by_name('StationId') - >>> sid.name - 'StationId' - >>> sid.definition - 'urn:ioos:def:identifier:NOAA:stationID' - >>> sid.codespace - 'http://sdf.ndbc.noaa.gov' - >>> sid.value - 'urn:ioos:station:wmo:41012' - - -Classifiers - - >>> system.classifiers.keys() - ['Platform Type'] - >>> classi = system.get_classifier_by_name('Platform type') - >>> classi.name - 'Platform Type' - >>> classi.definition - 'urn:ioos:def:classifier:NOAA:platformType' - >>> classi.codespace - 'http://sdf.ndbc.noaa.gov' - >>> classi.value - 'MOORED BUOY' - - -Documents - - >>> system.documents # doctest: +ELLIPSIS - [] - - >>> doc = system.documents[0] - >>> doc.description - 'Handbook of Automated Data Quality Control Checks and Procedures, National Data Buoy Center, August 2009' - >>> doc.format - 'pdf' - >>> doc.url - 'http://www.ndbc.noaa.gov/NDBCHandbookofAutomatedDataQualityControl2009.pdf' - - -History - - >>> system.history.keys() - ['deployment_start', 'deployment_stop'] - - >>> his = system.get_history_by_name('deployment_start') - >>> his # doctest: +ELLIPSIS - [] - >>> len(his) - 2 - - >>> event = his[0] - >>> event.name - 'deployment_start' - >>> parser.parse(event.date).replace(tzinfo=pytz.utc).isoformat() - '2010-01-12T00:00:00+00:00' - >>> event.description - 'Deployment start event' - >>> event.documentation_url - 'http://sdftest.ndbc.noaa.gov/sos/server.php?service=SOS&request=DescribeSensor&version=1.0.0&outputformat=text/xml;subtype="sensorML/1.0.1"&procedure=urn:ioos:station:wmo:41012:20100112' diff -Nru owslib-0.7.2/tests/sml_ndbc_station.xml owslib-0.8.3/tests/sml_ndbc_station.xml --- owslib-0.7.2/tests/sml_ndbc_station.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sml_ndbc_station.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,158 +0,0 @@ - - - - - - Station metadata for 41012 - 40NM ENE of St Augustine, FL - - - - - - urn:ioos:station:wmo:41012 - - - - - 41012 - - - - - 40NM ENE of St Augustine, FL - - - - - - - - - - - MOORED BUOY - - - - - - - National Data Buoy Center - - - US - - - - - - - National Data Buoy Center - - - 228-688-2805 - - - Bldg. 3205 - Stennis Space Center - MS - 39529 - USA - webmaster.ndbc@noaa.gov - - - - - - - Handbook of Automated Data Quality Control Checks and Procedures, National Data Buoy Center, August 2009 - pdf - - - - - - - - 2010-01-12 - Deployment start event - - - - - - 2011-02-06 - Deployment stop event - - - - - - 2011-02-07 - Deployment start event - - - - - - - - 30.04 -80.55 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru owslib-0.7.2/tests/sos_ndbc_getcapabilities.txt owslib-0.8.3/tests/sos_ndbc_getcapabilities.txt --- owslib-0.7.2/tests/sos_ndbc_getcapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sos_ndbc_getcapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,292 +0,0 @@ -Imports - - >>> from owslib.sos import SensorObservationService - >>> from owslib.fes import FilterCapabilities - >>> from owslib.ows import OperationsMetadata - >>> from owslib.crs import Crs - >>> from datetime import datetime - -Initialize - - >>> xml = open('sos_ndbc_getcapabilities.xml').read() - >>> ndbc = SensorObservationService(None, xml=xml) - -ServiceIdentification - - >>> id = ndbc.identification - - >>> id.service - 'OGC:SOS' - - >>> id.version - '1.0.0' - - >>> id.title - 'National Data Buoy Center SOS' - - >>> id.abstract - 'National Data Buoy Center SOS' - - >>> id.keywords - ['Weather', 'Ocean Currents', 'Air Temperature', 'Water Temperature', 'Conductivity', 'Salinity', 'Barometric Pressure', 'Water Level', 'Waves', 'Winds', 'NDBC'] - - >>> id.fees - 'NONE' - - >>> id.accessconstraints - 'NONE' - -ServiceProvider - - >>> p = ndbc.provider - - >>> p.name - 'National Data Buoy Center' - - >>> p.url - 'http://sdf.ndbc.noaa.gov/' - -ServiceContact - - >>> sc = p.contact - - Unused fields should return nothing - - >>> sc.role - >>> sc.position - >>> sc.instructions - >>> sc.organization - >>> sc.fax - >>> sc.hours - - >>> sc.name - 'Webmaster' - - >>> sc.phone - '228-688-2805' - - >>> sc.address - 'Bldg. 3205' - - >>> sc.city - 'Stennis Space Center' - - >>> sc.region - 'MS' - - >>> sc.postcode - '39529' - - >>> sc.country - 'USA' - - >>> sc.email - 'webmaster.ndbc@noaa.gov' - -OperationsMetadata - - >>> o = ndbc.operations - >>> len(o) - 3 - - Name - - >>> len(o) - 3 - - Get by name - - >>> getcap = ndbc.get_operation_by_name('GetCapabilities') - >>> isinstance(getcap, OperationsMetadata) - True - - Get by name (case insensitive) - - >>> getcap = ndbc.get_operation_by_name('getcapabilities') - >>> isinstance(getcap, OperationsMetadata) - True - - # GetCapabilities - - >>> getcap.constraints - {} - - >>> getcap.parameters - {'Sections': {'values': ['ServiceIdentification', 'ServiceProvider', 'OperationsMetadata', 'Contents', 'All']}} - - >>> getcap.methods - {'Post': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}, 'Get': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}} - - - # DescribeSensor - - >>> descsen = ndbc.get_operation_by_name('describesensor') - - >>> descsen.constraints - {} - - >>> descsen.parameters - {'outputFormat': {'values': ['text/xml;subtype="sensorML/1.0.1"']}} - - >>> descsen.methods - {'Post': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}, 'Get': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}} - - # GetObservation - - >>> getob = ndbc.get_operation_by_name('getobservation') - - >>> getob.constraints - {} - - >>> getob.parameters - {'observedProperty': {'values': ['air_temperature', 'air_pressure_at_sea_level', 'sea_water_electrical_conductivity', 'currents', 'sea_water_salinity', 'sea_floor_depth_below_sea_surface', 'sea_water_temperature', 'waves', 'winds']}} - - >>> getob.methods - {'Post': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}, 'Get': {'url': 'http://sdf.ndbc.noaa.gov/sos/server.php'}} - -Filter_Capabilities - - >>> filter = ndbc.filters - >>> isinstance(filter, FilterCapabilities) - False - -Contents - >>> contents = ndbc.contents - >>> len(contents) - 848 - -Network - >>> network = contents['network-all'] - >>> network.id - 'network-all' - - >>> network.name - 'urn:ioos:network:noaa.nws.ndbc:all' - - >>> network.description - 'All stations on the NDBC SOS server' - - >>> srs = network.srs - >>> isinstance(srs, Crs) - True - >>> srs.getcodeurn() - 'urn:ogc:def:crs:EPSG::4326' - >>> srs.getcode() - 'EPSG:4326' - - # (left, bottom, right, top) - - >>> network.bbox - (-179.995, -77.465999999999994, 180.0, 80.810000000000002) - >>> bbsrs = network.bbox_srs - >>> isinstance(bbsrs, Crs) - True - >>> bbsrs.getcodeurn() - 'urn:ogc:def:crs:EPSG::4326' - >>> bbsrs.getcode() - 'EPSG:4326' - - >>> bp = network.begin_position - >>> isinstance(bp, datetime) - True - >>> ep = network.end_position - >>> isinstance(ep, datetime) - True - - >>> network.result_model - 'om:Observation' - - >>> procs = network.procedures - >>> len(procs) - 847 - - >>> network.observed_properties - ['http://mmisw.org/ont/cf/parameter/air_temperature', 'http://mmisw.org/ont/cf/parameter/air_pressure_at_sea_level', 'http://mmisw.org/ont/cf/parameter/sea_water_electrical_conductivity', 'http://mmisw.org/ont/cf/parameter/currents', 'http://mmisw.org/ont/cf/parameter/sea_water_salinity', 'http://mmisw.org/ont/cf/parameter/sea_floor_depth_below_sea_surface', 'http://mmisw.org/ont/cf/parameter/sea_water_temperature', 'http://mmisw.org/ont/cf/parameter/waves', 'http://mmisw.org/ont/cf/parameter/winds'] - - >>> foi = network.features_of_interest - >>> len(foi) - 1082 - - >>> rfs = network.response_formats - >>> len(rfs) - 5 - >>> rfs[-1] - 'application/vnd.google-earth.kml+xml' - - >>> rms = network.response_modes - >>> len(rms) - 1 - >>> rms[0] - 'inline' - - -Station - - - >>> station = contents['station-zbqn7'] - >>> station.id - 'station-zbqn7' - - >>> station.name - 'urn:ioos:station:wmo:zbqn7' - - >>> station.description - "Zeke's Basin, North Carolina" - - >>> srs = station.srs - >>> isinstance(srs, Crs) - True - >>> srs.getcodeurn() - 'urn:ogc:def:crs:EPSG::4326' - >>> srs.getcode() - 'EPSG:4326' - >>> station.bbox - (-77.935000000000002, 33.954999999999998, -77.935000000000002, 33.954999999999998) - - >>> bbsrs = station.bbox_srs - >>> isinstance(bbsrs, Crs) - True - >>> bbsrs.getcodeurn() - 'urn:ogc:def:crs:EPSG::4326' - >>> bbsrs.getcode() - 'EPSG:4326' - - >>> bp = station.begin_position - >>> isinstance(bp, datetime) - True - >>> ep = station.end_position - >>> isinstance(ep, datetime) - True - - >>> station.result_model - 'om:Observation' - - >>> procs = station.procedures - >>> len(procs) - 1 - >>> procs[0] - 'urn:ioos:station:wmo:zbqn7' - - >>> ops = station.observed_properties - >>> len(ops) - 3 - >>> ops[0] - 'http://mmisw.org/ont/cf/parameter/sea_water_electrical_conductivity' - - >>> foi = station.features_of_interest - >>> len(foi) - 1 - >>> foi[0] - 'urn:cgi:Feature:CGI:EarthOcean' - - >>> rfs = station.response_formats - >>> len(rfs) - 5 - >>> rfs[0] - 'text/xml;schema="ioos/0.6.1"' - - >>> rm = station.response_modes - >>> len(rm) - 1 - >>> rm[0] - 'inline' diff -Nru owslib-0.7.2/tests/sos_ndbc_getcapabilities.xml owslib-0.8.3/tests/sos_ndbc_getcapabilities.xml --- owslib-0.7.2/tests/sos_ndbc_getcapabilities.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sos_ndbc_getcapabilities.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,26286 +0,0 @@ - - - - National Data Buoy Center SOS - National Data Buoy Center SOS - - Weather - Ocean Currents - Air Temperature - Water Temperature - Conductivity - Salinity - Barometric Pressure - Water Level - Waves - Winds - NDBC - - OGC:SOS - 1.0.0 - NONE - NONE - - - National Data Buoy Center - - - Webmaster - - - 228-688-2805 - - - Bldg. 3205 - Stennis Space Center - MS - 39529 - USA - webmaster.ndbc@noaa.gov - - - - - - - - - - - - - - - ServiceIdentification - ServiceProvider - OperationsMetadata - Contents - All - - - - - - - - - - - - - air_temperature - air_pressure_at_sea_level - sea_water_electrical_conductivity - currents - sea_water_salinity - sea_floor_depth_below_sea_surface - sea_water_temperature - waves - winds - - - - - - - - - - - - - text/xml;subtype="sensorML/1.0.1" - - - - - - SOS - - - - - 1.0.0 - - - - - - - All stations on the NDBC SOS server - urn:ioos:network:noaa.nws.ndbc:all - urn:ogc:def:crs:epsg::4326 - - - -77.466 -179.995 - 80.81 180 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 250NM Southeast of Iturup Island - urn:ioos:station:wmo:21401 - urn:ogc:def:crs:epsg::4326 - - - 42.617 152.583 - 42.617 152.583 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 690 NM Southeast of Tokyo, Japan - urn:ioos:station:wmo:21413 - urn:ogc:def:crs:epsg::4326 - - - 30.55 152.12 - 30.55 152.12 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NW Pacific - urn:ioos:station:wmo:21414 - urn:ogc:def:crs:epsg::4326 - - - 48.94 178.27 - 48.94 178.27 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 175 NM S of Attu AK - urn:ioos:station:wmo:21415 - urn:ogc:def:crs:epsg::4326 - - - 50.17 171.84 - 50.17 171.84 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 240NM SE of Kamchatka Peninsula - urn:ioos:station:wmo:21416 - urn:ogc:def:crs:epsg::4326 - - - 48.04 163.49 - 48.04 163.49 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 290NM SE of the Kuril Islands - urn:ioos:station:wmo:21417 - urn:ogc:def:crs:epsg::4326 - - - 43.19 157.14 - 43.19 157.14 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 450 NM NE of Tokyo, Japan - urn:ioos:station:wmo:21418 - urn:ogc:def:crs:epsg::4326 - - - 38.71 148.67 - 38.71 148.67 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 209 SE of KURIL ISLANDS - urn:ioos:station:wmo:21419 - urn:ogc:def:crs:epsg::4326 - - - 44.471 155.736 - 44.471 155.736 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Red Sea - urn:ioos:station:wmo:23020 - urn:ogc:def:crs:epsg::4326 - - - 22.161 38.501 - 22.161 38.501 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bay of Bengal - urn:ioos:station:wmo:23227 - urn:ogc:def:crs:epsg::4326 - - - 6.255 88.792 - 6.255 88.792 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Arabian Sea - urn:ioos:station:wmo:23228 - urn:ogc:def:crs:epsg::4326 - - - 20.799 65.347 - 20.799 65.347 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 600 NM West-Northwest of Phuket, Thailand - urn:ioos:station:wmo:23401 - urn:ogc:def:crs:epsg::4326 - - - 8.9 88.54 - 8.9 88.54 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Glider - urn:ioos:station:wmo:28900 - urn:ogc:def:crs:epsg::4326 - - - 17.843 122.155 - 24.527 127.219 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:28901 - urn:ogc:def:crs:epsg::4326 - - - 21.303 120.994 - 24.525 127.108 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:28902 - urn:ogc:def:crs:epsg::4326 - - - 17.844 122.282 - 24.509 127.162 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:28903 - urn:ogc:def:crs:epsg::4326 - - - 23.82 126.532 - 24.295 127.335 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:28904 - urn:ogc:def:crs:epsg::4326 - - - 23.042 121.426 - 23.622 127.087 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:28905 - urn:ogc:def:crs:epsg::4326 - - - 22.005 120.325 - 22.029 120.33 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Woods Hole Stratus Wave Station - urn:ioos:station:wmo:32012 - urn:ogc:def:crs:epsg::4326 - - - -19.713 -85.585 - -19.713 -85.585 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 95W - urn:ioos:station:wmo:32303 - urn:ogc:def:crs:epsg::4326 - - - 5 -95 - 5 -95 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 95W - urn:ioos:station:wmo:32304 - urn:ogc:def:crs:epsg::4326 - - - -5 -95 - -5 -95 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8S 95W - urn:ioos:station:wmo:32305 - urn:ogc:def:crs:epsg::4326 - - - -8 -95 - -8 -95 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 110W - urn:ioos:station:wmo:32315 - urn:ogc:def:crs:epsg::4326 - - - 5 -110 - 5 -110 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 110W - urn:ioos:station:wmo:32316 - urn:ogc:def:crs:epsg::4326 - - - 2 -110 - 2 -110 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 110W - urn:ioos:station:wmo:32317 - urn:ogc:def:crs:epsg::4326 - - - -2 -110 - -2 -110 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 110W - urn:ioos:station:wmo:32318 - urn:ogc:def:crs:epsg::4326 - - - -5 -110 - -5 -110 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8S 110W - urn:ioos:station:wmo:32319 - urn:ogc:def:crs:epsg::4326 - - - -8 -110 - -8 -110 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 95W - urn:ioos:station:wmo:32320 - urn:ogc:def:crs:epsg::4326 - - - 2 -95 - 2 -95 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 95W - urn:ioos:station:wmo:32321 - urn:ogc:def:crs:epsg::4326 - - - 0 -95 - 0 -95 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 95W - urn:ioos:station:wmo:32322 - urn:ogc:def:crs:epsg::4326 - - - -2 -95 - -2 -95 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 110W - urn:ioos:station:wmo:32323 - urn:ogc:def:crs:epsg::4326 - - - 0 -110 - 0 -110 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 260 NM West-Southwest of Arica Chile - urn:ioos:station:wmo:32401 - urn:ogc:def:crs:epsg::4326 - - - -19.55 -74.81 - -19.55 -74.81 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 710 NM West-Southwest of Panama City, Panama - urn:ioos:station:wmo:32411 - urn:ogc:def:crs:epsg::4326 - - - 4.92 -90.69 - 4.92 -90.69 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 630 NM Southwest of Lima, Peru - urn:ioos:station:wmo:32412 - urn:ogc:def:crs:epsg::4326 - - - -17.98 -86.39 - -17.98 -86.39 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 1000 NM WestNorthwest of Lima, Peru - urn:ioos:station:wmo:32413 - urn:ogc:def:crs:epsg::4326 - - - -7.397 -93.5 - -7.397 -93.5 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buenaventura, Colombia - urn:ioos:station:wmo:32487 - urn:ogc:def:crs:epsg::4326 - - - 3.517 -77.737 - 3.517 -77.737 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bahia Solano, Colombia - urn:ioos:station:wmo:32488 - urn:ogc:def:crs:epsg::4326 - - - 6.258 -77.511 - 6.258 -77.511 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Stratus - urn:ioos:station:wmo:32st0 - urn:ogc:def:crs:epsg::4326 - - - -19.713 -85.585 - -19.713 -85.585 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 150 NM East of Cape HATTERAS - urn:ioos:station:wmo:41001 - urn:ogc:def:crs:epsg::4326 - - - 34.7 -72.73 - 34.7 -72.73 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - S HATTERAS - 250 NM East of Charleston, SC - urn:ioos:station:wmo:41002 - urn:ogc:def:crs:epsg::4326 - - - 32.382 -75.415 - 32.382 -75.415 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - EDISTO - 41 NM Southeast of Charleston, SC - urn:ioos:station:wmo:41004 - urn:ogc:def:crs:epsg::4326 - - - 32.5 -79.09 - 32.5 -79.09 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - GRAYS REEF - 40 NM Southeast of Savannah, GA - urn:ioos:station:wmo:41008 - urn:ogc:def:crs:epsg::4326 - - - 31.4 -80.87 - 31.4 -80.87 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - CANAVERAL 20 NM East of Cape Canaveral, FL - urn:ioos:station:wmo:41009 - urn:ogc:def:crs:epsg::4326 - - - 28.519 -80.166 - 28.519 -80.166 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - CANAVERAL EAST 120NM East of Cape Canaveral - urn:ioos:station:wmo:41010 - urn:ogc:def:crs:epsg::4326 - - - 28.91 -78.47 - 28.91 -78.47 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 40NM ENE of St Augustine, FL - urn:ioos:station:wmo:41012 - urn:ogc:def:crs:epsg::4326 - - - 30.04 -80.55 - 30.04 -80.55 - - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Frying Pan Shoals, NC - urn:ioos:station:wmo:41013 - urn:ogc:def:crs:epsg::4326 - - - 33.44 -77.74 - 33.44 -77.74 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sunset Nearshore (SUN2) - urn:ioos:station:wmo:41024 - urn:ogc:def:crs:epsg::4326 - - - 33.85 -78.48 - 33.85 -78.48 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Diamond Shoals - urn:ioos:station:wmo:41025 - urn:ogc:def:crs:epsg::4326 - - - 35.01 -75.4 - 35.01 -75.4 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Capers Nearshore (CAP2) - urn:ioos:station:wmo:41029 - urn:ogc:def:crs:epsg::4326 - - - 32.81 -79.63 - 32.81 -79.63 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Capers Mid-Shelf (CAP 3) - urn:ioos:station:wmo:41030 - urn:ogc:def:crs:epsg::4326 - - - 32.52 -79.34 - 32.52 -79.34 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fripp Nearshore (FRP 2) - urn:ioos:station:wmo:41033 - urn:ogc:def:crs:epsg::4326 - - - 32.28 -80.41 - 32.28 -80.41 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Onslow Bay, NC - urn:ioos:station:wmo:41035 - urn:ogc:def:crs:epsg::4326 - - - 34.48 -77.28 - 34.48 -77.28 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Onslow Bay, NC - urn:ioos:station:wmo:41036 - urn:ogc:def:crs:epsg::4326 - - - 34.21 -76.95 - 34.21 -76.95 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ILM3 - 27 miles SE of Wrightsville Beach, NC - urn:ioos:station:wmo:41037 - urn:ogc:def:crs:epsg::4326 - - - 33.991 -77.36 - 33.991 -77.36 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ILM2 - 5 miles SE of Wrightsville, NC - urn:ioos:station:wmo:41038 - urn:ogc:def:crs:epsg::4326 - - - 34.14 -77.71 - 34.14 -77.71 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West Atlantic - urn:ioos:station:wmo:41040 - urn:ogc:def:crs:epsg::4326 - - - 14.48 -53.03 - 14.48 -53.03 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Middle Atlantic - urn:ioos:station:wmo:41041 - urn:ogc:def:crs:epsg::4326 - - - 14.36 -46.01 - 14.36 -46.01 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Western Atlantic - urn:ioos:station:wmo:41043 - urn:ogc:def:crs:epsg::4326 - - - 20.99 -65.01 - 20.99 -65.01 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Atlantic South - urn:ioos:station:wmo:41044 - urn:ogc:def:crs:epsg::4326 - - - 21.652 -58.695 - 21.652 -58.695 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - E Bahamas - urn:ioos:station:wmo:41046 - urn:ogc:def:crs:epsg::4326 - - - 24 -70.99 - 24 -70.99 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NE Bahamas - urn:ioos:station:wmo:41047 - urn:ogc:def:crs:epsg::4326 - - - 27.47 -71.49 - 27.47 -71.49 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - W Bermuda - urn:ioos:station:wmo:41048 - urn:ogc:def:crs:epsg::4326 - - - 31.98 -69.65 - 31.98 -69.65 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Atlantic (South) - urn:ioos:station:wmo:41049 - urn:ogc:def:crs:epsg::4326 - - - 27.5 -63 - 27.5 -63 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South of St. John, Virgin Islands - urn:ioos:station:wmo:41052 - urn:ogc:def:crs:epsg::4326 - - - 18.251 -64.763 - 18.251 -64.763 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Juan, PR - urn:ioos:station:wmo:41053 - urn:ogc:def:crs:epsg::4326 - - - 18.476 -66.099 - 18.476 -66.099 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Woods Hole Northwest Tropical Atlantic Wave Station - urn:ioos:station:wmo:41060 - urn:ogc:def:crs:epsg::4326 - - - 14.75 -50.95 - 14.75 -50.95 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - New River Inlet, NC - 190 - urn:ioos:station:wmo:41109 - urn:ogc:def:crs:epsg::4326 - - - 35.483 -77.3 - 35.483 -77.3 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Masonboro Inlet, NC - urn:ioos:station:wmo:41110 - urn:ogc:def:crs:epsg::4326 - - - 34.141 -77.709 - 34.141 -77.709 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Offshore Fernandina Beach, FL (132) - urn:ioos:station:wmo:41112 - urn:ogc:def:crs:epsg::4326 - - - 30.719 -81.293 - 30.719 -81.293 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Canaveral Nearshore, FL (143) - urn:ioos:station:wmo:41113 - urn:ogc:def:crs:epsg::4326 - - - 28.4 -80.53 - 28.4 -80.53 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fort Pierce, FL (134) - urn:ioos:station:wmo:41114 - urn:ogc:def:crs:epsg::4326 - - - 27.551 -80.225 - 27.551 -80.225 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Rincon, Puerto Rico (181) - urn:ioos:station:wmo:41115 - urn:ogc:def:crs:epsg::4326 - - - 18.376 -67.28 - 18.376 -67.28 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Chistiansted, St. Croix, Virgin Islands - urn:ioos:station:wmo:41140 - urn:ogc:def:crs:epsg::4326 - - - 17.769 -64.723 - 17.769 -64.723 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fareham, St. Croix, Virgin Islands - urn:ioos:station:wmo:41141 - urn:ogc:def:crs:epsg::4326 - - - 17.684 -64.635 - 17.684 -64.635 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Puerto Bolivar, Colombia - urn:ioos:station:wmo:41193 - urn:ogc:def:crs:epsg::4326 - - - 12.351 -72.218 - 12.351 -72.218 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Barranquilla, Colombia - urn:ioos:station:wmo:41194 - urn:ogc:def:crs:epsg::4326 - - - 11.161 -74.681 - 11.161 -74.681 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 690 NM East of Miami, FL - urn:ioos:station:wmo:41420 - urn:ogc:def:crs:epsg::4326 - - - 23.31 -67.64 - 23.31 -67.64 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 320 NM North of San Juan, PR - urn:ioos:station:wmo:41421 - urn:ogc:def:crs:epsg::4326 - - - 23.4 -63.9 - 23.4 -63.9 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 370 NM East of Charleston, SC - urn:ioos:station:wmo:41424 - urn:ogc:def:crs:epsg::4326 - - - 32.93 -72.47 - 32.93 -72.47 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NTAS - Northwest Tropical Atlantic - urn:ioos:station:wmo:41nt0 - urn:ogc:def:crs:epsg::4326 - - - 14.817 -52 - 14.817 -52 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Old 41001 (adrift) - urn:ioos:station:wmo:41x01 - urn:ogc:def:crs:epsg::4326 - - - 34.704 -72.734 - 34.704 -72.734 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MID GULF 180 nm South of Southwest Pass, LA - urn:ioos:station:wmo:42001 - urn:ogc:def:crs:epsg::4326 - - - 25.9 -89.67 - 25.9 -89.67 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - W GULF 240 nm South-Southeast of Sabine, TX - urn:ioos:station:wmo:42002 - urn:ogc:def:crs:epsg::4326 - - - 25.17 -94.42 - 25.17 -94.42 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - E GULF 262 nm South of Panama City, FL - urn:ioos:station:wmo:42003 - urn:ogc:def:crs:epsg::4326 - - - 25.74 -85.73 - 25.74 -85.73 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - BILOXI 22 nm South-Southeast of Biloxi, MS - urn:ioos:station:wmo:42007 - urn:ogc:def:crs:epsg::4326 - - - 30.09 -88.769 - 30.09 -88.769 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Orange Beach AL Buoy - urn:ioos:station:wmo:42012 - urn:ogc:def:crs:epsg::4326 - - - 30.065 -87.555 - 30.065 -87.555 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - C10 - Navy-2 - urn:ioos:station:wmo:42013 - urn:ogc:def:crs:epsg::4326 - - - 27.169 -82.926 - 27.169 -82.926 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Freeport, TX 60 NM South of Freeport, TX - urn:ioos:station:wmo:42019 - urn:ogc:def:crs:epsg::4326 - - - 27.91 -95.36 - 27.91 -95.36 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Corpus Christi, TX 50NM Southeast of Corpus Christi, TX - urn:ioos:station:wmo:42020 - urn:ogc:def:crs:epsg::4326 - - - 26.96 -96.7 - 26.96 -96.7 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - C14 - Pasco County Buoy, FL - urn:ioos:station:wmo:42021 - urn:ogc:def:crs:epsg::4326 - - - 28.311 -83.306 - 28.311 -83.306 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - C12 - West Florida Central Buoy - urn:ioos:station:wmo:42022 - urn:ogc:def:crs:epsg::4326 - - - 27.5 -83.72 - 27.5 -83.72 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - C13 - West Florida South Buoy - urn:ioos:station:wmo:42023 - urn:ogc:def:crs:epsg::4326 - - - 26.064 -83.074 - 26.064 -83.074 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - C16 - W. FL MERHAB - urn:ioos:station:wmo:42024 - urn:ogc:def:crs:epsg::4326 - - - 27.464 -84.219 - 27.464 -84.219 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - GALVESTON 22NM East of Galveston, TX - urn:ioos:station:wmo:42035 - urn:ogc:def:crs:epsg::4326 - - - 29.25 -94.41 - 29.25 -94.41 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - W. TAMPA 106NM West Northwest of Tampa, FL - urn:ioos:station:wmo:42036 - urn:ogc:def:crs:epsg::4326 - - - 28.5 -84.52 - 28.5 -84.52 - - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - PENSACOLA - 115NM East Southeast of Pensacola, FL - urn:ioos:station:wmo:42039 - urn:ogc:def:crs:epsg::4326 - - - 28.79 -86.01 - 28.79 -86.01 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MOBILE SOUTH 64 nm South of Dauphin Island, AL - urn:ioos:station:wmo:42040 - urn:ogc:def:crs:epsg::4326 - - - 29.21 -88.21 - 29.21 -88.21 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - GA-252 TABS B - urn:ioos:station:wmo:42043 - urn:ogc:def:crs:epsg::4326 - - - 28.982 -94.919 - 28.982 -94.919 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - PS-1126 TABS J - urn:ioos:station:wmo:42044 - urn:ogc:def:crs:epsg::4326 - - - 26.19 -97.05 - 26.19 -97.05 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - PI-745 TABS K - urn:ioos:station:wmo:42045 - urn:ogc:def:crs:epsg::4326 - - - 26.217 -96.5 - 26.217 -96.5 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - HI-A595 TABS N - urn:ioos:station:wmo:42046 - urn:ogc:def:crs:epsg::4326 - - - 27.89 -94.037 - 27.89 -94.037 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - HI-A389 TABS V - urn:ioos:station:wmo:42047 - urn:ogc:def:crs:epsg::4326 - - - 27.897 -93.597 - 27.897 -93.597 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - TABS D - urn:ioos:station:wmo:42048 - urn:ogc:def:crs:epsg::4326 - - - 27.94 -96.84 - 27.94 -96.84 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - TABS W - urn:ioos:station:wmo:42049 - urn:ogc:def:crs:epsg::4326 - - - 28.35 -96.01 - 28.35 -96.01 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - TABS F - urn:ioos:station:wmo:42050 - urn:ogc:def:crs:epsg::4326 - - - 28.84 -94.24 - 28.84 -94.24 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bay of Campeche - urn:ioos:station:wmo:42055 - urn:ogc:def:crs:epsg::4326 - - - 22.017 -94.046 - 22.017 -94.046 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Yucatan Basin - urn:ioos:station:wmo:42056 - urn:ogc:def:crs:epsg::4326 - - - 19.87 -85.06 - 19.87 -85.06 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Western Caribbean - urn:ioos:station:wmo:42057 - urn:ogc:def:crs:epsg::4326 - - - 16.83 -81.5 - 16.83 -81.5 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Central Caribbean - urn:ioos:station:wmo:42058 - urn:ogc:def:crs:epsg::4326 - - - 15.09 -75.06 - 15.09 -75.06 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Eastern Caribbean - urn:ioos:station:wmo:42059 - urn:ogc:def:crs:epsg::4326 - - - 15.01 -67.5 - 15.01 -67.5 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Eastern Carribean - urn:ioos:station:wmo:42060 - urn:ogc:def:crs:epsg::4326 - - - 16.5 -63.5 - 16.5 -63.5 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Near 42058 Central Caribbean - urn:ioos:station:wmo:42065 - urn:ogc:def:crs:epsg::4326 - - - 14.927 -75.064 - 14.927 -75.064 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - USM3M01 - urn:ioos:station:wmo:42067 - urn:ogc:def:crs:epsg::4326 - - - 30.044 -88.658 - 30.044 -88.658 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Offshore Sand Key, FL - urn:ioos:station:wmo:42080 - urn:ogc:def:crs:epsg::4326 - - - 24.39 -81.95 - 24.39 -81.95 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Southeast of Ponce, PR - urn:ioos:station:wmo:42085 - urn:ogc:def:crs:epsg::4326 - - - 17.86 -66.524 - 17.86 -66.524 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Offshore St. Petersburg, FL (144) - urn:ioos:station:wmo:42099 - urn:ogc:def:crs:epsg::4326 - - - 27.34 -84.245 - 27.34 -84.245 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - BW Pioneer buoy - Walker Ridge 249 - urn:ioos:station:wmo:42360 - urn:ogc:def:crs:epsg::4326 - - - 26.7 -90.46 - 26.7 -90.46 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Auger - Garden Banks 426 - urn:ioos:station:wmo:42361 - urn:ogc:def:crs:epsg::4326 - - - 27.55 -92.49 - 27.55 -92.49 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Brutus - Green Canyon 158 - urn:ioos:station:wmo:42362 - urn:ogc:def:crs:epsg::4326 - - - 27.8 -90.67 - 27.8 -90.67 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mars - Mississippi Canyon 807 - urn:ioos:station:wmo:42363 - urn:ogc:def:crs:epsg::4326 - - - 28.16 -89.22 - 28.16 -89.22 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ram-Powell - Viosca Knoll 936 - urn:ioos:station:wmo:42364 - urn:ogc:def:crs:epsg::4326 - - - 29.06 -88.09 - 29.06 -88.09 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ursa - Mississippi Canyon 809 - urn:ioos:station:wmo:42365 - urn:ogc:def:crs:epsg::4326 - - - 28.2 -89.12 - 28.2 -89.12 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Red Hawk - Garden Banks 877 - urn:ioos:station:wmo:42366 - urn:ogc:def:crs:epsg::4326 - - - 27.122 -91.959 - 27.122 -91.959 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Matterhorn - Mississippi Canyon 243 - urn:ioos:station:wmo:42367 - urn:ogc:def:crs:epsg::4326 - - - 28.74 -88.83 - 28.74 -88.83 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Magnolia - Garden Banks 783 - urn:ioos:station:wmo:42368 - urn:ogc:def:crs:epsg::4326 - - - 27.2 -92.2 - 27.2 -92.2 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mad Dog - Green Canyon 782 - urn:ioos:station:wmo:42369 - urn:ogc:def:crs:epsg::4326 - - - 27.19 -90.27 - 27.19 -90.27 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Holstein - Green Canyon 645 - urn:ioos:station:wmo:42370 - urn:ogc:def:crs:epsg::4326 - - - 27.32 -90.54 - 27.32 -90.54 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Genesis - Green Canyon 205 - urn:ioos:station:wmo:42372 - urn:ogc:def:crs:epsg::4326 - - - 27.78 -90.52 - 27.78 -90.52 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Boomvang - East Breaks 643 - urn:ioos:station:wmo:42373 - urn:ogc:def:crs:epsg::4326 - - - 27.354 -94.625 - 27.354 -94.625 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Horn Mountain - Mississippi Canyon 126 and 127 - urn:ioos:station:wmo:42374 - urn:ogc:def:crs:epsg::4326 - - - 28.87 -88.06 - 28.87 -88.06 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Na Kika - Mississippi Canyon 474 - urn:ioos:station:wmo:42375 - urn:ogc:def:crs:epsg::4326 - - - 28.52 -88.29 - 28.52 -88.29 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Marlin - Viosca Knoll 915 - urn:ioos:station:wmo:42376 - urn:ogc:def:crs:epsg::4326 - - - 29.16 -87.94 - 29.16 -87.94 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Constitution - Green Canyon 680 - urn:ioos:station:wmo:42377 - urn:ogc:def:crs:epsg::4326 - - - 27.29 -90.97 - 27.29 -90.97 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Marco Polo - Green Canyon 608 - urn:ioos:station:wmo:42379 - urn:ogc:def:crs:epsg::4326 - - - 27.36 -90.18 - 27.36 -90.18 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Devil's Tower - Mississippi Canyon 773 - urn:ioos:station:wmo:42380 - urn:ogc:def:crs:epsg::4326 - - - 28.209 -88.738 - 28.209 -88.738 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Gomez - Mississippi Canyon 711 - urn:ioos:station:wmo:42381 - urn:ogc:def:crs:epsg::4326 - - - 28.22 -89.62 - 28.22 -89.62 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Gunnison - Garden Banks 668 - urn:ioos:station:wmo:42382 - urn:ogc:def:crs:epsg::4326 - - - 27.304 -93.538 - 27.304 -93.538 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Neptune - Green Canyon 613 - urn:ioos:station:wmo:42383 - urn:ogc:def:crs:epsg::4326 - - - 27.37 -89.92 - 27.37 -89.92 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Prince TLP - Ewing Bank 1003 - urn:ioos:station:wmo:42384 - urn:ogc:def:crs:epsg::4326 - - - 27.993 -90.326 - 27.993 -90.326 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Blind Faith - Mississippi Canyon 696 - urn:ioos:station:wmo:42385 - urn:ogc:def:crs:epsg::4326 - - - 28.34 -88.266 - 28.34 -88.266 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tahiti - Green Canyon 641 - urn:ioos:station:wmo:42386 - urn:ogc:def:crs:epsg::4326 - - - 27.326 -90.714 - 27.326 -90.714 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Thunderhawk - Mississippi Canyon 734 - urn:ioos:station:wmo:42387 - urn:ogc:def:crs:epsg::4326 - - - 28.267 -88.399 - 28.267 -88.399 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Producer 1 - Green Canyon 237 - urn:ioos:station:wmo:42388 - urn:ogc:def:crs:epsg::4326 - - - 27.73 -91.109 - 27.73 -91.109 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Perdido Host - Alaminos Canyon 857 - urn:ioos:station:wmo:42390 - urn:ogc:def:crs:epsg::4326 - - - 26.129 -94.898 - 26.129 -94.898 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Titan - Mississippi Canyon 941 - urn:ioos:station:wmo:42391 - urn:ogc:def:crs:epsg::4326 - - - 28.034 -89.101 - 28.034 -89.101 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Shenzi - Green Canyon 653 - urn:ioos:station:wmo:42393 - urn:ogc:def:crs:epsg::4326 - - - 27.301 -90.135 - 27.301 -90.135 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 230 NM South of San Juan, PR - urn:ioos:station:wmo:42407 - urn:ogc:def:crs:epsg::4326 - - - 15.26 -68.24 - 15.26 -68.24 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 310 NM South-Southeast of New Orleans, LA - urn:ioos:station:wmo:42408 - urn:ogc:def:crs:epsg::4326 - - - 25.41 -86.8 - 25.41 -86.8 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 295 NM Southeast of New Orleans, LA - urn:ioos:station:wmo:42409 - urn:ogc:def:crs:epsg::4326 - - - 26.658 -85.791 - 26.658 -85.791 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Nautilus - Mississippi Canyon 807 - urn:ioos:station:wmo:42861 - urn:ogc:def:crs:epsg::4326 - - - 28.18 -89.23 - 28.18 -89.23 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Jim Thompson - Mississippi Canyon 809 - urn:ioos:station:wmo:42862 - urn:ogc:def:crs:epsg::4326 - - - 28.176 -89.117 - 28.176 -89.117 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Victory - Green Canyon 646 - urn:ioos:station:wmo:42863 - urn:ogc:def:crs:epsg::4326 - - - 27.32 -90.48 - 27.32 -90.48 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Noble Max Smith - Garden Banks 344 - urn:ioos:station:wmo:42864 - urn:ogc:def:crs:epsg::4326 - - - 27.65 -92.15 - 27.65 -92.15 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Celtic Sea - Mississippi Canyon 459 - urn:ioos:station:wmo:42865 - urn:ogc:def:crs:epsg::4326 - - - 28.49 -89 - 28.49 -89 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Transocean Amirante - Garden Banks 463 - urn:ioos:station:wmo:42866 - urn:ogc:def:crs:epsg::4326 - - - 27.5 -92.84 - 27.5 -92.84 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - DeepSeas - Walker Ridge 677 - urn:ioos:station:wmo:42867 - urn:ogc:def:crs:epsg::4326 - - - 26.3 -91.11 - 26.3 -91.11 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Discoverer Enterprise - Mississippi Canyon 822 - urn:ioos:station:wmo:42868 - urn:ogc:def:crs:epsg::4326 - - - 28.16 -88.48 - 28.16 -88.48 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Confidence - Mississippi Canyon 683 - urn:ioos:station:wmo:42869 - urn:ogc:def:crs:epsg::4326 - - - 28.27 -88.84 - 28.27 -88.84 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean America - Garden Banks 462 - urn:ioos:station:wmo:42870 - urn:ogc:def:crs:epsg::4326 - - - 27.5 -92.85 - 27.5 -92.85 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - C R Luigs - Green Canyon 610 - urn:ioos:station:wmo:42871 - urn:ogc:def:crs:epsg::4326 - - - 27.35 -90.1 - 27.35 -90.1 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Deepwater Horizon - Mississippi Canyon 727 - urn:ioos:station:wmo:42872 - urn:ogc:def:crs:epsg::4326 - - - 28.25 -88.81 - 28.25 -88.81 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Quest - Mississippi Canyon 667 - urn:ioos:station:wmo:42873 - urn:ogc:def:crs:epsg::4326 - - - 28.25 -89.62 - 28.25 -89.62 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Amos Runner - Green Canyon 956 - urn:ioos:station:wmo:42875 - urn:ogc:def:crs:epsg::4326 - - - 27.015 -90.403 - 27.015 -90.403 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Star - East Breaks 599 - urn:ioos:station:wmo:42876 - urn:ogc:def:crs:epsg::4326 - - - 27.38 -94.62 - 27.38 -94.62 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cajun Express - Mississippi Canyon 696 - urn:ioos:station:wmo:42877 - urn:ogc:def:crs:epsg::4326 - - - 28.31 -88.2 - 28.31 -88.2 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Paul Romano - Green Canyon 654 - urn:ioos:station:wmo:42878 - urn:ogc:def:crs:epsg::4326 - - - 27.32 -90.09 - 27.32 -90.09 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ENSCO 7500 - Walker Ridge 029 - urn:ioos:station:wmo:42879 - urn:ogc:def:crs:epsg::4326 - - - 26.94 -90.54 - 26.94 -90.54 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Transocean Marianas - Mississippi Canyon 522 - urn:ioos:station:wmo:42881 - urn:ogc:def:crs:epsg::4326 - - - 28.46 -88.11 - 28.46 -88.11 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Valiant - Green Canyon 726 - urn:ioos:station:wmo:42882 - urn:ogc:def:crs:epsg::4326 - - - 27.22 -90.83 - 27.22 -90.83 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Development Driller II - Green Canyon 743 - urn:ioos:station:wmo:42885 - urn:ogc:def:crs:epsg::4326 - - - 27.22 -90.03 - 27.22 -90.03 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Discoverer Spirit - Keithley Canyon 292 - urn:ioos:station:wmo:42886 - urn:ogc:def:crs:epsg::4326 - - - 26.67 -92.56 - 26.67 -92.56 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Thunder Horse - Mississippi Canyon 778 - urn:ioos:station:wmo:42887 - urn:ogc:def:crs:epsg::4326 - - - 28.19 -88.5 - 28.19 -88.5 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Medusa - Mississippi Canyon 582 - urn:ioos:station:wmo:42889 - urn:ogc:def:crs:epsg::4326 - - - 28.39 -89.47 - 28.39 -89.47 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Front Runner - Green Canyon 338 - urn:ioos:station:wmo:42890 - urn:ogc:def:crs:epsg::4326 - - - 27.62 -90.44 - 27.62 -90.44 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Baroness - Green Canyon 468 - urn:ioos:station:wmo:42892 - urn:ogc:def:crs:epsg::4326 - - - 27.48 -90.56 - 27.48 -90.56 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lorris Bouzigard - Garden Banks 378 - urn:ioos:station:wmo:42894 - urn:ogc:def:crs:epsg::4326 - - - 27.62 -92.66 - 27.62 -92.66 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Development Driller 1 - Atwater Valley 618 - urn:ioos:station:wmo:42897 - urn:ogc:def:crs:epsg::4326 - - - 27.34 -89.83 - 27.34 -89.83 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Endeavor - Walker Ridge 278 - urn:ioos:station:wmo:42899 - urn:ogc:def:crs:epsg::4326 - - - 26.66 -91.23 - 26.66 -91.23 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Saratoga - Green Canyon 006 - urn:ioos:station:wmo:42900 - urn:ogc:def:crs:epsg::4326 - - - 27.94 -91.65 - 27.94 -91.65 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Eirik Raude - Walker Ridge 848 - urn:ioos:station:wmo:42901 - urn:ogc:def:crs:epsg::4326 - - - 26.26 -94.6 - 26.26 -94.6 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Clyde Boudreaux - Alaminos Canyon 857 - urn:ioos:station:wmo:42902 - urn:ogc:def:crs:epsg::4326 - - - 26.13 -94.9 - 26.13 -94.9 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Henry Goodrich - Green Canyon 244 - urn:ioos:station:wmo:42903 - urn:ogc:def:crs:epsg::4326 - - - 27.73 -90.73 - 27.73 -90.73 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Independence Hub - Mississippi Canyon 920 - urn:ioos:station:wmo:42904 - urn:ogc:def:crs:epsg::4326 - - - 28.09 -87.99 - 28.09 -87.99 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Belford Dolphin - Green Canyon 561 - urn:ioos:station:wmo:42905 - urn:ogc:def:crs:epsg::4326 - - - 27.4 -90.3 - 27.4 -90.3 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Petrolia - Block PIT Area DL1 - urn:ioos:station:wmo:42906 - urn:ogc:def:crs:epsg::4326 - - - 19.35 -92.24 - 19.35 -92.24 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West Sirius - Keathly Canyon 291 - urn:ioos:station:wmo:42908 - urn:ogc:def:crs:epsg::4326 - - - 26.699 -92.627 - 26.699 -92.627 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ENSCO 8500 - Green Canyon 639 - urn:ioos:station:wmo:42909 - urn:ogc:def:crs:epsg::4326 - - - 27.315 -90.788 - 27.315 -90.788 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Frontier Driller - MC762 - urn:ioos:station:wmo:42910 - urn:ogc:def:crs:epsg::4326 - - - 29.2 -87.95 - 29.2 -87.95 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Monarch - Green Canyon 643 - urn:ioos:station:wmo:42911 - urn:ogc:def:crs:epsg::4326 - - - 27.343 -90.605 - 27.343 -90.605 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Discoverer Clear Leader - Walker Ridge 634 - urn:ioos:station:wmo:42912 - urn:ogc:def:crs:epsg::4326 - - - 26.319 -91.086 - 26.319 -91.086 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ENSCO 8501 - Green Canyon 512 - urn:ioos:station:wmo:42913 - urn:ogc:def:crs:epsg::4326 - - - 27.455 -90.579 - 27.455 -90.579 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Discoverer Americas - Mississippi Canyon 540 - urn:ioos:station:wmo:42914 - urn:ogc:def:crs:epsg::4326 - - - 28.43 -89.389 - 28.43 -89.389 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Maersk Developer - Walker Ridge 543 - urn:ioos:station:wmo:42915 - urn:ogc:def:crs:epsg::4326 - - - 26.442 -91.189 - 26.442 -91.189 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Development Driller 3 - Grand Island - urn:ioos:station:wmo:42916 - urn:ogc:def:crs:epsg::4326 - - - 28.577 -90.016 - 28.577 -90.016 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Discoverer Inspiration - Keathley Canyon 736 - urn:ioos:station:wmo:42917 - urn:ogc:def:crs:epsg::4326 - - - 26.237 -92.377 - 26.237 -92.377 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Noble Danny Adkins - Alaminos Canyon (TBD) - urn:ioos:station:wmo:42918 - urn:ogc:def:crs:epsg::4326 - - - 26.41 -94.52 - 26.41 -94.52 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Stenna Forth - Green Canyon 469 - urn:ioos:station:wmo:42919 - urn:ogc:def:crs:epsg::4326 - - - 27.504 -90.532 - 27.504 -90.532 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Deepwater Pathfinder - Mississippi Canyon 771 - urn:ioos:station:wmo:42921 - urn:ogc:def:crs:epsg::4326 - - - 28.2 -88.793 - 28.2 -88.793 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Noble Jim Day - Garden Banks 506 - urn:ioos:station:wmo:42922 - urn:ogc:def:crs:epsg::4326 - - - 27.476 -92.858 - 27.476 -92.858 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ensco 8502 - urn:ioos:station:wmo:42923 - urn:ogc:def:crs:epsg::4326 - - - 27.347 -95.573 - 27.347 -95.573 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ensco 8503 - Green Canyon 814 - urn:ioos:station:wmo:42924 - urn:ogc:def:crs:epsg::4326 - - - 27.149 -90.861 - 27.149 -90.861 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Deep Ocean Mendocino - Walker Ridge 249 - urn:ioos:station:wmo:42925 - urn:ogc:def:crs:epsg::4326 - - - 26.726 -90.508 - 26.726 -90.508 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Discoverer India - Walker Ridge 758 - urn:ioos:station:wmo:42926 - urn:ogc:def:crs:epsg::4326 - - - 26.208 -91.443 - 26.208 -91.443 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Noble Bully 1 - Green Canyon 434 - urn:ioos:station:wmo:42927 - urn:ogc:def:crs:epsg::4326 - - - 27.555 -90.07 - 27.555 -90.07 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8N 110W - urn:ioos:station:wmo:43001 - urn:ogc:def:crs:epsg::4326 - - - 8 -110 - 8 -110 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8N 95W - urn:ioos:station:wmo:43301 - urn:ogc:def:crs:epsg::4326 - - - 8 -95 - 8 -95 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 240 NM Southwest of Manzanillo, Mexico - urn:ioos:station:wmo:43412 - urn:ogc:def:crs:epsg::4326 - - - 16.03 -107 - 16.03 -107 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 360 NM South-Southwest of Acapulco, Mexico - urn:ioos:station:wmo:43413 - urn:ogc:def:crs:epsg::4326 - - - 10.84 -100.08 - 10.84 -100.08 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - HOTEL 200NM East of Cape May,NJ - urn:ioos:station:wmo:44004 - urn:ogc:def:crs:epsg::4326 - - - 38.48 -70.43 - 38.48 -70.43 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - GULF OF MAINE 78 NM EAST OF PORTSMOUTH,NH - urn:ioos:station:wmo:44005 - urn:ogc:def:crs:epsg::4326 - - - 43.19 -69.14 - 43.19 -69.14 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 12 NM Southeast of Portland, ME - urn:ioos:station:wmo:44007 - urn:ogc:def:crs:epsg::4326 - - - 43.53 -70.14 - 43.53 -70.14 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 54NM Southeast of Nantucket - urn:ioos:station:wmo:44008 - urn:ogc:def:crs:epsg::4326 - - - 40.5 -69.43 - 40.5 -69.43 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - DELAWARE BAY 26 NM Southeast of Cape May, NJ - urn:ioos:station:wmo:44009 - urn:ogc:def:crs:epsg::4326 - - - 38.46 -74.7 - 38.46 -74.7 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 170 NM East of Hyannis, MA - urn:ioos:station:wmo:44011 - urn:ogc:def:crs:epsg::4326 - - - 41.11 -66.58 - 41.11 -66.58 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - BOSTON 16 NM East of Boston, MA - urn:ioos:station:wmo:44013 - urn:ogc:def:crs:epsg::4326 - - - 42.35 -70.69 - 42.35 -70.69 - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 64 NM East of Virginia Beach, VA - urn:ioos:station:wmo:44014 - urn:ogc:def:crs:epsg::4326 - - - 36.61 -74.84 - 36.61 -74.84 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 23 Nautical Miles Southwest of Montauk Point, NY - urn:ioos:station:wmo:44017 - urn:ogc:def:crs:epsg::4326 - - - 40.69 -72.05 - 40.69 -72.05 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SE Cape Cod, 30NM East of Nantucket, MA - urn:ioos:station:wmo:44018 - urn:ogc:def:crs:epsg::4326 - - - 41.26 -69.29 - 41.26 -69.29 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NANTUCKET SOUND - urn:ioos:station:wmo:44020 - urn:ogc:def:crs:epsg::4326 - - - 41.443 -70.186 - 41.443 -70.186 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Execution Rocks - urn:ioos:station:wmo:44022 - urn:ogc:def:crs:epsg::4326 - - - 40.88 -73.73 - 40.88 -73.73 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy N - Northeast Channel - urn:ioos:station:wmo:44024 - urn:ogc:def:crs:epsg::4326 - - - 42.312 -65.927 - 42.312 -65.927 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - LONG ISLAND 33 NM South of Islip, NY - urn:ioos:station:wmo:44025 - urn:ogc:def:crs:epsg::4326 - - - 40.25 -73.17 - 40.25 -73.17 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Jonesport, Maine - urn:ioos:station:wmo:44027 - urn:ogc:def:crs:epsg::4326 - - - 44.27 -67.31 - 44.27 -67.31 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy A0102 - Mass. Bay/Stellwagen - urn:ioos:station:wmo:44029 - urn:ogc:def:crs:epsg::4326 - - - 42.52 -70.57 - 42.52 -70.57 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy B0102 - Western Maine Shelf - urn:ioos:station:wmo:44030 - urn:ogc:def:crs:epsg::4326 - - - 43.18 -70.43 - 43.18 -70.43 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy C0201 - Casco Bay - urn:ioos:station:wmo:44031 - urn:ogc:def:crs:epsg::4326 - - - 43.57 -70.06 - 43.57 -70.06 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy E0104 - Central Maine Shelf - urn:ioos:station:wmo:44032 - urn:ogc:def:crs:epsg::4326 - - - 43.71 -69.36 - 43.71 -69.36 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy F0103 - West Penobscot Bay - urn:ioos:station:wmo:44033 - urn:ogc:def:crs:epsg::4326 - - - 44.06 -69 - 44.06 -69 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy I0103 - Eastern Maine Shelf - urn:ioos:station:wmo:44034 - urn:ogc:def:crs:epsg::4326 - - - 44.11 -68.11 - 44.11 -68.11 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy J0201 - Cobscook Bay - urn:ioos:station:wmo:44035 - urn:ogc:def:crs:epsg::4326 - - - 44.89 -67.02 - 44.89 -67.02 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy M0102 - Jordan Basin - urn:ioos:station:wmo:44037 - urn:ogc:def:crs:epsg::4326 - - - 43.49 -67.88 - 43.49 -67.88 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy L0102 - Scotian Shelf - urn:ioos:station:wmo:44038 - urn:ogc:def:crs:epsg::4326 - - - 43.62 -66.55 - 43.62 -66.55 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Central Long Island Sound - urn:ioos:station:wmo:44039 - urn:ogc:def:crs:epsg::4326 - - - 41.138 -72.655 - 41.138 -72.655 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Western Long Island Sound - urn:ioos:station:wmo:44040 - urn:ogc:def:crs:epsg::4326 - - - 40.956 -73.58 - 40.956 -73.58 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Jamestown, VA - urn:ioos:station:wmo:44041 - urn:ogc:def:crs:epsg::4326 - - - 37.204 -76.777 - 37.204 -76.777 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Potomac, MD - urn:ioos:station:wmo:44042 - urn:ogc:def:crs:epsg::4326 - - - 38.033 -76.336 - 38.033 -76.336 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Patapsco, MD - urn:ioos:station:wmo:44043 - urn:ogc:def:crs:epsg::4326 - - - 39.152 -76.391 - 39.152 -76.391 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lower Delaware Bay Buoy - urn:ioos:station:wmo:44054 - urn:ogc:def:crs:epsg::4326 - - - 38.883 -75.183 - 38.883 -75.183 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Central Delaware Bay - urn:ioos:station:wmo:44055 - urn:ogc:def:crs:epsg::4326 - - - 39.122 -75.256 - 39.122 -75.256 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Duck FRF, NC - urn:ioos:station:wmo:44056 - urn:ogc:def:crs:epsg::4326 - - - 36.2 -75.714 - 36.2 -75.714 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Susquehanna, MD - urn:ioos:station:wmo:44057 - urn:ogc:def:crs:epsg::4326 - - - 39.544 -76.075 - 39.544 -76.075 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Stingray Point, VA - urn:ioos:station:wmo:44058 - urn:ogc:def:crs:epsg::4326 - - - 37.552 -76.251 - 37.552 -76.251 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Norfolk, VA - urn:ioos:station:wmo:44059 - urn:ogc:def:crs:epsg::4326 - - - 36.846 -76.298 - 36.846 -76.298 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Eastern Long Island Sound - urn:ioos:station:wmo:44060 - urn:ogc:def:crs:epsg::4326 - - - 41.2633 -72.0667 - 41.2633 -72.0667 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Upper Potmac, MD - urn:ioos:station:wmo:44061 - urn:ogc:def:crs:epsg::4326 - - - 38.785 -77.036 - 38.785 -77.036 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Gooses Reef, MD - urn:ioos:station:wmo:44062 - urn:ogc:def:crs:epsg::4326 - - - 38.553 -76.415 - 38.553 -76.415 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Annapolis - urn:ioos:station:wmo:44063 - urn:ogc:def:crs:epsg::4326 - - - 38.963 -76.448 - 38.963 -76.448 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - FIRST LANDING - urn:ioos:station:wmo:44064 - urn:ogc:def:crs:epsg::4326 - - - 36.979 -76.043 - 36.979 -76.043 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Entrance to New York Harbor - urn:ioos:station:wmo:44065 - urn:ogc:def:crs:epsg::4326 - - - 40.369 -73.703 - 40.369 -73.703 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Texas Tower #4 - urn:ioos:station:wmo:44066 - urn:ogc:def:crs:epsg::4326 - - - 39.26 -72.18 - 39.26 -72.18 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Potomac River, Near HWY 301 - urn:ioos:station:wmo:44067 - urn:ogc:def:crs:epsg::4326 - - - 38.368 -76.996 - 38.368 -76.996 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buzzards Bay MA. Offshore - urn:ioos:station:wmo:44070 - urn:ogc:def:crs:epsg::4326 - - - 41.392 -71.004 - 41.392 -71.004 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Oregon Inlet, NC - 192 - urn:ioos:station:wmo:44095 - urn:ogc:def:crs:epsg::4326 - - - 35.583 -75.317 - 35.583 -75.317 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Charles, VA - 186 - urn:ioos:station:wmo:44096 - urn:ogc:def:crs:epsg::4326 - - - 37.023 -75.81 - 37.023 -75.81 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Block Island, RI (154) - urn:ioos:station:wmo:44097 - urn:ogc:def:crs:epsg::4326 - - - 40.981 -71.117 - 40.981 -71.117 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Jeffrey's Ledge, NH (160) - urn:ioos:station:wmo:44098 - urn:ogc:def:crs:epsg::4326 - - - 42.801 -70.169 - 42.801 -70.169 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Henry, VA (147) - urn:ioos:station:wmo:44099 - urn:ogc:def:crs:epsg::4326 - - - 36.908 -75.775 - 36.908 -75.775 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Duck FRF 26m, NC (430) - urn:ioos:station:wmo:44100 - urn:ogc:def:crs:epsg::4326 - - - 36.258 -75.591 - 36.258 -75.591 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Halifax Harbor, NS, Canada - 176 - urn:ioos:station:wmo:44172 - urn:ogc:def:crs:epsg::4326 - - - 44.5 -63.408 - 44.5 -63.408 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Ramea Island, New Foundland (170) - urn:ioos:station:wmo:44235 - urn:ogc:def:crs:epsg::4326 - - - 47.263 -57.341 - 47.263 -57.341 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 790 NM NE of Bermuda - urn:ioos:station:wmo:44401 - urn:ogc:def:crs:epsg::4326 - - - 37.56 -50 - 37.56 -50 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 250 NM SE of Montauk Pt N.Y. - urn:ioos:station:wmo:44402 - urn:ogc:def:crs:epsg::4326 - - - 39.49 -70.59 - 39.49 -70.59 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MID SUPERIOR 60NM North Northeast Hancock, MI - urn:ioos:station:wmo:45001 - urn:ogc:def:crs:epsg::4326 - - - 48.06 -87.78 - 48.06 -87.78 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - N MICHIGAN- Halfway between North Manitou and Washington Islands. - urn:ioos:station:wmo:45002 - urn:ogc:def:crs:epsg::4326 - - - 45.33 -86.43 - 45.33 -86.43 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - N HURON 37NM Northeast of Alpena, MI. - urn:ioos:station:wmo:45003 - urn:ogc:def:crs:epsg::4326 - - - 45.35 -82.84 - 45.35 -82.84 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 78NM Northeast of Marquette, MI - urn:ioos:station:wmo:45004 - urn:ogc:def:crs:epsg::4326 - - - 47.56 -86.54 - 47.56 -86.54 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - W ERIE 28NM Northwest of Cleveland, OH - urn:ioos:station:wmo:45005 - urn:ogc:def:crs:epsg::4326 - - - 41.68 -82.4 - 41.68 -82.4 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - W SUPERIOR 48NM North of Ironwood, MI - urn:ioos:station:wmo:45006 - urn:ogc:def:crs:epsg::4326 - - - 47.33 -89.79 - 47.33 -89.79 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - S MICHIGAN 43NM East Southeast of Milwaukee, WI - urn:ioos:station:wmo:45007 - urn:ogc:def:crs:epsg::4326 - - - 42.68 -87.03 - 42.68 -87.03 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - S HURON 43NM East of Oscoda, MI - urn:ioos:station:wmo:45008 - urn:ogc:def:crs:epsg::4326 - - - 44.28 -82.42 - 44.28 -82.42 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lake Ontario Buoy - 20NM North Northeast of Rochester, NY - urn:ioos:station:wmo:45012 - urn:ogc:def:crs:epsg::4326 - - - 43.62 -77.41 - 43.62 -77.41 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Calumet Beach - urn:ioos:station:wmo:45015 - urn:ogc:def:crs:epsg::4326 - - - 41.714 -87.527 - 41.714 -87.527 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sixth-third St Beach - urn:ioos:station:wmo:45016 - urn:ogc:def:crs:epsg::4326 - - - 41.783 -87.573 - 41.783 -87.573 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Oak St Beach - urn:ioos:station:wmo:45017 - urn:ogc:def:crs:epsg::4326 - - - 41.903 -87.622 - 41.903 -87.622 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Montrose Ave Beach - urn:ioos:station:wmo:45018 - urn:ogc:def:crs:epsg::4326 - - - 41.968 -87.637 - 41.968 -87.637 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Foster Ave. Beach - urn:ioos:station:wmo:45019 - urn:ogc:def:crs:epsg::4326 - - - 41.979 -87.649 - 41.979 -87.649 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Grand Traverse Bay Observing System Station 1 - urn:ioos:station:wmo:45020 - urn:ogc:def:crs:epsg::4326 - - - 44.789 -85.604 - 44.789 -85.604 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Traverse Bay #3, MI - urn:ioos:station:wmo:45021 - urn:ogc:def:crs:epsg::4326 - - - 44.767 -85.606 - 44.767 -85.606 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Little Traverse Bay, MI - urn:ioos:station:wmo:45022 - urn:ogc:def:crs:epsg::4326 - - - 45.403 -85.088 - 45.403 -85.088 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Portage Canal - urn:ioos:station:wmo:45023 - urn:ogc:def:crs:epsg::4326 - - - 47.279 -88.611 - 47.279 -88.611 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ludington, MI - urn:ioos:station:wmo:45024 - urn:ogc:def:crs:epsg::4326 - - - 43.977 -86.56 - 43.977 -86.56 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Entrance to Keweenaw Waterway, MI - urn:ioos:station:wmo:45025 - urn:ogc:def:crs:epsg::4326 - - - 46.95 -88.409 - 46.95 -88.409 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - St. Joseph, MI - urn:ioos:station:wmo:45026 - urn:ogc:def:crs:epsg::4326 - - - 41.983 -86.617 - 41.983 -86.617 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - North of Duluth, MN - urn:ioos:station:wmo:45027 - urn:ogc:def:crs:epsg::4326 - - - 46.864 -91.929 - 46.864 -91.929 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Western Lake Superior - urn:ioos:station:wmo:45028 - urn:ogc:def:crs:epsg::4326 - - - 46.812 -91.835 - 46.812 -91.835 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - GULF OF AK, 88NM South of Kodiak, AK - urn:ioos:station:wmo:46001 - urn:ogc:def:crs:epsg::4326 - - - 56.3 -148.02 - 56.3 -148.02 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - OREGON - 275NM West of Coos Bay, OR - urn:ioos:station:wmo:46002 - urn:ogc:def:crs:epsg::4326 - - - 42.57 -130.46 - 42.57 -130.46 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - WASHINGTON 315NM West of Aberdeen, WA - urn:ioos:station:wmo:46005 - urn:ogc:def:crs:epsg::4326 - - - 46.05 -131.02 - 46.05 -131.02 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SE PAPA - 600NM West of Eureka, CA - urn:ioos:station:wmo:46006 - urn:ogc:def:crs:epsg::4326 - - - 40.886 -137.451 - 40.886 -137.451 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SANTA MARIA - 21 NM Northwest of Point Arguello, CA - urn:ioos:station:wmo:46011 - urn:ogc:def:crs:epsg::4326 - - - 34.868 -120.857 - 34.868 -120.857 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - HALF MOON BAY - 24NM South Southwest of San Francisco, CA - urn:ioos:station:wmo:46012 - urn:ogc:def:crs:epsg::4326 - - - 37.361 -122.881 - 37.361 -122.881 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bodega Bay - 48NM North Northwest of San Francisco, CA - urn:ioos:station:wmo:46013 - urn:ogc:def:crs:epsg::4326 - - - 38.23 -123.32 - 38.23 -123.32 - - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - PT ARENA - 19NM North of Point Arena, CA - urn:ioos:station:wmo:46014 - urn:ogc:def:crs:epsg::4326 - - - 39.22 -123.97 - 39.22 -123.97 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Orford - 16NM West of Port Orford, OR - urn:ioos:station:wmo:46015 - urn:ogc:def:crs:epsg::4326 - - - 42.76 -124.83 - 42.76 -124.83 - - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - EEL RIVER - 17NM West-Southwest of Eureka, CA - urn:ioos:station:wmo:46022 - urn:ogc:def:crs:epsg::4326 - - - 40.78 -124.54 - 40.78 -124.54 - - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - PT ARGUELLO - 17NM West Northwest of Point Arguello, CA - urn:ioos:station:wmo:46023 - urn:ogc:def:crs:epsg::4326 - - - 34.71 -120.97 - 34.71 -120.97 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Santa Monica Basin - 33NM West Southwest of Santa Monica, CA - urn:ioos:station:wmo:46025 - urn:ogc:def:crs:epsg::4326 - - - 33.74 -119.06 - 33.74 -119.06 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SAN FRANCISCO - 18NM West of San Francisco, CA - urn:ioos:station:wmo:46026 - urn:ogc:def:crs:epsg::4326 - - - 37.75 -122.82 - 37.75 -122.82 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ST GEORGES - 8NM West Northwest of Crescent City, CA - urn:ioos:station:wmo:46027 - urn:ogc:def:crs:epsg::4326 - - - 41.85 -124.38 - 41.85 -124.38 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - CAPE SAN MARTIN - 55NM West Northwest of Morro Bay, CA - urn:ioos:station:wmo:46028 - urn:ogc:def:crs:epsg::4326 - - - 35.74 -121.88 - 35.74 -121.88 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - COL RIVER BAR - 78NM South Southwest of Aberdeen, WA - urn:ioos:station:wmo:46029 - urn:ogc:def:crs:epsg::4326 - - - 46.14 -124.51 - 46.14 -124.51 - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - BERING SEA 310 NM North of Adak, AK - urn:ioos:station:wmo:46035 - urn:ogc:def:crs:epsg::4326 - - - 57.07 -177.75 - 57.07 -177.75 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - CAPE ELIZABETH- 45NM Northwest of Aberdeen, WA - urn:ioos:station:wmo:46041 - urn:ogc:def:crs:epsg::4326 - - - 47.34 -124.75 - 47.34 -124.75 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MONTEREY - 27NM West of Monterey Bay, CA - urn:ioos:station:wmo:46042 - urn:ogc:def:crs:epsg::4326 - - - 36.75 -122.42 - 36.75 -122.42 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - TANNER BANKS - 121NM West of San Diego, CA - urn:ioos:station:wmo:46047 - urn:ogc:def:crs:epsg::4326 - - - 32.433 -119.533 - 32.433 -119.533 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - STONEWALL BANKS - 20NM West of Newport, OR - urn:ioos:station:wmo:46050 - urn:ogc:def:crs:epsg::4326 - - - 44.64 -124.5 - 44.64 -124.5 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - E. SANTA BARBARA - 12NM Southwest of Santa Barbara, CA - urn:ioos:station:wmo:46053 - urn:ogc:def:crs:epsg::4326 - - - 34.24 -119.85 - 34.24 -119.85 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SANTA BARBARA W 38 NM West of Santa Barbara, CA - urn:ioos:station:wmo:46054 - urn:ogc:def:crs:epsg::4326 - - - 34.27 -120.45 - 34.27 -120.45 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - CALIFORNIA - 357NM West of San Francisco, CA - urn:ioos:station:wmo:46059 - urn:ogc:def:crs:epsg::4326 - - - 37.98 -130 - 37.98 -130 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West Orca Bay - 36NM South-Southwest of Valdez, AK - urn:ioos:station:wmo:46060 - urn:ogc:def:crs:epsg::4326 - - - 60.59 -146.83 - 60.59 -146.83 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Seal Rocks 55NM South of Valdez, AK - urn:ioos:station:wmo:46061 - urn:ogc:def:crs:epsg::4326 - - - 60.22 -146.83 - 60.22 -146.83 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pt. Conception, CA - 50NM West of Santa Barbara, CA - urn:ioos:station:wmo:46063 - urn:ogc:def:crs:epsg::4326 - - - 34.27 -120.7 - 34.27 -120.7 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - S Aleutians 380NM Southwest of Kodiak, AK - urn:ioos:station:wmo:46066 - urn:ogc:def:crs:epsg::4326 - - - 52.7 -154.98 - 52.7 -154.98 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Santa Rosa Island, CA - urn:ioos:station:wmo:46069 - urn:ogc:def:crs:epsg::4326 - - - 33.65 -120.2 - 33.65 -120.2 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - S.W. Bering Sea - urn:ioos:station:wmo:46070 - urn:ogc:def:crs:epsg::4326 - - - 55 175.28 - 55 175.28 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Western Aleutians - urn:ioos:station:wmo:46071 - urn:ogc:def:crs:epsg::4326 - - - 51.15 179 - 51.15 179 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Central Aleutions - 230NM Southwest of Dutch Harbor - urn:ioos:station:wmo:46072 - urn:ogc:def:crs:epsg::4326 - - - 51.63 -172.17 - 51.63 -172.17 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Southeast Bering Sea - urn:ioos:station:wmo:46073 - urn:ogc:def:crs:epsg::4326 - - - 54.94 -172.03 - 54.94 -172.03 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Shumagin Islands, AK - urn:ioos:station:wmo:46075 - urn:ogc:def:crs:epsg::4326 - - - 53.926 -160.806 - 53.926 -160.806 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Cleare AK - urn:ioos:station:wmo:46076 - urn:ogc:def:crs:epsg::4326 - - - 59.5 -148 - 59.5 -148 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Shelikof Strait, AK - urn:ioos:station:wmo:46077 - urn:ogc:def:crs:epsg::4326 - - - 57.92 -154.25 - 57.92 -154.25 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Albatross Banks AK - urn:ioos:station:wmo:46078 - urn:ogc:def:crs:epsg::4326 - - - 56.054 -152.451 - 56.054 -152.451 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Northwest Gulf 57NM East of Kodiak, AK - urn:ioos:station:wmo:46080 - urn:ogc:def:crs:epsg::4326 - - - 58.04 -149.99 - 58.04 -149.99 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Western Prince William Sound - urn:ioos:station:wmo:46081 - urn:ogc:def:crs:epsg::4326 - - - 60.8 -148.28 - 60.8 -148.28 - - - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Suckling 84NM Southeast of Cordova, AK - urn:ioos:station:wmo:46082 - urn:ogc:def:crs:epsg::4326 - - - 59.69 -143.4 - 59.69 -143.4 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fairweather Grounds 92NM Southeast of Yakutat, AK - urn:ioos:station:wmo:46083 - urn:ogc:def:crs:epsg::4326 - - - 58.24 -137.99 - 58.24 -137.99 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Edgecumbe Buoy, AK - urn:ioos:station:wmo:46084 - urn:ogc:def:crs:epsg::4326 - - - 56.63 -136.15 - 56.63 -136.15 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Central Gulf of Alaska Buoy - urn:ioos:station:wmo:46085 - urn:ogc:def:crs:epsg::4326 - - - 56.85 -142.56 - 56.85 -142.56 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Clemente Basin - urn:ioos:station:wmo:46086 - urn:ogc:def:crs:epsg::4326 - - - 32.5 -118 - 32.5 -118 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Neah Bay, WA (Traffic Separation Lighted Buoy) - urn:ioos:station:wmo:46087 - urn:ogc:def:crs:epsg::4326 - - - 49.89 -124.73 - 49.89 -124.73 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - New Dungeness, WA (Hein Bank) - urn:ioos:station:wmo:46088 - urn:ogc:def:crs:epsg::4326 - - - 48.33 -123.17 - 48.33 -123.17 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tillamook, OR - urn:ioos:station:wmo:46089 - urn:ogc:def:crs:epsg::4326 - - - 45.91 -125.76 - 45.91 -125.76 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MBM0 - urn:ioos:station:wmo:46091 - urn:ogc:def:crs:epsg::4326 - - - 36.835 -121.899 - 36.835 -121.899 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MBM1 - urn:ioos:station:wmo:46092 - urn:ogc:def:crs:epsg::4326 - - - 36.75 -122.02 - 36.75 -122.02 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MBM2 - urn:ioos:station:wmo:46093 - urn:ogc:def:crs:epsg::4326 - - - 36.69 -122.41 - 36.69 -122.41 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West of Newport NH-10, OR - urn:ioos:station:wmo:46094 - urn:ogc:def:crs:epsg::4326 - - - 44.633 -124.304 - 44.633 -124.304 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Columbia River Entrance - SATURN Station #02 Offshore - urn:ioos:station:wmo:46096 - urn:ogc:def:crs:epsg::4326 - - - 46.173 -124.127 - 46.173 -124.127 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Cook Inlet AK - urn:ioos:station:wmo:46105 - urn:ogc:def:crs:epsg::4326 - - - 59.049 -152.224 - 59.049 -152.224 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Central Cook Inlet AK - urn:ioos:station:wmo:46106 - urn:ogc:def:crs:epsg::4326 - - - 59.76 -152.09 - 59.76 -152.09 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Montague Strait - urn:ioos:station:wmo:46107 - urn:ogc:def:crs:epsg::4326 - - - 59.925 -147.992 - 59.925 -147.992 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Central Cook Inlet - 175 - urn:ioos:station:wmo:46108 - urn:ogc:def:crs:epsg::4326 - - - 59.76 -152.09 - 59.76 -152.09 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Angeles Buoy - urn:ioos:station:wmo:46109 - urn:ogc:def:crs:epsg::4326 - - - 48.123 -123.395 - 48.123 -123.395 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sequim Buoy - urn:ioos:station:wmo:46110 - urn:ogc:def:crs:epsg::4326 - - - 48.115 -123.032 - 48.115 -123.032 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fort Worden Buoy - urn:ioos:station:wmo:46111 - urn:ogc:def:crs:epsg::4326 - - - 48.131 -122.748 - 48.131 -122.748 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Marrowstone Buoy - urn:ioos:station:wmo:46112 - urn:ogc:def:crs:epsg::4326 - - - 48.1 -122.73 - 48.1 -122.73 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Poulsbo Buoy - urn:ioos:station:wmo:46113 - urn:ogc:def:crs:epsg::4326 - - - 47.73 -122.646 - 47.73 -122.646 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West Monterey Bay, CA - urn:ioos:station:wmo:46114 - urn:ogc:def:crs:epsg::4326 - - - 36.71 -122.342 - 36.71 -122.342 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bering Sea - urn:ioos:station:wmo:46115 - urn:ogc:def:crs:epsg::4326 - - - 57.069 -177.75 - 57.069 -177.75 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pt Wells, WA (U of Wash) - urn:ioos:station:wmo:46120 - urn:ogc:def:crs:epsg::4326 - - - 47.761 -122.397 - 47.761 -122.397 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Carr Inlet, WA (U of Wash) - urn:ioos:station:wmo:46121 - urn:ogc:def:crs:epsg::4326 - - - 47.28 -122.73 - 47.28 -122.73 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Dabob Bay, WA (U of Wash) - urn:ioos:station:wmo:46122 - urn:ogc:def:crs:epsg::4326 - - - 47.803 -122.803 - 47.803 -122.803 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Twanoh - Hood Canal, WA (U of Wash) - urn:ioos:station:wmo:46123 - urn:ogc:def:crs:epsg::4326 - - - 47.375 -123.008 - 47.375 -123.008 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Hoodsport - Hood Canal, WA (U of Wash) - urn:ioos:station:wmo:46124 - urn:ogc:def:crs:epsg::4326 - - - 47.422 -123.112 - 47.422 -123.112 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Hansville - Hood Canal, WA - urn:ioos:station:wmo:46125 - urn:ogc:def:crs:epsg::4326 - - - 47.907 -122.627 - 47.907 -122.627 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Hecate Strait, Canada (174) - urn:ioos:station:wmo:46138 - urn:ogc:def:crs:epsg::4326 - - - 52.437 -129.795 - 52.437 -129.795 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - La Perouse Bank DWR, Canada (215) - urn:ioos:station:wmo:46139 - urn:ogc:def:crs:epsg::4326 - - - 48.84 -126 - 48.84 -126 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Grays Harbor, WA (036) - urn:ioos:station:wmo:46211 - urn:ogc:def:crs:epsg::4326 - - - 46.857 -124.244 - 46.857 -124.244 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Humboldt Bay South Spit, CA (128) - urn:ioos:station:wmo:46212 - urn:ogc:def:crs:epsg::4326 - - - 40.753 -124.313 - 40.753 -124.313 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Mendocino, CA (094) - urn:ioos:station:wmo:46213 - urn:ogc:def:crs:epsg::4326 - - - 40.294 -124.74 - 40.294 -124.74 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Reyes, CA (029) - urn:ioos:station:wmo:46214 - urn:ogc:def:crs:epsg::4326 - - - 37.945 -123.47 - 37.945 -123.47 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Diablo Canyon, CA (076) - urn:ioos:station:wmo:46215 - urn:ogc:def:crs:epsg::4326 - - - 35.204 -120.86 - 35.204 -120.86 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Goleta Point, CA (107) - urn:ioos:station:wmo:46216 - urn:ogc:def:crs:epsg::4326 - - - 34.334 -119.804 - 34.334 -119.804 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Anacapa Passage, CA (111) - urn:ioos:station:wmo:46217 - urn:ogc:def:crs:epsg::4326 - - - 34.167 -119.435 - 34.167 -119.435 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Harvest, CA (071) - urn:ioos:station:wmo:46218 - urn:ogc:def:crs:epsg::4326 - - - 34.451 -120.769 - 34.451 -120.769 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Nicolas Island, CA (067) - urn:ioos:station:wmo:46219 - urn:ogc:def:crs:epsg::4326 - - - 33.221 -119.882 - 33.221 -119.882 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Santa Monica Bay, CA (028) - urn:ioos:station:wmo:46221 - urn:ogc:def:crs:epsg::4326 - - - 33.854 -118.633 - 33.854 -118.633 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Pedro, CA (092) - urn:ioos:station:wmo:46222 - urn:ogc:def:crs:epsg::4326 - - - 33.618 -118.317 - 33.618 -118.317 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Dana Point, CA (096) - urn:ioos:station:wmo:46223 - urn:ogc:def:crs:epsg::4326 - - - 33.458 -117.767 - 33.458 -117.767 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Oceanside Offshore, CA (045) - urn:ioos:station:wmo:46224 - urn:ogc:def:crs:epsg::4326 - - - 33.179 -117.471 - 33.179 -117.471 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Torrey Pines Outer, CA (100) - urn:ioos:station:wmo:46225 - urn:ogc:def:crs:epsg::4326 - - - 32.93 -117.393 - 32.93 -117.393 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - UMPQUA OFFSHORE, OR (139) - urn:ioos:station:wmo:46229 - urn:ogc:def:crs:epsg::4326 - - - 43.769 -124.551 - 43.769 -124.551 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mission Bay, CA (093) - urn:ioos:station:wmo:46231 - urn:ogc:def:crs:epsg::4326 - - - 32.748 -117.37 - 32.748 -117.37 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Loma South, CA (191) - urn:ioos:station:wmo:46232 - urn:ogc:def:crs:epsg::4326 - - - 32.567 -117.445 - 32.567 -117.445 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Imperial Beach Nearshore, CA (155) - urn:ioos:station:wmo:46235 - urn:ogc:def:crs:epsg::4326 - - - 32.572 -117.167 - 32.572 -117.167 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Monterey Canyon Outer, CA (156) - urn:ioos:station:wmo:46236 - urn:ogc:def:crs:epsg::4326 - - - 36.761 -121.947 - 36.761 -121.947 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Francisco Bar, CA (142) - urn:ioos:station:wmo:46237 - urn:ogc:def:crs:epsg::4326 - - - 37.781 -122.599 - 37.781 -122.599 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Nicolas Island North, CA (167) - urn:ioos:station:wmo:46238 - urn:ogc:def:crs:epsg::4326 - - - 33.405 -119.467 - 33.405 -119.467 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Sur, CA (157) - urn:ioos:station:wmo:46239 - urn:ogc:def:crs:epsg::4326 - - - 36.338 -122.101 - 36.338 -122.101 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cabrillo Point, Monterey Bay, CA - urn:ioos:station:wmo:46240 - urn:ogc:def:crs:epsg::4326 - - - 36.626 -121.907 - 36.626 -121.907 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Elijo Nearshore, CA (161) - urn:ioos:station:wmo:46241 - urn:ogc:def:crs:epsg::4326 - - - 33.169 -117.292 - 33.169 -117.292 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Camp Pendleton Nearshore, CA (043) - urn:ioos:station:wmo:46242 - urn:ogc:def:crs:epsg::4326 - - - 33.22 -117.44 - 33.22 -117.44 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Clatsop Spit, OR - 162 - urn:ioos:station:wmo:46243 - urn:ogc:def:crs:epsg::4326 - - - 46.2 -124.117 - 46.2 -124.117 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Humboldt Bay, North Spit, CA - urn:ioos:station:wmo:46244 - urn:ogc:def:crs:epsg::4326 - - - 40.888 -124.357 - 40.888 -124.357 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ventura Nearshore, CA - 169 - urn:ioos:station:wmo:46245 - urn:ogc:def:crs:epsg::4326 - - - 34.251 -119.308 - 34.251 -119.308 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Station PAPA (166) - urn:ioos:station:wmo:46246 - urn:ogc:def:crs:epsg::4326 - - - 49.985 -145.089 - 49.985 -145.089 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Francisco Offshore, CA (180) - urn:ioos:station:wmo:46247 - urn:ogc:def:crs:epsg::4326 - - - 37.753 -122.833 - 37.753 -122.833 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Astoria Canyon, OR (179) - urn:ioos:station:wmo:46248 - urn:ogc:def:crs:epsg::4326 - - - 46.133 -124.667 - 46.133 -124.667 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Santa Cruz Island South, CA (182) - urn:ioos:station:wmo:46249 - urn:ogc:def:crs:epsg::4326 - - - 33.821 -119.708 - 33.821 -119.708 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Mugu Offshore, CA - 184 - urn:ioos:station:wmo:46250 - urn:ogc:def:crs:epsg::4326 - - - 34.034 -119.09 - 34.034 -119.09 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 240 NM South of Dutch Harbor, AK - urn:ioos:station:wmo:46402 - urn:ogc:def:crs:epsg::4326 - - - 51.07 -164.01 - 51.07 -164.01 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 230 NM Southeast of Shumagin Island, AK - urn:ioos:station:wmo:46403 - urn:ogc:def:crs:epsg::4326 - - - 52.65 -156.94 - 52.65 -156.94 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 230 NM West of Astoria, OR - urn:ioos:station:wmo:46404 - urn:ogc:def:crs:epsg::4326 - - - 45.86 -128.78 - 45.86 -128.78 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 210 NM West of Coos Bay, OR - urn:ioos:station:wmo:46407 - urn:ogc:def:crs:epsg::4326 - - - 42.6 -128.9 - 42.6 -128.9 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NW Pacific S AK - urn:ioos:station:wmo:46408 - urn:ogc:def:crs:epsg::4326 - - - 49.63 -169.87 - 49.63 -169.87 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 240 NM Southeast of Kodiak, AK - urn:ioos:station:wmo:46409 - urn:ogc:def:crs:epsg::4326 - - - 55.3 -148.5 - 55.3 -148.5 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 330 NM Southeast of Anchorage, AK - urn:ioos:station:wmo:46410 - urn:ogc:def:crs:epsg::4326 - - - 57.5 -144 - 57.5 -144 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 260 NM Northwest of San Francisco, CA - urn:ioos:station:wmo:46411 - urn:ogc:def:crs:epsg::4326 - - - 39.34 -127.01 - 39.34 -127.01 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 190 NM West-Southwest of San Diego, CA - urn:ioos:station:wmo:46412 - urn:ogc:def:crs:epsg::4326 - - - 32.25 -120.7 - 32.25 -120.7 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - East of ADAK, AK - urn:ioos:station:wmo:46413 - urn:ogc:def:crs:epsg::4326 - - - 48.86 -175.6 - 48.86 -175.6 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 300 NM West-Northwest of Seattle, WA - urn:ioos:station:wmo:46419 - urn:ogc:def:crs:epsg::4326 - - - 48.76 -129.62 - 48.76 -129.62 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Camden Bay (Shell Arctic) - urn:ioos:station:wmo:48211 - urn:ogc:def:crs:epsg::4326 - - - 70.37 -146.038 - 70.37 -146.038 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Harrison Bay (Shell Arctic) - urn:ioos:station:wmo:48212 - urn:ogc:def:crs:epsg::4326 - - - 70.875 -150.276 - 70.875 -150.276 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48900 - urn:ogc:def:crs:epsg::4326 - - - 25.183 -84.368 - 39.462 -73.767 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48901 - urn:ogc:def:crs:epsg::4326 - - - 27.059 -84.874 - 28.438 -83.163 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48902 - urn:ogc:def:crs:epsg::4326 - - - 28.461 -88.913 - 30.444 -83.184 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48903 - urn:ogc:def:crs:epsg::4326 - - - 24.738 -83.793 - 25.405 -81.947 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48904 - urn:ogc:def:crs:epsg::4326 - - - 24.831 -84.179 - 27.125 -81.607 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48905 - urn:ogc:def:crs:epsg::4326 - - - 27.623 -84.759 - 28.481 -83.33 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48906 - urn:ogc:def:crs:epsg::4326 - - - 24.814 -83.12 - 27.292 -81.605 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48907 - urn:ogc:def:crs:epsg::4326 - - - 26.317 -59.99 - 26.658 -52.838 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48908 - urn:ogc:def:crs:epsg::4326 - - - 26.45 -88.937 - 28.722 -86.226 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48909 - urn:ogc:def:crs:epsg::4326 - - - 27.499 -89.047 - 28.734 -88.503 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48910 - urn:ogc:def:crs:epsg::4326 - - - 24.431 -90.643 - 28.667 -84.725 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:48911 - urn:ogc:def:crs:epsg::4326 - - - 29.382 -87.101 - 30.084 -86.584 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Northern Hawaii - urn:ioos:station:wmo:51000 - urn:ogc:def:crs:epsg::4326 - - - 23.464 -154 - 23.464 -154 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NW HAWAII 170 NM West Northwest of Kauai Island - urn:ioos:station:wmo:51001 - urn:ogc:def:crs:epsg::4326 - - - 23.445 -162.279 - 23.445 -162.279 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SW Hawaii - 215NM South-Southwest of Hilo, HI - urn:ioos:station:wmo:51002 - urn:ogc:def:crs:epsg::4326 - - - 17.19 -157.78 - 17.19 -157.78 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - W Hawaii - 205NM Southwest of Honolulu, HI - urn:ioos:station:wmo:51003 - urn:ogc:def:crs:epsg::4326 - - - 19.09 -160.66 - 19.09 -160.66 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SE Hawaii - 185NM Southeast of Hilo, HI - urn:ioos:station:wmo:51004 - urn:ogc:def:crs:epsg::4326 - - - 17.59 -152.46 - 17.59 -152.46 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 9N 140W - urn:ioos:station:wmo:51006 - urn:ogc:def:crs:epsg::4326 - - - 9 -140 - 9 -140 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 140W - urn:ioos:station:wmo:51007 - urn:ogc:def:crs:epsg::4326 - - - 5 -140 - 5 -140 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 140W - urn:ioos:station:wmo:51008 - urn:ogc:def:crs:epsg::4326 - - - 2 -140 - 2 -140 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 140W - urn:ioos:station:wmo:51009 - urn:ogc:def:crs:epsg::4326 - - - -2 -140 - -2 -140 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 170W - urn:ioos:station:wmo:51010 - urn:ogc:def:crs:epsg::4326 - - - 0 -170 - 0 -170 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 125W - urn:ioos:station:wmo:51011 - urn:ogc:def:crs:epsg::4326 - - - 0 -125 - 0 -125 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 140W - urn:ioos:station:wmo:51014 - urn:ogc:def:crs:epsg::4326 - - - -5 -140 - -5 -140 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 125W - urn:ioos:station:wmo:51015 - urn:ogc:def:crs:epsg::4326 - - - 5 -125 - 5 -125 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 125W - urn:ioos:station:wmo:51016 - urn:ogc:def:crs:epsg::4326 - - - 2 -125 - 2 -125 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 125W - urn:ioos:station:wmo:51017 - urn:ogc:def:crs:epsg::4326 - - - -2 -125 - -2 -125 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 125W - urn:ioos:station:wmo:51018 - urn:ogc:def:crs:epsg::4326 - - - -5 -125 - -5 -125 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 155W - urn:ioos:station:wmo:51019 - urn:ogc:def:crs:epsg::4326 - - - -5 -155 - -5 -155 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 155W - urn:ioos:station:wmo:51020 - urn:ogc:def:crs:epsg::4326 - - - 5 -155 - 5 -155 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 155W - urn:ioos:station:wmo:51021 - urn:ogc:def:crs:epsg::4326 - - - 2 -155 - 2 -155 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 155W - urn:ioos:station:wmo:51022 - urn:ogc:def:crs:epsg::4326 - - - -2 -155 - -2 -155 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 155W - urn:ioos:station:wmo:51023 - urn:ogc:def:crs:epsg::4326 - - - 0 -155 - 0 -155 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Christmas Island - urn:ioos:station:wmo:51028 - urn:ogc:def:crs:epsg::4326 - - - 0 -153.913 - 0 -153.913 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Northern Hawaii - urn:ioos:station:wmo:51100 - urn:ogc:def:crs:epsg::4326 - - - 23.558 -153.9 - 23.558 -153.9 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NW Hawaii - urn:ioos:station:wmo:51101 - urn:ogc:def:crs:epsg::4326 - - - 24.321 -162.058 - 24.321 -162.058 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - French Frigate Shoals (FFS Ocean 006) - urn:ioos:station:wmo:51167 - urn:ogc:def:crs:epsg::4326 - - - 23.856 -166.275 - 23.856 -166.275 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Jarvis Island (JAR 016) - urn:ioos:station:wmo:51169 - urn:ogc:def:crs:epsg::4326 - - - -0.379 -159.978 - -0.379 -159.978 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Johnston Atoll (JOH 005) - urn:ioos:station:wmo:51170 - urn:ogc:def:crs:epsg::4326 - - - 16.759 -169.5 - 16.759 -169.5 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kingman Reef (KIN 001) - urn:ioos:station:wmo:51171 - urn:ogc:def:crs:epsg::4326 - - - 6.393 -162.342 - 6.393 -162.342 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kure Atoll (KUR 008) - urn:ioos:station:wmo:51172 - urn:ogc:def:crs:epsg::4326 - - - 28.418 -178.343 - 28.418 -178.343 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Litsianski Island (LIS 001) - urn:ioos:station:wmo:51173 - urn:ogc:def:crs:epsg::4326 - - - 25.968 -173.916 - 25.968 -173.916 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ofu Island, American Samoa (OFU 008) - urn:ioos:station:wmo:51174 - urn:ogc:def:crs:epsg::4326 - - - -14.181 -169.652 - -14.181 -169.652 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pearl and Hermes Reef (PHR 001) - urn:ioos:station:wmo:51176 - urn:ogc:def:crs:epsg::4326 - - - 27.837 -175.816 - 27.837 -175.816 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Rose Atoll (ROS 002) - urn:ioos:station:wmo:51177 - urn:ogc:def:crs:epsg::4326 - - - -14.551 -168.16 - -14.551 -168.16 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tau Island, American Samoa (TAU 004) - urn:ioos:station:wmo:51178 - urn:ogc:def:crs:epsg::4326 - - - -14.244 -169.509 - -14.244 -169.509 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Southwestern Tutuila Island, American Samoa (TUT 002) - urn:ioos:station:wmo:51179 - urn:ogc:def:crs:epsg::4326 - - - -14.328 -170.833 - -14.328 -170.833 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Western Tutuila Island, American Samoa (TUT 004) - urn:ioos:station:wmo:51180 - urn:ogc:def:crs:epsg::4326 - - - -14.284 -170.722 - -14.284 -170.722 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Southern Tutuila Island, American Samoa (TUT 018) - urn:ioos:station:wmo:51181 - urn:ogc:def:crs:epsg::4326 - - - -14.367 -170.763 - -14.367 -170.763 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Barbers Point, HI (164) - urn:ioos:station:wmo:51200 - urn:ogc:def:crs:epsg::4326 - - - 21.096 -158.303 - 21.096 -158.303 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Waimea Bay, HI (106) - urn:ioos:station:wmo:51201 - urn:ogc:def:crs:epsg::4326 - - - 21.673 -158.116 - 21.673 -158.116 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mokapu Point, HI (098) - urn:ioos:station:wmo:51202 - urn:ogc:def:crs:epsg::4326 - - - 21.417 -157.668 - 21.417 -157.668 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kaumalapau, HI (146) - urn:ioos:station:wmo:51203 - urn:ogc:def:crs:epsg::4326 - - - 20.788 -157.01 - 20.788 -157.01 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Barbers Point, HI #2 (165) - urn:ioos:station:wmo:51204 - urn:ogc:def:crs:epsg::4326 - - - 21.281 -158.124 - 21.281 -158.124 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pauwela, Maui, HI (187) - urn:ioos:station:wmo:51205 - urn:ogc:def:crs:epsg::4326 - - - 21.019 -156.427 - 21.019 -156.427 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Hilo, Hawaii, HI - 188 - urn:ioos:station:wmo:51206 - urn:ogc:def:crs:epsg::4326 - - - 19.78 -154.97 - 19.78 -154.97 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8N 155W - urn:ioos:station:wmo:51301 - urn:ogc:def:crs:epsg::4326 - - - 8 -155 - 8 -155 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8S 155W - urn:ioos:station:wmo:51302 - urn:ogc:def:crs:epsg::4326 - - - -8 -155 - -8 -155 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 170W - urn:ioos:station:wmo:51303 - urn:ogc:def:crs:epsg::4326 - - - 5 -170 - 5 -170 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 170W - urn:ioos:station:wmo:51304 - urn:ogc:def:crs:epsg::4326 - - - -5 -170 - -5 -170 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 170W - urn:ioos:station:wmo:51305 - urn:ogc:def:crs:epsg::4326 - - - 2 -170 - 2 -170 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 170W - urn:ioos:station:wmo:51306 - urn:ogc:def:crs:epsg::4326 - - - -2 -170 - -2 -170 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8N 125W - urn:ioos:station:wmo:51307 - urn:ogc:def:crs:epsg::4326 - - - 8 -125 - 8 -125 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8S 125W - urn:ioos:station:wmo:51308 - urn:ogc:def:crs:epsg::4326 - - - -8 -125 - -8 -125 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8N 170W - urn:ioos:station:wmo:51309 - urn:ogc:def:crs:epsg::4326 - - - 8 -170 - 8 -170 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8S 170W - urn:ioos:station:wmo:51310 - urn:ogc:def:crs:epsg::4326 - - - -8 -170 - -8 -170 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 140W - urn:ioos:station:wmo:51311 - urn:ogc:def:crs:epsg::4326 - - - 0 -140 - 0 -140 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2,900 NM Southeast of Hawaii - urn:ioos:station:wmo:51406 - urn:ogc:def:crs:epsg::4326 - - - -8.49 -125.01 - -8.49 -125.01 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 140 NM Southeast of Honolulu, HI - urn:ioos:station:wmo:51407 - urn:ogc:def:crs:epsg::4326 - - - 19.63 -156.53 - 19.63 -156.53 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 370 NM NW of Apia - urn:ioos:station:wmo:51425 - urn:ogc:def:crs:epsg::4326 - - - -9.49 -176.25 - -9.49 -176.25 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 400NM Southeast of Tonga - urn:ioos:station:wmo:51426 - urn:ogc:def:crs:epsg::4326 - - - -22.99 -168.1 - -22.99 -168.1 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - WHOTS - Woods Hole Ocean Time-series - urn:ioos:station:wmo:51wh0 - urn:ogc:def:crs:epsg::4326 - - - 22.65 -157.933 - 22.65 -157.933 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Old 51004 (adrift) - urn:ioos:station:wmo:51x04 - urn:ogc:def:crs:epsg::4326 - - - 17.586 -152.461 - 17.586 -152.461 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 165E - urn:ioos:station:wmo:52001 - urn:ogc:def:crs:epsg::4326 - - - 2 165 - 2 165 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 165E - urn:ioos:station:wmo:52002 - urn:ogc:def:crs:epsg::4326 - - - -2 165 - -2 165 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 165E - urn:ioos:station:wmo:52003 - urn:ogc:def:crs:epsg::4326 - - - 5 165 - 5 165 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 165E - urn:ioos:station:wmo:52004 - urn:ogc:def:crs:epsg::4326 - - - -5 165 - -5 165 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8N 165E - urn:ioos:station:wmo:52006 - urn:ogc:def:crs:epsg::4326 - - - 8 165 - 8 165 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8S 165E - urn:ioos:station:wmo:52007 - urn:ogc:def:crs:epsg::4326 - - - -8 165 - -8 165 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ipan, Guam (121) - urn:ioos:station:wmo:52200 - urn:ogc:def:crs:epsg::4326 - - - 13.354 144.789 - 13.354 144.789 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kalo, Majuro, Marshall Islands - 163 - urn:ioos:station:wmo:52201 - urn:ogc:def:crs:epsg::4326 - - - 7.092 171.395 - 7.092 171.395 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Wake Island (WAK 002) - urn:ioos:station:wmo:52243 - urn:ogc:def:crs:epsg::4326 - - - 19.308 166.622 - 19.308 166.622 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Maug Islands (MAU 002) - urn:ioos:station:wmo:52244 - urn:ogc:def:crs:epsg::4326 - - - 20.029 145.232 - 20.029 145.232 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pagan Island (PAG 001) - urn:ioos:station:wmo:52245 - urn:ogc:def:crs:epsg::4326 - - - 18.127 145.757 - 18.127 145.757 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Saipan Island (SAI 008) - urn:ioos:station:wmo:52246 - urn:ogc:def:crs:epsg::4326 - - - 15.172 145.695 - 15.172 145.695 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Rota Island (ROT 002) - urn:ioos:station:wmo:52247 - urn:ogc:def:crs:epsg::4326 - - - 14.128 145.164 - 14.128 145.164 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Guam (GUA 003) - urn:ioos:station:wmo:52248 - urn:ogc:def:crs:epsg::4326 - - - 13.529 144.801 - 13.529 144.801 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kimbe, New Britain, PNG (KIM 001) - urn:ioos:station:wmo:52249 - urn:ogc:def:crs:epsg::4326 - - - -5.157 150.299 - -5.157 150.299 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5N 180E - urn:ioos:station:wmo:52309 - urn:ogc:def:crs:epsg::4326 - - - 5 180 - 5 180 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2N 180E - urn:ioos:station:wmo:52310 - urn:ogc:def:crs:epsg::4326 - - - 2 180 - 2 180 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 180E - urn:ioos:station:wmo:52311 - urn:ogc:def:crs:epsg::4326 - - - 0 180 - 0 180 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 2S 180E - urn:ioos:station:wmo:52312 - urn:ogc:def:crs:epsg::4326 - - - -2 180 - -2 180 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 5S 180E - urn:ioos:station:wmo:52313 - urn:ogc:def:crs:epsg::4326 - - - -5 180 - -5 180 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8N 180E - urn:ioos:station:wmo:52315 - urn:ogc:def:crs:epsg::4326 - - - 8 180 - 8 180 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8S 180E - urn:ioos:station:wmo:52316 - urn:ogc:def:crs:epsg::4326 - - - -8 180 - -8 180 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 0 165E - urn:ioos:station:wmo:52321 - urn:ogc:def:crs:epsg::4326 - - - 0 165 - 0 165 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 610 NM Northeast of Saipan - urn:ioos:station:wmo:52401 - urn:ogc:def:crs:epsg::4326 - - - 19.29 155.77 - 19.29 155.77 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 790 NM Northwest of Kwajalein - urn:ioos:station:wmo:52402 - urn:ogc:def:crs:epsg::4326 - - - 11.57 154.59 - 11.57 154.59 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 430 NM Southwest of Truk - urn:ioos:station:wmo:52403 - urn:ogc:def:crs:epsg::4326 - - - 4 145.54 - 4 145.54 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 760 NM Northeast of Manila, Philippines - urn:ioos:station:wmo:52404 - urn:ogc:def:crs:epsg::4326 - - - 20.94 132.31 - 20.94 132.31 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 740 NM West of Agana, Guam - urn:ioos:station:wmo:52405 - urn:ogc:def:crs:epsg::4326 - - - 12.88 132.33 - 12.88 132.33 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 450 NM Northeast of the Guadalcanal - urn:ioos:station:wmo:52406 - urn:ogc:def:crs:epsg::4326 - - - -5.36 165.05 - -5.36 165.05 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Bali - urn:ioos:station:wmo:53046 - urn:ogc:def:crs:epsg::4326 - - - -11.445 113.607 - -11.445 113.607 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 640NM Northeast of Auckland, New Zealand - urn:ioos:station:wmo:54401 - urn:ogc:def:crs:epsg::4326 - - - -33.01 -172.99 - -33.01 -172.99 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - DART Coral Sea - urn:ioos:station:wmo:55012 - urn:ogc:def:crs:epsg::4326 - - - -15.8 158.5 - -15.8 158.5 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ETD TASMAN - urn:ioos:station:wmo:55013 - urn:ogc:def:crs:epsg::4326 - - - -46.67 161 - -46.67 161 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - DART TASMAN SEA 1 - urn:ioos:station:wmo:55015 - urn:ogc:def:crs:epsg::4326 - - - -46.92 160.56 - -46.92 160.56 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fiji Basin - urn:ioos:station:wmo:55016 - urn:ogc:def:crs:epsg::4326 - - - -26 176 - -26 176 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - DART Coral Sea - urn:ioos:station:wmo:55023 - urn:ogc:def:crs:epsg::4326 - - - -14.803 153.585 - -14.803 153.585 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tasman Sea 2 - urn:ioos:station:wmo:55042 - urn:ogc:def:crs:epsg::4326 - - - -44.853 161.728 - -44.853 161.728 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Indian Ocean 1 - urn:ioos:station:wmo:56001 - urn:ogc:def:crs:epsg::4326 - - - -13.961 110.004 - -13.961 110.004 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - STB Indian Ocean 3 - urn:ioos:station:wmo:56003 - urn:ogc:def:crs:epsg::4326 - - - -15.021 117.989 - -15.021 117.989 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58900 - urn:ogc:def:crs:epsg::4326 - - - 23.201 126.128 - 23.225 126.147 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58901 - urn:ogc:def:crs:epsg::4326 - - - 17.823 121.143 - 24.161 127.158 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58902 - urn:ogc:def:crs:epsg::4326 - - - 20.614 121.265 - 23.993 126.58 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58903 - urn:ogc:def:crs:epsg::4326 - - - 18.584 -122.417 - 47.739 126.312 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58904 - urn:ogc:def:crs:epsg::4326 - - - 19.384 -122.414 - 47.722 120.326 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58905 - urn:ogc:def:crs:epsg::4326 - - - 18.63 119.891 - 22.014 120.539 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58951 - urn:ogc:def:crs:epsg::4326 - - - -31.932 113.502 - -29.118 115.054 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58952 - urn:ogc:def:crs:epsg::4326 - - - -14.443 144.732 - -13.327 146.548 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:58953 - urn:ogc:def:crs:epsg::4326 - - - -46.279 142.048 - -46.013 142.52 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:78900 - urn:ogc:def:crs:epsg::4326 - - - -77.44 -179.995 - -76.34 179.995 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Glider - urn:ioos:station:wmo:78901 - urn:ogc:def:crs:epsg::4326 - - - -77.466 170.193 - -76.089 179.914 - - - - - - - - text/csv - text/tab-separated-values - om:Observation - inline - - - Alexandria Bay, NY - urn:ioos:station:wmo:aban6 - urn:ogc:def:crs:epsg::4326 - - - 44.333 -75.933 - 44.333 -75.933 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Atlantic City Marina, NJ - urn:ioos:station:wmo:acmn4 - urn:ogc:def:crs:epsg::4326 - - - 39.38 -74.42 - 39.38 -74.42 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - St. Pierre, Ace Basin Reserve, SC - urn:ioos:station:wmo:acqs1 - urn:ogc:def:crs:epsg::4326 - - - 32.523 -80.357 - 32.523 -80.357 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ACE Basin Reserve, SC - urn:ioos:station:wmo:acxs1 - urn:ogc:def:crs:epsg::4326 - - - 32.559 -80.454 - 32.559 -80.454 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Algoma City Marina WI - urn:ioos:station:wmo:agmw3 - urn:ogc:def:crs:epsg::4326 - - - 44.608 -87.433 - 44.608 -87.433 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - East Amatuli Station Light, AK - urn:ioos:station:wmo:amaa2 - urn:ogc:def:crs:epsg::4326 - - - 58.915 -151.952 - 58.915 -151.952 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Anclote Gulf Park, FL - urn:ioos:station:wmo:ancf1 - urn:ogc:def:crs:epsg::4326 - - - 28.193 -82.789 - 28.193 -82.789 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - ANM - Anna Maria, FL - urn:ioos:station:wmo:anmf1 - urn:ogc:def:crs:epsg::4326 - - - 27.55 -82.75 - 27.55 -82.75 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Hudson River Reserve, NY - urn:ioos:station:wmo:anmn6 - urn:ogc:def:crs:epsg::4326 - - - 42.018 -73.917 - 42.018 -73.917 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tivoli South, Hudson River Reserve, NY - urn:ioos:station:wmo:anrn6 - urn:ogc:def:crs:epsg::4326 - - - 42.027 -73.926 - 42.027 -73.926 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Alpena Harbor Light, MI - urn:ioos:station:wmo:apnm4 - urn:ogc:def:crs:epsg::4326 - - - 45.06 -83.424 - 45.06 -83.424 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - East Bay, Apalachicola Reserve, FL - urn:ioos:station:wmo:apqf1 - urn:ogc:def:crs:epsg::4326 - - - 29.786 -84.875 - 29.786 -84.875 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Apalachicola Reserve, FL - urn:ioos:station:wmo:apxf1 - urn:ogc:def:crs:epsg::4326 - - - 29.791 -84.883 - 29.791 -84.883 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 9757809 - Arecibo, PR - urn:ioos:station:wmo:arop4 - urn:ogc:def:crs:epsg::4326 - - - 18.48 -66.702 - 18.48 -66.702 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - APK - Aripeka, FL - urn:ioos:station:wmo:arpf1 - urn:ogc:def:crs:epsg::4326 - - - 28.433 -82.667 - 28.433 -82.667 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Augustine Island, AK - urn:ioos:station:wmo:auga2 - urn:ogc:def:crs:epsg::4326 - - - 59.378 -153.348 - 59.378 -153.348 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Avalon, NJ - urn:ioos:station:wmo:avan4 - urn:ogc:def:crs:epsg::4326 - - - 39.09 -74.72 - 39.09 -74.72 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8776604 - Baffin Bay; Point of Rocks, TX - urn:ioos:station:wmo:babt2 - urn:ogc:def:crs:epsg::4326 - - - 27.301 -97.416 - 27.301 -97.416 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Barcelona Harbor, NY - urn:ioos:station:wmo:barn6 - urn:ogc:def:crs:epsg::4326 - - - 42.346 -79.596 - 42.346 -79.596 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Broad River, FL - urn:ioos:station:wmo:bdvf1 - urn:ogc:def:crs:epsg::4326 - - - 25.476 -80.99 - 25.476 -80.99 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Big Carlos Pass, FL - urn:ioos:station:wmo:bgcf1 - urn:ogc:def:crs:epsg::4326 - - - 26.404 -81.881 - 26.404 -81.881 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Great Bay Reserve, NH - urn:ioos:station:wmo:bgxn3 - urn:ogc:def:crs:epsg::4326 - - - 43.059 -70.83 - 43.059 -70.83 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Burns Harbor, IN - urn:ioos:station:wmo:bhri3 - urn:ogc:def:crs:epsg::4326 - - - 41.647 -87.147 - 41.647 -87.147 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Big Bay, MI - urn:ioos:station:wmo:bigm4 - urn:ogc:def:crs:epsg::4326 - - - 46.83 -87.73 - 46.83 -87.73 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bligh Reef Light, AK - urn:ioos:station:wmo:blia2 - urn:ogc:def:crs:epsg::4326 - - - 60.84 -146.88 - 60.84 -146.88 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bartlet Cove AK - urn:ioos:station:wmo:blta2 - urn:ogc:def:crs:epsg::4326 - - - 58.455 -135.888 - 58.455 -135.888 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Butternut Key, FL - urn:ioos:station:wmo:bnkf1 - urn:ogc:def:crs:epsg::4326 - - - 25.087 -80.519 - 25.087 -80.519 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bob Allen, FL - urn:ioos:station:wmo:bobf1 - urn:ogc:def:crs:epsg::4326 - - - 25.024 -80.682 - 25.024 -80.682 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Brant Beach, NJ - urn:ioos:station:wmo:brbn4 - urn:ogc:def:crs:epsg::4326 - - - 39.61 -74.2 - 39.61 -74.2 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Railroad, Chesapeake Bay Reserve, MD - urn:ioos:station:wmo:brim2 - urn:ogc:def:crs:epsg::4326 - - - 38.781 -76.714 - 38.781 -76.714 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Big Sable Point, MI - urn:ioos:station:wmo:bsbm4 - urn:ogc:def:crs:epsg::4326 - - - 44.055 -86.514 - 44.055 -86.514 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bon Secour, AL - urn:ioos:station:wmo:bsca1 - urn:ogc:def:crs:epsg::4326 - - - 30.329 -87.829 - 30.329 -87.829 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Chesapeake Bay, MD - urn:ioos:station:wmo:bslm2 - urn:ogc:def:crs:epsg::4326 - - - 38.781 -76.708 - 38.781 -76.708 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Southwest Pass, LA - urn:ioos:station:wmo:burl1 - urn:ogc:def:crs:epsg::4326 - - - 28.905 -89.428 - 28.905 -89.428 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buzzards Bay, MA - urn:ioos:station:wmo:buzm3 - urn:ogc:def:crs:epsg::4326 - - - 41.397 -71.033 - 41.397 -71.033 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bayview Channel - Padilla Bay, WA - urn:ioos:station:wmo:bvqw1 - urn:ogc:def:crs:epsg::4326 - - - 48.496 -122.501 - 48.496 -122.501 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Blackwater Sound, FL - urn:ioos:station:wmo:bwsf1 - urn:ogc:def:crs:epsg::4326 - - - 25.177 -80.438 - 25.177 -80.438 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Campbell Park, FL - urn:ioos:station:wmo:camf1 - urn:ogc:def:crs:epsg::4326 - - - 27.765 -82.649 - 27.765 -82.649 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cane Patch, FL - urn:ioos:station:wmo:canf1 - urn:ogc:def:crs:epsg::4326 - - - 25.42 -80.943 - 25.42 -80.943 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Arago, OR - urn:ioos:station:wmo:caro3 - urn:ogc:def:crs:epsg::4326 - - - 43.342 -124.375 - 43.342 -124.375 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Conneaut Breakwater Light, OH - urn:ioos:station:wmo:cblo1 - urn:ogc:def:crs:epsg::4326 - - - 41.981 -80.555 - 41.981 -80.555 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Chambers Island, WI - urn:ioos:station:wmo:cbrw3 - urn:ogc:def:crs:epsg::4326 - - - 45.198 -87.36 - 45.198 -87.36 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Decision, AK - urn:ioos:station:wmo:cdea2 - urn:ogc:def:crs:epsg::4326 - - - 56.002 -134.133 - 56.002 -134.133 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cedar Key, FL - urn:ioos:station:wmo:cdrf1 - urn:ogc:def:crs:epsg::4326 - - - 29.136 -83.029 - 29.136 -83.029 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Strom Thurmond Dam, SC - urn:ioos:station:wmo:chds1 - urn:ogc:def:crs:epsg::4326 - - - 33.662 -82.2 - 33.662 -82.2 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Chicago, IL - urn:ioos:station:wmo:chii2 - urn:ogc:def:crs:epsg::4326 - - - 42 -87.5 - 42 -87.5 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Chesapeake Light, VA - urn:ioos:station:wmo:chlv2 - urn:ogc:def:crs:epsg::4326 - - - 36.91 -75.71 - 36.91 -75.71 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Slough Reserve, OR - urn:ioos:station:wmo:chno3 - urn:ogc:def:crs:epsg::4326 - - - 43.345 -124.329 - 43.345 -124.329 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Winchester Arm - South Slough, OR - urn:ioos:station:wmo:chqo3 - urn:ogc:def:crs:epsg::4326 - - - 43.282 -124.32 - 43.282 -124.32 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Lookout, NC - urn:ioos:station:wmo:clkn7 - urn:ogc:def:crs:epsg::4326 - - - 34.622 -76.525 - 34.622 -76.525 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - St. Clair Shores, MI - urn:ioos:station:wmo:clsm4 - urn:ogc:def:crs:epsg::4326 - - - 42.471 -82.877 - 42.471 -82.877 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cannon Bay, FL - urn:ioos:station:wmo:cnbf1 - urn:ogc:def:crs:epsg::4326 - - - 25.7 -81.186 - 25.7 -81.186 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Copano Bay, TX - urn:ioos:station:wmo:cpnt2 - urn:ogc:def:crs:epsg::4326 - - - 28.118 -97.022 - 28.118 -97.022 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cal Poly Pier, CA - urn:ioos:station:wmo:cpxc1 - urn:ogc:def:crs:epsg::4326 - - - 35.17 -120.741 - 35.17 -120.741 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cedar Point, AL - urn:ioos:station:wmo:crta1 - urn:ogc:def:crs:epsg::4326 - - - 30.308 -88.14 - 30.308 -88.14 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cape Spencer, AK - urn:ioos:station:wmo:cspa2 - urn:ogc:def:crs:epsg::4326 - - - 58.199 -136.639 - 58.199 -136.639 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sweet Hall, Chesapeake Bay Reserve, VA - urn:ioos:station:wmo:cvqv2 - urn:ogc:def:crs:epsg::4326 - - - 37.571 -76.884 - 37.571 -76.884 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Clear Water Pass, FL - urn:ioos:station:wmo:cwaf1 - urn:ogc:def:crs:epsg::4326 - - - 25.295 -81.013 - 25.295 -81.013 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Charleston Bridge, South Slough Reserve, OR - urn:ioos:station:wmo:cwqo3 - urn:ogc:def:crs:epsg::4326 - - - 43.338 -124.321 - 43.338 -124.321 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Cheybogan, MI - urn:ioos:station:wmo:cygm4 - urn:ogc:def:crs:epsg::4326 - - - 45.651 -84.472 - 45.651 -84.472 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Dunkirk, NY - urn:ioos:station:wmo:dbln6 - urn:ogc:def:crs:epsg::4326 - - - 42.493 -79.353 - 42.493 -79.353 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Debidue Creek - North Inlet - Winyah Bay, NC - urn:ioos:station:wmo:dbqs1 - urn:ogc:def:crs:epsg::4326 - - - 33.36 -79.168 - 33.36 -79.168 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lebanon Landing, Delaware Reserve, DE - urn:ioos:station:wmo:deqd1 - urn:ogc:def:crs:epsg::4326 - - - 39.114 -75.499 - 39.114 -75.499 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Destruction Is., WA - urn:ioos:station:wmo:desw1 - urn:ogc:def:crs:epsg::4326 - - - 47.675 -124.485 - 47.675 -124.485 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Devils Island, WI - urn:ioos:station:wmo:disw3 - urn:ogc:def:crs:epsg::4326 - - - 47.08 -90.728 - 47.08 -90.728 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Duck Key, FL - urn:ioos:station:wmo:dkkf1 - urn:ogc:def:crs:epsg::4326 - - - 25.18 -80.49 - 25.18 -80.49 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Dauphin Island, AL - urn:ioos:station:wmo:dpha1 - urn:ogc:def:crs:epsg::4326 - - - 30.251 -88.078 - 30.251 -88.078 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Dauphin Island, AL - urn:ioos:station:wmo:dpia1 - urn:ogc:def:crs:epsg::4326 - - - 30.248 -88.073 - 30.248 -88.073 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Drift River Terminal, AK - urn:ioos:station:wmo:drfa2 - urn:ogc:def:crs:epsg::4326 - - - 60.553 -152.137 - 60.553 -152.137 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Delaware Reserve, DE - urn:ioos:station:wmo:drsd1 - urn:ogc:def:crs:epsg::4326 - - - 39.089 -75.437 - 39.089 -75.437 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - EGK - Egmont Key, FL - urn:ioos:station:wmo:egkf1 - urn:ogc:def:crs:epsg::4326 - - - 27.601 -82.76 - 27.601 -82.76 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Marsh, Elkhorn Slough Reserve, CA - urn:ioos:station:wmo:elqc1 - urn:ogc:def:crs:epsg::4326 - - - 36.818 -121.739 - 36.818 -121.739 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Elkhorn Slough Reserve, CA - urn:ioos:station:wmo:elxc1 - urn:ogc:def:crs:epsg::4326 - - - 36.815 -121.738 - 36.815 -121.738 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Eldred Rock, AK - urn:ioos:station:wmo:eroa2 - urn:ogc:def:crs:epsg::4326 - - - 58.971 -135.22 - 58.971 -135.22 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Folly Island, SC - urn:ioos:station:wmo:fbis1 - urn:ogc:def:crs:epsg::4326 - - - 32.685 -79.888 - 32.685 -79.888 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Folly Beach Pier, SC - urn:ioos:station:wmo:fbps1 - urn:ogc:def:crs:epsg::4326 - - - 32.652 -79.938 - 32.652 -79.938 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Five Finger, AK - urn:ioos:station:wmo:ffia2 - urn:ogc:def:crs:epsg::4326 - - - 57.272 -133.63 - 57.272 -133.63 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - High Island 334 - urn:ioos:station:wmo:fgbl1 - urn:ogc:def:crs:epsg::4326 - - - 28.118 -93.67 - 28.118 -93.67 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fred Howard Park, FL - urn:ioos:station:wmo:fhpf1 - urn:ogc:def:crs:epsg::4326 - - - 28.153 -82.801 - 28.153 -82.801 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Flat Island Light, AK - urn:ioos:station:wmo:fila2 - urn:ogc:def:crs:epsg::4326 - - - 59.332 -151.995 - 59.332 -151.995 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fairport, MI - urn:ioos:station:wmo:fptm4 - urn:ogc:def:crs:epsg::4326 - - - 45.619 -86.659 - 45.619 -86.659 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 9753216 - Fajardo, PR - urn:ioos:station:wmo:frdp4 - urn:ogc:def:crs:epsg::4326 - - - 18.335 -65.631 - 18.335 -65.631 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Foster Ave Chicago, IL (CPD) - urn:ioos:station:wmo:fsti2 - urn:ogc:def:crs:epsg::4326 - - - 41.976 -87.648 - 41.976 -87.648 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fowey Rocks, FL - urn:ioos:station:wmo:fwyf1 - urn:ogc:def:crs:epsg::4326 - - - 25.59 -80.097 - 25.59 -80.097 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Gunboat Island, FL - urn:ioos:station:wmo:gbif1 - urn:ogc:def:crs:epsg::4326 - - - 25.376 -81.029 - 25.376 -81.029 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Green Bay Entrance Light WI - urn:ioos:station:wmo:gblw3 - urn:ogc:def:crs:epsg::4326 - - - 44.655 -87.902 - 44.655 -87.902 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Oyster River, Great Bay Reserve, NH - urn:ioos:station:wmo:gbqn3 - urn:ogc:def:crs:epsg::4326 - - - 43.134 -70.911 - 43.134 -70.911 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Garfield Bight, FL - urn:ioos:station:wmo:gbtf1 - urn:ogc:def:crs:epsg::4326 - - - 25.17 -80.797 - 25.17 -80.797 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bangs Lake, Grand Bay Reserve, MS - urn:ioos:station:wmo:gdqm6 - urn:ogc:def:crs:epsg::4326 - - - 30.357 -88.463 - 30.357 -88.463 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Goodwin Island, Chesapeake Bay Reserve, VA - urn:ioos:station:wmo:gdwv2 - urn:ogc:def:crs:epsg::4326 - - - 37.218 -76.395 - 37.218 -76.395 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Grand Bay Reserve, MS - urn:ioos:station:wmo:gdxm6 - urn:ogc:def:crs:epsg::4326 - - - 30.359 -88.42 - 30.359 -88.42 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Geneva on the Lake, OH - urn:ioos:station:wmo:gelo1 - urn:ogc:def:crs:epsg::4326 - - - 41.86 -80.974 - 41.86 -80.974 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Grand Marais, MI - urn:ioos:station:wmo:grmm4 - urn:ogc:def:crs:epsg::4326 - - - 46.68 -85.97 - 46.68 -85.97 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Gravelly Shoals Light MI - urn:ioos:station:wmo:gslm4 - urn:ogc:def:crs:epsg::4326 - - - 44.018 -83.537 - 44.018 -83.537 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Grand Traverse Bay Observing System Station 2 - urn:ioos:station:wmo:gtbm4 - urn:ogc:def:crs:epsg::4326 - - - 44.767 -85.606 - 44.767 -85.606 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Grand Traverse Light, MI - urn:ioos:station:wmo:gtlm4 - urn:ogc:def:crs:epsg::4326 - - - 45.211 -85.55 - 45.211 -85.55 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pellicer Creek, Guan Tolomato Matanzas Reserve, FL - urn:ioos:station:wmo:gtqf1 - urn:ogc:def:crs:epsg::4326 - - - 29.669 -81.256 - 29.669 -81.256 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Superior Grand Traverse Bay, MI - urn:ioos:station:wmo:gtrm4 - urn:ogc:def:crs:epsg::4326 - - - 47.179 -88.242 - 47.179 -88.242 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Guana Tolomato Matanzas Reserve, FL - urn:ioos:station:wmo:gtxf1 - urn:ogc:def:crs:epsg::4326 - - - 29.658 -81.22 - 29.658 -81.22 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Hans Island, Arctic - urn:ioos:station:wmo:hansi - urn:ogc:def:crs:epsg::4326 - - - 80.81 -66.4 - 80.81 -66.4 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Highway Creek, FL - urn:ioos:station:wmo:hcef1 - urn:ogc:def:crs:epsg::4326 - - - 25.254 -80.444 - 25.254 -80.444 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Huron Light, OH - urn:ioos:station:wmo:hhlo1 - urn:ogc:def:crs:epsg::4326 - - - 41.401 -82.545 - 41.401 -82.545 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kachemak Bay Reserve, AK - urn:ioos:station:wmo:hmra2 - urn:ogc:def:crs:epsg::4326 - - - 59.601 -151.416 - 59.601 -151.416 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - HOM - Homosassa, FL - urn:ioos:station:wmo:hssf1 - urn:ogc:def:crs:epsg::4326 - - - 28.772 -82.707 - 28.772 -82.707 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tivoli North, Hudson River Reserve, NY - urn:ioos:station:wmo:huqn6 - urn:ogc:def:crs:epsg::4326 - - - 42.037 -73.925 - 42.037 -73.925 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Isle Dernieres, LA / CSI05 - urn:ioos:station:wmo:ildl1 - urn:ogc:def:crs:epsg::4326 - - - 29.053 -90.533 - 29.053 -90.533 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Isle of Shoals, NH - urn:ioos:station:wmo:iosn3 - urn:ogc:def:crs:epsg::4326 - - - 42.967 -70.623 - 42.967 -70.623 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 63rd ST, Chicago, IL (CPD) - urn:ioos:station:wmo:jaki2 - urn:ogc:def:crs:epsg::4326 - - - 41.781 -87.573 - 41.781 -87.573 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Chestnut Neck, Jacques Cousteau Reserve, NJ - urn:ioos:station:wmo:jcqn4 - urn:ogc:def:crs:epsg::4326 - - - 39.548 -74.461 - 39.548 -74.461 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Jacques Cousteau Reserve, NJ - urn:ioos:station:wmo:jcrn4 - urn:ogc:def:crs:epsg::4326 - - - 39.535 -74.464 - 39.535 -74.464 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Buoy 126, Jacques Cousteau Reserve, NJ - urn:ioos:station:wmo:jctn4 - urn:ogc:def:crs:epsg::4326 - - - 39.508 -74.338 - 39.508 -74.338 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Johnson Key, FL - urn:ioos:station:wmo:jkyf1 - urn:ogc:def:crs:epsg::4326 - - - 25.05 -80.904 - 25.05 -80.904 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Station 20, Jobes Bay Reserve, Puerto Rico - urn:ioos:station:wmo:joqp4 - urn:ogc:def:crs:epsg::4326 - - - 17.93 -66.211 - 17.93 -66.211 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Jobos Bay Reserve, Puerto Rico - urn:ioos:station:wmo:joxp4 - urn:ogc:def:crs:epsg::4326 - - - 17.956 -66.239 - 17.956 -66.239 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Katrina Cut, AL - urn:ioos:station:wmo:kata1 - urn:ogc:def:crs:epsg::4326 - - - 30.258 -88.213 - 30.258 -88.213 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Green Canyon 787 / Atlantis (BP) - urn:ioos:station:wmo:katp - urn:ogc:def:crs:epsg::4326 - - - 27.195 -90.027 - 27.195 -90.027 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Brazos 133B (Apache Corp) - urn:ioos:station:wmo:kbbf - urn:ogc:def:crs:epsg::4326 - - - 28.058 -95.872 - 28.058 -95.872 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Brazos 451 (Medco Energi) - urn:ioos:station:wmo:kbqx - urn:ogc:def:crs:epsg::4326 - - - 28.493 -95.724 - 28.493 -95.724 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Homer Deep, Kachemak Bay Reserve, AK - urn:ioos:station:wmo:kcha2 - urn:ogc:def:crs:epsg::4326 - - - 59.603 -151.408 - 59.603 -151.408 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - East Cameron 47JP (Apache Corp) - urn:ioos:station:wmo:kcmb - urn:ogc:def:crs:epsg::4326 - - - 29.441 -92.979 - 29.441 -92.979 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West Cameron 368A (Century Exploration) - urn:ioos:station:wmo:kcrh - urn:ogc:def:crs:epsg::4326 - - - 28.909 -93.302 - 28.909 -93.302 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West Delta 27A (AngloSuisse Offshore Partners) - urn:ioos:station:wmo:kdlp - urn:ogc:def:crs:epsg::4326 - - - 29.121 -89.547 - 29.121 -89.547 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - East Cameron 278B (Apache Corp) - urn:ioos:station:wmo:kehc - urn:ogc:def:crs:epsg::4326 - - - 28.429 -92.878 - 28.429 -92.878 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Eugene Island 215 (McMoRan Oil & Gas) - urn:ioos:station:wmo:keir - urn:ogc:def:crs:epsg::4326 - - - 28.634 -91.489 - 28.634 -91.489 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - East Breaks 165 (SandRidge Energy) - urn:ioos:station:wmo:kemk - urn:ogc:def:crs:epsg::4326 - - - 27.819 -94.323 - 27.819 -94.323 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Garden Banks 783 / Magnolia TLP (ConocoPhillips) - urn:ioos:station:wmo:kgbk - urn:ogc:def:crs:epsg::4326 - - - 27.204 -92.203 - 27.204 -92.203 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Garden Banks 172 / Salsa (Shell E & P) - urn:ioos:station:wmo:kghb - urn:ogc:def:crs:epsg::4326 - - - 27.84 -91.988 - 27.84 -91.988 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Bay of Grand Marais, MN - urn:ioos:station:wmo:kgna - urn:ogc:def:crs:epsg::4326 - - - 47.745 -90.346 - 47.745 -90.346 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Green Canyon 338 / Front Runner (Murphy E&P) - urn:ioos:station:wmo:kgry - urn:ogc:def:crs:epsg::4326 - - - 27.625 -90.441 - 27.625 -90.441 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Garden Banks 668 / Gunnison Spar (Anadarko) - urn:ioos:station:wmo:kgul - urn:ogc:def:crs:epsg::4326 - - - 27.304 -93.538 - 27.304 -93.538 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Galveston 424C (Nippon Oil Exploration) - urn:ioos:station:wmo:kgvx - urn:ogc:def:crs:epsg::4326 - - - 28.577 -94.976 - 28.577 -94.976 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Alaminos Canyon 25 / Hoover-Diana (ExxonMobile Corp) - urn:ioos:station:wmo:khhv - urn:ogc:def:crs:epsg::4326 - - - 26.939 -94.689 - 26.939 -94.689 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - High Island 376B (Apache) - urn:ioos:station:wmo:khqi - urn:ogc:def:crs:epsg::4326 - - - 27.934 -93.669 - 27.934 -93.669 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mississippi Canyon 920 / Independence Hub (Anadarko / Enterprise) - urn:ioos:station:wmo:kipn - urn:ogc:def:crs:epsg::4326 - - - 28.085 -87.986 - 28.085 -87.986 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mississippi Canyon 311A (Apache Corp) - urn:ioos:station:wmo:kmdj - urn:ogc:def:crs:epsg::4326 - - - 28.643 -89.794 - 28.643 -89.794 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - MP 140B AWOS (Apache Corp) - urn:ioos:station:wmo:kmis - urn:ogc:def:crs:epsg::4326 - - - 29.296 -88.842 - 29.296 -88.842 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mustang Island A31B (Merit Energy) - urn:ioos:station:wmo:kmiu - urn:ogc:def:crs:epsg::4326 - - - 27.289 -96.736 - 27.289 -96.736 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mississippi Canyon 711 / ATP Innovator (ATP Oil & Gas) - urn:ioos:station:wmo:kmyt - urn:ogc:def:crs:epsg::4326 - - - 28.221 -89.615 - 28.221 -89.615 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mustang Island A85A (Apache Corp) - urn:ioos:station:wmo:kmzg - urn:ogc:def:crs:epsg::4326 - - - 27.727 -96.191 - 27.727 -96.191 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kilo Nalu Observatory, Hawaii - urn:ioos:station:wmo:knoh1 - urn:ogc:def:crs:epsg::4326 - - - 21.288 -157.865 - 21.288 -157.865 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Kenosha, WI - urn:ioos:station:wmo:knsw3 - urn:ogc:def:crs:epsg::4326 - - - 42.589 -87.809 - 42.589 -87.809 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - North Padre Island 975 (Peregrine Oil & Gas) - urn:ioos:station:wmo:kopm - urn:ogc:def:crs:epsg::4326 - - - 26.833 -96.94 - 26.833 -96.94 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Munising Lake Shore, MI - urn:ioos:station:wmo:kp53 - urn:ogc:def:crs:epsg::4326 - - - 46.417 -86.65 - 46.417 -86.65 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Hope, MI - urn:ioos:station:wmo:kp58 - urn:ogc:def:crs:epsg::4326 - - - 44.017 -82.8 - 44.017 -82.8 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Copper Harbor, MI - urn:ioos:station:wmo:kp59 - urn:ogc:def:crs:epsg::4326 - - - 47.467 -87.883 - 47.467 -87.883 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Marsh 268A (Apache Corp) - urn:ioos:station:wmo:kscf - urn:ogc:def:crs:epsg::4326 - - - 29.116 -91.871 - 29.116 -91.871 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ship Shoal 178 (Apache Corp) - urn:ioos:station:wmo:kspr - urn:ogc:def:crs:epsg::4326 - - - 28.599 -91.206 - 28.599 -91.206 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Timballer 301B / Popeye (Shell E & P) - urn:ioos:station:wmo:kstz - urn:ogc:def:crs:epsg::4326 - - - 28.16 -90.666 - 28.16 -90.666 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Keaton Beach, FL - urn:ioos:station:wmo:ktnf1 - urn:ogc:def:crs:epsg::4326 - - - 29.817 -83.592 - 29.817 -83.592 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - East Breaks 643 / Boomvang Spar (Anadarko) - urn:ioos:station:wmo:kvaf - urn:ogc:def:crs:epsg::4326 - - - 27.354 -94.625 - 27.354 -94.625 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sabine Pass 13B (Nippon Oil Exploration) - urn:ioos:station:wmo:kvbs - urn:ogc:def:crs:epsg::4326 - - - 29.478 -93.638 - 29.478 -93.638 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Main Pass 289C (Apache Corp.) - urn:ioos:station:wmo:kvky - urn:ogc:def:crs:epsg::4326 - - - 29.248 -88.441 - 29.248 -88.441 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Vermillion 26 (Mariner Energy) - urn:ioos:station:wmo:kvnp - urn:ogc:def:crs:epsg::4326 - - - 29.467 -92.368 - 29.467 -92.368 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Visco Knoll 786 / Petronius (Chevron) - urn:ioos:station:wmo:kvoa - urn:ogc:def:crs:epsg::4326 - - - 29.229 -87.781 - 29.229 -87.781 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Vermillon 331A (ERT / Helix) - urn:ioos:station:wmo:kvqt - urn:ogc:def:crs:epsg::4326 - - - 28.27 -92.264 - 28.27 -92.264 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - High Island 179A AWOS (Apache Corp) - urn:ioos:station:wmo:kxih - urn:ogc:def:crs:epsg::4326 - - - 29.18 -94.521 - 29.18 -94.521 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fourchon Heliport (Era Helicopters) - urn:ioos:station:wmo:kxpy - urn:ogc:def:crs:epsg::4326 - - - 29.123 -90.202 - 29.123 -90.202 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Broad River Lower, FL - urn:ioos:station:wmo:lbrf1 - urn:ogc:def:crs:epsg::4326 - - - 25.484 -81.111 - 25.484 -81.111 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Little Blackwater, FL - urn:ioos:station:wmo:lbsf1 - urn:ogc:def:crs:epsg::4326 - - - 25.212 -80.433 - 25.212 -80.433 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Little Caymans Research Centre, Cayman Islands - urn:ioos:station:wmo:lciy2 - urn:ogc:def:crs:epsg::4326 - - - 19.699 -80.061 - 19.699 -80.061 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lincoln Rock, AK - urn:ioos:station:wmo:lcna2 - urn:ogc:def:crs:epsg::4326 - - - 56.057 -132.696 - 56.057 -132.696 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - New London Ledge CT - Ledge Light Weather Station - urn:ioos:station:wmo:ldlc3 - urn:ogc:def:crs:epsg::4326 - - - 41.305 -72.077 - 41.305 -72.077 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Littleton Island, Arctic - urn:ioos:station:wmo:litli - urn:ogc:def:crs:epsg::4326 - - - 78.363 -72.865 - 78.363 -72.865 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - La Jolla, CA (073) - urn:ioos:station:wmo:ljpc1 - urn:ogc:def:crs:epsg::4326 - - - 32.867 -117.257 - 32.867 -117.257 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Western Lake Ponchartrain, LA - urn:ioos:station:wmo:lkpl1 - urn:ogc:def:crs:epsg::4326 - - - 30.315 -90.281 - 30.315 -90.281 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lake Worth, FL - urn:ioos:station:wmo:lkwf1 - urn:ogc:def:crs:epsg::4326 - - - 26.612 -80.033 - 26.612 -80.033 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lao Lao Bay, Saipan, CNMI - urn:ioos:station:wmo:llbp7 - urn:ogc:def:crs:epsg::4326 - - - 15.157 145.77 - 15.157 145.77 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - La Mancha Beach, Mexico - urn:ioos:station:wmo:lmbv4 - urn:ogc:def:crs:epsg::4326 - - - 19.594 -96.379 - 19.594 -96.379 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Little Madeira, FL - urn:ioos:station:wmo:lmdf1 - urn:ogc:def:crs:epsg::4326 - - - 25.174 -80.632 - 25.174 -80.632 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lake Murray SC - urn:ioos:station:wmo:lmfs1 - urn:ogc:def:crs:epsg::4326 - - - 34.107 -81.271 - 34.107 -81.271 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lostmans River, FL - urn:ioos:station:wmo:lmrf1 - urn:ogc:def:crs:epsg::4326 - - - 25.554 -81.169 - 25.554 -81.169 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lake Marion, SC - urn:ioos:station:wmo:lmss1 - urn:ogc:def:crs:epsg::4326 - - - 33.552 -80.501 - 33.552 -80.501 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Long Key, FL - urn:ioos:station:wmo:lonf1 - urn:ogc:def:crs:epsg::4326 - - - 24.843 -80.862 - 24.843 -80.862 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Louisiana Offshore Oil Port, LA - urn:ioos:station:wmo:lopl1 - urn:ogc:def:crs:epsg::4326 - - - 28.885 -90.024 - 28.885 -90.024 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Media Luna, La Parguera, PR - urn:ioos:station:wmo:lprp4 - urn:ogc:def:crs:epsg::4326 - - - 17.939 -67.052 - 17.939 -67.052 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lane River, FL - urn:ioos:station:wmo:lrif1 - urn:ogc:def:crs:epsg::4326 - - - 25.284 -80.894 - 25.284 -80.894 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Little Rabbit Key, FL - urn:ioos:station:wmo:lrkf1 - urn:ogc:def:crs:epsg::4326 - - - 24.979 -80.826 - 24.979 -80.826 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lake St Clair, MI - urn:ioos:station:wmo:lscm4 - urn:ogc:def:crs:epsg::4326 - - - 42.465 -82.755 - 42.465 -82.755 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Long Sound, FL - urn:ioos:station:wmo:lsnf1 - urn:ogc:def:crs:epsg::4326 - - - 25.233 -80.457 - 25.233 -80.457 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Otter Point Creek, Chesapeake Bay Reserve, MD - urn:ioos:station:wmo:ltqm2 - urn:ogc:def:crs:epsg::4326 - - - 39.451 -76.275 - 39.451 -76.275 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - LUMCON Marine Center, LA - urn:ioos:station:wmo:luml1 - urn:ogc:def:crs:epsg::4326 - - - 29.253 -90.663 - 29.253 -90.663 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mission-Aransas Reserve, TX - urn:ioos:station:wmo:maqt2 - urn:ogc:def:crs:epsg::4326 - - - 28.081 -97.203 - 28.081 -97.203 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mission-Aransas Reserve, TX - urn:ioos:station:wmo:maxt2 - urn:ogc:def:crs:epsg::4326 - - - 28.132 -97.034 - 28.132 -97.034 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Middle Bay Light, AL - urn:ioos:station:wmo:mbla1 - urn:ogc:def:crs:epsg::4326 - - - 30.437 -88.012 - 30.437 -88.012 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Michigan City, IN - urn:ioos:station:wmo:mcyi3 - urn:ogc:def:crs:epsg::4326 - - - 41.729 -86.913 - 41.729 -86.913 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Mt Desert Rock, ME - urn:ioos:station:wmo:mdrm1 - urn:ogc:def:crs:epsg::4326 - - - 43.968 -68.128 - 43.968 -68.128 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Manistee Harbor, MI - urn:ioos:station:wmo:meem4 - urn:ogc:def:crs:epsg::4326 - - - 44.248 -86.346 - 44.248 -86.346 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 9759394 - Mayaguez, PR - urn:ioos:station:wmo:mgzp4 - urn:ogc:def:crs:epsg::4326 - - - 18.218 -67.159 - 18.218 -67.159 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Meaher Park, AL - urn:ioos:station:wmo:mhpa1 - urn:ogc:def:crs:epsg::4326 - - - 30.667 -87.936 - 30.667 -87.936 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Matinicus Rock, ME - urn:ioos:station:wmo:mism1 - urn:ogc:def:crs:epsg::4326 - - - 43.783 -68.855 - 43.783 -68.855 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Muskegon, MI - urn:ioos:station:wmo:mkgm4 - urn:ogc:def:crs:epsg::4326 - - - 43.228 -86.339 - 43.228 -86.339 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Molasses Reef, FL - urn:ioos:station:wmo:mlrf1 - urn:ogc:def:crs:epsg::4326 - - - 25.01 -80.38 - 25.01 -80.38 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Moss Landing, South Harbor, CA - urn:ioos:station:wmo:mlsc1 - urn:ogc:def:crs:epsg::4326 - - - 36.807 -121.788 - 36.807 -121.788 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Milwaukee, WI - urn:ioos:station:wmo:mlww3 - urn:ogc:def:crs:epsg::4326 - - - 43.046 -87.879 - 43.046 -87.879 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Middle Rock Light, AK - urn:ioos:station:wmo:mrka2 - urn:ogc:def:crs:epsg::4326 - - - 61.082 -146.662 - 61.082 -146.662 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Marsh Island, LA / CSI03 - urn:ioos:station:wmo:mrsl1 - urn:ogc:def:crs:epsg::4326 - - - 29.44 -92.061 - 29.44 -92.061 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Murray Key, FL - urn:ioos:station:wmo:mukf1 - urn:ogc:def:crs:epsg::4326 - - - 25.104 -80.942 - 25.104 -80.942 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Naubinway, MI - urn:ioos:station:wmo:nabm4 - urn:ogc:def:crs:epsg::4326 - - - 46.087 -85.443 - 46.087 -85.443 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - T-Wharf Bottom, Narragansett Bay Reserve, RI - urn:ioos:station:wmo:naqr1 - urn:ogc:def:crs:epsg::4326 - - - 41.579 -71.321 - 41.579 -71.321 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Narragansett Bay Reserve, RI - urn:ioos:station:wmo:naxr1 - urn:ogc:def:crs:epsg::4326 - - - 41.639 -71.339 - 41.639 -71.339 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8770777 - Manchester, TX - urn:ioos:station:wmo:ncht2 - urn:ogc:def:crs:epsg::4326 - - - 29.726 -95.266 - 29.726 -95.266 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - NFB - Northwest Florida Bay, FL - urn:ioos:station:wmo:nfbf1 - urn:ogc:def:crs:epsg::4326 - - - 25.084 -81.096 - 25.084 -81.096 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8775283 - Port Ingleside, TX - urn:ioos:station:wmo:nglt2 - urn:ogc:def:crs:epsg::4326 - - - 27.822 -97.203 - 27.822 -97.203 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Oyster Landing, North Inlet-Winyah Bay Reserve, SC - urn:ioos:station:wmo:niqs1 - urn:ogc:def:crs:epsg::4326 - - - 33.349 -79.193 - 33.349 -79.193 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - North Inlet-Winyah Bay Reserve, SC - urn:ioos:station:wmo:niws1 - urn:ogc:def:crs:epsg::4326 - - - 33.349 -79.193 - 33.349 -79.193 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Research Creek, North Carolina Reserve, NC - urn:ioos:station:wmo:noqn7 - urn:ogc:def:crs:epsg::4326 - - - 34.156 -77.85 - 34.156 -77.85 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - North Carolina Reserve, NC - urn:ioos:station:wmo:noxn7 - urn:ogc:def:crs:epsg::4326 - - - 34.156 -77.851 - 34.156 -77.851 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Northport Pier at Death's Door WI - urn:ioos:station:wmo:npdw3 - urn:ogc:def:crs:epsg::4326 - - - 45.29 -86.978 - 45.29 -86.978 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Newport, OR - urn:ioos:station:wmo:nwpo3 - urn:ogc:def:crs:epsg::4326 - - - 44.613 -124.067 - 44.613 -124.067 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ocean Grove, NJ - urn:ioos:station:wmo:ocgn4 - urn:ogc:def:crs:epsg::4326 - - - 40.209 -74.004 - 40.209 -74.004 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - OCP1 - Ocean Crest Pier, NC - urn:ioos:station:wmo:ocpn7 - urn:ogc:def:crs:epsg::4326 - - - 33.908 -78.148 - 33.908 -78.148 - - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Oak ST, Chicago, IL (CPD) - urn:ioos:station:wmo:oksi2 - urn:ogc:def:crs:epsg::4326 - - - 41.912 -87.624 - 41.912 -87.624 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Olcott Harbor, NY - urn:ioos:station:wmo:olcn6 - urn:ogc:def:crs:epsg::4326 - - - 43.341 -78.719 - 43.341 -78.719 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Ontonagon, MI - urn:ioos:station:wmo:otnm4 - urn:ogc:def:crs:epsg::4326 - - - 46.874 -89.329 - 46.874 -89.329 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - OL, Old Woman Creek Reserve, OH - urn:ioos:station:wmo:owqo1 - urn:ogc:def:crs:epsg::4326 - - - 41.382 -82.514 - 41.382 -82.514 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Old Woman Creek, OH - urn:ioos:station:wmo:owxo1 - urn:ogc:def:crs:epsg::4326 - - - 41.378 -82.508 - 41.378 -82.508 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8775792 - Packery Channel, TX - urn:ioos:station:wmo:pact2 - urn:ogc:def:crs:epsg::4326 - - - 27.633 -97.237 - 27.633 -97.237 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Padilla Bay Reserve, WA - urn:ioos:station:wmo:pbfw1 - urn:ogc:def:crs:epsg::4326 - - - 48.464 -122.468 - 48.464 -122.468 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Joe Leary Slough, Padilla Bay Reserve, WA - urn:ioos:station:wmo:pblw1 - urn:ogc:def:crs:epsg::4326 - - - 48.518 -122.473 - 48.518 -122.473 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Bishop, AK - urn:ioos:station:wmo:pbpa2 - urn:ogc:def:crs:epsg::4326 - - - 58.203 -134.148 - 58.203 -134.148 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8779748 - South Padre Island CGS, TX - urn:ioos:station:wmo:pcgt2 - urn:ogc:def:crs:epsg::4326 - - - 26.077 -97.177 - 26.077 -97.177 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Portage Canal, MI - urn:ioos:station:wmo:pclm4 - urn:ogc:def:crs:epsg::4326 - - - 47.276 -88.528 - 47.276 -88.528 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8773701 - Matagorda Bay; Port O'Connor, TX - urn:ioos:station:wmo:pcnt2 - urn:ogc:def:crs:epsg::4326 - - - 28.452 -96.388 - 28.452 -96.388 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pilot Rock, AK - urn:ioos:station:wmo:pila2 - urn:ogc:def:crs:epsg::4326 - - - 59.742 -149.47 - 59.742 -149.47 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Passage Island, MI - urn:ioos:station:wmo:pilm4 - urn:ogc:def:crs:epsg::4326 - - - 48.223 -88.367 - 48.223 -88.367 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Peterson Key, FL - urn:ioos:station:wmo:pkyf1 - urn:ogc:def:crs:epsg::4326 - - - 24.917 -80.746 - 24.917 -80.746 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Pulaski Shoal Light, FL - urn:ioos:station:wmo:plsf1 - urn:ogc:def:crs:epsg::4326 - - - 24.693 -82.773 - 24.693 -82.773 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 9758053 - Penuelas, PR - urn:ioos:station:wmo:plsp4 - urn:ogc:def:crs:epsg::4326 - - - 17.973 -66.762 - 17.973 -66.762 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Wing, WI - urn:ioos:station:wmo:pngw3 - urn:ogc:def:crs:epsg::4326 - - - 46.792 -91.386 - 46.792 -91.386 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8770475 - Port Arthur, TX - urn:ioos:station:wmo:port2 - urn:ogc:def:crs:epsg::4326 - - - 29.867 -93.93 - 29.867 -93.93 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Potato Point, AK - urn:ioos:station:wmo:pota2 - urn:ogc:def:crs:epsg::4326 - - - 61.06 -146.7 - 61.06 -146.7 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Perdido Key, AL - urn:ioos:station:wmo:ppta1 - urn:ogc:def:crs:epsg::4326 - - - 30.279 -87.556 - 30.279 -87.556 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Presque Isle Light, MI - urn:ioos:station:wmo:prim4 - urn:ogc:def:crs:epsg::4326 - - - 45.356 -83.492 - 45.356 -83.492 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Retreat, AK - urn:ioos:station:wmo:prta2 - urn:ogc:def:crs:epsg::4326 - - - 58.412 -134.953 - 58.412 -134.953 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Sanilac, MI - urn:ioos:station:wmo:pscm4 - urn:ogc:def:crs:epsg::4326 - - - 43.423 -82.536 - 43.423 -82.536 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Arena, CA - urn:ioos:station:wmo:ptac1 - urn:ogc:def:crs:epsg::4326 - - - 38.955 -123.74 - 38.955 -123.74 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Aransas, TX - urn:ioos:station:wmo:ptat2 - urn:ogc:def:crs:epsg::4326 - - - 27.828 -97.05 - 27.828 -97.05 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Point Arguello, CA - urn:ioos:station:wmo:ptgc1 - urn:ogc:def:crs:epsg::4326 - - - 34.577 -120.648 - 34.577 -120.648 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - PAS -Port Richey, FL - urn:ioos:station:wmo:ptrf1 - urn:ogc:def:crs:epsg::4326 - - - 28.285 -82.733 - 28.285 -82.733 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Everglades Channel, FL - urn:ioos:station:wmo:pvgf1 - urn:ogc:def:crs:epsg::4326 - - - 26.092 -80.109 - 26.092 -80.109 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Port Washington, WI - urn:ioos:station:wmo:pwaw3 - urn:ogc:def:crs:epsg::4326 - - - 43.388 -87.868 - 43.388 -87.868 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lower Henderson, Rockery Bay Reserve, FL - urn:ioos:station:wmo:rkqf1 - urn:ogc:def:crs:epsg::4326 - - - 26.026 -81.733 - 26.026 -81.733 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Rookery Bay Reserve, FL - urn:ioos:station:wmo:rkxf1 - urn:ogc:def:crs:epsg::4326 - - - 26.05 -81.701 - 26.05 -81.701 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8770971 - Rollover Pass, TX - urn:ioos:station:wmo:rlot2 - urn:ogc:def:crs:epsg::4326 - - - 29.515 -94.513 - 29.515 -94.513 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Rock of Ages, MI - urn:ioos:station:wmo:roam4 - urn:ogc:def:crs:epsg::4326 - - - 47.867 -89.313 - 47.867 -89.313 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Rochester, NY - urn:ioos:station:wmo:rprn6 - urn:ogc:def:crs:epsg::4326 - - - 43.258 -77.592 - 43.258 -77.592 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8777812 - Rincon del San Jose; Potrero Lopeno SW, TX - urn:ioos:station:wmo:rsjt2 - urn:ogc:def:crs:epsg::4326 - - - 26.801 -97.483 - 26.801 -97.483 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8775237 - Port Aransas, TX - urn:ioos:station:wmo:rtat2 - urn:ogc:def:crs:epsg::4326 - - - 27.84 -97.073 - 27.84 -97.073 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sacrifice Island, Mexico - urn:ioos:station:wmo:sacv4 - urn:ogc:def:crs:epsg::4326 - - - 19.174 -96.093 - 19.174 -96.093 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sand Key, FL - urn:ioos:station:wmo:sanf1 - urn:ogc:def:crs:epsg::4326 - - - 24.46 -81.88 - 24.46 -81.88 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lower Duplin, Sapelo Island Reserve, GA - urn:ioos:station:wmo:saqg1 - urn:ogc:def:crs:epsg::4326 - - - 31.418 -81.296 - 31.418 -81.296 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - St. Augustine, FL - urn:ioos:station:wmo:sauf1 - urn:ogc:def:crs:epsg::4326 - - - 29.857 -81.265 - 29.857 -81.265 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sapelo Island Reserve, GA - urn:ioos:station:wmo:saxg1 - urn:ogc:def:crs:epsg::4326 - - - 31.418 -81.295 - 31.418 -81.295 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Bass Island, OH - urn:ioos:station:wmo:sbio1 - urn:ogc:def:crs:epsg::4326 - - - 41.628 -82.842 - 41.628 -82.842 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Saginaw Bay Light #1, MI - urn:ioos:station:wmo:sblm4 - urn:ogc:def:crs:epsg::4326 - - - 43.806 -83.719 - 43.806 -83.719 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Scotton Landing, Delaware Reserve, DE - urn:ioos:station:wmo:scld1 - urn:ogc:def:crs:epsg::4326 - - - 39.085 -75.461 - 39.085 -75.461 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - China Camp, San Francisco Bay Reserve, CA - urn:ioos:station:wmo:scqc1 - urn:ogc:def:crs:epsg::4326 - - - 38.001 -122.46 - 38.001 -122.46 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Douglas, AK - urn:ioos:station:wmo:sdia2 - urn:ogc:def:crs:epsg::4326 - - - 58.277 -134.389 - 58.277 -134.389 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8773037 - Seadrift, TX - urn:ioos:station:wmo:sdrt2 - urn:ogc:def:crs:epsg::4326 - - - 28.407 -96.712 - 28.407 -96.712 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Katchemak Bay near Seldovia, AK - urn:ioos:station:wmo:seqa2 - urn:ogc:def:crs:epsg::4326 - - - 59.441 -151.719 - 59.441 -151.719 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - San Francisco Bay Reserve, CA - urn:ioos:station:wmo:sfxc1 - urn:ogc:def:crs:epsg::4326 - - - 38.223 -122.026 - 38.223 -122.026 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sheboygan, WI - urn:ioos:station:wmo:sgnw3 - urn:ogc:def:crs:epsg::4326 - - - 43.75 -87.692 - 43.75 -87.692 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tyndall AFB Tower C (N4), FL - urn:ioos:station:wmo:sgof1 - urn:ogc:def:crs:epsg::4326 - - - 29.407 -84.863 - 29.407 -84.863 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - SHP - Shell Point, FL - urn:ioos:station:wmo:shpf1 - urn:ogc:def:crs:epsg::4326 - - - 30.06 -84.291 - 30.06 -84.291 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sisters Island, AK - urn:ioos:station:wmo:sisa2 - urn:ogc:def:crs:epsg::4326 - - - 58.171 -135.256 - 58.171 -135.256 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Smith Island, WA - urn:ioos:station:wmo:sisw1 - urn:ogc:def:crs:epsg::4326 - - - 48.318 -122.843 - 48.318 -122.843 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - St. Joseph, MI - urn:ioos:station:wmo:sjom4 - urn:ogc:def:crs:epsg::4326 - - - 42.099 -86.494 - 42.099 -86.494 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - U.S. Navy Tower M2R6 GA - urn:ioos:station:wmo:skmg1 - urn:ogc:def:crs:epsg::4326 - - - 31.534 -80.236 - 31.534 -80.236 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Silver Bay, MN - urn:ioos:station:wmo:slvm5 - urn:ogc:def:crs:epsg::4326 - - - 47.269 -91.252 - 47.269 -91.252 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Springmaid pier, SC - urn:ioos:station:wmo:smbs1 - urn:ogc:def:crs:epsg::4326 - - - 33.655 -78.918 - 33.655 -78.918 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sombrero Key, FL - urn:ioos:station:wmo:smkf1 - urn:ogc:def:crs:epsg::4326 - - - 24.627 -81.11 - 24.627 -81.11 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Valino Island, South Slough Reserve, OR - urn:ioos:station:wmo:soqo3 - urn:ogc:def:crs:epsg::4326 - - - 43.317 -124.322 - 43.317 -124.322 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - U.S. Navy Tower R2 GA - urn:ioos:station:wmo:spag1 - urn:ogc:def:crs:epsg::4326 - - - 31.375 -80.567 - 31.375 -80.567 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Settlement Point, GBI - urn:ioos:station:wmo:spgf1 - urn:ogc:def:crs:epsg::4326 - - - 26.704 -78.994 - 26.704 -78.994 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Timbalier Block 52, LA / CSI06 - urn:ioos:station:wmo:spll1 - urn:ogc:def:crs:epsg::4326 - - - 28.867 -90.483 - 28.867 -90.483 - - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sturgeon Point Light, MI - urn:ioos:station:wmo:sptm4 - urn:ogc:def:crs:epsg::4326 - - - 44.713 -83.273 - 44.713 -83.273 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Salt River Bay, St. Croix, U.S. Virgin Islands - urn:ioos:station:wmo:srbv3 - urn:ogc:def:crs:epsg::4326 - - - 17.784 -64.762 - 17.784 -64.762 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sabine Pass, TX - urn:ioos:station:wmo:srst2 - urn:ogc:def:crs:epsg::4326 - - - 29.67 -94.05 - 29.67 -94.05 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Sunset Beach Nearshore Waves - urn:ioos:station:wmo:ssbn7 - urn:ogc:def:crs:epsg::4326 - - - 33.842 -78.476 - 33.842 -78.476 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Stannard Rock, MI - urn:ioos:station:wmo:stdm4 - urn:ogc:def:crs:epsg::4326 - - - 47.183 -87.225 - 47.183 -87.225 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Superior Shoals, NY - urn:ioos:station:wmo:supn6 - urn:ogc:def:crs:epsg::4326 - - - 44.467 -75.8 - 44.467 -75.8 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - South Haven, MI - urn:ioos:station:wmo:svnm4 - urn:ogc:def:crs:epsg::4326 - - - 42.401 -86.289 - 42.401 -86.289 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Saxon Harbor, WI - urn:ioos:station:wmo:sxhw3 - urn:ogc:def:crs:epsg::4326 - - - 46.563 -90.44 - 46.563 -90.44 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Yacht Works Sister Bay WI - urn:ioos:station:wmo:syww3 - urn:ogc:def:crs:epsg::4326 - - - 45.202 -87.121 - 45.202 -87.121 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tambour Bay, LA - urn:ioos:station:wmo:taml1 - urn:ogc:def:crs:epsg::4326 - - - 29.188 -90.665 - 29.188 -90.665 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8775296 - Texas State Aquarium, TX - urn:ioos:station:wmo:taqt2 - urn:ogc:def:crs:epsg::4326 - - - 27.812 -97.39 - 27.812 -97.39 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - TAS - Tarpon Springs, FL - urn:ioos:station:wmo:tarf1 - urn:ogc:def:crs:epsg::4326 - - - 28.156 -82.758 - 28.156 -82.758 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tawas City, MI - urn:ioos:station:wmo:tawm4 - urn:ogc:def:crs:epsg::4326 - - - 44.256 -83.443 - 44.256 -83.443 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Trout Cove, FL - urn:ioos:station:wmo:tcvf1 - urn:ogc:def:crs:epsg::4326 - - - 25.209 -80.533 - 25.209 -80.533 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Toledo Light No. 2 OH - urn:ioos:station:wmo:thlo1 - urn:ogc:def:crs:epsg::4326 - - - 41.826 -83.194 - 41.826 -83.194 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tiburon Pier, San Francisco Bay, CA - urn:ioos:station:wmo:tibc1 - urn:ogc:def:crs:epsg::4326 - - - 37.891 -122.447 - 37.891 -122.447 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Oneonta Slough, Tijuana River Reserve, CA - urn:ioos:station:wmo:tiqc1 - urn:ogc:def:crs:epsg::4326 - - - 32.568 -117.131 - 32.568 -117.131 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tijuana River Reserve, CA - urn:ioos:station:wmo:tixc1 - urn:ogc:def:crs:epsg::4326 - - - 32.574 -117.121 - 32.574 -117.121 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tenakee Springs, AK - urn:ioos:station:wmo:tkea2 - urn:ogc:def:crs:epsg::4326 - - - 57.779 -135.219 - 57.779 -135.219 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tarpon Bay East, FL - urn:ioos:station:wmo:tpef1 - urn:ogc:def:crs:epsg::4326 - - - 25.408 -80.964 - 25.408 -80.964 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Thomas Point, MD - urn:ioos:station:wmo:tplm2 - urn:ogc:def:crs:epsg::4326 - - - 38.898 -76.437 - 38.898 -76.437 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Terrebonne Bay, LA - urn:ioos:station:wmo:trbl1 - urn:ogc:def:crs:epsg::4326 - - - 29.167 -90.583 - 29.167 -90.583 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Taylor River, FL - urn:ioos:station:wmo:trrf1 - urn:ogc:def:crs:epsg::4326 - - - 25.223 -80.653 - 25.223 -80.653 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Tatoosh Island, WA - urn:ioos:station:wmo:ttiw1 - urn:ogc:def:crs:epsg::4326 - - - 48.392 -124.735 - 48.392 -124.735 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 8773259 - Port Lavaca, TX - urn:ioos:station:wmo:vcat2 - urn:ogc:def:crs:epsg::4326 - - - 28.64 -96.595 - 28.64 -96.595 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Venice, FL - urn:ioos:station:wmo:venf1 - urn:ogc:def:crs:epsg::4326 - - - 27.07 -82.45 - 27.07 -82.45 - - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Veracurz Harbor, Mexico - urn:ioos:station:wmo:verv4 - urn:ogc:def:crs:epsg::4326 - - - 19.202 -96.113 - 19.202 -96.113 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 9752619 - Isabel Segunda, Vieques, PR - urn:ioos:station:wmo:vqsp4 - urn:ogc:def:crs:epsg::4326 - - - 18.153 -65.444 - 18.153 -65.444 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Menauhant, Waquoit Bay Reserve, MA - urn:ioos:station:wmo:waqm3 - urn:ogc:def:crs:epsg::4326 - - - 41.553 -70.549 - 41.553 -70.549 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Lake Wateree, SC - urn:ioos:station:wmo:wats1 - urn:ogc:def:crs:epsg::4326 - - - 34.335 -80.702 - 34.335 -80.702 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Waquoit Bay Reserve, MA - urn:ioos:station:wmo:waxm3 - urn:ogc:def:crs:epsg::4326 - - - 41.582 -70.525 - 41.582 -70.525 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Shell West Delta 143 - urn:ioos:station:wmo:wdel1 - urn:ogc:def:crs:epsg::4326 - - - 28.662 -89.551 - 28.662 -89.551 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Skinner Mill, Wells Reserve, ME - urn:ioos:station:wmo:weqm1 - urn:ogc:def:crs:epsg::4326 - - - 43.347 -70.554 - 43.347 -70.554 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Wells Reserve, ME - urn:ioos:station:wmo:wexm1 - urn:ogc:def:crs:epsg::4326 - - - 43.338 -70.55 - 43.338 -70.55 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Whitefish Point, MI - urn:ioos:station:wmo:wfpm4 - urn:ogc:def:crs:epsg::4326 - - - 46.762 -84.966 - 46.762 -84.966 - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Waukegan Harbor, IL - urn:ioos:station:wmo:whri2 - urn:ogc:def:crs:epsg::4326 - - - 42.361 -87.813 - 42.361 -87.813 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Willy Willy, FL - urn:ioos:station:wmo:wiwf1 - urn:ogc:def:crs:epsg::4326 - - - 25.619 -81.044 - 25.619 -81.044 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Fish River, Weeks Bay Reserve, AL - urn:ioos:station:wmo:wkqa1 - urn:ogc:def:crs:epsg::4326 - - - 30.416 -87.823 - 30.416 -87.823 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Weeks Bay Reserve, AL - urn:ioos:station:wmo:wkxa1 - urn:ogc:def:crs:epsg::4326 - - - 30.421 -87.829 - 30.421 -87.829 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Watson Place, FL - urn:ioos:station:wmo:wplf1 - urn:ogc:def:crs:epsg::4326 - - - 25.708 -81.248 - 25.708 -81.248 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - West Point, WA - urn:ioos:station:wmo:wpow1 - urn:ogc:def:crs:epsg::4326 - - - 47.662 -122.436 - 47.662 -122.436 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Whipray Basin, FL - urn:ioos:station:wmo:wrbf1 - urn:ogc:def:crs:epsg::4326 - - - 25.077 -80.728 - 25.077 -80.728 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - White Water -West, FL - urn:ioos:station:wmo:wwef1 - urn:ogc:def:crs:epsg::4326 - - - 25.23 -80.939 - 25.23 -80.939 - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - 9754228 - Yabucoa Harbor, PR - urn:ioos:station:wmo:yabp4 - urn:ogc:def:crs:epsg::4326 - - - 18.055 -65.833 - 18.055 -65.833 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Niagara Coast Guard Station, NY - urn:ioos:station:wmo:ygnn6 - urn:ogc:def:crs:epsg::4326 - - - 43.261 -79.064 - 43.261 -79.064 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Chesapeake Bay,VA - urn:ioos:station:wmo:yrsv2 - urn:ogc:def:crs:epsg::4326 - - - 37.414 -76.713 - 37.414 -76.713 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - Zeke's Basin, North Carolina - urn:ioos:station:wmo:zbqn7 - urn:ogc:def:crs:epsg::4326 - - - 33.955 -77.935 - 33.955 -77.935 - - - - - - - - - text/xml;schema="ioos/0.6.1" - application/ioos+xml;version=0.6.1 - text/csv - text/tab-separated-values - application/vnd.google-earth.kml+xml - om:Observation - inline - - - - diff -Nru owslib-0.7.2/tests/sos_ndbc_getobservation.txt owslib-0.8.3/tests/sos_ndbc_getobservation.txt --- owslib-0.7.2/tests/sos_ndbc_getobservation.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sos_ndbc_getobservation.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -Imports - - >>> from owslib.sos import SensorObservationService - >>> from owslib.ows import OperationsMetadata - >>> from owslib.fes import FilterCapabilities - >>> from owslib.crs import Crs - >>> from datetime import datetime - - -Initialize - - >>> xml = open('sos_ndbc_getcapabilities.xml').read() - >>> ndbc = SensorObservationService(None, xml=xml) - - -GetObservation - - # Send a funky eventTime - - >>> off = ndbc.offerings[1] - >>> offerings = [off.name] - >>> responseFormat = off.response_formats[0] - >>> observedProperties = [off.observed_properties[0]] - >>> #observedProperties = [ndbc.get_operation_by_name('GetObservation').parameters['observedProperty']['values'][0]] - >>> eventTime = "This is not a valid eventTime!" - >>> response = ndbc.get_observation(offerings=offerings, responseFormat=responseFormat, observedProperties=observedProperties, eventTime=eventTime) - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: 'This is not a valid eventTime!' - - # NDBC only supports one offering and one observedProperty at a time - - >>> off = ndbc.offerings[1] - >>> offerings = [off.name] - >>> responseFormat = off.response_formats[0] - >>> observedProperties = [off.observed_properties[0]] - >>> #observedProperties = [ndbc.get_operation_by_name('GetObservation').parameters['observedProperty']['values'][0]] - >>> eventTime = None - - >>> response = ndbc.get_observation(offerings=offerings, responseFormat=responseFormat, observedProperties=observedProperties, eventTime=eventTime) - - -DescribeSensor - - # Send a funky procedure - - >>> procedure = "foobar" - >>> outputFormat = ndbc.get_operation_by_name('DescribeSensor').parameters['outputFormat']['values'][0] - >>> response = ndbc.describe_sensor(procedure=procedure, outputFormat=outputFormat) - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: 'foobar' - - # Valid request - - >>> procedure = ndbc.offerings[1].procedures[0] - >>> outputFormat = ndbc.get_operation_by_name('DescribeSensor').parameters['outputFormat']['values'][0] - >>> response = ndbc.describe_sensor(procedure=procedure, outputFormat=outputFormat) diff -Nru owslib-0.7.2/tests/sos_ngmp.txt owslib-0.8.3/tests/sos_ngmp.txt --- owslib-0.7.2/tests/sos_ngmp.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sos_ngmp.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,224 +0,0 @@ - -Imports - - >>> from owslib.sos import SensorObservationService - >>> from owslib.fes import FilterCapabilities200 - >>> from owslib.ows import OperationsMetadata - >>> from owslib.crs import Crs - >>> from datetime import datetime - -Initialize - - >>> xml = open('sos_ngmp.xml').read() - >>> ngmp = SensorObservationService(None, xml=xml, version='2.0.0') - -ServiceIdentification - - >>> id = ngmp.identification - - >>> id.service - 'OGC:SOS' - - >>> id.version - '2.0.0' - - >>> len(id.profiles) - 3 - - >>> id.title - 'GNS Science New Zealand, NGMP SOS timeseries' - - >>> id.abstract - 'GNS Hydrogeology Section, serving NGMP groundwater level through customised 52N SOS, data quality cannot be represented yet, there is no liability regarding this service, for more information go to http://ggw.gns.cri.nz/ggwdata/ (SVN: 0 @ 2013-01-12 19:55:25)' - - >>> id.keywords - ['water level', 'groundwater', 'hydrogeology', 'ngmp'] - - >>> id.fees - 'NONE' - - >>> id.accessconstraints - 'SERVICE IS IN TEST MODE, NOT RELIABLE, DATA QUALITY NOT YET VISIBLE' - - -ServiceProvider - - >>> p = ngmp.provider - - >>> p.name - 'GNS Science' - - >>> p.url - 'http://ggw.gns.cri.nz/ggwdata/' - - - ServiceContact - - >>> sc = p.contact - - Unused fields should return nothing - >>> sc.role - >>> sc.position - 'STU' - >>> sc.instructions - >>> sc.organization - >>> sc.fax - >>> sc.hours - >>> sc.name - 'Alex Kmoch' - - >>> sc.phone - '+647374 8211' - - >>> sc.address - '114 Karetoto Road' - - >>> sc.city - 'Wairakei' - - >>> sc.region - 'Waikato' - - >>> sc.postcode - '3377' - - >>> sc.country - 'New Zealand' - - >>> sc.email - 'a.kmoch@gns.cri.nz' - - -OperationsMetadata - - >>> o = ngmp.operations - >>> len(o) - 4 - - Get by name - >>> getcap = ngmp.get_operation_by_name('GetCapabilities') - >>> isinstance(getcap, OperationsMetadata) - True - - Get by name (case insensitive) - >>> getcap = ngmp.get_operation_by_name('getcapabilities') - >>> isinstance(getcap, OperationsMetadata) - True - - # GetCapabilities - >>> getcap.constraints - {} - - >>> getcap.parameters - {'AcceptVersions': {'values': ['1.0.0', '2.0.0']}, 'updateSequence': {'values': []}, 'Sections': {'values': ['ServiceIdentification', 'ServiceProvider', 'OperationsMetadata', 'FilterCapabilities', 'Contents', 'All']}, 'AcceptFormats': {'values': ['text/xml', 'application/zip']}} - - >>> getcap.methods - {'Post': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos'}, 'Get': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos?'}} - - - # DescribeSensor - >>> descsen = ngmp.get_operation_by_name('describesensor') - - >>> descsen.constraints - {} - - >>> descsen.parameters - {'procedureDescriptionFormat': {'values': ['http://www.opengis.net/sensorML/1.0.1']}, 'procedure': {'values': ['http://resources.smart-project.info/ggwdata/procedure/acidity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/chloride_sampling', 'http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor', 'http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/iron_sampling', 'http://resources.smart-project.info/ggwdata/procedure/manganese_sampling', 'http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling', 'http://resources.smart-project.info/ggwdata/procedure/temperature_sampling', 'http://resources.smart-project.info/ggwdata/procedure/tritium_sampling']}} - - - >>> descsen.methods - {'Post': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos'}, 'Get': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos?'}} - - - # GetObservation - >>> getob = ngmp.get_operation_by_name('getobservation') - - >>> getob.constraints - {} - - >>> getob.parameters - {'srsName': {'values': []}, 'offering': {'values': ['NGMP_HYDRAULIC_CONDUCTIVITY', 'NGMP_TRITIUM_ALL_FORMS', 'NGMP_DISSOLVED_MANGANESE', 'NGMP_TEMPERATURE', 'NGMP_DISSOLVED_IRON', 'NGMP_CONDUCTIVITY', 'NGMP_ACIDITY', 'NGMP_GROUNDWATER_LEVEL', 'NGMP_DISSOLVED_NITRATE_NO3_AS_N', 'NGMP_DISSOLVED_CHLORIDE']}, 'temporalFilter': {'values': []}, 'responseFormat': {'values': ['http://www.ioos.gov/dif/csv/0.9', 'http://www.opengis.net/waterml/2.0', 'http://www.opengis.net/om/2.0', 'application/zip']}, 'featureOfInterest': {'values': ['10', '11', '12', '13', '139', '14', '140', '15', '16', '17', '18', '19', '1993', '20', '2013', '2015', '2016', '2039', '2069', '2080', '21', '2103', '22', '23', '24', '2466', '2470', '2479', '25', '26', '27', '28', '29', '3', '30', '31', '32', '3200', '3258', '3280', '3281', '33', '3325', '3327', '3336', '338', '339', '34', '340', '346', '347', '348', '349', '35', '350', '351', '352', '353', '354', '355', '356', '358', '359', '36', '360', '361', '362', '363', '364', '37', '3705', '3706', '3707', '3708', '3709', '3710', '3711', '3712', '378', '379', '38', '380', '381', '382', '383', '384', '386', '387', '388', '389', '39', '390', '391', '392', '393', '394', '395', '4', '40', '401', '402', '403', '404', '405', '406', '407', '408', '409', '41', '410', '411', '412', '413', '414', '415', '416', '417', '418', '419', '42', '420', '421', '422', '423', '43', '437', '44', '443', '444', '445', '446', '447', '448', '449', '45', '451', '452', '453', '454', '455', '456', '458', '46', '464', '465', '466', '467', '468', '469', '47', '48', '49', '5', '50', '51', '511', '512', '52', '53', '54', '55', '552', '553', '56', '57', '58', '59', '6', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '7', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '8', '80', '81', '82', '83', '9']}, 'observedProperty': {'values': ['http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity', 'http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese', 'http://resources.smart-project.info/ggwdata/phenomenon/temperature', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron', 'http://resources.smart-project.info/ggwdata/phenomenon/conductivity', 'http://resources.smart-project.info/ggwdata/phenomenon/acidity', 'http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n', 'http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride']}, 'procedure': {'values': ['http://resources.smart-project.info/ggwdata/procedure/acidity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/chloride_sampling', 'http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor', 'http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling', 'http://resources.smart-project.info/ggwdata/procedure/iron_sampling', 'http://resources.smart-project.info/ggwdata/procedure/manganese_sampling', 'http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling', 'http://resources.smart-project.info/ggwdata/procedure/temperature_sampling', 'http://resources.smart-project.info/ggwdata/procedure/tritium_sampling']}, 'result': {'values': []}} - - >>> getob.methods - {'Post': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos'}, 'Get': {'url': 'https://geier.gns.cri.nz/ngmp-sos/sos?'}} - - -Filter_Capabilities - - >>> filter = ngmp.filters - >>> isinstance(filter, FilterCapabilities200) - False - - -Contents - >>> contents = ngmp.contents - >>> len(contents) - 10 - - - Network - >>> network = contents['NGMP_TEMPERATURE'] - >>> network.id - 'NGMP_TEMPERATURE' - - >>> network.procedures - ['http://resources.smart-project.info/ggwdata/procedure/temperature_sampling'] - - >>> srs = network.bbox_srs - >>> isinstance(srs, Crs) - True - >>> srs.id - 'http://www.opengis.net/def/crs/EPSG/0/4272' - - >>> srs.getcodeurn() - 'urn:ogc:def:crs:EPSG::4272' - - >>> srs.getcode() - 'EPSG:4272' - - # (left, bottom, right, top) - >>> network.bbox - (168.06194851332876, -46.31316456339313, 177.98343791220219, -34.85029852837112) - - >>> bp = network.begin_position - >>> isinstance(bp, datetime) - True - >>> ep = network.end_position - >>> isinstance(ep, datetime) - True - - >>> network.observed_properties - ['http://resources.smart-project.info/ggwdata/phenomenon/temperature'] - - >>> network.response_formats - ['http://www.ioos.gov/dif/csv/0.9', 'http://www.opengis.net/waterml/2.0', 'http://www.opengis.net/om/2.0', 'application/zip'] - - >>> network.observation_models - ['http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation'] - - -DescribeSensor - - # bad procedure - >>> procedure = "foobar" - >>> outputFormat = ngmp.get_operation_by_name('DescribeSensor').parameters['procedureDescriptionFormat']['values'][0] - >>> response = ngmp.describe_sensor(procedure=procedure, outputFormat=outputFormat) - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: 'The value of the sensorID parameter is incorrect. Please check the capabilities response document for valid sensor Ids!' - - # good procedure - >>> procedure = ngmp.offerings[1].procedures[0] - >>> outputFormat = ngmp.get_operation_by_name('DescribeSensor').parameters['procedureDescriptionFormat']['values'][0] - >>> response = ngmp.describe_sensor(procedure=procedure, outputFormat=outputFormat) - -GetObservation - - # bad offering - >>> offerings = ['bad'] - >>> observedProperties = ['bad2'] - >>> response = ngmp.get_observation(offerings=offerings, observedProperties=observedProperties, responseformat='http://www.opengis.net/om/2.0') - Traceback (most recent call last): - File "", line 1, in - ExceptionReport: "The value (bad) of the parameter 'offering' is invalid" - diff -Nru owslib-0.7.2/tests/sos_ngmp.xml owslib-0.8.3/tests/sos_ngmp.xml --- owslib-0.7.2/tests/sos_ngmp.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sos_ngmp.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,898 +0,0 @@ - - - - GNS Science New Zealand, NGMP SOS timeseries - GNS Hydrogeology Section, serving NGMP groundwater level through customised 52N SOS, data quality cannot be represented yet, there is no liability regarding this service, for more information go to http://ggw.gns.cri.nz/ggwdata/ (SVN: 0 @ 2013-01-12 19:55:25) - - water level - groundwater - hydrogeology - ngmp - - OGC:SOS - 2.0.0 - 1.0.0 - http://www.opengis.net/spec/OMXML/2.0/conf/samplingPoint - http://www.opengis.net/spec/SOS/2.0/conf/soap - http://www.opengis.net/spec/OMXML/2.0/req/SWEArrayObservation - NONE - SERVICE IS IN TEST MODE, NOT RELIABLE, DATA QUALITY NOT YET VISIBLE - - - GNS Science - - - Alex Kmoch - STU - - - +647374 8211 - - - 114 Karetoto Road - Wairakei - Waikato - 3377 - New Zealand - a.kmoch@gns.cri.nz - - - - - - - - - - - - - - - - - - - 1.0.0 - 2.0.0 - - - - - ServiceIdentification - ServiceProvider - OperationsMetadata - FilterCapabilities - Contents - All - - - - - text/xml - application/zip - - - - - - - - - - - - - http://resources.smart-project.info/ggwdata/procedure/acidity_sampling - http://resources.smart-project.info/ggwdata/procedure/chloride_sampling - http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling - http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor - http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling - http://resources.smart-project.info/ggwdata/procedure/iron_sampling - http://resources.smart-project.info/ggwdata/procedure/manganese_sampling - http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling - http://resources.smart-project.info/ggwdata/procedure/temperature_sampling - http://resources.smart-project.info/ggwdata/procedure/tritium_sampling - - - - - http://www.opengis.net/sensorML/1.0.1 - - - - - - - - - - - - - - - - NGMP_HYDRAULIC_CONDUCTIVITY - NGMP_TRITIUM_ALL_FORMS - NGMP_DISSOLVED_MANGANESE - NGMP_TEMPERATURE - NGMP_DISSOLVED_IRON - NGMP_CONDUCTIVITY - NGMP_ACIDITY - NGMP_GROUNDWATER_LEVEL - NGMP_DISSOLVED_NITRATE_NO3_AS_N - NGMP_DISSOLVED_CHLORIDE - - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-12-19T13:30:00.000+12:00 - - - - - - http://resources.smart-project.info/ggwdata/procedure/acidity_sampling - http://resources.smart-project.info/ggwdata/procedure/chloride_sampling - http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling - http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor - http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling - http://resources.smart-project.info/ggwdata/procedure/iron_sampling - http://resources.smart-project.info/ggwdata/procedure/manganese_sampling - http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling - http://resources.smart-project.info/ggwdata/procedure/temperature_sampling - http://resources.smart-project.info/ggwdata/procedure/tritium_sampling - - - - - http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity - http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese - http://resources.smart-project.info/ggwdata/phenomenon/temperature - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron - http://resources.smart-project.info/ggwdata/phenomenon/conductivity - http://resources.smart-project.info/ggwdata/phenomenon/acidity - http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride - - - - - 10 - 11 - 12 - 13 - 139 - 14 - 140 - 15 - 16 - 17 - 18 - 19 - 1993 - 20 - 2013 - 2015 - 2016 - 2039 - 2069 - 2080 - 21 - 2103 - 22 - 23 - 24 - 2466 - 2470 - 2479 - 25 - 26 - 27 - 28 - 29 - 3 - 30 - 31 - 32 - 3200 - 3258 - 3280 - 3281 - 33 - 3325 - 3327 - 3336 - 338 - 339 - 34 - 340 - 346 - 347 - 348 - 349 - 35 - 350 - 351 - 352 - 353 - 354 - 355 - 356 - 358 - 359 - 36 - 360 - 361 - 362 - 363 - 364 - 37 - 3705 - 3706 - 3707 - 3708 - 3709 - 3710 - 3711 - 3712 - 378 - 379 - 38 - 380 - 381 - 382 - 383 - 384 - 386 - 387 - 388 - 389 - 39 - 390 - 391 - 392 - 393 - 394 - 395 - 4 - 40 - 401 - 402 - 403 - 404 - 405 - 406 - 407 - 408 - 409 - 41 - 410 - 411 - 412 - 413 - 414 - 415 - 416 - 417 - 418 - 419 - 42 - 420 - 421 - 422 - 423 - 43 - 437 - 44 - 443 - 444 - 445 - 446 - 447 - 448 - 449 - 45 - 451 - 452 - 453 - 454 - 455 - 456 - 458 - 46 - 464 - 465 - 466 - 467 - 468 - 469 - 47 - 48 - 49 - 5 - 50 - 51 - 511 - 512 - 52 - 53 - 54 - 55 - 552 - 553 - 56 - 57 - 58 - 59 - 6 - 60 - 61 - 62 - 63 - 64 - 65 - 66 - 67 - 68 - 69 - 7 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79 - 8 - 80 - 81 - 82 - 83 - 9 - - - - - - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - - - - - - - - - - - - - - - - http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity - http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese - http://resources.smart-project.info/ggwdata/phenomenon/temperature - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron - http://resources.smart-project.info/ggwdata/phenomenon/conductivity - http://resources.smart-project.info/ggwdata/phenomenon/acidity - http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride - - - - - http://resources.smart-project.info/ggwdata/procedure/acidity_sampling - http://resources.smart-project.info/ggwdata/procedure/chloride_sampling - http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling - http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor - http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling - http://resources.smart-project.info/ggwdata/procedure/iron_sampling - http://resources.smart-project.info/ggwdata/procedure/manganese_sampling - http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling - http://resources.smart-project.info/ggwdata/procedure/temperature_sampling - http://resources.smart-project.info/ggwdata/procedure/tritium_sampling - - - - - - - - - SOS - - - - - 2.0.0 - - - - - - - - - false - - - - false - - - - false - - - - false - - - - false - - - - false - - - - true - - - - true - - - - true - - - - true - - - - false - - - - false - - - - false - - - - false - - - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NGMP_HYDRAULIC_CONDUCTIVITY - http://resources.smart-project.info/ggwdata/procedure/hydraulic_conductivity_sampling - http://resources.smart-project.info/ggwdata/phenomenon/hydraulic_conductivity - - - relatedFeature - - - - - - relatedFeature - - - - - - -43.49087689429214 172.54255929701253 - -37.530998397034715 176.92673919793086 - - - - - 1900-01-01T00:30:00.000+12:00 - 1999-03-26T12:00:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_TRITIUM_ALL_FORMS - http://resources.smart-project.info/ggwdata/procedure/tritium_sampling - http://resources.smart-project.info/ggwdata/phenomenon/tritium_all_forms - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 1972-07-29T00:00:00.000+12:00 - 2011-06-13T00:00:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_DISSOLVED_MANGANESE - http://resources.smart-project.info/ggwdata/procedure/manganese_sampling - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_manganese - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-09-12T16:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_TEMPERATURE - http://resources.smart-project.info/ggwdata/procedure/temperature_sampling - http://resources.smart-project.info/ggwdata/phenomenon/temperature - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-12-19T13:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_DISSOLVED_IRON - http://resources.smart-project.info/ggwdata/procedure/iron_sampling - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_iron - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-09-12T16:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_CONDUCTIVITY - http://resources.smart-project.info/ggwdata/procedure/conductivity_sampling - http://resources.smart-project.info/ggwdata/phenomenon/conductivity - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-12-19T13:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_ACIDITY - http://resources.smart-project.info/ggwdata/procedure/acidity_sampling - http://resources.smart-project.info/ggwdata/phenomenon/acidity - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-12-19T13:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_GROUNDWATER_LEVEL - http://resources.smart-project.info/ggwdata/procedure/groundwaterlevel_sensor - http://resources.smart-project.info/ggwdata/phenomenon/groundwaterlevel - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 1994-03-16T12:08:00.000+12:00 - 2012-12-19T13:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_DISSOLVED_NITRATE_NO3_AS_N - http://resources.smart-project.info/ggwdata/procedure/nitrate_sampling - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_nitrate_no3_as_n - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-09-12T16:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - NGMP_DISSOLVED_CHLORIDE - http://resources.smart-project.info/ggwdata/procedure/chloride_sampling - http://resources.smart-project.info/ggwdata/phenomenon/dissolved_chloride - - - relatedFeature - - - - - - relatedFeature - - - - - - -46.31316456339313 168.06194851332876 - -34.85029852837112 177.9834379122022 - - - - - 0012-01-23T09:05:56.000+12:00 - 2012-09-12T16:30:00.000+12:00 - - - http://www.ioos.gov/dif/csv/0.9 - http://www.opengis.net/waterml/2.0 - http://www.opengis.net/om/2.0 - application/zip - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation - - - - - diff -Nru owslib-0.7.2/tests/sos_ngwd.txt owslib-0.8.3/tests/sos_ngwd.txt --- owslib-0.7.2/tests/sos_ngwd.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sos_ngwd.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,209 +0,0 @@ - -Imports - - >>> from owslib.sos import SensorObservationService - >>> from owslib.fes import FilterCapabilities200 - >>> from owslib.ows import OperationsMetadata - >>> from owslib.crs import Crs - >>> from datetime import datetime - -Initialize - - >>> xml = open('sos_ngwd.xml').read() - >>> ngwd = SensorObservationService(None, xml=xml, version='2.0.0') - -ServiceIdentification - - >>> id = ngwd.identification - - >>> id.service - 'OGC:SOS' - - >>> id.version - '2.0.0' - - >>> len(id.profiles) - 5 - - >>> id.title - 'GIN SOS' - - >>> id.abstract - 'GIN SOS mediator' - - >>> id.keywords - ['water level', 'groundwater level', 'surface water flow'] - - >>> id.fees - 'NONE' - - >>> id.accessconstraints - 'NONE' - - -ServiceProvider - - >>> p = ngwd.provider - - >>> p.name - 'Geological Survey of Canada, Earth Sciences Sector, Natural Resources Canada, Government of Canada' - - >>> p.url - 'http://gw-info.net' - - - ServiceContact - - >>> sc = p.contact - - Unused fields should return nothing - >>> sc.role - >>> sc.position - 'Research Scientist' - >>> sc.instructions - >>> sc.organization - >>> sc.fax - '+1-613-995-9273' - >>> sc.hours - - >>> sc.name - 'Boyan Brodaric' - - >>> sc.phone - '+1-613-992-3562' - - >>> sc.address - '615 Booth Street' - - >>> sc.city - 'Ottawa' - - >>> sc.region - - >>> sc.postcode - 'K1A 0E9' - - >>> sc.country - 'Canada' - - >>> sc.email - 'brodaric at nrcan dot gc dot ca' - - -OperationsMetadata - - >>> o = ngwd.operations - >>> len(o) - 4 - - Get by name - >>> getcap = ngwd.get_operation_by_name('GetCapabilities') - >>> isinstance(getcap, OperationsMetadata) - True - - Get by name (case insensitive) - >>> getcap = ngwd.get_operation_by_name('getcapabilities') - >>> isinstance(getcap, OperationsMetadata) - True - - # GetCapabilities - >>> getcap.constraints - {} - - >>> getcap.parameters - {'AcceptVersions': {'values': ['2.0.0']}, 'updateSequence': {'values': []}, 'Sections': {'values': ['ServiceIdentification', 'ServiceProvider', 'OperationsMetadata', 'FilterCapabilities', 'Contents', 'All']}, 'AcceptFormats': {'values': ['text/xml', 'application/zip']}} - - >>> getcap.methods - {'Post': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw'}, 'Get': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw?'}} - - - # DescribeSensor - >>> descsen = ngwd.get_operation_by_name('describesensor') - - >>> descsen.constraints - {} - - >>> descsen.parameters - {'procedureDescriptionFormat': {'values': ['http://www.opengis.net/sensorML/1.0.1']}, 'procedure': {'values': ['urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess']}} - - - >>> descsen.methods - {'Post': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw'}, 'Get': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw?'}} - - - # GetObservation - >>> getob = ngwd.get_operation_by_name('getobservation') - - >>> getob.constraints - {} - - >>> getob.parameters - {'srsName': {'values': []}, 'temporalFilter': {'values': []}, 'offering': {'values': ['GW_LEVEL']}, 'result': {'values': []}, 'responseFormat': {'values': ['http://www.opengis.net/waterml/2.0', 'application/zip']}, 'observedProperty': {'values': ['urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel']}, 'procedure': {'values': ['urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess']}} - - >>> getob.methods - {'Post': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw'}, 'Get': {'url': 'http://ngwd-bdnes.cits.nrcan.gc.ca:8080/proxy/GinService/sos/gw?'}} - - -Filter_Capabilities - - >>> filter = ngwd.filters - >>> isinstance(filter, FilterCapabilities200) - False - - -Contents - >>> contents = ngwd.contents - >>> len(contents) - 1 - - - Network - >>> network = contents['GW_LEVEL'] - >>> network.id - 'GW_LEVEL' - - >>> network.procedures - ['urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess'] - - >>> srs = network.bbox_srs - >>> isinstance(srs, Crs) - True - >>> srs.id - 'http://www.opengis.net/def/crs/EPSG/0/4326' - - >>> srs.getcodeurn() - 'urn:ogc:def:crs:EPSG::4326' - - >>> srs.getcode() - 'EPSG:4326' - - # (left, bottom, right, top) - >>> network.bbox - (-120.0, 41.0, -60.0, 60.0) - - >>> bbsrs = network.bbox_srs - - >>> isinstance(bbsrs, Crs) - True - - >>> bbsrs.getcodeurn() - 'urn:ogc:def:crs:EPSG::4326' - - >>> bbsrs.getcode() - 'EPSG:4326' - - >>> bp = network.begin_position - >>> isinstance(bp, datetime) - True - >>> ep = network.end_position - >>> isinstance(ep, datetime) - True - - >>> network.observed_properties - ['urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel'] - - >>> network.response_formats - [] - - >>> network.observation_models - [] diff -Nru owslib-0.7.2/tests/sos_ngwd.xml owslib-0.8.3/tests/sos_ngwd.xml --- owslib-0.7.2/tests/sos_ngwd.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/sos_ngwd.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,285 +0,0 @@ - - - - - GIN SOS - GIN SOS mediator - - water level - groundwater level - surface water flow - - OGC:SOS - 2.0.0 - - http://www.opengis.net/spec/SOS/2.0/conf/gfoi - - - - http://www.opengis.net/spec/SOS/2.0/conf/spatialFilteringProfile - - http://www.opengis.net/spec/OMXML/2.0/conf/samplingPoint - - http://www.opengis.net/spec/OMXML/2.0/conf/observation - - http://www.opengis.net/spec/waterml/2.0/conf/xsd-observation-process - NONE - NONE - - - - Geological Survey of Canada, Earth Sciences Sector, Natural Resources Canada, Government of Canada - - - Boyan Brodaric - Research Scientist - - - +1-613-992-3562 - +1-613-995-9273 - - - 615 Booth Street - Ottawa - K1A 0E9 - Canada - brodaric at nrcan dot gc dot ca - - - - - - - - - - - - - - - - - - - - - 2.0.0 - - - - - ServiceIdentification - ServiceProvider - OperationsMetadata - FilterCapabilities - Contents - All - - - - - text/xml - application/zip - - - - - - - - - - - - - urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess - - - - - http://www.opengis.net/sensorML/1.0.1 - - - - - - - - - - - - - - - - GW_LEVEL - - - - - - 1900-04-01T17:43:00+02:00 - 2013-04-01T17:51:00+02:00 - - - - - - urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess - - - - - urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel - - - - - - - - http://www.opengis.net/waterml/2.0 - application/zip - - - - - - - - - - - - - - - - urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel - - - - - urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess - - - - - - - - - SOS - - - - - 2.0.0 - - - - - - - - - false - - - - false - - - - false - - - - false - - - - false - - - - true - - - - true - - - - true - - - - true - - - - false - - - - false - - - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - GW_LEVEL - urn:ogc:object:Sensor::GIN_GroundwaterLevelProcess - http://www.opengis.net/sensorML/1.0.1 - - urn:ogc:def:phenomenon:OGC:1.0.30:groundwaterlevel - - - 41 -120 - 60 -60 - - - - - 1956-04-30T12:00:00Z - 2011-11-02T12:00:00Z - - - - http://www.opengis.net/om/2.0 - http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement - - - diff -Nru owslib-0.7.2/tests/Telascience.xml owslib-0.8.3/tests/Telascience.xml --- owslib-0.7.2/tests/Telascience.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/Telascience.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,130 +0,0 @@ - - - ]> - - - - - - - OGC:WMS - BM - Blue Marble 200409 - - - - Norman Vine - Norman Vine - - - MAIL -
POB 319
- Woods Hole - MA - 02543 - USA -
- nhv@cooa.whoi.edu -
- none -
- - - - - application/vnd.ogc.wms_xml - - - - - - - - - image/gif - image/png - image/jpeg - image/wbmp - image/tiff - image/png; mode=24bit - - - - - - - - - text/plain - application/vnd.ogc.gml - - - - - - - - - text/xml - - - - - - - - - image/gif - image/png - image/jpeg - image/wbmp - image/png; mode=24bit - - - - - - - - - - application/vnd.ogc.se_xml - application/vnd.ogc.se_inimage - application/vnd.ogc.se_blank - - - - - ngBM - BM - EPSG:4326 - - - - - world.topo.bathy.200409 - world.topo.bathy.200409 - init=epsg:4326 - - - - - - USGS_1ft_San_Diego - USGS 1ft San Diego - init=epsg:4326 - - - - - - -
diff -Nru owslib-0.7.2/tests/test_doctests.py owslib-0.8.3/tests/test_doctests.py --- owslib-0.7.2/tests/test_doctests.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/test_doctests.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -# $Id: test_all.py,v 1.1.1.1 2004/12/06 03:28:23 sgillies Exp $ - -# ============================================================================= -# OWSLib. Copyright (C) 2004 Sean C. Gillies -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the Free -# Software Foundation; either version 2 of the License, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 59 Temple -# Place, Suite 330, Boston, MA 02111-1307 USA -# -# Contact email: sgillies@frii.com -# ============================================================================= - -import unittest -import glob -import os -import doctest - -optionflags = (doctest.REPORT_ONLY_FIRST_FAILURE | - doctest.NORMALIZE_WHITESPACE | - doctest.ELLIPSIS) - -def list_doctests(): - return [filename - for filename - in glob.glob(os.path.join(os.path.dirname(__file__), '*.txt')) - if filename != 'TESTING.txt'] - -def open_file(filename, mode='r'): - """Helper function to open files from within the tests package.""" - return open(os.path.join(os.path.dirname(__file__), filename), mode) - -def setUp(test): - test.globs.update(dict( - open_file = open_file, - )) - -def test_suite(): - return unittest.TestSuite( - [doctest.DocFileSuite(os.path.basename(filename), - optionflags=optionflags, - setUp=setUp) - for filename - in list_doctests()]) diff -Nru owslib-0.7.2/tests/TESTING.txt owslib-0.8.3/tests/TESTING.txt --- owslib-0.7.2/tests/TESTING.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/TESTING.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -Testing OWSLib -============== - -The OWSLib module is tested with the help of setuptools - - http://peak.telecommunity.com/DevCenter/setuptools - -Once you've used the ez_setup.py bootstrap module, use the tsetup.py script to -make a development build of cartography.data. I use /home/sean/egg-dev -as a staging area instead of the default (site-packages) - - $ python tsetup.py develop --install-dir=/home/sean/egg-dev - -Next, copy runalltests.dist to runalltests and edit the PYTHONPATH to point to -your own staging area. Run it like - - $ ./runalltests - -Setuptools makes it a bit easier to guarantee we're testing the checked out -code, and not another installation of PCL. - diff -Nru owslib-0.7.2/tests/test_wfs_USDASSURGO.py owslib-0.8.3/tests/test_wfs_USDASSURGO.py --- owslib-0.7.2/tests/test_wfs_USDASSURGO.py 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/test_wfs_USDASSURGO.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -# Test ability of OWSLib.wfs to interact with USDA SSURGO WFS 1.0.0 web service -# Contact e-mail: selimnairb@gmail.com -import unittest - -from owslib.wfs import WebFeatureService - -class USDASSURGOWFSTestCase(unittest.TestCase): - - def runTest(self): - minX = -76.766960 - minY = 39.283611 - maxX = -76.684120 - maxY = 39.338394 - - filter = "Geometry %f,%f %f,%f " % (minX, minY, maxX, maxY) - wfs = WebFeatureService('http://SDMDataAccess.nrcs.usda.gov/Spatial/SDMWGS84Geographic.wfs', version='1.0.0') - response = wfs.getfeature(typename=('MapunitPolyExtended',), filter=filter, propertyname=None) - self.assertTrue(response.read().find(' 0, - 'Unable to find feature dataset in WFS response') - - diff -Nru owslib-0.7.2/tests/tms.txt owslib-0.8.3/tests/tms.txt --- owslib-0.7.2/tests/tms.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/tms.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,117 +0,0 @@ -You can find a list of servers at -http://svn.osgeo.org/gdal/trunk/gdal/frmts/wms/WMSServerList.txt - -Find out what a TMS has to offer. Service metadata: - - >>> from owslib import tms - >>> service = tms.TileMapService('http://maps.opengeo.org/geowebcache/service/tms/1.0.0') - >>> service.identification.title - 'Tile Map Service' - >>> service.identification.abstract - 'A Tile Map Service served by GeoWebCache' - >>> service.identification.keywords - [] - >>> service.identification.version - '1.0.0' - >>> service.identification.url - 'http://maps.opengeo.org/geowebcache' - >>> len(service.contents) > 0 - True - >>> tm = service.contents['http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@png'] - >>> tm.title - 'bluemarble' - -you can filter the contents by profile and srs: - >>> len(service.items()) - 14 - >>> len(service.items('EPSG:900913')) - 7 - >>> len(service.items(profile='global-mercator')) - 7 - >>> len(service.items('EPSG:900913', profile='global-mercator')) - 7 - >>> len(service.items('EPSG:4326', profile='global-mercator')) - 0 - >>> service.items('EPSG:4326')[0] - ('http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@png', ) - -The details of the TileMap are fetched on demand - >>> tm._tile_map == None - True - >>> tm.title - 'bluemarble' - >>> tm.abstract - >>> tm._tile_map == None - False - >>> tm.srs - 'EPSG:4326' - >>> tm.extension - 'png' - >>> tm.height - 256 - >>> tm.width - 256 - >>> tm.mimetype - 'image/png' - >>> tm.boundingBox - (-180.0, -90.0, 180.0, 90.0) - >>> tm.origin - (-180.0, -90.0) - - - - -You can get tiles by their x,y,z indices, the title of the tilemap, projection and mime-type - >>> service.gettile(10,10,0, title='bluemarble', srs='EPSG:4326', mimetype='image/png').geturl() - 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@png/0/10/10.png?' - >>> service.gettile(10,10,1, title='bluemarble', srs='EPSG:4326', mimetype='image/jpeg').geturl() - 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A4326@jpeg/1/10/10.jpeg?' - -if mimetype is ommited the tile is fetched from the first TileMap found: - >>> service.gettile(10,10,1, title='bluemarble', srs='EPSG:900913').geturl() - 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A900913@jpeg/1/10/10.jpeg?' - - - -You can also specify the Tilemap by id: - >>> service.gettile(10,10,0, 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A900913@jpeg').geturl() - 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0/bluemarble@EPSG%3A900913@jpeg/0/10/10.jpeg?' - - -An extensive test with: - >>> servers = [ - ... 'http://maps.opengeo.org/geowebcache/service/tms/1.0.0', - ... 'http://demo.opengeo.org/geoserver/gwc/service/tms/1.0.0', - ... 'http://osm.omniscale.net/proxy/tms/1.0.0', - ... 'http://apps.esdi-humboldt.cz/mapproxy/tms/1.0.0', - ... 'http://apps.esdi-humboldt.cz/cgi-bin/tilecache/tilecache.cgi/1.0.0', - ... # 'http://tilecache.osgeo.org/wms-c/tilecache.py/1.0.0/', - ... 'http://tileserver.maptiler.com/tms', - ... ] - -# uncomment if you want to test all of the above -# >>> for server in servers: -# ... service = tms.TileMapService(server) -# ... service.identification.title -# ... service.identification.version -# ... len(service.items()) -# ... len(service.items('EPSG:900913')) -# ... len(service.items(profile='global-mercator')) -# ... len(service.items('EPSG:4326')) -# ... for tm in service.contents.values(): -# ... tm.title -# ... tm._tile_map == None -# ... tm.abstract -# ... tm._tile_map -# ... tm.srs -# ... tm.mimetype -# ... tm.extension -# ... tm.boundingBox -# ... tm.origin -# ... tm.type - - - - - - diff -Nru owslib-0.7.2/tests/utils.py owslib-0.8.3/tests/utils.py --- owslib-0.7.2/tests/utils.py 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/tests/utils.py 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,54 @@ +import os +from owslib.etree import etree + +def resource_file(filepath): + return os.path.join(test_directory(), 'resources', filepath) + +def test_directory(): + """Helper function to return path to the tests directory""" + return os.path.dirname(__file__) + +def scratch_directory(): + """Helper function to return path to the tests scratch directory""" + return os.path.join(test_directory(), 'scratch') + +def scratch_file(filename): + """Helper function to return file path in the tests scratch directory""" + return os.path.join(scratch_directory(), filename) + +def compare_xml(a,b): + if not isinstance(a, etree._Element): + a = etree.fromstring(a) + if not isinstance(b, etree._Element): + b = etree.fromstring(b) + + return compare_elements(a,b) + +def compare_elements(a,b): + # Tag + if a.tag != b.tag: + return False + # Value + if a.text != b.text: + return False + # Attributes + if sorted(a.items()) != sorted(b.items()): + return False + # Children + if len(list(a)) != len(list(b)): + return False + # Recurse + for ac, bc in zip(list(a), list(b)): + if not compare_elements(ac, bc): + return False + + return True + +def cast_tuple_int_list(tup): + """Set tuple float values to int for more predictable test results""" + return [int(a) for a in tup] + +def cast_tuple_int_list_srs(tup): + tup2 = cast_tuple_int_list(tup[:4]) + tup2.append(tup[-1]) + return tup2 diff -Nru owslib-0.7.2/tests/wcs_idee.txt owslib-0.8.3/tests/wcs_idee.txt --- owslib-0.7.2/tests/wcs_idee.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wcs_idee.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -COWS Web Coverage Service doctest -============================ - -WCS Version 1.0.0 -================= - - - >>> from owslib.wcs import WebCoverageService - >>> wcs=WebCoverageService('http://www.idee.es/wcs/IDEE-WCS-UTM30N/wcsServlet') - >>> wcs.version - '1.0.0' - >>> wcs.url - 'http://www.idee.es/wcs/IDEE-WCS-UTM30N/wcsServlet' - >>> wcs.identification.service - 'IDEE-WCS-UTM30N' - >>> wcs.provider.name - u'Instituto Geogr\xe1fico Nacional' - >>> wcs.contents.keys() - ['MDT25_peninsula_pendientes', 'MDT_peninsula_baleares_aspecto', 'MDT1000_peninsula_baleares', 'MDT500_peninsula_baleares', 'MDT_peninsula_baleares', 'MDT500_peninsula_baleares_pendientes', 'MDT1000_peninsula_baleares_pendientes', 'MDT_peninsula_baleares_pendientes', 'MDT25_peninsula_ZIP', 'MDT25_peninsula_aspecto', 'MDT500_peninsula_baleares_aspecto', 'MDT1000_peninsula_baleares_aspecto'] - >>> cvg=wcs['MDT25_peninsula_pendientes'] - >>> cvg.title - 'MDT25 Pendientes Peninsula' - >>> cvg.boundingBoxWGS84 - (-8.7527311628, 35.8849011171, 3.6409641687000001, 43.7511638541) - >>> cvg.timelimits - [] - >>> cvg.supportedFormats - ['GeoTIFF', 'AsciiGrid', 'FloatGrid_Zip'] - >>> cvg.supportedCRS - ['EPSG:4326', 'EPSG:4230', 'EPSG:23028', 'EPSG:23029', 'EPSG:23030', 'EPSG:23031', 'EPSG:23030'] - >>> output=wcs.getCoverage(identifier='MDT25_peninsula_pendientes',bbox=(600000,4200000,601000,4201000),crs='EPSG:23030', format='AsciiGrid', resX=25, resY=25) - >>> f=open('test_idee.grd', 'wb') - >>> f.write(output.read()) - >>> f.close() diff -Nru owslib-0.7.2/tests/wcs_rectifiedgrid.info owslib-0.8.3/tests/wcs_rectifiedgrid.info --- owslib-0.7.2/tests/wcs_rectifiedgrid.info 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wcs_rectifiedgrid.info 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ -NOAA WCS 1.0.0 - testing rectifiedgrid representation -========== - >>> from owslib.wcs import WebCoverageService - >>> wcs=WebCoverageService('http://nextgen.fsl.noaa.gov/thredds/wcs/madis/rsas/MADIS-RSAS-Agg', version='1.0.0') - >>> wcs.url - 'http://nextgen.fsl.noaa.gov/thredds/wcs/madis/rsas/MADIS-RSAS-Agg' - >>> wcs.version - '1.0.0' - >>> wcs.identification.service - 'madis/rsas/MADIS-RSAS-Agg' - >>> wcs.identification.version - '1.0.0' - >>> wcs.identification.title - 'madis/rsas/MADIS-RSAS-Agg' - >>> wcs.identification.abstract - 'Experimental THREDDS/WCS server for CDM gridded datasets' - >>> wcs.identification.keywords - [None] - >>> wcs.identification.fees - 'NONE' - >>> wcs.identification.accessConstraints - 'NONE' - >>> type(wcs.items()) - - >>> cvg=wcs['t'] - >>> cvg.title - 'temperature' - >>> cvg.grid.axislabels - ['x', 'y', 'z'] - >>> cvg.grid.dimension - 3 - >>> cvg.grid.lowlimits - ['0', '0', '0'] - >>> cvg.grid.highlimits - ['579', '547', '0'] - >>> cvg.grid.origin - ['-3528.5327497687117', '-8312.702226429212', '0.0'] - >>> cvg.grid.offsetvectors - [['13.572500228881836', '0.0', '0.0'], ['0.0', '13.572500228881836', '0.0'], ['0.0', '0.0', '0.0']] - >>> cvg.boundingBoxWGS84 - (-128.02278762269611, 7.8395641472628892, -26.492900777325232, 52.592311522338143) diff -Nru owslib-0.7.2/tests/wcs_thredds.txt owslib-0.8.3/tests/wcs_thredds.txt --- owslib-0.7.2/tests/wcs_thredds.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wcs_thredds.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ -Web Coverage Service: #This is an example that shows how to the OWSLib wcs client to make requests from the Unidata WCS. -==================== - -Version 1.0.0 -======== - - - >>> from owslib.wcs import WebCoverageService - >>> wcs=WebCoverageService('http://motherlode.ucar.edu:8080/thredds/wcs/fmrc/NCEP/NAM/CONUS_40km/conduit/NCEP-NAM-CONUS_40km-conduit_best.ncd', version='1.0.0') - >>> wcs.url - 'http://motherlode.ucar.edu:8080/thredds/wcs/fmrc/NCEP/NAM/CONUS_40km/conduit/NCEP-NAM-CONUS_40km-conduit_best.ncd' - >>> wcs.version - '1.0.0' - >>> wcs.identification.service - >>> wcs.identification.version - '1.0.0' - >>> wcs.identification.title - >>> wcs.identification.abstract - >>> wcs.identification.keywords - [] - >>> wcs.identification.fees - 'NONE' - >>> wcs.identification.accessConstraints - 'NONE' - -#There is no 'ResponsibleParty' information in the NCEP/NAM capabilities document, so wcs.provider is empty. -#but if there was you could do: -#wcs.provider.url -#and.. -#wcs.provider.contact.organization -#wcs.provider.contact.email -#wcs.provider.contact.address -#etc... for region, city, postcode, country - -Print the ids of all layers (actually just the first 3): - >>> wcs.contents.keys()[:3] - ['Total_Column-Integrated_Cloud_Ice', 'Categorical_Snow', 'Exchange_Coefficient'] - - -#To further interrogate a single "coverage" get the coverageMetadata object -#You can either do: - >>> cvg= wcs.contents['Temperature'] #to get it from the dictonary - -#or even simpler you can do: - >>> cvg=wcs['Temperature'] - - >>> cvg.boundingBoxWGS84 - (-153.21273081043725, 11.968943066973155, -49.029741463948938, 57.381664838271625) - - - >>> len(cvg.timepositions)>1 #The old test kept failing as the response timepositions kept changign on the server - True - - >>> cvg.supportedCRS - ['EPSG:9802[Lambert_Conformal_Conic_2SP]'] - - >>> cvg.supportedFormats - ['GeoTIFF', 'GeoTIFF_Float', 'NetCDF3'] - -#Now we have enough information to build a getCoverage request: - >>> covID='Temperature' - >>> timeRange=['2009-01-08T06:00:00', '2009-01-08T12:00:00'] #Okay, you should be able to select a range of times, but the server doesn't seem to like it. - >>> timeRange=[cvg.timepositions[10]] #So for now I'll just choose one timestep (from cvg.timepositions) - >>> bb=(-140, -15, 30, 55) # chosen from cvg.boundingBoxWGS84 - >>> formatType='NetCDF3' # chosen from cvg.supportedFormats - -#Make the actual getCoverage request. - >>> output=wcs.getCoverage(identifier=covID,time=timeRange,bbox=bb, format=formatType) - -#Then write this to a netcdf file. - >>> filename = 'threddstest.nc' - >>> f=open(filename, 'wb') - >>> f.write(output.read()) - >>> f.close() diff -Nru owslib-0.7.2/tests/wfs2_ndg3betaGrid.txt owslib-0.8.3/tests/wfs2_ndg3betaGrid.txt --- owslib-0.7.2/tests/wfs2_ndg3betaGrid.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wfs2_ndg3betaGrid.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ - -Imports and initialize - - >>> from owslib.wfs import WebFeatureService - >>> wfs = WebFeatureService('http://ndg3beta.badc.rl.ac.uk/cows/demo_hadcm3/wfs?', version='2.0.0') - -Test the capabilities info - - >>> wfs.identification.service - 'OGC:WFS' - >>> wfs.identification.version - '2.0.0' - >>> wfs.identification.title - 'BADC OGC Service' - >>> wfs.identification.abstract - >>> wfs.identification.keywords - ['Grid', 'Climate', 'CSML'] - >>> wfs.identification.fees - >>> wfs.identification.accessconstraints - >>> wfs.provider.name - 'British Atmospheric Data Centre' - >>> wfs.provider.url - >>> wfs.provider.contact.email - 'D.Lowe@rl.ac.uk' - >>> wfs.provider.contact.name - 'Dominic Lowe' - >>> wfs.provider.contact.organization - >>> wfs.provider.contact.city - 'Didcot' - >>> wfs.provider.contact.region - 'Oxfordshire' - >>> wfs.provider.contact.postcode - 'OX11 0QX' - >>> wfs.provider.contact.country - 'UK' - -Test the getfeature method - - >>> wfs.contents.keys() - ['csml:GridSeriesFeature'] - - >>> response = wfs.getfeature(typename=['csml:GridSeriesFeature'], maxfeatures=2) - >>> response.read().find('0 - True - >>> response=wfs.getfeature(typename=['csml:GridSeriesFeature'],bbox=(-5,50,-4,60)) - >>> response.read().find('0 - True - -Test Stored Queries - >>> storedqid='urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractGridSeriesFromGridSeries' - >>> sqparams={'featureid':'air_temperature','mintime':'2799-06-01T00:00:00.0','maxtime':'2803-06-01T00:00:00.0','bbox':'-180,-90,180,90'} - >>> response=wfs.getfeature(typename=['csml:GridSeriesFeature'],storedQueryID=storedqid, storedQueryParams=sqparams) - >>> response.read().find('0 - True - >>> for sq in wfs.storedqueries: print sq.id - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractPointSeriesFromGridSeries - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:phenomenonQuery - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractGridSeriesFromGridSeries - queryOne - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractPointFromPointSeries - urn-x:wfs:StoredQueryId:ISO:GetFeatureById - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractPointSeriesFromPointSeries - >>> for sq in wfs.storedqueries: print sq.title - ExtractPointSeriesFromGridSeries - SelectFeaturesByPhenomenon - ExtractGridSeriesFromGridSeries - test query - ExtractPointFromPointSeries - GetFeatureById - ExtractPointSeriesFromPointSeries - >>> for sq in wfs.storedqueries: print sq.returnfeaturetype - csml:PointSeriesFeature - csml:AbstractFeature - csml:GridSeriesFeature - xyzml:SomeFeatureType - csml:PointFeature - csml:AbstractFeature - csml:PointSeriesFeature - >>> for sq in wfs.storedqueries: print sq.abstract - Extract a csml:PointSeries from a csml:GridSeriesFeature - Select features based on their phenomenon type, e.g. "temperature" - Extract a csml:GridSeries from a csml:GridSeriesFeature - my test query - Extract a csml:PointFeature for a single time instance from a csml:PointSeriesFeature - Get any feature by id - Extract a csml:PointSeriesFeature for a range of times from a csml:PointSeriesFeature - >>> sq = wfs.storedqueries[2] - >>> for param in sq.parameters: print "%s, %s"%(param.name, param.type) - featureid, xsd:anyURI - mintime, gml:TimePositionUnion - maxtime, gml:TimePositionUnion - bbox, xsd:string diff -Nru owslib-0.7.2/tests/wfs2_ndg3betaPSeries.txt owslib-0.8.3/tests/wfs2_ndg3betaPSeries.txt --- owslib-0.7.2/tests/wfs2_ndg3betaPSeries.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wfs2_ndg3betaPSeries.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,98 +0,0 @@ - -Imports and initialize - - >>> from owslib.wfs import WebFeatureService - >>> wfs = WebFeatureService('http://ndg3beta.badc.rl.ac.uk/cows/mst_sample/wfs?', version='2.0.0') - -Test the capabilities info - >>> wfs.identification.service - 'OGC:WFS' - >>> wfs.identification.version - '2.0.0' - >>> wfs.identification.title - 'BADC OGC Service' - >>> wfs.identification.abstract - >>> wfs.identification.keywords - ['Point', 'Timeseries', 'Climate', 'CSML'] - >>> wfs.identification.fees - >>> wfs.identification.accessconstraints - >>> wfs.provider.name - 'British Atmospheric Data Centre' - >>> wfs.provider.url - >>> wfs.provider.contact.email - 'D.Lowe@rl.ac.uk' - >>> wfs.provider.contact.name - 'Dominic Lowe' - >>> wfs.provider.contact.organization - >>> wfs.provider.contact.city - 'Didcot' - >>> wfs.provider.contact.region - 'Oxfordshire' - >>> wfs.provider.contact.postcode - 'OX11 0QX' - >>> wfs.provider.contact.country - 'UK' - -Test the getfeature method - - >>> wfs.contents.keys() - ['csml:PointSeriesFeature'] - - >>> response = wfs.getfeature(typename=['csml:PointSeriesFeature'], maxfeatures=2) - >>> response.read().find('0 - True - >>> response=wfs.getfeature(typename=['csml:PointSeriesFeature'],bbox=(-5,50,-4,60)) - >>> response.read().find('0 - True - -Test Stored Queries - >>> storedqid='urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractPointFromPointSeries' - >>> sqparams={'featureid':'meaneastward','timeinstance':'2002-01-01T10:45:00.0'} - >>> response=wfs.getfeature(typename=['csml:PointSeriesFeature'],storedQueryID=storedqid, storedQueryParams=sqparams) - >>> response.read().find('0 - True - >>> for sq in wfs.storedqueries: print sq.id - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractPointSeriesFromGridSeries - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:phenomenonQuery - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractGridSeriesFromGridSeries - queryOne - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractPointFromPointSeries - urn-x:wfs:StoredQueryId:ISO:GetFeatureById - urn-x:wfs:StoredQueryId:badc.nerc.ac.uk:extractPointSeriesFromPointSeries - >>> for sq in wfs.storedqueries: print sq.title - ExtractPointSeriesFromGridSeries - SelectFeaturesByPhenomenon - ExtractGridSeriesFromGridSeries - test query - ExtractPointFromPointSeries - GetFeatureById - ExtractPointSeriesFromPointSeries - >>> for sq in wfs.storedqueries: print sq.returnfeaturetype - csml:PointSeriesFeature - csml:AbstractFeature - csml:GridSeriesFeature - xyzml:SomeFeatureType - csml:PointFeature - csml:AbstractFeature - csml:PointSeriesFeature - >>> for sq in wfs.storedqueries: print sq.abstract - Extract a csml:PointSeries from a csml:GridSeriesFeature - Select features based on their phenomenon type, e.g. "temperature" - Extract a csml:GridSeries from a csml:GridSeriesFeature - my test query - Extract a csml:PointFeature for a single time instance from a csml:PointSeriesFeature - Get any feature by id - Extract a csml:PointSeriesFeature for a range of times from a csml:PointSeriesFeature - >>> sq = wfs.storedqueries[2] - >>> for param in sq.parameters: print "%s, %s"%(param.name, param.type) - featureid, xsd:anyURI - mintime, gml:TimePositionUnion - maxtime, gml:TimePositionUnion - bbox, xsd:string - - Test GetPropertyValue - >>> valref='{http://ndg.nerc.ac.uk/csml}parameter' - >>> response=wfs.getpropertyvalue(valuereference=valref) - >>> response - '\n\n\t\n' - diff -Nru owslib-0.7.2/tests/wfs_MapServerWFSCapabilities.txt owslib-0.8.3/tests/wfs_MapServerWFSCapabilities.txt --- owslib-0.7.2/tests/wfs_MapServerWFSCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wfs_MapServerWFSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,101 +0,0 @@ - -Imports - - >>> from owslib.wfs import WebFeatureService - -Fake a request to a WFS Server using saved doc from. - - >>> xml = open_file('mapserver-wfs-cap.xml', 'r').read() - >>> wfs = WebFeatureService('url', version='1.0', xml=xml) - -Test capabilities - -Service Identification: - - >>> wfs.identification.type - 'MapServer WFS' - - >>> wfs.identification.version - '1.0' - - >>> wfs.identification.title - 'Bird Studies Canada WMS/WFS Server' - - >>> wfs.identification.abstract - 'Bird Studies Canada WMS/WFS Server for bird distribution and abundance data, and related information. Bird Studies Canada gratefully acknowledges the support of Environment Canada - Canadian Information System for the Environment in developing this service.' - - >>> wfs.identification.keywords - ['\n birds\n distribution\n abundance\n conservation\n sites\n monitoring\n populations\n canada\n '] - - >>> wfs.identification.accessconstraints - 'None' - - >>> wfs.identification.fees - 'None' - -Service Provider: - - >>> wfs.provider.name - - >>> wfs.provider.url - 'http://geodiscover.cgdi.ca/gdp/search?action=entrySummary&entryType=webService&entryId=3920&entryLang=en&portal=gdp' - - #TODO: test contact info: - #>>> wfs.provider.contact.name - - -Test available content layers - - >>> wfs.contents.keys() - ['CBC_PT', 'OBBA_REGION', 'IBA', 'MMP', 'CBC_PY', 'OBBA_SQUARE', 'BBS_PT', 'OWLS', 'OBBA_BLOCK', 'CLLS'] - - >>> [wfs[layer].title for layer in wfs.contents] - ['Canadian Christmas Bird Count Locations', 'Ontario Breeding Bird Atlas Administrative Regions', 'Canadian Important Bird Areas', 'Marsh Monitoring Program Route Locations', 'Canadian Christmas Bird Count Locations', 'Ontario Breeding Bird Atlas 10 km Squares', 'Breeding Bird Survey Route Start Points', 'Nocturnal Owl Survey Locations', 'Ontario Breeding Bird Atlas 100 km Blocks', 'Canadian Lakes Loon Survey Locations'] - -Test single item accessor - - >>> wfs['IBA'].title - 'Canadian Important Bird Areas' - - >>> wfs['IBA'].boundingBox - - >>> wfs['IBA'].boundingBoxWGS84 - (-141.238, 41.671799999999998, -52.667000000000002, 78.105900000000005) - - >>> wfs['IBA'].crsOptions - ['EPSG:4326'] - - >>> wfs['IBA'].verbOptions - ['{http://www.opengis.net/wfs}Query'] - -Expect a KeyError for invalid names - - >>> wfs['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wfs.operations] - ['{http://www.opengis.net/wfs}GetCapabilities', '{http://www.opengis.net/wfs}DescribeFeatureType', '{http://www.opengis.net/wfs}GetFeature'] - - >>> wfs.getOperationByName('{http://www.opengis.net/wfs}GetFeature').methods - {'{http://www.opengis.net/wfs}Get': {'url': 'http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?'}, '{http://www.opengis.net/wfs}Post': {'url': 'http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?'}} - - >>> wfs.getOperationByName('{http://www.opengis.net/wfs}GetFeature').formatOptions - ['{http://www.opengis.net/wfs}GML2', '{http://www.opengis.net/wfs}GML3'] - - -Test exceptions - - >>> wfs.exceptions - [] - -Lastly, test the getcapabilities method - - >>> wfs = WebFeatureService('http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?', version='1.0') - >>> xml = wfs.getcapabilities().read() - >>> xml.find(' 0 - True - diff -Nru owslib-0.7.2/tests/wfs_MapServerWFSFeature.txt owslib-0.8.3/tests/wfs_MapServerWFSFeature.txt --- owslib-0.7.2/tests/wfs_MapServerWFSFeature.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wfs_MapServerWFSFeature.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ - -Imports - - >>> from owslib.wfs import WebFeatureService - -Test the getfeature method - - >>> wfs = WebFeatureService('http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?', version='1.0.0') - >>> response = wfs.getfeature(typename=['IBA'], maxfeatures=5) - >>> response.read().find(' 0 - True - -Handle service exception - - >>> response = wfs.getfeature(typename=['totally bogus'], maxfeatures=5) - Traceback (most recent call last): - ... - ServiceException: msWFSGetFeature(): WFS server error. TYPENAME 'totally bogus' doesn't exist in this server. Please check the capabilities and reformulate your request. - diff -Nru owslib-0.7.2/tests/wms_GeoServerCapabilities.txt owslib-0.8.3/tests/wms_GeoServerCapabilities.txt --- owslib-0.7.2/tests/wms_GeoServerCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wms_GeoServerCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,91 +0,0 @@ -Imports - - >>> from owslib.wms import WebMapService - -Fake a request to a WMS Server using saved doc from GeoServer, using a subset -of the sample data distributed with the installer. -http://localhost:8080/geoserver/wms?request=GetCapabilities - - >>> xml = open_file('geoserver-wms-cap.xml', 'r').read() - >>> wms = WebMapService('url', version='1.1.1', xml=xml) - -Test capabilities - - >>> wms.identification.type - 'OGC:WMS' - - >>> wms.identification.title - 'My GeoServer WMS' - - >>> wms.identification.abstract - 'This is a description of your Web Map Server.' - - >>> wms.provider.url - 'http://localhost:8080/geoserver/wms' - - >>> wms.identification.keywords - ['WFS', 'WMS', 'GEOSERVER'] - - >>> p = wms.provider.contact - >>> p.name - >>> p.email - -Test available content layers - - >>> 'opengeo:poi' in wms.contents.keys() - True - - >>> layers=[wms[layer].title for layer in wms.contents] - >>> 'Points of Interest' in layers - True - -Test single item accessor - - >>> wms['opengeo:poi'].title - 'Points of Interest' - - >>> wms['opengeo:poi'].boundingBox - (-74.012, 40.707999999999998, -74.001999999999995, 40.719999999999999, 'EPSG:4326') - - >>> wms['opengeo:poi'].boundingBoxWGS84 - (-74.012, 40.707999999999998, -74.001999999999995, 40.719999999999999) - - >>> wms['opengeo:poi'].crsOptions - ['EPSG:4326'] - - >>> wms['opengeo:poi'].attribution - {'url': 'http://svn.codehaus.org/geoserver/trunk/data/release/data/', 'logo_size': (353, 112), 'logo_url': 'http://geoserver.org/s/1518/25/0.1/_/download/resources/com.atlassian.confluence.themes.geoserver%3Ageoserver/chrome/geoserver-logo.png', 'title': 'GeoServer Sample Data'} - - >>> wms['opengeo:poi'].styles - {'point': {'legend': 'http://localhost:8080/geoserver/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=poi', 'title': 'A boring default style'}} - -Expect a KeyError for invalid names - - >>> wms['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wms.operations] - ['GetCapabilities', 'GetMap', 'GetFeatureInfo', 'DescribeLayer', 'GetLegendGraphic'] - - >>> wms.getOperationByName('GetMap').methods - {'Get': {'url': 'http://localhost:8080/geoserver/wms?SERVICE=WMS&'}} - - >>> wms.getOperationByName('GetMap').formatOptions - ['image/png', 'application/atom xml', 'application/atom+xml', 'application/openlayers', 'application/pdf', 'application/rss xml', 'application/rss+xml', 'application/vnd.google-earth.kml', 'application/vnd.google-earth.kml xml', 'application/vnd.google-earth.kml+xml', 'application/vnd.google-earth.kmz', 'application/vnd.google-earth.kmz xml', 'application/vnd.google-earth.kmz+xml', 'atom', 'image/geotiff', 'image/geotiff8', 'image/gif', 'image/jpeg', 'image/png8', 'image/svg', 'image/svg xml', 'image/svg+xml', 'image/tiff', 'image/tiff8', 'kml', 'kmz', 'openlayers', 'rss'] - -Test exceptions - - >>> wms.exceptions - ['application/vnd.ogc.se_xml', 'application/vnd.ogc.se_inimage'] - -Lastly, test the getcapabilities method - -# >>> wms = WebMapService('http://wms.telascience.org/cgi-bin/ngBM_wms?', version='1.1.1') -# >>> xml = wms.getcapabilities().read() -# >>> xml.find('') > 0 -# True - diff -Nru owslib-0.7.2/tests/wms_JPLCapabilities.txt owslib-0.8.3/tests/wms_JPLCapabilities.txt --- owslib-0.7.2/tests/wms_JPLCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wms_JPLCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,115 +0,0 @@ - -Imports - - >>> from owslib.wms import WebMapService - -Fake a request to a WMS Server using saved doc from -http://wms.jpl.nasa.gov/wms.cgi. - - >>> xml = open('JPLCapabilities.xml', 'r').read() - >>> wms = WebMapService('url', version='1.1.1', xml=xml) - -Test capabilities ------------------ - - >>> wms.identification.type - 'OGC:WMS' - >>> wms.identification.version - '1.1.1' - >>> wms.identification.title - 'JPL Global Imagery Service' - >>> wms.identification.abstract - 'WMS Server maintained by JPL, worldwide satellite imagery.' - >>> wms.identification.keywords - ['ImageryBaseMapsEarthCover', 'Imagery', 'BaseMaps', 'EarthCover', 'JPL', 'Jet Propulsion Laboratory', 'Landsat', 'WMS', 'SLD', 'Global'] - >>> wms.identification.accessconstraints - 'Server is load limited' - >>> wms.identification.fees - 'none' - >>> wms.provider.name - 'JPL' - >>> wms.provider.url - 'http://OnEarth.jpl.nasa.gov/index.html' - -Check contact info (some of it is missing) - >>> wms.provider.contact.name - 'Lucian Plesea' - >>> wms.provider.contact.email - 'lucian.plesea@jpl.nasa.gov' - >>> wms.provider.contact.address - >>> wms.provider.contact.city - >>> wms.provider.contact.country - >>> wms.provider.contact.region - >>> wms.provider.contact.postcode - >>> wms.provider.contact.organization - 'JPL' - >>> wms.provider.contact.position - - -Test available content layers - >>> type(wms.items()) - - >>> type(wms.contents) - - -NOTE: Not sure this dictionary interface is right...?? - - >>> sorted(wms.contents.keys()) - ['BMNG', 'daily_aqua', 'daily_aqua_721', 'daily_aqua_ndvi', 'daily_terra', 'daily_terra_721', 'daily_terra_ndvi', 'global_mosaic', 'global_mosaic_base', 'huemapped_srtm', 'modis', 'srtm_mag', 'srtmplus', 'us_colordem', 'us_elevation', 'us_landsat_wgs84', 'us_ned', 'worldwind_dem'] - - >>> sorted([wms[layer].id for layer in wms.contents]) - ['BMNG', 'daily_aqua', 'daily_aqua_721', 'daily_aqua_ndvi', 'daily_terra', 'daily_terra_721', 'daily_terra_ndvi', 'global_mosaic', 'global_mosaic_base', 'huemapped_srtm', 'modis', 'srtm_mag', 'srtmplus', 'us_colordem', 'us_elevation', 'us_landsat_wgs84', 'us_ned', 'worldwind_dem'] - - -Test single item accessor - - >>> wms['global_mosaic'].title - 'WMS Global Mosaic, pan sharpened' - - >>> wms['global_mosaic'].keywords - [] - -['GlobalMosaic', 'Imagery', 'BaseMaps', 'EarthCover', 'JPL', 'Jet Propulsion Laboratory', 'Landsat', 'WMS', 'SLD', 'Global'] - - >>> wms['global_mosaic'].boundingBox - - >>> wms['global_mosaic'].boundingBoxWGS84 - (-180.0, -60.0, 180.0, 84.0) - - >>> wms['global_mosaic'].crsOptions - ['AUTO:42003', 'EPSG:4326'] - - - >>> wms['global_mosaic'].styles - {'pseudo_bright': {'title': 'Pseudo-color image (Uses IR and Visual bands, 542 mapping), gamma 1.5'}, 'pseudo': {'title': '(default) Pseudo-color image, pan sharpened (Uses IR and Visual bands, 542 mapping), gamma 1.5'}, 'visual': {'title': 'Real-color image, pan sharpened (Uses the visual bands, 321 mapping), gamma 1.5'}, 'pseudo_low': {'title': 'Pseudo-color image, pan sharpened (Uses IR and Visual bands, 542 mapping)'}, 'visual_low': {'title': 'Real-color image, pan sharpened (Uses the visual bands, 321 mapping)'}, 'visual_bright': {'title': 'Real-color image (Uses the visual bands, 321 mapping), gamma 1.5'}} - -Expect a KeyError for invalid names - - >>> wms['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wms.operations] - ['GetCapabilities', 'GetMap'] - - >>> wms.getOperationByName('GetMap').methods - {'Get': {'url': 'http://wms.jpl.nasa.gov/wms.cgi?'}} - - >>> wms.getOperationByName('GetMap').formatOptions - ['image/jpeg', 'image/png', 'image/geotiff', 'image/tiff'] - -Test exceptions - - >>> wms.exceptions - ['application/vnd.ogc.se_xml'] - -Lastly, test the getcapabilities and getmap methods - - >>> wms = WebMapService('http://wms.jpl.nasa.gov/wms.cgi', version='1.1.1') - >>> img = wms.getmap( layers=['global_mosaic'], styles=['visual_bright'], srs='EPSG:4326', bbox=(-112, 36, -106, 41), size=(300, 250), format='image/jpeg', transparent=True) - >>> out = open('jpl_mosaic_visb.jpg', 'wb') - >>> out.write(img.read()) - >>> out.close() diff -Nru owslib-0.7.2/tests/wms_TelaCapabilities.txt owslib-0.8.3/tests/wms_TelaCapabilities.txt --- owslib-0.7.2/tests/wms_TelaCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wms_TelaCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ - -Imports - - >>> from owslib.wms import WebMapService - -Fake a request to a WMS Server using saved doc from telascience.org. -http://wms.telascience.org/cgi-bin/ngBM_wms? - - >>> xml = open_file('Telascience.xml', 'r').read() - >>> wms = WebMapService('url', version='1.1.1', xml=xml) - -Test capabilities - - >>> wms.identification.type - 'OGC:WMS' - - >>> wms.identification.title - 'BM' - - >>> wms.identification.abstract - 'Blue Marble 200409' - - >>> wms.provider.url - 'http://wms.telascience.org/cgi-bin/ngBM_wms?' - - >>> wms.identification.keywords - [] - - >>> p = wms.provider.contact - >>> p.name - 'Norman Vine' - >>> p.email - 'nhv@cooa.whoi.edu' - -Test available content layers - - >>> wms.contents.keys() - ['USGS_1ft_San_Diego', 'world.topo.bathy.200409', 'ngBM'] - - - >>> [wms[layer].title for layer in wms.contents] - ['USGS 1ft San Diego', 'world.topo.bathy.200409', 'BM'] - - -Test single item accessor - - >>> wms['world.topo.bathy.200409'].title - 'world.topo.bathy.200409' - - >>> wms['world.topo.bathy.200409'].boundingBox - (-180.0, -90.0, 180.0, 90.0, 'EPSG:4326') - - >>> wms['world.topo.bathy.200409'].boundingBoxWGS84 - (-180.0, -90.0, 180.0, 90.0) - - >>> wms['world.topo.bathy.200409'].crsOptions - ['EPSG:4326', 'init=epsg:4326'] - - - >>> wms['world.topo.bathy.200409'].styles - {} - -Expect a KeyError for invalid names - - >>> wms['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wms.operations] - ['GetCapabilities', 'GetMap', 'GetFeatureInfo', 'DescribeLayer', 'GetLegendGraphic'] - - >>> wms.getOperationByName('GetMap').methods - {'Post': {'url': 'http://wms.telascience.org/cgi-bin/ngBM_wms?'}, 'Get': {'url': 'http://wms.telascience.org/cgi-bin/ngBM_wms?'}} - - >>> wms.getOperationByName('GetMap').formatOptions - ['image/gif', 'image/png', 'image/jpeg', 'image/wbmp', 'image/tiff', 'image/png; mode=24bit'] - -Test exceptions - - >>> wms.exceptions - ['application/vnd.ogc.se_xml', 'application/vnd.ogc.se_inimage', 'application/vnd.ogc.se_blank'] - -Lastly, test the getcapabilities method - -# >>> wms = WebMapService('http://wms.telascience.org/cgi-bin/ngBM_wms?', version='1.1.1') -# >>> xml = wms.getcapabilities().read() -# >>> xml.find('') > 0 -# True - diff -Nru owslib-0.7.2/tests/wmts_EOSDISWMTSCapabilities.txt owslib-0.8.3/tests/wmts_EOSDISWMTSCapabilities.txt --- owslib-0.7.2/tests/wmts_EOSDISWMTSCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wmts_EOSDISWMTSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,181 +0,0 @@ - -Imports - - >>> from owslib.wmts import WebMapTileService - -Fake a request to a WMTS Server using saved doc from -http://map1b.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi - - >>> xml = open('eosdis-wmts-cap.xml', 'r').read() - >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) - -Test capabilities ------------------ - >>> wmts.identification.type - 'OGC WMTS' - >>> wmts.identification.version - '1.0.0' - >>> wmts.identification.title - 'NASA Global Image Browse Services for EOSDIS' - >>> str.strip(wmts.identification.abstract) - 'Near real time imagery from multiple NASA instruments' - >>> wmts.identification.keywords - ['World', 'Global'] - >>> wmts.identification.accessconstraints - 'none' - >>> wmts.identification.fees - 'none' - -Service Provider: - - >>> wmts.provider.name - 'National Aeronautics and Space Administration' - - >>> wmts.provider.url - 'http://earthdata.nasa.gov/' - -Check contact info - >>> wmts.provider.contact.name - 'Jeff Schmaltz' - >>> wmts.provider.contact.position - 'Principal Support Scientist' - - # TODO: check if address can be duplicated - >>> wmts.provider.contact.address - 'Goddard Space Flight Center' - >>> wmts.provider.contact.region - 'Maryland' - >>> wmts.provider.contact.email - 'support@earthdata.nasa.gov' - >>> wmts.provider.contact.city - 'Greenbelt' - >>> wmts.provider.contact.postcode - '20771' - >>> wmts.provider.contact.country - 'United States of America' - -Test available content layers - - >>> list(wmts.contents) - ['MODIS_Aqua_SurfaceReflectance_Bands121', 'MODIS_Aqua_Cloud_Top_Temp_Night', 'MODIS_Aqua_Sea_Ice', 'MODIS_Aqua_SurfaceReflectance_Bands721', 'MODIS_Terra_SurfaceReflectance_Bands143', 'MODIS_Aqua_Snow_Cover', 'MODIS_Terra_CorrectedReflectance_Bands721', 'MODIS_Terra_Cloud_Top_Pressure_Day', 'AIRS_Dust_Score', 'MODIS_Aqua_Cloud_Top_Pressure_Night', 'MODIS_Aqua_Brightness_Temp_Band31_Day', 'MODIS_Land_Water_Mask', 'OMI_Aerosol_Index', 'MODIS_Aqua_Land_Surface_Temp_Day', 'MODIS_Aqua_Aerosol', 'OMI_Absorbing_Aerosol_Optical_Depth', 'MODIS_Terra_Cloud_Top_Pressure_Night', 'AIRS_Prata_SO2_Index_Day', 'MODIS_Terra_Sea_Ice', 'OMI_Cloud_Pressure', 'MODIS_Aqua_CorrectedReflectance_TrueColor', 'MODIS_Terra_Water_Vapor_5km_Day', 'OMI_Aerosol_Optical_Depth', 'MODIS_Aqua_Water_Vapor_5km_Day', 'MODIS_Terra_SurfaceReflectance_Bands121', 'MODIS_Terra_CorrectedReflectance_Bands367', 'OMI_SO2_Planetary_Boundary_Layer', 'AIRS_CO_Total_Column_Night', 'MODIS_Aqua_Cloud_Top_Pressure_Day', 'AIRS_Precipitation_Day', 'MODIS_Terra_Data_No_Data', 'MODIS_Terra_Brightness_Temp_Band31_Day', 'AIRS_Precipitation_Night', 'MODIS_Terra_Land_Surface_Temp_Day', 'MODIS_Terra_Cloud_Top_Temp_Night', 'MODIS_Terra_Aerosol', 'MODIS_Terra_Brightness_Temp_Band31_Night', 'MODIS_Aqua_Brightness_Temp_Band31_Night', 'AIRS_CO_Total_Column_Day', 'MODIS_Terra_SurfaceReflectance_Bands721', 'MODIS_Terra_Cloud_Top_Temp_Day', 'MODIS_Terra_CorrectedReflectance_TrueColor', 'MODIS_Terra_Land_Surface_Temp_Night', 'MODIS_Aqua_Cloud_Top_Temp_Day', 'OMI_SO2_Middle_Troposphere', 'MODIS_Terra_Water_Vapor_5km_Night', 'OMI_SO2_Lower_Troposphere', 'AIRS_Prata_SO2_Index_Night', 'MODIS_Aqua_Land_Surface_Temp_Night', 'MODIS_Aqua_SurfaceReflectance_Bands143', 'MODIS_Terra_Snow_Cover', 'MODIS_Aqua_CorrectedReflectance_Bands721', 'MODIS_Aqua_Data_No_Data', 'OMI_SO2_Upper_Troposphere_and_Stratosphere', 'MODIS_Aqua_Water_Vapor_5km_Night'] - -Test TileMatrixSet variants - # TODO: check individual values - >>> wmts.tilematrixsets.keys() - ['EPSG4326_2km', 'EPSG4326_500m', 'EPSG4326_250m', 'EPSG4326_1km'] - >>> wmts.tilematrixsets['EPSG4326_2km'].identifier - 'EPSG4326_2km' - >>> wmts.tilematrixsets['EPSG4326_2km'].crs - 'urn:ogc:def:crs:OGC:1.3:CRS84' - >>> sorted(wmts.tilematrixsets['EPSG4326_2km'].tilematrix.keys()) - ['0', '1', '2', '3', '4', '5'] - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].scaledenominator - 223382916.91738197 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].topleftcorner - (-180.0, 90.0) - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].tilewidth - 512 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].tileheight - 512 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].matrixwidth - 2 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].identifier - '5' - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].scaledenominator - 6980716.153668187 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].topleftcorner - (-180.0, 90.0) - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].tilewidth - 512 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].tileheight - 512 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].matrixwidth - 40 - >>> wmts.tilematrixsets['EPSG4326_2km'].tilematrix['5'].matrixheight - 20 - >>> wmts.tilematrixsets['EPSG4326_250m'].identifier - 'EPSG4326_250m' - >>> wmts.tilematrixsets['EPSG4326_250m'].crs - 'urn:ogc:def:crs:OGC:1.3:CRS84' - >>> sorted(wmts.tilematrixsets['EPSG4326_250m'].tilematrix.keys()) - ['0', '1', '2', '3', '4', '5', '6', '7', '8'] - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].topleftcorner - (-180.0, 90.0) - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].tilewidth - 512 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].tileheight - 512 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].matrixwidth - 2 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].identifier - '8' - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].scaledenominator - 872589.5192085233 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].topleftcorner - (-180.0, 90.0) - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].tilewidth - 512 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].tileheight - 512 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].matrixwidth - 320 - >>> wmts.tilematrixsets['EPSG4326_250m'].tilematrix['8'].matrixheight - 160 - -Test single item accessor - - >>> wmts['MODIS_Aqua_SurfaceReflectance_Bands121'].title - 'MODIS_Aqua_SurfaceReflectance_Bands121' - - # check something in the middle - >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].title - 'MODIS_Aqua_Cloud_Top_Temp_Night' - >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].boundingBoxWGS84 - (-180.0, -90.0, 180.0, 90.0) - >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].id - 'MODIS_Aqua_Cloud_Top_Temp_Night' - >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].styles - {'default': {'isDefault': True, 'title': 'default'}} - >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].formats - ['image/png'] - >>> wmts['MODIS_Aqua_Cloud_Top_Temp_Night'].tilematrixsets - ['EPSG4326_2km'] - - >>> wmts['MODIS_Aqua_Water_Vapor_5km_Night'].title - 'MODIS_Aqua_Water_Vapor_5km_Night' - -Expect a KeyError for invalid names - - >>> wmts['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wmts.operations] - ['GetCapabilities', 'GetTile'] - - >>> wmts.getOperationByName('GetTile').methods - {'Get': {'url': 'http://map1b.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi?', 'encodings': ['KVP']}} - -Test the gettile methods - - # TODO - more checks - >>> wmts.buildTileRequest(layer='MODIS_Aqua_SurfaceReflectance_Bands121', tilematrix='0', row=0, column=0) - 'SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=MODIS_Aqua_SurfaceReflectance_Bands121&STYLE=default&TILEMATRIXSET=EPSG4326_250m&TILEMATRIX=0&TILEROW=0&TILECOL=0&FORMAT=image%2Fjpeg' - >>> from PIL import Image - >>> import cStringIO - >>> tile000 = wmts.gettile(layer='MODIS_Aqua_SurfaceReflectance_Bands121', tilematrix='0', row=0, column=0) - >>> im = cStringIO.StringIO(tile000.read()) - >>> image = Image.open(im) - >>> image.size - (512, 512) diff -Nru owslib-0.7.2/tests/wmts_ERDAS13WMTSCapabilities.txt owslib-0.8.3/tests/wmts_ERDAS13WMTSCapabilities.txt --- owslib-0.7.2/tests/wmts_ERDAS13WMTSCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wmts_ERDAS13WMTSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,188 +0,0 @@ - -Imports - - >>> from owslib.wmts import WebMapTileService - -Fake a request to a WMTS Server using saved doc - - >>> xml = open('erdas-iws13-wmts-cap.xml', 'r').read() - >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) - -Test capabilities ------------------ - >>> wmts.identification.type - 'OGC WMTS' - >>> wmts.identification.version - '1.0.0' - >>> wmts.identification.title - 'Service powered by ERDAS APOLLO Essentials 2013' - >>> str.strip(wmts.identification.abstract) - 'Service powered by ERDAS APOLLO Essentials 2013, the fastest most efficient image server available' - >>> wmts.identification.keywords - ['ECW', 'ECWP', 'ODTF', 'JPEG 2000'] - >>> wmts.identification.accessconstraints - 'None' - >>> wmts.identification.fees - 'None' - -Service Provider: - - >>> wmts.provider.name - 'Intergraph Geospatial Server' - - >>> wmts.provider.url - 'http://geospatial.intergraph.com/' - -Check contact info - >>> wmts.provider.contact.name - 'Chris Tweedie' - >>> wmts.provider.contact.position - 'APOLLO Essentials Product Owner' - - # TODO: check if address can be duplicated - >>> wmts.provider.contact.address - 'Norcross, GA 30092-2500 USA' - >>> wmts.provider.contact.region - 'GA' - >>> wmts.provider.contact.email - 'erdasinfo@intergraph.com' - >>> wmts.provider.contact.city - 'Norcross' - >>> wmts.provider.contact.postcode - '30092-2500' - >>> wmts.provider.contact.country - 'USA' - >>> wmts.provider.contact.phone - '+1 770 776 3400' - >>> wmts.provider.contact.fax - '+1 770 776 3500' - -Test available content layers - - >>> list(wmts.contents) - ['images_surdec-matched.ecw', 'sampleiws_images_geodetic_worldgeodemo.ecw', 'images_vegas_las_vegas_mosaic_epsg_32107.ecw', 'images_world_Landsat742.ecw', 'images_CharlestonCoSIDS-mosaic.ecw'] - -Test TileMatrixSet variants - # TODO: check individual values - >>> wmts.tilematrixsets.keys() - ['ogc:1.0:googlemapscompatible', 'ogc:1.0:googlecrs84quad', 'googlemapscompatibleext2:epsg:3857', 'ogc:1.0:globalcrs84scale', 'ogc:1.0:globalcrs84pixel'] - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].identifier - 'ogc:1.0:googlemapscompatible' - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].crs - 'urn:ogc:def:crs:EPSG:6.18:3:3857' - >>> sorted(wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix.keys()) - ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '2', '3', '4', '5', '6', '7', '8', '9'] - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].scaledenominator - 559082264.0287178 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].topleftcorner - (20037508.34279, -20037508.34279) - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].matrixwidth - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].identifier - '5' - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].scaledenominator - 17471320.75089743 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].topleftcorner - (20037508.34279, -20037508.34279) - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].matrixwidth - 32 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].matrixheight - 32 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].identifier - 'ogc:1.0:googlecrs84quad' - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].crs - 'urn:ogc:def:crs:OGC:1.3:CRS84' - >>> sorted(wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix.keys()) - ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '2', '3', '4', '5', '6', '7', '8', '9'] - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].topleftcorner - (-180.0, 180.0) - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].matrixwidth - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].identifier - '8' - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].scaledenominator - 2183915.093862179 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].topleftcorner - (-180.0, 90.0) - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].matrixwidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].matrixheight - 256 - -Test single item accessor - - >>> wmts['images_surdec-matched.ecw'].id - 'images_surdec-matched.ecw' - >>> wmts['images_surdec-matched.ecw'].title - 'surdec-matched.ecw' - - # check something in the middle - >>> wmts['images_vegas_las_vegas_mosaic_epsg_32107.ecw'].title - 'las_vegas_mosaic_epsg_32107.ecw' - >>> wmts['images_vegas_las_vegas_mosaic_epsg_32107.ecw'].boundingBoxWGS84 - (-115.33166278778, 36.089104325775, -115.145379425753, 36.276758064006) - >>> wmts['images_vegas_las_vegas_mosaic_epsg_32107.ecw'].id - 'images_vegas_las_vegas_mosaic_epsg_32107.ecw' - >>> wmts['images_vegas_las_vegas_mosaic_epsg_32107.ecw'].styles - {'default': {'isDefault': True}} - >>> wmts['images_vegas_las_vegas_mosaic_epsg_32107.ecw'].formats - ['image/png', 'image/jpeg', 'image/png8', 'image/jpegxr', 'image/webp'] - >>> wmts['images_vegas_las_vegas_mosaic_epsg_32107.ecw'].tilematrixsets - ['ogc:1.0:globalcrs84pixel', 'ogc:1.0:globalcrs84scale', 'ogc:1.0:googlemapscompatible'] - - >>> wmts['images_CharlestonCoSIDS-mosaic.ecw'].id - 'images_CharlestonCoSIDS-mosaic.ecw' - >>> wmts['images_CharlestonCoSIDS-mosaic.ecw'].title - 'CharlestonCoSIDS-mosaic.ecw' - -Expect a KeyError for invalid names - - >>> wmts['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wmts.operations] - ['GetCapabilities', 'GetTile'] - - >>> wmts.getOperationByName('GetTile').methods - {'Get': {'url': 'http://209.156.31.30/erdas-iws/ogc/wmts/?', 'encodings': ['KVP']}} - -Test the gettile methods - - # TODO - more checks - >>> wmts.buildTileRequest(layer='images_surdec-matched.ecw', tilematrix='0', row=0, column=0) - 'SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=images_surdec-matched.ecw&STYLE=default&TILEMATRIXSET=ogc%3A1.0%3Aglobalcrs84pixel&TILEMATRIX=0&TILEROW=0&TILECOL=0&FORMAT=image%2Fpng' - >>> from PIL import Image - >>> import cStringIO - >>> tile000 = wmts.gettile(layer='images_surdec-matched.ecw', tilematrix='0', row=0, column=0) - >>> im = cStringIO.StringIO(tile000.read()) - >>> image = Image.open(im) - >>> image.size - (256, 256) diff -Nru owslib-0.7.2/tests/wmts_ERDASWMTSCapabilities.txt owslib-0.8.3/tests/wmts_ERDASWMTSCapabilities.txt --- owslib-0.7.2/tests/wmts_ERDASWMTSCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wmts_ERDASWMTSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,188 +0,0 @@ - -Imports - - >>> from owslib.wmts import WebMapTileService - -Fake a request to a WMTS Server using saved doc - - >>> xml = open('erdas-iws-wmts-cap.xml', 'r').read() - >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) - -Test capabilities ------------------ - >>> wmts.identification.type - 'OGC WMTS' - >>> wmts.identification.version - '1.0.0' - >>> wmts.identification.title - 'Image Web Server WMTS sample' - >>> str.strip(wmts.identification.abstract) - 'Image Web Server WMTS Sample services' - >>> wmts.identification.keywords - ['WMTS', 'OTDF', 'Tile serving'] - >>> wmts.identification.accessconstraints - 'none' - >>> wmts.identification.fees - 'none' - -Service Provider: - - >>> wmts.provider.name - 'IWS Sample Server' - - >>> wmts.provider.url - 'http://iws2.erdas.com' - -Check contact info - >>> wmts.provider.contact.name - 'Chris Tweedie' - >>> wmts.provider.contact.position - 'Apollo IWS Product Manager' - - # TODO: check if address can be duplicated - >>> wmts.provider.contact.address - 'Norcross, GA 30092-2500 USA' - >>> wmts.provider.contact.region - 'GA' - >>> wmts.provider.contact.email - 'info@erdas.com' - >>> wmts.provider.contact.city - 'Norcross' - >>> wmts.provider.contact.postcode - '30092-2500' - >>> wmts.provider.contact.country - 'USA' - >>> wmts.provider.contact.phone - '+1 770 776 3400' - >>> wmts.provider.contact.fax - '+1 770 776 3500' - -Test available content layers - - >>> list(wmts.contents) - ['franklin.ecw', 'images_edinburgh_edinburgh.ecw', 'landsat742.ecw', 'images_charlestoncosids-mosaic.ecw'] - -Test TileMatrixSet variants - # TODO: check individual values - >>> wmts.tilematrixsets.keys() - ['ogc:1.0:googlemapscompatible', 'epsg:27700:images_edinburgh_edinburgh.ecw', 'ogc:1.0:globalcrs84scale', 'ogc:1.0:globalcrs84pixel', 'ogc:1.0:googlecrs84quad'] - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].identifier - 'ogc:1.0:googlemapscompatible' - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].crs - 'urn:ogc:def:crs:EPSG:6.18:3:3857' - >>> sorted(wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix.keys()) - ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '2', '3', '4', '5', '6', '7', '8', '9'] - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].scaledenominator - 559082264.0287178 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].topleftcorner - (20037508.34279, -20037508.34279) - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].matrixwidth - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].identifier - '5' - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].scaledenominator - 17471320.75089743 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].topleftcorner - (20037508.34279, -20037508.34279) - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].matrixwidth - 32 - >>> wmts.tilematrixsets['ogc:1.0:googlemapscompatible'].tilematrix['5'].matrixheight - 32 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].identifier - 'ogc:1.0:googlecrs84quad' - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].crs - 'urn:ogc:def:crs:OGC:1.3:CRS84' - >>> sorted(wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix.keys()) - ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '2', '3', '4', '5', '6', '7', '8', '9'] - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].topleftcorner - (-180.0, 180.0) - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].matrixwidth - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].identifier - '8' - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].scaledenominator - 2183915.093862179 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].topleftcorner - (-180.0, 90.0) - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].tilewidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].tileheight - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].matrixwidth - 256 - >>> wmts.tilematrixsets['ogc:1.0:googlecrs84quad'].tilematrix['8'].matrixheight - 256 - -Test single item accessor - - >>> wmts['franklin.ecw'].id - 'franklin.ecw' - >>> wmts['franklin.ecw'].title - 'Franklin.ecw' - - # check something in the middle - >>> wmts['images_edinburgh_edinburgh.ecw'].title - 'edinburgh' - >>> wmts['images_edinburgh_edinburgh.ecw'].boundingBoxWGS84 - (-3.46487098205, 55.812000561767, -3.065037540918, 56.008328589172) - >>> wmts['images_edinburgh_edinburgh.ecw'].id - 'images_edinburgh_edinburgh.ecw' - >>> wmts['images_edinburgh_edinburgh.ecw'].styles - {'default': {'isDefault': True}} - >>> wmts['images_edinburgh_edinburgh.ecw'].formats - ['image/png', 'image/jpeg'] - >>> wmts['images_edinburgh_edinburgh.ecw'].tilematrixsets - ['epsg:27700:images_edinburgh_edinburgh.ecw', 'ogc:1.0:globalcrs84pixel', 'ogc:1.0:globalcrs84scale', 'ogc:1.0:googlecrs84quad', 'ogc:1.0:googlemapscompatible'] - - >>> wmts['images_charlestoncosids-mosaic.ecw'].id - 'images_charlestoncosids-mosaic.ecw' - >>> wmts['images_charlestoncosids-mosaic.ecw'].title - 'CharlestonCoSIDS-mosaic' - -Expect a KeyError for invalid names - - >>> wmts['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wmts.operations] - ['GetCapabilities', 'GetTile'] - - >>> wmts.getOperationByName('GetTile').methods - {'Get': {'url': 'http://iws2.erdas.com/ImageX/ecw_wmts.dll?', 'encodings': ['KVP']}} - -Test the gettile methods - - # TODO - more checks - >>> wmts.buildTileRequest(layer='franklin.ecw', tilematrix='0', row=0, column=0) - 'SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=franklin.ecw&STYLE=default&TILEMATRIXSET=ogc%3A1.0%3Aglobalcrs84pixel&TILEMATRIX=0&TILEROW=0&TILECOL=0&FORMAT=image%2Fpng' - >>> from PIL import Image - >>> import cStringIO - >>> tile000 = wmts.gettile(layer='franklin.ecw', tilematrix='0', row=0, column=0) - >>> im = cStringIO.StringIO(tile000.read()) - >>> image = Image.open(im) - >>> image.size - (256, 256) diff -Nru owslib-0.7.2/tests/wmts_geoserver21.txt owslib-0.8.3/tests/wmts_geoserver21.txt --- owslib-0.7.2/tests/wmts_geoserver21.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wmts_geoserver21.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,142 +0,0 @@ - -Imports - - >>> from owslib.wmts import WebMapTileService - -Fake a request to a WMTS Server using saved doc from -http://geonode.iwlearn.org/geoserver/gwc/service/wmts?REQUEST=GetCapabilities - - >>> xml = open('geoserver21-wmts-cap.xml', 'r').read() - >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) - -Test capabilities ------------------ - >>> wmts.identification.type - 'OGC WMTS' - >>> wmts.identification.version - '1.0.0' - >>> wmts.identification.title - 'Web Map Tile Service - GeoWebCache' - >>> wmts.identification.abstract - - >>> wmts.identification.keywords - [] - >>> wmts.identification.accessconstraints - - >>> wmts.identification.fees - - -Service Provider: - - >>> wmts.provider.name - 'http://geonode.iwlearn.org/geoserver/gwc/service/wmts' - >>> wmts.provider.url - 'http://geonode.iwlearn.org/geoserver/gwc/service/wmts' - -Check contact info - >>> wmts.provider.contact.name - 'GeoWebCache User' - >>> wmts.provider.contact.position - - -Test available content layers - >>> list(wmts.contents) - ['geonode:GH_Areas_Protegidas4326', 'geonode:GH_Manglares4326', 'geonode:GH_Sitios_Prioritarios_TNC4326', 'geonode:asfalto', 'geonode:GH_Anidamiento_de_Tortugas_Marinas4326', 'geonode:abril', 'geonode:bcp_wgs84_0511', 'geonode:GH_Est_muestreo_propuestas4326', 'geonode:red_hidrografica', 'geonode:TB_Aquifers_New', 'geonode:FEOWv1_TNC', 'geonode:MANGROVES', 'geonode:GH_Pastos_Marinos4326', 'geonode:GH_Departamentos4326', 'geonode:GH_Est_muestreo4326', 'geonode:GIS_OTHER_VEC_ISOLINES', 'geonode:SEAGRASSES', 'geonode:GH_Descargas4326', 'geonode:XYSudan', 'geonode:GH_Otras_enfermedades_Corales4326', 'geonode:XYDjibouti', 'geonode:GH_Distribucion_de_Manati4326', 'geonode:GH_Playas_arenosas4326', 'geonode:mapa_geologico_provincias4326', 'geonode:GIS_OTHER_VEC_CASP_PIPELIN', 'geonode:Longhurst_world_v4_2010', 'geonode:Diktas_Project_Area_1', 'geonode:mapa_geologico_fallas4326', 'geonode:area_de_estudio_1', 'geonode:LMEs_64', 'geonode:GH_Blanqueamiento_Corales4326', 'geonode:XYYemen', 'geonode:giwa_lme', 'geonode:undersea_features_2008', 'geonode:meow_ecos', 'geonode:World_Maritime_Boundaries_v6_1_20110512', 'geonode:GH_Arrecifes_Coralinos4326', 'geonode:GIS_OTHER_VEC_CASP_OIL_PNT', 'geonode:igrac_tba_WL_201105_projected', 'geonode:World_Fao_Zones', 'geonode:GH_Desove_Peces4326', 'geonode:abc1', 'geonode:GH_Estuarios_y_Lagunas4326', 'geonode:glwd_1', 'geonode:GH_Anidamiento_de_aves4326', 'geonode:GH_Descargas_2007_4326', 'geonode:GH_Usos_suelo_SOTERLAC4326', 'geonode:mapa_geologico4326', 'geonode:seaVoX_sea_area_polygons', 'geonode:hotspots_revisited_2004_polygons', 'geonode:Basins', 'geonode:GH_Limites_Administrativos_Pol4326', 'geonode:GH_Paises_Pol4326', 'geonode:GH_ecosistemas_terrestres4326', 'geonode:wribasin', 'geonode:ContinentalMargins', 'geonode:World_Seas', 'geonode:GH_Paises_Region_Pol4326'] - -Test TileMatrixSet variants - >>> wmts.tilematrixsets.keys() - ['GoogleMapsCompatible', 'EPSG:4326', 'GlobalCRS84Scale', 'EPSG:900913', 'GoogleCRS84Quad', 'GlobalCRS84Pixel'] - >>> wmts.tilematrixsets['GoogleMapsCompatible'].identifier - 'GoogleMapsCompatible' - >>> wmts.tilematrixsets['GoogleMapsCompatible'].crs - 'urn:ogc:def:crs:EPSG::900913' - >>> sorted(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix.keys()) - ['GoogleMapsCompatible:0', 'GoogleMapsCompatible:1', 'GoogleMapsCompatible:10', 'GoogleMapsCompatible:11', 'GoogleMapsCompatible:12', 'GoogleMapsCompatible:13', 'GoogleMapsCompatible:14', 'GoogleMapsCompatible:15', 'GoogleMapsCompatible:16', 'GoogleMapsCompatible:17', 'GoogleMapsCompatible:18', 'GoogleMapsCompatible:19', 'GoogleMapsCompatible:2', 'GoogleMapsCompatible:20', 'GoogleMapsCompatible:3', 'GoogleMapsCompatible:4', 'GoogleMapsCompatible:5', 'GoogleMapsCompatible:6', 'GoogleMapsCompatible:7', 'GoogleMapsCompatible:8', 'GoogleMapsCompatible:9'] - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].identifier - 'GoogleMapsCompatible:0' - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].scaledenominator - 559082264.0287179 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].topleftcorner - (-20037508.34, 20037508.0) - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].tilewidth - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].tileheight - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].matrixwidth - 1 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:0'].matrixheight - 1 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].identifier - 'GoogleMapsCompatible:17' - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].scaledenominator - 4265.459167699568 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].topleftcorner - (-20037508.34, 20037508.0) - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].tilewidth - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].tileheight - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].matrixwidth - 131072 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['GoogleMapsCompatible:17'].matrixheight - 131072 - - >>> wmts.tilematrixsets['GlobalCRS84Scale'].identifier - 'GlobalCRS84Scale' - >>> wmts.tilematrixsets['GlobalCRS84Scale'].crs - 'urn:ogc:def:crs:EPSG::4326' - >>> sorted(wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix.keys()) - ['GlobalCRS84Scale:0', 'GlobalCRS84Scale:1', 'GlobalCRS84Scale:10', 'GlobalCRS84Scale:11', 'GlobalCRS84Scale:12', 'GlobalCRS84Scale:13', 'GlobalCRS84Scale:14', 'GlobalCRS84Scale:15', 'GlobalCRS84Scale:16', 'GlobalCRS84Scale:17', 'GlobalCRS84Scale:18', 'GlobalCRS84Scale:19', 'GlobalCRS84Scale:2', 'GlobalCRS84Scale:20', 'GlobalCRS84Scale:3', 'GlobalCRS84Scale:4', 'GlobalCRS84Scale:5', 'GlobalCRS84Scale:6', 'GlobalCRS84Scale:7', 'GlobalCRS84Scale:8', 'GlobalCRS84Scale:9'] - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].identifier - 'GlobalCRS84Scale:0' - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].scaledenominator - 500000000.0 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].topleftcorner - (90.0, -180.0) - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].tilewidth - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].tileheight - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].matrixwidth - 2 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:0'].matrixheight - 1 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].identifier - 'GlobalCRS84Scale:20' - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].scaledenominator - 100.0 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].topleftcorner - (90.0, -180.0) - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].tilewidth - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].tileheight - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].matrixwidth - 5590823 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['GlobalCRS84Scale:20'].matrixheight - 2795412 - -Test single item accessor - - >>> wmts['geonode:GH_Areas_Protegidas4326'].title - 'GOH Areas Protegidas' - >>> wmts['geonode:GH_Areas_Protegidas4326'].boundingBoxWGS84 - (-92.1708755499344, 12.9867324851599, -84.2739865773823, 18.4886492579626) - >>> wmts['geonode:GH_Areas_Protegidas4326'].id - 'geonode:GH_Areas_Protegidas4326' - >>> wmts['geonode:GH_Areas_Protegidas4326'].styles - {'GH_Areas_Protegidas4326': {'isDefault': True}} - >>> wmts['geonode:GH_Areas_Protegidas4326'].formats - ['image/png', 'image/jpeg'] - >>> wmts['geonode:GH_Areas_Protegidas4326'].tilematrixsets - ['EPSG:4326', 'EPSG:900913'] - >>> wmts['geonode:GH_Areas_Protegidas4326'].infoformats - ['text/plain', 'text/html', 'application/vnd.ogc.gml'] - >>> wmts['geonode:GH_Areas_Protegidas4326'].resourceURLs - [] - -Test operations - # TODO - -Test the gettile methods - # TODO diff -Nru owslib-0.7.2/tests/wmts_SFSWorldWMTSCapabilities.txt owslib-0.8.3/tests/wmts_SFSWorldWMTSCapabilities.txt --- owslib-0.7.2/tests/wmts_SFSWorldWMTSCapabilities.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wmts_SFSWorldWMTSCapabilities.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,222 +0,0 @@ - -Imports - - >>> from owslib.wmts import WebMapTileService - -Fake a request to a WMTS Server using saved doc from -http://server.caris.com/spatialfusionserver/services/ows/wmts/World/1.0.0/WMTSCapabilities.xml - - >>> xml = open('sfs-wmts-cap-world.xml', 'r').read() - >>> wmts = WebMapTileService('url', version='1.0.0', xml=xml) - -Test capabilities ------------------ - >>> wmts.identification.type - 'WMTS' - >>> wmts.identification.version - '1.0.0' - >>> wmts.identification.title - - >>> wmts.identification.abstract - - >>> wmts.identification.keywords - [] - >>> wmts.identification.accessconstraints - 'None' - >>> wmts.identification.fees - 'conditions unknown' - -Test service metadata URL (RESTful API) - >>> wmts.serviceMetadataURL - 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/1.0.0/WMTSCapabilities.xml' - -Service Provider: - - >>> wmts.provider.name - 'CARIS' - - >>> wmts.provider.url - -Check contact info - >>> wmts.provider.contact.name - 'Andy Hoggarth' - >>> wmts.provider.contact.position - 'Marketing & Sales Manager' - >>> wmts.provider.contact.phone - '1 (506) 459-3849' - >>> wmts.provider.contact.address - '115 Waggoners Lane' - >>> wmts.provider.contact.region - 'New Brunswick' - >>> wmts.provider.contact.email - 'info@caris.com' - >>> wmts.provider.contact.city - 'Fredericton' - >>> wmts.provider.contact.postcode - 'E3B 2L4' - >>> wmts.provider.contact.country - 'Canada' - -Test available content layers - - >>> list(wmts.contents) - ['World', 'Ocean'] - -Test TileMatrixSet variants - - >>> wmts.tilematrixsets.keys() - ['GoogleMapsCompatible', 'GlobalCRS84Scale'] - >>> wmts.tilematrixsets['GoogleMapsCompatible'].identifier - 'GoogleMapsCompatible' - >>> wmts.tilematrixsets['GoogleMapsCompatible'].crs - 'urn:ogc:def:crs:EPSG:6.18:3:3857' - >>> sorted(wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix.keys()) - ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '2', '3', '4', '5', '6', '7', '8', '9'] - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].scaledenominator - 559082264.0287178 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].topleftcorner - (-20037508.342789244, -20037508.342789244) - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].tilewidth - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].tileheight - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].matrixwidth - 1 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].identifier - '17' - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].scaledenominator - 4265.459167699568 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].topleftcorner - (-20037508.342789244, -20037508.342789244) - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].tilewidth - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].tileheight - 256 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].matrixwidth - 131072 - >>> wmts.tilematrixsets['GoogleMapsCompatible'].tilematrix['17'].matrixheight - 131072 - - >>> wmts.tilematrixsets['GlobalCRS84Scale'].identifier - 'GlobalCRS84Scale' - >>> wmts.tilematrixsets['GlobalCRS84Scale'].crs - 'urn:ogc:def:crs:OGC:1.3:CRS84' - >>> sorted(wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix.keys()) - ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '2', '20', '3', '4', '5', '6', '7', '8', '9'] - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].identifier - '0' - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].scaledenominator - 500000000.0 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].topleftcorner - (90.0, -180.0) - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].tilewidth - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].tileheight - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].matrixwidth - 2 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['0'].matrixheight - 1 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].identifier - '20' - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].scaledenominator - 100.0 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].topleftcorner - (90.0, -180.0) - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].tilewidth - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].tileheight - 256 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].matrixwidth - 2097152 - >>> wmts.tilematrixsets['GlobalCRS84Scale'].tilematrix['20'].matrixheight - 1048576 - -Test single item accessor - - >>> wmts['World'].title - 'World' - >>> wmts['World'].boundingBoxWGS84 - (-179.99999999999997, -90.0, 179.296876953125, 83.62700000000001) - >>> wmts['World'].id - 'World' - >>> wmts['World'].styles - {'default': {'isDefault': True}} - >>> wmts['World'].formats - ['image/png'] - >>> wmts['World'].tilematrixsets - ['GlobalCRS84Scale', 'GoogleMapsCompatible'] - >>> wmts['World'].infoformats - ['application/gml+xml; version=3.1'] - >>> wmts['World'].resourceURLs - [{'resourceType': 'tile', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/World/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}.png', 'format': 'image/png'}, {'resourceType': 'FeatureInfo', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/World/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}/{j}/{i}.xml', 'format': 'application/gml+xml; version=3.1'}] - - >>> wmts['Ocean'].title - 'Ocean' - >>> wmts['Ocean'].boundingBoxWGS84 - (-179.99999999999997, -85.583, 179.296876953125, 89.946) - >>> wmts['Ocean'].id - 'Ocean' - >>> wmts['Ocean'].styles - {'default': {'isDefault': True}} - >>> wmts['Ocean'].formats - ['image/png'] - >>> wmts['Ocean'].tilematrixsets - ['GlobalCRS84Scale', 'GoogleMapsCompatible'] - >>> wmts['Ocean'].infoformats - ['application/gml+xml; version=3.1'] - >>> wmts['Ocean'].resourceURLs - [{'resourceType': 'tile', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/Ocean/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}.png', 'format': 'image/png'}, {'resourceType': 'FeatureInfo', 'template': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World/Ocean/default/{tileMatrixSet}/{tileMatrix}/{tileRow}/{tileCol}/{j}/{i}.xml', 'format': 'application/gml+xml; version=3.1'}] - -Test themes - >>> wmts.themes.keys() - ['Earth'] - >>> wmts.themes['Earth'].title - 'Earth' - >>> wmts.themes['Earth'].identifier - 'Earth' - >>> wmts.themes['Earth'].abstract - - >>> wmts.themes['Earth'].layerRefs - ['World', 'Ocean'] - - - -Expect a KeyError for invalid names - - >>> wmts['utterly bogus'].title - Traceback (most recent call last): - ... - KeyError: 'No content named utterly bogus' - -Test operations - - >>> [op.name for op in wmts.operations] - ['GetTile', 'GetFeatureInfo', 'GetCapabilities'] - - >>> wmts.getOperationByName('GetFeatureInfo').methods - {'Get': {'url': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World', 'encodings': ['KVP']}} - - >>> wmts.getOperationByName('GetTile').methods - {'Get': {'url': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World', 'encodings': ['KVP']}} - - >>> wmts.getOperationByName('GetCapabilities').methods - {'Get': {'url': 'http://server.caris.com/spatialfusionserver/services/ows/wmts/World', 'encodings': ['KVP']}} - - -Test the gettile methods - - >>> wmts.buildTileRequest(layer='World', tilematrix='0', row=0, column=0) - 'SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=World&STYLE=default&TILEMATRIXSET=GlobalCRS84Scale&TILEMATRIX=0&TILEROW=0&TILECOL=0&FORMAT=image%2Fpng' - >>> from PIL import Image - >>> import cStringIO - >>> tile000 = wmts.gettile(layer='World', tilematrix='0', row=0, column=0) - >>> im = cStringIO.StringIO(tile000.read()) - >>> image = Image.open(im) - >>> image.size - (256, 256) - diff -Nru owslib-0.7.2/tests/wmts.txt owslib-0.8.3/tests/wmts.txt --- owslib-0.7.2/tests/wmts.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wmts.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -Find out what a WMTS has to offer. Service metadata: - - >>> from owslib.wmts import WebMapTileService - >>> wmts = WebMapTileService("http://map1c.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi") - >>> wmts.identification.type - 'OGC WMTS' - >>> wmts.identification.version - '1.0.0' - >>> wmts.identification.title - 'NASA Global Image Browse Services for EOSDIS' - >>> str.strip(wmts.identification.abstract) - 'Near real time imagery from multiple NASA instruments' - >>> wmts.identification.keywords - ['World', 'Global'] - -Service Provider: - - >>> wmts.provider.name - 'National Aeronautics and Space Administration' - - >>> wmts.provider.url - 'http://earthdata.nasa.gov/' - -Available Layers: - - >>> list(wmts.contents) - ['MODIS_Aqua_SurfaceReflectance_Bands121', 'MODIS_Aqua_Cloud_Top_Temp_Night', 'MODIS_Aqua_Sea_Ice', 'MODIS_Aqua_SurfaceReflectance_Bands721', 'MODIS_Terra_SurfaceReflectance_Bands143', 'MODIS_Aqua_Snow_Cover', 'MODIS_Terra_CorrectedReflectance_Bands721', 'MODIS_Terra_Cloud_Top_Pressure_Day', 'AIRS_Dust_Score', 'MODIS_Aqua_Cloud_Top_Pressure_Night', 'MODIS_Aqua_Brightness_Temp_Band31_Day', 'MODIS_Land_Water_Mask', 'OMI_Aerosol_Index', 'MODIS_Aqua_Land_Surface_Temp_Day', 'MODIS_Aqua_Aerosol', 'OMI_Absorbing_Aerosol_Optical_Depth', 'MODIS_Terra_Cloud_Top_Pressure_Night', 'AIRS_Prata_SO2_Index_Day', 'MODIS_Terra_Sea_Ice', 'OMI_Cloud_Pressure', 'MODIS_Aqua_CorrectedReflectance_TrueColor', 'MODIS_Terra_Water_Vapor_5km_Day', 'OMI_Aerosol_Optical_Depth', 'MODIS_Aqua_Water_Vapor_5km_Day', 'MODIS_Terra_SurfaceReflectance_Bands121', 'MODIS_Terra_CorrectedReflectance_Bands367', 'OMI_SO2_Planetary_Boundary_Layer', 'AIRS_CO_Total_Column_Night', 'MODIS_Aqua_Cloud_Top_Pressure_Day', 'AIRS_Precipitation_Day', 'MODIS_Terra_Data_No_Data', 'MODIS_Terra_Brightness_Temp_Band31_Day', 'AIRS_Precipitation_Night', 'MODIS_Terra_Land_Surface_Temp_Day', 'MODIS_Terra_Cloud_Top_Temp_Night', 'MODIS_Terra_Aerosol', 'MODIS_Terra_Brightness_Temp_Band31_Night', 'MODIS_Aqua_Brightness_Temp_Band31_Night', 'AIRS_CO_Total_Column_Day', 'MODIS_Terra_SurfaceReflectance_Bands721', 'MODIS_Terra_Cloud_Top_Temp_Day', 'MODIS_Terra_CorrectedReflectance_TrueColor', 'MODIS_Terra_Land_Surface_Temp_Night', 'MODIS_Aqua_Cloud_Top_Temp_Day', 'OMI_SO2_Middle_Troposphere', 'MODIS_Terra_Water_Vapor_5km_Night', 'OMI_SO2_Lower_Troposphere', 'AIRS_Prata_SO2_Index_Night', 'MODIS_Aqua_Land_Surface_Temp_Night', 'MODIS_Aqua_SurfaceReflectance_Bands143', 'MODIS_Terra_Snow_Cover', 'MODIS_Aqua_CorrectedReflectance_Bands721', 'MODIS_Aqua_Data_No_Data', 'OMI_SO2_Upper_Troposphere_and_Stratosphere', 'MODIS_Aqua_Water_Vapor_5km_Night'] - -Fetch a tile (using some defaults): - - >>> tile = wmts.gettile(layer='MODIS_Terra_CorrectedReflectance_TrueColor', tilematrixset='EPSG4326_250m', tilematrix='0', row=0, column=0, format="image/jpeg") - >>> out = open('nasa_modis_terra_truecolour.jpg', 'wb') - >>> out.write(tile.read()) - >>> out.close() - diff -Nru owslib-0.7.2/tests/wps_CEDACapabilities.xml owslib-0.8.3/tests/wps_CEDACapabilities.xml --- owslib-0.7.2/tests/wps_CEDACapabilities.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_CEDACapabilities.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,254 +0,0 @@ - - - - WPS Pylons Test Server - - - keywordkeyword2 - - WPS - - - - - British Atmospheric Data Centre - - - Stephen Pascoe - - - - - - - - - - - - - - S.Pascoe@rl.ac.uk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CDMSSubsetVariable - Writes a text file and returns an output. - - - - - NCDumpIt - Calls ncdump on the input file path and writes it to an output file. - - - - - TestDap - Writes a text file and returns an output. - - - - - CDMSDescribeVariableDomain - Writes a text file and returns an output. - - - - - CFCheck - Writes a text file and returns an output. - - - - - DoubleIt - Doubles the input number and returns value - This is test process used to demonstrate how the WPS and the WPS User Interface work. The process accepts an integer or floating point number and returns some XML containing the input number double. - - - - SimplePlot - Creates a simple map plot. - This process demonstrates the visualisation capabilities of the WPS. When using the WPS User Interface, the submission form renders a map from which the user can choose a bounding box. The user can also decide on a title for the plot. On submission, the plot is written to a file and the jobviewer page shows that the User Interface can provide a quick look of the output if requested. This process uses the matplotlib and basemap tools to render the map. - - - - CDMSListDatasets - Writes a text file and returns an output. - - - - - CDMSListVariables - Writes a text file and returns an output. - - - - - WCSWrapper - Web Coverage Service Wrapper Process - The "WCSWrapper" process provides a method of requesting a chain of Web Coverage Service (WCS) calls within a single Web Processing Service (WPS) request. The user can potentially define a large set of individual WCS requests across such dimensions as "Coverage", "Time" and "Level" that may not be permitted with a direct WCS call. The asynchronous nature of WPS allows these requests to be scheduled and queued in a manner appropriate to the WPS. The resulting outputs are then zipped up and the user is informed where to download them.<br /><br />Since each coverage provided by a WCS may be defined against different dimensions (such as "Level") the client must consult various WCS methods to populate the options available for each parameter. The process configuration file defines a set of known (and supported) WCS End Points. Once the user has selected a WCS End Point the client can interrogate the "GetCapabilities" method of that particular WCS to dynamically populate the "Coverage" options. Once the user has selected the coverage then the client calls the WCS "DescribeCoverage" method with the appropriate coverage to populate the "TimeStep" option. Once the time steps have been selected the client can call the WPS "Execute" method which will manage a series of calls to the chosen WCS "GetCoverage" method, saving the outputs locally and returning information about them in the WPS "ExecuteResponse" document. - - - - GetWeatherStations - Writes a text file with one weather station per line - The "GetWeatherStations" process allows the user to identify a set of Weather Station numeric IDs. These can be selected using temporal and spatial filters to derive a list of stations that the user is interested in. The output is a text file containing one station ID per line. - - - - ListPPFileHeader - Writes a text file that contains a listing of pp-records in a file. - - - - - TakeAges - A test process to last a long time. - It takes 10 minutes to run. That's it. - - - - CMIP5FileFinder - Writes a test file of matched CMIP5 files. - Given a Modelling Centre, Model, Experiment, Realm and Variable Pattern (a regular expression pattern), this process matches all revelant files in the "latest" version of the CMIP5 archive and returns the paths to that files in "checkm" format. - - - - SubsetPPFile - Filters a PP-file to generate a new subset PP-file. - - - - - ExtractUKStationData - ExtractUKStationData - The "ExtractUKStationData" process provides tools to access surface station weather observations for a range of variables throughout the UK. These include temperature, rainfall and wind measurements. These records are available from 1859 to this year.<br /><br />You can select which stations you require using either a bounding box, a list of UK counties, a list of station IDs or an uploaded file containing station IDs. Data is returned in CSV or tab-delimited text files. - - - - CDOWrapper1 - Writes a text file and returns an output. - - - - - MMDNCDiff - MMDNCDiff - Takes two URLs to NetCDF files, a variable ID, time and depth indices and differences the two variables returning a plot and netcdf file. - - - - PlotRotatedGrid - Creates a plot - to show we can plot a rotated grid. - - - - - MMDAsync - Writes a text file and returns an output. - - - - - MashMyDataMultiplier - Writes a text file and returns an output. - - - - - Delegator - Writes a text file and returns an output. - - - - - ExArchProc1 - Writes a text file and returns an output. - - - - - CDOShowInfo - Writes a text file and returns an output. - - - - - PostTest - Writes a text file and returns an output. - - - - - StatusTestProcess - An process to test status responses - An process to test status responses - - - - WaitForFileDeletionCached - An asynchronous job that waits for a file to be deleted - Test process that will not finish untill the file is deleted - - - - WaitForAllFilesToBeDeleted - An asynchronous job that waits for a number of files to be deleted - Test process that will not finish untill all the watched files are deleted - - - - AsyncTest - Does an asynchronous test job run - Pretend process to handle asynchronous running - - - - SyncTest1 - Just creates a file. - - - - - WaitForFileDeletion - An asynchronous job that waits for a file to be deleted - Test process that will not finish untill the file is deleted - - - - ProcessTemplate - Writes a text file and returns an output. - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_CEDADescribeProcess.xml owslib-0.8.3/tests/wps_CEDADescribeProcess.xml --- owslib-0.7.2/tests/wps_CEDADescribeProcess.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_CEDADescribeProcess.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ - - - - DoubleIt - Doubles the input number and returns value - This is test process used to demonstrate how the WPS and the WPS User Interface work. The process accepts an integer or floating point number and returns some XML containing the input number double. - - - - - NumberToDouble - NumberToDouble - NumberToDouble - - - - - 1 - - - - - OutputXML - OutputXML - OutputXML - - - text/XML - UTF-8 - NONE - - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_describeprocess_ceda.txt owslib-0.8.3/tests/wps_describeprocess_ceda.txt --- owslib-0.7.2/tests/wps_describeprocess_ceda.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_describeprocess_ceda.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,47 +0,0 @@ -Python doctest file to simulate a WPS DescribeProcess invocation. -This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. -To run: python -m doctest wps_describeprocess_ceda.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import WebProcessingService, printInputOutput - -Initialize WPS client ->>> wps = WebProcessingService('http://ceda-wps2.badc.rl.ac.uk/wps', skip_caps=True) - -Execute fake invocation of DescribeProcess operation by parsing cached response from USGS service ->>> xml = open('./wps_CEDADescribeProcess.xml', 'r').read() ->>> process = wps.describeprocess('Doubleit', xml=xml) - -Check process description ->>> process.identifier -'DoubleIt' ->>> process.title -'Doubles the input number and returns value' ->>> process.abstract -'This is test process used to demonstrate how the WPS and the WPS User Interface work. The process accepts an integer or floating point number and returns some XML containing the input number double.' - -Check process inputs ->>> for input in process.dataInputs: -... print 'Process input:' -... printInputOutput(input) -... -Process input: - identifier=NumberToDouble, title=NumberToDouble, abstract=NumberToDouble, data type=LiteralData - Allowed Value: AnyValue - Default Value: None - minOccurs=1, maxOccurs=-1 - -Check process outputs ->>> for output in process.processOutputs: -... print 'Process output:' -... printInputOutput(output) -... -Process output: - identifier=OutputXML, title=OutputXML, abstract=OutputXML, data type=ComplexData - Supported Value: mimeType=text/XML, encoding=UTF-8, schema=NONE - Default Value: None - reference=None, mimeType=None - - - diff -Nru owslib-0.7.2/tests/wps_describeprocess_usgs.txt owslib-0.8.3/tests/wps_describeprocess_usgs.txt --- owslib-0.7.2/tests/wps_describeprocess_usgs.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_describeprocess_usgs.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,117 +0,0 @@ -Python doctest file to simulate a WPS DescribeProcess invocation. -This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. -To run: python -m doctest wps_describeprocess_usgs.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import WebProcessingService, printInputOutput - -Initialize WPS client ->>> wps = WebProcessingService('http://cida.usgs.gov/climate/gdp/process/WebProcessingService', skip_caps=True) - -Execute fake invocation of DescribeProcess operation by parsing cached response from USGS service ->>> xml = open('./wps_USGSDescribeProcess.xml', 'r').read() ->>> process = wps.describeprocess('gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm', xml=xml) - -Check process description ->>> process.identifier -'gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm' ->>> process.title -'Feature Weighted Grid Statistics' ->>> process.abstract -'This algorithm generates area weighted statistics of a gridded dataset for a set of vector polygon features. Using the bounding-box that encloses the feature data and the time range, if provided, a subset of the gridded dataset is requested from the remote gridded data server. Polygon representations are generated for cells in the retrieved grid. The polygon grid-cell representations are then projected to the feature data coordinate reference system. The grid-cells are used to calculate per grid-cell feature coverage fractions. Area-weighted statistics are then calculated for each feature using the grid values and fractions as weights. If the gridded dataset has a time range the last step is repeated for each time step within the time range or all time steps if a time range was not supplied.' - -Check process inputs ->>> for input in process.dataInputs: -... print 'Process input:' -... printInputOutput(input, indent='') -... -Process input: - identifier=FEATURE_COLLECTION, title=Feature Collection, abstract=A feature collection encoded as a WFS request or one of the supported GML profiles., data type=ComplexData - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.0.0/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.1.1/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.1.2/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.1.2.1/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.0.0/base/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.0.1/base/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.1.0/base/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.1.1/base/feature.xsd - Supported Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/3.2.1/base/feature.xsd - Default Value: mimeType=text/xml, encoding=UTF-8, schema=http://schemas.opengis.net/gml/2.0.0/feature.xsd - minOccurs=1, maxOccurs=1 -Process input: - identifier=DATASET_URI, title=Dataset URI, abstract=The base data web service URI for the dataset of interest., data type=anyURI - Allowed Value: AnyValue - Default Value: None - minOccurs=1, maxOccurs=1 -Process input: - identifier=DATASET_ID, title=Dataset Identifier, abstract=The unique identifier for the data type or variable of interest., data type=string - Allowed Value: AnyValue - Default Value: None - minOccurs=1, maxOccurs=2147483647 -Process input: - identifier=REQUIRE_FULL_COVERAGE, title=Require Full Coverage, abstract=If turned on, the service will require that the dataset of interest fully cover the polygon analysis zone data., data type=boolean - Allowed Value: True - Default Value: True - minOccurs=1, maxOccurs=1 -Process input: - identifier=TIME_START, title=Time Start, abstract=The date to begin analysis., data type=dateTime - Allowed Value: AnyValue - Default Value: None - minOccurs=0, maxOccurs=1 -Process input: - identifier=TIME_END, title=Time End, abstract=The date to end analysis., data type=dateTime - Allowed Value: AnyValue - Default Value: None - minOccurs=0, maxOccurs=1 -Process input: - identifier=FEATURE_ATTRIBUTE_NAME, title=Feature Attribute Name, abstract=The attribute that will be used to label column headers in processing output., data type=string - Allowed Value: AnyValue - Default Value: None - minOccurs=1, maxOccurs=1 -Process input: - identifier=DELIMITER, title=Delimiter, abstract=The delimiter that will be used to separate columns in the processing output., data type=string - Allowed Value: COMMA - Allowed Value: TAB - Allowed Value: SPACE - Default Value: COMMA - minOccurs=1, maxOccurs=1 -Process input: - identifier=STATISTICS, title=Statistics, abstract=Statistics that will be returned for each feature in the processing output., data type=string - Allowed Value: MEAN - Allowed Value: MINIMUM - Allowed Value: MAXIMUM - Allowed Value: VARIANCE - Allowed Value: STD_DEV - Allowed Value: WEIGHT_SUM - Allowed Value: COUNT - Default Value: None - minOccurs=1, maxOccurs=7 -Process input: - identifier=GROUP_BY, title=Group By, abstract=If multiple features and statistics are selected, this will change whether the processing output columns are sorted according to statistics or feature attributes., data type=string - Allowed Value: STATISTIC - Allowed Value: FEATURE_ATTRIBUTE - Default Value: None - minOccurs=1, maxOccurs=1 -Process input: - identifier=SUMMARIZE_TIMESTEP, title=Summarize Timestep, abstract=If selected, processing output will include columns with summarized statistics for all feature attribute values for each timestep, data type=boolean - Allowed Value: True - Default Value: True - minOccurs=0, maxOccurs=1 -Process input: - identifier=SUMMARIZE_FEATURE_ATTRIBUTE, title=Summarize Feature Attribute, abstract=If selected, processing output will include a final row of statistics summarizing all timesteps for each feature attribute value, data type=boolean - Allowed Value: True - Default Value: True - minOccurs=0, maxOccurs=1 - - -Check process outputs ->>> for output in process.processOutputs: -... print 'Process output:' -... printInputOutput(output, indent='') -... -Process output: - identifier=OUTPUT, title=Output File, abstract=A delimited text file containing requested process output., data type=ComplexData - Supported Value: mimeType=text/csv, encoding=UTF-8, schema=None - Default Value: mimeType=text/csv, encoding=UTF-8, schema=None - reference=None, mimeType=None diff -Nru owslib-0.7.2/tests/wps_execute_invalid_request.txt owslib-0.8.3/tests/wps_execute_invalid_request.txt --- owslib-0.7.2/tests/wps_execute_invalid_request.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_execute_invalid_request.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -Python doctest file to simulate a WPS Execute invocation with INVALID arguments. -This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. -To run: python -m doctest wps_execute_invalid_request.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import WebProcessingService - -Initialize WPS client ->>> wps = WebProcessingService('http://cida.usgs.gov/climate/gdp/process/WebProcessingService', skip_caps=True) - -Submit fake invocation of Execute operation using cached HTTP request and response ->>> request = open('./wps_USGSExecuteInvalidRequest.xml', 'r').read() ->>> response = open('./wps_USGSExecuteInvalidRequestResponse.xml', 'r').read() ->>> execution = wps.execute(None, [], request=request, response=response) -Executing WPS request... -Execution status=ProcessFailed - owslib.wps.WPSException : {'locator': None, 'code': None, 'text': 'Attribute null not found in feature collection'} - ->>> execution.isComplete() -True - -Display errors ->>> for ex in execution.errors: -... ex.code, ex.locator, ex.text -... -(None, None, 'Attribute null not found in feature collection') diff -Nru owslib-0.7.2/tests/wps_execute.txt owslib-0.8.3/tests/wps_execute.txt --- owslib-0.7.2/tests/wps_execute.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_execute.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -Python doctest file to simulate a WPS Execute invocation. -This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. -To run: python -m doctest wps_execute.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import WebProcessingService - -Initialize WPS client ->>> wps = WebProcessingService('http://cida.usgs.gov/climate/gdp/process/WebProcessingService', skip_caps=True) - -Execute fake invocation of Execute operation using cached HTTP request and response ->>> request = open('./wps_USGSExecuteRequest1.xml', 'r').read() ->>> response = open('./wps_USGSExecuteResponse1a.xml', 'r').read() ->>> execution = wps.execute(None, [], request=request, response=response) -Executing WPS request... -Execution status=ProcessStarted ->>> execution.status -'ProcessStarted' ->>> execution.isComplete() -False - -Simulate end of process ->>> response = open('./wps_USGSExecuteResponse1b.xml', 'r').read() ->>> execution.checkStatus(sleepSecs=0, response=response) -Execution status=ProcessSucceeded ->>> execution.status -'ProcessSucceeded' ->>> execution.isComplete() -True - -Display location of process output ->>> for output in execution.processOutputs: -... output.reference -... -'http://cida.usgs.gov/climate/gdp/process/RetrieveResultServlet?id=1318528582026OUTPUT.601bb3d0-547f-4eab-8642-7c7d2834459e' diff -Nru owslib-0.7.2/tests/wps_getcapabilities_ceda.txt owslib-0.8.3/tests/wps_getcapabilities_ceda.txt --- owslib-0.7.2/tests/wps_getcapabilities_ceda.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_getcapabilities_ceda.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -Python doctest file to simulate a WPS GetCapabilities invocation. -This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. -To run: python -m doctest wps_getcapabilities_ceda.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import WebProcessingService - -Initialize WPS client ->>> wps = WebProcessingService('http://ceda-wps2.badc.rl.ac.uk/wps', skip_caps=True) - -Execute fake invocation of GetCapabilities operation by parsing cached response from USGS service ->>> xml = open('./wps_CEDACapabilities.xml', 'r').read() ->>> wps.getcapabilities(xml=xml) - -Check WPS description ->>> wps.identification.type -'WPS' ->>> wps.identification.title -'WPS Pylons Test Server' ->>> wps.identification.abstract - -Check available operations ->>> for operation in wps.operations: -... operation.name -... -'GetCapabilities' -'DescribeProcess' -'Execute' - -Check high level process descriptions ->>> for process in wps.processes: -... process.identifier, process.title -... -('CDMSSubsetVariable', 'Writes a text file and returns an output.') -('NCDumpIt', 'Calls ncdump on the input file path and writes it to an output file.') -('TestDap', 'Writes a text file and returns an output.') -('CDMSDescribeVariableDomain', 'Writes a text file and returns an output.') -('CFCheck', 'Writes a text file and returns an output.') -('DoubleIt', 'Doubles the input number and returns value') -('SimplePlot', 'Creates a simple map plot.') -('CDMSListDatasets', 'Writes a text file and returns an output.') -('CDMSListVariables', 'Writes a text file and returns an output.') -('WCSWrapper', 'Web Coverage Service Wrapper Process') -('GetWeatherStations', 'Writes a text file with one weather station per line') -('ListPPFileHeader', 'Writes a text file that contains a listing of pp-records in a file.') -('TakeAges', 'A test process to last a long time.') -('CMIP5FileFinder', 'Writes a test file of matched CMIP5 files.') -('SubsetPPFile', 'Filters a PP-file to generate a new subset PP-file.') -('ExtractUKStationData', 'ExtractUKStationData') -('CDOWrapper1', 'Writes a text file and returns an output.') -('MMDNCDiff', 'MMDNCDiff') -('PlotRotatedGrid', 'Creates a plot - to show we can plot a rotated grid.') -('MMDAsync', 'Writes a text file and returns an output.') -('MashMyDataMultiplier', 'Writes a text file and returns an output.') -('Delegator', 'Writes a text file and returns an output.') -('ExArchProc1', 'Writes a text file and returns an output.') -('CDOShowInfo', 'Writes a text file and returns an output.') -('PostTest', 'Writes a text file and returns an output.') -('StatusTestProcess', 'An process to test status responses') -('WaitForFileDeletionCached', 'An asynchronous job that waits for a file to be deleted') -('WaitForAllFilesToBeDeleted', 'An asynchronous job that waits for a number of files to be deleted') -('AsyncTest', 'Does an asynchronous test job run') -('SyncTest1', 'Just creates a file.') -('WaitForFileDeletion', 'An asynchronous job that waits for a file to be deleted') -('ProcessTemplate', 'Writes a text file and returns an output.') diff -Nru owslib-0.7.2/tests/wps_getcapabilities_usgs.txt owslib-0.8.3/tests/wps_getcapabilities_usgs.txt --- owslib-0.7.2/tests/wps_getcapabilities_usgs.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_getcapabilities_usgs.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -Python doctest file to simulate a WPS GetCapabilities invocation. -This test does not execute any live HTTP request, rather it parses XML files containing pre-made HTTP responses. -To run: python -m doctest wps_getcapabilities_usgs.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import WebProcessingService - -Initialize WPS client ->>> wps = WebProcessingService('http://cida.usgs.gov/climate/gdp/process/WebProcessingService', skip_caps=True) - -Execute fake invocation of GetCapabilities operation by parsing cached response from USGS service ->>> xml = open('./wps_USGSCapabilities.xml', 'r').read() ->>> wps.getcapabilities(xml=xml) - -Check WPS description ->>> wps.identification.type -'WPS' ->>> wps.identification.title -'Geo Data Portal WPS Implementation' ->>> wps.identification.abstract -'A Geo Data Portal Service based on the 52north implementation of WPS 1.0.0' - -Check available operations ->>> for operation in wps.operations: -... operation.name -... -'GetCapabilities' -'DescribeProcess' -'Execute' - -Check high level process descriptions ->>> for process in wps.processes: -... process.identifier, process.title -... -('gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles', 'gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles') -('gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo', 'gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo') -('gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm', 'gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm') -('gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm', 'gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm') -('gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages', 'gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages') -('gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom', 'gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom') -('gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids', 'gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids') -('gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore', 'gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore') -('gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange', 'gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange') - - diff -Nru owslib-0.7.2/tests/wps_PMLExecuteRequest4.xml owslib-0.8.3/tests/wps_PMLExecuteRequest4.xml --- owslib-0.7.2/tests/wps_PMLExecuteRequest4.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_PMLExecuteRequest4.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -reprojectImageinputImagehttp://rsg.pml.ac.uk/wps/testdata/elev_srtm_30m.imgoutputSRSEPSG:4326outputImage \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_PMLExecuteRequest5.xml owslib-0.8.3/tests/wps_PMLExecuteRequest5.xml --- owslib-0.7.2/tests/wps_PMLExecuteRequest5.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_PMLExecuteRequest5.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -reprojectCoordscoordshttp://rsg.pml.ac.uk/wps/testdata/coords.txtoutputSRSEPSG:32630inputSRSEPSG:4326 \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_PMLExecuteRequest6.xml owslib-0.8.3/tests/wps_PMLExecuteRequest6.xml --- owslib-0.7.2/tests/wps_PMLExecuteRequest6.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_PMLExecuteRequest6.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -v.net.pathinputhttp://rsg.pml.ac.uk/wps/example/graph.gmlfile1 -960123.1421801624 4665723.56559387 -101288.65106088226 5108200.011823481 \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_PMLExecuteResponse5.xml owslib-0.8.3/tests/wps_PMLExecuteResponse5.xml --- owslib-0.7.2/tests/wps_PMLExecuteResponse5.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_PMLExecuteResponse5.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ - - - reprojectCoords - reproject coordinates - reprojectCoords uses gdaltransform to reproject a list of coordinates from one projection to another. DataInputs example using 3 UK points in lat/long to UTM 30N e.g: '[coords=http://rsg.pml.ac.uk/wps/testdata/coords.txt;outputSRS=EPSG:32630;inputSRS=EPSG:4326]' - - - PyWPS Process reprojectCoords successfully calculated - - - - stdout - List of output coordinates in the form of x1 y1,x2 y2,x3 y3.. - - -7504912.93758151 -764109.175074507,7750849.82379226 -22141.8611641468,8561828.42371234 -897195.923493867,7724946.16844165 -602984.014261927 - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_PMLExecuteResponse6.xml owslib-0.8.3/tests/wps_PMLExecuteResponse6.xml --- owslib-0.7.2/tests/wps_PMLExecuteResponse6.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_PMLExecuteResponse6.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ - - - v.net.path - Finds shortest path on vector network. - http://grass.osgeo.org/grass70/manuals/html70_user/v.net.path.html - - - - - PyWPS Process v.net.path successfully calculated - - - - output - Name for output vector map - - - - - - -960123.14218016264665723.56559387 - -101288.65106088225108200.011823481 - - - - - -960123.142180162365548,4665723.565593870356679,0 -960123.142180162365548,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -711230.141176006174646,4710278.48552671354264,0 -711230.141176006174646,4710278.48552671354264,0 -623656.677859728806652,4848552.374973464757204,0 -623656.677859728806652,4848552.374973464757204,0 -410100.337491964863148,4923834.82589447684586,0 -410100.337491964863148,4923834.82589447684586,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0 - 1 - 1 - 0 - 0 - 0 - 1002619.181 - 0 - 0 - - - - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_request2.txt owslib-0.8.3/tests/wps_request2.txt --- owslib-0.7.2/tests/wps_request2.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_request2.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,48 +0,0 @@ -Python doctest file to test generation of a WPS request from input arguments. -The specific request involves a FeatureWeightedGridStatisticsAlgorithm process over a WFS feature. -To run: python -m doctest wps_request2.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import WPSExecution, WFSFeatureCollection, WFSQuery ->>> from owslib.etree import etree - -Supply process input arguments ->>> wfsUrl = "http://igsarm-cida-gdp2.er.usgs.gov:8082/geoserver/wfs" ->>> query = WFSQuery("sample:CONUS_States", propertyNames=['the_geom',"STATE"], filters=["CONUS_States.508","CONUS_States.469"]) ->>> featureCollection = WFSFeatureCollection(wfsUrl, query) ->>> processid = 'gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm' ->>> inputs = [ ("FEATURE_ATTRIBUTE_NAME","STATE"), -... ("DATASET_URI", "dods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncml"), -... ("DATASET_ID", "ccsm3_a1b_tmax"), -... ("DATASET_ID", "ccsm3_a1b_pr"), -... ("DATASET_ID", "ccsm3_a1fi_tmax"), -... ("TIME_START","1960-01-01T00:00:00.000Z"), -... ("TIME_END","1960-12-31T00:00:00.000Z"), -... ("REQUIRE_FULL_COVERAGE","true"), -... ("DELIMITER","COMMA"), -... ("STATISTICS","MEAN"), -... ("STATISTICS","MINIMUM"), -... ("STATISTICS","MAXIMUM"), -... ("STATISTICS","WEIGHT_SUM"), -... ("STATISTICS","VARIANCE"), -... ("STATISTICS","STD_DEV"), -... ("STATISTICS","COUNT"), -... ("GROUP_BY","STATISTIC"), -... ("SUMMARIZE_TIMESTEP","true"), -... ("SUMMARIZE_FEATURE_ATTRIBUTE","true"), -... ("FEATURE_COLLECTION", featureCollection) -... ] ->>> output = "OUTPUT" - -# build XML request for WPS process execution ->>> execution = WPSExecution() ->>> requestElement = execution.buildRequest(processid, inputs, output=output) ->>> request = etree.tostring( requestElement ) - -Compare to cached XML request - ->>> _request = open('./wps_USGSExecuteRequest2.xml', 'r').read() ->>> request==_request -True - diff -Nru owslib-0.7.2/tests/wps_request3.txt owslib-0.8.3/tests/wps_request3.txt --- owslib-0.7.2/tests/wps_request3.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_request3.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -Python doctest file to test generation of a WPS request from input arguments. -The specific request involves a FeatureWeightedGridStatisticsAlgorithm process over a multi-polygon feature. -To run: python -m doctest wps_request3.txt ----------------------------------------------------------------------------------------------------------------- - -Import python modules ->>> from owslib.wps import GMLMultiPolygonFeatureCollection, WebProcessingService, WPSExecution ->>> from owslib.etree import etree - -Supply process input arguments ->>> polygon = [(-102.8184, 39.5273), (-102.8184, 37.418), (-101.2363, 37.418), (-101.2363, 39.5273), (-102.8184, 39.5273)] ->>> featureCollection = GMLMultiPolygonFeatureCollection( [polygon] ) ->>> processid = 'gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm' ->>> inputs = [ ("FEATURE_ATTRIBUTE_NAME","the_geom"), -... ("DATASET_URI", "dods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncml"), -... ("DATASET_ID", "ccsm3_a1b_tmax"), -... ("TIME_START","1960-01-01T00:00:00.000Z"), -... ("TIME_END","1960-12-31T00:00:00.000Z"), -... ("REQUIRE_FULL_COVERAGE","true"), -... ("DELIMITER","COMMA"), -... ("STATISTICS","MEAN"), -... ("STATISTICS","MINIMUM"), -... ("STATISTICS","MAXIMUM"), -... ("STATISTICS","WEIGHT_SUM"), -... ("STATISTICS","VARIANCE"), -... ("STATISTICS","STD_DEV"), -... ("STATISTICS","COUNT"), -... ("GROUP_BY","STATISTIC"), -... ("SUMMARIZE_TIMESTEP","false"), -... ("SUMMARIZE_FEATURE_ATTRIBUTE","false"), -... ("FEATURE_COLLECTION", featureCollection) -... ] ->>> output = "OUTPUT" - -# build XML request for WPS process execution ->>> execution = WPSExecution() ->>> requestElement = execution.buildRequest(processid, inputs, output=output) ->>> request = etree.tostring( requestElement ) - -Compare to cached XML request - ->>> _request = open('./wps_USGSExecuteRequest3.xml', 'r').read() ->>> request==_request -True - diff -Nru owslib-0.7.2/tests/wps_request4.txt owslib-0.8.3/tests/wps_request4.txt --- owslib-0.7.2/tests/wps_request4.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_request4.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -Python doctest file to test generation of a WPS request from input arguments. -The specific request involves a "reprojectImage" process submitted to the PML WPS service. -To run: python -m doctest wps_request4.txt ----------------------------------------------------------------------------------------------------------------- - -Imports ->>> from owslib.wps import WebProcessingService, WPSExecution ->>> from owslib.etree import etree - -Process input/ouutput arguments ->>> processid = "reprojectImage" ->>> inputs = [ ("inputImage","http://rsg.pml.ac.uk/wps/testdata/elev_srtm_30m.img"), -... ("outputSRS", "EPSG:4326") ] ->>> output = "outputImage" - -# build XML request for WPS process execution ->>> execution = WPSExecution() ->>> requestElement = execution.buildRequest(processid, inputs, output=output) ->>> request = etree.tostring( requestElement ) - -Compare to cached XML request ->>> _request = open('./wps_PMLExecuteRequest4.xml', 'r').read() ->>> request==_request -True \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_request5.txt owslib-0.8.3/tests/wps_request5.txt --- owslib-0.7.2/tests/wps_request5.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_request5.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -Python doctest file to test generation of a WPS request from input arguments. -The specific request involves a "reprojectCoords" process submitted to the PML WPS service. -To run: python -m doctest wps_request4.txt ----------------------------------------------------------------------------------------------------------------- - -Imports ->>> from owslib.wps import WebProcessingService, WPSExecution ->>> from owslib.etree import etree - -Process input/ouutput arguments ->>> processid = "reprojectCoords" ->>> inputs = [ ("coords","http://rsg.pml.ac.uk/wps/testdata/coords.txt"), -... ("outputSRS", "EPSG:32630"), -... ("inputSRS","EPSG:4326") ] - -# build XML request for WPS process execution ->>> execution = WPSExecution() ->>> requestElement = execution.buildRequest(processid, inputs) ->>> request = etree.tostring( requestElement ) - -Compare to cached XML request ->>> _request = open('./wps_PMLExecuteRequest5.xml', 'r').read() ->>> request==_request -True \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_request6.txt owslib-0.8.3/tests/wps_request6.txt --- owslib-0.7.2/tests/wps_request6.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_request6.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -Python doctest file to test generation of a WPS request from input arguments. -The specific request involves a "v.net.path" process submitted to the PML WPS service. -To run: python -m doctest wps_request6.txt ----------------------------------------------------------------------------------------------------------------- - -Imports ->>> from owslib.wps import WebProcessingService, WPSExecution ->>> from owslib.etree import etree - -Process input/ouutput arguments ->>> processid = "v.net.path" ->>> inputs = [ ("input","http://rsg.pml.ac.uk/wps/example/graph.gml"), -... ("file","1 -960123.1421801624 4665723.56559387 -101288.65106088226 5108200.011823481")] - - -# build XML request for WPS process execution ->>> execution = WPSExecution() ->>> requestElement = execution.buildRequest(processid, inputs) ->>> request = etree.tostring( requestElement ) - -Compare to cached XML request ->>> _request = open('./wps_PMLExecuteRequest6.xml', 'r').read() ->>> request==_request -True \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_response6.txt owslib-0.8.3/tests/wps_response6.txt --- owslib-0.7.2/tests/wps_response6.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_response6.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -Python doctest to test parsing of a WPS response. -To run: python -m doctest wps_response6.txt --------------------------------------------------- - -Instantiate WPS ->>> from owslib.wps import WebProcessingService ->>> wps = WebProcessingService('http://rsg.pml.ac.uk/wps/vector.cgi', skip_caps=True) - -Execute face WPS invocation ->>> request = open('./wps_PMLExecuteRequest6.xml', 'r').read() ->>> response = open('./wps_PMLExecuteResponse6.xml', 'r').read() ->>> ->>> execution = wps.execute(None, [], request=request, response=response) -Executing WPS request... -Execution status=ProcessSucceeded - -Check execution result ->>> execution.status -'ProcessSucceeded' ->>> execution.url -'http://rsg.pml.ac.uk/wps/vector.cgi' ->>> execution.statusLocation -'http://rsg.pml.ac.uk/wps/wpsoutputs/pywps-132084838963.xml' ->>> execution.serviceInstance -'http://rsg.pml.ac.uk/wps/vector.cgi?service=WPS&request=GetCapabilities&version=1.0.0' ->>> execution.version -'1.0.0' ->>> for output in execution.processOutputs: -... output.identifier, output.title, output.mimeType, output.dataType, output.reference -... for data in output.data: -... data -... -('output', 'Name for output vector map', 'text/xml', 'ComplexData', None) -'\n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t -960123.14218016264665723.56559387\n\t\t\t\t\t -101288.65106088225108200.011823481\n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t -960123.142180162365548,4665723.565593870356679,0 -960123.142180162365548,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -960123.142180162598379,4665723.565593870356679,0 -711230.141176006174646,4710278.48552671354264,0 -711230.141176006174646,4710278.48552671354264,0 -623656.677859728806652,4848552.374973464757204,0 -623656.677859728806652,4848552.374973464757204,0 -410100.337491964863148,4923834.82589447684586,0 -410100.337491964863148,4923834.82589447684586,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882242746,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0 -101288.651060882257298,5108200.011823480948806,0\n\t\t\t\t\t 1\n\t\t\t\t\t 1\n\t\t\t\t\t 0\n\t\t\t\t\t 0\n\t\t\t\t\t 0\n\t\t\t\t\t 1002619.181\n\t\t\t\t\t 0\n\t\t\t\t\t 0\n\t\t\t\t\t \n\t\t\t\t\t \n\t\t\t\t\t\n ' \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSCapabilities.xml owslib-0.8.3/tests/wps_USGSCapabilities.xml --- owslib-0.7.2/tests/wps_USGSCapabilities.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSCapabilities.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,126 +0,0 @@ - - - - - Geo Data Portal WPS Implementation - A Geo Data Portal Service based on the 52north implementation of WPS 1.0.0 - - WPS - AAFC - geospatial - geoprocessing - - WPS - 1.0.0 - 0.4.0 - NONE - NONE - - - - CIDA - - - Ivan Suftin - Technical Lead - - - 608-821-3899 - - - - 8505 Research Way - Middleton - WI - 53562 - US - isuftin@usgs.gov - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles - gov.usgs.cida.gdp.wps.algorithm.filemanagement.ReceiveFiles - - - gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo - gov.usgs.cida.gdp.wps.algorithm.discovery.CalculateWCSCoverageInfo - - - gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm - gov.usgs.cida.gdp.wps.algorithm.communication.EmailWhenFinishedAlgorithm - - - gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm - gov.usgs.cida.gdp.wps.algorithm.communication.GeoserverManagementAlgorithm - - - gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages - gov.usgs.cida.gdp.wps.algorithm.discovery.GetWcsCoverages - - - gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom - gov.usgs.cida.gdp.wps.algorithm.filemanagement.GetWatersGeom - - - gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids - gov.usgs.cida.gdp.wps.algorithm.discovery.ListOpendapGrids - - - gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore - gov.usgs.cida.gdp.wps.algorithm.filemanagement.CreateNewShapefileDataStore - - - gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange - gov.usgs.cida.gdp.wps.algorithm.discovery.GetGridTimeRange - - - - - - en-US - - - en-US - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSDescribeProcess.xml owslib-0.8.3/tests/wps_USGSDescribeProcess.xml --- owslib-0.7.2/tests/wps_USGSDescribeProcess.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSDescribeProcess.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,225 +0,0 @@ - - - - gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm - Feature Weighted Grid Statistics - This algorithm generates area weighted statistics of a gridded dataset for a set of vector polygon features. Using the bounding-box that encloses the feature data and the time range, if provided, a subset of the gridded dataset is requested from the remote gridded data server. Polygon representations are generated for cells in the retrieved grid. The polygon grid-cell representations are then projected to the feature data coordinate reference system. The grid-cells are used to calculate per grid-cell feature coverage fractions. Area-weighted statistics are then calculated for each feature using the grid values and fractions as weights. If the gridded dataset has a time range the last step is repeated for each time step within the time range or all time steps if a time range was not supplied. - - - FEATURE_COLLECTION - Feature Collection - A feature collection encoded as a WFS request or one of the supported GML profiles. - - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/2.0.0/feature.xsd - - - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/2.0.0/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/2.1.1/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/2.1.2/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/2.1.2.1/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/3.0.0/base/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/3.0.1/base/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/3.1.0/base/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/3.1.1/base/feature.xsd - - - text/xml - UTF-8 - http://schemas.opengis.net/gml/3.2.1/base/feature.xsd - - - - - - DATASET_URI - Dataset URI - The base data web service URI for the dataset of interest. - - - - - - - DATASET_ID - Dataset Identifier - The unique identifier for the data type or variable of interest. - - - - - - - REQUIRE_FULL_COVERAGE - Require Full Coverage - If turned on, the service will require that the dataset of interest fully cover the polygon analysis zone data. - - - - true - - - - TIME_START - Time Start - The date to begin analysis. - - - - - - - TIME_END - Time End - The date to end analysis. - - - - - - - FEATURE_ATTRIBUTE_NAME - Feature Attribute Name - The attribute that will be used to label column headers in processing output. - - - - - - - DELIMITER - Delimiter - The delimiter that will be used to separate columns in the processing output. - - - - COMMA - TAB - SPACE - - COMMA - - - - STATISTICS - Statistics - Statistics that will be returned for each feature in the processing output. - - - - MEAN - MINIMUM - MAXIMUM - VARIANCE - STD_DEV - WEIGHT_SUM - COUNT - - - - - GROUP_BY - Group By - If multiple features and statistics are selected, this will change whether the processing output columns are sorted according to statistics or feature attributes. - - - - STATISTIC - FEATURE_ATTRIBUTE - - - - - SUMMARIZE_TIMESTEP - Summarize Timestep - If selected, processing output will include columns with summarized statistics for all feature attribute values for each timestep - - - - false - - - - SUMMARIZE_FEATURE_ATTRIBUTE - Summarize Feature Attribute - If selected, processing output will include a final row of statistics summarizing all timesteps for each feature attribute value - - - - false - - - - - - OUTPUT - Output File - A delimited text file containing requested process output. - - - - text/csv - UTF-8 - - - - - text/csv - UTF-8 - - - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSExecuteInvalidRequestResponse.xml owslib-0.8.3/tests/wps_USGSExecuteInvalidRequestResponse.xml --- owslib-0.7.2/tests/wps_USGSExecuteInvalidRequestResponse.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSExecuteInvalidRequestResponse.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFeature Weighted Grid StatisticsAttribute null not found in feature collection \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSExecuteInvalidRequest.xml owslib-0.8.3/tests/wps_USGSExecuteInvalidRequest.xml --- owslib-0.7.2/tests/wps_USGSExecuteInvalidRequest.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSExecuteInvalidRequest.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,131 +0,0 @@ - - - gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm - - - FEATURE_COLLECTION - - - - - the_geom - STATE - - - - - - - - - - DATASET_URI - - dods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncml - - - - DATASET_ID - - ccsm3_a1b_tmax - - - - TIME_START - - 1960-01-01T00:00:00.000Z - - - - TIME_END - - 1960-12-31T00:00:00.000Z - - - - REQUIRE_FULL_COVERAGE - - true - - - - DELIMITER - - COMMA - - - - STATISTICS - - MEAN - - - - STATISTICS - - MINIMUM - - - - STATISTICS - - MAXIMUM - - - - STATISTICS - - VARIANCE - - - - STATISTICS - - STD_DEV - - - - STATISTICS - - WEIGHT_SUM - - - - STATISTICS - - COUNT - - - - GROUP_BY - - STATISTIC - - - - SUMMARIZE_TIMESTEP - - true - - - - SUMMARIZE_FEATURE_ATTRIBUTE - - true - - - - - - - OUTPUT - - - - diff -Nru owslib-0.7.2/tests/wps_USGSExecuteRequest1.xml owslib-0.8.3/tests/wps_USGSExecuteRequest1.xml --- owslib-0.7.2/tests/wps_USGSExecuteRequest1.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSExecuteRequest1.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFEATURE_ATTRIBUTE_NAMEthe_geomDATASET_URIdods://cida.usgs.gov/qa/thredds/dodsC/derivatives/derivative-days_above_threshold.pr.ncmlDATASET_IDensemble_b1_pr-days_above_thresholdTIME_START2010-01-01T00:00:00.000ZTIME_END2011-01-01T00:00:00.000ZREQUIRE_FULL_COVERAGEfalseDELIMITERCOMMASTATISTICSMEANGROUP_BYSTATISTICSUMMARIZE_TIMESTEPfalseSUMMARIZE_FEATURE_ATTRIBUTEfalseFEATURE_COLLECTIONthe_geomarea_nameOUTPUT \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSExecuteRequest2.xml owslib-0.8.3/tests/wps_USGSExecuteRequest2.xml --- owslib-0.7.2/tests/wps_USGSExecuteRequest2.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSExecuteRequest2.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFEATURE_ATTRIBUTE_NAMESTATEDATASET_URIdods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncmlDATASET_IDccsm3_a1b_tmaxDATASET_IDccsm3_a1b_prDATASET_IDccsm3_a1fi_tmaxTIME_START1960-01-01T00:00:00.000ZTIME_END1960-12-31T00:00:00.000ZREQUIRE_FULL_COVERAGEtrueDELIMITERCOMMASTATISTICSMEANSTATISTICSMINIMUMSTATISTICSMAXIMUMSTATISTICSWEIGHT_SUMSTATISTICSVARIANCESTATISTICSSTD_DEVSTATISTICSCOUNTGROUP_BYSTATISTICSUMMARIZE_TIMESTEPtrueSUMMARIZE_FEATURE_ATTRIBUTEtrueFEATURE_COLLECTIONthe_geomSTATEOUTPUT \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSExecuteRequest3.xml owslib-0.8.3/tests/wps_USGSExecuteRequest3.xml --- owslib-0.7.2/tests/wps_USGSExecuteRequest3.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSExecuteRequest3.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithmFEATURE_ATTRIBUTE_NAMEthe_geomDATASET_URIdods://igsarm-cida-thredds1.er.usgs.gov:8080/thredds/dodsC/dcp/conus_grid.w_meta.ncmlDATASET_IDccsm3_a1b_tmaxTIME_START1960-01-01T00:00:00.000ZTIME_END1960-12-31T00:00:00.000ZREQUIRE_FULL_COVERAGEtrueDELIMITERCOMMASTATISTICSMEANSTATISTICSMINIMUMSTATISTICSMAXIMUMSTATISTICSWEIGHT_SUMSTATISTICSVARIANCESTATISTICSSTD_DEVSTATISTICSCOUNTGROUP_BYSTATISTICSUMMARIZE_TIMESTEPfalseSUMMARIZE_FEATURE_ATTRIBUTEfalseFEATURE_COLLECTION-102.8184 39.5273 -102.8184 37.418 -101.2363 37.418 -101.2363 39.5273 -102.8184 39.52730OUTPUT \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSExecuteResponse1a.xml owslib-0.8.3/tests/wps_USGSExecuteResponse1a.xml --- owslib-0.7.2/tests/wps_USGSExecuteResponse1a.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSExecuteResponse1a.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ - - - - gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm - Feature Weighted Grid Statistics - - - - - \ No newline at end of file diff -Nru owslib-0.7.2/tests/wps_USGSExecuteResponse1b.xml owslib-0.8.3/tests/wps_USGSExecuteResponse1b.xml --- owslib-0.7.2/tests/wps_USGSExecuteResponse1b.xml 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/tests/wps_USGSExecuteResponse1b.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,109 +0,0 @@ - - - - gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm - Feature Weighted Grid Statistics - - - Process successful - - - - FEATURE_ATTRIBUTE_NAME - - ID - - - - DATASET_URI - - dods://hydra.fsl.noaa.gov/thredds/dodsC/oc_gis_downscaling/sresb1/ncar_ccsm3_0.1/Prcp/ncar_ccsm3_0.1.sresb1.monthly.Prcp.1950.nc - - - - DATASET_ID - - Prcp - - - - TIME_START - - 1950-01-16T00:00:00.000Z - - - - TIME_END - - 1950-12-15T00:00:00.000Z - - - - REQUIRE_FULL_COVERAGE - - true - - - - DELIMITER - - COMMA - - - - STATISTICS - - MEAN - - - - GROUP_BY - - STATISTIC - - - - SUMMARIZE_TIMESTEP - - true - - - - SUMMARIZE_FEATURE_ATTRIBUTE - - true - - - - FEATURE_COLLECTION - - - - - the_geom - ID - - - - - - - - - OUTPUT - Output File - - - - \ No newline at end of file diff -Nru owslib-0.7.2/.travis.yml owslib-0.8.3/.travis.yml --- owslib-0.7.2/.travis.yml 1970-01-01 00:00:00.000000000 +0000 +++ owslib-0.8.3/.travis.yml 2014-01-10 13:53:40.000000000 +0000 @@ -0,0 +1,18 @@ +language: python +python: + - "2.6" + - "2.7" +# - "3.2" +# - "3.3" +# - "pypy" +env: + - LXML=true + - LXML=false +install: + - pip install -r requirements.txt + - if [ "$LXML" == "true" ]; then pip install lxml; fi +script: + - python -m pytest -s +notifications: + irc: + - "irc.freenode.org#geopython" diff -Nru owslib-0.7.2/VERSION.txt owslib-0.8.3/VERSION.txt --- owslib-0.7.2/VERSION.txt 2013-04-10 16:38:27.000000000 +0000 +++ owslib-0.8.3/VERSION.txt 2014-01-10 13:53:40.000000000 +0000 @@ -1 +1 @@ -0.7.2 +0.8.3