diff --git a/ncep/com.raytheon.uf.viz.ncep.core.feature/feature.xml b/ncep/com.raytheon.uf.viz.ncep.core.feature/feature.xml
index 696890bd96..6a29b37130 100644
--- a/ncep/com.raytheon.uf.viz.ncep.core.feature/feature.xml
+++ b/ncep/com.raytheon.uf.viz.ncep.core.feature/feature.xml
@@ -81,4 +81,11 @@
version="0.0.0"
unpack="false"/>
+
+
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/META-INF/MANIFEST.MF b/ncep/gov.noaa.nws.ncep.edex.common/META-INF/MANIFEST.MF
index 3d55fe6462..8569b5c506 100644
--- a/ncep/gov.noaa.nws.ncep.edex.common/META-INF/MANIFEST.MF
+++ b/ncep/gov.noaa.nws.ncep.edex.common/META-INF/MANIFEST.MF
@@ -28,8 +28,7 @@ Require-Bundle: com.raytheon.uf.common.serialization;bundle-version="1.11.12",
com.raytheon.uf.edex.pointdata;bundle-version="1.12.1174",
com.raytheon.uf.common.pointdata;bundle-version="1.12.1174",
com.raytheon.uf.common.status;bundle-version="1.12.1174"
-Import-Package: gov.noaa.nws.ncep.common.log.logger,
- gov.noaa.nws.ncep.common.tools,
+Import-Package: gov.noaa.nws.ncep.common.tools,
javax.measure.converter,
javax.measure.quantity,
javax.measure.unit
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/component-deploy.xml b/ncep/gov.noaa.nws.ncep.edex.common/component-deploy.xml
index c4ce27a1c8..909e266200 100644
--- a/ncep/gov.noaa.nws.ncep.edex.common/component-deploy.xml
+++ b/ncep/gov.noaa.nws.ncep.edex.common/component-deploy.xml
@@ -5,6 +5,7 @@
+
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/IStationField.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/IStationField.java
old mode 100755
new mode 100644
index 1277e1931e..f61765c1bd
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/IStationField.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/IStationField.java
@@ -1,19 +1,19 @@
-package gov.noaa.nws.ncep.edex.common.stationTables;
-
-public interface IStationField {
-
- public static enum StationField {
- STID, // station id
- STNM, // station number
- NAME, // station name
- ST, // state
- CO, // country
- //LAT, // latitude
- //LON, // longitude
- //ELV, // elevation
- //PRI, // priority
- WFO, // WFO
- LOC // location
- }
-
-}
+package gov.noaa.nws.ncep.edex.common.stationTables;
+
+public interface IStationField {
+
+ public static enum StationField {
+ STID, // station id
+ STNM, // station number
+ NAME, // station name
+ ST, // state
+ CO, // country
+ //LAT, // latitude
+ //LON, // longitude
+ //ELV, // elevation
+ //PRI, // priority
+ WFO, // WFO
+ LOC // location
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/ObjectFactory.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/ObjectFactory.java
old mode 100755
new mode 100644
index 7fe56dbf70..b7c82ddfab
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/ObjectFactory.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/ObjectFactory.java
@@ -1,168 +1,168 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2009.06.08 at 02:36:43 PM EDT
-//
-
-
-package gov.noaa.nws.ncep.edex.common.stationTables;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the gov.noaa.nws.ncep.viz.common.stnTables package.
- *
An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _Wfo_QNAME = new QName("", "wfo");
- private final static QName _Stid_QNAME = new QName("", "stid");
- private final static QName _Stnnum_QNAME = new QName("", "stnnum");
- private final static QName _Location_QNAME = new QName("", "location");
- private final static QName _Priority_QNAME = new QName("", "priority");
- private final static QName _Elevation_QNAME = new QName("", "elevation");
- private final static QName _State_QNAME = new QName("", "state");
- private final static QName _Longitude_QNAME = new QName("", "longitude");
- private final static QName _Stnname_QNAME = new QName("", "stnname");
- private final static QName _Latitude_QNAME = new QName("", "latitude");
- private final static QName _Country_QNAME = new QName("", "country");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.noaa.nws.ncep.viz.common.stnTables
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link StationList }
- *
- */
- public StationList createStationList() {
- return new StationList();
- }
-
- /**
- * Create an instance of {@link Station }
- *
- */
- public Station createStation() {
- return new Station();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "wfo")
- public JAXBElement createWfo(String value) {
- return new JAXBElement(_Wfo_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "stid")
- public JAXBElement createStid(String value) {
- return new JAXBElement(_Stid_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "stnnum")
- public JAXBElement createStnnum(String value) {
- return new JAXBElement(_Stnnum_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "location")
- public JAXBElement createLocation(String value) {
- return new JAXBElement(_Location_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "priority")
- public JAXBElement createPriority(Integer value) {
- return new JAXBElement(_Priority_QNAME, Integer.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "elevation")
- public JAXBElement createElevation(Integer value) {
- return new JAXBElement(_Elevation_QNAME, Integer.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "state")
- public JAXBElement createState(String value) {
- return new JAXBElement(_State_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "longitude")
- public JAXBElement createLongitude(Float value) {
- return new JAXBElement(_Longitude_QNAME, Float.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "stnname")
- public JAXBElement createStnname(String value) {
- return new JAXBElement(_Stnname_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "latitude")
- public JAXBElement createLatitude(Float value) {
- return new JAXBElement(_Latitude_QNAME, Float.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "country")
- public JAXBElement createCountry(String value) {
- return new JAXBElement(_Country_QNAME, String.class, null, value);
- }
-
-}
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2009.06.08 at 02:36:43 PM EDT
+//
+
+
+package gov.noaa.nws.ncep.edex.common.stationTables;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the gov.noaa.nws.ncep.viz.common.stnTables package.
+ * An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _Wfo_QNAME = new QName("", "wfo");
+ private final static QName _Stid_QNAME = new QName("", "stid");
+ private final static QName _Stnnum_QNAME = new QName("", "stnnum");
+ private final static QName _Location_QNAME = new QName("", "location");
+ private final static QName _Priority_QNAME = new QName("", "priority");
+ private final static QName _Elevation_QNAME = new QName("", "elevation");
+ private final static QName _State_QNAME = new QName("", "state");
+ private final static QName _Longitude_QNAME = new QName("", "longitude");
+ private final static QName _Stnname_QNAME = new QName("", "stnname");
+ private final static QName _Latitude_QNAME = new QName("", "latitude");
+ private final static QName _Country_QNAME = new QName("", "country");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.noaa.nws.ncep.viz.common.stnTables
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link StationList }
+ *
+ */
+ public StationList createStationList() {
+ return new StationList();
+ }
+
+ /**
+ * Create an instance of {@link Station }
+ *
+ */
+ public Station createStation() {
+ return new Station();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "wfo")
+ public JAXBElement createWfo(String value) {
+ return new JAXBElement(_Wfo_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "stid")
+ public JAXBElement createStid(String value) {
+ return new JAXBElement(_Stid_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "stnnum")
+ public JAXBElement createStnnum(String value) {
+ return new JAXBElement(_Stnnum_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "location")
+ public JAXBElement createLocation(String value) {
+ return new JAXBElement(_Location_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "priority")
+ public JAXBElement createPriority(Integer value) {
+ return new JAXBElement(_Priority_QNAME, Integer.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "elevation")
+ public JAXBElement createElevation(Integer value) {
+ return new JAXBElement(_Elevation_QNAME, Integer.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "state")
+ public JAXBElement createState(String value) {
+ return new JAXBElement(_State_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "longitude")
+ public JAXBElement createLongitude(Float value) {
+ return new JAXBElement(_Longitude_QNAME, Float.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "stnname")
+ public JAXBElement createStnname(String value) {
+ return new JAXBElement(_Stnname_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "latitude")
+ public JAXBElement createLatitude(Float value) {
+ return new JAXBElement(_Latitude_QNAME, Float.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "country")
+ public JAXBElement createCountry(String value) {
+ return new JAXBElement(_Country_QNAME, String.class, null, value);
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/Station.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/Station.java
old mode 100755
new mode 100644
index dd7a0f878d..16e73c4d48
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/Station.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/Station.java
@@ -1,339 +1,339 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2009.06.08 at 02:36:43 PM EDT
-//
-
-
-package gov.noaa.nws.ncep.edex.common.stationTables;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}stid" minOccurs="0"/>
- * <element ref="{}stnnum" minOccurs="0"/>
- * <element ref="{}stnname" minOccurs="0"/>
- * <element ref="{}state" minOccurs="0"/>
- * <element ref="{}country" minOccurs="0"/>
- * <element ref="{}latitude" minOccurs="0"/>
- * <element ref="{}longitude" minOccurs="0"/>
- * <element ref="{}elevation" minOccurs="0"/>
- * <element ref="{}priority" minOccurs="0"/>
- * <element ref="{}location" minOccurs="0"/>
- * <element ref="{}wfo" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "stid",
- "stnnum",
- "stnname",
- "state",
- "country",
- "latitude",
- "longitude",
- "elevation",
- "priority",
- "location",
- "wfo"
-})
-@XmlRootElement(name = "station")
-public class Station {
-
- protected String stid;
- protected String stnnum;
- protected String stnname;
- protected String state;
- protected String country;
- protected Float latitude;
- protected Float longitude;
- protected Integer elevation;
- protected Integer priority;
- protected String location;
- protected String wfo;
-
- /**
- * Gets the value of the stid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStid() {
- return stid;
- }
-
- /**
- * Sets the value of the stid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStid(String value) {
- this.stid = value;
- }
-
- /**
- * Gets the value of the stnnum property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStnnum() {
- return stnnum;
- }
-
- /**
- * Sets the value of the stnnum property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStnnum(String value) {
- this.stnnum = value;
- }
-
- /**
- * Gets the value of the stnname property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStnname() {
- return stnname;
- }
-
- /**
- * Sets the value of the stnname property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStnname(String value) {
- this.stnname = value;
- }
-
- /**
- * Gets the value of the state property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getState() {
- return state;
- }
-
- /**
- * Sets the value of the state property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setState(String value) {
- this.state = value;
- }
-
- /**
- * Gets the value of the country property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCountry() {
- return country;
- }
-
- /**
- * Sets the value of the country property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCountry(String value) {
- this.country = value;
- }
-
- /**
- * Gets the value of the latitude property.
- *
- * @return
- * possible object is
- * {@link Float }
- *
- */
- public Float getLatitude() {
- return latitude;
- }
-
- /**
- * Sets the value of the latitude property.
- *
- * @param value
- * allowed object is
- * {@link Float }
- *
- */
- public void setLatitude(Float value) {
- this.latitude = value;
- }
-
- /**
- * Gets the value of the longitude property.
- *
- * @return
- * possible object is
- * {@link Float }
- *
- */
- public Float getLongitude() {
- return longitude;
- }
-
- /**
- * Sets the value of the longitude property.
- *
- * @param value
- * allowed object is
- * {@link Float }
- *
- */
- public void setLongitude(Float value) {
- this.longitude = value;
- }
-
- /**
- * Gets the value of the elevation property.
- *
- * @return
- * possible object is
- * {@link Integer }
- *
- */
- public Integer getElevation() {
- return elevation;
- }
-
- /**
- * Sets the value of the elevation property.
- *
- * @param value
- * allowed object is
- * {@link Integer }
- *
- */
- public void setElevation(Integer value) {
- this.elevation = value;
- }
-
- /**
- * Gets the value of the priority property.
- *
- * @return
- * possible object is
- * {@link Integer }
- *
- */
- public Integer getPriority() {
- return priority;
- }
-
- /**
- * Sets the value of the priority property.
- *
- * @param value
- * allowed object is
- * {@link Integer }
- *
- */
- public void setPriority(Integer value) {
- this.priority = value;
- }
-
- /**
- * Gets the value of the location property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getLocation() {
- return location;
- }
-
- /**
- * Sets the value of the location property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setLocation(String value) {
- this.location = value;
- }
-
- /**
- * Gets the value of the wfo property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getWfo() {
- return wfo;
- }
-
- /**
- * Sets the value of the wfo property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setWfo(String value) {
- this.wfo = value;
- }
-
-}
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2009.06.08 at 02:36:43 PM EDT
+//
+
+
+package gov.noaa.nws.ncep.edex.common.stationTables;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}stid" minOccurs="0"/>
+ * <element ref="{}stnnum" minOccurs="0"/>
+ * <element ref="{}stnname" minOccurs="0"/>
+ * <element ref="{}state" minOccurs="0"/>
+ * <element ref="{}country" minOccurs="0"/>
+ * <element ref="{}latitude" minOccurs="0"/>
+ * <element ref="{}longitude" minOccurs="0"/>
+ * <element ref="{}elevation" minOccurs="0"/>
+ * <element ref="{}priority" minOccurs="0"/>
+ * <element ref="{}location" minOccurs="0"/>
+ * <element ref="{}wfo" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "stid",
+ "stnnum",
+ "stnname",
+ "state",
+ "country",
+ "latitude",
+ "longitude",
+ "elevation",
+ "priority",
+ "location",
+ "wfo"
+})
+@XmlRootElement(name = "station")
+public class Station {
+
+ protected String stid;
+ protected String stnnum;
+ protected String stnname;
+ protected String state;
+ protected String country;
+ protected Float latitude;
+ protected Float longitude;
+ protected Integer elevation;
+ protected Integer priority;
+ protected String location;
+ protected String wfo;
+
+ /**
+ * Gets the value of the stid property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getStid() {
+ return stid;
+ }
+
+ /**
+ * Sets the value of the stid property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setStid(String value) {
+ this.stid = value;
+ }
+
+ /**
+ * Gets the value of the stnnum property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getStnnum() {
+ return stnnum;
+ }
+
+ /**
+ * Sets the value of the stnnum property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setStnnum(String value) {
+ this.stnnum = value;
+ }
+
+ /**
+ * Gets the value of the stnname property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getStnname() {
+ return stnname;
+ }
+
+ /**
+ * Sets the value of the stnname property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setStnname(String value) {
+ this.stnname = value;
+ }
+
+ /**
+ * Gets the value of the state property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getState() {
+ return state;
+ }
+
+ /**
+ * Sets the value of the state property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setState(String value) {
+ this.state = value;
+ }
+
+ /**
+ * Gets the value of the country property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCountry() {
+ return country;
+ }
+
+ /**
+ * Sets the value of the country property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCountry(String value) {
+ this.country = value;
+ }
+
+ /**
+ * Gets the value of the latitude property.
+ *
+ * @return
+ * possible object is
+ * {@link Float }
+ *
+ */
+ public Float getLatitude() {
+ return latitude;
+ }
+
+ /**
+ * Sets the value of the latitude property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Float }
+ *
+ */
+ public void setLatitude(Float value) {
+ this.latitude = value;
+ }
+
+ /**
+ * Gets the value of the longitude property.
+ *
+ * @return
+ * possible object is
+ * {@link Float }
+ *
+ */
+ public Float getLongitude() {
+ return longitude;
+ }
+
+ /**
+ * Sets the value of the longitude property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Float }
+ *
+ */
+ public void setLongitude(Float value) {
+ this.longitude = value;
+ }
+
+ /**
+ * Gets the value of the elevation property.
+ *
+ * @return
+ * possible object is
+ * {@link Integer }
+ *
+ */
+ public Integer getElevation() {
+ return elevation;
+ }
+
+ /**
+ * Sets the value of the elevation property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Integer }
+ *
+ */
+ public void setElevation(Integer value) {
+ this.elevation = value;
+ }
+
+ /**
+ * Gets the value of the priority property.
+ *
+ * @return
+ * possible object is
+ * {@link Integer }
+ *
+ */
+ public Integer getPriority() {
+ return priority;
+ }
+
+ /**
+ * Sets the value of the priority property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Integer }
+ *
+ */
+ public void setPriority(Integer value) {
+ this.priority = value;
+ }
+
+ /**
+ * Gets the value of the location property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getLocation() {
+ return location;
+ }
+
+ /**
+ * Sets the value of the location property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setLocation(String value) {
+ this.location = value;
+ }
+
+ /**
+ * Gets the value of the wfo property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getWfo() {
+ return wfo;
+ }
+
+ /**
+ * Sets the value of the wfo property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setWfo(String value) {
+ this.wfo = value;
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationComparator.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationComparator.java
old mode 100755
new mode 100644
index ce509d026f..0a2a02e19c
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationComparator.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationComparator.java
@@ -1,61 +1,61 @@
-package gov.noaa.nws.ncep.edex.common.stationTables;
-
-import java.util.Comparator;
-
-/**
- * Comparator for Station fields.
- *
- *
- * SOFTWARE HISTORY
- *
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 06/09 134 M. Li Initial Creation
- *
- *
- *
- * @author mli
- * @version 1
- */
-
-public class StationComparator implements Comparator, IStationField {
-
- private StationField field;
-
- public StationComparator(StationField f) {
- this.field = f;
- }
-
- public int compare(Station o1, Station o2) {
- switch (field) {
- case STID:
- return o1.getStid().compareToIgnoreCase(o2.getStid());
- case STNM:
- return o1.getStnnum().compareToIgnoreCase(o2.getStnnum());
- case NAME:
- return o1.getStnnum().compareToIgnoreCase(o2.getStnnum());
- case ST:
- return o1.getState().compareToIgnoreCase(o2.getState());
- case CO:
- return o1.getCountry().compareToIgnoreCase(o2.getCountry());
- /*
- case LAT:
- return o1.getLatitude().compareTo(o2.getLatitude());
- case LON:
- return o1.getLongitude().compareTo(o2.getLongitude());
- case ELV:
- return o1.getElevation() - o2.getElevation();
- case PRI:
- return o1.getPriority() - o2.getPriority();
- */
- case WFO:
- return o1.getWfo().compareToIgnoreCase(o2.getWfo());
- case LOC:
- return o1.getLocation().compareToIgnoreCase(o2.getLocation());
-
- default:
- return 0;
- }
-
- }
+package gov.noaa.nws.ncep.edex.common.stationTables;
+
+import java.util.Comparator;
+
+/**
+ * Comparator for Station fields.
+ *
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 06/09 134 M. Li Initial Creation
+ *
+ *
+ *
+ * @author mli
+ * @version 1
+ */
+
+public class StationComparator implements Comparator, IStationField {
+
+ private StationField field;
+
+ public StationComparator(StationField f) {
+ this.field = f;
+ }
+
+ public int compare(Station o1, Station o2) {
+ switch (field) {
+ case STID:
+ return o1.getStid().compareToIgnoreCase(o2.getStid());
+ case STNM:
+ return o1.getStnnum().compareToIgnoreCase(o2.getStnnum());
+ case NAME:
+ return o1.getStnnum().compareToIgnoreCase(o2.getStnnum());
+ case ST:
+ return o1.getState().compareToIgnoreCase(o2.getState());
+ case CO:
+ return o1.getCountry().compareToIgnoreCase(o2.getCountry());
+ /*
+ case LAT:
+ return o1.getLatitude().compareTo(o2.getLatitude());
+ case LON:
+ return o1.getLongitude().compareTo(o2.getLongitude());
+ case ELV:
+ return o1.getElevation() - o2.getElevation();
+ case PRI:
+ return o1.getPriority() - o2.getPriority();
+ */
+ case WFO:
+ return o1.getWfo().compareToIgnoreCase(o2.getWfo());
+ case LOC:
+ return o1.getLocation().compareToIgnoreCase(o2.getLocation());
+
+ default:
+ return 0;
+ }
+
+ }
}
\ No newline at end of file
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationList.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationList.java
old mode 100755
new mode 100644
index e8826da29d..6ea06463d4
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationList.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationList.java
@@ -1,76 +1,76 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2009.06.08 at 02:36:43 PM EDT
-//
-
-
-package gov.noaa.nws.ncep.edex.common.stationTables;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}station" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "station"
-})
-@XmlRootElement(name = "stationList")
-public class StationList {
-
- protected List station;
-
- /**
- * Gets the value of the station property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the station property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getStation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Station }
- *
- *
- */
- public List getStation() {
- if (station == null) {
- station = new ArrayList();
- }
- return this.station;
- }
-
-}
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2009.06.08 at 02:36:43 PM EDT
+//
+
+
+package gov.noaa.nws.ncep.edex.common.stationTables;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}station" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "station"
+})
+@XmlRootElement(name = "stationList")
+public class StationList {
+
+ protected List station;
+
+ /**
+ * Gets the value of the station property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the station property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getStation().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link Station }
+ *
+ *
+ */
+ public List getStation() {
+ if (station == null) {
+ station = new ArrayList();
+ }
+ return this.station;
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationTable.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationTable.java
old mode 100755
new mode 100644
index 432fed382e..99fa8b3ddf
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationTable.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/common/stationTables/StationTable.java
@@ -1,91 +1,91 @@
-package gov.noaa.nws.ncep.edex.common.stationTables;
-
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.FileReader;
-import java.util.ArrayList;
-import java.util.Collections;
+package gov.noaa.nws.ncep.edex.common.stationTables;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileReader;
+import java.util.ArrayList;
+import java.util.Collections;
import java.util.Iterator;
-import java.util.List;
-
-import javax.xml.bind.JAXBContext;
-import javax.xml.bind.JAXBException;
-import javax.xml.bind.Unmarshaller;
-
+import java.util.List;
+
+import javax.xml.bind.JAXBContext;
+import javax.xml.bind.JAXBException;
+import javax.xml.bind.Unmarshaller;
+
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.Envelope;
import com.vividsolutions.jts.index.quadtree.Quadtree;
import org.geotools.referencing.GeodeticCalculator;
-/**
- * This class reads a station table from an xml file and contains a list of stations.
- * This class also provide general station search functions given station field, and
- * field value.
- *
- *
- *
- * SOFTWARE HISTORY
- *
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 06/09 ? B. Yin Initial Creation
- * 06/09 134 M. Li Add station search
+/**
+ * This class reads a station table from an xml file and contains a list of stations.
+ * This class also provide general station search functions given station field, and
+ * field value.
+ *
+ *
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 06/09 ? B. Yin Initial Creation
+ * 06/09 134 M. Li Add station search
* 10/09 39/87/114 L. Lin Make "last" as private StationField.
* 12/09 159 B. Yin Add getNearestStation(...)
- *
- *
- *
- * @author bingfan
- * @version 1
- */
-
-public class StationTable implements IStationField {
-
- private final String PACKAGE = "gov.noaa.nws.ncep.edex.common.stationTables";
-
- private List stationList;
-
+ *
+ *
+ *
+ * @author bingfan
+ * @version 1
+ */
+
+public class StationTable implements IStationField {
+
+ private final String PACKAGE = "gov.noaa.nws.ncep.edex.common.stationTables";
+
+ private List stationList;
+
private StationField last = null;
private Quadtree stTree = null;
private final double DIST = 1.0;
-
- /**
- * Constructor.
- * @param tableFileName - full path of the xml table file
- */
- public StationTable( String tableFileName ) {
-
- try{
- stationList = readStationTable( tableFileName );
- }
- catch ( JAXBException exp ){
- stationList = null;
- exp.printStackTrace();
- }
-
- }
-
- /**
- * Reads the contents of the input station table file
- * @param xmlFilename - full path of the xml table name
- * @return - a list of stations
- * @throws JAXBException
- */
- private List readStationTable( String xmlFilename ) throws JAXBException{
-
- File xmlFile = new File(xmlFilename);
-
- JAXBContext context = JAXBContext.newInstance(
- PACKAGE);
- Unmarshaller unmarshaller = context.createUnmarshaller();
- StationList stns = null;
-
- try {
- stns = (StationList)unmarshaller.unmarshal(
- new FileReader(xmlFile));
- List listOfItems = stns.getStation();
+
+ /**
+ * Constructor.
+ * @param tableFileName - full path of the xml table file
+ */
+ public StationTable( String tableFileName ) {
+
+ try{
+ stationList = readStationTable( tableFileName );
+ }
+ catch ( JAXBException exp ){
+ stationList = null;
+ exp.printStackTrace();
+ }
+
+ }
+
+ /**
+ * Reads the contents of the input station table file
+ * @param xmlFilename - full path of the xml table name
+ * @return - a list of stations
+ * @throws JAXBException
+ */
+ private List readStationTable( String xmlFilename ) throws JAXBException{
+
+ File xmlFile = new File(xmlFilename);
+
+ JAXBContext context = JAXBContext.newInstance(
+ PACKAGE);
+ Unmarshaller unmarshaller = context.createUnmarshaller();
+ StationList stns = null;
+
+ try {
+ stns = (StationList)unmarshaller.unmarshal(
+ new FileReader(xmlFile));
+ List listOfItems = stns.getStation();
/*
* save stations in a Quadtree for efficient spatial query
@@ -97,136 +97,136 @@ public class StationTable implements IStationField {
stTree.insert(env, st);
}
- return listOfItems;
-
- } catch (FileNotFoundException e1) {
- e1.printStackTrace();
-
- } catch (NullPointerException e2) {
- e2.printStackTrace();
- }
-
- return null;
-
- }
-
- /**
- * Gets the list of the stations
- * @return - the list of stations
- */
- public List getStationList(){
-
- return stationList;
-
- }
-
- /**
- * Search a station given a field, and search key value.
- *
- * @param sf
- * @param key
- * @return Station
- */
- public Station getStation(StationField sf, String key) {
- if (stationList == null || stationList.isEmpty()) return null;
-
- StationComparator comparator = new StationComparator(sf);
- if (last == null || (last != null && last != sf )) {
- Collections.sort(stationList, comparator);
- last = sf;
- }
-
- Station s = getComparedStation(sf, key);
- int index = Collections.binarySearch(stationList, s, comparator);
-
- if (index >= 0){
- return stationList.get(index);
- } else
- return null;
- }
-
- /**
- * Search station list given a field, and search key value.
- *
- * @param sf
- * @param key
- * @return Station
- */
- public List getStations(StationField sf, String key) {
- if (stationList == null || stationList.isEmpty()) return null;
-
- StationComparator comparator = new StationComparator(sf);
- if (last == null || (last != null && last != sf )) {
- Collections.sort(stationList, comparator);
- last = sf;
- }
-
- List list = new ArrayList();
-
- Station s = getComparedStation(sf, key);
- int index;
- while ((index = Collections.binarySearch(stationList, s, comparator)) >= 0) {
- list.add(stationList.get(index));
- stationList.remove(index);
- }
-
- if (list.size() > 0) {
- for (Station st : list) {
- stationList.add(st);
- }
-
- last = null;
- return list;
- }
- else {
- return null;
- }
- }
-
-
- private Station getComparedStation(StationField sf, String key){
- Station station = new Station();
- switch (sf) {
- case STID:
- station.setStid((String)key);
- break;
- case STNM:
- station.setStnnum((String)key);
- break;
- case NAME:
- station.setStnname((String)key);
- break;
- case ST:
- station.setState((String)key);
- break;
- case CO:
- station.setCountry((String)key);
- break;
- /*
- case LAT:
- station.setLatitude((Float)key);
- break;
- case LON:
- station.setLongitude((Float)key);
- break;
- case ELV:
- station.setElevation((Integer)key);
- break;
- case PRI:
- station.setPriority((Integer)key);
- break;
- */
- case WFO:
- station.setWfo((String)key);
- break;
- case LOC:
- station.setLocation((String)key);
- break;
- }
-
- return station;
- }
-
+ return listOfItems;
+
+ } catch (FileNotFoundException e1) {
+ e1.printStackTrace();
+
+ } catch (NullPointerException e2) {
+ e2.printStackTrace();
+ }
+
+ return null;
+
+ }
+
+ /**
+ * Gets the list of the stations
+ * @return - the list of stations
+ */
+ public List getStationList(){
+
+ return stationList;
+
+ }
+
+ /**
+ * Search a station given a field, and search key value.
+ *
+ * @param sf
+ * @param key
+ * @return Station
+ */
+ public Station getStation(StationField sf, String key) {
+ if (stationList == null || stationList.isEmpty()) return null;
+
+ StationComparator comparator = new StationComparator(sf);
+ if (last == null || (last != null && last != sf )) {
+ Collections.sort(stationList, comparator);
+ last = sf;
+ }
+
+ Station s = getComparedStation(sf, key);
+ int index = Collections.binarySearch(stationList, s, comparator);
+
+ if (index >= 0){
+ return stationList.get(index);
+ } else
+ return null;
+ }
+
+ /**
+ * Search station list given a field, and search key value.
+ *
+ * @param sf
+ * @param key
+ * @return Station
+ */
+ public List getStations(StationField sf, String key) {
+ if (stationList == null || stationList.isEmpty()) return null;
+
+ StationComparator comparator = new StationComparator(sf);
+ if (last == null || (last != null && last != sf )) {
+ Collections.sort(stationList, comparator);
+ last = sf;
+ }
+
+ List list = new ArrayList();
+
+ Station s = getComparedStation(sf, key);
+ int index;
+ while ((index = Collections.binarySearch(stationList, s, comparator)) >= 0) {
+ list.add(stationList.get(index));
+ stationList.remove(index);
+ }
+
+ if (list.size() > 0) {
+ for (Station st : list) {
+ stationList.add(st);
+ }
+
+ last = null;
+ return list;
+ }
+ else {
+ return null;
+ }
+ }
+
+
+ private Station getComparedStation(StationField sf, String key){
+ Station station = new Station();
+ switch (sf) {
+ case STID:
+ station.setStid((String)key);
+ break;
+ case STNM:
+ station.setStnnum((String)key);
+ break;
+ case NAME:
+ station.setStnname((String)key);
+ break;
+ case ST:
+ station.setState((String)key);
+ break;
+ case CO:
+ station.setCountry((String)key);
+ break;
+ /*
+ case LAT:
+ station.setLatitude((Float)key);
+ break;
+ case LON:
+ station.setLongitude((Float)key);
+ break;
+ case ELV:
+ station.setElevation((Integer)key);
+ break;
+ case PRI:
+ station.setPriority((Integer)key);
+ break;
+ */
+ case WFO:
+ station.setWfo((String)key);
+ break;
+ case LOC:
+ station.setLocation((String)key);
+ break;
+ }
+
+ return station;
+ }
+
/**
* Get the nearest station from the input location
* @param loc
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocs.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocs.java
old mode 100755
new mode 100644
index 46c89085f1..3aea9f3dc8
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocs.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocs.java
@@ -1,78 +1,78 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2009.05.05 at 04:38:50 PM EDT
-//
-
-
-package gov.noaa.nws.ncep.edex.locations;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}idftPoint" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "idftPoint"
-})
-@XmlRootElement(name = "idftLocs")
-public class IdftLocs {
-
- @XmlElement(required = true)
- protected List idftPoint;
-
- /**
- * Gets the value of the idftPoint property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the idftPoint property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getIdftPoint().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link IdftPoint }
- *
- *
- */
- public List getIdftPoint() {
- if (idftPoint == null) {
- idftPoint = new ArrayList();
- }
- return this.idftPoint;
- }
-
-}
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2009.05.05 at 04:38:50 PM EDT
+//
+
+
+package gov.noaa.nws.ncep.edex.locations;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}idftPoint" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "idftPoint"
+})
+@XmlRootElement(name = "idftLocs")
+public class IdftLocs {
+
+ @XmlElement(required = true)
+ protected List idftPoint;
+
+ /**
+ * Gets the value of the idftPoint property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the idftPoint property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getIdftPoint().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link IdftPoint }
+ *
+ *
+ */
+ public List getIdftPoint() {
+ if (idftPoint == null) {
+ idftPoint = new ArrayList();
+ }
+ return this.idftPoint;
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocsTableReader.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocsTableReader.java
old mode 100755
new mode 100644
index b4b274938d..e3429521c6
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocsTableReader.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftLocsTableReader.java
@@ -1,71 +1,71 @@
-/**
- * This function reads the Idft Point Location Table from idftLoc.xml
- * and unmarshall it.
- *
- *
- *
- * SOFTWARE HISTORY
- *
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 14May2009 98 F. J. Yen Initial Creation
- *
- *
- *
- * @author Fee Jing Yen, SIB
- * @version 1
- */
-package gov.noaa.nws.ncep.edex.locations;
-
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.FileReader;
-import java.util.List;
-
-import javax.xml.bind.JAXBContext;
-import javax.xml.bind.JAXBException;
-import javax.xml.bind.Unmarshaller;
-
-public class IdftLocsTableReader {
-
-
- private final String PACKAGE = "gov.noaa.nws.ncep.edex.locations";
-
- private String xmlFilename = null;
-
- public IdftLocsTableReader(String file) {
- /*
- * file is the full name including the path for the
- * idft point location xml file, idftLoc.xml
- */
-
- xmlFilename = file;
- }
-
- public List getIdftLocsTable() throws JAXBException{
-
- File xmlFile = new File(xmlFilename);
-
- JAXBContext context = JAXBContext.newInstance(
- PACKAGE);
- Unmarshaller unmarshaller = context.createUnmarshaller();
- IdftLocs loc = null;
-
- try {
- loc = (IdftLocs)unmarshaller.unmarshal(
- new FileReader(xmlFile));
- List listOfItems = loc.getIdftPoint();
- return listOfItems;
-
- } catch (FileNotFoundException e1) {
- // TODO Auto-generated catch block
- e1.printStackTrace();
-
- } catch (NullPointerException e2) {
- e2.printStackTrace();
- }
-
- return null;
-
- }
+/**
+ * This function reads the Idft Point Location Table from idftLoc.xml
+ * and unmarshall it.
+ *
+ *
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 14May2009 98 F. J. Yen Initial Creation
+ *
+ *
+ *
+ * @author Fee Jing Yen, SIB
+ * @version 1
+ */
+package gov.noaa.nws.ncep.edex.locations;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileReader;
+import java.util.List;
+
+import javax.xml.bind.JAXBContext;
+import javax.xml.bind.JAXBException;
+import javax.xml.bind.Unmarshaller;
+
+public class IdftLocsTableReader {
+
+
+ private final String PACKAGE = "gov.noaa.nws.ncep.edex.locations";
+
+ private String xmlFilename = null;
+
+ public IdftLocsTableReader(String file) {
+ /*
+ * file is the full name including the path for the
+ * idft point location xml file, idftLoc.xml
+ */
+
+ xmlFilename = file;
+ }
+
+ public List getIdftLocsTable() throws JAXBException{
+
+ File xmlFile = new File(xmlFilename);
+
+ JAXBContext context = JAXBContext.newInstance(
+ PACKAGE);
+ Unmarshaller unmarshaller = context.createUnmarshaller();
+ IdftLocs loc = null;
+
+ try {
+ loc = (IdftLocs)unmarshaller.unmarshal(
+ new FileReader(xmlFile));
+ List listOfItems = loc.getIdftPoint();
+ return listOfItems;
+
+ } catch (FileNotFoundException e1) {
+ // TODO Auto-generated catch block
+ e1.printStackTrace();
+
+ } catch (NullPointerException e2) {
+ e2.printStackTrace();
+ }
+
+ return null;
+
+ }
}
\ No newline at end of file
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftPoint.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftPoint.java
old mode 100755
new mode 100644
index a8db5002d7..89e90b5324
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftPoint.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/IdftPoint.java
@@ -1,203 +1,203 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2009.05.05 at 04:38:50 PM EDT
-//
-
-
-package gov.noaa.nws.ncep.edex.locations;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for anonymous complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}stid"/>
- * <element ref="{}stnnum"/>
- * <element ref="{}stnname"/>
- * <element ref="{}latitude"/>
- * <element ref="{}longitude"/>
- * <element ref="{}elevation"/>
- * <element ref="{}priority"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "stid",
- "stnnum",
- "stnname",
- "latitude",
- "longitude",
- "elevation",
- "priority"
-})
-@XmlRootElement(name = "idftPoint")
-public class IdftPoint {
-
- @XmlElement(required = true)
- protected String stid;
- @XmlElement(required = true)
- protected String stnnum;
- @XmlElement(required = true)
- protected String stnname;
- protected float latitude;
- protected float longitude;
- protected int elevation;
- protected int priority;
-
- /**
- * Gets the value of the stid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStid() {
- return stid;
- }
-
- /**
- * Sets the value of the stid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStid(String value) {
- this.stid = value;
- }
-
- /**
- * Gets the value of the stnnum property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStnnum() {
- return stnnum;
- }
-
- /**
- * Sets the value of the stnnum property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStnnum(String value) {
- this.stnnum = value;
- }
-
- /**
- * Gets the value of the stnname property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStnname() {
- return stnname;
- }
-
- /**
- * Sets the value of the stnname property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStnname(String value) {
- this.stnname = value;
- }
-
- /**
- * Gets the value of the latitude property.
- *
- */
- public float getLatitude() {
- return latitude;
- }
-
- /**
- * Sets the value of the latitude property.
- *
- */
- public void setLatitude(float value) {
- this.latitude = value;
- }
-
- /**
- * Gets the value of the longitude property.
- *
- */
- public float getLongitude() {
- return longitude;
- }
-
- /**
- * Sets the value of the longitude property.
- *
- */
- public void setLongitude(float value) {
- this.longitude = value;
- }
-
- /**
- * Gets the value of the elevation property.
- *
- */
- public int getElevation() {
- return elevation;
- }
-
- /**
- * Sets the value of the elevation property.
- *
- */
- public void setElevation(int value) {
- this.elevation = value;
- }
-
- /**
- * Gets the value of the priority property.
- *
- */
- public int getPriority() {
- return priority;
- }
-
- /**
- * Sets the value of the priority property.
- *
- */
- public void setPriority(int value) {
- this.priority = value;
- }
-
-}
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2009.05.05 at 04:38:50 PM EDT
+//
+
+
+package gov.noaa.nws.ncep.edex.locations;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}stid"/>
+ * <element ref="{}stnnum"/>
+ * <element ref="{}stnname"/>
+ * <element ref="{}latitude"/>
+ * <element ref="{}longitude"/>
+ * <element ref="{}elevation"/>
+ * <element ref="{}priority"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "stid",
+ "stnnum",
+ "stnname",
+ "latitude",
+ "longitude",
+ "elevation",
+ "priority"
+})
+@XmlRootElement(name = "idftPoint")
+public class IdftPoint {
+
+ @XmlElement(required = true)
+ protected String stid;
+ @XmlElement(required = true)
+ protected String stnnum;
+ @XmlElement(required = true)
+ protected String stnname;
+ protected float latitude;
+ protected float longitude;
+ protected int elevation;
+ protected int priority;
+
+ /**
+ * Gets the value of the stid property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getStid() {
+ return stid;
+ }
+
+ /**
+ * Sets the value of the stid property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setStid(String value) {
+ this.stid = value;
+ }
+
+ /**
+ * Gets the value of the stnnum property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getStnnum() {
+ return stnnum;
+ }
+
+ /**
+ * Sets the value of the stnnum property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setStnnum(String value) {
+ this.stnnum = value;
+ }
+
+ /**
+ * Gets the value of the stnname property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getStnname() {
+ return stnname;
+ }
+
+ /**
+ * Sets the value of the stnname property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setStnname(String value) {
+ this.stnname = value;
+ }
+
+ /**
+ * Gets the value of the latitude property.
+ *
+ */
+ public float getLatitude() {
+ return latitude;
+ }
+
+ /**
+ * Sets the value of the latitude property.
+ *
+ */
+ public void setLatitude(float value) {
+ this.latitude = value;
+ }
+
+ /**
+ * Gets the value of the longitude property.
+ *
+ */
+ public float getLongitude() {
+ return longitude;
+ }
+
+ /**
+ * Sets the value of the longitude property.
+ *
+ */
+ public void setLongitude(float value) {
+ this.longitude = value;
+ }
+
+ /**
+ * Gets the value of the elevation property.
+ *
+ */
+ public int getElevation() {
+ return elevation;
+ }
+
+ /**
+ * Sets the value of the elevation property.
+ *
+ */
+ public void setElevation(int value) {
+ this.elevation = value;
+ }
+
+ /**
+ * Gets the value of the priority property.
+ *
+ */
+ public int getPriority() {
+ return priority;
+ }
+
+ /**
+ * Sets the value of the priority property.
+ *
+ */
+ public void setPriority(int value) {
+ this.priority = value;
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/ObjectFactory.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/ObjectFactory.java
old mode 100755
new mode 100644
index 7c3ff7312e..a57f13ba18
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/ObjectFactory.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/ObjectFactory.java
@@ -1,128 +1,128 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2009.05.05 at 04:38:50 PM EDT
-//
-
-
-package gov.noaa.nws.ncep.edex.locations;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the generated package.
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _Stid_QNAME = new QName("", "stid");
- private final static QName _Stnnum_QNAME = new QName("", "stnnum");
- private final static QName _Priority_QNAME = new QName("", "priority");
- private final static QName _Elevation_QNAME = new QName("", "elevation");
- private final static QName _Longitude_QNAME = new QName("", "longitude");
- private final static QName _Stnname_QNAME = new QName("", "stnname");
- private final static QName _Latitude_QNAME = new QName("", "latitude");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link IdftLocs }
- *
- */
- public IdftLocs createIdftLocs() {
- return new IdftLocs();
- }
-
- /**
- * Create an instance of {@link IdftPoint }
- *
- */
- public IdftPoint createIdftPoint() {
- return new IdftPoint();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "stid")
- public JAXBElement createStid(String value) {
- return new JAXBElement(_Stid_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "stnnum")
- public JAXBElement createStnnum(String value) {
- return new JAXBElement(_Stnnum_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "priority")
- public JAXBElement createPriority(Integer value) {
- return new JAXBElement(_Priority_QNAME, Integer.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "elevation")
- public JAXBElement createElevation(Integer value) {
- return new JAXBElement(_Elevation_QNAME, Integer.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "longitude")
- public JAXBElement createLongitude(Float value) {
- return new JAXBElement(_Longitude_QNAME, Float.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "stnname")
- public JAXBElement createStnname(String value) {
- return new JAXBElement(_Stnname_QNAME, String.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "latitude")
- public JAXBElement createLatitude(Float value) {
- return new JAXBElement(_Latitude_QNAME, Float.class, null, value);
- }
-
-}
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2009.05.05 at 04:38:50 PM EDT
+//
+
+
+package gov.noaa.nws.ncep.edex.locations;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the generated package.
+ * An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _Stid_QNAME = new QName("", "stid");
+ private final static QName _Stnnum_QNAME = new QName("", "stnnum");
+ private final static QName _Priority_QNAME = new QName("", "priority");
+ private final static QName _Elevation_QNAME = new QName("", "elevation");
+ private final static QName _Longitude_QNAME = new QName("", "longitude");
+ private final static QName _Stnname_QNAME = new QName("", "stnname");
+ private final static QName _Latitude_QNAME = new QName("", "latitude");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link IdftLocs }
+ *
+ */
+ public IdftLocs createIdftLocs() {
+ return new IdftLocs();
+ }
+
+ /**
+ * Create an instance of {@link IdftPoint }
+ *
+ */
+ public IdftPoint createIdftPoint() {
+ return new IdftPoint();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "stid")
+ public JAXBElement createStid(String value) {
+ return new JAXBElement(_Stid_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "stnnum")
+ public JAXBElement createStnnum(String value) {
+ return new JAXBElement(_Stnnum_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "priority")
+ public JAXBElement createPriority(Integer value) {
+ return new JAXBElement(_Priority_QNAME, Integer.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "elevation")
+ public JAXBElement createElevation(Integer value) {
+ return new JAXBElement(_Elevation_QNAME, Integer.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "longitude")
+ public JAXBElement createLongitude(Float value) {
+ return new JAXBElement(_Longitude_QNAME, Float.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "stnname")
+ public JAXBElement createStnname(String value) {
+ return new JAXBElement(_Stnname_QNAME, String.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link Float }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "latitude")
+ public JAXBElement createLatitude(Float value) {
+ return new JAXBElement(_Latitude_QNAME, Float.class, null, value);
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/package-info.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/package-info.java
old mode 100755
new mode 100644
index d41b4dd232..d13910d183
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/package-info.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/package-info.java
@@ -1,4 +1,4 @@
-/**
-* Contains supporting and test methods for reading and unmarshalling idftLocs.tbl
-*/
-package gov.noaa.nws.ncep.edex.locations;
+/**
+* Contains supporting and test methods for reading and unmarshalling idftLocs.tbl
+*/
+package gov.noaa.nws.ncep.edex.locations;
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/test_IdftLocsTableReader.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/test_IdftLocsTableReader.java
old mode 100755
new mode 100644
index 028a36dd72..84eef8c9ea
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/test_IdftLocsTableReader.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/locations/test_IdftLocsTableReader.java
@@ -1,51 +1,51 @@
-/**
- * This function tests the Idft Point Location Table Reader, IdftLocsTableReader
- * by printing out all the elements in the XML file. It also gets the first and
- * last element from the list and prints them out
- *
- *
- * SOFTWARE HISTORY
- *
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 12May2009 98 F. J. Yen Initial Creation
- *
- *
- *
- * @author Fee Jing Yen, SIB
- * @version 1
- */
-package gov.noaa.nws.ncep.edex.locations;
-
-import java.util.List;
-
-public class test_IdftLocsTableReader {
-
- public static void main(String args[]) throws Exception{
- String idftLocsXmlName = "../build.edex/esb/data/utility/edex_static/base/ncep/stns/idftLoc.xml";
- IdftLocsTableReader myloc = new IdftLocsTableReader (idftLocsXmlName);
- List list = myloc.getIdftLocsTable();
- for(IdftPoint itm : list){
- System.out.println(
- " Stid = " + itm.getStid() +
- " Stnnum= " + itm.getStnnum() +
- " Stnname = " + itm.getStnname() +
- " Latitude = " + itm.getLatitude() +
- " Longitude =" + itm.getLongitude() +
- " Elevation =" + itm.getElevation() +
- " Priortiy =" + itm.getPriority() );
- }
- // Get the first and last elements of the list and print them along with the list size
- System.out.println(" Stid(0)=" + list.get(0).stid
- + " Stnnum(0) = " + list.get(0).stnnum
- + " Stnname(0) = " + list.get(0).stnname
- + " Latitude(0) = " + list.get(0).latitude
- + " Longitude(0) = " + list.get(0).longitude
- + "\n Stid(206) = " + list.get(206).stid
- + " Stnnum(206) = " + list.get(206).stnnum
- + " Stnname(206) = " + list.get(206).stnname
- + " Latitude(206) = " + list.get(206).latitude
- + " Longitude(206) = " + list.get(206).longitude
- + "\n size = " + list.size());
- }
-}
+/**
+ * This function tests the Idft Point Location Table Reader, IdftLocsTableReader
+ * by printing out all the elements in the XML file. It also gets the first and
+ * last element from the list and prints them out
+ *
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 12May2009 98 F. J. Yen Initial Creation
+ *
+ *
+ *
+ * @author Fee Jing Yen, SIB
+ * @version 1
+ */
+package gov.noaa.nws.ncep.edex.locations;
+
+import java.util.List;
+
+public class test_IdftLocsTableReader {
+
+ public static void main(String args[]) throws Exception{
+ String idftLocsXmlName = "../build.edex/esb/data/utility/edex_static/base/ncep/stns/idftLoc.xml";
+ IdftLocsTableReader myloc = new IdftLocsTableReader (idftLocsXmlName);
+ List list = myloc.getIdftLocsTable();
+ for(IdftPoint itm : list){
+ System.out.println(
+ " Stid = " + itm.getStid() +
+ " Stnnum= " + itm.getStnnum() +
+ " Stnname = " + itm.getStnname() +
+ " Latitude = " + itm.getLatitude() +
+ " Longitude =" + itm.getLongitude() +
+ " Elevation =" + itm.getElevation() +
+ " Priortiy =" + itm.getPriority() );
+ }
+ // Get the first and last elements of the list and print them along with the list size
+ System.out.println(" Stid(0)=" + list.get(0).stid
+ + " Stnnum(0) = " + list.get(0).stnnum
+ + " Stnname(0) = " + list.get(0).stnname
+ + " Latitude(0) = " + list.get(0).latitude
+ + " Longitude(0) = " + list.get(0).longitude
+ + "\n Stid(206) = " + list.get(206).stid
+ + " Stnnum(206) = " + list.get(206).stnnum
+ + " Stnname(206) = " + list.get(206).stnname
+ + " Latitude(206) = " + list.get(206).latitude
+ + " Longitude(206) = " + list.get(206).longitude
+ + "\n size = " + list.size());
+ }
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/LatLonLocTbl.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/LatLonLocTbl.java
old mode 100755
new mode 100644
index 84cc63656f..ac74fc8dbc
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/LatLonLocTbl.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/LatLonLocTbl.java
@@ -1,182 +1,182 @@
-/**
- * LatLonLocTbl - A Java class to define some known VORs and Intlsig talbes
- * used to define convective/nonconvective/airmet/intl SIGMET locations.
- *
- * SOFTWARE HISTORY
- *
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 12 Jun 2009 95/132 B. Hebbard Initial creation.
- * 10 Sep 2009 39/87/114 L. Lin Remove the temporary enum
- * and add xml for VORs and
- * Intlsig gempak tables.
- * 30 Sep 2009 3102 jkorman Changed printlns to logging statements.
- *
- *
- *
- * This code has been developed by the SIB for use in the AWIPS2 system.
- * @author L. Lin
- * @version 1.0
- */
-package gov.noaa.nws.ncep.edex.tools.decoder;
-
-import static com.raytheon.uf.common.localization.LocalizationContext.LocalizationType.EDEX_STATIC;
-import gov.noaa.nws.ncep.edex.common.stationTables.IStationField.StationField;
-import gov.noaa.nws.ncep.edex.common.stationTables.Station;
-import gov.noaa.nws.ncep.edex.common.stationTables.StationTable;
-
-import java.io.File;
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import com.raytheon.uf.common.localization.IPathManager;
-import com.raytheon.uf.common.localization.LocalizationContext;
-import com.raytheon.uf.common.localization.LocalizationContext.LocalizationLevel;
-import com.raytheon.uf.common.localization.PathManagerFactory;
-import com.raytheon.uf.edex.decodertools.core.LatLonPoint;
-
-public class LatLonLocTbl {
- private static Log logger = LogFactory.getLog(LatLonLocTbl.class);
-
- static StationTable vorsloc = null;
-
- static StationTable intlsigloc = null;
-
- static StationTable myloc = null;
-
- private double latitude;
-
- private double longitude;
-
- private LatLonLocTbl(double latitude, double longitude) {
- this.latitude = latitude;
- this.longitude = longitude;
- }
-
- public static void readLocTable(String tableName) throws Exception {
-
- final String NCEP_DIR = "ncep";
- final String stnsDir = "stns";
- final String vorsLocTableName = "vors.xml";
-
- IPathManager manager = PathManagerFactory.getPathManager();
-
- LocalizationContext baseContext = null;
- File baseDir = null;
- String stnsFileName = null;
- baseContext = manager.getContext(EDEX_STATIC, LocalizationLevel.BASE);
- baseContext.setContextName(NCEP_DIR);
- baseDir = manager.getFile(baseContext, "");
- if (tableName == "vors") {
- stnsFileName = baseDir + File.separator + stnsDir + File.separator
- + vorsLocTableName;
- }
- logger.debug(" stnsFileName=" + stnsFileName);
- myloc = new StationTable(stnsFileName);
-
- }
-
- public double getLatitude() {
- return latitude;
- }
-
- public double getLongitude() {
- return longitude;
- }
-
- public LatLonPoint getLatLonPoint() {
- return new LatLonPoint(latitude, longitude, LatLonPoint.INDEGREES);
- }
-
- private enum Direction {
- N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW;
- public double getDegrees() {
- return ordinal() * 22.5;
- }
- }
-
- private static final double ONE_NM_RADIANS = Math.toRadians(1.0 / 60.0);
-
- /**
- * Given a relative reference string, returns a LatLonPoint
- * (com.raytheon.uf.edex.decodertools.core.LatLonPoint).
- *
- * @param location
- * A String such as... "BOS" "20S EMI" "30 WNW BUM" " 40ENE HUH "
- * ...referencing a VOR listed in AC 00-45F (Appendix F),
- * optionally preceded by distance in nautical miles and 16-point
- * compass direction string.
- * @param locTable
- * A string such as "vors" referring to "vors" location table or
- * "intlsig" referring to intl location table
- * @return The decoded location as a LatLonPoint; null on error (such as
- * unrecognized VOR identifier or direction string).
- *
- */
- public static LatLonPoint getLatLonPoint(String location, String locTable) {
- LatLonPoint point = null;
- Station vor = null;
- // Wrap decoding in a try block, in case of exception on
- // one of the xml or direction enum, or other problems.
-
- try {
- location = location.trim();
-
- // VOR is always last 3 nonblank char of location
- String navaid = location.substring(location.length() - 3);
-
- // Read in the location table XML if not exists
- if (myloc == null) {
- readLocTable(locTable);
- logger.debug(" - read vors.xml to cache");
- }
- // Search station ID and return whole station record
- if (myloc != null) {
- logger.debug(" - navaid = " + navaid);
- vor = myloc.getStation(StationField.STID, navaid);
- } else {
- logger.debug(" - myloc is null");
- }
-
- // Get LatLonPoint from lat/lon
- if (vor != null) {
- point = new LatLonPoint(vor.getLatitude(), vor.getLongitude(),
- LatLonPoint.INDEGREES);
- } else {
- logger.debug(" - DID NOT find station ID in vors.xml");
- }
-
- // If there's an offset direction/bearing, process it
- if (location.length() > 3) {
- String u = location.substring(0, location.length() - 3);
-
- Pattern p = Pattern.compile("^([0-9]+)\\s*([A-Z]+)");
- Matcher m = p.matcher(u);
- if (m.find()) {
- String distanceStr = m.group(1);
-
- String bearingStr = m.group(2);
-
- int distanceNM = Integer.parseInt(distanceStr);
-
- double distanceRad = distanceNM * ONE_NM_RADIANS;
- // LatLonPoint.positionOf thinks bearing is CCW, not CW...
- double bearingDeg = 360.0 - Direction.valueOf(bearingStr)
- .getDegrees();
- double bearingRad = Math.toRadians(bearingDeg);
- point = point.positionOf(bearingRad, distanceRad);
- logger.debug(" - get a good latlon point");
- }
- }
- return point;
- } catch (Exception e) {
- logger.error("[Error decoding location in LatLonLocTbl: "
- + location + "]");
- return null;
- }
- }
-
-}
+/**
+ * LatLonLocTbl - A Java class to define some known VORs and Intlsig talbes
+ * used to define convective/nonconvective/airmet/intl SIGMET locations.
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 12 Jun 2009 95/132 B. Hebbard Initial creation.
+ * 10 Sep 2009 39/87/114 L. Lin Remove the temporary enum
+ * and add xml for VORs and
+ * Intlsig gempak tables.
+ * 30 Sep 2009 3102 jkorman Changed printlns to logging statements.
+ *
+ *
+ *
+ * This code has been developed by the SIB for use in the AWIPS2 system.
+ * @author L. Lin
+ * @version 1.0
+ */
+package gov.noaa.nws.ncep.edex.tools.decoder;
+
+import static com.raytheon.uf.common.localization.LocalizationContext.LocalizationType.EDEX_STATIC;
+import gov.noaa.nws.ncep.edex.common.stationTables.IStationField.StationField;
+import gov.noaa.nws.ncep.edex.common.stationTables.Station;
+import gov.noaa.nws.ncep.edex.common.stationTables.StationTable;
+
+import java.io.File;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import com.raytheon.uf.common.localization.IPathManager;
+import com.raytheon.uf.common.localization.LocalizationContext;
+import com.raytheon.uf.common.localization.LocalizationContext.LocalizationLevel;
+import com.raytheon.uf.common.localization.PathManagerFactory;
+import com.raytheon.uf.edex.decodertools.core.LatLonPoint;
+
+public class LatLonLocTbl {
+ private static Log logger = LogFactory.getLog(LatLonLocTbl.class);
+
+ static StationTable vorsloc = null;
+
+ static StationTable intlsigloc = null;
+
+ static StationTable myloc = null;
+
+ private double latitude;
+
+ private double longitude;
+
+ private LatLonLocTbl(double latitude, double longitude) {
+ this.latitude = latitude;
+ this.longitude = longitude;
+ }
+
+ public static void readLocTable(String tableName) throws Exception {
+
+ final String NCEP_DIR = "ncep";
+ final String stnsDir = "stns";
+ final String vorsLocTableName = "vors.xml";
+
+ IPathManager manager = PathManagerFactory.getPathManager();
+
+ LocalizationContext baseContext = null;
+ File baseDir = null;
+ String stnsFileName = null;
+ baseContext = manager.getContext(EDEX_STATIC, LocalizationLevel.BASE);
+ baseContext.setContextName(NCEP_DIR);
+ baseDir = manager.getFile(baseContext, "");
+ if (tableName == "vors") {
+ stnsFileName = baseDir + File.separator + stnsDir + File.separator
+ + vorsLocTableName;
+ }
+ logger.debug(" stnsFileName=" + stnsFileName);
+ myloc = new StationTable(stnsFileName);
+
+ }
+
+ public double getLatitude() {
+ return latitude;
+ }
+
+ public double getLongitude() {
+ return longitude;
+ }
+
+ public LatLonPoint getLatLonPoint() {
+ return new LatLonPoint(latitude, longitude, LatLonPoint.INDEGREES);
+ }
+
+ private enum Direction {
+ N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW;
+ public double getDegrees() {
+ return ordinal() * 22.5;
+ }
+ }
+
+ private static final double ONE_NM_RADIANS = Math.toRadians(1.0 / 60.0);
+
+ /**
+ * Given a relative reference string, returns a LatLonPoint
+ * (com.raytheon.uf.edex.decodertools.core.LatLonPoint).
+ *
+ * @param location
+ * A String such as... "BOS" "20S EMI" "30 WNW BUM" " 40ENE HUH "
+ * ...referencing a VOR listed in AC 00-45F (Appendix F),
+ * optionally preceded by distance in nautical miles and 16-point
+ * compass direction string.
+ * @param locTable
+ * A string such as "vors" referring to "vors" location table or
+ * "intlsig" referring to intl location table
+ * @return The decoded location as a LatLonPoint; null on error (such as
+ * unrecognized VOR identifier or direction string).
+ *
+ */
+ public static LatLonPoint getLatLonPoint(String location, String locTable) {
+ LatLonPoint point = null;
+ Station vor = null;
+ // Wrap decoding in a try block, in case of exception on
+ // one of the xml or direction enum, or other problems.
+
+ try {
+ location = location.trim();
+
+ // VOR is always last 3 nonblank char of location
+ String navaid = location.substring(location.length() - 3);
+
+ // Read in the location table XML if not exists
+ if (myloc == null) {
+ readLocTable(locTable);
+ logger.debug(" - read vors.xml to cache");
+ }
+ // Search station ID and return whole station record
+ if (myloc != null) {
+ logger.debug(" - navaid = " + navaid);
+ vor = myloc.getStation(StationField.STID, navaid);
+ } else {
+ logger.debug(" - myloc is null");
+ }
+
+ // Get LatLonPoint from lat/lon
+ if (vor != null) {
+ point = new LatLonPoint(vor.getLatitude(), vor.getLongitude(),
+ LatLonPoint.INDEGREES);
+ } else {
+ logger.debug(" - DID NOT find station ID in vors.xml");
+ }
+
+ // If there's an offset direction/bearing, process it
+ if (location.length() > 3) {
+ String u = location.substring(0, location.length() - 3);
+
+ Pattern p = Pattern.compile("^([0-9]+)\\s*([A-Z]+)");
+ Matcher m = p.matcher(u);
+ if (m.find()) {
+ String distanceStr = m.group(1);
+
+ String bearingStr = m.group(2);
+
+ int distanceNM = Integer.parseInt(distanceStr);
+
+ double distanceRad = distanceNM * ONE_NM_RADIANS;
+ // LatLonPoint.positionOf thinks bearing is CCW, not CW...
+ double bearingDeg = 360.0 - Direction.valueOf(bearingStr)
+ .getDegrees();
+ double bearingRad = Math.toRadians(bearingDeg);
+ point = point.positionOf(bearingRad, distanceRad);
+ logger.debug(" - get a good latlon point");
+ }
+ }
+ return point;
+ } catch (Exception e) {
+ logger.error("[Error decoding location in LatLonLocTbl: "
+ + location + "]");
+ return null;
+ }
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/MndTime.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/MndTime.java
old mode 100755
new mode 100644
index 186abc02be..f1a2c95cd9
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/MndTime.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/MndTime.java
@@ -1,600 +1,600 @@
-/*
- *
- * MndTime
- *
- * This java class processes MND (Mass News Disseminator) block.
- *
- * SOFTWARE HISTORY
- *
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 10/2008 14 T. Lee Creation
- * 04/2009 14 T. Lee Used log4j logger
- * 06/2009 128 T. Lee Added UTC/Zulu; Returned UTC
- * or null for MND time
- * 07/2009 128 T. Lee Migration to TO11
- * 01/26/2011 N/A M. Gao Refactor the logic of parsing MndTime string
- * Now the regular expression is more flexible.
- * It can tolerate extra spaces at the beginning, ending
- * or in between of words. It can either take THU abbreviation
- * or Thursday. The similar flexibility applies to MON and MONDAY too.
- * It can also understand both format listed as below:
- * 1018 PM CDT THU APR 1 2010 or
- * 1018 PM CDT THURSDAY 1 APR 2010
- *
- *
- * @author T.Lee
- * @version 1.0
- */
-
-package gov.noaa.nws.ncep.edex.tools.decoder;
-import java.text.ParseException;
-import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-public final class MndTime {
- private final Log logger = LogFactory.getLog(getClass());
-
- /** MND time calendar*/
- private Calendar mndTm = null;
-
- /** MND time string */
- private String mndTmStr = null;
-
- /**
- * Constructor the MND time
- *
- * @param messageData
- */
- public MndTime (byte[] messageData) {
- mndTm = processMndTime (messageData);
- }
-
- /**
- * Get MND time
- *
- * @return mndTm
- */
- public Calendar getMndTime() {
- return mndTm;
- }
-
- /**
- * Get MND time string
- *
- * @return mndTmStr
- */
- public String getMndTimeString() {
- return mndTmStr;
- }
-
- /**
- * Return MND time as Calendar object.
- *
- * @param tm the Matcher object
- * @return cal
- */
-
- public Calendar processMndTime (byte[] msg) {
- String s = new String(msg);
- SimpleDateFormat sdf;
-
- /*
- * MND time (local format)
- */
-// final String MNDTIME_EXP_LOCAL = "(\\d{3,4}) ([A-Za-z]{2}) ([A-Za-z]{3}) " +
-// "([A-Za-z]{3}) ([A-Za-z]{3}) (\\d{1,2}) (\\d{4})\r\r\n";
-// Pattern pt = Pattern.compile(MNDTIME_EXP_LOCAL);
-// Matcher tm = pt.matcher(s);
-// Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
-//
-// /*
-// * Decode local time pattern
-// */
-// if (tm.find()) {
-// String group1;
-// String group6;
-// mndTmStr = tm.group(0).trim();
-// sdf = new SimpleDateFormat ("HHmm a zzz EEE MMM dd yy");
-// group1 = tm.group(1);
-// if ( tm.group(1).length() == 3 ) {
-// group1 = "0"+tm.group(1);
-// }
-// /*
-// * changes made are:
-// * 1. Handle both cases of "1 APR" and "APR 1" for the string fields
-// * group(5) and group(6)
-// */
-//// group6 = tm.group(6);
-//// if ( tm.group(6).length() == 1 ) {
-//// group6 = "0"+tm.group(6);
-//// }
-//// String mnd = group1+" "+tm.group(2)+" "+tm.group(3)+" "+ tm.group(4)+" "+
-//// tm.group(5)+" "+group6+" "+tm.group(7);
-// String [] monthAndDayStringArray = verifyAndRetrieveMonthAndDay(tm.group(5), tm.group(6));
-// String mnd = group1+" "+tm.group(2)+" "+tm.group(3)+" "+ tm.group(4)+" "+
-// monthAndDayStringArray[0]+" "+ monthAndDayStringArray[1] +" "+tm.group(7);
-// try {
-// java.util.Date parsedDate = sdf.parse(mnd);
-// cal.setTime(parsedDate);
-// } catch (ParseException pe) {
-// if ( logger.isInfoEnabled()) {
-// logger.info ( "Errors in processing MND local time");
-// }
-// if(isTimeZoneInvalid(tm.group(3))) {
-// setDayOfMonthAndMonthAndYearToCalendar(cal, monthAndDayStringArray[1],
-// monthAndDayStringArray[0], tm.group(7));
-// }
-// }
- /*
- * expression pattern string match something like "800 AM PDT THU APR 1 2010"
- */
- final String MNDTIME_EXP_LOCAL_1 = "( *\\d{3,4})( *[A-Za-z]{2})( *[A-Za-z]{3})" +
- "( *[A-Za-z]{3,9})( *[A-Za-z]{3,9})( *\\d{1,2})( *\\d{4} *)\r\r\n";
- Pattern pattern1 = Pattern.compile(MNDTIME_EXP_LOCAL_1);
- Matcher matcher1 = pattern1.matcher(s);
- /*
- * expression pattern string match something like "800 AM PDT THU 1 APR 2010"
- */
- final String MNDTIME_EXP_LOCAL_2 = "( *\\d{3,4})( *[A-Za-z]{2})( *[A-Za-z]{3})" +
- "( *[A-Za-z]{3,9})( *\\d{1,2})( *[A-Za-z]{3,9})( *\\d{4} *)\r\r\n";
- Pattern pattern2 = Pattern.compile(MNDTIME_EXP_LOCAL_2);
- Matcher matcher2 = pattern2.matcher(s);
-
- Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
- Matcher matcher = getMatcher(matcher1, matcher2);
-
- Pattern pt = null;
- Matcher tm = null;
- /*
- * Decode local time pattern
- */
- if (matcher != null) {
- mndTmStr = matcher.group(0).trim();
- sdf = new SimpleDateFormat ("HHmm a zzz EEE MMM dd yy");
- String group1;
- group1 = matcher.group(1).trim();
- if ( group1.length() == 3 ) {
- group1 = "0"+matcher.group(1);
- }
- /*
- * changes made are:
- * 1. Handle both cases of "1 APR" and "APR 1" for the string fields
- * group(5) and group(6)
- */
- String group2 = matcher.group(2).trim();
- String group3 = matcher.group(3).trim();
- String group4 = matcher.group(4).trim();
- String group5 = matcher.group(5).trim();
- String group6 = matcher.group(6).trim();
- String group7 = matcher.group(7).trim();
- String [] monthAndDayStringArray = verifyAndRetrieveMonthAndDay(group5, group6);
- String mnd = group1+" "+ group2 + " "+ group3 +" "+ group4 + " " +
- monthAndDayStringArray[0] + " "+ monthAndDayStringArray[1] +" "+ group7;
- try {
- java.util.Date parsedDate = sdf.parse(mnd);
- cal.setTime(parsedDate);
- } catch (ParseException pe) {
- if ( logger.isInfoEnabled()) {
- logger.info ( "Errors in processing MND local time");
- }
- if(isTimeZoneInvalid(group3)) {
- setDayOfMonthAndMonthAndYearToCalendar(cal, monthAndDayStringArray[1],
- monthAndDayStringArray[0], group7);
- }
- }
-
- } else {
-
- /*
- * UTC format, e.g., 1500 UTC THU MAY 28 2009
- */
- final String MNDTIME_EXP_UTC = "(\\d{3,4}) UTC ([A-Za-z]{3}) ([A-Za-z]{3}) " +
- "(\\d{1,2}) (\\d{4})\r\r\n";
-
- pt = Pattern.compile(MNDTIME_EXP_UTC);
- tm = pt.matcher(s);
-
- /*
- * decode UTC pattern
- */
- if (tm.find()) {
- String group1, group4;
- sdf = new SimpleDateFormat ("HHmm zzz EEE MMM dd yyyy");
- mndTmStr = tm.group(0).trim();
- try {
- group1 = tm.group(1);
- if ( tm.group(1).length() == 3 ) {
- group1 = "0"+tm.group(1);
- }
- group4 = tm.group(4);
- if ( tm.group(4).length() == 1 ) {
- group4 = "0"+tm.group(4);
- }
- String mnd = group1+" UTC "+tm.group(2)+" "+tm.group(3)+" "+ group4+
- " "+tm.group(5);
- cal.setTime(sdf.parse(mnd));
- cal.set(Calendar.SECOND, 0);
- cal.set(Calendar.MILLISECOND, 0);
- } catch (Exception e) {
- if ( logger.isInfoEnabled()) {
- logger.info ( "Errors in processing MND UTC time");
- }
- }
-
- } else {
-
- /*
- * Check Zulu pattern
- */
- String MNDTIME_EXP_ZULU = "(\\d{5,6})(z|Z) ([A-Za-z]{3}) (\\d{2})//(\r\r\n|\r\n)";
- pt = Pattern.compile(MNDTIME_EXP_ZULU);
- tm = pt.matcher(s);
-
- /*
- * Check UTC pattern
- */
- if (tm.find()) {
- String group1;
- sdf = new SimpleDateFormat ("ddHHmm zzz MMM yy");
- mndTmStr = tm.group(0).trim();
- try {
- group1 = tm.group(1);
- if ( tm.group(1).length() == 5 ) {
- group1 = "0"+tm.group(1);
- }
- String time = group1+" UTC "+tm.group(3)+" "+tm.group(4);
- cal.setTime(sdf.parse(time));
- cal.set(Calendar.SECOND, 0);
- cal.set(Calendar.MILLISECOND, 0);
- } catch (Exception e) {
- if ( logger.isInfoEnabled()) {
- logger.info ( "Errors in processing MND zulu time");
- }
- }
- } else {
-
- /*
- * Check Zulu pattern
- */
- MNDTIME_EXP_ZULU = "(\\d{5,6})(z|Z)([A-Za-z]{3})(\\d{4})//(\n|\r\n)";
- pt = Pattern.compile(MNDTIME_EXP_ZULU);
- tm = pt.matcher(s);
-
- /*
- * Check UTC pattern
- */
- if (tm.find()) {
- String group1;
- sdf = new SimpleDateFormat ("ddHHmm zzz MMM yyyy");
- mndTmStr = tm.group(0).trim();
- try {
- group1 = tm.group(1);
- if ( tm.group(1).length() == 5 ) {
- group1 = "0"+tm.group(1);
- }
- String time = group1+" UTC "+tm.group(3)+" "+tm.group(4);
- cal.setTime(sdf.parse(time));
- cal.set(Calendar.SECOND, 0);
- cal.set(Calendar.MILLISECOND, 0);
- } catch (Exception e) {
- if ( logger.isInfoEnabled()) {
- logger.info ( "Errors in processing MND zulu time");
- }
- }
- } else {
-
- /*
- * return null if no MND time
- */
- cal = null;
- }
- }
- }
- }
- return cal;
- }
-
- private String stripExtraSpace(String str) {
- if(isStringEmpty(str))
- return "";
- StringBuilder builder = new StringBuilder(str.length());
- String [] strArray = str.split(" ");
- displayStringArray(strArray);
- /*
- * find the first string that can be parsed as an integer
- * and discard any strings in front of it
- */
- int firstIntegerStringIndex = findFirstIntegerStringIndex(strArray);
- for(int i=firstIntegerStringIndex; i< strArray.length; i++) {
- builder.append(strArray[i].trim())
- .append(" ");
- }
- return builder.toString().trim();
- }
-
- private void displayStringArray(String[] strArray) {
- if(strArray == null)
- System.out.println("=====, the input strArray is NULL and thus can not be displayed!!!!");
- else {
- System.out.println("=======, the total number of String array is = " + strArray.length);
- int arrayIndex = 1;
- for(String eachString : strArray) {
- System.out.println(" Array Intem No." + arrayIndex + ":= "+eachString + " with LENGTH ="+eachString.length());
- arrayIndex++;
- }
- }
- }
-
- /**
- *
- * @param timezoneString
- * @return
- */
- private String replaceInvalidTimezoneValue(String timezoneString) {
- String timezoneValueReturned = timezoneString;
- if(timezoneValueReturned != null && timezoneValueReturned.trim().length() > 0) {
- if(timezoneValueReturned.equalsIgnoreCase("PLT"))
- timezoneValueReturned = "PDT";
- }
- return timezoneValueReturned;
- }
-
- /**
- *
- * @param strArray
- * @return
- */
- private int findFirstIntegerStringIndex(String[] strArray) {
- int firstIntegerStringIndex = 0;
- if(strArray != null) {
- for(String eachString : strArray) {
- if(isIntegerString(eachString))
- break;
- firstIntegerStringIndex++;
- }
- }
- return firstIntegerStringIndex;
- }
-
- private boolean isIntegerString(String str) {
- boolean isIntegerString = false;
- try {
- Integer.parseInt(str);
- isIntegerString = true;
- } catch(NumberFormatException nfe) {
- //do nothing
- }
- return isIntegerString;
- }
-
- /**
- * a helper method to check is a string is empty
- * @param str
- * @return
- */
- private boolean isStringEmpty(String str) {
- boolean isEmpty = false;
- if(str == null || str.trim().length() == 0)
- isEmpty = true;
- return isEmpty;
- }
- /**
- *
- * @param matcher1
- * @param matcher2
- * @return
- */
- private Matcher getMatcher(Matcher matcher1, Matcher matcher2) {
- Matcher matcher = null;
- if(matcher1 != null && matcher1.find())
- matcher = matcher1;
- else if(matcher2 != null && matcher2.find())
- matcher = matcher2;
- return matcher;
- }
-
- /**
- *
- * @param timeZoneString
- * @return
- */
- private boolean isTimeZoneInvalid(String timeZoneString) {
- boolean isInvalid = false;
- if(isStringEqual("PLT", timeZoneString))
- isInvalid = true;
- return isInvalid;
- }
-
- /**
- * A helper method to parse and monthString and yearString directly
- * and then set to the calendar object
- * @param calendar
- * @param monthString
- * @param yearString
- */
- private void setDayOfMonthAndMonthAndYearToCalendar(Calendar calendar, String dayOfMonthString,
- String monthString, String yearString) {
- if(calendar == null)
- return;
- /*
- * set day of month
- */
- int dayOfMonthInt = getDayOfMonthInt(dayOfMonthString);
- if(isDayOfMonthIntValid(dayOfMonthInt))
- calendar.set(Calendar.DAY_OF_MONTH, dayOfMonthInt);
-
- /*
- * set month
- */
- int monthId = getMonthId(monthString);
- if(isMonthIdValid(monthId))
- calendar.set(Calendar.MONTH, monthId);
-
- /*
- * Now set year value
- */
- int yearInt = getYearInt(yearString);
- if(isYearIntValid(yearInt))
- calendar.set(Calendar.YEAR, yearInt);
- }
-
- private int getMonthId(String monthString) {
- int monthId = -1;
- if(isStringEqual("JAN", monthString) || isStringEqual("JANUARY", monthString))
- monthId = Calendar.JANUARY;
- else if(isStringEqual("FEB", monthString) || isStringEqual("FEBRUARY", monthString))
- monthId = Calendar.FEBRUARY;
- else if(isStringEqual("MAR", monthString) || isStringEqual("MARCH", monthString))
- monthId = Calendar.MARCH;
- else if(isStringEqual("APR", monthString) || isStringEqual("APRIL", monthString))
- monthId = Calendar.APRIL;
- else if(isStringEqual("MAY", monthString))
- monthId = Calendar.MAY;
- else if(isStringEqual("JUN", monthString) || isStringEqual("JUNE", monthString))
- monthId = Calendar.JUNE;
- else if(isStringEqual("JUL", monthString) || isStringEqual("JULY", monthString))
- monthId = Calendar.JULY;
- else if(isStringEqual("AUG", monthString) || isStringEqual("AUGUST", monthString))
- monthId = Calendar.AUGUST;
- else if(isStringEqual("SEP", monthString) || isStringEqual("SEPTEMBER", monthString))
- monthId = Calendar.SEPTEMBER;
- else if(isStringEqual("OCT", monthString) || isStringEqual("OCTOBER", monthString))
- monthId = Calendar.OCTOBER;
- else if(isStringEqual("NOV", monthString) || isStringEqual("NOVEMBER", monthString))
- monthId = Calendar.NOVEMBER;
- else if(isStringEqual("DEC", monthString) || isStringEqual("DECEMBER", monthString))
- monthId = Calendar.DECEMBER;
- return monthId;
- }
-
- private boolean isStringEqual(String str1, String str2) {
- boolean isEqual = false;
- if(str1.equalsIgnoreCase(str2))
- isEqual = true;
- return isEqual;
- }
-
- /**
- *
- * @param yearString
- * @return
- */
- private int getYearInt(String yearString) {
- int yearInt = -1;
- if(yearString != null) {
- try {
- yearInt = Integer.parseInt(yearString);
- } catch(NumberFormatException nfe) {
- //do nothing
- }
- }
- return yearInt;
- }
-
- private int getDayOfMonthInt(String dayOfMonthString) {
- int dayOfMonthInt = -1;
- if(dayOfMonthString != null) {
- try {
- dayOfMonthInt = Integer.parseInt(dayOfMonthString);
- } catch(NumberFormatException nfe) {
- //do nothing
- }
- }
- return dayOfMonthInt;
- }
-
-
- /**
- *
- * @param monthId
- * @return
- */
- private boolean isMonthIdValid(int monthId) {
- boolean isValid = true;
- if(isIntegerNegative(monthId))
- isValid = false;
- return isValid;
- }
-
- /**
- *
- * @param yearInt
- * @return
- */
- private boolean isYearIntValid(int yearInt) {
- boolean isValid = true;
- if(isIntegerNegative(yearInt))
- isValid = false;
- return isValid;
- }
-
- private boolean isDayOfMonthIntValid(int dayOfMonthInt) {
- boolean isValid = true;
- if(isIntegerNegative(dayOfMonthInt))
- isValid = false;
- return isValid;
- }
-
- /**
- * a method to return true if the input is a negative number
- * @param intValue
- * @return
- */
- private boolean isIntegerNegative(int intValue) {
- return intValue < 0 ? true : false;
- }
-
- /*
- * A helper method to retrieve month and day values
- * Case No.1: 12 APR
- * Case No.2: APR 12
- */
- private String[] verifyAndRetrieveMonthAndDay(String monthAndDayValue1, String monthAndDayValue2) {
- String [] monthAndDayStringArray = new String[2];
- if(canStringBeParsedAsInteger(monthAndDayValue2)) {
- monthAndDayStringArray[0] = monthAndDayValue1;
- monthAndDayStringArray[1] = monthAndDayValue2;
- } else if(canStringBeParsedAsInteger(monthAndDayValue1)) {
- monthAndDayStringArray[0] = monthAndDayValue2;
- monthAndDayStringArray[1] = monthAndDayValue1;
- }
- if(monthAndDayStringArray[1] != null && monthAndDayStringArray[1].length()==1)
- monthAndDayStringArray[1] = "0" + monthAndDayStringArray[1];
-
- checkStringArray(monthAndDayStringArray);
- return monthAndDayStringArray;
- }
-
- /*
- * A helper method to check each element of the array
- * to make sure there is no any null value exists in the array
- * Assign an empty string value to any null element of the array
- */
- private void checkStringArray(String[] stringArray) {
- for(int i=0; i
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 10/2008 14 T. Lee Creation
+ * 04/2009 14 T. Lee Used log4j logger
+ * 06/2009 128 T. Lee Added UTC/Zulu; Returned UTC
+ * or null for MND time
+ * 07/2009 128 T. Lee Migration to TO11
+ * 01/26/2011 N/A M. Gao Refactor the logic of parsing MndTime string
+ * Now the regular expression is more flexible.
+ * It can tolerate extra spaces at the beginning, ending
+ * or in between of words. It can either take THU abbreviation
+ * or Thursday. The similar flexibility applies to MON and MONDAY too.
+ * It can also understand both format listed as below:
+ * 1018 PM CDT THU APR 1 2010 or
+ * 1018 PM CDT THURSDAY 1 APR 2010
+ *
+ *
+ * @author T.Lee
+ * @version 1.0
+ */
+
+package gov.noaa.nws.ncep.edex.tools.decoder;
+import java.text.ParseException;
+import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+public final class MndTime {
+ private final Log logger = LogFactory.getLog(getClass());
+
+ /** MND time calendar*/
+ private Calendar mndTm = null;
+
+ /** MND time string */
+ private String mndTmStr = null;
+
+ /**
+ * Constructor the MND time
+ *
+ * @param messageData
+ */
+ public MndTime (byte[] messageData) {
+ mndTm = processMndTime (messageData);
+ }
+
+ /**
+ * Get MND time
+ *
+ * @return mndTm
+ */
+ public Calendar getMndTime() {
+ return mndTm;
+ }
+
+ /**
+ * Get MND time string
+ *
+ * @return mndTmStr
+ */
+ public String getMndTimeString() {
+ return mndTmStr;
+ }
+
+ /**
+ * Return MND time as Calendar object.
+ *
+ * @param tm the Matcher object
+ * @return cal
+ */
+
+ public Calendar processMndTime (byte[] msg) {
+ String s = new String(msg);
+ SimpleDateFormat sdf;
+
+ /*
+ * MND time (local format)
+ */
+// final String MNDTIME_EXP_LOCAL = "(\\d{3,4}) ([A-Za-z]{2}) ([A-Za-z]{3}) " +
+// "([A-Za-z]{3}) ([A-Za-z]{3}) (\\d{1,2}) (\\d{4})\r\r\n";
+// Pattern pt = Pattern.compile(MNDTIME_EXP_LOCAL);
+// Matcher tm = pt.matcher(s);
+// Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
+//
+// /*
+// * Decode local time pattern
+// */
+// if (tm.find()) {
+// String group1;
+// String group6;
+// mndTmStr = tm.group(0).trim();
+// sdf = new SimpleDateFormat ("HHmm a zzz EEE MMM dd yy");
+// group1 = tm.group(1);
+// if ( tm.group(1).length() == 3 ) {
+// group1 = "0"+tm.group(1);
+// }
+// /*
+// * changes made are:
+// * 1. Handle both cases of "1 APR" and "APR 1" for the string fields
+// * group(5) and group(6)
+// */
+//// group6 = tm.group(6);
+//// if ( tm.group(6).length() == 1 ) {
+//// group6 = "0"+tm.group(6);
+//// }
+//// String mnd = group1+" "+tm.group(2)+" "+tm.group(3)+" "+ tm.group(4)+" "+
+//// tm.group(5)+" "+group6+" "+tm.group(7);
+// String [] monthAndDayStringArray = verifyAndRetrieveMonthAndDay(tm.group(5), tm.group(6));
+// String mnd = group1+" "+tm.group(2)+" "+tm.group(3)+" "+ tm.group(4)+" "+
+// monthAndDayStringArray[0]+" "+ monthAndDayStringArray[1] +" "+tm.group(7);
+// try {
+// java.util.Date parsedDate = sdf.parse(mnd);
+// cal.setTime(parsedDate);
+// } catch (ParseException pe) {
+// if ( logger.isInfoEnabled()) {
+// logger.info ( "Errors in processing MND local time");
+// }
+// if(isTimeZoneInvalid(tm.group(3))) {
+// setDayOfMonthAndMonthAndYearToCalendar(cal, monthAndDayStringArray[1],
+// monthAndDayStringArray[0], tm.group(7));
+// }
+// }
+ /*
+ * expression pattern string match something like "800 AM PDT THU APR 1 2010"
+ */
+ final String MNDTIME_EXP_LOCAL_1 = "( *\\d{3,4})( *[A-Za-z]{2})( *[A-Za-z]{3})" +
+ "( *[A-Za-z]{3,9})( *[A-Za-z]{3,9})( *\\d{1,2})( *\\d{4} *)\r\r\n";
+ Pattern pattern1 = Pattern.compile(MNDTIME_EXP_LOCAL_1);
+ Matcher matcher1 = pattern1.matcher(s);
+ /*
+ * expression pattern string match something like "800 AM PDT THU 1 APR 2010"
+ */
+ final String MNDTIME_EXP_LOCAL_2 = "( *\\d{3,4})( *[A-Za-z]{2})( *[A-Za-z]{3})" +
+ "( *[A-Za-z]{3,9})( *\\d{1,2})( *[A-Za-z]{3,9})( *\\d{4} *)\r\r\n";
+ Pattern pattern2 = Pattern.compile(MNDTIME_EXP_LOCAL_2);
+ Matcher matcher2 = pattern2.matcher(s);
+
+ Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
+ Matcher matcher = getMatcher(matcher1, matcher2);
+
+ Pattern pt = null;
+ Matcher tm = null;
+ /*
+ * Decode local time pattern
+ */
+ if (matcher != null) {
+ mndTmStr = matcher.group(0).trim();
+ sdf = new SimpleDateFormat ("HHmm a zzz EEE MMM dd yy");
+ String group1;
+ group1 = matcher.group(1).trim();
+ if ( group1.length() == 3 ) {
+ group1 = "0"+matcher.group(1);
+ }
+ /*
+ * changes made are:
+ * 1. Handle both cases of "1 APR" and "APR 1" for the string fields
+ * group(5) and group(6)
+ */
+ String group2 = matcher.group(2).trim();
+ String group3 = matcher.group(3).trim();
+ String group4 = matcher.group(4).trim();
+ String group5 = matcher.group(5).trim();
+ String group6 = matcher.group(6).trim();
+ String group7 = matcher.group(7).trim();
+ String [] monthAndDayStringArray = verifyAndRetrieveMonthAndDay(group5, group6);
+ String mnd = group1+" "+ group2 + " "+ group3 +" "+ group4 + " " +
+ monthAndDayStringArray[0] + " "+ monthAndDayStringArray[1] +" "+ group7;
+ try {
+ java.util.Date parsedDate = sdf.parse(mnd);
+ cal.setTime(parsedDate);
+ } catch (ParseException pe) {
+ if ( logger.isInfoEnabled()) {
+ logger.info ( "Errors in processing MND local time");
+ }
+ if(isTimeZoneInvalid(group3)) {
+ setDayOfMonthAndMonthAndYearToCalendar(cal, monthAndDayStringArray[1],
+ monthAndDayStringArray[0], group7);
+ }
+ }
+
+ } else {
+
+ /*
+ * UTC format, e.g., 1500 UTC THU MAY 28 2009
+ */
+ final String MNDTIME_EXP_UTC = "(\\d{3,4}) UTC ([A-Za-z]{3}) ([A-Za-z]{3}) " +
+ "(\\d{1,2}) (\\d{4})\r\r\n";
+
+ pt = Pattern.compile(MNDTIME_EXP_UTC);
+ tm = pt.matcher(s);
+
+ /*
+ * decode UTC pattern
+ */
+ if (tm.find()) {
+ String group1, group4;
+ sdf = new SimpleDateFormat ("HHmm zzz EEE MMM dd yyyy");
+ mndTmStr = tm.group(0).trim();
+ try {
+ group1 = tm.group(1);
+ if ( tm.group(1).length() == 3 ) {
+ group1 = "0"+tm.group(1);
+ }
+ group4 = tm.group(4);
+ if ( tm.group(4).length() == 1 ) {
+ group4 = "0"+tm.group(4);
+ }
+ String mnd = group1+" UTC "+tm.group(2)+" "+tm.group(3)+" "+ group4+
+ " "+tm.group(5);
+ cal.setTime(sdf.parse(mnd));
+ cal.set(Calendar.SECOND, 0);
+ cal.set(Calendar.MILLISECOND, 0);
+ } catch (Exception e) {
+ if ( logger.isInfoEnabled()) {
+ logger.info ( "Errors in processing MND UTC time");
+ }
+ }
+
+ } else {
+
+ /*
+ * Check Zulu pattern
+ */
+ String MNDTIME_EXP_ZULU = "(\\d{5,6})(z|Z) ([A-Za-z]{3}) (\\d{2})//(\r\r\n|\r\n)";
+ pt = Pattern.compile(MNDTIME_EXP_ZULU);
+ tm = pt.matcher(s);
+
+ /*
+ * Check UTC pattern
+ */
+ if (tm.find()) {
+ String group1;
+ sdf = new SimpleDateFormat ("ddHHmm zzz MMM yy");
+ mndTmStr = tm.group(0).trim();
+ try {
+ group1 = tm.group(1);
+ if ( tm.group(1).length() == 5 ) {
+ group1 = "0"+tm.group(1);
+ }
+ String time = group1+" UTC "+tm.group(3)+" "+tm.group(4);
+ cal.setTime(sdf.parse(time));
+ cal.set(Calendar.SECOND, 0);
+ cal.set(Calendar.MILLISECOND, 0);
+ } catch (Exception e) {
+ if ( logger.isInfoEnabled()) {
+ logger.info ( "Errors in processing MND zulu time");
+ }
+ }
+ } else {
+
+ /*
+ * Check Zulu pattern
+ */
+ MNDTIME_EXP_ZULU = "(\\d{5,6})(z|Z)([A-Za-z]{3})(\\d{4})//(\n|\r\n)";
+ pt = Pattern.compile(MNDTIME_EXP_ZULU);
+ tm = pt.matcher(s);
+
+ /*
+ * Check UTC pattern
+ */
+ if (tm.find()) {
+ String group1;
+ sdf = new SimpleDateFormat ("ddHHmm zzz MMM yyyy");
+ mndTmStr = tm.group(0).trim();
+ try {
+ group1 = tm.group(1);
+ if ( tm.group(1).length() == 5 ) {
+ group1 = "0"+tm.group(1);
+ }
+ String time = group1+" UTC "+tm.group(3)+" "+tm.group(4);
+ cal.setTime(sdf.parse(time));
+ cal.set(Calendar.SECOND, 0);
+ cal.set(Calendar.MILLISECOND, 0);
+ } catch (Exception e) {
+ if ( logger.isInfoEnabled()) {
+ logger.info ( "Errors in processing MND zulu time");
+ }
+ }
+ } else {
+
+ /*
+ * return null if no MND time
+ */
+ cal = null;
+ }
+ }
+ }
+ }
+ return cal;
+ }
+
+ private String stripExtraSpace(String str) {
+ if(isStringEmpty(str))
+ return "";
+ StringBuilder builder = new StringBuilder(str.length());
+ String [] strArray = str.split(" ");
+ displayStringArray(strArray);
+ /*
+ * find the first string that can be parsed as an integer
+ * and discard any strings in front of it
+ */
+ int firstIntegerStringIndex = findFirstIntegerStringIndex(strArray);
+ for(int i=firstIntegerStringIndex; i< strArray.length; i++) {
+ builder.append(strArray[i].trim())
+ .append(" ");
+ }
+ return builder.toString().trim();
+ }
+
+ private void displayStringArray(String[] strArray) {
+ if(strArray == null)
+ System.out.println("=====, the input strArray is NULL and thus can not be displayed!!!!");
+ else {
+ System.out.println("=======, the total number of String array is = " + strArray.length);
+ int arrayIndex = 1;
+ for(String eachString : strArray) {
+ System.out.println(" Array Intem No." + arrayIndex + ":= "+eachString + " with LENGTH ="+eachString.length());
+ arrayIndex++;
+ }
+ }
+ }
+
+ /**
+ *
+ * @param timezoneString
+ * @return
+ */
+ private String replaceInvalidTimezoneValue(String timezoneString) {
+ String timezoneValueReturned = timezoneString;
+ if(timezoneValueReturned != null && timezoneValueReturned.trim().length() > 0) {
+ if(timezoneValueReturned.equalsIgnoreCase("PLT"))
+ timezoneValueReturned = "PDT";
+ }
+ return timezoneValueReturned;
+ }
+
+ /**
+ *
+ * @param strArray
+ * @return
+ */
+ private int findFirstIntegerStringIndex(String[] strArray) {
+ int firstIntegerStringIndex = 0;
+ if(strArray != null) {
+ for(String eachString : strArray) {
+ if(isIntegerString(eachString))
+ break;
+ firstIntegerStringIndex++;
+ }
+ }
+ return firstIntegerStringIndex;
+ }
+
+ private boolean isIntegerString(String str) {
+ boolean isIntegerString = false;
+ try {
+ Integer.parseInt(str);
+ isIntegerString = true;
+ } catch(NumberFormatException nfe) {
+ //do nothing
+ }
+ return isIntegerString;
+ }
+
+ /**
+ * a helper method to check is a string is empty
+ * @param str
+ * @return
+ */
+ private boolean isStringEmpty(String str) {
+ boolean isEmpty = false;
+ if(str == null || str.trim().length() == 0)
+ isEmpty = true;
+ return isEmpty;
+ }
+ /**
+ *
+ * @param matcher1
+ * @param matcher2
+ * @return
+ */
+ private Matcher getMatcher(Matcher matcher1, Matcher matcher2) {
+ Matcher matcher = null;
+ if(matcher1 != null && matcher1.find())
+ matcher = matcher1;
+ else if(matcher2 != null && matcher2.find())
+ matcher = matcher2;
+ return matcher;
+ }
+
+ /**
+ *
+ * @param timeZoneString
+ * @return
+ */
+ private boolean isTimeZoneInvalid(String timeZoneString) {
+ boolean isInvalid = false;
+ if(isStringEqual("PLT", timeZoneString))
+ isInvalid = true;
+ return isInvalid;
+ }
+
+ /**
+ * A helper method to parse and monthString and yearString directly
+ * and then set to the calendar object
+ * @param calendar
+ * @param monthString
+ * @param yearString
+ */
+ private void setDayOfMonthAndMonthAndYearToCalendar(Calendar calendar, String dayOfMonthString,
+ String monthString, String yearString) {
+ if(calendar == null)
+ return;
+ /*
+ * set day of month
+ */
+ int dayOfMonthInt = getDayOfMonthInt(dayOfMonthString);
+ if(isDayOfMonthIntValid(dayOfMonthInt))
+ calendar.set(Calendar.DAY_OF_MONTH, dayOfMonthInt);
+
+ /*
+ * set month
+ */
+ int monthId = getMonthId(monthString);
+ if(isMonthIdValid(monthId))
+ calendar.set(Calendar.MONTH, monthId);
+
+ /*
+ * Now set year value
+ */
+ int yearInt = getYearInt(yearString);
+ if(isYearIntValid(yearInt))
+ calendar.set(Calendar.YEAR, yearInt);
+ }
+
+ private int getMonthId(String monthString) {
+ int monthId = -1;
+ if(isStringEqual("JAN", monthString) || isStringEqual("JANUARY", monthString))
+ monthId = Calendar.JANUARY;
+ else if(isStringEqual("FEB", monthString) || isStringEqual("FEBRUARY", monthString))
+ monthId = Calendar.FEBRUARY;
+ else if(isStringEqual("MAR", monthString) || isStringEqual("MARCH", monthString))
+ monthId = Calendar.MARCH;
+ else if(isStringEqual("APR", monthString) || isStringEqual("APRIL", monthString))
+ monthId = Calendar.APRIL;
+ else if(isStringEqual("MAY", monthString))
+ monthId = Calendar.MAY;
+ else if(isStringEqual("JUN", monthString) || isStringEqual("JUNE", monthString))
+ monthId = Calendar.JUNE;
+ else if(isStringEqual("JUL", monthString) || isStringEqual("JULY", monthString))
+ monthId = Calendar.JULY;
+ else if(isStringEqual("AUG", monthString) || isStringEqual("AUGUST", monthString))
+ monthId = Calendar.AUGUST;
+ else if(isStringEqual("SEP", monthString) || isStringEqual("SEPTEMBER", monthString))
+ monthId = Calendar.SEPTEMBER;
+ else if(isStringEqual("OCT", monthString) || isStringEqual("OCTOBER", monthString))
+ monthId = Calendar.OCTOBER;
+ else if(isStringEqual("NOV", monthString) || isStringEqual("NOVEMBER", monthString))
+ monthId = Calendar.NOVEMBER;
+ else if(isStringEqual("DEC", monthString) || isStringEqual("DECEMBER", monthString))
+ monthId = Calendar.DECEMBER;
+ return monthId;
+ }
+
+ private boolean isStringEqual(String str1, String str2) {
+ boolean isEqual = false;
+ if(str1.equalsIgnoreCase(str2))
+ isEqual = true;
+ return isEqual;
+ }
+
+ /**
+ *
+ * @param yearString
+ * @return
+ */
+ private int getYearInt(String yearString) {
+ int yearInt = -1;
+ if(yearString != null) {
+ try {
+ yearInt = Integer.parseInt(yearString);
+ } catch(NumberFormatException nfe) {
+ //do nothing
+ }
+ }
+ return yearInt;
+ }
+
+ private int getDayOfMonthInt(String dayOfMonthString) {
+ int dayOfMonthInt = -1;
+ if(dayOfMonthString != null) {
+ try {
+ dayOfMonthInt = Integer.parseInt(dayOfMonthString);
+ } catch(NumberFormatException nfe) {
+ //do nothing
+ }
+ }
+ return dayOfMonthInt;
+ }
+
+
+ /**
+ *
+ * @param monthId
+ * @return
+ */
+ private boolean isMonthIdValid(int monthId) {
+ boolean isValid = true;
+ if(isIntegerNegative(monthId))
+ isValid = false;
+ return isValid;
+ }
+
+ /**
+ *
+ * @param yearInt
+ * @return
+ */
+ private boolean isYearIntValid(int yearInt) {
+ boolean isValid = true;
+ if(isIntegerNegative(yearInt))
+ isValid = false;
+ return isValid;
+ }
+
+ private boolean isDayOfMonthIntValid(int dayOfMonthInt) {
+ boolean isValid = true;
+ if(isIntegerNegative(dayOfMonthInt))
+ isValid = false;
+ return isValid;
+ }
+
+ /**
+ * a method to return true if the input is a negative number
+ * @param intValue
+ * @return
+ */
+ private boolean isIntegerNegative(int intValue) {
+ return intValue < 0 ? true : false;
+ }
+
+ /*
+ * A helper method to retrieve month and day values
+ * Case No.1: 12 APR
+ * Case No.2: APR 12
+ */
+ private String[] verifyAndRetrieveMonthAndDay(String monthAndDayValue1, String monthAndDayValue2) {
+ String [] monthAndDayStringArray = new String[2];
+ if(canStringBeParsedAsInteger(monthAndDayValue2)) {
+ monthAndDayStringArray[0] = monthAndDayValue1;
+ monthAndDayStringArray[1] = monthAndDayValue2;
+ } else if(canStringBeParsedAsInteger(monthAndDayValue1)) {
+ monthAndDayStringArray[0] = monthAndDayValue2;
+ monthAndDayStringArray[1] = monthAndDayValue1;
+ }
+ if(monthAndDayStringArray[1] != null && monthAndDayStringArray[1].length()==1)
+ monthAndDayStringArray[1] = "0" + monthAndDayStringArray[1];
+
+ checkStringArray(monthAndDayStringArray);
+ return monthAndDayStringArray;
+ }
+
+ /*
+ * A helper method to check each element of the array
+ * to make sure there is no any null value exists in the array
+ * Assign an empty string value to any null element of the array
+ */
+ private void checkStringArray(String[] stringArray) {
+ for(int i=0; i
- * SOFTWARE HISTORY
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 12 Jun 2009 95 B. Hebbard Initial creation.
- * 24 Jun 2009 95/132 B. Hebbard Add getLatLonPoint; move to common plugin
- * 22 Jul 2009 for 132 B. Hebbard Port to TO11 until station table avail. EDEX
- *
- *
- *
- * @author bhebbard
- * @version 1.0
- */
-public enum VOR {
-
- // (From GEMPAK vors.tbl -- for TEMPORARY use only, just until
- // this is handled by more general station/location design.
- //
- // Note these are a SUBSET of the high-altitude VORs in North America
- // used by AWC for SIGMET bounding points. It is NOT sufficient
- // for lookup in cases where where all VHF NAVAIDs -- or
- // even all VORs -- are required [say, for PIREP decoding])
- //
- // Lat Lon
- YSJ ( 45.32 , -65.88 ) ,
- HUL ( 46.04 , -67.83 ) ,
- PQI ( 46.77 , -68.09 ) ,
- MLT ( 45.58 , -68.52 ) ,
- BGR ( 44.84 , -68.87 ) ,
- ACK ( 41.28 , -70.03 ) ,
- ENE ( 43.43 , -70.61 ) ,
- BOS ( 42.36 , -70.99 ) ,
- YQB ( 46.80 , -71.38 ) ,
- PVD ( 41.72 , -71.43 ) ,
- CON ( 43.22 , -71.58 ) ,
- YSC ( 45.43 , -71.68 ) ,
- HTO ( 40.92 , -72.32 ) ,
- MPV ( 44.22 , -72.57 ) ,
- BDL ( 41.94 , -72.69 ) ,
- PLB ( 44.69 , -73.52 ) ,
- JFK ( 40.63 , -73.77 ) ,
- ALB ( 42.75 , -73.80 ) ,
- CYN ( 39.82 , -74.43 ) ,
- SAX ( 41.07 , -74.54 ) ,
- MSS ( 44.91 , -74.72 ) ,
- SIE ( 39.10 , -74.80 ) ,
- HNK ( 42.06 , -75.32 ) ,
- SBY ( 38.35 , -75.52 ) ,
- YOW ( 45.32 , -75.67 ) ,
- ETX ( 40.58 , -75.68 ) ,
- ECG ( 36.25 , -76.18 ) ,
- SYR ( 43.16 , -76.20 ) ,
- ORF ( 36.89 , -76.20 ) ,
- EMI ( 39.50 , -76.98 ) ,
- HAR ( 40.23 , -77.02 ) ,
- DCA ( 38.86 , -77.04 ) ,
- RIC ( 37.50 , -77.32 ) ,
- CSN ( 38.64 , -77.87 ) ,
- ILM ( 34.35 , -77.87 ) ,
- SLT ( 41.51 , -77.97 ) ,
- PSB ( 40.92 , -77.99 ) ,
- BUF ( 42.93 , -78.65 ) ,
- RDU ( 35.87 , -78.78 ) ,
- JST ( 40.32 , -78.83 ) ,
- JHW ( 42.19 , -79.12 ) ,
- LYH ( 37.25 , -79.23 ) ,
- YYZ ( 43.67 , -79.63 ) ,
- FLO ( 34.23 , -79.66 ) ,
- GSO ( 36.05 , -79.98 ) ,
- CHS ( 32.89 , -80.04 ) ,
- PBI ( 26.68 , -80.09 ) ,
- EKN ( 38.92 , -80.10 ) ,
- EWC ( 40.83 , -80.21 ) ,
- ERI ( 42.02 , -80.30 ) ,
- MIA ( 25.80 , -80.30 ) ,
- VRB ( 27.68 , -80.49 ) ,
- PSK ( 37.09 , -80.71 ) ,
- AIR ( 40.02 , -80.82 ) ,
- CLT ( 35.22 , -80.93 ) ,
- CAE ( 33.86 , -81.05 ) ,
- YVV ( 44.75 , -81.10 ) ,
- SAV ( 32.16 , -81.11 ) ,
- OMN ( 29.30 , -81.11 ) ,
- BKW ( 37.78 , -81.12 ) ,
- ORL ( 28.54 , -81.34 ) ,
- CRG ( 30.34 , -81.51 ) ,
- EYW ( 24.59 , -81.80 ) ,
- FMY ( 26.58 , -81.87 ) , // OBSOLETE
- SPA ( 35.03 , -81.93 ) ,
- HNN ( 38.75 , -82.03 ) ,
- HMV ( 36.44 , -82.13 ) ,
- CLE ( 41.42 , -81.85 ) ,
- IRQ ( 33.71 , -82.16 ) ,
- AMG ( 31.54 , -82.51 ) ,
- SRQ ( 27.40 , -82.55 ) ,
- APE ( 40.15 , -82.59 ) ,
- PIE ( 27.91 , -82.68 ) ,
- ECK ( 43.26 , -82.72 ) ,
- CTY ( 29.60 , -83.05 ) ,
- ODF ( 34.70 , -83.30 ) ,
- DXO ( 42.21 , -83.37 ) ,
- ASP ( 44.45 , -83.39 ) ,
- MCN ( 32.69 , -83.65 ) ,
- FNT ( 42.97 , -83.74 ) ,
- VXV ( 35.90 , -83.89 ) ,
- ROD ( 40.29 , -84.04 ) ,
- MBS ( 43.53 , -84.08 ) ,
- LOZ ( 37.03 , -84.12 ) ,
- ABY ( 31.65 , -84.30 ) , // OBSOLETE
- SSM ( 46.41 , -84.31 ) ,
- TLH ( 30.56 , -84.37 ) ,
- ATL ( 33.63 , -84.44 ) ,
- CVG ( 39.02 , -84.70 ) ,
- GQO ( 34.96 , -85.15 ) ,
- FWA ( 40.98 , -85.19 ) ,
- LGC ( 33.05 , -85.21 ) ,
- GRR ( 42.79 , -85.50 ) ,
- TVC ( 44.67 , -85.55 ) ,
- LOU ( 38.10 , -85.58 ) , // OBSOLETE
- MKG ( 43.17 , -86.04 ) ,
- PMM ( 42.47 , -86.11 ) ,
- GIJ ( 41.77 , -86.32 ) ,
- MGM ( 32.22 , -86.32 ) ,
- IND ( 39.81 , -86.37 ) ,
- BWG ( 36.93 , -86.44 ) ,
- BNA ( 36.14 , -86.68 ) ,
- CEW ( 30.83 , -86.68 ) ,
- VUZ ( 33.67 , -86.90 ) ,
- BVT ( 40.56 , -87.07 ) ,
- TTH ( 39.49 , -87.25 ) ,
- MSL ( 34.70 , -87.48 ) ,
- SAW ( 46.36 , -87.40 ) ,
- PXV ( 37.93 , -87.76 ) ,
- ORD ( 41.98 , -87.90 ) ,
- GRB ( 44.56 , -88.19 ) ,
- BAE ( 43.12 , -88.28 ) ,
- JOT ( 41.55 , -88.32 ) ,
- SJI ( 30.73 , -88.36 ) ,
- IGB ( 33.48 , -88.52 ) ,
- MEI ( 32.38 , -88.80 ) ,
- DEC ( 39.74 , -88.86 ) ,
- YQT ( 48.37 , -89.32 ) ,
- DYR ( 36.02 , -89.32 ) ,
- RHI ( 45.63 , -89.45 ) ,
- BDF ( 41.16 , -89.59 ) ,
- DLL ( 43.55 , -89.76 ) ,
- MEM ( 35.06 , -89.98 ) ,
- LEV ( 29.18 , -90.10 ) ,
- JAN ( 32.51 , -90.17 ) ,
- MSY ( 30.00 , -90.27 ) , // OBSOLETE
- FAM ( 37.67 , -90.23 ) ,
- MCB ( 31.30 , -90.26 ) ,
- SQS ( 33.46 , -90.28 ) ,
- STL ( 38.86 , -90.48 ) ,
- DBQ ( 42.40 , -90.71 ) ,
- ARG ( 36.11 , -90.95 ) ,
- UIN ( 39.85 , -91.28 ) ,
- BTR ( 30.48 , -91.30 ) ,
- ODI ( 43.91 , -91.47 ) ,
- EAU ( 44.90 , -91.48 ) ,
- IOW ( 41.52 , -91.61 ) ,
- MLU ( 32.52 , -92.03 ) ,
- LIT ( 34.68 , -92.18 ) ,
- DLH ( 46.80 , -92.20 ) ,
- COU ( 38.82 , -92.22 ) ,
- AEX ( 31.26 , -92.50 ) ,
- IRK ( 40.14 , -92.59 ) ,
- ELD ( 33.26 , -92.74 ) ,
- LCH ( 30.14 , -93.11 ) ,
- MSP ( 44.88 , -93.23 ) ,
- MCW ( 43.09 , -93.33 ) ,
- SGF ( 37.36 , -93.33 ) ,
- INL ( 48.57 , -93.40 ) ,
- DSM ( 41.44 , -93.65 ) ,
- EIC ( 32.77 , -93.81 ) ,
- BRD ( 46.35 , -94.03 ) ,
- TXK ( 33.51 , -94.07 ) ,
- RZC ( 36.25 , -94.12 ) ,
- FSM ( 35.38 , -94.27 ) ,
- FOD ( 42.61 , -94.29 ) ,
- BUM ( 38.27 , -94.49 ) ,
- MKC ( 39.28 , -94.59 ) , // OBSOLETE
- LFK ( 31.16 , -94.72 ) ,
- GGG ( 32.42 , -94.75 ) ,
- BJI ( 47.58 , -95.02 ) ,
- RWF ( 44.47 , -95.13 ) ,
- OSW ( 37.15 , -95.20 ) ,
- IAH ( 29.96 , -95.35 ) ,
- OVR ( 41.17 , -95.74 ) ,
- MLC ( 34.85 , -95.78 ) ,
- TUL ( 36.20 , -95.79 ) ,
- PWE ( 40.20 , -96.21 ) ,
- PSX ( 28.76 , -96.31 ) ,
- FSD ( 43.65 , -96.78 ) ,
- FAR ( 46.75 , -96.85 ) ,
- DFW ( 32.87 , -97.03 ) , // OBSOLETE
- ADM ( 34.21 , -97.17 ) ,
- GFK ( 47.95 , -97.19 ) ,
- YWG ( 49.90 , -97.23 ) ,
- ACT ( 31.66 , -97.27 ) ,
- BRO ( 25.92 , -97.38 ) ,
- CRP ( 27.90 , -97.45 ) ,
- ICT ( 37.75 , -97.58 ) ,
- OKC ( 35.36 , -97.61 ) ,
- SLN ( 38.93 , -97.62 ) ,
- AUS ( 30.30 , -97.70 ) , // OBSOLETE
- END ( 36.35 , -97.92 ) ,
- OBH ( 41.38 , -98.35 ) ,
- ABR ( 45.42 , -98.37 ) ,
- SAT ( 29.64 , -98.46 ) ,
- SPS ( 33.99 , -98.59 ) ,
- ONL ( 42.47 , -98.69 ) ,
- LRD ( 27.48 , -99.42 ) ,
- JCT ( 30.60 , -99.82 ) ,
- ABI ( 32.48 , -99.86 ) ,
- GAG ( 36.34 , -99.88 ) ,
- ANW ( 42.57 , -99.99 ) ,
- PIR ( 44.40 , -100.17 ) ,
- HLC ( 39.26 , -100.23 ) ,
- CDS ( 34.37 , -100.28 ) ,
- SJT ( 31.38 , -100.46 ) ,
- MCK ( 40.20 , -100.59 ) ,
- BIS ( 46.77 , -100.67 ) ,
- LBF ( 41.13 , -100.72 ) ,
- GCK ( 37.92 , -100.73 ) ,
- DLF ( 29.36 , -100.77 ) ,
- LBL ( 37.04 , -100.97 ) ,
- MOT ( 48.26 , -101.29 ) ,
- AMA ( 35.29 , -101.64 ) ,
- GLD ( 39.39 , -101.69 ) ,
- DPR ( 45.08 , -101.72 ) ,
- LBB ( 33.70 , -101.92 ) ,
- MAF ( 32.02 , -102.18 ) ,
- LAA ( 38.20 , -102.69 ) ,
- DIK ( 46.86 , -102.77 ) ,
- TXO ( 34.50 , -102.84 ) ,
- SNY ( 41.10 , -102.98 ) ,
- FST ( 30.95 , -102.98 ) ,
- RAP ( 43.98 , -103.01 ) ,
- AKO ( 40.16 , -103.18 ) ,
- INK ( 31.87 , -103.24 ) ,
- BFF ( 41.89 , -103.48 ) ,
- TBE ( 37.27 , -103.60 ) ,
- TCC ( 35.18 , -103.60 ) ,
- ISN ( 48.18 , -103.63 ) ,
- MRF ( 30.30 , -103.95 ) ,
- PUB ( 38.29 , -104.43 ) ,
- ROW ( 33.34 , -104.62 ) , // OBSOLETE
- DEN ( 39.81 , -104.66 ) ,
- CYS ( 41.21 , -104.77 ) ,
- CIM ( 36.49 , -104.87 ) ,
- LVS ( 35.66 , -105.14 ) , // OBSOLETE
- LAR ( 41.33 , -105.72 ) ,
- ALS ( 37.35 , -105.82 ) ,
- MLS ( 46.38 , -105.95 ) ,
- DDY ( 43.09 , -106.28 ) ,
- ELP ( 31.82 , -106.28 ) ,
- CZI ( 44.00 , -106.44 ) ,
- GGW ( 48.22 , -106.63 ) ,
- ABQ ( 35.04 , -106.82 ) ,
- DBL ( 39.44 , -106.90 ) ,
- HBU ( 38.45 , -107.04 ) ,
- SHR ( 44.84 , -107.06 ) ,
- TCS ( 33.28 , -107.28 ) ,
- CHE ( 40.52 , -107.31 ) ,
- DMN ( 32.28 , -107.60 ) ,
- YYN ( 50.28 , -107.68 ) ,
- FMN ( 36.75 , -108.10 ) , // OBSOLETE
- BOY ( 43.46 , -108.30 ) ,
- BIL ( 45.81 , -108.63 ) ,
- JNC ( 39.06 , -108.79 ) ,
- DVC ( 37.81 , -108.93 ) ,
- OCS ( 41.59 , -109.02 ) ,
- SJN ( 34.42 , -109.14 ) ,
- SSO ( 32.27 , -109.26 ) ,
- LWT ( 47.05 , -109.61 ) ,
- HVR ( 48.54 , -109.77 ) ,
- BPI ( 42.58 , -110.11 ) ,
- MTU ( 40.15 , -110.13 ) ,
- HVE ( 38.42 , -110.70 ) ,
- YXH ( 50.02 , -110.72 ) ,
- JAC ( 43.62 , -110.73 ) ,
- INW ( 35.06 , -110.80 ) ,
- TUS ( 32.10 , -110.92 ) ,
- TBC ( 36.12 , -111.27 ) ,
- GTF ( 47.45 , -111.41 ) ,
- HLN ( 46.61 , -111.95 ) ,
- PHX ( 33.43 , -112.02 ) ,
- SLC ( 40.85 , -111.98 ) ,
- DBS ( 44.09 , -112.21 ) ,
- BCE ( 37.69 , -112.30 ) ,
- MLD ( 42.20 , -112.45 ) ,
- DRK ( 34.70 , -112.48 ) ,
- DTA ( 39.30 , -112.51 ) ,
- DLN ( 45.25 , -112.55 ) ,
- PIH ( 42.87 , -112.65 ) ,
- YQL ( 49.63 , -112.80 ) ,
- PGS ( 35.62 , -113.54 ) ,
- BVL ( 40.73 , -113.76 ) ,
- LKT ( 45.02 , -114.08 ) ,
- FCA ( 48.21 , -114.18 ) ,
- ILC ( 38.25 , -114.39 ) ,
- EED ( 34.77 , -114.47 ) ,
- TWF ( 42.48 , -114.49 ) ,
- BZA ( 32.77 , -114.60 ) ,
- ELY ( 39.30 , -114.85 ) ,
- LAS ( 36.08 , -115.16 ) ,
- MLP ( 47.46 , -115.65 ) ,
- YXC ( 49.60 , -115.78 ) ,
- TRM ( 33.63 , -116.16 ) ,
- BOI ( 43.55 , -116.19 ) ,
- DNJ ( 44.77 , -116.21 ) ,
- HEC ( 34.80 , -116.46 ) ,
- BTY ( 36.80 , -116.75 ) ,
- BAM ( 40.57 , -116.92 ) ,
- MZB ( 32.78 , -117.23 ) ,
- GEG ( 47.56 , -117.63 ) ,
- OAL ( 38.00 , -117.77 ) ,
- BKE ( 44.84 , -117.81 ) ,
- REO ( 42.59 , -117.87 ) ,
- LAX ( 33.93 , -118.43 ) ,
- PDT ( 45.70 , -118.94 ) ,
- EHF ( 35.48 , -119.10 ) ,
- EPH ( 47.38 , -119.42 ) ,
- FMG ( 39.53 , -119.66 ) ,
- RZS ( 34.51 , -119.77 ) ,
- CZQ ( 36.88 , -119.82 ) ,
- YKM ( 46.57 , -120.45 ) ,
- LKV ( 42.49 , -120.51 ) ,
- YDC ( 49.47 , -120.52 ) ,
- MOD ( 37.63 , -120.96 ) ,
- DSD ( 44.25 , -121.30 ) ,
- SAC ( 38.44 , -121.55 ) ,
- SNS ( 36.66 , -121.60 ) ,
- OAK ( 37.73 , -122.22 ) ,
- RBL ( 40.10 , -122.24 ) ,
- SEA ( 47.44 , -122.31 ) ,
- BLI ( 48.95 , -122.58 ) , // OBSOLETE
- PDX ( 45.58 , -122.60 ) ,
- PYE ( 38.08 , -122.87 ) ,
- OED ( 42.48 , -122.91 ) ,
- EUG ( 44.12 , -123.22 ) ,
- ENI ( 39.05 , -123.27 ) ,
- ONP ( 44.58 , -124.06 ) ,
- HQM ( 46.95 , -124.15 ) ,
- FOT ( 40.67 , -124.23 ) ,
- TOU ( 48.30 , -124.63 ) ,
- YQV ( 51.27 , -102.47 ) ,
- ANN ( 55.05 , -131.57 ) ,
- LVD ( 56.47 , -133.08 ) ,
- BKA ( 56.86 , -135.55 ) ,
- SSR ( 58.17 , -135.25 ) ,
- JNU ( 58.35 , -134.58 ) ,
- YAK ( 59.50 , -139.67 ) ,
- MDO ( 59.45 , -146.30 ) ,
- JOH ( 60.48 , -146.60 ) ,
- ODK ( 57.75 , -152.50 ) ,
- HOM ( 59.65 , -151.48 ) ,
- ENA ( 60.57 , -151.25 ) ,
- ANC ( 61.17 , -150.00 ) ,
- BGQ ( 61.53 , -149.82 ) ,
- ORT ( 62.97 , -141.93 ) ,
- GKN ( 62.15 , -145.45 ) ,
- TKA ( 62.32 , -150.10 ) ,
- SQA ( 61.10 , -155.63 ) ,
- DLG ( 59.05 , -158.50 ) ,
- AKN ( 58.68 , -156.65 ) ,
- PDN ( 56.95 , -158.65 ) ,
- CDB ( 55.20 , -162.73 ) ,
- DUT ( 53.90 , -166.55 ) ,
- NUD ( 51.88 , -176.65 ) ,
- SYA ( 52.72 , -174.12 ) ,
- SPY ( 57.17 , -170.22 ) ,
- EHM ( 58.66 , -162.07 ) ,
- HPB ( 61.52 , -166.14 ) ,
- BET ( 60.78 , -161.83 ) ,
- ANI ( 61.59 , -159.61 ) ,
- SMA ( 62.06 , -163.30 ) ,
- UNK ( 63.88 , -160.80 ) ,
- ULL ( 63.70 , -170.48 ) ,
- MCG ( 62.95 , -155.60 ) ,
- ENN ( 64.55 , -149.07 ) ,
- FAI ( 64.82 , -147.85 ) ,
- BIG ( 64.00 , -145.72 ) ,
- FYU ( 66.57 , -145.25 ) ,
- BTT ( 66.92 , -151.53 ) ,
- TAL ( 65.18 , -152.18 ) ,
- CQR ( 67.50 , -148.47 ) ,
- SCC ( 70.20 , -148.47 ) ,
- BTI ( 70.13 , -143.57 ) ,
- BRW ( 71.28 , -156.77 ) ,
- GAL ( 64.73 , -156.93 ) ,
- OME ( 64.52 , -165.45 ) ,
- OTZ ( 66.88 , -162.60 ) ,
- WLK ( 66.60 , -160.00 ) ,
- HSL ( 65.71 , -156.37 ) ,
- BSF ( 19.76 , -155.39 ) ,
- UPP ( 20.20 , -155.84 ) ,
- ITO ( 19.72 , -155.01 ) ,
- HNL ( 21.33 , -157.93 ) ,
- OGG ( 20.91 , -156.42 ) ,
- NDB ( 20.88 , -156.44 ) ,
- MUE ( 20.00 , -155.67 ) ,
- NGF ( 21.45 , -157.76 ) ,
- MKK ( 21.14 , -157.17 ) ,
- NBS ( 22.04 , -159.79 ) ,
- CKH ( 21.27 , -157.70 ) ,
- IAI ( 19.65 , -156.02 ) ,
- LLD ( 20.77 , -156.97 ) ,
- LNY ( 20.76 , -156.97 ) ,
- LIH ( 21.97 , -159.34 ) ,
- SOK ( 21.90 , -159.53 ) ,
- //
- // Newcomers! These are in the set of VORs now used by AWC for Convective SIGMET bounds,
- // but not in (out-of-the-box V5.11.4) $GEMTBL/stns/vors.tbl :
- //
- RSW ( 26.53 , -81.78 ) , // Lee County VORTAC Fort Myers FL L-VORTAC !? replaces FMY
- PZD ( 31.66 , -84.29 ) , // Pecan VORTAC Albany GA H-VORTACW replaces ABY
- IIU ( 38.10 , -85.58 ) , // Louisville VORTAC Louisville KY H-VORTAC replaces LOU
- HRV ( 29.85 , -90.00 ) , // Harvey VORTAC New Orleans LA H-VORTACW replaces MSY
- MCI ( 39.29 , -94.74 ) , // Kansas City VORTAC Kansas City MO H-VORTAC replaces MKC
- TTT ( 32.87 , -97.04 ) , // Maverick VOR/DME Dallas-Fort Worth TX H-VORW/DME replaces DFW
- CWK ( 30.38 , -97.53 ) , // Centex VORTAC Austin TX H-VORTACW replaces AUS
- CME ( 33.34 , -104.62 ) , // Chisum VORTAC Roswell NM H-VORTACW replaces ROW
- FTI ( 35.66 , -105.14 ) , // Fort Union VORTAC Las Vegas NM H-VORTACW replaces LVS
- RSK ( 36.75 , -108.10 ) , // Rattlesnake VORTAC Farmington NM H-VORTACW replaces FMN
- HUH ( 48.95 , -122.58 ) ; // Whatcom VORTAC Bellingham WA H-VORTACW replaces BLI
-
- private static Log logger = LogFactory.getLog(VOR.class);
-
- private double latitude;
- private double longitude;
-
- private VOR (double latitude, double longitude)
- {
- this.latitude = latitude;
- this.longitude = longitude;
- }
-
- public double getLatitude()
- {
- return latitude;
- }
-
- public double getLongitude()
- {
- return longitude;
- }
-
- public LatLonPoint getLatLonPoint()
- {
- return new LatLonPoint (latitude, longitude, LatLonPoint.INDEGREES);
- }
-
- private enum Direction {
- N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW;
- public double getDegrees() { return ordinal() * 22.5; }
- }
-
- private static final double ONE_NM_RADIANS = Math.toRadians (1.0 / 60.0);
-
- /**
- * Given a VOR-relative reference string, returns a LatLonPoint
- * (com.raytheon.uf.edex.decodertools.core.LatLonPoint).
- *
- * @param location A String such as...
- * "BOS"
- * "20S EMI"
- * "30 WNW BUM"
- * " 40ENE HUH "
- * ...referencing a VOR listed in AC 00-45F
- * (Appendix F), optionally preceded by
- * distance in nautical miles and 16-point
- * compass direction string.
- * @return The decoded location as a LatLonPoint;
- * null on error (such as unrecognized VOR
- * identifier or direction string).
- *
- */
- public static LatLonPoint getLatLonPoint(String location) {
- // Wrap decoding in a try block, in case of exception on
- // one ofthe two enum valueOf lookups, or other problems.
- try {
- location = location.trim();
- // VOR is always last 3 nonblank char of location
- String navaid = location.substring(location.length()-3);
- LatLonPoint point = VOR.valueOf(navaid).getLatLonPoint();
- // If there's an offset direction/bearing, process it
- if (location.length() > 3) {
- String u = location.substring(0, location.length()-3);
- Pattern p = Pattern.compile("^([0-9]+)\\s*([A-Z]+)");
- Matcher m = p.matcher(u);
- if (m.find()) {
- String distanceStr = m.group(1);
- String bearingStr = m.group(2);
- int distanceNM = Integer.parseInt(distanceStr);
- double distanceRad = distanceNM * ONE_NM_RADIANS;
- // LatLonPoint.positionOf thinks bearing is CCW, not CW...
- double bearingDeg = 360.0 - Direction.valueOf(bearingStr).getDegrees();
- double bearingRad = Math.toRadians(bearingDeg);
- point = point.positionOf(bearingRad, distanceRad);
- }
- }
- return point;
- }
- catch (Exception e) {
- logger.error("[Error decoding location: " + location + "]");
- return null;
- }
- }
-
-}
+/**
+ *
+ */
+package gov.noaa.nws.ncep.edex.tools.decoder;
+
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+//import com.raytheon.edex.tools.decoder.LatLonPoint; //TO10
+import com.raytheon.uf.edex.decodertools.core.LatLonPoint; //TO11
+
+/**
+ * VOR - A *TEMPORARY* enum class to define some known VORs
+ * used to define convective SIGMET locations. (See below.)
+ *
+ * This code has been developed by the SIB for use in the AWIPS2 system.
+ *
+ *
+ * SOFTWARE HISTORY
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 12 Jun 2009 95 B. Hebbard Initial creation.
+ * 24 Jun 2009 95/132 B. Hebbard Add getLatLonPoint; move to common plugin
+ * 22 Jul 2009 for 132 B. Hebbard Port to TO11 until station table avail. EDEX
+ *
+ *
+ *
+ * @author bhebbard
+ * @version 1.0
+ */
+public enum VOR {
+
+ // (From GEMPAK vors.tbl -- for TEMPORARY use only, just until
+ // this is handled by more general station/location design.
+ //
+ // Note these are a SUBSET of the high-altitude VORs in North America
+ // used by AWC for SIGMET bounding points. It is NOT sufficient
+ // for lookup in cases where where all VHF NAVAIDs -- or
+ // even all VORs -- are required [say, for PIREP decoding])
+ //
+ // Lat Lon
+ YSJ ( 45.32 , -65.88 ) ,
+ HUL ( 46.04 , -67.83 ) ,
+ PQI ( 46.77 , -68.09 ) ,
+ MLT ( 45.58 , -68.52 ) ,
+ BGR ( 44.84 , -68.87 ) ,
+ ACK ( 41.28 , -70.03 ) ,
+ ENE ( 43.43 , -70.61 ) ,
+ BOS ( 42.36 , -70.99 ) ,
+ YQB ( 46.80 , -71.38 ) ,
+ PVD ( 41.72 , -71.43 ) ,
+ CON ( 43.22 , -71.58 ) ,
+ YSC ( 45.43 , -71.68 ) ,
+ HTO ( 40.92 , -72.32 ) ,
+ MPV ( 44.22 , -72.57 ) ,
+ BDL ( 41.94 , -72.69 ) ,
+ PLB ( 44.69 , -73.52 ) ,
+ JFK ( 40.63 , -73.77 ) ,
+ ALB ( 42.75 , -73.80 ) ,
+ CYN ( 39.82 , -74.43 ) ,
+ SAX ( 41.07 , -74.54 ) ,
+ MSS ( 44.91 , -74.72 ) ,
+ SIE ( 39.10 , -74.80 ) ,
+ HNK ( 42.06 , -75.32 ) ,
+ SBY ( 38.35 , -75.52 ) ,
+ YOW ( 45.32 , -75.67 ) ,
+ ETX ( 40.58 , -75.68 ) ,
+ ECG ( 36.25 , -76.18 ) ,
+ SYR ( 43.16 , -76.20 ) ,
+ ORF ( 36.89 , -76.20 ) ,
+ EMI ( 39.50 , -76.98 ) ,
+ HAR ( 40.23 , -77.02 ) ,
+ DCA ( 38.86 , -77.04 ) ,
+ RIC ( 37.50 , -77.32 ) ,
+ CSN ( 38.64 , -77.87 ) ,
+ ILM ( 34.35 , -77.87 ) ,
+ SLT ( 41.51 , -77.97 ) ,
+ PSB ( 40.92 , -77.99 ) ,
+ BUF ( 42.93 , -78.65 ) ,
+ RDU ( 35.87 , -78.78 ) ,
+ JST ( 40.32 , -78.83 ) ,
+ JHW ( 42.19 , -79.12 ) ,
+ LYH ( 37.25 , -79.23 ) ,
+ YYZ ( 43.67 , -79.63 ) ,
+ FLO ( 34.23 , -79.66 ) ,
+ GSO ( 36.05 , -79.98 ) ,
+ CHS ( 32.89 , -80.04 ) ,
+ PBI ( 26.68 , -80.09 ) ,
+ EKN ( 38.92 , -80.10 ) ,
+ EWC ( 40.83 , -80.21 ) ,
+ ERI ( 42.02 , -80.30 ) ,
+ MIA ( 25.80 , -80.30 ) ,
+ VRB ( 27.68 , -80.49 ) ,
+ PSK ( 37.09 , -80.71 ) ,
+ AIR ( 40.02 , -80.82 ) ,
+ CLT ( 35.22 , -80.93 ) ,
+ CAE ( 33.86 , -81.05 ) ,
+ YVV ( 44.75 , -81.10 ) ,
+ SAV ( 32.16 , -81.11 ) ,
+ OMN ( 29.30 , -81.11 ) ,
+ BKW ( 37.78 , -81.12 ) ,
+ ORL ( 28.54 , -81.34 ) ,
+ CRG ( 30.34 , -81.51 ) ,
+ EYW ( 24.59 , -81.80 ) ,
+ FMY ( 26.58 , -81.87 ) , // OBSOLETE
+ SPA ( 35.03 , -81.93 ) ,
+ HNN ( 38.75 , -82.03 ) ,
+ HMV ( 36.44 , -82.13 ) ,
+ CLE ( 41.42 , -81.85 ) ,
+ IRQ ( 33.71 , -82.16 ) ,
+ AMG ( 31.54 , -82.51 ) ,
+ SRQ ( 27.40 , -82.55 ) ,
+ APE ( 40.15 , -82.59 ) ,
+ PIE ( 27.91 , -82.68 ) ,
+ ECK ( 43.26 , -82.72 ) ,
+ CTY ( 29.60 , -83.05 ) ,
+ ODF ( 34.70 , -83.30 ) ,
+ DXO ( 42.21 , -83.37 ) ,
+ ASP ( 44.45 , -83.39 ) ,
+ MCN ( 32.69 , -83.65 ) ,
+ FNT ( 42.97 , -83.74 ) ,
+ VXV ( 35.90 , -83.89 ) ,
+ ROD ( 40.29 , -84.04 ) ,
+ MBS ( 43.53 , -84.08 ) ,
+ LOZ ( 37.03 , -84.12 ) ,
+ ABY ( 31.65 , -84.30 ) , // OBSOLETE
+ SSM ( 46.41 , -84.31 ) ,
+ TLH ( 30.56 , -84.37 ) ,
+ ATL ( 33.63 , -84.44 ) ,
+ CVG ( 39.02 , -84.70 ) ,
+ GQO ( 34.96 , -85.15 ) ,
+ FWA ( 40.98 , -85.19 ) ,
+ LGC ( 33.05 , -85.21 ) ,
+ GRR ( 42.79 , -85.50 ) ,
+ TVC ( 44.67 , -85.55 ) ,
+ LOU ( 38.10 , -85.58 ) , // OBSOLETE
+ MKG ( 43.17 , -86.04 ) ,
+ PMM ( 42.47 , -86.11 ) ,
+ GIJ ( 41.77 , -86.32 ) ,
+ MGM ( 32.22 , -86.32 ) ,
+ IND ( 39.81 , -86.37 ) ,
+ BWG ( 36.93 , -86.44 ) ,
+ BNA ( 36.14 , -86.68 ) ,
+ CEW ( 30.83 , -86.68 ) ,
+ VUZ ( 33.67 , -86.90 ) ,
+ BVT ( 40.56 , -87.07 ) ,
+ TTH ( 39.49 , -87.25 ) ,
+ MSL ( 34.70 , -87.48 ) ,
+ SAW ( 46.36 , -87.40 ) ,
+ PXV ( 37.93 , -87.76 ) ,
+ ORD ( 41.98 , -87.90 ) ,
+ GRB ( 44.56 , -88.19 ) ,
+ BAE ( 43.12 , -88.28 ) ,
+ JOT ( 41.55 , -88.32 ) ,
+ SJI ( 30.73 , -88.36 ) ,
+ IGB ( 33.48 , -88.52 ) ,
+ MEI ( 32.38 , -88.80 ) ,
+ DEC ( 39.74 , -88.86 ) ,
+ YQT ( 48.37 , -89.32 ) ,
+ DYR ( 36.02 , -89.32 ) ,
+ RHI ( 45.63 , -89.45 ) ,
+ BDF ( 41.16 , -89.59 ) ,
+ DLL ( 43.55 , -89.76 ) ,
+ MEM ( 35.06 , -89.98 ) ,
+ LEV ( 29.18 , -90.10 ) ,
+ JAN ( 32.51 , -90.17 ) ,
+ MSY ( 30.00 , -90.27 ) , // OBSOLETE
+ FAM ( 37.67 , -90.23 ) ,
+ MCB ( 31.30 , -90.26 ) ,
+ SQS ( 33.46 , -90.28 ) ,
+ STL ( 38.86 , -90.48 ) ,
+ DBQ ( 42.40 , -90.71 ) ,
+ ARG ( 36.11 , -90.95 ) ,
+ UIN ( 39.85 , -91.28 ) ,
+ BTR ( 30.48 , -91.30 ) ,
+ ODI ( 43.91 , -91.47 ) ,
+ EAU ( 44.90 , -91.48 ) ,
+ IOW ( 41.52 , -91.61 ) ,
+ MLU ( 32.52 , -92.03 ) ,
+ LIT ( 34.68 , -92.18 ) ,
+ DLH ( 46.80 , -92.20 ) ,
+ COU ( 38.82 , -92.22 ) ,
+ AEX ( 31.26 , -92.50 ) ,
+ IRK ( 40.14 , -92.59 ) ,
+ ELD ( 33.26 , -92.74 ) ,
+ LCH ( 30.14 , -93.11 ) ,
+ MSP ( 44.88 , -93.23 ) ,
+ MCW ( 43.09 , -93.33 ) ,
+ SGF ( 37.36 , -93.33 ) ,
+ INL ( 48.57 , -93.40 ) ,
+ DSM ( 41.44 , -93.65 ) ,
+ EIC ( 32.77 , -93.81 ) ,
+ BRD ( 46.35 , -94.03 ) ,
+ TXK ( 33.51 , -94.07 ) ,
+ RZC ( 36.25 , -94.12 ) ,
+ FSM ( 35.38 , -94.27 ) ,
+ FOD ( 42.61 , -94.29 ) ,
+ BUM ( 38.27 , -94.49 ) ,
+ MKC ( 39.28 , -94.59 ) , // OBSOLETE
+ LFK ( 31.16 , -94.72 ) ,
+ GGG ( 32.42 , -94.75 ) ,
+ BJI ( 47.58 , -95.02 ) ,
+ RWF ( 44.47 , -95.13 ) ,
+ OSW ( 37.15 , -95.20 ) ,
+ IAH ( 29.96 , -95.35 ) ,
+ OVR ( 41.17 , -95.74 ) ,
+ MLC ( 34.85 , -95.78 ) ,
+ TUL ( 36.20 , -95.79 ) ,
+ PWE ( 40.20 , -96.21 ) ,
+ PSX ( 28.76 , -96.31 ) ,
+ FSD ( 43.65 , -96.78 ) ,
+ FAR ( 46.75 , -96.85 ) ,
+ DFW ( 32.87 , -97.03 ) , // OBSOLETE
+ ADM ( 34.21 , -97.17 ) ,
+ GFK ( 47.95 , -97.19 ) ,
+ YWG ( 49.90 , -97.23 ) ,
+ ACT ( 31.66 , -97.27 ) ,
+ BRO ( 25.92 , -97.38 ) ,
+ CRP ( 27.90 , -97.45 ) ,
+ ICT ( 37.75 , -97.58 ) ,
+ OKC ( 35.36 , -97.61 ) ,
+ SLN ( 38.93 , -97.62 ) ,
+ AUS ( 30.30 , -97.70 ) , // OBSOLETE
+ END ( 36.35 , -97.92 ) ,
+ OBH ( 41.38 , -98.35 ) ,
+ ABR ( 45.42 , -98.37 ) ,
+ SAT ( 29.64 , -98.46 ) ,
+ SPS ( 33.99 , -98.59 ) ,
+ ONL ( 42.47 , -98.69 ) ,
+ LRD ( 27.48 , -99.42 ) ,
+ JCT ( 30.60 , -99.82 ) ,
+ ABI ( 32.48 , -99.86 ) ,
+ GAG ( 36.34 , -99.88 ) ,
+ ANW ( 42.57 , -99.99 ) ,
+ PIR ( 44.40 , -100.17 ) ,
+ HLC ( 39.26 , -100.23 ) ,
+ CDS ( 34.37 , -100.28 ) ,
+ SJT ( 31.38 , -100.46 ) ,
+ MCK ( 40.20 , -100.59 ) ,
+ BIS ( 46.77 , -100.67 ) ,
+ LBF ( 41.13 , -100.72 ) ,
+ GCK ( 37.92 , -100.73 ) ,
+ DLF ( 29.36 , -100.77 ) ,
+ LBL ( 37.04 , -100.97 ) ,
+ MOT ( 48.26 , -101.29 ) ,
+ AMA ( 35.29 , -101.64 ) ,
+ GLD ( 39.39 , -101.69 ) ,
+ DPR ( 45.08 , -101.72 ) ,
+ LBB ( 33.70 , -101.92 ) ,
+ MAF ( 32.02 , -102.18 ) ,
+ LAA ( 38.20 , -102.69 ) ,
+ DIK ( 46.86 , -102.77 ) ,
+ TXO ( 34.50 , -102.84 ) ,
+ SNY ( 41.10 , -102.98 ) ,
+ FST ( 30.95 , -102.98 ) ,
+ RAP ( 43.98 , -103.01 ) ,
+ AKO ( 40.16 , -103.18 ) ,
+ INK ( 31.87 , -103.24 ) ,
+ BFF ( 41.89 , -103.48 ) ,
+ TBE ( 37.27 , -103.60 ) ,
+ TCC ( 35.18 , -103.60 ) ,
+ ISN ( 48.18 , -103.63 ) ,
+ MRF ( 30.30 , -103.95 ) ,
+ PUB ( 38.29 , -104.43 ) ,
+ ROW ( 33.34 , -104.62 ) , // OBSOLETE
+ DEN ( 39.81 , -104.66 ) ,
+ CYS ( 41.21 , -104.77 ) ,
+ CIM ( 36.49 , -104.87 ) ,
+ LVS ( 35.66 , -105.14 ) , // OBSOLETE
+ LAR ( 41.33 , -105.72 ) ,
+ ALS ( 37.35 , -105.82 ) ,
+ MLS ( 46.38 , -105.95 ) ,
+ DDY ( 43.09 , -106.28 ) ,
+ ELP ( 31.82 , -106.28 ) ,
+ CZI ( 44.00 , -106.44 ) ,
+ GGW ( 48.22 , -106.63 ) ,
+ ABQ ( 35.04 , -106.82 ) ,
+ DBL ( 39.44 , -106.90 ) ,
+ HBU ( 38.45 , -107.04 ) ,
+ SHR ( 44.84 , -107.06 ) ,
+ TCS ( 33.28 , -107.28 ) ,
+ CHE ( 40.52 , -107.31 ) ,
+ DMN ( 32.28 , -107.60 ) ,
+ YYN ( 50.28 , -107.68 ) ,
+ FMN ( 36.75 , -108.10 ) , // OBSOLETE
+ BOY ( 43.46 , -108.30 ) ,
+ BIL ( 45.81 , -108.63 ) ,
+ JNC ( 39.06 , -108.79 ) ,
+ DVC ( 37.81 , -108.93 ) ,
+ OCS ( 41.59 , -109.02 ) ,
+ SJN ( 34.42 , -109.14 ) ,
+ SSO ( 32.27 , -109.26 ) ,
+ LWT ( 47.05 , -109.61 ) ,
+ HVR ( 48.54 , -109.77 ) ,
+ BPI ( 42.58 , -110.11 ) ,
+ MTU ( 40.15 , -110.13 ) ,
+ HVE ( 38.42 , -110.70 ) ,
+ YXH ( 50.02 , -110.72 ) ,
+ JAC ( 43.62 , -110.73 ) ,
+ INW ( 35.06 , -110.80 ) ,
+ TUS ( 32.10 , -110.92 ) ,
+ TBC ( 36.12 , -111.27 ) ,
+ GTF ( 47.45 , -111.41 ) ,
+ HLN ( 46.61 , -111.95 ) ,
+ PHX ( 33.43 , -112.02 ) ,
+ SLC ( 40.85 , -111.98 ) ,
+ DBS ( 44.09 , -112.21 ) ,
+ BCE ( 37.69 , -112.30 ) ,
+ MLD ( 42.20 , -112.45 ) ,
+ DRK ( 34.70 , -112.48 ) ,
+ DTA ( 39.30 , -112.51 ) ,
+ DLN ( 45.25 , -112.55 ) ,
+ PIH ( 42.87 , -112.65 ) ,
+ YQL ( 49.63 , -112.80 ) ,
+ PGS ( 35.62 , -113.54 ) ,
+ BVL ( 40.73 , -113.76 ) ,
+ LKT ( 45.02 , -114.08 ) ,
+ FCA ( 48.21 , -114.18 ) ,
+ ILC ( 38.25 , -114.39 ) ,
+ EED ( 34.77 , -114.47 ) ,
+ TWF ( 42.48 , -114.49 ) ,
+ BZA ( 32.77 , -114.60 ) ,
+ ELY ( 39.30 , -114.85 ) ,
+ LAS ( 36.08 , -115.16 ) ,
+ MLP ( 47.46 , -115.65 ) ,
+ YXC ( 49.60 , -115.78 ) ,
+ TRM ( 33.63 , -116.16 ) ,
+ BOI ( 43.55 , -116.19 ) ,
+ DNJ ( 44.77 , -116.21 ) ,
+ HEC ( 34.80 , -116.46 ) ,
+ BTY ( 36.80 , -116.75 ) ,
+ BAM ( 40.57 , -116.92 ) ,
+ MZB ( 32.78 , -117.23 ) ,
+ GEG ( 47.56 , -117.63 ) ,
+ OAL ( 38.00 , -117.77 ) ,
+ BKE ( 44.84 , -117.81 ) ,
+ REO ( 42.59 , -117.87 ) ,
+ LAX ( 33.93 , -118.43 ) ,
+ PDT ( 45.70 , -118.94 ) ,
+ EHF ( 35.48 , -119.10 ) ,
+ EPH ( 47.38 , -119.42 ) ,
+ FMG ( 39.53 , -119.66 ) ,
+ RZS ( 34.51 , -119.77 ) ,
+ CZQ ( 36.88 , -119.82 ) ,
+ YKM ( 46.57 , -120.45 ) ,
+ LKV ( 42.49 , -120.51 ) ,
+ YDC ( 49.47 , -120.52 ) ,
+ MOD ( 37.63 , -120.96 ) ,
+ DSD ( 44.25 , -121.30 ) ,
+ SAC ( 38.44 , -121.55 ) ,
+ SNS ( 36.66 , -121.60 ) ,
+ OAK ( 37.73 , -122.22 ) ,
+ RBL ( 40.10 , -122.24 ) ,
+ SEA ( 47.44 , -122.31 ) ,
+ BLI ( 48.95 , -122.58 ) , // OBSOLETE
+ PDX ( 45.58 , -122.60 ) ,
+ PYE ( 38.08 , -122.87 ) ,
+ OED ( 42.48 , -122.91 ) ,
+ EUG ( 44.12 , -123.22 ) ,
+ ENI ( 39.05 , -123.27 ) ,
+ ONP ( 44.58 , -124.06 ) ,
+ HQM ( 46.95 , -124.15 ) ,
+ FOT ( 40.67 , -124.23 ) ,
+ TOU ( 48.30 , -124.63 ) ,
+ YQV ( 51.27 , -102.47 ) ,
+ ANN ( 55.05 , -131.57 ) ,
+ LVD ( 56.47 , -133.08 ) ,
+ BKA ( 56.86 , -135.55 ) ,
+ SSR ( 58.17 , -135.25 ) ,
+ JNU ( 58.35 , -134.58 ) ,
+ YAK ( 59.50 , -139.67 ) ,
+ MDO ( 59.45 , -146.30 ) ,
+ JOH ( 60.48 , -146.60 ) ,
+ ODK ( 57.75 , -152.50 ) ,
+ HOM ( 59.65 , -151.48 ) ,
+ ENA ( 60.57 , -151.25 ) ,
+ ANC ( 61.17 , -150.00 ) ,
+ BGQ ( 61.53 , -149.82 ) ,
+ ORT ( 62.97 , -141.93 ) ,
+ GKN ( 62.15 , -145.45 ) ,
+ TKA ( 62.32 , -150.10 ) ,
+ SQA ( 61.10 , -155.63 ) ,
+ DLG ( 59.05 , -158.50 ) ,
+ AKN ( 58.68 , -156.65 ) ,
+ PDN ( 56.95 , -158.65 ) ,
+ CDB ( 55.20 , -162.73 ) ,
+ DUT ( 53.90 , -166.55 ) ,
+ NUD ( 51.88 , -176.65 ) ,
+ SYA ( 52.72 , -174.12 ) ,
+ SPY ( 57.17 , -170.22 ) ,
+ EHM ( 58.66 , -162.07 ) ,
+ HPB ( 61.52 , -166.14 ) ,
+ BET ( 60.78 , -161.83 ) ,
+ ANI ( 61.59 , -159.61 ) ,
+ SMA ( 62.06 , -163.30 ) ,
+ UNK ( 63.88 , -160.80 ) ,
+ ULL ( 63.70 , -170.48 ) ,
+ MCG ( 62.95 , -155.60 ) ,
+ ENN ( 64.55 , -149.07 ) ,
+ FAI ( 64.82 , -147.85 ) ,
+ BIG ( 64.00 , -145.72 ) ,
+ FYU ( 66.57 , -145.25 ) ,
+ BTT ( 66.92 , -151.53 ) ,
+ TAL ( 65.18 , -152.18 ) ,
+ CQR ( 67.50 , -148.47 ) ,
+ SCC ( 70.20 , -148.47 ) ,
+ BTI ( 70.13 , -143.57 ) ,
+ BRW ( 71.28 , -156.77 ) ,
+ GAL ( 64.73 , -156.93 ) ,
+ OME ( 64.52 , -165.45 ) ,
+ OTZ ( 66.88 , -162.60 ) ,
+ WLK ( 66.60 , -160.00 ) ,
+ HSL ( 65.71 , -156.37 ) ,
+ BSF ( 19.76 , -155.39 ) ,
+ UPP ( 20.20 , -155.84 ) ,
+ ITO ( 19.72 , -155.01 ) ,
+ HNL ( 21.33 , -157.93 ) ,
+ OGG ( 20.91 , -156.42 ) ,
+ NDB ( 20.88 , -156.44 ) ,
+ MUE ( 20.00 , -155.67 ) ,
+ NGF ( 21.45 , -157.76 ) ,
+ MKK ( 21.14 , -157.17 ) ,
+ NBS ( 22.04 , -159.79 ) ,
+ CKH ( 21.27 , -157.70 ) ,
+ IAI ( 19.65 , -156.02 ) ,
+ LLD ( 20.77 , -156.97 ) ,
+ LNY ( 20.76 , -156.97 ) ,
+ LIH ( 21.97 , -159.34 ) ,
+ SOK ( 21.90 , -159.53 ) ,
+ //
+ // Newcomers! These are in the set of VORs now used by AWC for Convective SIGMET bounds,
+ // but not in (out-of-the-box V5.11.4) $GEMTBL/stns/vors.tbl :
+ //
+ RSW ( 26.53 , -81.78 ) , // Lee County VORTAC Fort Myers FL L-VORTAC !? replaces FMY
+ PZD ( 31.66 , -84.29 ) , // Pecan VORTAC Albany GA H-VORTACW replaces ABY
+ IIU ( 38.10 , -85.58 ) , // Louisville VORTAC Louisville KY H-VORTAC replaces LOU
+ HRV ( 29.85 , -90.00 ) , // Harvey VORTAC New Orleans LA H-VORTACW replaces MSY
+ MCI ( 39.29 , -94.74 ) , // Kansas City VORTAC Kansas City MO H-VORTAC replaces MKC
+ TTT ( 32.87 , -97.04 ) , // Maverick VOR/DME Dallas-Fort Worth TX H-VORW/DME replaces DFW
+ CWK ( 30.38 , -97.53 ) , // Centex VORTAC Austin TX H-VORTACW replaces AUS
+ CME ( 33.34 , -104.62 ) , // Chisum VORTAC Roswell NM H-VORTACW replaces ROW
+ FTI ( 35.66 , -105.14 ) , // Fort Union VORTAC Las Vegas NM H-VORTACW replaces LVS
+ RSK ( 36.75 , -108.10 ) , // Rattlesnake VORTAC Farmington NM H-VORTACW replaces FMN
+ HUH ( 48.95 , -122.58 ) ; // Whatcom VORTAC Bellingham WA H-VORTACW replaces BLI
+
+ private static Log logger = LogFactory.getLog(VOR.class);
+
+ private double latitude;
+ private double longitude;
+
+ private VOR (double latitude, double longitude)
+ {
+ this.latitude = latitude;
+ this.longitude = longitude;
+ }
+
+ public double getLatitude()
+ {
+ return latitude;
+ }
+
+ public double getLongitude()
+ {
+ return longitude;
+ }
+
+ public LatLonPoint getLatLonPoint()
+ {
+ return new LatLonPoint (latitude, longitude, LatLonPoint.INDEGREES);
+ }
+
+ private enum Direction {
+ N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW;
+ public double getDegrees() { return ordinal() * 22.5; }
+ }
+
+ private static final double ONE_NM_RADIANS = Math.toRadians (1.0 / 60.0);
+
+ /**
+ * Given a VOR-relative reference string, returns a LatLonPoint
+ * (com.raytheon.uf.edex.decodertools.core.LatLonPoint).
+ *
+ * @param location A String such as...
+ * "BOS"
+ * "20S EMI"
+ * "30 WNW BUM"
+ * " 40ENE HUH "
+ * ...referencing a VOR listed in AC 00-45F
+ * (Appendix F), optionally preceded by
+ * distance in nautical miles and 16-point
+ * compass direction string.
+ * @return The decoded location as a LatLonPoint;
+ * null on error (such as unrecognized VOR
+ * identifier or direction string).
+ *
+ */
+ public static LatLonPoint getLatLonPoint(String location) {
+ // Wrap decoding in a try block, in case of exception on
+ // one ofthe two enum valueOf lookups, or other problems.
+ try {
+ location = location.trim();
+ // VOR is always last 3 nonblank char of location
+ String navaid = location.substring(location.length()-3);
+ LatLonPoint point = VOR.valueOf(navaid).getLatLonPoint();
+ // If there's an offset direction/bearing, process it
+ if (location.length() > 3) {
+ String u = location.substring(0, location.length()-3);
+ Pattern p = Pattern.compile("^([0-9]+)\\s*([A-Z]+)");
+ Matcher m = p.matcher(u);
+ if (m.find()) {
+ String distanceStr = m.group(1);
+ String bearingStr = m.group(2);
+ int distanceNM = Integer.parseInt(distanceStr);
+ double distanceRad = distanceNM * ONE_NM_RADIANS;
+ // LatLonPoint.positionOf thinks bearing is CCW, not CW...
+ double bearingDeg = 360.0 - Direction.valueOf(bearingStr).getDegrees();
+ double bearingRad = Math.toRadians(bearingDeg);
+ point = point.positionOf(bearingRad, distanceRad);
+ }
+ }
+ return point;
+ }
+ catch (Exception e) {
+ logger.error("[Error decoding location: " + location + "]");
+ return null;
+ }
+ }
+
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/package-info.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/package-info.java
old mode 100755
new mode 100644
index bd90a7c646..44b8eecc06
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/package-info.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/tools/decoder/package-info.java
@@ -1,4 +1,4 @@
-/**
-* Contains tools for decoder plug-ins
-*/
-package gov.noaa.nws.ncep.edex.tools.decoder;
+/**
+* Contains tools for decoder plug-ins
+*/
+package gov.noaa.nws.ncep.edex.tools.decoder;
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/UtilN.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/UtilN.java
old mode 100755
new mode 100644
index 0d967ca0a4..ac9ad3c11c
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/UtilN.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/UtilN.java
@@ -1,122 +1,122 @@
-/*
- *
- * Util
- *
- * This java class contains edex generic utility methods for use.
- *
- * T. Lee 11/2008 Creation
- * T. Lee 3/2009 Fixed roll-over cases; added String functions
- * T. Lee 4/2009 Added date to the base time
- * T. Lee
- *
- * SOFTWARE HISTORY
- *
- * Date Ticket# Engineer Description
- * ------------ ---------- ----------- --------------------------
- * 11/2008 14 T. Lee Creation
- * 3/2009 14 T. Lee Fixed roll-over cases; added String functions
- * 4/2009 14 T. Lee Added date to the base time
- * 5/2009 128 T. Lee Used UTC in findDataTime
- *
- *
- * @author T.Lee
- * @version 1.0
- */
-
-package gov.noaa.nws.ncep.edex.util;
-
-import java.util.Calendar;
-import java.util.TimeZone;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import com.raytheon.edex.util.Util;
-
-public class UtilN {
- private static final Log logger = LogFactory.getLog(UtilN.class);
-
- /**
- * Constructor
- */
- public UtilN() {
-
- }
- /**
- * Convert a string in ddhhmm format to a standard {@link Calendar} format where
- * ddhhmm is the GMT format while the standard time is in Calendar format with
- * Year and Month information. Usage: ddhhmm is the issue time whereas utcTime
- * can be the MDN time. The former comes "after" the latter.
- *
- * @parm ddhhmm day-hour-minute in GMT
- * @parm local Time UTC time in Calendar
- */
- public static Calendar findDataTime (String ddhhmm, Calendar utcTime) {
- Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT")); ;
- if ( utcTime == null ) {
- try {
- return Util.findCurrentTime(ddhhmm);
- } catch (Exception e) {
- if ( logger.isInfoEnabled()) {
- logger.info( " Error in processing MND time; return current time ");
- }
- return cal;
- }
-
- } else {
- int iDay = Integer.parseInt(ddhhmm.substring(0, 2).trim());
- int iHour = Integer.parseInt(ddhhmm.substring(2, 4).trim());
- int iMinute = Integer.parseInt(ddhhmm.substring(4, 6).trim());
- int iMonth = utcTime.get(Calendar.MONTH);
- int iYear = utcTime.get(Calendar.YEAR);
-
- /*
- * adjust the month and year for roll-over situations
- */
- if (iDay < utcTime.get(Calendar.DAY_OF_MONTH) ) {
- iMonth++;
- if ( iMonth == 12 ) {
- iMonth = Calendar.JANUARY;
- iYear++;
- }
- }
- cal.set(iYear,iMonth,iDay,iHour,iMinute);
- cal.set(Calendar.SECOND, 0);
- cal.set(Calendar.MILLISECOND, 0);
- return cal;
- }
- }
-
- /**
- * Remove the leading spaces and tabs in a string.
- */
- public static String removeLeadingWhiteSpaces (String str) {
- int i;
- for ( i = 0; i < str.length(); i++ ) {
- if ( !Character.isWhitespace(str.charAt(i))) {
- break;
- }
- }
- return str.substring(i);
- }
-
- /**
- * Remove multiple white spaces in a string.
- */
- public static String removeExtraWhiteSpaces (String str) {
- StringBuffer sb = new StringBuffer();
- int i;
- char first = str.charAt(0);
- char second;
- for ( i = 1; i < str.length(); i++ ) {
- second = str.charAt(i);
- if ( !Character.isWhitespace(first) || !Character.isWhitespace(second)) {
- sb.append(first);
- first = second;
- }
- if ( i == ( str.length()-1) ) {
- sb.append(second);
- }
- }
- return sb.toString();
- }
-}
+/*
+ *
+ * Util
+ *
+ * This java class contains edex generic utility methods for use.
+ *
+ * T. Lee 11/2008 Creation
+ * T. Lee 3/2009 Fixed roll-over cases; added String functions
+ * T. Lee 4/2009 Added date to the base time
+ * T. Lee
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * 11/2008 14 T. Lee Creation
+ * 3/2009 14 T. Lee Fixed roll-over cases; added String functions
+ * 4/2009 14 T. Lee Added date to the base time
+ * 5/2009 128 T. Lee Used UTC in findDataTime
+ *
+ *
+ * @author T.Lee
+ * @version 1.0
+ */
+
+package gov.noaa.nws.ncep.edex.util;
+
+import java.util.Calendar;
+import java.util.TimeZone;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import com.raytheon.edex.util.Util;
+
+public class UtilN {
+ private static final Log logger = LogFactory.getLog(UtilN.class);
+
+ /**
+ * Constructor
+ */
+ public UtilN() {
+
+ }
+ /**
+ * Convert a string in ddhhmm format to a standard {@link Calendar} format where
+ * ddhhmm is the GMT format while the standard time is in Calendar format with
+ * Year and Month information. Usage: ddhhmm is the issue time whereas utcTime
+ * can be the MDN time. The former comes "after" the latter.
+ *
+ * @parm ddhhmm day-hour-minute in GMT
+ * @parm local Time UTC time in Calendar
+ */
+ public static Calendar findDataTime (String ddhhmm, Calendar utcTime) {
+ Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT")); ;
+ if ( utcTime == null ) {
+ try {
+ return Util.findCurrentTime(ddhhmm);
+ } catch (Exception e) {
+ if ( logger.isInfoEnabled()) {
+ logger.info( " Error in processing MND time; return current time ");
+ }
+ return cal;
+ }
+
+ } else {
+ int iDay = Integer.parseInt(ddhhmm.substring(0, 2).trim());
+ int iHour = Integer.parseInt(ddhhmm.substring(2, 4).trim());
+ int iMinute = Integer.parseInt(ddhhmm.substring(4, 6).trim());
+ int iMonth = utcTime.get(Calendar.MONTH);
+ int iYear = utcTime.get(Calendar.YEAR);
+
+ /*
+ * adjust the month and year for roll-over situations
+ */
+ if (iDay < utcTime.get(Calendar.DAY_OF_MONTH) ) {
+ iMonth++;
+ if ( iMonth == 12 ) {
+ iMonth = Calendar.JANUARY;
+ iYear++;
+ }
+ }
+ cal.set(iYear,iMonth,iDay,iHour,iMinute);
+ cal.set(Calendar.SECOND, 0);
+ cal.set(Calendar.MILLISECOND, 0);
+ return cal;
+ }
+ }
+
+ /**
+ * Remove the leading spaces and tabs in a string.
+ */
+ public static String removeLeadingWhiteSpaces (String str) {
+ int i;
+ for ( i = 0; i < str.length(); i++ ) {
+ if ( !Character.isWhitespace(str.charAt(i))) {
+ break;
+ }
+ }
+ return str.substring(i);
+ }
+
+ /**
+ * Remove multiple white spaces in a string.
+ */
+ public static String removeExtraWhiteSpaces (String str) {
+ StringBuffer sb = new StringBuffer();
+ int i;
+ char first = str.charAt(0);
+ char second;
+ for ( i = 1; i < str.length(); i++ ) {
+ second = str.charAt(i);
+ if ( !Character.isWhitespace(first) || !Character.isWhitespace(second)) {
+ sb.append(first);
+ first = second;
+ }
+ if ( i == ( str.length()-1) ) {
+ sb.append(second);
+ }
+ }
+ return sb.toString();
+ }
+}
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/package-info.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/package-info.java
old mode 100755
new mode 100644
index 6bd08cd08a..56ea3b8542
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/package-info.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/edex/util/package-info.java
@@ -1,4 +1,4 @@
-/**
-* Contains tools for decoder plug-ins
-*/
-package gov.noaa.nws.ncep.edex.util;
+/**
+* Contains tools for decoder plug-ins
+*/
+package gov.noaa.nws.ncep.edex.util;
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/metparameters/dbquery/util/ClimateDataDbAccessImpl.java b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/metparameters/dbquery/util/ClimateDataDbAccessImpl.java
index 8dd74f7dbe..0e0d7135a1 100644
--- a/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/metparameters/dbquery/util/ClimateDataDbAccessImpl.java
+++ b/ncep/gov.noaa.nws.ncep.edex.common/src/gov/noaa/nws/ncep/metparameters/dbquery/util/ClimateDataDbAccessImpl.java
@@ -1,7 +1,7 @@
package gov.noaa.nws.ncep.metparameters.dbquery.util;
-import gov.noaa.nws.ncep.common.log.logger.NcepLogger;
-import gov.noaa.nws.ncep.common.log.logger.NcepLoggerManager;
+//import gov.noaa.nws.ncep.common.log.logger.NcepLogger;
+//import gov.noaa.nws.ncep.common.log.logger.NcepLoggerManager;
import java.math.BigDecimal;
import java.util.ArrayList;
@@ -13,7 +13,7 @@ import java.util.List;
public class ClimateDataDbAccessImpl implements ClimateDataDbAccess {
- private NcepLogger logger = NcepLoggerManager.getNcepLogger(this.getClass());
+// private NcepLogger logger = NcepLoggerManager.getNcepLogger(this.getClass());
@Override
public double getTDYF(String stationId, String monthString, String monthDayString) {
@@ -57,7 +57,7 @@ public class ClimateDataDbAccessImpl implements ClimateDataDbAccess {
try {
// objectArrayList = DirectDbQuery.executeQuery(queryString, "ncep", QueryLanguage.SQL);
} catch (Exception e1) {
- logger.error("VizException is thrown when trying to do DirectDbQuery.executeQuery to query stns.climo_data table, error="+e1.getMessage());
+// logger.error("VizException is thrown when trying to do DirectDbQuery.executeQuery to query stns.climo_data table, error="+e1.getMessage());
e1.printStackTrace();
}
double retrievedValue = 0.0;
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/idftLoc.xml b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/idftLoc.xml
old mode 100755
new mode 100644
index e8c90fc54d..bf4bde2cec
--- a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/idftLoc.xml
+++ b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/idftLoc.xml
@@ -1,1868 +1,1868 @@
-
-
-
-
- 0001
- 000001
- POINT 1
- 48.88
- -60.02
- 0
- 0
-
-
- 0002
- 000002
- POINT 2
- 46.24
- -51.39
- 0
- 0
-
-
- 0003
- 000003
- POINT 3
- 54.46
- -80.00
- 0
- 0
-
-
- 0004
- 000004
- POINT 4
- 50.58
- -53.43
- 0
- 0
-
-
- 0005
- 000005
- POINT 5
- 49.02
- -49.04
- 0
- 0
-
-
- 0006
- 000006
- POINT 6
- 47.27
- -45.01
- 0
- 0
-
-
- 0007
- 000007
- POINT 7
- 57.63
- -86.34
- 0
- 0
-
-
- 0008
- 000008
- POINT 8
- 57.82
- -80.00
- 0
- 0
-
-
- 0009
- 000009
- POINT 9
- 56.18
- -61.57
- 0
- 0
-
-
- 0010
- 000010
- POINT 10
- 54.97
- -56.04
- 0
- 0
-
-
- 0011
- 000011
- POINT 11
- 53.48
- -50.95
- 0
- 0
-
-
- 0012
- 000012
- POINT 12
- 51.76
- -46.31
- 0
- 0
-
-
- 0013
- 000013
- POINT 13
- 49.86
- -42.13
- 0
- 0
-
-
- 0014
- 000014
- POINT 14
- 60.39
- -94.04
- 0
- 0
-
-
- 0015
- 000015
- POINT 15
- 61.03
- -87.13
- 0
- 0
-
-
- 0016
- 000016
- POINT 16
- 61.24
- -80.00
- 0
- 0
-
-
- 0017
- 000017
- POINT 17
- 61.03
- -72.88
- 0
- 0
-
-
- 0018
- 000018
- POINT 18
- 60.39
- -65.96
- 0
- 0
-
-
- 0019
- 000019
- POINT 19
- 59.37
- -59.44
- 0
- 0
-
-
- 0020
- 000020
- POINT 20
- 58.01
- -53.43
- 0
- 0
-
-
- 0021
- 000021
- POINT 21
- 56.36
- -47.99
- 0
- 0
-
-
- 0022
- 000022
- POINT 22
- 54.46
- -43.13
- 0
- 0
-
-
- 0023
- 000023
- POINT 23
- 64.46
- -88.13
- 0
- 0
-
-
- 0024
- 000024
- POINT 24
- 64.71
- -80.00
- 0
- 0
-
-
- 0025
- 000025
- POINT 25
- 64.46
- -71.87
- 0
- 0
-
-
- 0026
- 000026
- POINT 26
- 63.74
- -64.05
- 0
- 0
-
-
- 0027
- 000027
- POINT 27
- 62.57
- -56.80
- 0
- 0
-
-
- 0028
- 000028
- POINT 28
- 61.03
- -50.26
- 0
- 0
-
-
- 0029
- 000029
- POINT 29
- 59.18
- -44.46
- 0
- 0
-
-
- 0030
- 000030
- POINT 30
- 57.08
- -39.40
- 0
- 0
-
-
- 0031
- 000031
- POINT 31
- 67.08
- -98.43
- 0
- 0
-
-
- 0032
- 000032
- POINT 32
- 67.94
- -89.46
- 0
- 0
-
-
- 0033
- 000033
- POINT 33
- 68.23
- -80.00
- 0
- 0
-
-
- 0034
- 000034
- POINT 34
- 67.08
- -61.57
- 0
- 0
-
-
- 0035
- 000035
- POINT 35
- 65.73
- -53.43
- 0
- 0
-
-
- 0036
- 000036
- POINT 36
- 63.98
- -46.31
- 0
- 0
-
-
- 0037
- 000037
- POINT 37
- 61.90
- -40.19
- 0
- 0
-
-
- 0038
- 000038
- POINT 38
- 59.58
- -35.00
- 0
- 0
-
-
- 0039
- 000039
- POINT 39
- 68.83
- -110.96
- 0
- 0
-
-
- 0040
- 000040
- POINT 40
- 70.42
- -101.80
- 0
- 0
-
-
- 0041
- 000041
- POINT 41
- 71.44
- -91.31
- 0
- 0
-
-
- 0042
- 000042
- POINT 42
- 71.79
- -80.00
- 0
- 0
-
-
- 0043
- 000043
- POINT 43
- 71.44
- -68.69
- 0
- 0
-
-
- 0044
- 000044
- POINT 44
- 70.42
- -58.20
- 0
- 0
-
-
- 0045
- 000045
- POINT 45
- 64.46
- -35.00
- 0
- 0
-
-
- 0046
- 000046
- POINT 46
- 61.90
- -29.81
- 0
- 0
-
-
- 0047
- 000047
- POINT 47
- 69.45
- -125.00
- 0
- 0
-
-
- 0048
- 000048
- POINT 48
- 71.79
- -116.87
- 0
- 0
-
-
- 0049
- 000049
- POINT 49
- 73.69
- -106.57
- 0
- 0
-
-
- 0050
- 000050
- POINT 50
- 74.95
- -94.04
- 0
- 0
-
-
- 0051
- 000051
- POINT 51
- 75.39
- -80.00
- 0
- 0
-
-
- 0052
- 000052
- POINT 52
- 74.95
- -65.96
- 0
- 0
-
-
- 0053
- 000053
- POINT 53
- 73.69
- -53.43
- 0
- 0
-
-
- 0054
- 000054
- POINT 54
- 66.81
- -28.66
- 0
- 0
-
-
- 0055
- 000055
- POINT 55
- 63.98
- -23.69
- 0
- 0
-
-
- 0056
- 000056
- POINT 56
- 68.83
- -139.04
- 0
- 0
-
-
- 0057
- 000057
- POINT 57
- 71.79
- -133.13
- 0
- 0
-
-
- 0058
- 000058
- POINT 58
- 74.51
- -125.00
- 0
- 0
-
-
- 0059
- 000059
- POINT 59
- 76.82
- -113.69
- 0
- 0
-
-
- 0060
- 000060
- POINT 60
- 78.43
- -98.43
- 0
- 0
-
-
- 0061
- 000061
- POINT 61
- 79.02
- -80.00
- 0
- 0
-
-
- 0062
- 000062
- POINT 62
- 71.79
- -26.87
- 0
- 0
-
-
- 0063
- 000063
- POINT 63
- 68.83
- -20.96
- 0
- 0
-
-
- 0064
- 000064
- POINT 64
- 65.73
- -16.57
- 0
- 0
-
-
- 0065
- 000065
- POINT 65
- 62.57
- -13.20
- 0
- 0
-
-
- 0066
- 000066
- POINT 66
- 70.42
- -148.20
- 0
- 0
-
-
- 0067
- 000067
- POINT 67
- 73.69
- -143.44
- 0
- 0
-
-
- 0068
- 000068
- POINT 68
- 76.82
- -136.31
- 0
- 0
-
-
- 0069
- 000069
- POINT 69
- 79.64
- -125.00
- 0
- 0
-
-
- 0070
- 000070
- POINT 70
- 81.80
- -106.57
- 0
- 0
-
-
- 0071
- 000071
- POINT 71
- 82.67
- -80.00
- 0
- 0
-
-
- 0072
- 000072
- POINT 72
- 81.80
- -53.43
- 0
- 0
-
-
- 0073
- 000073
- POINT 73
- 76.82
- -23.69
- 0
- 0
-
-
- 0074
- 000074
- POINT 74
- 73.69
- -16.57
- 0
- 0
-
-
- 0075
- 000075
- POINT 75
- 70.42
- -11.80
- 0
- 0
-
-
- 0076
- 000076
- POINT 76
- 67.08
- -8.43
- 0
- 0
-
-
- 0077
- 000077
- POINT 77
- 54.30
- -164.29
- 0
- 0
-
-
- 0078
- 000078
- POINT 78
- 57.63
- -163.66
- 0
- 0
-
-
- 0079
- 000079
- POINT 79
- 61.03
- -162.88
- 0
- 0
-
-
- 0080
- 000080
- POINT 80
- 64.46
- -161.87
- 0
- 0
-
-
- 0081
- 000081
- POINT 81
- 67.94
- -160.54
- 0
- 0
-
-
- 0082
- 000082
- POINT 82
- 71.44
- -158.69
- 0
- 0
-
-
- 0083
- 000083
- POINT 83
- 74.95
- -155.96
- 0
- 0
-
-
- 0084
- 000084
- POINT 84
- 78.43
- -151.57
- 0
- 0
-
-
- 0085
- 000085
- POINT 85
- 81.80
- -143.44
- 0
- 0
-
-
- 0086
- 000086
- POINT 86
- 84.81
- -125.00
- 0
- 0
-
-
- 0087
- 000087
- POINT 87
- 86.33
- -80.00
- 0
- 0
-
-
- 0088
- 000088
- POINT 88
- 84.81
- -35.00
- 0
- 0
-
-
- 0089
- 000089
- POINT 89
- 81.80
- -16.57
- 0
- 0
-
-
- 0090
- 000090
- POINT 90
- 78.43
- -8.43
- 0
- 0
-
-
- 0091
- 000091
- POINT 91
- 74.95
- -4.04
- 0
- 0
-
-
- 0092
- 000092
- POINT 92
- 71.44
- -1.31
- 0
- 0
-
-
- 0093
- 000093
- POINT 93
- 54.46
- -170.00
- 0
- 0
-
-
- 0094
- 000094
- POINT 94
- 57.82
- -170.00
- 0
- 0
-
-
- 0095
- 000095
- POINT 95
- 61.24
- -170.00
- 0
- 0
-
-
- 0096
- 000096
- POINT 96
- 64.71
- -170.00
- 0
- 0
-
-
- 0097
- 000097
- POINT 97
- 68.23
- -170.00
- 0
- 0
-
-
- 0098
- 000098
- POINT 98
- 71.79
- -170.00
- 0
- 0
-
-
- 0099
- 000099
- POINT 99
- 75.39
- -170.00
- 0
- 0
-
-
- 0100
- 000100
- POINT 100
- 79.02
- -170.00
- 0
- 0
-
-
- 0101
- 000101
- POINT 101
- 82.67
- -170.00
- 0
- 0
-
-
- 0102
- 000102
- POINT 102
- 86.33
- -170.00
- 0
- 0
-
-
- 0103
- 000103
- POINT 103
- 90.00
- -80.00
- 0
- 0
-
-
- 0104
- 000104
- POINT 104
- 86.33
- 10.00
- 0
- 0
-
-
- 0105
- 000105
- POINT 105
- 82.67
- 10.00
- 0
- 0
-
-
- 0106
- 000106
- POINT 106
- 79.02
- 10.00
- 0
- 0
-
-
- 0107
- 000107
- POINT 107
- 75.39
- 10.00
- 0
- 0
-
-
- 0108
- 000108
- POINT 108
- 71.79
- 10.00
- 0
- 0
-
-
- 0109
- 000109
- POINT 109
- 57.82
- 10.00
- 0
- 0
-
-
- 0110
- 000110
- POINT 110
- 54.46
- 10.00
- 0
- 0
-
-
- 0111
- 000111
- POINT 111
- 54.30
- -175.71
- 0
- 0
-
-
- 0112
- 000112
- POINT 112
- 57.63
- -176.34
- 0
- 0
-
-
- 0113
- 000113
- POINT 113
- 61.03
- -177.13
- 0
- 0
-
-
- 0114
- 000114
- POINT 114
- 64.46
- -178.13
- 0
- 0
-
-
- 0115
- 000115
- POINT 115
- 67.94
- -179.46
- 0
- 0
-
-
- 0116
- 000116
- POINT 116
- 71.44
- 178.69
- 0
- 0
-
-
- 0117
- 000117
- POINT 117
- 74.95
- 175.96
- 0
- 0
-
-
- 0118
- 000118
- POINT 118
- 78.43
- 171.57
- 0
- 0
-
-
- 0119
- 000119
- POINT 119
- 81.80
- 163.44
- 0
- 0
-
-
- 0120
- 000120
- POINT 120
- 84.81
- 145.00
- 0
- 0
-
-
- 0121
- 000121
- POINT 121
- 86.33
- 100.00
- 0
- 0
-
-
- 0122
- 000122
- POINT 122
- 84.81
- 55.00
- 0
- 0
-
-
- 0123
- 000123
- POINT 123
- 81.80
- 36.57
- 0
- 0
-
-
- 0124
- 000124
- POINT 124
- 78.43
- 28.44
- 0
- 0
-
-
- 0125
- 000125
- POINT 125
- 74.95
- 24.04
- 0
- 0
-
-
- 0126
- 000126
- POINT 126
- 71.44
- 21.31
- 0
- 0
-
-
- 0127
- 000127
- POINT 127
- 61.03
- 17.13
- 0
- 0
-
-
- 0128
- 000128
- POINT 128
- 57.63
- 16.34
- 0
- 0
-
-
- 0129
- 000129
- POINT 129
- 54.30
- 15.71
- 0
- 0
-
-
- 0130
- 000130
- POINT 130
- 53.80
- 178.69
- 0
- 0
-
-
- 0131
- 000131
- POINT 131
- 57.08
- 177.47
- 0
- 0
-
-
- 0132
- 000132
- POINT 132
- 60.39
- 175.96
- 0
- 0
-
-
- 0133
- 000133
- POINT 133
- 70.42
- 168.20
- 0
- 0
-
-
- 0134
- 000134
- POINT 134
- 73.69
- 163.44
- 0
- 0
-
-
- 0135
- 000135
- POINT 135
- 76.82
- 156.31
- 0
- 0
-
-
- 0136
- 000136
- POINT 136
- 79.64
- 145.00
- 0
- 0
-
-
- 0137
- 000137
- POINT 137
- 81.80
- 126.57
- 0
- 0
-
-
- 0138
- 000138
- POINT 138
- 82.67
- 100.00
- 0
- 0
-
-
- 0139
- 000139
- POINT 139
- 81.80
- 73.44
- 0
- 0
-
-
- 0140
- 000140
- POINT 140
- 79.64
- 55.00
- 0
- 0
-
-
- 0141
- 000141
- POINT 141
- 76.82
- 43.69
- 0
- 0
-
-
- 0142
- 000142
- POINT 142
- 73.69
- 36.57
- 0
- 0
-
-
- 0143
- 000143
- POINT 143
- 70.42
- 31.80
- 0
- 0
-
-
- 0144
- 000144
- POINT 144
- 63.74
- 25.95
- 0
- 0
-
-
- 0145
- 000145
- POINT 145
- 60.39
- 24.04
- 0
- 0
-
-
- 0146
- 000146
- POINT 146
- 57.08
- 22.53
- 0
- 0
-
-
- 0147
- 000147
- POINT 147
- 56.18
- 171.57
- 0
- 0
-
-
- 0148
- 000148
- POINT 148
- 59.37
- 169.44
- 0
- 0
-
-
- 0149
- 000149
- POINT 149
- 71.79
- 153.13
- 0
- 0
-
-
- 0150
- 000150
- POINT 150
- 74.51
- 145.00
- 0
- 0
-
-
- 0151
- 000151
- POINT 151
- 76.82
- 133.69
- 0
- 0
-
-
- 0152
- 000152
- POINT 152
- 78.43
- 118.44
- 0
- 0
-
-
- 0153
- 000153
- POINT 153
- 79.02
- 100.00
- 0
- 0
-
-
- 0154
- 000154
- POINT 154
- 78.43
- 81.57
- 0
- 0
-
-
- 0155
- 000155
- POINT 155
- 76.82
- 66.31
- 0
- 0
-
-
- 0156
- 000156
- POINT 156
- 74.51
- 55.00
- 0
- 0
-
-
- 0157
- 000157
- POINT 157
- 71.79
- 46.87
- 0
- 0
-
-
- 0158
- 000158
- POINT 158
- 68.83
- 40.96
- 0
- 0
-
-
- 0159
- 000159
- POINT 159
- 65.73
- 36.57
- 0
- 0
-
-
- 0160
- 000160
- POINT 160
- 59.37
- 30.56
- 0
- 0
-
-
- 0161
- 000161
- POINT 161
- 54.97
- 166.04
- 0
- 0
-
-
- 0162
- 000162
- POINT 162
- 58.01
- 163.44
- 0
- 0
-
-
- 0163
- 000163
- POINT 163
- 61.03
- 160.26
- 0
- 0
-
-
- 0164
- 000164
- POINT 164
- 71.79
- 136.87
- 0
- 0
-
-
- 0165
- 000165
- POINT 165
- 73.69
- 126.57
- 0
- 0
-
-
- 0166
- 000166
- POINT 166
- 74.95
- 114.04
- 0
- 0
-
-
- 0167
- 000167
- POINT 167
- 74.95
- 85.96
- 0
- 0
-
-
- 0168
- 000168
- POINT 168
- 73.69
- 73.44
- 0
- 0
-
-
- 0169
- 000169
- POINT 169
- 71.79
- 63.13
- 0
- 0
-
-
- 0170
- 000170
- POINT 170
- 69.45
- 55.00
- 0
- 0
-
-
- 0171
- 000171
- POINT 171
- 66.81
- 48.66
- 0
- 0
-
-
- 0172
- 000172
- POINT 172
- 45.87
- 28.44
- 0
- 0
-
-
- 0173
- 000173
- POINT 173
- 42.90
- 27.10
- 0
- 0
-
-
- 0174
- 000174
- POINT 174
- 53.48
- 160.95
- 0
- 0
-
-
- 0175
- 000175
- POINT 175
- 59.18
- 154.46
- 0
- 0
-
-
- 0176
- 000176
- POINT 176
- 70.42
- 78.20
- 0
- 0
-
-
- 0177
- 000177
- POINT 177
- 68.83
- 69.04
- 0
- 0
-
-
- 0178
- 000178
- POINT 178
- 66.81
- 61.34
- 0
- 0
-
-
- 0179
- 000179
- POINT 179
- 44.77
- 32.62
- 0
- 0
-
-
- 0180
- 000180
- POINT 180
- 41.89
- 31.04
- 0
- 0
-
-
- 0181
- 000181
- POINT 181
- 49.02
- 159.04
- 0
- 0
-
-
- 0182
- 000182
- POINT 182
- 51.76
- 156.31
- 0
- 0
-
-
- 0183
- 000183
- POINT 183
- 54.46
- 153.13
- 0
- 0
-
-
- 0184
- 000184
- POINT 184
- 57.08
- 149.40
- 0
- 0
-
-
- 0185
- 000185
- POINT 185
- 59.58
- 145.00
- 0
- 0
-
-
- 0186
- 000186
- POINT 186
- 46.24
- 38.61
- 0
- 0
-
-
- 0187
- 000187
- POINT 187
- 43.47
- 36.57
- 0
- 0
-
-
- 0188
- 000188
- POINT 188
- 47.27
- 155.01
- 0
- 0
-
-
- 0189
- 000189
- POINT 189
- 49.86
- 152.13
- 0
- 0
-
-
- 0190
- 000190
- POINT 190
- 52.38
- 148.81
- 0
- 0
-
-
- 0191
- 000191
- POINT 191
- 54.80
- 145.00
- 0
- 0
-
-
- 0192
- 000192
- POINT 192
- 57.08
- 140.60
- 0
- 0
-
-
- 0193
- 000193
- POINT 193
- 45.37
- 151.34
- 0
- 0
-
-
- 0194
- 000194
- POINT 194
- 47.80
- 148.37
- 0
- 0
-
-
- 0195
- 000195
- POINT 195
- 50.14
- 145.00
- 0
- 0
-
-
- 0196
- 000196
- POINT 196
- 52.38
- 141.19
- 0
- 0
-
-
- 0197
- 000197
- POINT 197
- 54.46
- 136.87
- 0
- 0
-
-
- 0198
- 000198
- POINT 198
- 43.35
- 148.01
- 0
- 0
-
-
- 0199
- 000199
- POINT 199
- 45.62
- 145.00
- 0
- 0
-
-
- 0200
- 000200
- POINT 200
- 47.80
- 141.63
- 0
- 0
-
-
- 0201
- 000201
- POINT 201
- 45.37
- 138.66
- 0
- 0
-
-
- 0202
- 000202
- POINT 202
- 42.90
- 136.03
- 0
- 0
-
-
- 0203
- 000203
- POINT 203
- 40.39
- 133.69
- 0
- 0
-
-
- 0204
- 000204
- POINT 204
- 42.00
- 130.26
- 0
- 0
-
-
- 0205
- 000205
- POINT 205
- 39.36
- 128.30
- 0
- 0
-
-
- 0206
- 000206
- POINT 206
- 37.96
- 123.20
- 0
- 0
-
-
- 0207
- 000207
- POINT 207
- 39.05
- 119.65
- 0
- 0
-
-
+
+
+
+
+ 0001
+ 000001
+ POINT 1
+ 48.88
+ -60.02
+ 0
+ 0
+
+
+ 0002
+ 000002
+ POINT 2
+ 46.24
+ -51.39
+ 0
+ 0
+
+
+ 0003
+ 000003
+ POINT 3
+ 54.46
+ -80.00
+ 0
+ 0
+
+
+ 0004
+ 000004
+ POINT 4
+ 50.58
+ -53.43
+ 0
+ 0
+
+
+ 0005
+ 000005
+ POINT 5
+ 49.02
+ -49.04
+ 0
+ 0
+
+
+ 0006
+ 000006
+ POINT 6
+ 47.27
+ -45.01
+ 0
+ 0
+
+
+ 0007
+ 000007
+ POINT 7
+ 57.63
+ -86.34
+ 0
+ 0
+
+
+ 0008
+ 000008
+ POINT 8
+ 57.82
+ -80.00
+ 0
+ 0
+
+
+ 0009
+ 000009
+ POINT 9
+ 56.18
+ -61.57
+ 0
+ 0
+
+
+ 0010
+ 000010
+ POINT 10
+ 54.97
+ -56.04
+ 0
+ 0
+
+
+ 0011
+ 000011
+ POINT 11
+ 53.48
+ -50.95
+ 0
+ 0
+
+
+ 0012
+ 000012
+ POINT 12
+ 51.76
+ -46.31
+ 0
+ 0
+
+
+ 0013
+ 000013
+ POINT 13
+ 49.86
+ -42.13
+ 0
+ 0
+
+
+ 0014
+ 000014
+ POINT 14
+ 60.39
+ -94.04
+ 0
+ 0
+
+
+ 0015
+ 000015
+ POINT 15
+ 61.03
+ -87.13
+ 0
+ 0
+
+
+ 0016
+ 000016
+ POINT 16
+ 61.24
+ -80.00
+ 0
+ 0
+
+
+ 0017
+ 000017
+ POINT 17
+ 61.03
+ -72.88
+ 0
+ 0
+
+
+ 0018
+ 000018
+ POINT 18
+ 60.39
+ -65.96
+ 0
+ 0
+
+
+ 0019
+ 000019
+ POINT 19
+ 59.37
+ -59.44
+ 0
+ 0
+
+
+ 0020
+ 000020
+ POINT 20
+ 58.01
+ -53.43
+ 0
+ 0
+
+
+ 0021
+ 000021
+ POINT 21
+ 56.36
+ -47.99
+ 0
+ 0
+
+
+ 0022
+ 000022
+ POINT 22
+ 54.46
+ -43.13
+ 0
+ 0
+
+
+ 0023
+ 000023
+ POINT 23
+ 64.46
+ -88.13
+ 0
+ 0
+
+
+ 0024
+ 000024
+ POINT 24
+ 64.71
+ -80.00
+ 0
+ 0
+
+
+ 0025
+ 000025
+ POINT 25
+ 64.46
+ -71.87
+ 0
+ 0
+
+
+ 0026
+ 000026
+ POINT 26
+ 63.74
+ -64.05
+ 0
+ 0
+
+
+ 0027
+ 000027
+ POINT 27
+ 62.57
+ -56.80
+ 0
+ 0
+
+
+ 0028
+ 000028
+ POINT 28
+ 61.03
+ -50.26
+ 0
+ 0
+
+
+ 0029
+ 000029
+ POINT 29
+ 59.18
+ -44.46
+ 0
+ 0
+
+
+ 0030
+ 000030
+ POINT 30
+ 57.08
+ -39.40
+ 0
+ 0
+
+
+ 0031
+ 000031
+ POINT 31
+ 67.08
+ -98.43
+ 0
+ 0
+
+
+ 0032
+ 000032
+ POINT 32
+ 67.94
+ -89.46
+ 0
+ 0
+
+
+ 0033
+ 000033
+ POINT 33
+ 68.23
+ -80.00
+ 0
+ 0
+
+
+ 0034
+ 000034
+ POINT 34
+ 67.08
+ -61.57
+ 0
+ 0
+
+
+ 0035
+ 000035
+ POINT 35
+ 65.73
+ -53.43
+ 0
+ 0
+
+
+ 0036
+ 000036
+ POINT 36
+ 63.98
+ -46.31
+ 0
+ 0
+
+
+ 0037
+ 000037
+ POINT 37
+ 61.90
+ -40.19
+ 0
+ 0
+
+
+ 0038
+ 000038
+ POINT 38
+ 59.58
+ -35.00
+ 0
+ 0
+
+
+ 0039
+ 000039
+ POINT 39
+ 68.83
+ -110.96
+ 0
+ 0
+
+
+ 0040
+ 000040
+ POINT 40
+ 70.42
+ -101.80
+ 0
+ 0
+
+
+ 0041
+ 000041
+ POINT 41
+ 71.44
+ -91.31
+ 0
+ 0
+
+
+ 0042
+ 000042
+ POINT 42
+ 71.79
+ -80.00
+ 0
+ 0
+
+
+ 0043
+ 000043
+ POINT 43
+ 71.44
+ -68.69
+ 0
+ 0
+
+
+ 0044
+ 000044
+ POINT 44
+ 70.42
+ -58.20
+ 0
+ 0
+
+
+ 0045
+ 000045
+ POINT 45
+ 64.46
+ -35.00
+ 0
+ 0
+
+
+ 0046
+ 000046
+ POINT 46
+ 61.90
+ -29.81
+ 0
+ 0
+
+
+ 0047
+ 000047
+ POINT 47
+ 69.45
+ -125.00
+ 0
+ 0
+
+
+ 0048
+ 000048
+ POINT 48
+ 71.79
+ -116.87
+ 0
+ 0
+
+
+ 0049
+ 000049
+ POINT 49
+ 73.69
+ -106.57
+ 0
+ 0
+
+
+ 0050
+ 000050
+ POINT 50
+ 74.95
+ -94.04
+ 0
+ 0
+
+
+ 0051
+ 000051
+ POINT 51
+ 75.39
+ -80.00
+ 0
+ 0
+
+
+ 0052
+ 000052
+ POINT 52
+ 74.95
+ -65.96
+ 0
+ 0
+
+
+ 0053
+ 000053
+ POINT 53
+ 73.69
+ -53.43
+ 0
+ 0
+
+
+ 0054
+ 000054
+ POINT 54
+ 66.81
+ -28.66
+ 0
+ 0
+
+
+ 0055
+ 000055
+ POINT 55
+ 63.98
+ -23.69
+ 0
+ 0
+
+
+ 0056
+ 000056
+ POINT 56
+ 68.83
+ -139.04
+ 0
+ 0
+
+
+ 0057
+ 000057
+ POINT 57
+ 71.79
+ -133.13
+ 0
+ 0
+
+
+ 0058
+ 000058
+ POINT 58
+ 74.51
+ -125.00
+ 0
+ 0
+
+
+ 0059
+ 000059
+ POINT 59
+ 76.82
+ -113.69
+ 0
+ 0
+
+
+ 0060
+ 000060
+ POINT 60
+ 78.43
+ -98.43
+ 0
+ 0
+
+
+ 0061
+ 000061
+ POINT 61
+ 79.02
+ -80.00
+ 0
+ 0
+
+
+ 0062
+ 000062
+ POINT 62
+ 71.79
+ -26.87
+ 0
+ 0
+
+
+ 0063
+ 000063
+ POINT 63
+ 68.83
+ -20.96
+ 0
+ 0
+
+
+ 0064
+ 000064
+ POINT 64
+ 65.73
+ -16.57
+ 0
+ 0
+
+
+ 0065
+ 000065
+ POINT 65
+ 62.57
+ -13.20
+ 0
+ 0
+
+
+ 0066
+ 000066
+ POINT 66
+ 70.42
+ -148.20
+ 0
+ 0
+
+
+ 0067
+ 000067
+ POINT 67
+ 73.69
+ -143.44
+ 0
+ 0
+
+
+ 0068
+ 000068
+ POINT 68
+ 76.82
+ -136.31
+ 0
+ 0
+
+
+ 0069
+ 000069
+ POINT 69
+ 79.64
+ -125.00
+ 0
+ 0
+
+
+ 0070
+ 000070
+ POINT 70
+ 81.80
+ -106.57
+ 0
+ 0
+
+
+ 0071
+ 000071
+ POINT 71
+ 82.67
+ -80.00
+ 0
+ 0
+
+
+ 0072
+ 000072
+ POINT 72
+ 81.80
+ -53.43
+ 0
+ 0
+
+
+ 0073
+ 000073
+ POINT 73
+ 76.82
+ -23.69
+ 0
+ 0
+
+
+ 0074
+ 000074
+ POINT 74
+ 73.69
+ -16.57
+ 0
+ 0
+
+
+ 0075
+ 000075
+ POINT 75
+ 70.42
+ -11.80
+ 0
+ 0
+
+
+ 0076
+ 000076
+ POINT 76
+ 67.08
+ -8.43
+ 0
+ 0
+
+
+ 0077
+ 000077
+ POINT 77
+ 54.30
+ -164.29
+ 0
+ 0
+
+
+ 0078
+ 000078
+ POINT 78
+ 57.63
+ -163.66
+ 0
+ 0
+
+
+ 0079
+ 000079
+ POINT 79
+ 61.03
+ -162.88
+ 0
+ 0
+
+
+ 0080
+ 000080
+ POINT 80
+ 64.46
+ -161.87
+ 0
+ 0
+
+
+ 0081
+ 000081
+ POINT 81
+ 67.94
+ -160.54
+ 0
+ 0
+
+
+ 0082
+ 000082
+ POINT 82
+ 71.44
+ -158.69
+ 0
+ 0
+
+
+ 0083
+ 000083
+ POINT 83
+ 74.95
+ -155.96
+ 0
+ 0
+
+
+ 0084
+ 000084
+ POINT 84
+ 78.43
+ -151.57
+ 0
+ 0
+
+
+ 0085
+ 000085
+ POINT 85
+ 81.80
+ -143.44
+ 0
+ 0
+
+
+ 0086
+ 000086
+ POINT 86
+ 84.81
+ -125.00
+ 0
+ 0
+
+
+ 0087
+ 000087
+ POINT 87
+ 86.33
+ -80.00
+ 0
+ 0
+
+
+ 0088
+ 000088
+ POINT 88
+ 84.81
+ -35.00
+ 0
+ 0
+
+
+ 0089
+ 000089
+ POINT 89
+ 81.80
+ -16.57
+ 0
+ 0
+
+
+ 0090
+ 000090
+ POINT 90
+ 78.43
+ -8.43
+ 0
+ 0
+
+
+ 0091
+ 000091
+ POINT 91
+ 74.95
+ -4.04
+ 0
+ 0
+
+
+ 0092
+ 000092
+ POINT 92
+ 71.44
+ -1.31
+ 0
+ 0
+
+
+ 0093
+ 000093
+ POINT 93
+ 54.46
+ -170.00
+ 0
+ 0
+
+
+ 0094
+ 000094
+ POINT 94
+ 57.82
+ -170.00
+ 0
+ 0
+
+
+ 0095
+ 000095
+ POINT 95
+ 61.24
+ -170.00
+ 0
+ 0
+
+
+ 0096
+ 000096
+ POINT 96
+ 64.71
+ -170.00
+ 0
+ 0
+
+
+ 0097
+ 000097
+ POINT 97
+ 68.23
+ -170.00
+ 0
+ 0
+
+
+ 0098
+ 000098
+ POINT 98
+ 71.79
+ -170.00
+ 0
+ 0
+
+
+ 0099
+ 000099
+ POINT 99
+ 75.39
+ -170.00
+ 0
+ 0
+
+
+ 0100
+ 000100
+ POINT 100
+ 79.02
+ -170.00
+ 0
+ 0
+
+
+ 0101
+ 000101
+ POINT 101
+ 82.67
+ -170.00
+ 0
+ 0
+
+
+ 0102
+ 000102
+ POINT 102
+ 86.33
+ -170.00
+ 0
+ 0
+
+
+ 0103
+ 000103
+ POINT 103
+ 90.00
+ -80.00
+ 0
+ 0
+
+
+ 0104
+ 000104
+ POINT 104
+ 86.33
+ 10.00
+ 0
+ 0
+
+
+ 0105
+ 000105
+ POINT 105
+ 82.67
+ 10.00
+ 0
+ 0
+
+
+ 0106
+ 000106
+ POINT 106
+ 79.02
+ 10.00
+ 0
+ 0
+
+
+ 0107
+ 000107
+ POINT 107
+ 75.39
+ 10.00
+ 0
+ 0
+
+
+ 0108
+ 000108
+ POINT 108
+ 71.79
+ 10.00
+ 0
+ 0
+
+
+ 0109
+ 000109
+ POINT 109
+ 57.82
+ 10.00
+ 0
+ 0
+
+
+ 0110
+ 000110
+ POINT 110
+ 54.46
+ 10.00
+ 0
+ 0
+
+
+ 0111
+ 000111
+ POINT 111
+ 54.30
+ -175.71
+ 0
+ 0
+
+
+ 0112
+ 000112
+ POINT 112
+ 57.63
+ -176.34
+ 0
+ 0
+
+
+ 0113
+ 000113
+ POINT 113
+ 61.03
+ -177.13
+ 0
+ 0
+
+
+ 0114
+ 000114
+ POINT 114
+ 64.46
+ -178.13
+ 0
+ 0
+
+
+ 0115
+ 000115
+ POINT 115
+ 67.94
+ -179.46
+ 0
+ 0
+
+
+ 0116
+ 000116
+ POINT 116
+ 71.44
+ 178.69
+ 0
+ 0
+
+
+ 0117
+ 000117
+ POINT 117
+ 74.95
+ 175.96
+ 0
+ 0
+
+
+ 0118
+ 000118
+ POINT 118
+ 78.43
+ 171.57
+ 0
+ 0
+
+
+ 0119
+ 000119
+ POINT 119
+ 81.80
+ 163.44
+ 0
+ 0
+
+
+ 0120
+ 000120
+ POINT 120
+ 84.81
+ 145.00
+ 0
+ 0
+
+
+ 0121
+ 000121
+ POINT 121
+ 86.33
+ 100.00
+ 0
+ 0
+
+
+ 0122
+ 000122
+ POINT 122
+ 84.81
+ 55.00
+ 0
+ 0
+
+
+ 0123
+ 000123
+ POINT 123
+ 81.80
+ 36.57
+ 0
+ 0
+
+
+ 0124
+ 000124
+ POINT 124
+ 78.43
+ 28.44
+ 0
+ 0
+
+
+ 0125
+ 000125
+ POINT 125
+ 74.95
+ 24.04
+ 0
+ 0
+
+
+ 0126
+ 000126
+ POINT 126
+ 71.44
+ 21.31
+ 0
+ 0
+
+
+ 0127
+ 000127
+ POINT 127
+ 61.03
+ 17.13
+ 0
+ 0
+
+
+ 0128
+ 000128
+ POINT 128
+ 57.63
+ 16.34
+ 0
+ 0
+
+
+ 0129
+ 000129
+ POINT 129
+ 54.30
+ 15.71
+ 0
+ 0
+
+
+ 0130
+ 000130
+ POINT 130
+ 53.80
+ 178.69
+ 0
+ 0
+
+
+ 0131
+ 000131
+ POINT 131
+ 57.08
+ 177.47
+ 0
+ 0
+
+
+ 0132
+ 000132
+ POINT 132
+ 60.39
+ 175.96
+ 0
+ 0
+
+
+ 0133
+ 000133
+ POINT 133
+ 70.42
+ 168.20
+ 0
+ 0
+
+
+ 0134
+ 000134
+ POINT 134
+ 73.69
+ 163.44
+ 0
+ 0
+
+
+ 0135
+ 000135
+ POINT 135
+ 76.82
+ 156.31
+ 0
+ 0
+
+
+ 0136
+ 000136
+ POINT 136
+ 79.64
+ 145.00
+ 0
+ 0
+
+
+ 0137
+ 000137
+ POINT 137
+ 81.80
+ 126.57
+ 0
+ 0
+
+
+ 0138
+ 000138
+ POINT 138
+ 82.67
+ 100.00
+ 0
+ 0
+
+
+ 0139
+ 000139
+ POINT 139
+ 81.80
+ 73.44
+ 0
+ 0
+
+
+ 0140
+ 000140
+ POINT 140
+ 79.64
+ 55.00
+ 0
+ 0
+
+
+ 0141
+ 000141
+ POINT 141
+ 76.82
+ 43.69
+ 0
+ 0
+
+
+ 0142
+ 000142
+ POINT 142
+ 73.69
+ 36.57
+ 0
+ 0
+
+
+ 0143
+ 000143
+ POINT 143
+ 70.42
+ 31.80
+ 0
+ 0
+
+
+ 0144
+ 000144
+ POINT 144
+ 63.74
+ 25.95
+ 0
+ 0
+
+
+ 0145
+ 000145
+ POINT 145
+ 60.39
+ 24.04
+ 0
+ 0
+
+
+ 0146
+ 000146
+ POINT 146
+ 57.08
+ 22.53
+ 0
+ 0
+
+
+ 0147
+ 000147
+ POINT 147
+ 56.18
+ 171.57
+ 0
+ 0
+
+
+ 0148
+ 000148
+ POINT 148
+ 59.37
+ 169.44
+ 0
+ 0
+
+
+ 0149
+ 000149
+ POINT 149
+ 71.79
+ 153.13
+ 0
+ 0
+
+
+ 0150
+ 000150
+ POINT 150
+ 74.51
+ 145.00
+ 0
+ 0
+
+
+ 0151
+ 000151
+ POINT 151
+ 76.82
+ 133.69
+ 0
+ 0
+
+
+ 0152
+ 000152
+ POINT 152
+ 78.43
+ 118.44
+ 0
+ 0
+
+
+ 0153
+ 000153
+ POINT 153
+ 79.02
+ 100.00
+ 0
+ 0
+
+
+ 0154
+ 000154
+ POINT 154
+ 78.43
+ 81.57
+ 0
+ 0
+
+
+ 0155
+ 000155
+ POINT 155
+ 76.82
+ 66.31
+ 0
+ 0
+
+
+ 0156
+ 000156
+ POINT 156
+ 74.51
+ 55.00
+ 0
+ 0
+
+
+ 0157
+ 000157
+ POINT 157
+ 71.79
+ 46.87
+ 0
+ 0
+
+
+ 0158
+ 000158
+ POINT 158
+ 68.83
+ 40.96
+ 0
+ 0
+
+
+ 0159
+ 000159
+ POINT 159
+ 65.73
+ 36.57
+ 0
+ 0
+
+
+ 0160
+ 000160
+ POINT 160
+ 59.37
+ 30.56
+ 0
+ 0
+
+
+ 0161
+ 000161
+ POINT 161
+ 54.97
+ 166.04
+ 0
+ 0
+
+
+ 0162
+ 000162
+ POINT 162
+ 58.01
+ 163.44
+ 0
+ 0
+
+
+ 0163
+ 000163
+ POINT 163
+ 61.03
+ 160.26
+ 0
+ 0
+
+
+ 0164
+ 000164
+ POINT 164
+ 71.79
+ 136.87
+ 0
+ 0
+
+
+ 0165
+ 000165
+ POINT 165
+ 73.69
+ 126.57
+ 0
+ 0
+
+
+ 0166
+ 000166
+ POINT 166
+ 74.95
+ 114.04
+ 0
+ 0
+
+
+ 0167
+ 000167
+ POINT 167
+ 74.95
+ 85.96
+ 0
+ 0
+
+
+ 0168
+ 000168
+ POINT 168
+ 73.69
+ 73.44
+ 0
+ 0
+
+
+ 0169
+ 000169
+ POINT 169
+ 71.79
+ 63.13
+ 0
+ 0
+
+
+ 0170
+ 000170
+ POINT 170
+ 69.45
+ 55.00
+ 0
+ 0
+
+
+ 0171
+ 000171
+ POINT 171
+ 66.81
+ 48.66
+ 0
+ 0
+
+
+ 0172
+ 000172
+ POINT 172
+ 45.87
+ 28.44
+ 0
+ 0
+
+
+ 0173
+ 000173
+ POINT 173
+ 42.90
+ 27.10
+ 0
+ 0
+
+
+ 0174
+ 000174
+ POINT 174
+ 53.48
+ 160.95
+ 0
+ 0
+
+
+ 0175
+ 000175
+ POINT 175
+ 59.18
+ 154.46
+ 0
+ 0
+
+
+ 0176
+ 000176
+ POINT 176
+ 70.42
+ 78.20
+ 0
+ 0
+
+
+ 0177
+ 000177
+ POINT 177
+ 68.83
+ 69.04
+ 0
+ 0
+
+
+ 0178
+ 000178
+ POINT 178
+ 66.81
+ 61.34
+ 0
+ 0
+
+
+ 0179
+ 000179
+ POINT 179
+ 44.77
+ 32.62
+ 0
+ 0
+
+
+ 0180
+ 000180
+ POINT 180
+ 41.89
+ 31.04
+ 0
+ 0
+
+
+ 0181
+ 000181
+ POINT 181
+ 49.02
+ 159.04
+ 0
+ 0
+
+
+ 0182
+ 000182
+ POINT 182
+ 51.76
+ 156.31
+ 0
+ 0
+
+
+ 0183
+ 000183
+ POINT 183
+ 54.46
+ 153.13
+ 0
+ 0
+
+
+ 0184
+ 000184
+ POINT 184
+ 57.08
+ 149.40
+ 0
+ 0
+
+
+ 0185
+ 000185
+ POINT 185
+ 59.58
+ 145.00
+ 0
+ 0
+
+
+ 0186
+ 000186
+ POINT 186
+ 46.24
+ 38.61
+ 0
+ 0
+
+
+ 0187
+ 000187
+ POINT 187
+ 43.47
+ 36.57
+ 0
+ 0
+
+
+ 0188
+ 000188
+ POINT 188
+ 47.27
+ 155.01
+ 0
+ 0
+
+
+ 0189
+ 000189
+ POINT 189
+ 49.86
+ 152.13
+ 0
+ 0
+
+
+ 0190
+ 000190
+ POINT 190
+ 52.38
+ 148.81
+ 0
+ 0
+
+
+ 0191
+ 000191
+ POINT 191
+ 54.80
+ 145.00
+ 0
+ 0
+
+
+ 0192
+ 000192
+ POINT 192
+ 57.08
+ 140.60
+ 0
+ 0
+
+
+ 0193
+ 000193
+ POINT 193
+ 45.37
+ 151.34
+ 0
+ 0
+
+
+ 0194
+ 000194
+ POINT 194
+ 47.80
+ 148.37
+ 0
+ 0
+
+
+ 0195
+ 000195
+ POINT 195
+ 50.14
+ 145.00
+ 0
+ 0
+
+
+ 0196
+ 000196
+ POINT 196
+ 52.38
+ 141.19
+ 0
+ 0
+
+
+ 0197
+ 000197
+ POINT 197
+ 54.46
+ 136.87
+ 0
+ 0
+
+
+ 0198
+ 000198
+ POINT 198
+ 43.35
+ 148.01
+ 0
+ 0
+
+
+ 0199
+ 000199
+ POINT 199
+ 45.62
+ 145.00
+ 0
+ 0
+
+
+ 0200
+ 000200
+ POINT 200
+ 47.80
+ 141.63
+ 0
+ 0
+
+
+ 0201
+ 000201
+ POINT 201
+ 45.37
+ 138.66
+ 0
+ 0
+
+
+ 0202
+ 000202
+ POINT 202
+ 42.90
+ 136.03
+ 0
+ 0
+
+
+ 0203
+ 000203
+ POINT 203
+ 40.39
+ 133.69
+ 0
+ 0
+
+
+ 0204
+ 000204
+ POINT 204
+ 42.00
+ 130.26
+ 0
+ 0
+
+
+ 0205
+ 000205
+ POINT 205
+ 39.36
+ 128.30
+ 0
+ 0
+
+
+ 0206
+ 000206
+ POINT 206
+ 37.96
+ 123.20
+ 0
+ 0
+
+
+ 0207
+ 000207
+ POINT 207
+ 39.05
+ 119.65
+ 0
+ 0
+
+
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/stns.xsd b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/stns.xsd
old mode 100755
new mode 100644
index e4416acbc5..145fba212c
--- a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/stns.xsd
+++ b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/stns.xsd
@@ -1,163 +1,163 @@
-
-
-
-
-
- The station ID
-
-
-
-
-
-
-
-
-
-
-
- The station number
-
-
-
-
-
-
-
-
-
-
-
- The station name
-
-
-
-
-
-
-
-
-
-
- state
-
-
-
-
-
-
-
-
-
-
- country
-
-
-
-
-
-
-
-
-
-
- The latitude
-
-
-
-
-
-
-
-
-
-
-
- The longitude
-
-
-
-
-
-
-
-
-
-
-
- The elevation
-
-
-
-
-
-
-
-
-
-
-
- The priority
-
-
-
-
-
-
-
-
-
-
-
- Volcano location
-
-
-
-
-
-
-
-
-
-
- WFO
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- A station
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ The station ID
+
+
+
+
+
+
+
+
+
+
+
+ The station number
+
+
+
+
+
+
+
+
+
+
+
+ The station name
+
+
+
+
+
+
+
+
+
+
+ state
+
+
+
+
+
+
+
+
+
+
+ country
+
+
+
+
+
+
+
+
+
+
+ The latitude
+
+
+
+
+
+
+
+
+
+
+
+ The longitude
+
+
+
+
+
+
+
+
+
+
+
+ The elevation
+
+
+
+
+
+
+
+
+
+
+
+ The priority
+
+
+
+
+
+
+
+
+
+
+
+ Volcano location
+
+
+
+
+
+
+
+
+
+
+ WFO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A station
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/vors.xml b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/vors.xml
old mode 100755
new mode 100644
index 80239cf1d0..2e15934cd5
--- a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/vors.xml
+++ b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/vors.xml
@@ -1,7049 +1,7049 @@
-
-
-
-
- YSJ
- 000395
- ST_JOHN
- NB
- CN
- 45.32
- -65.88
- 0
- 0
-
-
-
- HUL
- 000341
- HOULTON
- ME
- US
- 46.04
- -67.83
- 0
- 0
-
-
-
- PQI
- 000367
- PRESQUE_ISLE
- ME
- US
- 46.77
- -68.09
- 0
- 0
-
-
-
- MLT
- 000183
- MILLINOCKET
- ME
- US
- 45.58
- -68.52
- 0
- 0
-
-
-
- BGR
- 000029
- BANGOR
- ME
- US
- 44.84
- -68.87
- 0
- 0
-
-
-
- ACK
- 000005
- NANTUCKET
- MA
- US
- 41.28
- -70.03
- 0
- 0
-
-
-
- ENE
- 000322
- KENNEBUNK
- ME
- US
- 43.43
- -70.61
- 0
- 0
-
-
-
- BOS
- 000289
- BOSTON
- MA
- US
- 42.36
- -70.99
- 0
- 0
-
-
-
- YQB
- 000391
- QUEBEC
- QB
- CN
- 46.80
- -71.38
- 0
- 0
-
-
-
- PVD
- 000221
- PROVIDENCE
- RI
- US
- 41.72
- -71.43
- 0
- 0
-
-
-
- CON
- 000062
- CONCORD
- NH
- US
- 43.22
- -71.58
- 0
- 0
-
-
-
- YSC
- 000394
- SHERBROOKE
- QB
- CN
- 45.43
- -71.68
- 0
- 0
-
-
-
- HTO
- 000340
- EAST_HAMPTON
- NY
- US
- 40.92
- -72.32
- 0
- 0
-
-
-
- MPV
- 000188
- MONTPELIER
- VT
- US
- 44.22
- -72.57
- 0
- 0
-
-
-
- BDL
- 000287
- WINSOR_LOCKS
- CT
- US
- 41.94
- -72.69
- 0
- 0
-
-
-
- PLB
- 000365
- PLATTSBURGH
- NY
- US
- 44.69
- -73.52
- 0
- 0
-
-
-
- JFK
- 000345
- NEW_YORK/JF_KENNEDY
- NY
- US
- 40.63
- -73.77
- 0
- 0
-
-
-
- ALB
- 000012
- ALBANY
- NY
- US
- 42.75
- -73.80
- 0
- 0
-
-
-
- CYN
- 000300
- COYLE
- NJ
- US
- 39.82
- -74.43
- 0
- 0
-
-
-
- SAX
- 000376
- SPARTA
- NJ
- US
- 41.07
- -74.54
- 0
- 0
-
-
-
- MSS
- 000353
- MASSENA
- NY
- US
- 44.91
- -74.72
- 0
- 0
-
-
-
- SIE
- 000377
- SEA_ISLE
- NJ
- US
- 39.10
- -74.80
- 0
- 0
-
-
-
- HNK
- 000338
- HANCOCK
- NY
- US
- 42.06
- -75.32
- 0
- 0
-
-
-
- SBY
- 000242
- SALISBURY
- MD
- US
- 38.35
- -75.52
- 0
- 0
-
-
-
- YOW
- 000390
- OTTAWA
- ON
- CN
- 45.32
- -75.67
- 0
- 0
-
-
-
- ETX
- 000325
- EAST_TEXAS
- PA
- US
- 40.58
- -75.68
- 0
- 0
-
-
-
- ECG
- 000086
- ELIZABETH_CITY
- NC
- US
- 36.25
- -76.18
- 0
- 0
-
-
-
- SYR
- 000259
- SYRACUSE
- NY
- US
- 43.16
- -76.20
- 0
- 0
-
-
-
- ORF
- 000203
- NORFOLK
- VA
- US
- 36.89
- -76.20
- 0
- 0
-
-
-
- EMI
- 000320
- WESTMINSTER
- MD
- US
- 39.50
- -76.98
- 0
- 0
-
-
-
- HAR
- 000126
- HARRISBURG
- PA
- US
- 40.23
- -77.02
- 0
- 0
-
-
-
- DCA
- 000306
- WASHINGTON
- DC
- US
- 38.86
- -77.04
- 0
- 0
-
-
-
- RIC
- 000229
- RICHMOND
- VA
- US
- 37.50
- -77.32
- 0
- 0
-
-
-
- CSN
- 000299
- CASSANOVA
- VA
- US
- 38.64
- -77.87
- 0
- 0
-
-
-
- ILM
- 000135
- WILMINGTON
- NC
- US
- 34.35
- -77.87
- 0
- 0
-
-
-
- SLT
- 000252
- SLATE_RUN
- PA
- US
- 41.51
- -77.97
- 0
- 0
-
-
-
- PSB
- 000368
- PHILLIPSBURG
- PA
- US
- 40.92
- -77.99
- 0
- 0
-
-
-
- BUF
- 000044
- BUFFALO
- NY
- US
- 42.93
- -78.65
- 0
- 0
-
-
-
- RDU
- 000372
- RALEIGH-DURHAM
- NC
- US
- 35.87
- -78.78
- 0
- 0
-
-
-
- JST
- 000145
- JOHNSTOWN
- PA
- US
- 40.32
- -78.83
- 0
- 0
-
-
-
- JHW
- 000346
- JAMESTOWN
- NY
- US
- 42.19
- -79.12
- 0
- 0
-
-
-
- LYH
- 000166
- LYNCHBURG
- VA
- US
- 37.25
- -79.23
- 0
- 0
-
-
-
- YYZ
- 000401
- TORONTO
- ON
- CN
- 43.67
- -79.63
- 0
- 0
-
-
-
- FLO
- 000102
- FLORENCE
- SC
- US
- 34.23
- -79.66
- 0
- 0
-
-
-
- GSO
- 000122
- GREENSBORO
- NC
- US
- 36.05
- -79.98
- 0
- 0
-
-
-
- CHS
- 000056
- CHARLESTON
- SC
- US
- 32.89
- -80.04
- 0
- 0
-
-
-
- PBI
- 000206
- WEST_PALM_BEACH
- FL
- US
- 26.68
- -80.09
- 0
- 0
-
-
-
- EKN
- 000088
- ELKINS
- WV
- US
- 38.92
- -80.10
- 0
- 0
-
-
-
- EWC
- 000326
- ELLWOOD_CITY
- PA
- US
- 40.83
- -80.21
- 0
- 0
-
-
-
- ERI
- 000092
- ERIE
- PA
- US
- 42.02
- -80.30
- 0
- 0
-
-
-
- MIA
- 000176
- MIAMI
- FL
- US
- 25.80
- -80.30
- 0
- 0
-
-
-
- VRB
- 000276
- VERO_BEACH
- FL
- US
- 27.68
- -80.49
- 0
- 0
-
-
-
- PSK
- 000369
- DUBLIN
- VA
- US
- 37.09
- -80.71
- 0
- 0
-
-
-
- AIR
- 000280
- BELLAIRE
- OH
- US
- 40.02
- -80.82
- 0
- 0
-
-
-
- CLT
- 000059
- CHARLOTTE
- NC
- US
- 35.22
- -80.93
- 0
- 0
-
-
-
- CAE
- 000295
- COLUMBIA
- SC
- US
- 33.86
- -81.05
- 0
- 0
-
-
-
- YVV
- 000396
- WIARTON
- ON
- CN
- 44.75
- -81.10
- 0
- 0
-
-
-
- SAV
- 000239
- SAVANNAH
- GA
- US
- 32.16
- -81.11
- 0
- 0
-
-
-
- OMN
- 000363
- ORMOND_BEACH
- FL
- US
- 29.30
- -81.11
- 0
- 0
-
-
-
- BKW
- 000034
- BECKLEY
- WV
- US
- 37.78
- -81.12
- 0
- 0
-
-
-
- ORL
- 000204
- ORLANDO
- FL
- US
- 28.54
- -81.34
- 0
- 0
-
-
-
- CRG
- 000298
- JACKSONVILLE
- FL
- US
- 30.34
- -81.51
- 0
- 0
-
-
-
- EYW
- 000096
- KEY_WEST
- FL
- US
- 24.59
- -81.80
- 0
- 0
-
-
-
- FMY
- 000104
- FT_MEYERS
- FL
- US
- 26.58
- -81.87
- 0
- 0
-
-
-
- SPA
- 000380
- SPARTANBURG
- SC
- US
- 35.03
- -81.93
- 0
- 0
-
-
-
- HNN
- 000339
- HENDERSON
- WV
- US
- 38.75
- -82.03
- 0
- 0
-
-
-
- HMV
- 000337
- HOLSTON_MOUNTAIN
- TN
- US
- 36.44
- -82.13
- 0
- 0
-
-
-
- CLE
- 000058
- CLEVELAND
- OH
- US
- 41.42
- -81.85
- 0
- 0
-
-
-
- IRQ
- 000344
- COLLIERS
- SC
- US
- 33.71
- -82.16
- 0
- 0
-
-
-
- AMG
- 000015
- ALMA
- GA
- US
- 31.54
- -82.51
- 0
- 0
-
-
-
- SRQ
- 000382
- SARASOTA
- FL
- US
- 27.40
- -82.55
- 0
- 0
-
-
-
- APE
- 000283
- APPLETON
- OH
- US
- 40.15
- -82.59
- 0
- 0
-
-
-
- PIE
- 000212
- SAINT_PETERSBURG
- FL
- US
- 27.91
- -82.68
- 0
- 0
-
-
-
- ECK
- 000316
- PECK
- MI
- US
- 43.26
- -82.72
- 0
- 0
-
-
-
- CTY
- 000066
- CROSS_CITY
- FL
- US
- 29.60
- -83.05
- 0
- 0
-
-
-
- ODF
- 000360
- TOCCOA
- GA
- US
- 34.70
- -83.30
- 0
- 0
-
-
-
- DXO
- 000315
- DETROIT
- MI
- US
- 42.21
- -83.37
- 0
- 0
-
-
-
- ASP
- 000284
- OSCODA
- MI
- US
- 44.45
- -83.39
- 0
- 0
-
-
-
- MCN
- 000170
- MACON
- GA
- US
- 32.69
- -83.65
- 0
- 0
-
-
-
- FNT
- 000328
- FLINT
- MI
- US
- 42.97
- -83.74
- 0
- 0
-
-
-
- VXV
- 000388
- KNOXVILLE
- TN
- US
- 35.90
- -83.89
- 0
- 0
-
-
-
- ROD
- 000373
- ROSEWOOD
- OH
- US
- 40.29
- -84.04
- 0
- 0
-
-
-
- MBS
- 000168
- SAGINAW
- MI
- US
- 43.53
- -84.08
- 0
- 0
-
-
-
- LOZ
- 000160
- LONDON
- KY
- US
- 37.03
- -84.12
- 0
- 0
-
-
-
- ABY
- 000004
- ALBANY
- GA
- US
- 31.65
- -84.30
- 0
- 0
-
-
-
- SSM
- 000255
- SAULT_STE_MARIE
- MI
- US
- 46.41
- -84.31
- 0
- 0
-
-
-
- TLH
- 000264
- TALLAHASSEE
- FL
- US
- 30.56
- -84.37
- 0
- 0
-
-
-
- ATL
- 000019
- ATLANTA
- GA
- US
- 33.63
- -84.44
- 0
- 0
-
-
-
- CVG
- 000067
- COVINGTON
- KY
- US
- 39.02
- -84.70
- 0
- 0
-
-
-
- GQO
- 000331
- CHATTANOOGA
- TN
- US
- 34.96
- -85.15
- 0
- 0
-
-
-
- FWA
- 000109
- FT_WAYNE
- IN
- US
- 40.98
- -85.19
- 0
- 0
-
-
-
- LGC
- 000350
- LA_GRANGE
- GA
- US
- 33.05
- -85.21
- 0
- 0
-
-
-
- GRR
- 000332
- GRAND_RAPIDS
- MI
- US
- 42.79
- -85.50
- 0
- 0
-
-
-
- TVC
- 000270
- TRAVERSE_CITY
- MI
- US
- 44.67
- -85.55
- 0
- 0
-
-
-
- LOU
- 000159
- LOUISVILLE
- KY
- US
- 38.10
- -85.58
- 0
- 0
-
-
-
- MKG
- 000179
- MUSKEGON
- MI
- US
- 43.17
- -86.04
- 0
- 0
-
-
-
- PMM
- 000366
- PULLMAN
- MI
- US
- 42.47
- -86.11
- 0
- 0
-
-
-
- GIJ
- 000330
- NILES
- MI
- US
- 41.77
- -86.32
- 0
- 0
-
-
-
- MGM
- 000175
- MONTGOMERY
- AL
- US
- 32.22
- -86.32
- 0
- 0
-
-
-
- IND
- 000136
- INDIANAPOLIS
- IN
- US
- 39.81
- -86.37
- 0
- 0
-
-
-
- BWG
- 000047
- BOWLING_GREEN
- KY
- US
- 36.93
- -86.44
- 0
- 0
-
-
-
- BNA
- 000037
- NASHVILLE
- TN
- US
- 36.14
- -86.68
- 0
- 0
-
-
-
- CEW
- 000052
- CRESTVIEW
- FL
- US
- 30.83
- -86.68
- 0
- 0
-
-
-
- VUZ
- 000387
- VULCAN
- AL
- US
- 33.67
- -86.90
- 0
- 0
-
-
-
- BVT
- 000293
- LAFAYETTE
- IN
- US
- 40.56
- -87.07
- 0
- 0
-
-
-
- TTH
- 000384
- TERRE_HAUTE
- IN
- US
- 39.49
- -87.25
- 0
- 0
-
-
-
- MSL
- 000191
- MUSCLE_SHOALS
- AL
- US
- 34.70
- -87.48
- 0
- 0
-
-
-
- SAW
- 000189
- SAWYER
- MI
- US
- 46.35
- -87.38
- 0
- 0
-
-
-
- PXV
- 000370
- POCKET_CITY
- IN
- US
- 37.93
- -87.76
- 0
- 0
-
-
-
- ORD
- 000202
- O'HARE_INTERNATIONAL
- IL
- US
- 41.98
- -87.90
- 0
- 0
-
-
-
- GRB
- 000119
- GREEN_BAY
- WI
- US
- 44.56
- -88.19
- 0
- 0
-
-
-
- BAE
- 000285
- MILWAUKEE
- WI
- US
- 43.12
- -88.28
- 0
- 0
-
-
-
- JOT
- 000348
- JOLIET
- IL
- US
- 41.55
- -88.32
- 0
- 0
-
-
-
- SJI
- 000378
- SEMMNES
- AL
- US
- 30.73
- -88.36
- 0
- 0
-
-
-
- IGB
- 000133
- BIGBEE
- MS
- US
- 33.48
- -88.52
- 0
- 0
-
-
-
- MEI
- 000172
- MERIDIAN
- MS
- US
- 32.38
- -88.80
- 0
- 0
-
-
-
- DEC
- 000070
- DECATUR
- IL
- US
- 39.74
- -88.86
- 0
- 0
-
-
-
- YQT
- 000393
- THUNDER_BAY
- ON
- CN
- 48.37
- -89.32
- 0
- 0
-
-
-
- DYR
- 000083
- DYERSBURG
- TN
- US
- 36.02
- -89.32
- 0
- 0
-
-
-
- RHI
- 000228
- RHINELANDER
- WI
- US
- 45.63
- -89.45
- 0
- 0
-
-
-
- BDF
- 000024
- BRADFORD
- IL
- US
- 41.16
- -89.59
- 0
- 0
-
-
-
- DLL
- 000310
- DELLS
- WI
- US
- 43.55
- -89.76
- 0
- 0
-
-
-
- MEM
- 000173
- MEMPHIS
- TN
- US
- 35.06
- -89.98
- 0
- 0
-
-
-
- LEV
- 000349
- GRAND_ISLE
- LA
- US
- 29.18
- -90.10
- 0
- 0
-
-
-
- JAN
- 000142
- JACKSON
- MS
- US
- 32.51
- -90.17
- 0
- 0
-
-
-
- MSY
- 000195
- NEW_ORLEANS
- LA
- US
- 30.00
- -90.27
- 0
- 0
-
-
-
- FAM
- 000097
- FARMINGTON
- MO
- US
- 37.67
- -90.23
- 0
- 0
-
-
-
- MCB
- 000169
- MC_COMB
- MS
- US
- 31.30
- -90.26
- 0
- 0
-
-
-
- SQS
- 000381
- SIDON
- MS
- US
- 33.46
- -90.28
- 0
- 0
-
-
-
- STL
- 000257
- ST_LOUIS
- MO
- US
- 38.86
- -90.48
- 0
- 0
-
-
-
- DBQ
- 000069
- DUBUQUE
- IA
- US
- 42.40
- -90.71
- 0
- 0
-
-
-
- ARG
- 000018
- WALNUT_RIDGE
- AR
- US
- 36.11
- -90.95
- 0
- 0
-
-
-
- UIN
- 000386
- QUINCY
- IL
- US
- 39.85
- -91.28
- 0
- 0
-
-
-
- BTR
- 000042
- BATON_ROUGE
- LA
- US
- 30.48
- -91.30
- 0
- 0
-
-
-
- ODI
- 000361
- NODINE
- MN
- US
- 43.91
- -91.47
- 0
- 0
-
-
-
- EAU
- 000085
- EAU_CLAIRE
- WI
- US
- 44.90
- -91.48
- 0
- 0
-
-
-
- IOW
- 000343
- IOWA_CITY
- IA
- US
- 41.52
- -91.61
- 0
- 0
-
-
-
- MLU
- 000184
- MONROE
- LA
- US
- 32.52
- -92.03
- 0
- 0
-
-
-
- LIT
- 000156
- LITTLE_ROCK
- AR
- US
- 34.68
- -92.18
- 0
- 0
-
-
-
- DLH
- 000075
- DULUTH
- MN
- US
- 46.80
- -92.20
- 0
- 0
-
-
-
- COU
- 000063
- COLUMBIA
- MO
- US
- 38.82
- -92.22
- 0
- 0
-
-
-
- AEX
- 000009
- ALEXANDRIA
- LA
- US
- 31.26
- -92.50
- 0
- 0
-
-
-
- IRK
- 000139
- KIRKSVILLE
- MO
- US
- 40.14
- -92.59
- 0
- 0
-
-
-
- ELD
- 000319
- EL_DORADO
- AR
- US
- 33.26
- -92.74
- 0
- 0
-
-
-
- LCH
- 000154
- LAKE_CHARLES
- LA
- US
- 30.14
- -93.11
- 0
- 0
-
-
-
- MSP
- 000194
- MINNEAPOLIS
- MN
- US
- 44.88
- -93.23
- 0
- 0
-
-
-
- MCW
- 000171
- MASON_CITY
- IA
- US
- 43.09
- -93.33
- 0
- 0
-
-
-
- SGF
- 000245
- SPRINGFIELD
- MO
- US
- 37.36
- -93.33
- 0
- 0
-
-
-
- INL
- 000137
- INTERNATIONAL_FALLS
- MN
- US
- 48.57
- -93.40
- 0
- 0
-
-
-
- DSM
- 000079
- DES_MOINES
- IA
- US
- 41.44
- -93.65
- 0
- 0
-
-
-
- EIC
- 000318
- SHREVEPORT
- LA
- US
- 32.77
- -93.81
- 0
- 0
-
-
-
- BRD
- 000292
- BRAINERD
- MN
- US
- 46.35
- -94.03
- 0
- 0
-
-
-
- TXK
- 000272
- TEXARKANA
- AR
- US
- 33.51
- -94.07
- 0
- 0
-
-
-
- RZC
- 000374
- RAZORBACK
- AR
- US
- 36.25
- -94.12
- 0
- 0
-
-
-
- FSM
- 000108
- FT_SMITH
- AR
- US
- 35.38
- -94.27
- 0
- 0
-
-
-
- FOD
- 000105
- FT_DODGE
- IA
- US
- 42.61
- -94.29
- 0
- 0
-
-
-
- BUM
- 000045
- BUTLER
- MO
- US
- 38.27
- -94.49
- 0
- 0
-
-
-
- MKC
- 000177
- KANSAS_CITY
- MO
- US
- 39.28
- -94.59
- 0
- 0
-
-
-
- LFK
- 000155
- LUFKIN
- TX
- US
- 31.16
- -94.72
- 0
- 0
-
-
-
- GGG
- 000115
- LONGVIEW
- TX
- US
- 32.42
- -94.75
- 0
- 0
-
-
-
- BJI
- 000033
- BEMIDJI
- MN
- US
- 47.58
- -95.02
- 0
- 0
-
-
-
- RWF
- 000234
- REDWWOD_FALLS
- MN
- US
- 44.47
- -95.13
- 0
- 0
-
-
-
- OSW
- 000205
- OSWEGO
- KS
- US
- 37.15
- -95.20
- 0
- 0
-
-
-
- IAH
- 000131
- HOUSTON_INTERNATIONAL
- TX
- US
- 29.96
- -95.35
- 0
- 0
-
-
-
- OVR
- 000364
- OMAHA
- NE
- US
- 41.17
- -95.74
- 0
- 0
-
-
-
- MLC
- 000180
- MC_CALESTER
- OK
- US
- 34.85
- -95.78
- 0
- 0
-
-
-
- TUL
- 000268
- TULSA
- OK
- US
- 36.20
- -95.79
- 0
- 0
-
-
-
- PWE
- 000222
- PAWNEE_CITY
- NE
- US
- 40.20
- -96.21
- 0
- 0
-
-
-
- PSX
- 000219
- PALACIOS
- TX
- US
- 28.76
- -96.31
- 0
- 0
-
-
-
- FSD
- 000107
- SIOUX_FALLS
- SD
- US
- 43.65
- -96.78
- 0
- 0
-
-
-
- FAR
- 000098
- FARGO
- ND
- US
- 46.75
- -96.85
- 0
- 0
-
-
-
- DFW
- 000072
- DALLAS-FT_WORTH
- TX
- US
- 32.87
- -97.03
- 0
- 0
-
-
-
- ADM
- 000008
- ARDMORE
- OK
- US
- 34.21
- -97.17
- 0
- 0
-
-
-
- GFK
- 000114
- GRAND_FORKS
- ND
- US
- 47.95
- -97.19
- 0
- 0
-
-
-
- YWG
- 000397
- WINNIPEG
- MB
- CN
- 49.90
- -97.23
- 0
- 0
-
-
-
- ACT
- 000006
- WACO
- TX
- US
- 31.66
- -97.27
- 0
- 0
-
-
-
- BRO
- 000041
- BROWNSVILLE
- TX
- US
- 25.92
- -97.38
- 0
- 0
-
-
-
- CRP
- 000065
- CORPUS_CHRISTI
- TX
- US
- 27.90
- -97.45
- 0
- 0
-
-
-
- ICT
- 000132
- WICHITA
- KS
- US
- 37.75
- -97.58
- 0
- 0
-
-
-
- OKC
- 000198
- OKLAHOMA_CITY
- OK
- US
- 35.36
- -97.61
- 0
- 0
-
-
-
- SLN
- 000251
- SALINA
- KS
- US
- 38.93
- -97.62
- 0
- 0
-
-
-
- AUS
- 000020
- AUSTIN
- TX
- US
- 30.30
- -97.70
- 0
- 0
-
-
-
- END
- 000321
- VANCE_AFB
- OK
- US
- 36.35
- -97.92
- 0
- 0
-
-
-
- OBH
- 000358
- WOLBACH
- NE
- US
- 41.38
- -98.35
- 0
- 0
-
-
-
- ABR
- 000003
- ABERDEEN
- SD
- US
- 45.42
- -98.37
- 0
- 0
-
-
-
- SAT
- 000238
- SAN_ANTONIO
- TX
- US
- 29.64
- -98.46
- 0
- 0
-
-
-
- SPS
- 000254
- WICHITA_FALLS
- TX
- US
- 33.99
- -98.59
- 0
- 0
-
-
-
- ONL
- 000200
- ONEILL
- NE
- US
- 42.47
- -98.69
- 0
- 0
-
-
-
- LRD
- 000161
- LAREDO
- TX
- US
- 27.48
- -99.42
- 0
- 0
-
-
-
- JCT
- 000144
- JUNCTION
- TX
- US
- 30.60
- -99.82
- 0
- 0
-
-
-
- ABI
- 000001
- ABILENE
- TX
- US
- 32.48
- -99.86
- 0
- 0
-
-
-
- GAG
- 000110
- GAGE
- OK
- US
- 36.34
- -99.88
- 0
- 0
-
-
-
- ANW
- 000282
- AINSWORTH
- NE
- US
- 42.57
- -99.99
- 0
- 0
-
-
-
- PIR
- 000214
- PIERRE
- SD
- US
- 44.40
- -100.17
- 0
- 0
-
-
-
- HLC
- 000335
- HILL_CITY
- KS
- US
- 39.26
- -100.23
- 0
- 0
-
-
-
- CDS
- 000051
- CHILDRESS
- TX
- US
- 34.37
- -100.28
- 0
- 0
-
-
-
- SJT
- 000248
- SAN_ANGELO
- TX
- US
- 31.38
- -100.46
- 0
- 0
-
-
-
- MCK
- 000351
- MC_COOK
- NE
- US
- 40.20
- -100.59
- 0
- 0
-
-
-
- BIS
- 000032
- BISMARK
- ND
- US
- 46.77
- -100.67
- 0
- 0
-
-
-
- LBF
- 000152
- NORTH_PLATTE
- NE
- US
- 41.13
- -100.72
- 0
- 0
-
-
-
- GCK
- 000112
- GARDEN_CITY
- KS
- US
- 37.92
- -100.73
- 0
- 0
-
-
-
- DLF
- 000309
- LAUGHLIN_AFB
- TX
- US
- 29.36
- -100.77
- 0
- 0
-
-
-
- LBL
- 000153
- LIBERAL
- KS
- US
- 37.04
- -100.97
- 0
- 0
-
-
-
- MOT
- 000187
- MINOT
- ND
- US
- 48.26
- -101.29
- 0
- 0
-
-
-
- AMA
- 000014
- AMARILLO
- TX
- US
- 35.29
- -101.64
- 0
- 0
-
-
-
- GLD
- 000118
- GOODLAND
- KS
- US
- 39.39
- -101.69
- 0
- 0
-
-
-
- DPR
- 000077
- DUPREE
- SD
- US
- 45.08
- -101.72
- 0
- 0
-
-
-
- LBB
- 000151
- LUBBOCK_INTERNATIONAL
- TX
- US
- 33.70
- -101.92
- 0
- 0
-
-
-
- MAF
- 000167
- MIDLAND
- TX
- US
- 32.02
- -102.18
- 0
- 0
-
-
-
- LAA
- 000146
- LAMAR
- CO
- US
- 38.20
- -102.69
- 0
- 0
-
-
-
- DIK
- 000074
- DICKINSIN
- ND
- US
- 46.86
- -102.77
- 0
- 0
-
-
-
- TXO
- 000385
- TEXICO_NM/BOVINA
- TX
- US
- 34.50
- -102.84
- 0
- 0
-
-
-
- SNY
- 000379
- SIDNEY
- NE
- US
- 41.10
- -102.98
- 0
- 0
-
-
-
- FST
- 000329
- FT_STOCKTON
- TX
- US
- 30.95
- -102.98
- 0
- 0
-
-
-
- RAP
- 000224
- RAPID_CITY
- SD
- US
- 43.98
- -103.01
- 0
- 0
-
-
-
- AKO
- 000011
- AKRON
- CO
- US
- 40.16
- -103.18
- 0
- 0
-
-
-
- INK
- 000342
- WINK
- TX
- US
- 31.87
- -103.24
- 0
- 0
-
-
-
- BFF
- 000026
- SCOTTSBLUFF
- NE
- US
- 41.89
- -103.48
- 0
- 0
-
-
-
- TBE
- 000261
- TOBE
- CO
- US
- 37.27
- -103.60
- 0
- 0
-
-
-
- TCC
- 000262
- TUCUMCARI
- NM
- US
- 35.18
- -103.60
- 0
- 0
-
-
-
- ISN
- 000140
- WILLISTON
- ND
- US
- 48.18
- -103.63
- 0
- 0
-
-
-
- MRF
- 000190
- MARFA
- TX
- US
- 30.30
- -103.95
- 0
- 0
-
-
-
- PUB
- 000220
- PUEBLO
- CO
- US
- 38.29
- -104.43
- 0
- 0
-
-
-
- ROW
- 000233
- ROSWELL
- NM
- US
- 33.34
- -104.62
- 0
- 0
-
-
-
- DEN
- 000071
- DENVER
- CO
- US
- 39.81
- -104.66
- 0
- 0
-
-
-
- CYS
- 000301
- CHEYENNE
- WY
- US
- 41.21
- -104.77
- 0
- 0
-
-
-
- CIM
- 000297
- CIMARRON
- NM
- US
- 36.49
- -104.87
- 0
- 0
-
-
-
- LVS
- 000163
- LAS_VEGAS
- NM
- US
- 35.66
- -105.14
- 0
- 0
-
-
-
- LAR
- 000148
- LARAMIE
- WY
- US
- 41.33
- -105.72
- 0
- 0
-
-
-
- ALS
- 000013
- ALAMOSA
- CO
- US
- 37.35
- -105.82
- 0
- 0
-
-
-
- MLS
- 000182
- MILES_CITY
- MT
- US
- 46.38
- -105.95
- 0
- 0
-
-
-
- DDY
- 000307
- CASPER
- WY
- US
- 43.09
- -106.28
- 0
- 0
-
-
-
- ELP
- 000090
- EL_PASO
- TX
- US
- 31.82
- -106.28
- 0
- 0
-
-
-
- CZI
- 000302
- CRAZY_WOMAN
- WY
- US
- 44.00
- -106.44
- 0
- 0
-
-
-
- GGW
- 000116
- GLASGOW
- MT
- US
- 48.22
- -106.63
- 0
- 0
-
-
-
- ABQ
- 000002
- ALBUQUERQUE
- NM
- US
- 35.04
- -106.82
- 0
- 0
-
-
-
- DBL
- 000304
- EAGLE
- CO
- US
- 39.44
- -106.90
- 0
- 0
-
-
-
- HBU
- 000333
- GUNNISON
- CO
- US
- 38.45
- -107.04
- 0
- 0
-
-
-
- SHR
- 000246
- SHERIDAN
- WY
- US
- 44.84
- -107.06
- 0
- 0
-
-
-
- TCS
- 000263
- TRUTH_OR_CONSEQUENCES
- NM
- US
- 33.28
- -107.28
- 0
- 0
-
-
-
- CHE
- 000054
- HAYDEN
- CO
- US
- 40.52
- -107.31
- 0
- 0
-
-
-
- DMN
- 000076
- DEMING
- NM
- US
- 32.28
- -107.60
- 0
- 0
-
-
-
- YYN
- 000400
- SWIFT_CURRENT
- SA
- CN
- 50.28
- -107.68
- 0
- 0
-
-
-
- FMN
- 000103
- FARMINGTON
- NM
- US
- 36.75
- -108.10
- 0
- 0
-
-
-
- BOY
- 000290
- BOYSEN_RESV.
- WY
- US
- 43.46
- -108.30
- 0
- 0
-
-
-
- BIL
- 000031
- BILLINGS
- MT
- US
- 45.81
- -108.63
- 0
- 0
-
-
-
- JNC
- 000347
- GRAND_JUNCTION
- CO
- US
- 39.06
- -108.79
- 0
- 0
-
-
-
- DVC
- 000082
- DOVE_CREEK
- CO
- US
- 37.81
- -108.93
- 0
- 0
-
-
-
- OCS
- 000359
- ROCKSPRINGS
- WY
- US
- 41.59
- -109.02
- 0
- 0
-
-
-
- SJN
- 000247
- ST_JOHNS
- AZ
- US
- 34.42
- -109.14
- 0
- 0
-
-
-
- SSO
- 000256
- SAN_SIMON
- AZ
- US
- 32.27
- -109.26
- 0
- 0
-
-
-
- LWT
- 000165
- LEWISTOWN
- MT
- US
- 47.05
- -109.61
- 0
- 0
-
-
-
- HVR
- 000129
- HAVRE
- MT
- US
- 48.54
- -109.77
- 0
- 0
-
-
-
- BPI
- 000291
- BIG_PINEY
- WY
- US
- 42.58
- -110.11
- 0
- 0
-
-
-
- MTU
- 000196
- MYTON
- UT
- US
- 40.15
- -110.13
- 0
- 0
-
-
-
- HVE
- 000128
- HANKSVILLE
- UT
- US
- 38.42
- -110.70
- 0
- 0
-
-
-
- YXH
- 000399
- MEDICINE_HAT
- AB
- CN
- 50.02
- -110.72
- 0
- 0
-
-
-
- JAC
- 000141
- JACKSON
- WY
- US
- 43.62
- -110.73
- 0
- 0
-
-
-
- INW
- 000138
- WINSLOW
- AZ
- US
- 35.06
- -110.80
- 0
- 0
-
-
-
- TUS
- 000269
- TUCSON
- AZ
- US
- 32.10
- -110.92
- 0
- 0
-
-
-
- TBC
- 000260
- TUBA_CITY
- AZ
- US
- 36.12
- -111.27
- 0
- 0
-
-
-
- GTF
- 000123
- GREAT_FALLS
- MT
- US
- 47.45
- -111.41
- 0
- 0
-
-
-
- HLN
- 000336
- HELENA
- MT
- US
- 46.61
- -111.95
- 0
- 0
-
-
-
- PHX
- 000211
- PHOENIX
- AZ
- US
- 33.43
- -112.02
- 0
- 0
-
-
-
- SLC
- 000249
- SALT_LAKE_CITY
- UT
- US
- 40.85
- -111.98
- 0
- 0
-
-
-
- DBS
- 000305
- DUBOIS
- ID
- US
- 44.09
- -112.21
- 0
- 0
-
-
-
- BCE
- 000023
- BRYCE_CANYON
- UT
- US
- 37.69
- -112.30
- 0
- 0
-
-
-
- MLD
- 000352
- MALAD_CITY
- ID
- US
- 42.20
- -112.45
- 0
- 0
-
-
-
- DRK
- 000313
- PRESCOTT
- AZ
- US
- 34.70
- -112.48
- 0
- 0
-
-
-
- DTA
- 000080
- DELTA
- UT
- US
- 39.30
- -112.51
- 0
- 0
-
-
-
- DLN
- 000311
- DILLON
- MT
- US
- 45.25
- -112.55
- 0
- 0
-
-
-
- PIH
- 000213
- POCATELLO
- ID
- US
- 42.87
- -112.65
- 0
- 0
-
-
-
- YQL
- 000392
- LETHBRIDGE
- AB
- CN
- 49.63
- -112.80
- 0
- 0
-
-
-
- PGS
- 000210
- PEACH_SPRINGS
- AZ
- US
- 35.62
- -113.54
- 0
- 0
-
-
-
- BVL
- 000046
- BOONEVILLE
- UT
- US
- 40.73
- -113.76
- 0
- 0
-
-
-
- LKT
- 000157
- SALMON
- ID
- US
- 45.02
- -114.08
- 0
- 0
-
-
-
- FCA
- 000100
- KALISPELL
- MT
- US
- 48.21
- -114.18
- 0
- 0
-
-
-
- ILC
- 000134
- WILSON_CREEK
- NV
- US
- 38.25
- -114.39
- 0
- 0
-
-
-
- EED
- 000087
- NEEDLES
- CA
- US
- 34.77
- -114.47
- 0
- 0
-
-
-
- TWF
- 000271
- TWIN_FALLS
- ID
- US
- 42.48
- -114.49
- 0
- 0
-
-
-
- BZA
- 000294
- YUMA
- AZ
- US
- 32.77
- -114.60
- 0
- 0
-
-
-
- ELY
- 000091
- ELY
- NV
- US
- 39.30
- -114.85
- 0
- 0
-
-
-
- LAS
- 000149
- LAS_VEGAS
- NV
- US
- 36.08
- -115.16
- 0
- 0
-
-
-
- MLP
- 000181
- MULLAN_PASS
- ID
- US
- 47.46
- -115.65
- 0
- 0
-
-
-
- YXC
- 000398
- CRANBROOK
- BC
- CN
- 49.60
- -115.78
- 0
- 0
-
-
-
- TRM
- 000383
- THERMAL
- CA
- US
- 33.63
- -116.16
- 0
- 0
-
-
-
- BOI
- 000039
- BOISE
- ID
- US
- 43.55
- -116.19
- 0
- 0
-
-
-
- DNJ
- 000312
- MC_CALL
- ID
- US
- 44.77
- -116.21
- 0
- 0
-
-
-
- HEC
- 000334
- HECTOR
- CA
- US
- 34.80
- -116.46
- 0
- 0
-
-
-
- BTY
- 000043
- BEATTY
- NV
- US
- 36.80
- -116.75
- 0
- 0
-
-
-
- BAM
- 000286
- BATTLE_MOUNTAIN
- NV
- US
- 40.57
- -116.92
- 0
- 0
-
-
-
- MZB
- 000354
- MISSION_BAY
- CA
- US
- 32.78
- -117.23
- 0
- 0
-
-
-
- GEG
- 000113
- SPOKANE
- WA
- US
- 47.56
- -117.63
- 0
- 0
-
-
-
- OAL
- 000357
- COALDALE
- NV
- US
- 38.00
- -117.77
- 0
- 0
-
-
-
- BKE
- 000288
- BAKER
- OR
- US
- 44.84
- -117.81
- 0
- 0
-
-
-
- REO
- 000227
- ROME
- OR
- US
- 42.59
- -117.87
- 0
- 0
-
-
-
- LAX
- 000150
- LOS_ANGELES_INTL
- CA
- US
- 33.93
- -118.43
- 0
- 0
-
-
-
- PDT
- 000207
- PENDLETON
- OR
- US
- 45.70
- -118.94
- 0
- 0
-
-
-
- EHF
- 000317
- BAKERSFIELD
- CA
- US
- 35.48
- -119.10
- 0
- 0
-
-
-
- EPH
- 000324
- EPHRATA
- WA
- US
- 47.38
- -119.42
- 0
- 0
-
-
-
- FMG
- 000327
- RENO
- NV
- US
- 39.53
- -119.66
- 0
- 0
-
-
-
- RZS
- 000375
- SANTA_BARBARA
- CA
- US
- 34.51
- -119.77
- 0
- 0
-
-
-
- CZQ
- 000303
- FRESNO
- CA
- US
- 36.88
- -119.82
- 0
- 0
-
-
-
- YKM
- 000279
- YAKIMA
- WA
- US
- 46.57
- -120.45
- 0
- 0
-
-
-
- LKV
- 000158
- LAKEVIEW
- OR
- US
- 42.49
- -120.51
- 0
- 0
-
-
-
- YDC
- 000389
- PRINCETON
- BC
- CN
- 49.47
- -120.52
- 0
- 0
-
-
-
- MOD
- 000186
- MODESTO
- CA
- US
- 37.63
- -120.96
- 0
- 0
-
-
-
- DSD
- 000314
- REDMOND
- WA
- US
- 44.25
- -121.30
- 0
- 0
-
-
-
- SAC
- 000236
- SACRAMENTO
- CA
- US
- 38.44
- -121.55
- 0
- 0
-
-
-
- SNS
- 000253
- SALINAS
- CA
- US
- 36.66
- -121.60
- 0
- 0
-
-
-
- OAK
- 000356
- OAKLAND
- CA
- US
- 37.73
- -122.22
- 0
- 0
-
-
-
- RBL
- 000225
- RED_BLUFF
- CA
- US
- 40.10
- -122.24
- 0
- 0
-
-
-
- SEA
- 000243
- SEATTLE
- WA
- US
- 47.44
- -122.31
- 0
- 0
-
-
-
- BLI
- 000035
- BELLINGHAM
- WA
- US
- 48.95
- -122.58
- 0
- 0
-
-
-
- PDX
- 000208
- PORTLAND
- OR
- US
- 45.58
- -122.60
- 0
- 0
-
-
-
- PYE
- 000371
- POINT_REYES
- CA
- US
- 38.08
- -122.87
- 0
- 0
-
-
-
- OED
- 000362
- MEDFORD
- OR
- US
- 42.48
- -122.91
- 0
- 0
-
-
-
- EUG
- 000093
- EUGENE
- OR
- US
- 44.12
- -123.22
- 0
- 0
-
-
-
- ENI
- 000323
- UKIAH
- CA
- US
- 39.05
- -123.27
- 0
- 0
-
-
-
- ONP
- 000201
- NEWPORT
- OR
- US
- 44.58
- -124.06
- 0
- 0
-
-
-
- HQM
- 000127
- HOQUIAM
- WA
- US
- 46.95
- -124.15
- 0
- 0
-
-
-
- FOT
- 000106
- FORTUNA
- CA
- US
- 40.67
- -124.23
- 0
- 0
-
-
-
- TOU
- 000265
- NEAH_BAY
- WA
- US
- 48.30
- -124.63
- 0
- 0
-
-
-
- YQV
- 000402
- YORKTON
- SA
- CN
- 51.27
- -102.47
- 0
- 0
-
-
-
- ANN
- 0
- ANNETTE_ISLAND
- AK
- US
- 55.05
- -131.57
- 0
- 0
-
-
-
- LVD
- 0
- LEVEL_ISLAND
- AK
- US
- 56.47
- -133.08
- 0
- 0
-
-
-
- BKA
- 0
- BIORKA_ISLAND
- AK
- US
- 56.86
- -135.55
- 0
- 0
-
-
-
- SSR
- 0
- SISTERS_ISLAND
- AK
- US
- 58.17
- -135.25
- 0
- 0
-
-
-
- JNU
- 0
- JUNEAU
- AK
- US
- 58.35
- -134.58
- 0
- 0
-
-
-
- YAK
- 0
- YAKUTAT
- AK
- US
- 59.50
- -139.67
- 0
- 0
-
-
-
- MDO
- 0
- MIDDLETON_ISLAND
- AK
- US
- 59.45
- -146.30
- 0
- 0
-
-
-
- JOH
- 0
- JOHNSTONE_POINT
- AK
- US
- 60.48
- -146.60
- 0
- 0
-
-
-
- ODK
- 0
- KODIAK
- AK
- US
- 57.75
- -152.50
- 0
- 0
-
-
-
- HOM
- 0
- HOMER
- AK
- US
- 59.65
- -151.48
- 0
- 0
-
-
-
- ENA
- 0
- KENAI
- AK
- US
- 60.57
- -151.25
- 0
- 0
-
-
-
- ANC
- 0
- ANCHORAGE
- AK
- US
- 61.17
- -150.00
- 0
- 0
-
-
-
- BGQ
- 0
- BIG_LAKE
- AK
- US
- 61.53
- -149.82
- 0
- 0
-
-
-
- ORT
- 0
- NORTHWAY
- AK
- US
- 62.97
- -141.93
- 0
- 0
-
-
-
- GKN
- 0
- GULKANA
- AK
- US
- 62.15
- -145.45
- 0
- 0
-
-
-
- TKA
- 0
- TALKEETNA
- AK
- US
- 62.32
- -150.10
- 0
- 0
-
-
-
- SQA
- 0
- SPARREVOHN
- AK
- US
- 61.10
- -155.63
- 0
- 0
-
-
-
- DLG
- 0
- DILLINGHAM
- AK
- US
- 59.05
- -158.50
- 0
- 0
-
-
-
- AKN
- 0
- KING_SALMON
- AK
- US
- 58.68
- -156.65
- 0
- 0
-
-
-
- PDN
- 0
- PORT_HEIDEN
- AK
- US
- 56.95
- -158.65
- 0
- 0
-
-
-
- CDB
- 0
- COLD_BAY
- AK
- US
- 55.20
- -162.73
- 0
- 0
-
-
-
- DUT
- 0
- DUTCH_HARBOR
- AK
- US
- 53.90
- -166.55
- 0
- 0
-
-
-
- NUD
- 0
- ADAK
- AK
- US
- 51.88
- -176.65
- 0
- 0
-
-
-
- SYA
- 0
- SHEMYA
- AK
- US
- 52.72
- 174.12
- 0
- 0
-
-
-
- SPY
- 0
- ST_PAUL_ISLAND
- AK
- US
- 57.17
- -170.22
- 0
- 0
-
-
-
- EHM
- 0
- CAPE_NEWENHAM
- AK
- US
- 58.66
- -162.07
- 0
- 0
-
-
-
- HPB
- 0
- HOOPER_BAY
- AK
- US
- 61.52
- -166.14
- 0
- 0
-
-
-
- BET
- 0
- BETHEL
- AK
- US
- 60.78
- -161.83
- 0
- 0
-
-
-
- ANI
- 0
- ANIAK
- AK
- US
- 61.59
- -159.61
- 0
- 0
-
-
-
- SMA
- 0
- ST_MARYS
- AK
- US
- 62.06
- -163.30
- 0
- 0
-
-
-
- UNK
- 0
- UNALAKLEET
- AK
- US
- 63.88
- -160.80
- 0
- 0
-
-
-
- ULL
- 0
- KUKULIAK
- AK
- US
- 63.70
- -170.48
- 0
- 0
-
-
-
- MCG
- 0
- MC_GRATH
- AK
- US
- 62.95
- -155.60
- 0
- 0
-
-
-
- ENN
- 0
- NENANA
- AK
- US
- 64.55
- -149.07
- 0
- 0
-
-
-
- FAI
- 0
- FAIRBANKS
- AK
- US
- 64.82
- -147.85
- 0
- 0
-
-
-
- BIG
- 0
- BIG_DELTA
- AK
- US
- 64.00
- -145.72
- 0
- 0
-
-
-
- FYU
- 0
- FORT_YUKON
- AK
- US
- 66.57
- -145.25
- 0
- 0
-
-
-
- BTT
- 0
- BETTLES
- AK
- US
- 66.92
- -151.53
- 0
- 0
-
-
-
- TAL
- 0
- TANANA
- AK
- US
- 65.18
- -152.18
- 0
- 0
-
-
-
- CQR
- 0
- CHANDALAR_LAKE
- AK
- US
- 67.50
- -148.47
- 0
- 0
-
-
-
- SCC
- 0
- DEADHORSE
- AK
- US
- 70.20
- -148.47
- 0
- 0
-
-
-
- BTI
- 0
- BARTER_ISLAND
- AK
- US
- 70.13
- -143.57
- 0
- 0
-
-
-
- BRW
- 0
- BARROW
- AK
- US
- 71.28
- -156.77
- 0
- 0
-
-
-
- GAL
- 0
- GALENA
- AK
- US
- 64.73
- -156.93
- 0
- 0
-
-
-
- OME
- 0
- NOME
- AK
- US
- 64.52
- -165.45
- 0
- 0
-
-
-
- OTZ
- 0
- KOTZEBUE
- AK
- US
- 66.88
- -162.60
- 0
- 0
-
-
-
- WLK
- 0
- SELAWIK
- AK
- US
- 66.60
- -160.00
- 0
- 0
-
-
-
- HSL
- 0
- HUSLIA
- AK
- US
- 65.71
- -156.37
- 0
- 0
-
-
-
- BSF
- 0
- BRADSHAW
- HI
- US
- 19.76
- -155.39
- 0
- 0
-
-
-
- UPP
- 0
- UPOLU_POINT
- HI
- US
- 20.20
- -155.84
- 0
- 0
-
-
-
- ITO
- 0
- HILO
- HI
- US
- 19.72
- -155.01
- 0
- 0
-
-
-
- HNL
- 0
- HONOLULU
- HI
- US
- 21.33
- -157.93
- 0
- 0
-
-
-
- OGG
- 0
- MAUI
- HI
- US
- 20.91
- -156.42
- 0
- 0
-
-
-
- NDB
- 0
- VALLEY_ISLAND
- HI
- US
- 20.88
- -156.44
- 0
- 0
-
-
-
- MUE
- 0
- KAMUELA
- HI
- US
- 20.00
- -155.67
- 0
- 0
-
-
-
- NGF
- 0
- KANEOHE_BAY
- HI
- US
- 21.45
- -157.76
- 0
- 0
-
-
-
- MKK
- 0
- MOLOKAI
- HI
- US
- 21.14
- -157.17
- 0
- 0
-
-
-
- NBS
- 0
- BARKING_SANDS
- HI
- US
- 22.04
- -159.79
- 0
- 0
-
-
-
- CKH
- 0
- KOKO_HEAD
- HI
- US
- 21.27
- -157.70
- 0
- 0
-
-
-
- IAI
- 0
- KONA
- HI
- US
- 19.65
- -156.02
- 0
- 0
-
-
-
- LLD
- 0
- LANAI
- HI
- US
- 20.77
- -156.97
- 0
- 0
-
-
-
- LNY
- 0
- LANAI_CITY
- HI
- US
- 20.76
- -156.97
- 0
- 0
-
-
-
- LIH
- 0
- LIHUE
- HI
- US
- 21.97
- -159.34
- 0
- 0
-
-
-
- SOK
- 0
- SOUTH_KAUAI
- HI
- US
- 21.90
- -159.53
- 0
- 0
-
-
-
- RSW
- 0
- LEE_COUNTY
- FL
- US
- 26.53
- -81.78
- 0
- 0
-
-
-
- PZD
- 0
- PECAN
- GA
- US
- 31.66
- -84.29
- 0
- 0
-
-
-
- IIU
- 0
- LOUISVILLE
- KY
- US
- 38.10
- -85.58
- 0
- 0
-
-
-
- HRV
- 0
- HARVEY
- LA
- US
- 29.85
- -90.00
- 0
- 0
-
-
-
- MCI
- 0
- KANSAS_CITY
- MO
- US
- 39.29
- -94.74
- 0
- 0
-
-
-
- TTT
- 0
- MAVERICK
- TX
- US
- 32.87
- -97.04
- 0
- 0
-
-
-
- CWK
- 0
- CENTEX
- TX
- US
- 30.38
- -97.53
- 0
- 0
-
-
-
- CME
- 0
- CHISUM
- NM
- US
- 33.34
- -104.62
- 0
- 0
-
-
-
- FTI
- 0
- FT_UNION
- NM
- US
- 35.66
- -105.14
- 0
- 0
-
-
-
- RSK
- 0
- RATTLESNAKE
- NM
- US
- 36.75
- -108.10
- 0
- 0
-
-
-
- HUH
- 0
- WHATCOM
- WA
- US
- 48.95
- -122.58
- 0
- 0
-
-
-
- ASRF
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- AYPY
- 940350
- PORT_MORESBY_INTL
-
- NG
- -9.43
- 147.22
- 47
- 0
-
-
-
- BGSF
- 042310
- SONDRE_STROMFJORD
-
- GL
- 67.00
- -50.80
- 53
- 0
-
-
-
- BIRK
- 040300
- REYKJAVIK
-
- IL
- 64.13
- -21.90
- 61
- 0
-
-
-
- CWEG
- 999999
- ALBERTA_WEATHER_CENTRE
-
- CN
- 53.50
- -113.50
- -9999
- 0
-
-
-
- CWLW
- 712030
- KELOWNA
- BC
- CN
- 49.95
- -119.40
- 456
- 0
-
-
-
- CWNT
- 712500
- TURTLE_MOUNTAIN
- AB
- CN
- 49.58
- -114.42
- 2164
- 0
-
-
-
- CWTO
- 716380
- TORONTO_A_E_S__HQ
- ON
- CN
- 43.78
- -79.47
- 187
- 0
-
-
-
- CWUL
- 999999
- QUEBEC_FCST_OFFICE
-
- CN
- 45.50
- -73.68
- -9999
- 0
-
-
-
- CYQX
- 718030
- GANDER_INTL_AIRPORT
- NF
- CN
- 48.95
- -54.57
- 151
- 0
-
-
-
- DTTA
- 607150
- TUNIS/CARTHAGE
-
- TS
- 36.83
- 10.23
- 4
- 0
-
-
-
- EBBR
- 064510
- BRUSSELS_NATIONAL
-
- BX
- 50.90
- 4.53
- 58
- 0
-
-
-
- EDMM
- 108680
- MUENCHEN
-
- DL
- 48.25
- 11.58
- 484
- 0
-
-
-
- EDZB
- 102380
- BERGEN/HOHNE
-
- DL
- 52.82
- 9.93
- 70
- 0
-
-
-
- EDZE
- 104100
- ESSEN/MULHEIM
-
- DL
- 51.40
- 6.97
- 161
- 0
-
-
-
- EDZF
- 106370
- FRANKFURT/MAIN
-
- DL
- 50.05
- 8.58
- 112
- 0
-
-
-
- EDZH
- 107710
- GAERMERSDORF
-
- DL
- 49.43
- 11.90
- 419
- 0
-
-
-
- EDZM
- 108680
- MUENCHEN
-
- DL
- 48.25
- 11.58
- 484
- 0
-
-
-
- EETN
- 260380
- TALLIN
-
- BY
- 59.35
- 24.80
- 44
- 0
-
-
-
- EFHK
- 029740
- HELSINKI/VANTAA
-
- FI
- 60.32
- 24.97
- 56
- 0
-
-
-
- EFRO
- 028450
- ROVANIEMI(CIV/MIL)
-
- FI
- 66.57
- 25.83
- 201
- 0
-
-
-
- EGJJ
- 038950
- JERSEY_AIRPORT
-
- UK
- 49.22
- -2.20
- 84
- 0
-
-
-
- EHAM
- 062400
- AMSTERDAM/SCHIPHOL
-
- NL
- 52.30
- 4.77
- -2
- 0
-
-
-
- EHDB
- 062600
- DE_BILT
-
- NL
- 52.10
- 5.18
- 4
- 0
-
-
-
- EINN
- 039620
- SHANNON_AIRPORT
-
- IE
- 52.70
- -8.92
- 20
- 0
-
-
-
- EKCH
- 061800
- COPENHAGEN/KASTRUP
-
- DN
- 55.63
- 12.67
- 5
- 0
-
-
-
- ENMI
- 999999
- OSLO
-
- NO
- 59.50
- 10.70
- -9999
- 0
-
-
-
- ENVN
- 011520
- BODO
-
- NO
- 67.25
- 14.40
- 8
- 0
-
-
-
- ENVV
- 014150
- STAVANGER
-
- NO
- 58.87
- 5.67
- 34
- 0
-
-
-
- EPWA
- 123750
- WARSAW/OKECIE
-
- PL
- 52.17
- 20.97
- 107
- 0
-
-
-
- ESNN
- 023660
- SUNDSVALL/HARNOSAND
-
- SN
- 62.53
- 17.45
- 10
- 0
-
-
-
- ESSA
- 024600
- STOCKHOLM/ARLANDA
-
- SN
- 59.65
- 17.95
- 61
- 0
-
-
-
- EVRA
- 999999
- RIGA_AIRPORT
- LE
- BY
- 56.92
- 23.97
- 10
- 0
-
-
-
- EYVI
- 267300
- VILNIUS_INTL
- MI
- BY
- 54.63
- 25.28
- 156
- 0
-
-
-
- FAJS
- 683680
- JAN_SMUTS
-
- ZA
- -26.13
- 28.23
- 1700
- 0
-
-
-
- FCBB
- 644500
- BRAZZAVILLE/MAYA-MA
-
- CG
- -4.25
- 15.25
- 316
- 0
-
-
-
- FTTJ
- 647000
- NDJAMENA(CIV/MIL)
-
- CD
- 12.13
- 15.03
- 295
- 0
-
-
-
- GCGC
- 999999
- CANARY_ISLANDS
-
- CR
- 28.50
- -16.00
- -9999
- 0
-
-
-
- GMMC
- 601550
- CASABLANCA
-
- MC
- 33.57
- -7.67
- 62
- 0
-
-
-
- HECA
- 623660
- CAIRO_INTL_AIRPORT
-
- EG
- 30.13
- 31.40
- 74
- 0
-
-
-
- LBSF
- 156140
- SOFIA
-
- BU
- 42.65
- 23.38
- 595
- 0
-
-
-
- LBWN
- 155520
- VARNA
-
- BU
- 43.20
- 27.92
- 43
- 0
-
-
-
- LCLK
- 176090
- LARNACA/LARNAX_ARPT
-
- CY
- 34.88
- 33.63
- 2
- 0
-
-
-
- LDZA
- 131310
- ZAGREB/PLESO
-
- RH
- 45.73
- 16.07
- 107
- 0
-
-
-
- LDZO
- 999999
- ZAGREB/PLESO
-
- RH
- 45.73
- 16.07
- 107
- 0
-
-
-
- LECB
- 081810
- BARCELONA
-
- SP
- 41.28
- 2.07
- 6
- 0
-
-
-
- LEMM
- 999999
- MADRID_CNM
-
- SP
- 40.12
- -3.53
- -9999
- 0
-
-
-
- LFBD
- 075100
- BORDEAUX/MERIGNAC
-
- FR
- 44.83
- -.70
- 61
- 0
-
-
-
- LFMM
- 076500
- MARSEILLE
-
- FR
- 43.45
- 5.22
- 20
- 0
-
-
-
- LFPW
- 999999
- PARIS_MET_CENTER
-
- FR
- 48.83
- 2.33
- 75
- 0
-
-
-
- LFRN
- 071300
- RENNES/ST.JACQUES
-
- FR
- 48.07
- -1.73
- 37
- 0
-
-
-
- LFST
- 071900
- STRASBOURG/ENTZHEIM
-
- FR
- 48.55
- 7.63
- 154
- 0
-
-
-
- LGAT
- 167160
- ATHENS/HELLENKION
-
- GR
- 37.90
- 23.73
- 15
- 0
-
-
-
- LHBP
- 128390
- BUDAPEST/FERIHEGY
-
- HU
- 47.43
- 19.27
- 185
- 0
-
-
-
- LIMM
- 160800
- MILANO/LINATE
-
- IY
- 45.43
- 9.27
- 103
- 0
-
-
-
- LJLJ
- 130140
- LJUBLJANA/BRNIK
-
- LJ
- 46.22
- 14.48
- 385
- 0
-
-
-
- LKPR
- 115180
- PRAGUE/RUZYNE
-
- CZ
- 50.10
- 14.28
- 365
- 0
-
-
-
- LLBG
- 401800
- BEN-GURION(CIV/MIL)
-
- IS
- 32.00
- 34.90
- 49
- 0
-
-
-
- LMML
- 165970
- LUQA/MALTA
-
- ML
- 35.85
- 14.48
- 91
- 0
-
-
-
- LOWW
- 110360
- VIENNA/SCHWECHAT
-
- OS
- 48.12
- 16.57
- 190
- 0
-
-
-
- LPPT
- 085360
- LISBON/PORTELA
-
- PO
- 38.78
- -9.13
- 123
- 0
-
-
-
- LROM
- 154210
- BUCHAREST/OTOPENI
-
- RO
- 44.55
- 26.10
- 95
- 0
-
-
-
- LROP
- 154210
- BUCHAREST/OTOPENI
-
- RO
- 44.55
- 26.10
- 95
- 0
-
-
-
- LSZH
- 066700
- ZURICH-KLOTEN_(AUT)
-
- SW
- 47.48
- 8.53
- 432
- 0
-
-
-
- LTAC
- 171280
- ANKARA/ESENBOGA
-
- TU
- 40.11
- 32.97
- 949
- 0
-
-
-
- LTBA
- 170600
- ISTANBUL/ATATURK_AB
-
- TU
- 40.97
- 28.82
- 37
- 0
-
-
-
- LUKK
- 338387
- KISHINAU
-
- UR
- 46.93
- 28.93
- 122
- 0
-
-
-
- LWSK
- 135860
- SKOPJE/PETROVAC
-
- MK
- 41.97
- 21.65
- 239
- 0
-
-
-
- LYBE
- 132720
- BELGRADE/SURCIN
-
- YG
- 44.82
- 20.28
- 99
- 0
-
-
-
- LZIB
- 118160
- BRATISLAVA_IVANKA
-
- CZ
- 48.20
- 17.20
- 130
- 0
-
-
-
- NFFN
- 916800
- NANDI/NADI_INTL
-
- FJ
- -17.75
- 177.45
- 18
- 0
-
-
-
- NZDT
- 999999
- NEW_ZEALAND
-
- NZ
- -41.00
- 172.50
- -9999
- 0
-
-
-
- NZKL
- 999999
- AUCKLAND
-
- NZ
- -37.02
- 174.80
- 6
- 0
-
-
-
- MHTG
- 787200
- TEGUCIGALPA/TONCONT
-
- HO
- 14.05
- -87.22
- 994
- 0
-
-
-
- MPTO
- 787920
- TOCUMEN/GEN._OMAR
-
- PM
- 9.05
- -79.37
- 11
- 0
-
-
-
- OBBB
- 999999
- BAHRAIN_INTL_ARPT
-
- BN
- 26.27
- 50.65
- 2
- 0
-
-
-
- OBBI
- 411500
- BAHRAIN_INTL_ARPT
-
- BN
- 26.27
- 50.65
- 2
- 0
-
-
-
- OEJD
- 999999
- JEDDAH
-
- SD
- 21.30
- 39.20
- -9999
- 0
-
-
-
- OEJN
- 410240
- JEDDAH/KING_ABD
-
- SD
- 21.67
- 39.15
- 12
- 0
-
-
-
- OIII
- 407540
- TEHRAN/MEHRABAD_AFB
-
- IR
- 35.68
- 51.35
- 1191
- 0
-
-
-
- OIIX
- 999999
- TEHRAN
-
- IR
- 35.68
- 51.35
- 1191
- 0
-
-
-
- OLBA
- 401000
- BEIRUT_(CIV/MIL)
-
- LB
- 33.82
- 35.48
- 19
- 0
-
-
-
- OPKC
- 417800
- KARACHI_INTL_ARPT
-
- PK
- 24.90
- 67.13
- 22
- 0
-
-
-
- OPLA
- 416410
- LAHORE(CIV/MIL)
-
- PK
- 31.52
- 74.40
- 217
- 0
-
-
-
- OYSN
- 413440
- SANA'A
-
- YE
- 15.52
- 44.18
- 2190
- 0
-
-
-
- PAFA
- 702610
- FAIRBANKS_INTL_ARPT_(ASOS)
- AK
- US
- 64.82
- -147.87
- 138
- 0
-
-
-
- PAJN
- 703810
- JUNEAU_INTL_AIRPORT_(ASOS)
- AK
- US
- 58.37
- -134.58
- 7
- 0
-
-
-
- PANC
- 702730
- ANCHORAGE_INTL_ARPT_(ASOS)
- AK
- US
- 61.17
- -150.02
- 40
- 0
-
-
-
- RKSI
- 470699
- CHAJANG_NI_(K-ARMY)
-
- KO
- 37.87
- 127.18
- 100
- 0
-
-
-
- RCTP
- 466860
- TAIPEI/CHIANG_KAI_SHEK
-
- TW
- 25.08
- 121.22
- 33
- 0
-
-
-
- SABE
- 875820
- AEROPARQUE(CIV/MIL)
-
- AG
- -34.57
- -58.42
- 6
- 0
-
-
-
- SACO
- 873440
- CORDOBA_AIRPORT
-
- AG
- -31.32
- -64.22
- 474
- 0
-
-
-
- SAEZ
- 875760
- BUENOS_AIRES/EZEIZA
-
- AG
- -34.82
- -58.53
- 20
- 0
-
-
-
- SAME
- 874180
- MENDOZA/EL_PLUMERIL
-
- AG
- -32.83
- -68.78
- 704
- 0
-
-
-
- SARE
- 871550
- RESISTENCIA_AIRPORT
-
- AG
- -27.45
- -59.05
- 52
- 0
-
-
-
- SBBE
- 821930
- BELEM/VAL_DE_CAES
-
- BZ
- -1.38
- -48.48
- 16
- 0
-
-
-
- SBBR
- 833780
- BRASILIA_(CIV/MIL)
-
- BZ
- -15.87
- -47.93
- 1061
- 0
-
-
-
- SBBS
- 833780
- BRASILIA
-
- BZ
- -15.87
- -47.93
- 1061
- 0
-
-
-
- SBCT
- 838400
- CURITIBA/AFONSO_PEN
-
- BZ
- -25.52
- -49.17
- 908
- 0
-
-
-
- SBCW
- 838400
- CURITIBA/AFONSO_PEN
-
- BZ
- -25.52
- -49.17
- 908
- 0
-
-
-
- SBEG
- 821110
- EDUARDO_GOMES_INTL
-
- BZ
- -3.03
- -60.05
- 2
- 0
-
-
-
- SBGL
- 837460
- GALEAO/RIO(CIV/MIL)
-
- BZ
- -22.82
- -43.25
- 6
- 0
-
-
-
- SBGR
- 837753
- GUARULHOS_(CIV/MIL)
-
- BZ
- -23.43
- -46.47
- 750
- 0
-
-
-
- SBRF
- 828990
- RECIFE/GUARARAPES
-
- BZ
- -8.07
- -34.85
- 19
- 0
-
-
-
- SCCI
- 859340
- PUNTA_ARENAS/PRES_C
-
- CH
- -53.00
- -70.85
- 37
- 0
-
-
-
- SCEL
- 855740
- PUDAHUEL/ARTURO_MER
-
- CH
- -33.38
- -70.78
- 476
- 0
-
-
-
- SCFA
- 854420
- ANTOFAGASTA/CERRO
-
- CH
- -23.43
- -70.43
- 120
- 0
-
-
-
- SCTE
- 857990
- PUERTO_MONTT/TEPUAL
-
- CH
- -41.42
- -73.08
- 86
- 0
-
-
-
- SLLP
- 852010
- LA_PAZ/JFK_INTL
-
- BO
- -16.52
- -68.18
- 4014
- 0
-
-
-
- SOCA
- 814050
- CAYENNE/ROCHAMBEAU
-
- FG
- 4.83
- -52.37
- 9
- 0
-
-
-
- SPIM
- 846280
- LIMA/JORGE_CHAVEZ
-
- PR
- -12.00
- -77.12
- 13
- 0
-
-
-
- TNCC
- 789880
- HATO_ARPT_(CIV/MIL)
-
- NU
- 12.20
- -68.97
- 67
- 0
-
-
-
- TTPP
- 789700
- PIARCO_INTL_AIRPORT
-
- TD
- 10.62
- -61.35
- 15
- 0
-
-
-
- UAAA
- 368700
- ALMA-ATA
- AL
- RA
- 43.23
- 76.93
- 847
- 0
-
-
-
- UAFM
- 835300
- FRUNZE
-
- RA
- 42.85
- 74.53
- 760
- 0
-
-
-
- UATT
- 352290
- AKTJUBINSK
- AL
- KZ
- 50.30
- 57.23
- 227
- 0
-
-
-
- UBBB
- 378640
- BAKU/BINE_ARPT
- TB
- AJ
- 40.45
- 50.07
- -1
- 0
-
-
-
- UGEE
- 377890
- YEREVAN/ZAPADNY
- TB
- RS
- 40.13
- 44.47
- 907
- 0
-
-
-
- UGGG
- 375490
- TBILISI/NOVO-AL
- TB
- RS
- 41.68
- 44.95
- 490
- 0
-
-
-
- UHBB
- 315100
- BLAGOVESHCHENSK
- HA
- RA
- 50.27
- 127.50
- 137
- 0
-
-
-
- UHHH
- 317350
- KHABAROVSK/NOVY
- HA
- RA
- 48.52
- 135.16
- 72
- 0
-
-
-
- UHNN
- 999999
- NIKOLAEVSK-NA-AMURE_CENTER
- HA
- RA
- 53.15
- 140.70
- 68
- 0
-
-
-
- UHWW
- 319600
- VLADIVOSTOK
- HA
- RA
- 43.12
- 131.94
- 184
- 0
-
-
-
- UHPP
- 325400
- PETROPAVLOVSK-KAMCA
- HA
- RA
- 52.97
- 158.75
- 24
- 0
-
-
-
- UHSS
- 321500
- JUZNO-SAHALINSK
- HA
- RA
- 46.92
- 142.73
- 31
- 0
-
-
-
- UIBB
- 303090
- BRATSK
-
- RA
- 56.07
- 101.83
- 489
- 0
-
-
-
- UIII
- 307100
- IRKUTSK
- IR
- RA
- 52.27
- 104.35
- 513
- 0
-
-
-
- UIKK
- 302300
- KIRENSK
- IR
- RA
- 57.77
- 108.07
- 258
- 0
-
-
-
- UKBB
- 333470
- BORISPOL'/KIEV
- KV
- UR
- 50.33
- 30.97
- 119
- 0
-
-
-
- UKFF
- 339460
- SIMFEROPOL
-
- UR
- 44.68
- 34.13
- 180
- 0
-
-
-
- UKHH
- 343000
- KHARKIV
- KI
- UR
- 49.96
- 36.13
- 1550
- 0
-
-
-
- UKLL
- 333930
- LVOV
- KI
- UR
- 49.82
- 23.95
- 325
- 0
-
-
-
- UKOO
- 338370
- ODESSA/TSENTRALNY
- KI
- UR
- 46.43
- 30.77
- 35
- 0
-
-
-
- ULAA
- 225500
- ARHANGELSK
- AR
- RS
- 64.53
- 40.47
- 13
- 0
-
-
-
- ULLI
- 260630
- ST.PETERSBURG(VOEJKOVO)
- LE
- RS
- 59.95
- 30.70
- 78
- 0
-
-
-
- ULLL
- 260630
- ST.PETERSBURG
- LE
- RS
- 59.95
- 30.70
- 78
- 0
-
-
-
- ULWW
- 270370
- VOLOGDA
- AR
- RS
- 59.23
- 39.87
- 131
- 0
-
-
-
- ULMM
- 221130
- MURMANSK
- AR
- RS
- 68.97
- 33.05
- 51
- 0
-
-
-
- UMKK
- 267020
- KALININGRAD
-
- BY
- 54.70
- 20.62
- 27
- 0
-
-
-
- UMMS
- 268500
- MINSK
- MI
- BY
- 53.87
- 27.53
- 234
- 0
-
-
-
- UNBB
- 298380
- BARNAUL
- NO
- RA
- 53.40
- 83.70
- 252
- 0
-
-
-
- UNIT
- 245070
- TURA
- NO
- RA
- 64.27
- 100.23
- 186
- 0
-
-
-
- UNKB
- 292820
- BOGUCHANY
- NO
- RA
- 58.42
- 97.40
- 134
- 0
-
-
-
- UNKL
- 284935
- KRASNOYARSK
-
- RS
- 56.18
- 92.52
- -9999
- 0
-
-
-
- UNLL
- 999999
- KOLPASHEVO
- NO
- RA
- 58.30
- 82.90
- 76
- 0
-
-
-
- UNNT
- 296340
- NOVOSIBIRSK/TOLMACH
-
- RA
- 55.03
- 82.90
- 177
- 0
-
-
-
- UNOO
- 286980
- OMSK
- NO
- RA
- 54.93
- 73.40
- 123
- 0
-
-
-
- UODD
- 206740
- DIKSON_ISLAND
- DK
- RA
- 73.53
- 80.40
- 47
- 0
-
-
-
- UOHH
- 208910
- KHATANGA
- DK
- RA
- 71.98
- 102.47
- 24
- 0
-
-
-
- UOTT
- 234720
- TURUKHANSK
-
- RA
- 65.78
- 087.95
- 37
- 0
-
-
-
- URRV
- 273290
- ROSTOV
- MS
- RS
- 57.20
- 39.42
- 102
- 0
-
-
-
- URWA
- 999999
- ASTRAKHAN
-
- RS
- 46.35
- 47.97
- -22
- 0
-
-
-
- URWW
- 345600
- VOLGOGRAD
- TB
- RS
- 48.68
- 44.35
- 145
- 0
-
-
-
- USCC
- 286420
- CHELYABINSK/BALANDI
- SV
- RA
- 55.18
- 61.32
- -9999
- 0
-
-
-
- USDD
- 999999
- SALEKHARD
- NO
- RA
- 66.53
- 66.53
- 358
- 0
-
-
-
- USDS
- 235520
- TARKO-SALE
- NO
- RA
- 64.92
- 77.82
- 27
- 0
-
-
-
- USHB
- 236310
- BEREZOVO
- NO
- RA
- 63.93
- 65.05
- 27
- 0
-
-
-
- USHH
- 239330
- HANTY-MANSIJSK
- NO
- RA
- 60.97
- 69.07
- 40
- 0
-
-
-
- USKK
- 999999
- KIROV
- MS
- RS
- 58.60
- 49.63
- 158
- 0
-
-
-
- USPP
- 282250
- PERM
- SV
- RA
- 58.02
- 56.30
- 172
- 0
-
-
-
- USRR
- 238490
- SURGUT
- NO
- RA
- 61.25
- 73.50
- 44
- 0
-
-
-
- USSS
- 284400
- SVERDLOVSK
- SV
- RA
- 56.80
- 60.63
- 237
- 0
-
-
-
- USUU
- 286610
- KURGAN
- SV
- RA
- 55.47
- 65.40
- 79
- 0
-
-
-
- UTAA
- 388800
- ASHABAD
- TA
- RA
- 37.97
- 58.33
- 210
- 0
-
-
-
- UTTT
- 384570
- TASHKENT/YUZNI
- TA
- RA
- 41.27
- 69.27
- 489
- 0
-
-
-
- UUWW
- 275185
- MOSCOW/VNUKOVO
- MS
- RS
- 55.65
- 37.27
- 203
- 0
-
-
-
- UUYP
- 234180
- PECHORA
- AR
- RS
- 65.11
- 57.10
- 61
- 0
-
-
-
- UUYW
- 232260
- VORKUTA
- AR
- RA
- 67.48
- 64.02
- 180
- 0
-
-
-
- UUYY
- 238040
- SYKTYVKAR
- AR
- RA
- 61.72
- 50.83
- 119
- 0
-
-
-
- UWKD
- 275950
- KAZAN'
- MS
- RS
- 55.78
- 49.18
- 116
- 0
-
-
-
- UWUU
- 287220
- UFA
- SV
- RA
- 54.75
- 56.00
- 105
- 0
-
-
-
- VABB
- 430030
- BOMBAY/SANTA_CR
-
- IN
- 19.12
- 72.84
- 14
- 0
-
-
-
- VCBI
- 434500
- COLOMBO/KATUNAYAKE
-
- SB
- 7.17
- 79.88
- 8
- 0
-
-
-
- VGZR
- 419220
- KURMITOLA/ZIA_INTL
-
- BW
- 23.85
- 90.40
- 10
- 0
-
-
-
- VHHH
- 450070
- HONG_KONG_INTL_ARPT
-
- HK
- 22.33
- 114.18
- 24
- 0
-
-
-
- VIDP
- 421810
- INDIRA_GANDHI/DELHI
-
- IN
- 28.57
- 77.12
- 233
- 0
-
-
-
- WSSS
- 486980
- SINGAPORE/CHANG
-
- SR
- 1.37
- 103.98
- 16
- 0
-
-
-
- YBRF
- 945780
- BRISBANE
- QU
- AU
- -27.43
- 153.08
- 2
- 0
-
-
-
- YBTL
- 942940
- TOWNSVILLE(CIV/MIL)
- QU
- AU
- -19.25
- 146.75
- 6
- 0
-
-
-
- YMHF
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- YMMB
- 948700
- MOORABBIN_AIRPORT
- VC
- AU
- -37.98
- 145.10
- 13
- 0
-
-
-
- YMMC
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- YMRF
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- YPDM
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- YPRF
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- YPRM
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- YSRF
- 948640
- MELBOURNE
- VC
- AU
- -37.73
- 144.90
- 81
- 0
-
-
-
- ZPPP
- 567780
- KUNMING/WUJIABA
- CD
- CI
- 25.02
- 102.68
- 1892
- 0
-
-
-
+
+
+
+
+ YSJ
+ 000395
+ ST_JOHN
+ NB
+ CN
+ 45.32
+ -65.88
+ 0
+ 0
+
+
+
+ HUL
+ 000341
+ HOULTON
+ ME
+ US
+ 46.04
+ -67.83
+ 0
+ 0
+
+
+
+ PQI
+ 000367
+ PRESQUE_ISLE
+ ME
+ US
+ 46.77
+ -68.09
+ 0
+ 0
+
+
+
+ MLT
+ 000183
+ MILLINOCKET
+ ME
+ US
+ 45.58
+ -68.52
+ 0
+ 0
+
+
+
+ BGR
+ 000029
+ BANGOR
+ ME
+ US
+ 44.84
+ -68.87
+ 0
+ 0
+
+
+
+ ACK
+ 000005
+ NANTUCKET
+ MA
+ US
+ 41.28
+ -70.03
+ 0
+ 0
+
+
+
+ ENE
+ 000322
+ KENNEBUNK
+ ME
+ US
+ 43.43
+ -70.61
+ 0
+ 0
+
+
+
+ BOS
+ 000289
+ BOSTON
+ MA
+ US
+ 42.36
+ -70.99
+ 0
+ 0
+
+
+
+ YQB
+ 000391
+ QUEBEC
+ QB
+ CN
+ 46.80
+ -71.38
+ 0
+ 0
+
+
+
+ PVD
+ 000221
+ PROVIDENCE
+ RI
+ US
+ 41.72
+ -71.43
+ 0
+ 0
+
+
+
+ CON
+ 000062
+ CONCORD
+ NH
+ US
+ 43.22
+ -71.58
+ 0
+ 0
+
+
+
+ YSC
+ 000394
+ SHERBROOKE
+ QB
+ CN
+ 45.43
+ -71.68
+ 0
+ 0
+
+
+
+ HTO
+ 000340
+ EAST_HAMPTON
+ NY
+ US
+ 40.92
+ -72.32
+ 0
+ 0
+
+
+
+ MPV
+ 000188
+ MONTPELIER
+ VT
+ US
+ 44.22
+ -72.57
+ 0
+ 0
+
+
+
+ BDL
+ 000287
+ WINSOR_LOCKS
+ CT
+ US
+ 41.94
+ -72.69
+ 0
+ 0
+
+
+
+ PLB
+ 000365
+ PLATTSBURGH
+ NY
+ US
+ 44.69
+ -73.52
+ 0
+ 0
+
+
+
+ JFK
+ 000345
+ NEW_YORK/JF_KENNEDY
+ NY
+ US
+ 40.63
+ -73.77
+ 0
+ 0
+
+
+
+ ALB
+ 000012
+ ALBANY
+ NY
+ US
+ 42.75
+ -73.80
+ 0
+ 0
+
+
+
+ CYN
+ 000300
+ COYLE
+ NJ
+ US
+ 39.82
+ -74.43
+ 0
+ 0
+
+
+
+ SAX
+ 000376
+ SPARTA
+ NJ
+ US
+ 41.07
+ -74.54
+ 0
+ 0
+
+
+
+ MSS
+ 000353
+ MASSENA
+ NY
+ US
+ 44.91
+ -74.72
+ 0
+ 0
+
+
+
+ SIE
+ 000377
+ SEA_ISLE
+ NJ
+ US
+ 39.10
+ -74.80
+ 0
+ 0
+
+
+
+ HNK
+ 000338
+ HANCOCK
+ NY
+ US
+ 42.06
+ -75.32
+ 0
+ 0
+
+
+
+ SBY
+ 000242
+ SALISBURY
+ MD
+ US
+ 38.35
+ -75.52
+ 0
+ 0
+
+
+
+ YOW
+ 000390
+ OTTAWA
+ ON
+ CN
+ 45.32
+ -75.67
+ 0
+ 0
+
+
+
+ ETX
+ 000325
+ EAST_TEXAS
+ PA
+ US
+ 40.58
+ -75.68
+ 0
+ 0
+
+
+
+ ECG
+ 000086
+ ELIZABETH_CITY
+ NC
+ US
+ 36.25
+ -76.18
+ 0
+ 0
+
+
+
+ SYR
+ 000259
+ SYRACUSE
+ NY
+ US
+ 43.16
+ -76.20
+ 0
+ 0
+
+
+
+ ORF
+ 000203
+ NORFOLK
+ VA
+ US
+ 36.89
+ -76.20
+ 0
+ 0
+
+
+
+ EMI
+ 000320
+ WESTMINSTER
+ MD
+ US
+ 39.50
+ -76.98
+ 0
+ 0
+
+
+
+ HAR
+ 000126
+ HARRISBURG
+ PA
+ US
+ 40.23
+ -77.02
+ 0
+ 0
+
+
+
+ DCA
+ 000306
+ WASHINGTON
+ DC
+ US
+ 38.86
+ -77.04
+ 0
+ 0
+
+
+
+ RIC
+ 000229
+ RICHMOND
+ VA
+ US
+ 37.50
+ -77.32
+ 0
+ 0
+
+
+
+ CSN
+ 000299
+ CASSANOVA
+ VA
+ US
+ 38.64
+ -77.87
+ 0
+ 0
+
+
+
+ ILM
+ 000135
+ WILMINGTON
+ NC
+ US
+ 34.35
+ -77.87
+ 0
+ 0
+
+
+
+ SLT
+ 000252
+ SLATE_RUN
+ PA
+ US
+ 41.51
+ -77.97
+ 0
+ 0
+
+
+
+ PSB
+ 000368
+ PHILLIPSBURG
+ PA
+ US
+ 40.92
+ -77.99
+ 0
+ 0
+
+
+
+ BUF
+ 000044
+ BUFFALO
+ NY
+ US
+ 42.93
+ -78.65
+ 0
+ 0
+
+
+
+ RDU
+ 000372
+ RALEIGH-DURHAM
+ NC
+ US
+ 35.87
+ -78.78
+ 0
+ 0
+
+
+
+ JST
+ 000145
+ JOHNSTOWN
+ PA
+ US
+ 40.32
+ -78.83
+ 0
+ 0
+
+
+
+ JHW
+ 000346
+ JAMESTOWN
+ NY
+ US
+ 42.19
+ -79.12
+ 0
+ 0
+
+
+
+ LYH
+ 000166
+ LYNCHBURG
+ VA
+ US
+ 37.25
+ -79.23
+ 0
+ 0
+
+
+
+ YYZ
+ 000401
+ TORONTO
+ ON
+ CN
+ 43.67
+ -79.63
+ 0
+ 0
+
+
+
+ FLO
+ 000102
+ FLORENCE
+ SC
+ US
+ 34.23
+ -79.66
+ 0
+ 0
+
+
+
+ GSO
+ 000122
+ GREENSBORO
+ NC
+ US
+ 36.05
+ -79.98
+ 0
+ 0
+
+
+
+ CHS
+ 000056
+ CHARLESTON
+ SC
+ US
+ 32.89
+ -80.04
+ 0
+ 0
+
+
+
+ PBI
+ 000206
+ WEST_PALM_BEACH
+ FL
+ US
+ 26.68
+ -80.09
+ 0
+ 0
+
+
+
+ EKN
+ 000088
+ ELKINS
+ WV
+ US
+ 38.92
+ -80.10
+ 0
+ 0
+
+
+
+ EWC
+ 000326
+ ELLWOOD_CITY
+ PA
+ US
+ 40.83
+ -80.21
+ 0
+ 0
+
+
+
+ ERI
+ 000092
+ ERIE
+ PA
+ US
+ 42.02
+ -80.30
+ 0
+ 0
+
+
+
+ MIA
+ 000176
+ MIAMI
+ FL
+ US
+ 25.80
+ -80.30
+ 0
+ 0
+
+
+
+ VRB
+ 000276
+ VERO_BEACH
+ FL
+ US
+ 27.68
+ -80.49
+ 0
+ 0
+
+
+
+ PSK
+ 000369
+ DUBLIN
+ VA
+ US
+ 37.09
+ -80.71
+ 0
+ 0
+
+
+
+ AIR
+ 000280
+ BELLAIRE
+ OH
+ US
+ 40.02
+ -80.82
+ 0
+ 0
+
+
+
+ CLT
+ 000059
+ CHARLOTTE
+ NC
+ US
+ 35.22
+ -80.93
+ 0
+ 0
+
+
+
+ CAE
+ 000295
+ COLUMBIA
+ SC
+ US
+ 33.86
+ -81.05
+ 0
+ 0
+
+
+
+ YVV
+ 000396
+ WIARTON
+ ON
+ CN
+ 44.75
+ -81.10
+ 0
+ 0
+
+
+
+ SAV
+ 000239
+ SAVANNAH
+ GA
+ US
+ 32.16
+ -81.11
+ 0
+ 0
+
+
+
+ OMN
+ 000363
+ ORMOND_BEACH
+ FL
+ US
+ 29.30
+ -81.11
+ 0
+ 0
+
+
+
+ BKW
+ 000034
+ BECKLEY
+ WV
+ US
+ 37.78
+ -81.12
+ 0
+ 0
+
+
+
+ ORL
+ 000204
+ ORLANDO
+ FL
+ US
+ 28.54
+ -81.34
+ 0
+ 0
+
+
+
+ CRG
+ 000298
+ JACKSONVILLE
+ FL
+ US
+ 30.34
+ -81.51
+ 0
+ 0
+
+
+
+ EYW
+ 000096
+ KEY_WEST
+ FL
+ US
+ 24.59
+ -81.80
+ 0
+ 0
+
+
+
+ FMY
+ 000104
+ FT_MEYERS
+ FL
+ US
+ 26.58
+ -81.87
+ 0
+ 0
+
+
+
+ SPA
+ 000380
+ SPARTANBURG
+ SC
+ US
+ 35.03
+ -81.93
+ 0
+ 0
+
+
+
+ HNN
+ 000339
+ HENDERSON
+ WV
+ US
+ 38.75
+ -82.03
+ 0
+ 0
+
+
+
+ HMV
+ 000337
+ HOLSTON_MOUNTAIN
+ TN
+ US
+ 36.44
+ -82.13
+ 0
+ 0
+
+
+
+ CLE
+ 000058
+ CLEVELAND
+ OH
+ US
+ 41.42
+ -81.85
+ 0
+ 0
+
+
+
+ IRQ
+ 000344
+ COLLIERS
+ SC
+ US
+ 33.71
+ -82.16
+ 0
+ 0
+
+
+
+ AMG
+ 000015
+ ALMA
+ GA
+ US
+ 31.54
+ -82.51
+ 0
+ 0
+
+
+
+ SRQ
+ 000382
+ SARASOTA
+ FL
+ US
+ 27.40
+ -82.55
+ 0
+ 0
+
+
+
+ APE
+ 000283
+ APPLETON
+ OH
+ US
+ 40.15
+ -82.59
+ 0
+ 0
+
+
+
+ PIE
+ 000212
+ SAINT_PETERSBURG
+ FL
+ US
+ 27.91
+ -82.68
+ 0
+ 0
+
+
+
+ ECK
+ 000316
+ PECK
+ MI
+ US
+ 43.26
+ -82.72
+ 0
+ 0
+
+
+
+ CTY
+ 000066
+ CROSS_CITY
+ FL
+ US
+ 29.60
+ -83.05
+ 0
+ 0
+
+
+
+ ODF
+ 000360
+ TOCCOA
+ GA
+ US
+ 34.70
+ -83.30
+ 0
+ 0
+
+
+
+ DXO
+ 000315
+ DETROIT
+ MI
+ US
+ 42.21
+ -83.37
+ 0
+ 0
+
+
+
+ ASP
+ 000284
+ OSCODA
+ MI
+ US
+ 44.45
+ -83.39
+ 0
+ 0
+
+
+
+ MCN
+ 000170
+ MACON
+ GA
+ US
+ 32.69
+ -83.65
+ 0
+ 0
+
+
+
+ FNT
+ 000328
+ FLINT
+ MI
+ US
+ 42.97
+ -83.74
+ 0
+ 0
+
+
+
+ VXV
+ 000388
+ KNOXVILLE
+ TN
+ US
+ 35.90
+ -83.89
+ 0
+ 0
+
+
+
+ ROD
+ 000373
+ ROSEWOOD
+ OH
+ US
+ 40.29
+ -84.04
+ 0
+ 0
+
+
+
+ MBS
+ 000168
+ SAGINAW
+ MI
+ US
+ 43.53
+ -84.08
+ 0
+ 0
+
+
+
+ LOZ
+ 000160
+ LONDON
+ KY
+ US
+ 37.03
+ -84.12
+ 0
+ 0
+
+
+
+ ABY
+ 000004
+ ALBANY
+ GA
+ US
+ 31.65
+ -84.30
+ 0
+ 0
+
+
+
+ SSM
+ 000255
+ SAULT_STE_MARIE
+ MI
+ US
+ 46.41
+ -84.31
+ 0
+ 0
+
+
+
+ TLH
+ 000264
+ TALLAHASSEE
+ FL
+ US
+ 30.56
+ -84.37
+ 0
+ 0
+
+
+
+ ATL
+ 000019
+ ATLANTA
+ GA
+ US
+ 33.63
+ -84.44
+ 0
+ 0
+
+
+
+ CVG
+ 000067
+ COVINGTON
+ KY
+ US
+ 39.02
+ -84.70
+ 0
+ 0
+
+
+
+ GQO
+ 000331
+ CHATTANOOGA
+ TN
+ US
+ 34.96
+ -85.15
+ 0
+ 0
+
+
+
+ FWA
+ 000109
+ FT_WAYNE
+ IN
+ US
+ 40.98
+ -85.19
+ 0
+ 0
+
+
+
+ LGC
+ 000350
+ LA_GRANGE
+ GA
+ US
+ 33.05
+ -85.21
+ 0
+ 0
+
+
+
+ GRR
+ 000332
+ GRAND_RAPIDS
+ MI
+ US
+ 42.79
+ -85.50
+ 0
+ 0
+
+
+
+ TVC
+ 000270
+ TRAVERSE_CITY
+ MI
+ US
+ 44.67
+ -85.55
+ 0
+ 0
+
+
+
+ LOU
+ 000159
+ LOUISVILLE
+ KY
+ US
+ 38.10
+ -85.58
+ 0
+ 0
+
+
+
+ MKG
+ 000179
+ MUSKEGON
+ MI
+ US
+ 43.17
+ -86.04
+ 0
+ 0
+
+
+
+ PMM
+ 000366
+ PULLMAN
+ MI
+ US
+ 42.47
+ -86.11
+ 0
+ 0
+
+
+
+ GIJ
+ 000330
+ NILES
+ MI
+ US
+ 41.77
+ -86.32
+ 0
+ 0
+
+
+
+ MGM
+ 000175
+ MONTGOMERY
+ AL
+ US
+ 32.22
+ -86.32
+ 0
+ 0
+
+
+
+ IND
+ 000136
+ INDIANAPOLIS
+ IN
+ US
+ 39.81
+ -86.37
+ 0
+ 0
+
+
+
+ BWG
+ 000047
+ BOWLING_GREEN
+ KY
+ US
+ 36.93
+ -86.44
+ 0
+ 0
+
+
+
+ BNA
+ 000037
+ NASHVILLE
+ TN
+ US
+ 36.14
+ -86.68
+ 0
+ 0
+
+
+
+ CEW
+ 000052
+ CRESTVIEW
+ FL
+ US
+ 30.83
+ -86.68
+ 0
+ 0
+
+
+
+ VUZ
+ 000387
+ VULCAN
+ AL
+ US
+ 33.67
+ -86.90
+ 0
+ 0
+
+
+
+ BVT
+ 000293
+ LAFAYETTE
+ IN
+ US
+ 40.56
+ -87.07
+ 0
+ 0
+
+
+
+ TTH
+ 000384
+ TERRE_HAUTE
+ IN
+ US
+ 39.49
+ -87.25
+ 0
+ 0
+
+
+
+ MSL
+ 000191
+ MUSCLE_SHOALS
+ AL
+ US
+ 34.70
+ -87.48
+ 0
+ 0
+
+
+
+ SAW
+ 000189
+ SAWYER
+ MI
+ US
+ 46.35
+ -87.38
+ 0
+ 0
+
+
+
+ PXV
+ 000370
+ POCKET_CITY
+ IN
+ US
+ 37.93
+ -87.76
+ 0
+ 0
+
+
+
+ ORD
+ 000202
+ O'HARE_INTERNATIONAL
+ IL
+ US
+ 41.98
+ -87.90
+ 0
+ 0
+
+
+
+ GRB
+ 000119
+ GREEN_BAY
+ WI
+ US
+ 44.56
+ -88.19
+ 0
+ 0
+
+
+
+ BAE
+ 000285
+ MILWAUKEE
+ WI
+ US
+ 43.12
+ -88.28
+ 0
+ 0
+
+
+
+ JOT
+ 000348
+ JOLIET
+ IL
+ US
+ 41.55
+ -88.32
+ 0
+ 0
+
+
+
+ SJI
+ 000378
+ SEMMNES
+ AL
+ US
+ 30.73
+ -88.36
+ 0
+ 0
+
+
+
+ IGB
+ 000133
+ BIGBEE
+ MS
+ US
+ 33.48
+ -88.52
+ 0
+ 0
+
+
+
+ MEI
+ 000172
+ MERIDIAN
+ MS
+ US
+ 32.38
+ -88.80
+ 0
+ 0
+
+
+
+ DEC
+ 000070
+ DECATUR
+ IL
+ US
+ 39.74
+ -88.86
+ 0
+ 0
+
+
+
+ YQT
+ 000393
+ THUNDER_BAY
+ ON
+ CN
+ 48.37
+ -89.32
+ 0
+ 0
+
+
+
+ DYR
+ 000083
+ DYERSBURG
+ TN
+ US
+ 36.02
+ -89.32
+ 0
+ 0
+
+
+
+ RHI
+ 000228
+ RHINELANDER
+ WI
+ US
+ 45.63
+ -89.45
+ 0
+ 0
+
+
+
+ BDF
+ 000024
+ BRADFORD
+ IL
+ US
+ 41.16
+ -89.59
+ 0
+ 0
+
+
+
+ DLL
+ 000310
+ DELLS
+ WI
+ US
+ 43.55
+ -89.76
+ 0
+ 0
+
+
+
+ MEM
+ 000173
+ MEMPHIS
+ TN
+ US
+ 35.06
+ -89.98
+ 0
+ 0
+
+
+
+ LEV
+ 000349
+ GRAND_ISLE
+ LA
+ US
+ 29.18
+ -90.10
+ 0
+ 0
+
+
+
+ JAN
+ 000142
+ JACKSON
+ MS
+ US
+ 32.51
+ -90.17
+ 0
+ 0
+
+
+
+ MSY
+ 000195
+ NEW_ORLEANS
+ LA
+ US
+ 30.00
+ -90.27
+ 0
+ 0
+
+
+
+ FAM
+ 000097
+ FARMINGTON
+ MO
+ US
+ 37.67
+ -90.23
+ 0
+ 0
+
+
+
+ MCB
+ 000169
+ MC_COMB
+ MS
+ US
+ 31.30
+ -90.26
+ 0
+ 0
+
+
+
+ SQS
+ 000381
+ SIDON
+ MS
+ US
+ 33.46
+ -90.28
+ 0
+ 0
+
+
+
+ STL
+ 000257
+ ST_LOUIS
+ MO
+ US
+ 38.86
+ -90.48
+ 0
+ 0
+
+
+
+ DBQ
+ 000069
+ DUBUQUE
+ IA
+ US
+ 42.40
+ -90.71
+ 0
+ 0
+
+
+
+ ARG
+ 000018
+ WALNUT_RIDGE
+ AR
+ US
+ 36.11
+ -90.95
+ 0
+ 0
+
+
+
+ UIN
+ 000386
+ QUINCY
+ IL
+ US
+ 39.85
+ -91.28
+ 0
+ 0
+
+
+
+ BTR
+ 000042
+ BATON_ROUGE
+ LA
+ US
+ 30.48
+ -91.30
+ 0
+ 0
+
+
+
+ ODI
+ 000361
+ NODINE
+ MN
+ US
+ 43.91
+ -91.47
+ 0
+ 0
+
+
+
+ EAU
+ 000085
+ EAU_CLAIRE
+ WI
+ US
+ 44.90
+ -91.48
+ 0
+ 0
+
+
+
+ IOW
+ 000343
+ IOWA_CITY
+ IA
+ US
+ 41.52
+ -91.61
+ 0
+ 0
+
+
+
+ MLU
+ 000184
+ MONROE
+ LA
+ US
+ 32.52
+ -92.03
+ 0
+ 0
+
+
+
+ LIT
+ 000156
+ LITTLE_ROCK
+ AR
+ US
+ 34.68
+ -92.18
+ 0
+ 0
+
+
+
+ DLH
+ 000075
+ DULUTH
+ MN
+ US
+ 46.80
+ -92.20
+ 0
+ 0
+
+
+
+ COU
+ 000063
+ COLUMBIA
+ MO
+ US
+ 38.82
+ -92.22
+ 0
+ 0
+
+
+
+ AEX
+ 000009
+ ALEXANDRIA
+ LA
+ US
+ 31.26
+ -92.50
+ 0
+ 0
+
+
+
+ IRK
+ 000139
+ KIRKSVILLE
+ MO
+ US
+ 40.14
+ -92.59
+ 0
+ 0
+
+
+
+ ELD
+ 000319
+ EL_DORADO
+ AR
+ US
+ 33.26
+ -92.74
+ 0
+ 0
+
+
+
+ LCH
+ 000154
+ LAKE_CHARLES
+ LA
+ US
+ 30.14
+ -93.11
+ 0
+ 0
+
+
+
+ MSP
+ 000194
+ MINNEAPOLIS
+ MN
+ US
+ 44.88
+ -93.23
+ 0
+ 0
+
+
+
+ MCW
+ 000171
+ MASON_CITY
+ IA
+ US
+ 43.09
+ -93.33
+ 0
+ 0
+
+
+
+ SGF
+ 000245
+ SPRINGFIELD
+ MO
+ US
+ 37.36
+ -93.33
+ 0
+ 0
+
+
+
+ INL
+ 000137
+ INTERNATIONAL_FALLS
+ MN
+ US
+ 48.57
+ -93.40
+ 0
+ 0
+
+
+
+ DSM
+ 000079
+ DES_MOINES
+ IA
+ US
+ 41.44
+ -93.65
+ 0
+ 0
+
+
+
+ EIC
+ 000318
+ SHREVEPORT
+ LA
+ US
+ 32.77
+ -93.81
+ 0
+ 0
+
+
+
+ BRD
+ 000292
+ BRAINERD
+ MN
+ US
+ 46.35
+ -94.03
+ 0
+ 0
+
+
+
+ TXK
+ 000272
+ TEXARKANA
+ AR
+ US
+ 33.51
+ -94.07
+ 0
+ 0
+
+
+
+ RZC
+ 000374
+ RAZORBACK
+ AR
+ US
+ 36.25
+ -94.12
+ 0
+ 0
+
+
+
+ FSM
+ 000108
+ FT_SMITH
+ AR
+ US
+ 35.38
+ -94.27
+ 0
+ 0
+
+
+
+ FOD
+ 000105
+ FT_DODGE
+ IA
+ US
+ 42.61
+ -94.29
+ 0
+ 0
+
+
+
+ BUM
+ 000045
+ BUTLER
+ MO
+ US
+ 38.27
+ -94.49
+ 0
+ 0
+
+
+
+ MKC
+ 000177
+ KANSAS_CITY
+ MO
+ US
+ 39.28
+ -94.59
+ 0
+ 0
+
+
+
+ LFK
+ 000155
+ LUFKIN
+ TX
+ US
+ 31.16
+ -94.72
+ 0
+ 0
+
+
+
+ GGG
+ 000115
+ LONGVIEW
+ TX
+ US
+ 32.42
+ -94.75
+ 0
+ 0
+
+
+
+ BJI
+ 000033
+ BEMIDJI
+ MN
+ US
+ 47.58
+ -95.02
+ 0
+ 0
+
+
+
+ RWF
+ 000234
+ REDWWOD_FALLS
+ MN
+ US
+ 44.47
+ -95.13
+ 0
+ 0
+
+
+
+ OSW
+ 000205
+ OSWEGO
+ KS
+ US
+ 37.15
+ -95.20
+ 0
+ 0
+
+
+
+ IAH
+ 000131
+ HOUSTON_INTERNATIONAL
+ TX
+ US
+ 29.96
+ -95.35
+ 0
+ 0
+
+
+
+ OVR
+ 000364
+ OMAHA
+ NE
+ US
+ 41.17
+ -95.74
+ 0
+ 0
+
+
+
+ MLC
+ 000180
+ MC_CALESTER
+ OK
+ US
+ 34.85
+ -95.78
+ 0
+ 0
+
+
+
+ TUL
+ 000268
+ TULSA
+ OK
+ US
+ 36.20
+ -95.79
+ 0
+ 0
+
+
+
+ PWE
+ 000222
+ PAWNEE_CITY
+ NE
+ US
+ 40.20
+ -96.21
+ 0
+ 0
+
+
+
+ PSX
+ 000219
+ PALACIOS
+ TX
+ US
+ 28.76
+ -96.31
+ 0
+ 0
+
+
+
+ FSD
+ 000107
+ SIOUX_FALLS
+ SD
+ US
+ 43.65
+ -96.78
+ 0
+ 0
+
+
+
+ FAR
+ 000098
+ FARGO
+ ND
+ US
+ 46.75
+ -96.85
+ 0
+ 0
+
+
+
+ DFW
+ 000072
+ DALLAS-FT_WORTH
+ TX
+ US
+ 32.87
+ -97.03
+ 0
+ 0
+
+
+
+ ADM
+ 000008
+ ARDMORE
+ OK
+ US
+ 34.21
+ -97.17
+ 0
+ 0
+
+
+
+ GFK
+ 000114
+ GRAND_FORKS
+ ND
+ US
+ 47.95
+ -97.19
+ 0
+ 0
+
+
+
+ YWG
+ 000397
+ WINNIPEG
+ MB
+ CN
+ 49.90
+ -97.23
+ 0
+ 0
+
+
+
+ ACT
+ 000006
+ WACO
+ TX
+ US
+ 31.66
+ -97.27
+ 0
+ 0
+
+
+
+ BRO
+ 000041
+ BROWNSVILLE
+ TX
+ US
+ 25.92
+ -97.38
+ 0
+ 0
+
+
+
+ CRP
+ 000065
+ CORPUS_CHRISTI
+ TX
+ US
+ 27.90
+ -97.45
+ 0
+ 0
+
+
+
+ ICT
+ 000132
+ WICHITA
+ KS
+ US
+ 37.75
+ -97.58
+ 0
+ 0
+
+
+
+ OKC
+ 000198
+ OKLAHOMA_CITY
+ OK
+ US
+ 35.36
+ -97.61
+ 0
+ 0
+
+
+
+ SLN
+ 000251
+ SALINA
+ KS
+ US
+ 38.93
+ -97.62
+ 0
+ 0
+
+
+
+ AUS
+ 000020
+ AUSTIN
+ TX
+ US
+ 30.30
+ -97.70
+ 0
+ 0
+
+
+
+ END
+ 000321
+ VANCE_AFB
+ OK
+ US
+ 36.35
+ -97.92
+ 0
+ 0
+
+
+
+ OBH
+ 000358
+ WOLBACH
+ NE
+ US
+ 41.38
+ -98.35
+ 0
+ 0
+
+
+
+ ABR
+ 000003
+ ABERDEEN
+ SD
+ US
+ 45.42
+ -98.37
+ 0
+ 0
+
+
+
+ SAT
+ 000238
+ SAN_ANTONIO
+ TX
+ US
+ 29.64
+ -98.46
+ 0
+ 0
+
+
+
+ SPS
+ 000254
+ WICHITA_FALLS
+ TX
+ US
+ 33.99
+ -98.59
+ 0
+ 0
+
+
+
+ ONL
+ 000200
+ ONEILL
+ NE
+ US
+ 42.47
+ -98.69
+ 0
+ 0
+
+
+
+ LRD
+ 000161
+ LAREDO
+ TX
+ US
+ 27.48
+ -99.42
+ 0
+ 0
+
+
+
+ JCT
+ 000144
+ JUNCTION
+ TX
+ US
+ 30.60
+ -99.82
+ 0
+ 0
+
+
+
+ ABI
+ 000001
+ ABILENE
+ TX
+ US
+ 32.48
+ -99.86
+ 0
+ 0
+
+
+
+ GAG
+ 000110
+ GAGE
+ OK
+ US
+ 36.34
+ -99.88
+ 0
+ 0
+
+
+
+ ANW
+ 000282
+ AINSWORTH
+ NE
+ US
+ 42.57
+ -99.99
+ 0
+ 0
+
+
+
+ PIR
+ 000214
+ PIERRE
+ SD
+ US
+ 44.40
+ -100.17
+ 0
+ 0
+
+
+
+ HLC
+ 000335
+ HILL_CITY
+ KS
+ US
+ 39.26
+ -100.23
+ 0
+ 0
+
+
+
+ CDS
+ 000051
+ CHILDRESS
+ TX
+ US
+ 34.37
+ -100.28
+ 0
+ 0
+
+
+
+ SJT
+ 000248
+ SAN_ANGELO
+ TX
+ US
+ 31.38
+ -100.46
+ 0
+ 0
+
+
+
+ MCK
+ 000351
+ MC_COOK
+ NE
+ US
+ 40.20
+ -100.59
+ 0
+ 0
+
+
+
+ BIS
+ 000032
+ BISMARK
+ ND
+ US
+ 46.77
+ -100.67
+ 0
+ 0
+
+
+
+ LBF
+ 000152
+ NORTH_PLATTE
+ NE
+ US
+ 41.13
+ -100.72
+ 0
+ 0
+
+
+
+ GCK
+ 000112
+ GARDEN_CITY
+ KS
+ US
+ 37.92
+ -100.73
+ 0
+ 0
+
+
+
+ DLF
+ 000309
+ LAUGHLIN_AFB
+ TX
+ US
+ 29.36
+ -100.77
+ 0
+ 0
+
+
+
+ LBL
+ 000153
+ LIBERAL
+ KS
+ US
+ 37.04
+ -100.97
+ 0
+ 0
+
+
+
+ MOT
+ 000187
+ MINOT
+ ND
+ US
+ 48.26
+ -101.29
+ 0
+ 0
+
+
+
+ AMA
+ 000014
+ AMARILLO
+ TX
+ US
+ 35.29
+ -101.64
+ 0
+ 0
+
+
+
+ GLD
+ 000118
+ GOODLAND
+ KS
+ US
+ 39.39
+ -101.69
+ 0
+ 0
+
+
+
+ DPR
+ 000077
+ DUPREE
+ SD
+ US
+ 45.08
+ -101.72
+ 0
+ 0
+
+
+
+ LBB
+ 000151
+ LUBBOCK_INTERNATIONAL
+ TX
+ US
+ 33.70
+ -101.92
+ 0
+ 0
+
+
+
+ MAF
+ 000167
+ MIDLAND
+ TX
+ US
+ 32.02
+ -102.18
+ 0
+ 0
+
+
+
+ LAA
+ 000146
+ LAMAR
+ CO
+ US
+ 38.20
+ -102.69
+ 0
+ 0
+
+
+
+ DIK
+ 000074
+ DICKINSIN
+ ND
+ US
+ 46.86
+ -102.77
+ 0
+ 0
+
+
+
+ TXO
+ 000385
+ TEXICO_NM/BOVINA
+ TX
+ US
+ 34.50
+ -102.84
+ 0
+ 0
+
+
+
+ SNY
+ 000379
+ SIDNEY
+ NE
+ US
+ 41.10
+ -102.98
+ 0
+ 0
+
+
+
+ FST
+ 000329
+ FT_STOCKTON
+ TX
+ US
+ 30.95
+ -102.98
+ 0
+ 0
+
+
+
+ RAP
+ 000224
+ RAPID_CITY
+ SD
+ US
+ 43.98
+ -103.01
+ 0
+ 0
+
+
+
+ AKO
+ 000011
+ AKRON
+ CO
+ US
+ 40.16
+ -103.18
+ 0
+ 0
+
+
+
+ INK
+ 000342
+ WINK
+ TX
+ US
+ 31.87
+ -103.24
+ 0
+ 0
+
+
+
+ BFF
+ 000026
+ SCOTTSBLUFF
+ NE
+ US
+ 41.89
+ -103.48
+ 0
+ 0
+
+
+
+ TBE
+ 000261
+ TOBE
+ CO
+ US
+ 37.27
+ -103.60
+ 0
+ 0
+
+
+
+ TCC
+ 000262
+ TUCUMCARI
+ NM
+ US
+ 35.18
+ -103.60
+ 0
+ 0
+
+
+
+ ISN
+ 000140
+ WILLISTON
+ ND
+ US
+ 48.18
+ -103.63
+ 0
+ 0
+
+
+
+ MRF
+ 000190
+ MARFA
+ TX
+ US
+ 30.30
+ -103.95
+ 0
+ 0
+
+
+
+ PUB
+ 000220
+ PUEBLO
+ CO
+ US
+ 38.29
+ -104.43
+ 0
+ 0
+
+
+
+ ROW
+ 000233
+ ROSWELL
+ NM
+ US
+ 33.34
+ -104.62
+ 0
+ 0
+
+
+
+ DEN
+ 000071
+ DENVER
+ CO
+ US
+ 39.81
+ -104.66
+ 0
+ 0
+
+
+
+ CYS
+ 000301
+ CHEYENNE
+ WY
+ US
+ 41.21
+ -104.77
+ 0
+ 0
+
+
+
+ CIM
+ 000297
+ CIMARRON
+ NM
+ US
+ 36.49
+ -104.87
+ 0
+ 0
+
+
+
+ LVS
+ 000163
+ LAS_VEGAS
+ NM
+ US
+ 35.66
+ -105.14
+ 0
+ 0
+
+
+
+ LAR
+ 000148
+ LARAMIE
+ WY
+ US
+ 41.33
+ -105.72
+ 0
+ 0
+
+
+
+ ALS
+ 000013
+ ALAMOSA
+ CO
+ US
+ 37.35
+ -105.82
+ 0
+ 0
+
+
+
+ MLS
+ 000182
+ MILES_CITY
+ MT
+ US
+ 46.38
+ -105.95
+ 0
+ 0
+
+
+
+ DDY
+ 000307
+ CASPER
+ WY
+ US
+ 43.09
+ -106.28
+ 0
+ 0
+
+
+
+ ELP
+ 000090
+ EL_PASO
+ TX
+ US
+ 31.82
+ -106.28
+ 0
+ 0
+
+
+
+ CZI
+ 000302
+ CRAZY_WOMAN
+ WY
+ US
+ 44.00
+ -106.44
+ 0
+ 0
+
+
+
+ GGW
+ 000116
+ GLASGOW
+ MT
+ US
+ 48.22
+ -106.63
+ 0
+ 0
+
+
+
+ ABQ
+ 000002
+ ALBUQUERQUE
+ NM
+ US
+ 35.04
+ -106.82
+ 0
+ 0
+
+
+
+ DBL
+ 000304
+ EAGLE
+ CO
+ US
+ 39.44
+ -106.90
+ 0
+ 0
+
+
+
+ HBU
+ 000333
+ GUNNISON
+ CO
+ US
+ 38.45
+ -107.04
+ 0
+ 0
+
+
+
+ SHR
+ 000246
+ SHERIDAN
+ WY
+ US
+ 44.84
+ -107.06
+ 0
+ 0
+
+
+
+ TCS
+ 000263
+ TRUTH_OR_CONSEQUENCES
+ NM
+ US
+ 33.28
+ -107.28
+ 0
+ 0
+
+
+
+ CHE
+ 000054
+ HAYDEN
+ CO
+ US
+ 40.52
+ -107.31
+ 0
+ 0
+
+
+
+ DMN
+ 000076
+ DEMING
+ NM
+ US
+ 32.28
+ -107.60
+ 0
+ 0
+
+
+
+ YYN
+ 000400
+ SWIFT_CURRENT
+ SA
+ CN
+ 50.28
+ -107.68
+ 0
+ 0
+
+
+
+ FMN
+ 000103
+ FARMINGTON
+ NM
+ US
+ 36.75
+ -108.10
+ 0
+ 0
+
+
+
+ BOY
+ 000290
+ BOYSEN_RESV.
+ WY
+ US
+ 43.46
+ -108.30
+ 0
+ 0
+
+
+
+ BIL
+ 000031
+ BILLINGS
+ MT
+ US
+ 45.81
+ -108.63
+ 0
+ 0
+
+
+
+ JNC
+ 000347
+ GRAND_JUNCTION
+ CO
+ US
+ 39.06
+ -108.79
+ 0
+ 0
+
+
+
+ DVC
+ 000082
+ DOVE_CREEK
+ CO
+ US
+ 37.81
+ -108.93
+ 0
+ 0
+
+
+
+ OCS
+ 000359
+ ROCKSPRINGS
+ WY
+ US
+ 41.59
+ -109.02
+ 0
+ 0
+
+
+
+ SJN
+ 000247
+ ST_JOHNS
+ AZ
+ US
+ 34.42
+ -109.14
+ 0
+ 0
+
+
+
+ SSO
+ 000256
+ SAN_SIMON
+ AZ
+ US
+ 32.27
+ -109.26
+ 0
+ 0
+
+
+
+ LWT
+ 000165
+ LEWISTOWN
+ MT
+ US
+ 47.05
+ -109.61
+ 0
+ 0
+
+
+
+ HVR
+ 000129
+ HAVRE
+ MT
+ US
+ 48.54
+ -109.77
+ 0
+ 0
+
+
+
+ BPI
+ 000291
+ BIG_PINEY
+ WY
+ US
+ 42.58
+ -110.11
+ 0
+ 0
+
+
+
+ MTU
+ 000196
+ MYTON
+ UT
+ US
+ 40.15
+ -110.13
+ 0
+ 0
+
+
+
+ HVE
+ 000128
+ HANKSVILLE
+ UT
+ US
+ 38.42
+ -110.70
+ 0
+ 0
+
+
+
+ YXH
+ 000399
+ MEDICINE_HAT
+ AB
+ CN
+ 50.02
+ -110.72
+ 0
+ 0
+
+
+
+ JAC
+ 000141
+ JACKSON
+ WY
+ US
+ 43.62
+ -110.73
+ 0
+ 0
+
+
+
+ INW
+ 000138
+ WINSLOW
+ AZ
+ US
+ 35.06
+ -110.80
+ 0
+ 0
+
+
+
+ TUS
+ 000269
+ TUCSON
+ AZ
+ US
+ 32.10
+ -110.92
+ 0
+ 0
+
+
+
+ TBC
+ 000260
+ TUBA_CITY
+ AZ
+ US
+ 36.12
+ -111.27
+ 0
+ 0
+
+
+
+ GTF
+ 000123
+ GREAT_FALLS
+ MT
+ US
+ 47.45
+ -111.41
+ 0
+ 0
+
+
+
+ HLN
+ 000336
+ HELENA
+ MT
+ US
+ 46.61
+ -111.95
+ 0
+ 0
+
+
+
+ PHX
+ 000211
+ PHOENIX
+ AZ
+ US
+ 33.43
+ -112.02
+ 0
+ 0
+
+
+
+ SLC
+ 000249
+ SALT_LAKE_CITY
+ UT
+ US
+ 40.85
+ -111.98
+ 0
+ 0
+
+
+
+ DBS
+ 000305
+ DUBOIS
+ ID
+ US
+ 44.09
+ -112.21
+ 0
+ 0
+
+
+
+ BCE
+ 000023
+ BRYCE_CANYON
+ UT
+ US
+ 37.69
+ -112.30
+ 0
+ 0
+
+
+
+ MLD
+ 000352
+ MALAD_CITY
+ ID
+ US
+ 42.20
+ -112.45
+ 0
+ 0
+
+
+
+ DRK
+ 000313
+ PRESCOTT
+ AZ
+ US
+ 34.70
+ -112.48
+ 0
+ 0
+
+
+
+ DTA
+ 000080
+ DELTA
+ UT
+ US
+ 39.30
+ -112.51
+ 0
+ 0
+
+
+
+ DLN
+ 000311
+ DILLON
+ MT
+ US
+ 45.25
+ -112.55
+ 0
+ 0
+
+
+
+ PIH
+ 000213
+ POCATELLO
+ ID
+ US
+ 42.87
+ -112.65
+ 0
+ 0
+
+
+
+ YQL
+ 000392
+ LETHBRIDGE
+ AB
+ CN
+ 49.63
+ -112.80
+ 0
+ 0
+
+
+
+ PGS
+ 000210
+ PEACH_SPRINGS
+ AZ
+ US
+ 35.62
+ -113.54
+ 0
+ 0
+
+
+
+ BVL
+ 000046
+ BOONEVILLE
+ UT
+ US
+ 40.73
+ -113.76
+ 0
+ 0
+
+
+
+ LKT
+ 000157
+ SALMON
+ ID
+ US
+ 45.02
+ -114.08
+ 0
+ 0
+
+
+
+ FCA
+ 000100
+ KALISPELL
+ MT
+ US
+ 48.21
+ -114.18
+ 0
+ 0
+
+
+
+ ILC
+ 000134
+ WILSON_CREEK
+ NV
+ US
+ 38.25
+ -114.39
+ 0
+ 0
+
+
+
+ EED
+ 000087
+ NEEDLES
+ CA
+ US
+ 34.77
+ -114.47
+ 0
+ 0
+
+
+
+ TWF
+ 000271
+ TWIN_FALLS
+ ID
+ US
+ 42.48
+ -114.49
+ 0
+ 0
+
+
+
+ BZA
+ 000294
+ YUMA
+ AZ
+ US
+ 32.77
+ -114.60
+ 0
+ 0
+
+
+
+ ELY
+ 000091
+ ELY
+ NV
+ US
+ 39.30
+ -114.85
+ 0
+ 0
+
+
+
+ LAS
+ 000149
+ LAS_VEGAS
+ NV
+ US
+ 36.08
+ -115.16
+ 0
+ 0
+
+
+
+ MLP
+ 000181
+ MULLAN_PASS
+ ID
+ US
+ 47.46
+ -115.65
+ 0
+ 0
+
+
+
+ YXC
+ 000398
+ CRANBROOK
+ BC
+ CN
+ 49.60
+ -115.78
+ 0
+ 0
+
+
+
+ TRM
+ 000383
+ THERMAL
+ CA
+ US
+ 33.63
+ -116.16
+ 0
+ 0
+
+
+
+ BOI
+ 000039
+ BOISE
+ ID
+ US
+ 43.55
+ -116.19
+ 0
+ 0
+
+
+
+ DNJ
+ 000312
+ MC_CALL
+ ID
+ US
+ 44.77
+ -116.21
+ 0
+ 0
+
+
+
+ HEC
+ 000334
+ HECTOR
+ CA
+ US
+ 34.80
+ -116.46
+ 0
+ 0
+
+
+
+ BTY
+ 000043
+ BEATTY
+ NV
+ US
+ 36.80
+ -116.75
+ 0
+ 0
+
+
+
+ BAM
+ 000286
+ BATTLE_MOUNTAIN
+ NV
+ US
+ 40.57
+ -116.92
+ 0
+ 0
+
+
+
+ MZB
+ 000354
+ MISSION_BAY
+ CA
+ US
+ 32.78
+ -117.23
+ 0
+ 0
+
+
+
+ GEG
+ 000113
+ SPOKANE
+ WA
+ US
+ 47.56
+ -117.63
+ 0
+ 0
+
+
+
+ OAL
+ 000357
+ COALDALE
+ NV
+ US
+ 38.00
+ -117.77
+ 0
+ 0
+
+
+
+ BKE
+ 000288
+ BAKER
+ OR
+ US
+ 44.84
+ -117.81
+ 0
+ 0
+
+
+
+ REO
+ 000227
+ ROME
+ OR
+ US
+ 42.59
+ -117.87
+ 0
+ 0
+
+
+
+ LAX
+ 000150
+ LOS_ANGELES_INTL
+ CA
+ US
+ 33.93
+ -118.43
+ 0
+ 0
+
+
+
+ PDT
+ 000207
+ PENDLETON
+ OR
+ US
+ 45.70
+ -118.94
+ 0
+ 0
+
+
+
+ EHF
+ 000317
+ BAKERSFIELD
+ CA
+ US
+ 35.48
+ -119.10
+ 0
+ 0
+
+
+
+ EPH
+ 000324
+ EPHRATA
+ WA
+ US
+ 47.38
+ -119.42
+ 0
+ 0
+
+
+
+ FMG
+ 000327
+ RENO
+ NV
+ US
+ 39.53
+ -119.66
+ 0
+ 0
+
+
+
+ RZS
+ 000375
+ SANTA_BARBARA
+ CA
+ US
+ 34.51
+ -119.77
+ 0
+ 0
+
+
+
+ CZQ
+ 000303
+ FRESNO
+ CA
+ US
+ 36.88
+ -119.82
+ 0
+ 0
+
+
+
+ YKM
+ 000279
+ YAKIMA
+ WA
+ US
+ 46.57
+ -120.45
+ 0
+ 0
+
+
+
+ LKV
+ 000158
+ LAKEVIEW
+ OR
+ US
+ 42.49
+ -120.51
+ 0
+ 0
+
+
+
+ YDC
+ 000389
+ PRINCETON
+ BC
+ CN
+ 49.47
+ -120.52
+ 0
+ 0
+
+
+
+ MOD
+ 000186
+ MODESTO
+ CA
+ US
+ 37.63
+ -120.96
+ 0
+ 0
+
+
+
+ DSD
+ 000314
+ REDMOND
+ WA
+ US
+ 44.25
+ -121.30
+ 0
+ 0
+
+
+
+ SAC
+ 000236
+ SACRAMENTO
+ CA
+ US
+ 38.44
+ -121.55
+ 0
+ 0
+
+
+
+ SNS
+ 000253
+ SALINAS
+ CA
+ US
+ 36.66
+ -121.60
+ 0
+ 0
+
+
+
+ OAK
+ 000356
+ OAKLAND
+ CA
+ US
+ 37.73
+ -122.22
+ 0
+ 0
+
+
+
+ RBL
+ 000225
+ RED_BLUFF
+ CA
+ US
+ 40.10
+ -122.24
+ 0
+ 0
+
+
+
+ SEA
+ 000243
+ SEATTLE
+ WA
+ US
+ 47.44
+ -122.31
+ 0
+ 0
+
+
+
+ BLI
+ 000035
+ BELLINGHAM
+ WA
+ US
+ 48.95
+ -122.58
+ 0
+ 0
+
+
+
+ PDX
+ 000208
+ PORTLAND
+ OR
+ US
+ 45.58
+ -122.60
+ 0
+ 0
+
+
+
+ PYE
+ 000371
+ POINT_REYES
+ CA
+ US
+ 38.08
+ -122.87
+ 0
+ 0
+
+
+
+ OED
+ 000362
+ MEDFORD
+ OR
+ US
+ 42.48
+ -122.91
+ 0
+ 0
+
+
+
+ EUG
+ 000093
+ EUGENE
+ OR
+ US
+ 44.12
+ -123.22
+ 0
+ 0
+
+
+
+ ENI
+ 000323
+ UKIAH
+ CA
+ US
+ 39.05
+ -123.27
+ 0
+ 0
+
+
+
+ ONP
+ 000201
+ NEWPORT
+ OR
+ US
+ 44.58
+ -124.06
+ 0
+ 0
+
+
+
+ HQM
+ 000127
+ HOQUIAM
+ WA
+ US
+ 46.95
+ -124.15
+ 0
+ 0
+
+
+
+ FOT
+ 000106
+ FORTUNA
+ CA
+ US
+ 40.67
+ -124.23
+ 0
+ 0
+
+
+
+ TOU
+ 000265
+ NEAH_BAY
+ WA
+ US
+ 48.30
+ -124.63
+ 0
+ 0
+
+
+
+ YQV
+ 000402
+ YORKTON
+ SA
+ CN
+ 51.27
+ -102.47
+ 0
+ 0
+
+
+
+ ANN
+ 0
+ ANNETTE_ISLAND
+ AK
+ US
+ 55.05
+ -131.57
+ 0
+ 0
+
+
+
+ LVD
+ 0
+ LEVEL_ISLAND
+ AK
+ US
+ 56.47
+ -133.08
+ 0
+ 0
+
+
+
+ BKA
+ 0
+ BIORKA_ISLAND
+ AK
+ US
+ 56.86
+ -135.55
+ 0
+ 0
+
+
+
+ SSR
+ 0
+ SISTERS_ISLAND
+ AK
+ US
+ 58.17
+ -135.25
+ 0
+ 0
+
+
+
+ JNU
+ 0
+ JUNEAU
+ AK
+ US
+ 58.35
+ -134.58
+ 0
+ 0
+
+
+
+ YAK
+ 0
+ YAKUTAT
+ AK
+ US
+ 59.50
+ -139.67
+ 0
+ 0
+
+
+
+ MDO
+ 0
+ MIDDLETON_ISLAND
+ AK
+ US
+ 59.45
+ -146.30
+ 0
+ 0
+
+
+
+ JOH
+ 0
+ JOHNSTONE_POINT
+ AK
+ US
+ 60.48
+ -146.60
+ 0
+ 0
+
+
+
+ ODK
+ 0
+ KODIAK
+ AK
+ US
+ 57.75
+ -152.50
+ 0
+ 0
+
+
+
+ HOM
+ 0
+ HOMER
+ AK
+ US
+ 59.65
+ -151.48
+ 0
+ 0
+
+
+
+ ENA
+ 0
+ KENAI
+ AK
+ US
+ 60.57
+ -151.25
+ 0
+ 0
+
+
+
+ ANC
+ 0
+ ANCHORAGE
+ AK
+ US
+ 61.17
+ -150.00
+ 0
+ 0
+
+
+
+ BGQ
+ 0
+ BIG_LAKE
+ AK
+ US
+ 61.53
+ -149.82
+ 0
+ 0
+
+
+
+ ORT
+ 0
+ NORTHWAY
+ AK
+ US
+ 62.97
+ -141.93
+ 0
+ 0
+
+
+
+ GKN
+ 0
+ GULKANA
+ AK
+ US
+ 62.15
+ -145.45
+ 0
+ 0
+
+
+
+ TKA
+ 0
+ TALKEETNA
+ AK
+ US
+ 62.32
+ -150.10
+ 0
+ 0
+
+
+
+ SQA
+ 0
+ SPARREVOHN
+ AK
+ US
+ 61.10
+ -155.63
+ 0
+ 0
+
+
+
+ DLG
+ 0
+ DILLINGHAM
+ AK
+ US
+ 59.05
+ -158.50
+ 0
+ 0
+
+
+
+ AKN
+ 0
+ KING_SALMON
+ AK
+ US
+ 58.68
+ -156.65
+ 0
+ 0
+
+
+
+ PDN
+ 0
+ PORT_HEIDEN
+ AK
+ US
+ 56.95
+ -158.65
+ 0
+ 0
+
+
+
+ CDB
+ 0
+ COLD_BAY
+ AK
+ US
+ 55.20
+ -162.73
+ 0
+ 0
+
+
+
+ DUT
+ 0
+ DUTCH_HARBOR
+ AK
+ US
+ 53.90
+ -166.55
+ 0
+ 0
+
+
+
+ NUD
+ 0
+ ADAK
+ AK
+ US
+ 51.88
+ -176.65
+ 0
+ 0
+
+
+
+ SYA
+ 0
+ SHEMYA
+ AK
+ US
+ 52.72
+ 174.12
+ 0
+ 0
+
+
+
+ SPY
+ 0
+ ST_PAUL_ISLAND
+ AK
+ US
+ 57.17
+ -170.22
+ 0
+ 0
+
+
+
+ EHM
+ 0
+ CAPE_NEWENHAM
+ AK
+ US
+ 58.66
+ -162.07
+ 0
+ 0
+
+
+
+ HPB
+ 0
+ HOOPER_BAY
+ AK
+ US
+ 61.52
+ -166.14
+ 0
+ 0
+
+
+
+ BET
+ 0
+ BETHEL
+ AK
+ US
+ 60.78
+ -161.83
+ 0
+ 0
+
+
+
+ ANI
+ 0
+ ANIAK
+ AK
+ US
+ 61.59
+ -159.61
+ 0
+ 0
+
+
+
+ SMA
+ 0
+ ST_MARYS
+ AK
+ US
+ 62.06
+ -163.30
+ 0
+ 0
+
+
+
+ UNK
+ 0
+ UNALAKLEET
+ AK
+ US
+ 63.88
+ -160.80
+ 0
+ 0
+
+
+
+ ULL
+ 0
+ KUKULIAK
+ AK
+ US
+ 63.70
+ -170.48
+ 0
+ 0
+
+
+
+ MCG
+ 0
+ MC_GRATH
+ AK
+ US
+ 62.95
+ -155.60
+ 0
+ 0
+
+
+
+ ENN
+ 0
+ NENANA
+ AK
+ US
+ 64.55
+ -149.07
+ 0
+ 0
+
+
+
+ FAI
+ 0
+ FAIRBANKS
+ AK
+ US
+ 64.82
+ -147.85
+ 0
+ 0
+
+
+
+ BIG
+ 0
+ BIG_DELTA
+ AK
+ US
+ 64.00
+ -145.72
+ 0
+ 0
+
+
+
+ FYU
+ 0
+ FORT_YUKON
+ AK
+ US
+ 66.57
+ -145.25
+ 0
+ 0
+
+
+
+ BTT
+ 0
+ BETTLES
+ AK
+ US
+ 66.92
+ -151.53
+ 0
+ 0
+
+
+
+ TAL
+ 0
+ TANANA
+ AK
+ US
+ 65.18
+ -152.18
+ 0
+ 0
+
+
+
+ CQR
+ 0
+ CHANDALAR_LAKE
+ AK
+ US
+ 67.50
+ -148.47
+ 0
+ 0
+
+
+
+ SCC
+ 0
+ DEADHORSE
+ AK
+ US
+ 70.20
+ -148.47
+ 0
+ 0
+
+
+
+ BTI
+ 0
+ BARTER_ISLAND
+ AK
+ US
+ 70.13
+ -143.57
+ 0
+ 0
+
+
+
+ BRW
+ 0
+ BARROW
+ AK
+ US
+ 71.28
+ -156.77
+ 0
+ 0
+
+
+
+ GAL
+ 0
+ GALENA
+ AK
+ US
+ 64.73
+ -156.93
+ 0
+ 0
+
+
+
+ OME
+ 0
+ NOME
+ AK
+ US
+ 64.52
+ -165.45
+ 0
+ 0
+
+
+
+ OTZ
+ 0
+ KOTZEBUE
+ AK
+ US
+ 66.88
+ -162.60
+ 0
+ 0
+
+
+
+ WLK
+ 0
+ SELAWIK
+ AK
+ US
+ 66.60
+ -160.00
+ 0
+ 0
+
+
+
+ HSL
+ 0
+ HUSLIA
+ AK
+ US
+ 65.71
+ -156.37
+ 0
+ 0
+
+
+
+ BSF
+ 0
+ BRADSHAW
+ HI
+ US
+ 19.76
+ -155.39
+ 0
+ 0
+
+
+
+ UPP
+ 0
+ UPOLU_POINT
+ HI
+ US
+ 20.20
+ -155.84
+ 0
+ 0
+
+
+
+ ITO
+ 0
+ HILO
+ HI
+ US
+ 19.72
+ -155.01
+ 0
+ 0
+
+
+
+ HNL
+ 0
+ HONOLULU
+ HI
+ US
+ 21.33
+ -157.93
+ 0
+ 0
+
+
+
+ OGG
+ 0
+ MAUI
+ HI
+ US
+ 20.91
+ -156.42
+ 0
+ 0
+
+
+
+ NDB
+ 0
+ VALLEY_ISLAND
+ HI
+ US
+ 20.88
+ -156.44
+ 0
+ 0
+
+
+
+ MUE
+ 0
+ KAMUELA
+ HI
+ US
+ 20.00
+ -155.67
+ 0
+ 0
+
+
+
+ NGF
+ 0
+ KANEOHE_BAY
+ HI
+ US
+ 21.45
+ -157.76
+ 0
+ 0
+
+
+
+ MKK
+ 0
+ MOLOKAI
+ HI
+ US
+ 21.14
+ -157.17
+ 0
+ 0
+
+
+
+ NBS
+ 0
+ BARKING_SANDS
+ HI
+ US
+ 22.04
+ -159.79
+ 0
+ 0
+
+
+
+ CKH
+ 0
+ KOKO_HEAD
+ HI
+ US
+ 21.27
+ -157.70
+ 0
+ 0
+
+
+
+ IAI
+ 0
+ KONA
+ HI
+ US
+ 19.65
+ -156.02
+ 0
+ 0
+
+
+
+ LLD
+ 0
+ LANAI
+ HI
+ US
+ 20.77
+ -156.97
+ 0
+ 0
+
+
+
+ LNY
+ 0
+ LANAI_CITY
+ HI
+ US
+ 20.76
+ -156.97
+ 0
+ 0
+
+
+
+ LIH
+ 0
+ LIHUE
+ HI
+ US
+ 21.97
+ -159.34
+ 0
+ 0
+
+
+
+ SOK
+ 0
+ SOUTH_KAUAI
+ HI
+ US
+ 21.90
+ -159.53
+ 0
+ 0
+
+
+
+ RSW
+ 0
+ LEE_COUNTY
+ FL
+ US
+ 26.53
+ -81.78
+ 0
+ 0
+
+
+
+ PZD
+ 0
+ PECAN
+ GA
+ US
+ 31.66
+ -84.29
+ 0
+ 0
+
+
+
+ IIU
+ 0
+ LOUISVILLE
+ KY
+ US
+ 38.10
+ -85.58
+ 0
+ 0
+
+
+
+ HRV
+ 0
+ HARVEY
+ LA
+ US
+ 29.85
+ -90.00
+ 0
+ 0
+
+
+
+ MCI
+ 0
+ KANSAS_CITY
+ MO
+ US
+ 39.29
+ -94.74
+ 0
+ 0
+
+
+
+ TTT
+ 0
+ MAVERICK
+ TX
+ US
+ 32.87
+ -97.04
+ 0
+ 0
+
+
+
+ CWK
+ 0
+ CENTEX
+ TX
+ US
+ 30.38
+ -97.53
+ 0
+ 0
+
+
+
+ CME
+ 0
+ CHISUM
+ NM
+ US
+ 33.34
+ -104.62
+ 0
+ 0
+
+
+
+ FTI
+ 0
+ FT_UNION
+ NM
+ US
+ 35.66
+ -105.14
+ 0
+ 0
+
+
+
+ RSK
+ 0
+ RATTLESNAKE
+ NM
+ US
+ 36.75
+ -108.10
+ 0
+ 0
+
+
+
+ HUH
+ 0
+ WHATCOM
+ WA
+ US
+ 48.95
+ -122.58
+ 0
+ 0
+
+
+
+ ASRF
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ AYPY
+ 940350
+ PORT_MORESBY_INTL
+
+ NG
+ -9.43
+ 147.22
+ 47
+ 0
+
+
+
+ BGSF
+ 042310
+ SONDRE_STROMFJORD
+
+ GL
+ 67.00
+ -50.80
+ 53
+ 0
+
+
+
+ BIRK
+ 040300
+ REYKJAVIK
+
+ IL
+ 64.13
+ -21.90
+ 61
+ 0
+
+
+
+ CWEG
+ 999999
+ ALBERTA_WEATHER_CENTRE
+
+ CN
+ 53.50
+ -113.50
+ -9999
+ 0
+
+
+
+ CWLW
+ 712030
+ KELOWNA
+ BC
+ CN
+ 49.95
+ -119.40
+ 456
+ 0
+
+
+
+ CWNT
+ 712500
+ TURTLE_MOUNTAIN
+ AB
+ CN
+ 49.58
+ -114.42
+ 2164
+ 0
+
+
+
+ CWTO
+ 716380
+ TORONTO_A_E_S__HQ
+ ON
+ CN
+ 43.78
+ -79.47
+ 187
+ 0
+
+
+
+ CWUL
+ 999999
+ QUEBEC_FCST_OFFICE
+
+ CN
+ 45.50
+ -73.68
+ -9999
+ 0
+
+
+
+ CYQX
+ 718030
+ GANDER_INTL_AIRPORT
+ NF
+ CN
+ 48.95
+ -54.57
+ 151
+ 0
+
+
+
+ DTTA
+ 607150
+ TUNIS/CARTHAGE
+
+ TS
+ 36.83
+ 10.23
+ 4
+ 0
+
+
+
+ EBBR
+ 064510
+ BRUSSELS_NATIONAL
+
+ BX
+ 50.90
+ 4.53
+ 58
+ 0
+
+
+
+ EDMM
+ 108680
+ MUENCHEN
+
+ DL
+ 48.25
+ 11.58
+ 484
+ 0
+
+
+
+ EDZB
+ 102380
+ BERGEN/HOHNE
+
+ DL
+ 52.82
+ 9.93
+ 70
+ 0
+
+
+
+ EDZE
+ 104100
+ ESSEN/MULHEIM
+
+ DL
+ 51.40
+ 6.97
+ 161
+ 0
+
+
+
+ EDZF
+ 106370
+ FRANKFURT/MAIN
+
+ DL
+ 50.05
+ 8.58
+ 112
+ 0
+
+
+
+ EDZH
+ 107710
+ GAERMERSDORF
+
+ DL
+ 49.43
+ 11.90
+ 419
+ 0
+
+
+
+ EDZM
+ 108680
+ MUENCHEN
+
+ DL
+ 48.25
+ 11.58
+ 484
+ 0
+
+
+
+ EETN
+ 260380
+ TALLIN
+
+ BY
+ 59.35
+ 24.80
+ 44
+ 0
+
+
+
+ EFHK
+ 029740
+ HELSINKI/VANTAA
+
+ FI
+ 60.32
+ 24.97
+ 56
+ 0
+
+
+
+ EFRO
+ 028450
+ ROVANIEMI(CIV/MIL)
+
+ FI
+ 66.57
+ 25.83
+ 201
+ 0
+
+
+
+ EGJJ
+ 038950
+ JERSEY_AIRPORT
+
+ UK
+ 49.22
+ -2.20
+ 84
+ 0
+
+
+
+ EHAM
+ 062400
+ AMSTERDAM/SCHIPHOL
+
+ NL
+ 52.30
+ 4.77
+ -2
+ 0
+
+
+
+ EHDB
+ 062600
+ DE_BILT
+
+ NL
+ 52.10
+ 5.18
+ 4
+ 0
+
+
+
+ EINN
+ 039620
+ SHANNON_AIRPORT
+
+ IE
+ 52.70
+ -8.92
+ 20
+ 0
+
+
+
+ EKCH
+ 061800
+ COPENHAGEN/KASTRUP
+
+ DN
+ 55.63
+ 12.67
+ 5
+ 0
+
+
+
+ ENMI
+ 999999
+ OSLO
+
+ NO
+ 59.50
+ 10.70
+ -9999
+ 0
+
+
+
+ ENVN
+ 011520
+ BODO
+
+ NO
+ 67.25
+ 14.40
+ 8
+ 0
+
+
+
+ ENVV
+ 014150
+ STAVANGER
+
+ NO
+ 58.87
+ 5.67
+ 34
+ 0
+
+
+
+ EPWA
+ 123750
+ WARSAW/OKECIE
+
+ PL
+ 52.17
+ 20.97
+ 107
+ 0
+
+
+
+ ESNN
+ 023660
+ SUNDSVALL/HARNOSAND
+
+ SN
+ 62.53
+ 17.45
+ 10
+ 0
+
+
+
+ ESSA
+ 024600
+ STOCKHOLM/ARLANDA
+
+ SN
+ 59.65
+ 17.95
+ 61
+ 0
+
+
+
+ EVRA
+ 999999
+ RIGA_AIRPORT
+ LE
+ BY
+ 56.92
+ 23.97
+ 10
+ 0
+
+
+
+ EYVI
+ 267300
+ VILNIUS_INTL
+ MI
+ BY
+ 54.63
+ 25.28
+ 156
+ 0
+
+
+
+ FAJS
+ 683680
+ JAN_SMUTS
+
+ ZA
+ -26.13
+ 28.23
+ 1700
+ 0
+
+
+
+ FCBB
+ 644500
+ BRAZZAVILLE/MAYA-MA
+
+ CG
+ -4.25
+ 15.25
+ 316
+ 0
+
+
+
+ FTTJ
+ 647000
+ NDJAMENA(CIV/MIL)
+
+ CD
+ 12.13
+ 15.03
+ 295
+ 0
+
+
+
+ GCGC
+ 999999
+ CANARY_ISLANDS
+
+ CR
+ 28.50
+ -16.00
+ -9999
+ 0
+
+
+
+ GMMC
+ 601550
+ CASABLANCA
+
+ MC
+ 33.57
+ -7.67
+ 62
+ 0
+
+
+
+ HECA
+ 623660
+ CAIRO_INTL_AIRPORT
+
+ EG
+ 30.13
+ 31.40
+ 74
+ 0
+
+
+
+ LBSF
+ 156140
+ SOFIA
+
+ BU
+ 42.65
+ 23.38
+ 595
+ 0
+
+
+
+ LBWN
+ 155520
+ VARNA
+
+ BU
+ 43.20
+ 27.92
+ 43
+ 0
+
+
+
+ LCLK
+ 176090
+ LARNACA/LARNAX_ARPT
+
+ CY
+ 34.88
+ 33.63
+ 2
+ 0
+
+
+
+ LDZA
+ 131310
+ ZAGREB/PLESO
+
+ RH
+ 45.73
+ 16.07
+ 107
+ 0
+
+
+
+ LDZO
+ 999999
+ ZAGREB/PLESO
+
+ RH
+ 45.73
+ 16.07
+ 107
+ 0
+
+
+
+ LECB
+ 081810
+ BARCELONA
+
+ SP
+ 41.28
+ 2.07
+ 6
+ 0
+
+
+
+ LEMM
+ 999999
+ MADRID_CNM
+
+ SP
+ 40.12
+ -3.53
+ -9999
+ 0
+
+
+
+ LFBD
+ 075100
+ BORDEAUX/MERIGNAC
+
+ FR
+ 44.83
+ -.70
+ 61
+ 0
+
+
+
+ LFMM
+ 076500
+ MARSEILLE
+
+ FR
+ 43.45
+ 5.22
+ 20
+ 0
+
+
+
+ LFPW
+ 999999
+ PARIS_MET_CENTER
+
+ FR
+ 48.83
+ 2.33
+ 75
+ 0
+
+
+
+ LFRN
+ 071300
+ RENNES/ST.JACQUES
+
+ FR
+ 48.07
+ -1.73
+ 37
+ 0
+
+
+
+ LFST
+ 071900
+ STRASBOURG/ENTZHEIM
+
+ FR
+ 48.55
+ 7.63
+ 154
+ 0
+
+
+
+ LGAT
+ 167160
+ ATHENS/HELLENKION
+
+ GR
+ 37.90
+ 23.73
+ 15
+ 0
+
+
+
+ LHBP
+ 128390
+ BUDAPEST/FERIHEGY
+
+ HU
+ 47.43
+ 19.27
+ 185
+ 0
+
+
+
+ LIMM
+ 160800
+ MILANO/LINATE
+
+ IY
+ 45.43
+ 9.27
+ 103
+ 0
+
+
+
+ LJLJ
+ 130140
+ LJUBLJANA/BRNIK
+
+ LJ
+ 46.22
+ 14.48
+ 385
+ 0
+
+
+
+ LKPR
+ 115180
+ PRAGUE/RUZYNE
+
+ CZ
+ 50.10
+ 14.28
+ 365
+ 0
+
+
+
+ LLBG
+ 401800
+ BEN-GURION(CIV/MIL)
+
+ IS
+ 32.00
+ 34.90
+ 49
+ 0
+
+
+
+ LMML
+ 165970
+ LUQA/MALTA
+
+ ML
+ 35.85
+ 14.48
+ 91
+ 0
+
+
+
+ LOWW
+ 110360
+ VIENNA/SCHWECHAT
+
+ OS
+ 48.12
+ 16.57
+ 190
+ 0
+
+
+
+ LPPT
+ 085360
+ LISBON/PORTELA
+
+ PO
+ 38.78
+ -9.13
+ 123
+ 0
+
+
+
+ LROM
+ 154210
+ BUCHAREST/OTOPENI
+
+ RO
+ 44.55
+ 26.10
+ 95
+ 0
+
+
+
+ LROP
+ 154210
+ BUCHAREST/OTOPENI
+
+ RO
+ 44.55
+ 26.10
+ 95
+ 0
+
+
+
+ LSZH
+ 066700
+ ZURICH-KLOTEN_(AUT)
+
+ SW
+ 47.48
+ 8.53
+ 432
+ 0
+
+
+
+ LTAC
+ 171280
+ ANKARA/ESENBOGA
+
+ TU
+ 40.11
+ 32.97
+ 949
+ 0
+
+
+
+ LTBA
+ 170600
+ ISTANBUL/ATATURK_AB
+
+ TU
+ 40.97
+ 28.82
+ 37
+ 0
+
+
+
+ LUKK
+ 338387
+ KISHINAU
+
+ UR
+ 46.93
+ 28.93
+ 122
+ 0
+
+
+
+ LWSK
+ 135860
+ SKOPJE/PETROVAC
+
+ MK
+ 41.97
+ 21.65
+ 239
+ 0
+
+
+
+ LYBE
+ 132720
+ BELGRADE/SURCIN
+
+ YG
+ 44.82
+ 20.28
+ 99
+ 0
+
+
+
+ LZIB
+ 118160
+ BRATISLAVA_IVANKA
+
+ CZ
+ 48.20
+ 17.20
+ 130
+ 0
+
+
+
+ NFFN
+ 916800
+ NANDI/NADI_INTL
+
+ FJ
+ -17.75
+ 177.45
+ 18
+ 0
+
+
+
+ NZDT
+ 999999
+ NEW_ZEALAND
+
+ NZ
+ -41.00
+ 172.50
+ -9999
+ 0
+
+
+
+ NZKL
+ 999999
+ AUCKLAND
+
+ NZ
+ -37.02
+ 174.80
+ 6
+ 0
+
+
+
+ MHTG
+ 787200
+ TEGUCIGALPA/TONCONT
+
+ HO
+ 14.05
+ -87.22
+ 994
+ 0
+
+
+
+ MPTO
+ 787920
+ TOCUMEN/GEN._OMAR
+
+ PM
+ 9.05
+ -79.37
+ 11
+ 0
+
+
+
+ OBBB
+ 999999
+ BAHRAIN_INTL_ARPT
+
+ BN
+ 26.27
+ 50.65
+ 2
+ 0
+
+
+
+ OBBI
+ 411500
+ BAHRAIN_INTL_ARPT
+
+ BN
+ 26.27
+ 50.65
+ 2
+ 0
+
+
+
+ OEJD
+ 999999
+ JEDDAH
+
+ SD
+ 21.30
+ 39.20
+ -9999
+ 0
+
+
+
+ OEJN
+ 410240
+ JEDDAH/KING_ABD
+
+ SD
+ 21.67
+ 39.15
+ 12
+ 0
+
+
+
+ OIII
+ 407540
+ TEHRAN/MEHRABAD_AFB
+
+ IR
+ 35.68
+ 51.35
+ 1191
+ 0
+
+
+
+ OIIX
+ 999999
+ TEHRAN
+
+ IR
+ 35.68
+ 51.35
+ 1191
+ 0
+
+
+
+ OLBA
+ 401000
+ BEIRUT_(CIV/MIL)
+
+ LB
+ 33.82
+ 35.48
+ 19
+ 0
+
+
+
+ OPKC
+ 417800
+ KARACHI_INTL_ARPT
+
+ PK
+ 24.90
+ 67.13
+ 22
+ 0
+
+
+
+ OPLA
+ 416410
+ LAHORE(CIV/MIL)
+
+ PK
+ 31.52
+ 74.40
+ 217
+ 0
+
+
+
+ OYSN
+ 413440
+ SANA'A
+
+ YE
+ 15.52
+ 44.18
+ 2190
+ 0
+
+
+
+ PAFA
+ 702610
+ FAIRBANKS_INTL_ARPT_(ASOS)
+ AK
+ US
+ 64.82
+ -147.87
+ 138
+ 0
+
+
+
+ PAJN
+ 703810
+ JUNEAU_INTL_AIRPORT_(ASOS)
+ AK
+ US
+ 58.37
+ -134.58
+ 7
+ 0
+
+
+
+ PANC
+ 702730
+ ANCHORAGE_INTL_ARPT_(ASOS)
+ AK
+ US
+ 61.17
+ -150.02
+ 40
+ 0
+
+
+
+ RKSI
+ 470699
+ CHAJANG_NI_(K-ARMY)
+
+ KO
+ 37.87
+ 127.18
+ 100
+ 0
+
+
+
+ RCTP
+ 466860
+ TAIPEI/CHIANG_KAI_SHEK
+
+ TW
+ 25.08
+ 121.22
+ 33
+ 0
+
+
+
+ SABE
+ 875820
+ AEROPARQUE(CIV/MIL)
+
+ AG
+ -34.57
+ -58.42
+ 6
+ 0
+
+
+
+ SACO
+ 873440
+ CORDOBA_AIRPORT
+
+ AG
+ -31.32
+ -64.22
+ 474
+ 0
+
+
+
+ SAEZ
+ 875760
+ BUENOS_AIRES/EZEIZA
+
+ AG
+ -34.82
+ -58.53
+ 20
+ 0
+
+
+
+ SAME
+ 874180
+ MENDOZA/EL_PLUMERIL
+
+ AG
+ -32.83
+ -68.78
+ 704
+ 0
+
+
+
+ SARE
+ 871550
+ RESISTENCIA_AIRPORT
+
+ AG
+ -27.45
+ -59.05
+ 52
+ 0
+
+
+
+ SBBE
+ 821930
+ BELEM/VAL_DE_CAES
+
+ BZ
+ -1.38
+ -48.48
+ 16
+ 0
+
+
+
+ SBBR
+ 833780
+ BRASILIA_(CIV/MIL)
+
+ BZ
+ -15.87
+ -47.93
+ 1061
+ 0
+
+
+
+ SBBS
+ 833780
+ BRASILIA
+
+ BZ
+ -15.87
+ -47.93
+ 1061
+ 0
+
+
+
+ SBCT
+ 838400
+ CURITIBA/AFONSO_PEN
+
+ BZ
+ -25.52
+ -49.17
+ 908
+ 0
+
+
+
+ SBCW
+ 838400
+ CURITIBA/AFONSO_PEN
+
+ BZ
+ -25.52
+ -49.17
+ 908
+ 0
+
+
+
+ SBEG
+ 821110
+ EDUARDO_GOMES_INTL
+
+ BZ
+ -3.03
+ -60.05
+ 2
+ 0
+
+
+
+ SBGL
+ 837460
+ GALEAO/RIO(CIV/MIL)
+
+ BZ
+ -22.82
+ -43.25
+ 6
+ 0
+
+
+
+ SBGR
+ 837753
+ GUARULHOS_(CIV/MIL)
+
+ BZ
+ -23.43
+ -46.47
+ 750
+ 0
+
+
+
+ SBRF
+ 828990
+ RECIFE/GUARARAPES
+
+ BZ
+ -8.07
+ -34.85
+ 19
+ 0
+
+
+
+ SCCI
+ 859340
+ PUNTA_ARENAS/PRES_C
+
+ CH
+ -53.00
+ -70.85
+ 37
+ 0
+
+
+
+ SCEL
+ 855740
+ PUDAHUEL/ARTURO_MER
+
+ CH
+ -33.38
+ -70.78
+ 476
+ 0
+
+
+
+ SCFA
+ 854420
+ ANTOFAGASTA/CERRO
+
+ CH
+ -23.43
+ -70.43
+ 120
+ 0
+
+
+
+ SCTE
+ 857990
+ PUERTO_MONTT/TEPUAL
+
+ CH
+ -41.42
+ -73.08
+ 86
+ 0
+
+
+
+ SLLP
+ 852010
+ LA_PAZ/JFK_INTL
+
+ BO
+ -16.52
+ -68.18
+ 4014
+ 0
+
+
+
+ SOCA
+ 814050
+ CAYENNE/ROCHAMBEAU
+
+ FG
+ 4.83
+ -52.37
+ 9
+ 0
+
+
+
+ SPIM
+ 846280
+ LIMA/JORGE_CHAVEZ
+
+ PR
+ -12.00
+ -77.12
+ 13
+ 0
+
+
+
+ TNCC
+ 789880
+ HATO_ARPT_(CIV/MIL)
+
+ NU
+ 12.20
+ -68.97
+ 67
+ 0
+
+
+
+ TTPP
+ 789700
+ PIARCO_INTL_AIRPORT
+
+ TD
+ 10.62
+ -61.35
+ 15
+ 0
+
+
+
+ UAAA
+ 368700
+ ALMA-ATA
+ AL
+ RA
+ 43.23
+ 76.93
+ 847
+ 0
+
+
+
+ UAFM
+ 835300
+ FRUNZE
+
+ RA
+ 42.85
+ 74.53
+ 760
+ 0
+
+
+
+ UATT
+ 352290
+ AKTJUBINSK
+ AL
+ KZ
+ 50.30
+ 57.23
+ 227
+ 0
+
+
+
+ UBBB
+ 378640
+ BAKU/BINE_ARPT
+ TB
+ AJ
+ 40.45
+ 50.07
+ -1
+ 0
+
+
+
+ UGEE
+ 377890
+ YEREVAN/ZAPADNY
+ TB
+ RS
+ 40.13
+ 44.47
+ 907
+ 0
+
+
+
+ UGGG
+ 375490
+ TBILISI/NOVO-AL
+ TB
+ RS
+ 41.68
+ 44.95
+ 490
+ 0
+
+
+
+ UHBB
+ 315100
+ BLAGOVESHCHENSK
+ HA
+ RA
+ 50.27
+ 127.50
+ 137
+ 0
+
+
+
+ UHHH
+ 317350
+ KHABAROVSK/NOVY
+ HA
+ RA
+ 48.52
+ 135.16
+ 72
+ 0
+
+
+
+ UHNN
+ 999999
+ NIKOLAEVSK-NA-AMURE_CENTER
+ HA
+ RA
+ 53.15
+ 140.70
+ 68
+ 0
+
+
+
+ UHWW
+ 319600
+ VLADIVOSTOK
+ HA
+ RA
+ 43.12
+ 131.94
+ 184
+ 0
+
+
+
+ UHPP
+ 325400
+ PETROPAVLOVSK-KAMCA
+ HA
+ RA
+ 52.97
+ 158.75
+ 24
+ 0
+
+
+
+ UHSS
+ 321500
+ JUZNO-SAHALINSK
+ HA
+ RA
+ 46.92
+ 142.73
+ 31
+ 0
+
+
+
+ UIBB
+ 303090
+ BRATSK
+
+ RA
+ 56.07
+ 101.83
+ 489
+ 0
+
+
+
+ UIII
+ 307100
+ IRKUTSK
+ IR
+ RA
+ 52.27
+ 104.35
+ 513
+ 0
+
+
+
+ UIKK
+ 302300
+ KIRENSK
+ IR
+ RA
+ 57.77
+ 108.07
+ 258
+ 0
+
+
+
+ UKBB
+ 333470
+ BORISPOL'/KIEV
+ KV
+ UR
+ 50.33
+ 30.97
+ 119
+ 0
+
+
+
+ UKFF
+ 339460
+ SIMFEROPOL
+
+ UR
+ 44.68
+ 34.13
+ 180
+ 0
+
+
+
+ UKHH
+ 343000
+ KHARKIV
+ KI
+ UR
+ 49.96
+ 36.13
+ 1550
+ 0
+
+
+
+ UKLL
+ 333930
+ LVOV
+ KI
+ UR
+ 49.82
+ 23.95
+ 325
+ 0
+
+
+
+ UKOO
+ 338370
+ ODESSA/TSENTRALNY
+ KI
+ UR
+ 46.43
+ 30.77
+ 35
+ 0
+
+
+
+ ULAA
+ 225500
+ ARHANGELSK
+ AR
+ RS
+ 64.53
+ 40.47
+ 13
+ 0
+
+
+
+ ULLI
+ 260630
+ ST.PETERSBURG(VOEJKOVO)
+ LE
+ RS
+ 59.95
+ 30.70
+ 78
+ 0
+
+
+
+ ULLL
+ 260630
+ ST.PETERSBURG
+ LE
+ RS
+ 59.95
+ 30.70
+ 78
+ 0
+
+
+
+ ULWW
+ 270370
+ VOLOGDA
+ AR
+ RS
+ 59.23
+ 39.87
+ 131
+ 0
+
+
+
+ ULMM
+ 221130
+ MURMANSK
+ AR
+ RS
+ 68.97
+ 33.05
+ 51
+ 0
+
+
+
+ UMKK
+ 267020
+ KALININGRAD
+
+ BY
+ 54.70
+ 20.62
+ 27
+ 0
+
+
+
+ UMMS
+ 268500
+ MINSK
+ MI
+ BY
+ 53.87
+ 27.53
+ 234
+ 0
+
+
+
+ UNBB
+ 298380
+ BARNAUL
+ NO
+ RA
+ 53.40
+ 83.70
+ 252
+ 0
+
+
+
+ UNIT
+ 245070
+ TURA
+ NO
+ RA
+ 64.27
+ 100.23
+ 186
+ 0
+
+
+
+ UNKB
+ 292820
+ BOGUCHANY
+ NO
+ RA
+ 58.42
+ 97.40
+ 134
+ 0
+
+
+
+ UNKL
+ 284935
+ KRASNOYARSK
+
+ RS
+ 56.18
+ 92.52
+ -9999
+ 0
+
+
+
+ UNLL
+ 999999
+ KOLPASHEVO
+ NO
+ RA
+ 58.30
+ 82.90
+ 76
+ 0
+
+
+
+ UNNT
+ 296340
+ NOVOSIBIRSK/TOLMACH
+
+ RA
+ 55.03
+ 82.90
+ 177
+ 0
+
+
+
+ UNOO
+ 286980
+ OMSK
+ NO
+ RA
+ 54.93
+ 73.40
+ 123
+ 0
+
+
+
+ UODD
+ 206740
+ DIKSON_ISLAND
+ DK
+ RA
+ 73.53
+ 80.40
+ 47
+ 0
+
+
+
+ UOHH
+ 208910
+ KHATANGA
+ DK
+ RA
+ 71.98
+ 102.47
+ 24
+ 0
+
+
+
+ UOTT
+ 234720
+ TURUKHANSK
+
+ RA
+ 65.78
+ 087.95
+ 37
+ 0
+
+
+
+ URRV
+ 273290
+ ROSTOV
+ MS
+ RS
+ 57.20
+ 39.42
+ 102
+ 0
+
+
+
+ URWA
+ 999999
+ ASTRAKHAN
+
+ RS
+ 46.35
+ 47.97
+ -22
+ 0
+
+
+
+ URWW
+ 345600
+ VOLGOGRAD
+ TB
+ RS
+ 48.68
+ 44.35
+ 145
+ 0
+
+
+
+ USCC
+ 286420
+ CHELYABINSK/BALANDI
+ SV
+ RA
+ 55.18
+ 61.32
+ -9999
+ 0
+
+
+
+ USDD
+ 999999
+ SALEKHARD
+ NO
+ RA
+ 66.53
+ 66.53
+ 358
+ 0
+
+
+
+ USDS
+ 235520
+ TARKO-SALE
+ NO
+ RA
+ 64.92
+ 77.82
+ 27
+ 0
+
+
+
+ USHB
+ 236310
+ BEREZOVO
+ NO
+ RA
+ 63.93
+ 65.05
+ 27
+ 0
+
+
+
+ USHH
+ 239330
+ HANTY-MANSIJSK
+ NO
+ RA
+ 60.97
+ 69.07
+ 40
+ 0
+
+
+
+ USKK
+ 999999
+ KIROV
+ MS
+ RS
+ 58.60
+ 49.63
+ 158
+ 0
+
+
+
+ USPP
+ 282250
+ PERM
+ SV
+ RA
+ 58.02
+ 56.30
+ 172
+ 0
+
+
+
+ USRR
+ 238490
+ SURGUT
+ NO
+ RA
+ 61.25
+ 73.50
+ 44
+ 0
+
+
+
+ USSS
+ 284400
+ SVERDLOVSK
+ SV
+ RA
+ 56.80
+ 60.63
+ 237
+ 0
+
+
+
+ USUU
+ 286610
+ KURGAN
+ SV
+ RA
+ 55.47
+ 65.40
+ 79
+ 0
+
+
+
+ UTAA
+ 388800
+ ASHABAD
+ TA
+ RA
+ 37.97
+ 58.33
+ 210
+ 0
+
+
+
+ UTTT
+ 384570
+ TASHKENT/YUZNI
+ TA
+ RA
+ 41.27
+ 69.27
+ 489
+ 0
+
+
+
+ UUWW
+ 275185
+ MOSCOW/VNUKOVO
+ MS
+ RS
+ 55.65
+ 37.27
+ 203
+ 0
+
+
+
+ UUYP
+ 234180
+ PECHORA
+ AR
+ RS
+ 65.11
+ 57.10
+ 61
+ 0
+
+
+
+ UUYW
+ 232260
+ VORKUTA
+ AR
+ RA
+ 67.48
+ 64.02
+ 180
+ 0
+
+
+
+ UUYY
+ 238040
+ SYKTYVKAR
+ AR
+ RA
+ 61.72
+ 50.83
+ 119
+ 0
+
+
+
+ UWKD
+ 275950
+ KAZAN'
+ MS
+ RS
+ 55.78
+ 49.18
+ 116
+ 0
+
+
+
+ UWUU
+ 287220
+ UFA
+ SV
+ RA
+ 54.75
+ 56.00
+ 105
+ 0
+
+
+
+ VABB
+ 430030
+ BOMBAY/SANTA_CR
+
+ IN
+ 19.12
+ 72.84
+ 14
+ 0
+
+
+
+ VCBI
+ 434500
+ COLOMBO/KATUNAYAKE
+
+ SB
+ 7.17
+ 79.88
+ 8
+ 0
+
+
+
+ VGZR
+ 419220
+ KURMITOLA/ZIA_INTL
+
+ BW
+ 23.85
+ 90.40
+ 10
+ 0
+
+
+
+ VHHH
+ 450070
+ HONG_KONG_INTL_ARPT
+
+ HK
+ 22.33
+ 114.18
+ 24
+ 0
+
+
+
+ VIDP
+ 421810
+ INDIRA_GANDHI/DELHI
+
+ IN
+ 28.57
+ 77.12
+ 233
+ 0
+
+
+
+ WSSS
+ 486980
+ SINGAPORE/CHANG
+
+ SR
+ 1.37
+ 103.98
+ 16
+ 0
+
+
+
+ YBRF
+ 945780
+ BRISBANE
+ QU
+ AU
+ -27.43
+ 153.08
+ 2
+ 0
+
+
+
+ YBTL
+ 942940
+ TOWNSVILLE(CIV/MIL)
+ QU
+ AU
+ -19.25
+ 146.75
+ 6
+ 0
+
+
+
+ YMHF
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ YMMB
+ 948700
+ MOORABBIN_AIRPORT
+ VC
+ AU
+ -37.98
+ 145.10
+ 13
+ 0
+
+
+
+ YMMC
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ YMRF
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ YPDM
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ YPRF
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ YPRM
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ YSRF
+ 948640
+ MELBOURNE
+ VC
+ AU
+ -37.73
+ 144.90
+ 81
+ 0
+
+
+
+ ZPPP
+ 567780
+ KUNMING/WUJIABA
+ CD
+ CI
+ 25.02
+ 102.68
+ 1892
+ 0
+
+
+
diff --git a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/zones.xml b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/zones.xml
old mode 100755
new mode 100644
index fb26a34d6f..662ba89deb
--- a/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/zones.xml
+++ b/ncep/gov.noaa.nws.ncep.edex.common/utility/edex_static/base/ncep/stns/zones.xml
@@ -1,47189 +1,47189 @@
-
-
-
-
- AKZ187
- 21870
- Central_Aleutians
- AK
- US
- 52.22
- -174.23
- 0
- 0
- AFC
-
-
- AKZ213
- 22130
- St_Lawrence_I_and_Bering_St_Cst
- AK
- US
- 63.36
- -170.27
- 0
- 0
- AFG
-
-
- AKZ195
- 21950
- Pribilof_Islands
- AK
- US
- 57.18
- -170.26
- 0
- 0
- AFC
-
-
- AKZ185
- 21850
- Eastern_Aleutians
- AK
- US
- 53.63
- -166.66
- 0
- 0
- AFC
-
-
- AKZ207
- 22070
- Chukchi_Sea_Coast
- AK
- US
- 67.98
- -165.11
- 0
- 0
- AFG
-
-
- AKZ211
- 22110
- Southern_Seward_Peninsula_Coast
- AK
- US
- 64.58
- -164.56
- 0
- 0
- AFG
-
-
- AKZ214
- 22140
- Yukon_Delta
- AK
- US
- 62.24
- -164.37
- 0
- 0
- AFG
-
-
- AKZ155
- 21550
- Kuskokwim_Delta
- AK
- US
- 60.18
- -163.61
- 0
- 0
- AFC
-
-
- AKZ208
- 22080
- Lower_Kobuk_and_Noatak_Valleys
- AK
- US
- 67.77
- -162.75
- 0
- 0
- AFG
-
-
- AKZ210
- 22100
- Nrn_and_Interior_Seward_Penin
- AK
- US
- 65.40
- -162.41
- 0
- 0
- AFG
-
-
- AKZ201
- 22010
- Western_Arctic_Coast
- AK
- US
- 69.84
- -161.53
- 0
- 0
- AFG
-
-
- AKZ181
- 21810
- Alaska_Peninsula
- AK
- US
- 55.82
- -161.44
- 0
- 0
- AFC
-
-
- AKZ209
- 22090
- Baldwin_Penin_and_Selawik_Vly
- AK
- US
- 66.69
- -161.06
- 0
- 0
- AFG
-
-
- AKZ212
- 22120
- Ern_Norton_Snd_and_Nulato_Hills
- AK
- US
- 63.74
- -160.39
- 0
- 0
- AFG
-
-
- HIZ001
- 110010
- Niihau
- HI
- US
- 21.89
- -160.15
- 0
- 0
- HFO
-
-
- AKZ215
- 22150
- Lower_Yukon_Valley
- AK
- US
- 62.56
- -159.94
- 0
- 0
- AFG
-
-
- HIZ003
- 110030
- Kauai_Leeward
- HI
- US
- 22.02
- -159.67
- 0
- 0
- HFO
-
-
- HIZ004
- 110040
- Kauai_Mountains
- HI
- US
- 22.07
- -159.54
- 0
- 0
- HFO
-
-
- HIZ002
- 110020
- Kauai_Windward
- HI
- US
- 22.05
- -159.40
- 0
- 0
- HFO
-
-
- AKZ205
- 22050
- Northwestern_Brooks_Range
- AK
- US
- 69.06
- -158.44
- 0
- 0
- AFG
-
-
- HIZ006
- 110060
- Waianae_Coast
- HI
- US
- 21.48
- -158.21
- 0
- 0
- HFO
-
-
- HIZ011
- 110110
- Waianae_Mountains
- HI
- US
- 21.46
- -158.10
- 0
- 0
- HFO
-
-
- HIZ007
- 110070
- Oahu_North_Shore
- HI
- US
- 21.59
- -158.08
- 0
- 0
- HFO
-
-
- HIZ005
- 110050
- Oahu_South_Shore
- HI
- US
- 21.33
- -158.05
- 0
- 0
- HFO
-
-
- HIZ010
- 110100
- Central_Oahu
- HI
- US
- 21.50
- -158.01
- 0
- 0
- HFO
-
-
- HIZ008
- 110080
- Oahu_Koolau
- HI
- US
- 21.50
- -157.89
- 0
- 0
- HFO
-
-
- HIZ009
- 110090
- Olomana
- HI
- US
- 21.39
- -157.73
- 0
- 0
- HFO
-
-
- HIZ013
- 110130
- Molokai_Leeward
- HI
- US
- 21.14
- -157.09
- 0
- 0
- HFO
-
-
- AKZ217
- 22170
- Upper_Kobuk_and_Noatak_Valleys
- AK
- US
- 67.41
- -156.95
- 0
- 0
- AFG
-
-
- HIZ015
- 110150
- Lanai_Mauka
- HI
- US
- 20.82
- -156.92
- 0
- 0
- HFO
-
-
- HIZ012
- 110120
- Molokai_Windward
- HI
- US
- 21.14
- -156.85
- 0
- 0
- HFO
-
-
- HIZ014
- 110140
- Lanai_Makai
- HI
- US
- 20.83
- -156.84
- 0
- 0
- HFO
-
-
- HIZ018
- 110180
- Maui_Leeward_West
- HI
- US
- 20.89
- -156.67
- 0
- 0
- HFO
-
-
- HIZ016
- 110160
- Kahoolawe
- HI
- US
- 20.56
- -156.62
- 0
- 0
- HFO
-
-
- AKZ216
- 22160
- Lwr_Koyukuk_and_Middle_Yukon_Vly
- AK
- US
- 64.44
- -156.58
- 0
- 0
- AFG
-
-
- HIZ017
- 110170
- Maui_Windward_West
- HI
- US
- 20.92
- -156.58
- 0
- 0
- HFO
-
-
- HIZ019
- 110190
- Maui_Central_Valley
- HI
- US
- 20.85
- -156.45
- 0
- 0
- HFO
-
-
- HIZ021
- 110210
- Leeward_Haleakala
- HI
- US
- 20.72
- -156.31
- 0
- 0
- HFO
-
-
- HIZ022
- 110220
- Haleakala_Summit
- HI
- US
- 20.72
- -156.23
- 0
- 0
- HFO
-
-
- HIZ020
- 110200
- Windward_Haleakala
- HI
- US
- 20.80
- -156.18
- 0
- 0
- HFO
-
-
- AKZ151
- 21510
- Kuskokwim_Valley
- AK
- US
- 62.26
- -156.04
- 0
- 0
- AFC
-
-
- HIZ023
- 110230
- Kona
- HI
- US
- 19.45
- -155.86
- 0
- 0
- HFO
-
-
- HIZ026
- 110260
- Kohala
- HI
- US
- 20.02
- -155.74
- 0
- 0
- HFO
-
-
- AKZ161
- 21610
- Bristol_Bay
- AK
- US
- 58.67
- -155.70
- 0
- 0
- AFC
-
-
- HIZ027
- 110270
- Big_Island_Interior
- HI
- US
- 19.56
- -155.61
- 0
- 0
- HFO
-
-
- HIZ028
- 110280
- Big_Island_Summit
- HI
- US
- 19.44
- -155.58
- 0
- 0
- HFO
-
-
- HIZ024
- 110240
- South_Big_Island
- HI
- US
- 19.19
- -155.42
- 0
- 0
- HFO
-
-
- AKZ202
- 22020
- Northern_Arctic_Coast
- AK
- US
- 70.78
- -155.25
- 0
- 0
- AFG
-
-
- HIZ025
- 110250
- Big_Island_North_and_East
- HI
- US
- 19.81
- -155.19
- 0
- 0
- HFO
-
-
- AKZ171
- 21710
- Kodiak_Island
- AK
- US
- 58.65
- -154.17
- 0
- 0
- AFC
-
-
- AKZ219
- 22190
- Upper_Koyukuk_Valley
- AK
- US
- 66.28
- -152.42
- 0
- 0
- AFG
-
-
- AKZ221
- 22210
- Central_Interior
- AK
- US
- 64.61
- -151.55
- 0
- 0
- AFG
-
-
- AKZ145
- 21450
- Susitna_Valley
- AK
- US
- 61.95
- -150.71
- 0
- 0
- AFC
-
-
- AKZ121
- 21210
- Western_Kenai_Peninsula
- AK
- US
- 60.12
- -150.69
- 0
- 0
- AFC
-
-
- AKZ225
- 22250
- Denali
- AK
- US
- 63.51
- -150.21
- 0
- 0
- AFG
-
-
- AKZ101
- 21010
- Anchorage
- AK
- US
- 61.20
- -149.71
- 0
- 0
- AFC
-
-
- AKZ203
- 22030
- Central_Beaufort_Sea_Coast
- AK
- US
- 70.34
- -149.66
- 0
- 0
- AFG
-
-
- AKZ111
- 21110
- Matanuska_Valley
- AK
- US
- 61.60
- -149.43
- 0
- 0
- AFC
-
-
- AKZ125
- 21250
- Western_Prince_William_Sound
- AK
- US
- 60.28
- -149.43
- 0
- 0
- AFC
-
-
- AKZ218
- 22180
- Southeastern_Brooks_Range
- AK
- US
- 67.94
- -147.78
- 0
- 0
- AFG
-
-
- AKZ206
- 22060
- Northeastern_Brooks_Range
- AK
- US
- 68.97
- -147.55
- 0
- 0
- AFG
-
-
- AKZ222
- 22220
- Middle_Tanana_Valley
- AK
- US
- 64.97
- -147.45
- 0
- 0
- AFG
-
-
- AKZ223
- 22230
- Deltana_and_Tanana_Flats
- AK
- US
- 64.13
- -146.62
- 0
- 0
- AFG
-
-
- AKZ131
- 21310
- Northeast_Prince_William_Sound
- AK
- US
- 61.14
- -146.39
- 0
- 0
- AFC
-
-
- AKZ220
- 22200
- Yukon_Flats_and_Surrounding_Upla
- AK
- US
- 66.46
- -146.25
- 0
- 0
- AFG
-
-
- AKZ135
- 21350
- Southeast_Prince_William_Sound
- AK
- US
- 60.65
- -145.32
- 0
- 0
- AFC
-
-
- AKZ141
- 21410
- Copper_River_Basin
- AK
- US
- 61.88
- -144.85
- 0
- 0
- AFC
-
-
- AKZ204
- 22040
- Eastern_Beaufort_Sea_Coast
- AK
- US
- 69.85
- -143.75
- 0
- 0
- AFG
-
-
- AKZ224
- 22240
- Upr_Tanana_Vly_and_the_Ftymile_C
- AK
- US
- 64.21
- -143.50
- 0
- 0
- AFG
-
-
- AKZ226
- 22260
- Eastern_Alaska_Range
- AK
- US
- 62.77
- -142.76
- 0
- 0
- AFG
-
-
- AKZ017
- 20170
- C_Fairweather_to_C_Suckling_Csta
- AK
- US
- 59.74
- -140.70
- 0
- 0
- AJK
-
-
- AKZ022
- 20220
- Salisbury_Snd_to_C_Fairweather_C
- AK
- US
- 58.68
- -137.66
- 0
- 0
- AJK
-
-
- AKZ020
- 20200
- Glacier_Bay
- AK
- US
- 58.79
- -136.99
- 0
- 0
- AJK
-
-
- AKZ021
- 20210
- Eastern_Chichagof_Island
- AK
- US
- 57.88
- -135.51
- 0
- 0
- AJK
-
-
- AKZ019
- 20190
- Haines_Borough_and_Lynn_Canal
- AK
- US
- 58.95
- -135.41
- 0
- 0
- AJK
-
-
- AKZ018
- 20180
- Taiya_Inlet_and_Klondike_Hiway
- AK
- US
- 59.57
- -135.35
- 0
- 0
- AJK
-
-
- AKZ023
- 20230
- C_Decision_to_Salisbury_Snd_Csta
- AK
- US
- 56.85
- -135.25
- 0
- 0
- AJK
-
-
- AKZ024
- 20240
- Ern_Baranof_I_and_Srn_Admty_I
- AK
- US
- 57.31
- -134.27
- 0
- 0
- AJK
-
-
- AKZ025
- 20250
- Juneau_Borough_and_Nrn_Admty_I
- AK
- US
- 58.08
- -133.64
- 0
- 0
- AJK
-
-
- AKZ027
- 20270
- Dixon_Entr_to_C_Decision_Cstal_A
- AK
- US
- 55.36
- -133.19
- 0
- 0
- AJK
-
-
- AKZ026
- 20260
- Inr_Chnls_fr_Kupreanof_I_to_Etol
- AK
- US
- 56.53
- -133.00
- 0
- 0
- AJK
-
-
- AKZ028
- 20280
- Southern_Inner_Channels
- AK
- US
- 55.71
- -132.71
- 0
- 0
- AJK
-
-
- AKZ029
- 20290
- Misty_Fjords
- AK
- US
- 55.67
- -130.98
- 0
- 0
- AJK
-
-
- WAZ516
- 475160
- North_Coast
- WA
- US
- 47.95
- -124.39
- 0
- 0
- SEW
-
-
- ORZ022
- 370220
- Curry_County_Coast
- OR
- US
- 42.35
- -124.27
- 0
- 0
- MFR
-
-
- WAZ515
- 475150
- Western_Strait_of_Juan_De_Fuca
- WA
- US
- 48.19
- -124.25
- 0
- 0
- SEW
-
-
- ORZ021
- 370210
- South_Central_Oregon_Coast
- OR
- US
- 43.28
- -124.24
- 0
- 0
- MFR
-
-
- WAZ517
- 475170
- Central_Coast
- WA
- US
- 47.16
- -124.06
- 0
- 0
- SEW
-
-
- CAZ001
- 50010
- Redwood_Coast
- CA
- US
- 41.02
- -124.03
- 0
- 0
- EKA
-
-
- ORZ002
- 370020
- Central_Oregon_Coast
- OR
- US
- 44.44
- -124.01
- 0
- 0
- PQR
-
-
- ORZ001
- 370010
- North_Oregon_Coast
- OR
- US
- 45.64
- -123.92
- 0
- 0
- PQR
-
-
- ORZ024
- 370240
- Ern_Curry_Cnty_and_Josephine_Cnt
- OR
- US
- 42.39
- -123.75
- 0
- 0
- MFR
-
-
- CAZ003
- 50030
- North_Coast_Interior
- CA
- US
- 40.99
- -123.72
- 0
- 0
- EKA
-
-
- WAZ021
- 470210
- South_Washington_Coast
- WA
- US
- 46.47
- -123.71
- 0
- 0
- PQR
-
-
- CAZ002
- 50020
- Mendocino_Coast
- CA
- US
- 39.40
- -123.64
- 0
- 0
- EKA
-
-
- ORZ004
- 370040
- Ctrl_Coast_Range_of_Wrn_Oregon
- OR
- US
- 44.42
- -123.62
- 0
- 0
- PQR
-
-
- WAZ513
- 475130
- Olympics
- WA
- US
- 47.71
- -123.61
- 0
- 0
- SEW
-
-
- WAZ512
- 475120
- Lower_Chehalis_Valley_Area
- WA
- US
- 47.09
- -123.52
- 0
- 0
- SEW
-
-
- WAZ020
- 470200
- Willapa_Hills
- WA
- US
- 46.52
- -123.51
- 0
- 0
- PQR
-
-
- ORZ003
- 370030
- Coast_Range_of_Northwest_Oregon
- OR
- US
- 45.59
- -123.40
- 0
- 0
- PQR
-
-
- CAZ076
- 50760
- Mendocino_Interior
- CA
- US
- 39.40
- -123.39
- 0
- 0
- EKA
-
-
- ORZ023
- 370230
- Central_Douglas_County
- OR
- US
- 43.32
- -123.35
- 0
- 0
- MFR
-
-
- WAZ514
- 475140
- Eastern_Strait_of_Juan_de_Fuca
- WA
- US
- 48.07
- -123.28
- 0
- 0
- SEW
-
-
- CAZ080
- 50800
- Western_Siskiyou_County
- CA
- US
- 41.49
- -123.13
- 0
- 0
- MFR
-
-
- ORZ008
- 370080
- South__Willamette_Valley
- OR
- US
- 44.32
- -123.11
- 0
- 0
- PQR
-
-
- CAZ004
- 50040
- Upper_Trinity_River
- CA
- US
- 40.44
- -123.07
- 0
- 0
- EKA
-
-
- CAZ505
- 55050
- Cstal_N_Bay_Incl_Pt_Reyes_Natl_S
- CA
- US
- 38.30
- -122.99
- 0
- 0
- MTR
-
-
- WAZ001
- 470010
- San_Juan_County
- WA
- US
- 48.60
- -122.99
- 0
- 0
- SEW
-
-
- ORZ007
- 370070
- Central_Willamette_Valley
- OR
- US
- 45.05
- -122.94
- 0
- 0
- PQR
-
-
- WAZ511
- 475110
- Hood_Canal_Area
- WA
- US
- 47.52
- -122.94
- 0
- 0
- SEW
-
-
- WAZ022
- 470220
- Lwr_Columbia_and_I_-_5_Corridor_
- WA
- US
- 46.11
- -122.88
- 0
- 0
- PQR
-
-
- ORZ005
- 370050
- Lower_Columbia
- OR
- US
- 45.97
- -122.87
- 0
- 0
- PQR
-
-
- WAZ504
- 475040
- Southwest_Interior
- WA
- US
- 46.78
- -122.87
- 0
- 0
- SEW
-
-
- ORZ026
- 370260
- Jackson_County
- OR
- US
- 42.48
- -122.86
- 0
- 0
- MFR
-
-
- ORZ006
- 370060
- Greater_Portland_Metro_Area
- OR
- US
- 45.52
- -122.83
- 0
- 0
- PQR
-
-
- CAZ506
- 55060
- North_Bay_Interior_Valleys
- CA
- US
- 38.34
- -122.78
- 0
- 0
- MTR
-
-
- ORZ012
- 370120
- Cascade_Foothills_in_Lane_Cnty
- OR
- US
- 43.91
- -122.77
- 0
- 0
- PQR
-
-
- ORZ025
- 370250
- Ern_Douglas_County_Foothills
- OR
- US
- 43.18
- -122.75
- 0
- 0
- MFR
-
-
- CAZ063
- 50630
- Mtns_SWrn_Shasta_Cnty_to_Nrn_L_C
- CA
- US
- 39.91
- -122.73
- 0
- 0
- STO
-
-
- CAZ064
- 50640
- Clear_Lake/Southern_Lake_County
- CA
- US
- 38.96
- -122.67
- 0
- 0
- STO
-
-
- CAZ081
- 50810
- Central_Siskiyou_County
- CA
- US
- 41.68
- -122.60
- 0
- 0
- MFR
-
-
- WAZ503
- 475030
- Western_Whatcom_County
- WA
- US
- 48.82
- -122.59
- 0
- 0
- SEW
-
-
- WAZ039
- 470390
- Greater_Vancouver_Area
- WA
- US
- 45.73
- -122.54
- 0
- 0
- PQR
-
-
- ORZ010
- 370100
- Nrn_Oregon_Cascade_Foothills
- OR
- US
- 44.86
- -122.52
- 0
- 0
- PQR
-
-
- WAZ509
- 475090
- Tacoma_Area
- WA
- US
- 47.17
- -122.52
- 0
- 0
- SEW
-
-
- WAZ510
- 475100
- Admiralty_Inlet_Area
- WA
- US
- 48.15
- -122.50
- 0
- 0
- SEW
-
-
- WAZ040
- 470400
- S_Washington_Cascade_Foothills
- WA
- US
- 46.00
- -122.48
- 0
- 0
- PQR
-
-
- CAZ006
- 50060
- San_Francisco
- CA
- US
- 37.75
- -122.42
- 0
- 0
- MTR
-
-
- WAZ506
- 475060
- Western_Skagit_County
- WA
- US
- 48.47
- -122.42
- 0
- 0
- SEW
-
-
- CAZ509
- 55090
- San_Francisco_Peninsula_Coast
- CA
- US
- 37.36
- -122.38
- 0
- 0
- MTR
-
-
- WAZ508
- 475080
- Seattle/Bremerton_Area
- WA
- US
- 47.51
- -122.29
- 0
- 0
- SEW
-
-
- CAZ507
- 55070
- North_Bay_Mountains
- CA
- US
- 38.54
- -122.27
- 0
- 0
- MTR
-
-
- CAZ015
- 50150
- Northern_Sacramento_Valley
- CA
- US
- 40.26
- -122.25
- 0
- 0
- STO
-
-
- ORZ013
- 370130
- Cascades_in_Lane_County
- OR
- US
- 43.84
- -122.25
- 0
- 0
- PQR
-
-
- ORZ028
- 370280
- Siskiyou_Mtns_and_Srn_Oregon_Cas
- OR
- US
- 42.41
- -122.24
- 0
- 0
- MFR
-
-
- CAZ013
- 50130
- Shasta_L_Area_/_Nrn_Shasta_Cnty
- CA
- US
- 40.87
- -122.21
- 0
- 0
- STO
-
-
- ORZ027
- 370270
- South_Central_Oregon_Cascades
- OR
- US
- 43.21
- -122.21
- 0
- 0
- MFR
-
-
- CAZ082
- 50820
- South_Central_Siskiyou_County
- CA
- US
- 41.30
- -122.14
- 0
- 0
- MFR
-
-
- WAZ507
- 475070
- Everett_and_Vicinity
- WA
- US
- 48.03
- -122.14
- 0
- 0
- SEW
-
-
- CAZ508
- 55080
- San_Francisco_Bay_Shoreline
- CA
- US
- 37.64
- -122.08
- 0
- 0
- MTR
-
-
- WAZ505
- 475050
- East_Puget_Sound_Lowlands
- WA
- US
- 47.53
- -122.05
- 0
- 0
- SEW
-
-
- WAZ019
- 470190
- South_Washington_Cascades
- WA
- US
- 46.00
- -122.04
- 0
- 0
- PQR
-
-
- CAZ512
- 55120
- Santa_Cruz_Mountains
- CA
- US
- 37.20
- -121.98
- 0
- 0
- MTR
-
-
- CAZ510
- 55100
- East_Bay_Interior_Valleys
- CA
- US
- 37.82
- -121.97
- 0
- 0
- MTR
-
-
- ORZ009
- 370090
- Western_Columbia_River_Gorge
- OR
- US
- 45.61
- -121.96
- 0
- 0
- PQR
-
-
- ORZ011
- 370110
- Northern_Oregon_Cascades
- OR
- US
- 44.93
- -121.94
- 0
- 0
- PQR
-
-
- WAZ023
- 470230
- Western_Columbia_River_Gorge
- WA
- US
- 45.66
- -121.92
- 0
- 0
- PQR
-
-
- CAZ016
- 50160
- Central_Sacramento_Valley
- CA
- US
- 39.40
- -121.90
- 0
- 0
- STO
-
-
- CAZ083
- 50830
- N_Ctrl_and_SE_Siskiyou_County
- CA
- US
- 41.59
- -121.90
- 0
- 0
- MFR
-
-
- CAZ530
- 55300
- Srn_Monterey_Bay_and_Big_Sur_Cst
- CA
- US
- 36.35
- -121.90
- 0
- 0
- MTR
-
-
- WAZ519
- 475190
- W_Slopes_Ctrl_Cascades_and_Passe
- WA
- US
- 47.08
- -121.89
- 0
- 0
- SEW
-
-
- CAZ018
- 50180
- Carquinez_Strait_and_Delta
- CA
- US
- 38.07
- -121.80
- 0
- 0
- STO
-
-
- CAZ529
- 55290
- Northern_Monterey_Bay
- CA
- US
- 36.96
- -121.79
- 0
- 0
- MTR
-
-
- CAZ511
- 55110
- E_Bay_Hills_and_the_Diablo_Rng
- CA
- US
- 37.48
- -121.73
- 0
- 0
- MTR
-
-
- CAZ513
- 55130
- Santa_Clara_Vly_Incl_San_Jose
- CA
- US
- 37.17
- -121.69
- 0
- 0
- MTR
-
-
- CAZ066
- 50660
- NE_Foothills/Sacramento_Valley
- CA
- US
- 40.13
- -121.65
- 0
- 0
- STO
-
-
- CAZ017
- 50170
- Southern_Sacramento_Valley
- CA
- US
- 38.64
- -121.63
- 0
- 0
- STO
-
-
- CAZ084
- 50840
- NE_Siskiyou_and_NW_Modoc_Cnties
- CA
- US
- 41.86
- -121.63
- 0
- 0
- MFR
-
-
- ORZ029
- 370290
- Klamath_Basin
- OR
- US
- 42.47
- -121.63
- 0
- 0
- MFR
-
-
- ORZ014
- 370140
- Upper_Hood_River_Valley
- OR
- US
- 45.56
- -121.58
- 0
- 0
- PQR
-
-
- CAZ528
- 55280
- Nrn_Salinas_Vly/Hollister_Vly_an
- CA
- US
- 36.67
- -121.56
- 0
- 0
- MTR
-
-
- CAZ014
- 50140
- Burney_Basin_/_Ern_Shasta_Cnty
- CA
- US
- 40.88
- -121.52
- 0
- 0
- STO
-
-
- WAZ518
- 475180
- W_Slopes_Nrn_Cascades_and_Passes
- WA
- US
- 48.39
- -121.49
- 0
- 0
- SEW
-
-
- CAZ517
- 55170
- Sta_Lucia_Mtns_and_Los_Padres_Na
- CA
- US
- 36.19
- -121.39
- 0
- 0
- MTR
-
-
- CAZ068
- 50680
- Wrn_Plumas_County/Lassen_Park
- CA
- US
- 40.22
- -121.32
- 0
- 0
- STO
-
-
- ORZ030
- 370300
- Nrn_and_Ern_Klamath_Cnty_and_Wrn
- OR
- US
- 42.80
- -121.24
- 0
- 0
- MFR
-
-
- ORZ042
- 370420
- North_Central_Oregon
- OR
- US
- 45.04
- -121.10
- 0
- 0
- PDT
-
-
- CAZ516
- 55160
- Srn_Salinas_Vly/Arroyo_Seco_and_
- CA
- US
- 36.09
- -121.09
- 0
- 0
- MTR
-
-
- WAZ024
- 470240
- East_Columbia_River_Gorge
- WA
- US
- 45.70
- -121.06
- 0
- 0
- PDT
-
-
- ORZ041
- 370410
- East_Columbia_River_Gorge
- OR
- US
- 45.64
- -121.02
- 0
- 0
- PDT
-
-
- WAZ501
- 475010
- E_Slopes_of_the_Ctrl_Cascades
- WA
- US
- 47.05
- -120.96
- 0
- 0
- PDT
-
-
- ORZ043
- 370430
- Central_Oregon
- OR
- US
- 44.00
- -120.95
- 0
- 0
- PDT
-
-
- CAZ019
- 50190
- Northern_San_Joaquin_Valley
- CA
- US
- 37.76
- -120.93
- 0
- 0
- STO
-
-
- CAZ518
- 55180
- Mtns_Of_Sn_Benito_Cnty_And_Int_M
- CA
- US
- 36.39
- -120.89
- 0
- 0
- MTR
-
-
- CAZ034
- 50340
- San_Luis_Obispo_Cnty_Ctrl_Coast
- CA
- US
- 35.35
- -120.78
- 0
- 0
- LOX
-
-
- WAZ502
- 475020
- East_Slopes_of_the_Srn_Cascades
- WA
- US
- 46.10
- -120.78
- 0
- 0
- PDT
-
-
- CAZ085
- 50850
- Modoc_County
- CA
- US
- 41.58
- -120.74
- 0
- 0
- MFR
-
-
- CAZ067
- 50670
- Motherlode
- CA
- US
- 38.63
- -120.71
- 0
- 0
- STO
-
-
- CAZ071
- 50710
- Lassen-Ern_Plumas-Ern_Sierra_Cnt
- CA
- US
- 40.31
- -120.66
- 0
- 0
- REV
-
-
- WAZ027
- 470270
- Yakima_Valley
- WA
- US
- 46.43
- -120.45
- 0
- 0
- PDT
-
-
- CAZ035
- 50350
- Santa_Barbara_County_Ctrl_Coast
- CA
- US
- 34.72
- -120.41
- 0
- 0
- LOX
-
-
- CAZ089
- 50890
- West-Central_San_Joaquin_Valley
- CA
- US
- 36.62
- -120.39
- 0
- 0
- HNX
-
-
- WAZ026
- 470260
- Kittitas_Valley
- WA
- US
- 47.00
- -120.39
- 0
- 0
- PDT
-
-
- WAZ042
- 470420
- East_Slopes_Northern_Cascades
- WA
- US
- 48.13
- -120.38
- 0
- 0
- OTX
-
-
- CAZ069
- 50690
- West_Slope_Nrn_Sierra_Nevada
- CA
- US
- 38.76
- -120.37
- 0
- 0
- STO
-
-
- CAZ037
- 50370
- San_Luis_Obispo_Cnty_Int_Vlys
- CA
- US
- 35.41
- -120.31
- 0
- 0
- LOX
-
-
- ORZ031
- 370310
- Central_and_Eastern_Lake_County
- OR
- US
- 42.80
- -120.24
- 0
- 0
- MFR
-
-
- ORZ506
- 375060
- Ochoco-John_Day_Highlands
- OR
- US
- 44.34
- -120.20
- 0
- 0
- PDT
-
-
- WAZ041
- 470410
- Wenatchee_Area
- WA
- US
- 47.61
- -120.18
- 0
- 0
- OTX
-
-
- CAZ051
- 50510
- San_Luis_Obispo_County_Mtns
- CA
- US
- 35.16
- -120.17
- 0
- 0
- LOX
-
-
- CAZ036
- 50360
- Santa_Ynez_Valley
- CA
- US
- 34.72
- -120.14
- 0
- 0
- LOX
-
-
- CAZ070
- 50700
- Surprise_Valley_California
- CA
- US
- 41.58
- -120.11
- 0
- 0
- REV
-
-
- CAZ090
- 50900
- East-Central_San_Joaquin_Valley
- CA
- US
- 37.11
- -120.11
- 0
- 0
- HNX
-
-
- ORZ504
- 375040
- Nrn_Wheeler_and_Srn_Gilliam_Cnti
- OR
- US
- 45.01
- -120.10
- 0
- 0
- PDT
-
-
- CAZ072
- 50720
- Greater_Lake_Tahoe_Area
- CA
- US
- 38.89
- -119.96
- 0
- 0
- REV
-
-
- CAZ039
- 50390
- Santa_Barbara_County_S_Coast
- CA
- US
- 34.45
- -119.95
- 0
- 0
- LOX
-
-
- NVZ002
- 280020
- Greater_Lake_Tahoe_Area
- NV
- US
- 39.19
- -119.90
- 0
- 0
- REV
-
-
- CAZ052
- 50520
- Santa_Barbara_County_Mountains
- CA
- US
- 34.77
- -119.88
- 0
- 0
- LOX
-
-
- CAZ091
- 50910
- Southwestern_San_Joaquin_Valley
- CA
- US
- 35.75
- -119.78
- 0
- 0
- HNX
-
-
- CAZ038
- 50380
- Cuyama_Valley
- CA
- US
- 34.96
- -119.77
- 0
- 0
- LOX
-
-
- NVZ005
- 280050
- Northern_Washoe_County
- NV
- US
- 41.01
- -119.65
- 0
- 0
- REV
-
-
- ORZ044
- 370440
- Lower_Columbia_Basin
- OR
- US
- 45.60
- -119.65
- 0
- 0
- PDT
-
-
- WAZ044
- 470440
- Waterville_Plateau
- WA
- US
- 47.68
- -119.65
- 0
- 0
- OTX
-
-
- CAZ093
- 50930
- Mariposa_Madera_and_Fresno_Cnty_
- CA
- US
- 37.24
- -119.64
- 0
- 0
- HNX
-
-
- NVZ003
- 280030
- Gter_Reno-Carson_Cty-Minden_Area
- NV
- US
- 39.36
- -119.63
- 0
- 0
- REV
-
-
- ORZ505
- 375050
- John_Day_Basin
- OR
- US
- 44.63
- -119.49
- 0
- 0
- PDT
-
-
- WAZ034
- 470340
- Moses_Lake_Area
- WA
- US
- 47.03
- -119.48
- 0
- 0
- OTX
-
-
- WAZ043
- 470430
- Okanogan_Valley
- WA
- US
- 48.47
- -119.47
- 0
- 0
- OTX
-
-
- WAZ028
- 470280
- Lower_Columbia_Basin
- WA
- US
- 46.21
- -119.43
- 0
- 0
- PDT
-
-
- CAZ044
- 50440
- Ventura_County_Interior_Valleys
- CA
- US
- 34.44
- -119.25
- 0
- 0
- LOX
-
-
- CAZ040
- 50400
- Ventura_County_Coast
- CA
- US
- 34.22
- -119.19
- 0
- 0
- LOX
-
-
- CAZ092
- 50920
- Southeastern_San_Joaquin_Valley
- CA
- US
- 35.82
- -119.14
- 0
- 0
- HNX
-
-
- CAZ096
- 50960
- Sierra_NV_fr_Yosemite_to_Kings_C
- CA
- US
- 37.43
- -119.12
- 0
- 0
- HNX
-
-
- CAZ053
- 50530
- Ventura_County_Mountains
- CA
- US
- 34.65
- -119.10
- 0
- 0
- LOX
-
-
- ORZ501
- 375010
- Foothills_of_the_Blue_Mountains
- OR
- US
- 45.53
- -119.07
- 0
- 0
- PDT
-
-
- ORZ061
- 370610
- Harney_County
- OR
- US
- 43.01
- -119.06
- 0
- 0
- BOI
-
-
- CAZ094
- 50940
- Tulare_County_Foothills
- CA
- US
- 36.23
- -118.96
- 0
- 0
- HNX
-
-
- WAZ035
- 470350
- Upper_Columbia_Basin
- WA
- US
- 47.41
- -118.91
- 0
- 0
- OTX
-
-
- ORZ503
- 375030
- Southern_Blue_Mtns_of_Oregon
- OR
- US
- 45.23
- -118.88
- 0
- 0
- PDT
-
-
- CAZ045
- 50450
- Ventura_County_Coastal_Valleys
- CA
- US
- 34.23
- -118.87
- 0
- 0
- LOX
-
-
- WAZ038
- 470380
- Okanogan_Highlands
- WA
- US
- 48.42
- -118.75
- 0
- 0
- OTX
-
-
- CAZ073
- 50730
- Mono
- CA
- US
- 38.08
- -118.74
- 0
- 0
- REV
-
-
- CAZ095
- 50950
- Kern_County_Mountains
- CA
- US
- 35.30
- -118.71
- 0
- 0
- HNX
-
-
- CAZ046
- 50460
- Santa_Monica_Mtns_Recnl_Area
- CA
- US
- 34.09
- -118.58
- 0
- 0
- LOX
-
-
- CAZ088
- 50880
- Santa_Clarita_Valley
- CA
- US
- 34.46
- -118.55
- 0
- 0
- LOX
-
-
- NVZ001
- 280010
- Mineral_and_Srn_Lyon_Counties
- NV
- US
- 38.56
- -118.55
- 0
- 0
- REV
-
-
- NVZ004
- 280040
- Wrn_NV_Bsn_and_Rng_including_Pyr
- NV
- US
- 40.01
- -118.53
- 0
- 0
- REV
-
-
- CAZ547
- 55470
- Los_Angeles_Cnty_Sn_Fernando_Vly
- CA
- US
- 34.21
- -118.51
- 0
- 0
- LOX
-
-
- CAZ097
- 50970
- Tulare_County_Mountains
- CA
- US
- 36.27
- -118.48
- 0
- 0
- HNX
-
-
- CAZ087
- 50870
- Catalina_Island
- CA
- US
- 33.39
- -118.45
- 0
- 0
- LOX
-
-
- CAZ054
- 50540
- Los_Angeles_Cnty_Mtns_excluding_
- CA
- US
- 34.48
- -118.26
- 0
- 0
- LOX
-
-
- CAZ519
- 55190
- Ern_Sierra_Slopes_of_Inyo_Cnty
- CA
- US
- 36.63
- -118.26
- 0
- 0
- VEF
-
-
- CAZ041
- 50410
- Los_Angeles_Cnty_Cst_including_D
- CA
- US
- 33.92
- -118.24
- 0
- 0
- LOX
-
-
- CAZ059
- 50590
- Antelope_Valley
- CA
- US
- 34.62
- -118.22
- 0
- 0
- LOX
-
-
- ORZ502
- 375020
- Northern_Blue_Mtns_of_Oregon
- OR
- US
- 45.65
- -118.19
- 0
- 0
- PDT
-
-
- NVZ030
- 280300
- Humboldt_County
- NV
- US
- 41.26
- -118.16
- 0
- 0
- LKN
-
-
- WAZ029
- 470290
- Foothills_of_the_Blue_Mountains
- WA
- US
- 46.31
- -118.16
- 0
- 0
- PDT
-
-
- CAZ520
- 55200
- Owens_Valley
- CA
- US
- 36.63
- -118.08
- 0
- 0
- VEF
-
-
- CAZ521
- 55210
- White_Mountains_of_Inyo_County
- CA
- US
- 36.92
- -118.00
- 0
- 0
- VEF
-
-
- CAZ548
- 55480
- Los_Angeles_Cnty_Sn_Gabriel_Vly
- CA
- US
- 34.05
- -117.96
- 0
- 0
- LOX
-
-
- CAZ099
- 50990
- Southeastern_Kern_County_Desert
- CA
- US
- 35.15
- -117.93
- 0
- 0
- HNX
-
-
- WAZ030
- 470300
- Northwest_Blue_Mountains
- WA
- US
- 46.17
- -117.87
- 0
- 0
- PDT
-
-
- CAZ098
- 50980
- Indian_Wells_Valley
- CA
- US
- 35.62
- -117.82
- 0
- 0
- HNX
-
-
- CAZ042
- 50420
- Orange_County_Coastal_Areas
- CA
- US
- 33.67
- -117.79
- 0
- 0
- SGX
-
-
- WAZ037
- 470370
- Northeast_Mountains
- WA
- US
- 48.36
- -117.71
- 0
- 0
- OTX
-
-
- WAZ036
- 470360
- Spokane_Area
- WA
- US
- 47.60
- -117.70
- 0
- 0
- OTX
-
-
- ORZ049
- 370490
- Grande_Ronde_Valley
- OR
- US
- 45.39
- -117.69
- 0
- 0
- PDT
-
-
- ORZ062
- 370620
- Baker_County
- OR
- US
- 44.66
- -117.65
- 0
- 0
- BOI
-
-
- WAZ033
- 470330
- Washington_Palouse
- WA
- US
- 46.89
- -117.64
- 0
- 0
- OTX
-
-
- ORZ063
- 370630
- Malheur_County
- OR
- US
- 43.21
- -117.62
- 0
- 0
- BOI
-
-
- CAZ057
- 50570
- Santa_Ana_Mtns_and_Foothills
- CA
- US
- 33.63
- -117.45
- 0
- 0
- SGX
-
-
- WAZ031
- 470310
- Northeast_Blue_Mountains
- WA
- US
- 46.21
- -117.37
- 0
- 0
- OTX
-
-
- CAZ043
- 50430
- San_Diego_County_Coastal_Areas
- CA
- US
- 33.00
- -117.28
- 0
- 0
- SGX
-
-
- CAZ048
- 50480
- Sn_Bernardino_and_Rivside_Cnty_V
- CA
- US
- 33.85
- -117.28
- 0
- 0
- SGX
-
-
- ORZ050
- 370500
- Wallowa_County
- OR
- US
- 45.54
- -117.17
- 0
- 0
- PDT
-
-
- WAZ032
- 470320
- Lwr_Garfield_and_Asotin_Cnties
- WA
- US
- 46.35
- -117.16
- 0
- 0
- OTX
-
-
- NVZ014
- 280140
- Esmeralda_and_Ctrl_Nye_County
- NV
- US
- 37.65
- -117.15
- 0
- 0
- VEF
-
-
- CAZ055
- 50550
- San_Bernardino_County_Mountains
- CA
- US
- 34.23
- -117.13
- 0
- 0
- SGX
-
-
- ORZ064
- 370640
- Oregon_Lower_Treasure_Valley
- OR
- US
- 44.02
- -117.11
- 0
- 0
- BOI
-
-
- CAZ050
- 50500
- San_Diego_County_Valleys
- CA
- US
- 33.03
- -117.06
- 0
- 0
- SGX
-
-
- CAZ060
- 50600
- Apple_and_Lucerne_Valleys
- CA
- US
- 34.43
- -117.03
- 0
- 0
- SGX
-
-
- CAZ523
- 55230
- Western_Mojave_Desert
- CA
- US
- 35.27
- -116.98
- 0
- 0
- VEF
-
-
- IDZ003
- 120030
- Idaho_Palouse
- ID
- US
- 46.96
- -116.96
- 0
- 0
- OTX
-
-
- CAZ522
- 55220
- Death_Valley_National_Park
- CA
- US
- 36.63
- -116.85
- 0
- 0
- VEF
-
-
- IDZ002
- 120020
- Coeur_d'Alene_Area
- ID
- US
- 47.62
- -116.83
- 0
- 0
- OTX
-
-
- NVZ037
- 280370
- Srn_Lander_Cnty_and_Srn_Eureka_C
- NV
- US
- 39.62
- -116.78
- 0
- 0
- LKN
-
-
- NVZ036
- 280360
- Nrn_Lander_Cnty_and_Nrn_Eureka_C
- NV
- US
- 40.51
- -116.76
- 0
- 0
- LKN
-
-
- IDZ012
- 120120
- Lower_Treasure_Valley
- ID
- US
- 43.82
- -116.75
- 0
- 0
- BOI
-
-
- IDZ026
- 120260
- Lewiston_Area
- ID
- US
- 46.47
- -116.71
- 0
- 0
- OTX
-
-
- IDZ029
- 120290
- Owyhee_Mountains
- ID
- US
- 43.07
- -116.70
- 0
- 0
- BOI
-
-
- CAZ056
- 50560
- Riverside_County_Mountains
- CA
- US
- 33.73
- -116.60
- 0
- 0
- SGX
-
-
- NVZ013
- 280130
- Northern_Nye_County
- NV
- US
- 38.60
- -116.59
- 0
- 0
- LKN
-
-
- CAZ058
- 50580
- San_Diego_County_Mountains
- CA
- US
- 33.00
- -116.57
- 0
- 0
- SGX
-
-
- IDZ001
- 120010
- Northern_Panhandle
- ID
- US
- 48.36
- -116.55
- 0
- 0
- OTX
-
-
- IDZ027
- 120270
- Lewis_and_Srn_Nez_Perce_Cnties
- ID
- US
- 46.16
- -116.51
- 0
- 0
- OTX
-
-
- IDZ008
- 120080
- Lwr_Hells_Canyon/Salmon_Riv_Rgn
- ID
- US
- 45.65
- -116.49
- 0
- 0
- MSO
-
-
- CAZ061
- 50610
- Coachella_Valley
- CA
- US
- 33.73
- -116.36
- 0
- 0
- SGX
-
-
- CAZ062
- 50620
- San_Diego_County_Deserts
- CA
- US
- 33.02
- -116.31
- 0
- 0
- SGX
-
-
- CAZ525
- 55250
- Morongo_Basin
- CA
- US
- 34.39
- -116.15
- 0
- 0
- VEF
-
-
- NVZ017
- 280170
- Wrn_Clark_and_Srn_Nye_County
- NV
- US
- 36.28
- -116.11
- 0
- 0
- VEF
-
-
- IDZ015
- 120150
- Southwest_Highlands
- ID
- US
- 42.51
- -116.02
- 0
- 0
- BOI
-
-
- IDZ011
- 120110
- West_Central_Mountains
- ID
- US
- 44.70
- -115.94
- 0
- 0
- BOI
-
-
- IDZ004
- 120040
- Central_Panhandle_Mountains
- ID
- US
- 47.34
- -115.93
- 0
- 0
- OTX
-
-
- CAZ030
- 50300
- Joshua_Tree_National_Park
- CA
- US
- 33.93
- -115.89
- 0
- 0
- PSR
-
-
- IDZ007
- 120070
- Orofino/Grangeville_Region
- ID
- US
- 46.24
- -115.85
- 0
- 0
- MSO
-
-
- IDZ014
- 120140
- Upper_Treasure_Valley
- ID
- US
- 43.16
- -115.77
- 0
- 0
- BOI
-
-
- CAZ524
- 55240
- Ern_Mojave_Dsrt,_Incl_the_Mojave
- CA
- US
- 35.17
- -115.61
- 0
- 0
- VEF
-
-
- NVZ019
- 280190
- Spring_Mtns-Red_Rock_Canyon
- NV
- US
- 36.13
- -115.57
- 0
- 0
- VEF
-
-
- NVZ031
- 280310
- Northern_Elko_County
- NV
- US
- 41.49
- -115.52
- 0
- 0
- LKN
-
-
- IDZ005
- 120050
- Northern_Clearwater_Mountains
- ID
- US
- 46.65
- -115.47
- 0
- 0
- MSO
-
-
- CAZ033
- 50330
- Imperial_County
- CA
- US
- 33.02
- -115.41
- 0
- 0
- PSR
-
-
- IDZ013
- 120130
- Boise_Mountains
- ID
- US
- 43.79
- -115.39
- 0
- 0
- BOI
-
-
- CAZ032
- 50320
- Riverside_County/Ern_Deserts
- CA
- US
- 33.75
- -115.33
- 0
- 0
- PSR
-
-
- IDZ006
- 120060
- Southern_Clearwater_Mountains
- ID
- US
- 45.88
- -115.33
- 0
- 0
- MSO
-
-
- NVZ034
- 280340
- Ruby_Mtns/East_Humboldt_Range
- NV
- US
- 40.56
- -115.33
- 0
- 0
- LKN
-
-
- MTZ001
- 260010
- Kootenai/Cabinet_Region
- MT
- US
- 48.18
- -115.15
- 0
- 0
- MSO
-
-
- NVZ018
- 280180
- Sheep_Range
- NV
- US
- 36.84
- -115.15
- 0
- 0
- VEF
-
-
- NVZ020
- 280200
- Las_Vegas_Valley
- NV
- US
- 36.11
- -115.12
- 0
- 0
- VEF
-
-
- NVZ022
- 280220
- Southern_Clark_County
- NV
- US
- 35.50
- -115.09
- 0
- 0
- VEF
-
-
- CAZ526
- 55260
- Cadiz_Basin
- CA
- US
- 34.45
- -115.08
- 0
- 0
- VEF
-
-
- MTZ004
- 260040
- Lower_Clark_Fork_Region
- MT
- US
- 47.38
- -115.02
- 0
- 0
- MSO
-
-
- NVZ035
- 280350
- White_Pine_County
- NV
- US
- 39.40
- -114.97
- 0
- 0
- LKN
-
-
- NVZ015
- 280150
- Lincoln_County
- NV
- US
- 37.76
- -114.96
- 0
- 0
- VEF
-
-
- IDZ028
- 120280
- Camas_Prairie
- ID
- US
- 43.34
- -114.86
- 0
- 0
- BOI
-
-
- NVZ032
- 280320
- SW_and_South_Ctrl_Elko_County
- NV
- US
- 40.64
- -114.83
- 0
- 0
- LKN
-
-
- CAZ031
- 50310
- Lower_Colorado_River_Valley_CA
- CA
- US
- 33.39
- -114.79
- 0
- 0
- PSR
-
-
- NVZ021
- 280210
- L_Mead_National_Recreation_Area
- NV
- US
- 35.79
- -114.78
- 0
- 0
- VEF
-
-
- IDZ030
- 120300
- Southern_Twin__Falls_County
- ID
- US
- 42.26
- -114.65
- 0
- 0
- BOI
-
-
- AZZ036
- 30360
- L_Mead_National_Recreation_Area
- AZ
- US
- 35.67
- -114.61
- 0
- 0
- VEF
-
-
- AZZ025
- 30250
- Yuma/Martinez_Lake_and_Vicinity
- AZ
- US
- 32.69
- -114.58
- 0
- 0
- PSR
-
-
- NVZ016
- 280160
- Northeast_Clark_County
- NV
- US
- 36.55
- -114.53
- 0
- 0
- VEF
-
-
- IDZ016
- 120160
- Western_Magic_Valley
- ID
- US
- 42.80
- -114.50
- 0
- 0
- BOI
-
-
- IDZ018
- 120180
- Sawtooth_Mountains
- ID
- US
- 44.18
- -114.49
- 0
- 0
- PIH
-
-
- CAZ527
- 55270
- Sn_Bernardino_Cnty-Upr_CO_Riv_Vl
- CA
- US
- 34.58
- -114.44
- 0
- 0
- VEF
-
-
- AZZ020
- 30200
- Lower_Colorado_River_Valley_AZ
- AZ
- US
- 33.65
- -114.43
- 0
- 0
- PSR
-
-
- IDZ009
- 120090
- Western_Lemhi_County
- ID
- US
- 45.10
- -114.39
- 0
- 0
- MSO
-
-
- AZZ002
- 30020
- Lake_Havasu_and_Fort_Mohave
- AZ
- US
- 34.63
- -114.37
- 0
- 0
- VEF
-
-
- MTZ003
- 260030
- Flathead/Mission_Valleys
- MT
- US
- 47.82
- -114.31
- 0
- 0
- MSO
-
-
- IDZ031
- 120310
- Big_and_Little_Wood_River_Rgn
- ID
- US
- 43.59
- -114.29
- 0
- 0
- PIH
-
-
- NVZ033
- 280330
- Extreme_Eastern_Elko_County
- NV
- US
- 40.64
- -114.23
- 0
- 0
- LKN
-
-
- MTZ005
- 260050
- Missoula/Bitterroot_Valleys
- MT
- US
- 46.44
- -114.10
- 0
- 0
- MSO
-
-
- MTZ006
- 260060
- Bitterroot/Sapphire_Mountains
- MT
- US
- 46.16
- -113.95
- 0
- 0
- MSO
-
-
- MTZ002
- 260020
- West_Glacier_Region
- MT
- US
- 48.30
- -113.94
- 0
- 0
- MSO
-
-
- AZZ003
- 30030
- Northwest_Deserts
- AZ
- US
- 35.14
- -113.92
- 0
- 0
- VEF
-
-
- AZZ021
- 30210
- West_Central_Deserts
- AZ
- US
- 33.86
- -113.90
- 0
- 0
- PSR
-
-
- AZZ026
- 30260
- Southwest_Deserts
- AZ
- US
- 32.75
- -113.90
- 0
- 0
- PSR
-
-
- IDZ017
- 120170
- Eastern_Magic_Valley
- ID
- US
- 42.94
- -113.79
- 0
- 0
- PIH
-
-
- MTZ043
- 260430
- Potomac/Seeley_Lake_Region
- MT
- US
- 47.12
- -113.60
- 0
- 0
- MSO
-
-
- IDZ032
- 120320
- Lost_River/Pashimeroi
- ID
- US
- 44.17
- -113.54
- 0
- 0
- PIH
-
-
- IDZ010
- 120100
- Eastern_Lemhi_County
- ID
- US
- 44.96
- -113.48
- 0
- 0
- MSO
-
-
- UTZ019
- 440190
- Utah's_Dixie_and_Zion_Natl_Pk
- UT
- US
- 37.20
- -113.47
- 0
- 0
- SLC
-
-
- UTZ016
- 440160
- Southwest_Utah
- UT
- US
- 37.98
- -113.33
- 0
- 0
- SLC
-
-
- AZZ001
- 30010
- Northwest_Plateau
- AZ
- US
- 36.49
- -113.28
- 0
- 0
- VEF
-
-
- IDZ022
- 120220
- South_Central_Highlands
- ID
- US
- 42.39
- -113.17
- 0
- 0
- PIH
-
-
- MTZ009
- 260090
- Northern_Rocky_Mountain_Front
- MT
- US
- 48.56
- -113.12
- 0
- 0
- TFX
-
-
- AZZ037
- 30370
- Yavapai_County_Vlys_and_Basins
- AZ
- US
- 34.56
- -113.07
- 0
- 0
- FGZ
-
-
- UTZ005
- 440050
- Great_Salt_Lake_Desert_and_Mtns
- UT
- US
- 40.95
- -113.00
- 0
- 0
- SLC
-
-
- UTZ015
- 440150
- West_Central_Utah
- UT
- US
- 39.29
- -112.99
- 0
- 0
- SLC
-
-
- AZZ008
- 30080
- Yavapai_County__Mountains
- AZ
- US
- 34.82
- -112.97
- 0
- 0
- FGZ
-
-
- AZZ031
- 30310
- Western_Pima_County
- AZ
- US
- 32.14
- -112.87
- 0
- 0
- TWC
-
-
- MTZ007
- 260070
- Butte/Blackfoot_Region
- MT
- US
- 46.40
- -112.84
- 0
- 0
- MSO
-
-
- AZZ027
- 30270
- Southwest_Maricopa_County
- AZ
- US
- 32.94
- -112.77
- 0
- 0
- PSR
-
-
- AZZ022
- 30220
- Northwest_Maricopa_County
- AZ
- US
- 33.67
- -112.70
- 0
- 0
- PSR
-
-
- MTZ008
- 260080
- Beaverhead
- MT
- US
- 45.15
- -112.69
- 0
- 0
- TFX
-
-
- MTZ010
- 260100
- Eastern_Glacier
- MT
- US
- 48.65
- -112.67
- 0
- 0
- TFX
-
-
- IDZ020
- 120200
- Upper_Snake_River_Plain
- ID
- US
- 43.66
- -112.62
- 0
- 0
- PIH
-
-
- MTZ048
- 260480
- Southern_Rocky_Mountain_Front
- MT
- US
- 47.73
- -112.60
- 0
- 0
- TFX
-
-
- IDZ021
- 120210
- Lower_Snake_River_Plain
- ID
- US
- 42.94
- -112.55
- 0
- 0
- PIH
-
-
- AZZ007
- 30070
- Coconino_Plateau
- AZ
- US
- 35.71
- -112.43
- 0
- 0
- FGZ
-
-
- UTZ003
- 440030
- Salt_Lake_and_Tooele_Valleys
- UT
- US
- 40.45
- -112.42
- 0
- 0
- SLC
-
-
- UTZ518
- 445180
- Southern_Utah_Mountains
- UT
- US
- 37.79
- -112.33
- 0
- 0
- SLC
-
-
- AZZ006
- 30060
- Grand_Canyon_Country
- AZ
- US
- 36.22
- -112.32
- 0
- 0
- FGZ
-
-
- MTZ014
- 260140
- Central_and_Srn_Lewis_and_Clark
- MT
- US
- 46.87
- -112.28
- 0
- 0
- TFX
-
-
- UTZ002
- 440020
- Northern_Wasatch_Front
- UT
- US
- 41.39
- -112.16
- 0
- 0
- SLC
-
-
- AZZ004
- 30040
- Kaibab_Plateau
- AZ
- US
- 36.56
- -112.14
- 0
- 0
- FGZ
-
-
- MTZ052
- 260520
- Jefferson
- MT
- US
- 46.15
- -112.13
- 0
- 0
- TFX
-
-
- AZZ023
- 30230
- Greater_Phoenix_Area
- AZ
- US
- 33.57
- -112.09
- 0
- 0
- PSR
-
-
- UTZ020
- 440200
- South_Central_Utah
- UT
- US
- 37.50
- -112.04
- 0
- 0
- SLC
-
-
- MTZ015
- 260150
- Madison
- MT
- US
- 45.28
- -112.02
- 0
- 0
- TFX
-
-
- IDZ019
- 120190
- Upper_Snake_Highlands
- ID
- US
- 44.13
- -112.01
- 0
- 0
- PIH
-
-
- MTZ046
- 260460
- Eastern_Pondera
- MT
- US
- 48.23
- -112.00
- 0
- 0
- TFX
-
-
- IDZ024
- 120240
- Cache_Valley/Idaho_Portion
- ID
- US
- 42.14
- -111.94
- 0
- 0
- PIH
-
-
- UTZ001
- 440010
- Cache_Valley/Utah_Portion
- UT
- US
- 41.73
- -111.93
- 0
- 0
- SLC
-
-
- AZZ038
- 30380
- Oak_Creek_and_Sycamore_Canyons
- AZ
- US
- 34.93
- -111.89
- 0
- 0
- FGZ
-
-
- AZZ005
- 30050
- Marble_and_Glen_Canyons
- AZ
- US
- 36.63
- -111.87
- 0
- 0
- FGZ
-
-
- UTZ004
- 440040
- Southern_Wasatch_Front
- UT
- US
- 40.01
- -111.87
- 0
- 0
- SLC
-
-
- UTZ014
- 440140
- Sanpete/Sevier_Valleys
- UT
- US
- 39.17
- -111.84
- 0
- 0
- SLC
-
-
- AZZ032
- 30320
- Tohono_Oodham_Nation
- AZ
- US
- 31.98
- -111.83
- 0
- 0
- TWC
-
-
- AZZ015
- 30150
- Western_Mogollon_Rim
- AZ
- US
- 35.20
- -111.80
- 0
- 0
- FGZ
-
-
- MTZ049
- 260490
- Eastern_Teton
- MT
- US
- 47.80
- -111.80
- 0
- 0
- TFX
-
-
- IDZ023
- 120230
- Caribou_Highlands
- ID
- US
- 42.94
- -111.78
- 0
- 0
- PIH
-
-
- MTZ044
- 260440
- Toole
- MT
- US
- 48.60
- -111.74
- 0
- 0
- TFX
-
-
- AZZ028
- 30280
- NW_and_North_Ctrl_Pinal_County
- AZ
- US
- 33.08
- -111.67
- 0
- 0
- PSR
-
-
- UTZ007
- 440070
- Wasatch_Mountains_I-80_North
- UT
- US
- 41.36
- -111.61
- 0
- 0
- SLC
-
-
- IDZ025
- 120250
- Wasatch_Mountains/Idaho_Portion
- ID
- US
- 42.30
- -111.47
- 0
- 0
- PIH
-
-
- UTZ008
- 440080
- Wasatch_Mountains_South_of_I-80
- UT
- US
- 40.17
- -111.45
- 0
- 0
- SLC
-
-
- UTZ517
- 445170
- Central_Utah_Mountains
- UT
- US
- 39.02
- -111.44
- 0
- 0
- SLC
-
-
- MTZ053
- 260530
- Broadwater
- MT
- US
- 46.31
- -111.42
- 0
- 0
- TFX
-
-
- UTZ006
- 440060
- Wasatch_Mountain_Valleys
- UT
- US
- 40.86
- -111.39
- 0
- 0
- SLC
-
-
- MTZ012
- 260120
- Cascade
- MT
- US
- 47.26
- -111.34
- 0
- 0
- TFX
-
-
- AZZ029
- 30290
- Southeast_Pinal_County
- AZ
- US
- 32.88
- -111.33
- 0
- 0
- TWC
-
-
- MTZ055
- 260550
- Gallatin
- MT
- US
- 45.34
- -111.29
- 0
- 0
- TFX
-
-
- AZZ012
- 30120
- Ltl_CO_Riv_Vly_in_Coconino_Cnty
- AZ
- US
- 35.44
- -111.25
- 0
- 0
- FGZ
-
-
- MTZ045
- 260450
- Liberty
- MT
- US
- 48.56
- -111.08
- 0
- 0
- TFX
-
-
- AZZ024
- 30240
- Srn_Gila/Tonto_NF_Foothills
- AZ
- US
- 33.51
- -111.03
- 0
- 0
- PSR
-
-
- MTZ054
- 260540
- Meagher
- MT
- US
- 46.63
- -110.97
- 0
- 0
- TFX
-
-
- WYZ023
- 500230
- Star_Valley
- WY
- US
- 42.89
- -110.96
- 0
- 0
- RIW
-
-
- AZZ009
- 30090
- NE_Plateaus_and_Mesas_Hwy_264_Nw
- AZ
- US
- 36.39
- -110.92
- 0
- 0
- FGZ
-
-
- AZZ033
- 30330
- Tucson_Metro/Marana/Grn_Valley
- AZ
- US
- 32.13
- -110.92
- 0
- 0
- TWC
-
-
- AZZ034
- 30340
- Santa_Cruz_County
- AZ
- US
- 31.54
- -110.91
- 0
- 0
- TWC
-
-
- AZZ018
- 30180
- Northern_Gila_County
- AZ
- US
- 34.06
- -110.85
- 0
- 0
- FGZ
-
-
- UTZ012
- 440120
- Castle_Country
- UT
- US
- 39.29
- -110.85
- 0
- 0
- SLC
-
-
- AZZ016
- 30160
- Eastern_Mogollon_Rim
- AZ
- US
- 34.49
- -110.77
- 0
- 0
- FGZ
-
-
- MTZ064
- 260640
- Paradise_Valley
- MT
- US
- 45.33
- -110.73
- 0
- 0
- BYZ
-
-
- UTZ010
- 440100
- Wasatch_Plateau/Book_Cliffs
- UT
- US
- 39.76
- -110.73
- 0
- 0
- SLC
-
-
- UTZ009
- 440090
- Western_Uinta_Mountains
- UT
- US
- 40.70
- -110.70
- 0
- 0
- SLC
-
-
- UTZ021
- 440210
- Glen_Canyon_Rec_Area/L_Powell
- UT
- US
- 37.54
- -110.70
- 0
- 0
- SLC
-
-
- WYZ024
- 500240
- Salt_River_and_Wyoming_Ranges
- WY
- US
- 42.55
- -110.65
- 0
- 0
- RIW
-
-
- UTZ013
- 440130
- San_Rafael_Swell
- UT
- US
- 38.54
- -110.64
- 0
- 0
- SLC
-
-
- WYZ013
- 500130
- Jackson_Hole
- WY
- US
- 43.63
- -110.62
- 0
- 0
- RIW
-
-
- MTZ040
- 260400
- Northern_Park
- MT
- US
- 45.98
- -110.55
- 0
- 0
- BYZ
-
-
- WYZ012
- 500120
- Teton_and_Gros_Ventre_Mountains
- WY
- US
- 43.64
- -110.55
- 0
- 0
- RIW
-
-
- WYZ021
- 500210
- Southwest_Wyoming
- WY
- US
- 41.29
- -110.55
- 0
- 0
- SLC
-
-
- WYZ027
- 500270
- South_Lincoln_County
- WY
- US
- 41.93
- -110.55
- 0
- 0
- RIW
-
-
- MTZ065
- 260650
- Livingston_Area
- MT
- US
- 45.65
- -110.51
- 0
- 0
- BYZ
-
-
- WYZ001
- 500010
- Yellowstone_National_Park
- WY
- US
- 44.62
- -110.49
- 0
- 0
- RIW
-
-
- MTZ013
- 260130
- Chouteau
- MT
- US
- 47.86
- -110.48
- 0
- 0
- TFX
-
-
- UTZ011
- 440110
- Western_Uinta_Basin
- UT
- US
- 40.22
- -110.46
- 0
- 0
- SLC
-
-
- MTZ068
- 260680
- Crazy_Mountains
- MT
- US
- 46.10
- -110.32
- 0
- 0
- BYZ
-
-
- AZZ040
- 30400
- NE_Plateaus_and_Mesas_S_of_Hwy_2
- AZ
- US
- 35.52
- -110.30
- 0
- 0
- FGZ
-
-
- AZZ013
- 30130
- Ltl_CO_Riv_Vly_in_Navajo_Cnty
- AZ
- US
- 34.88
- -110.29
- 0
- 0
- FGZ
-
-
- MTZ050
- 260500
- Judith_Basin
- MT
- US
- 47.05
- -110.27
- 0
- 0
- TFX
-
-
- AZZ039
- 30390
- Black_Mesa_Area
- AZ
- US
- 36.37
- -110.25
- 0
- 0
- FGZ
-
-
- MTZ067
- 260670
- Absaroka/Beartooth_Mountains
- MT
- US
- 45.33
- -110.13
- 0
- 0
- BYZ
-
-
- MTZ011
- 260110
- Hill
- MT
- US
- 48.57
- -110.11
- 0
- 0
- TFX
-
-
- UTZ029
- 440290
- Canyonlands/Natural_Bridges
- UT
- US
- 37.87
- -110.03
- 0
- 0
- GJT
-
-
- WYZ025
- 500250
- Upper_Grn_River_Basin_Foothills
- WY
- US
- 42.98
- -110.03
- 0
- 0
- RIW
-
-
- MTZ041
- 260410
- Northern_Sweet_Grass
- MT
- US
- 45.93
- -109.86
- 0
- 0
- BYZ
-
-
- MTZ028
- 260280
- Southern_Wheatland
- MT
- US
- 46.38
- -109.84
- 0
- 0
- BYZ
-
-
- MTZ066
- 260660
- Beartooth_Foothills
- MT
- US
- 45.54
- -109.81
- 0
- 0
- BYZ
-
-
- AZZ010
- 30100
- Chinle_Valley
- AZ
- US
- 36.36
- -109.76
- 0
- 0
- FGZ
-
-
- AZZ030
- 30300
- Upper_Gila_River_Valley
- AZ
- US
- 33.05
- -109.75
- 0
- 0
- TWC
-
-
- AZZ035
- 30350
- Cochise_County
- AZ
- US
- 31.89
- -109.75
- 0
- 0
- TWC
-
-
- WYZ014
- 500140
- Wind_River_Mountains_West
- WY
- US
- 43.00
- -109.70
- 0
- 0
- RIW
-
-
- WYZ026
- 500260
- Upper_Green_River_Basin
- WY
- US
- 42.42
- -109.68
- 0
- 0
- RIW
-
-
- AZZ017
- 30170
- White_Mountains
- AZ
- US
- 33.89
- -109.65
- 0
- 0
- FGZ
-
-
- MTZ063
- 260630
- Judith_Gap
- MT
- US
- 46.65
- -109.65
- 0
- 0
- BYZ
-
-
- UTZ027
- 440270
- Arches/Grand_Flat
- UT
- US
- 38.95
- -109.61
- 0
- 0
- GJT
-
-
- WYZ028
- 500280
- Rock_Springs_and_Green_River
- WY
- US
- 41.51
- -109.60
- 0
- 0
- RIW
-
-
- UTZ025
- 440250
- Tavaputs_Plateau
- UT
- US
- 39.50
- -109.58
- 0
- 0
- GJT
-
-
- UTZ028
- 440280
- La_Sal_and_Abajo_Mountains
- UT
- US
- 38.15
- -109.53
- 0
- 0
- GJT
-
-
- UTZ023
- 440230
- Eastern_Uinta_Mountains
- UT
- US
- 40.68
- -109.52
- 0
- 0
- GJT
-
-
- UTZ024
- 440240
- Eastern_Uinta_Basin
- UT
- US
- 40.21
- -109.51
- 0
- 0
- GJT
-
-
- WYZ002
- 500020
- Absaroka_Mountains
- WY
- US
- 44.24
- -109.49
- 0
- 0
- RIW
-
-
- AZZ014
- 30140
- Ltl_CO_Riv_Vly_in_Apache_Cnty
- AZ
- US
- 34.58
- -109.45
- 0
- 0
- FGZ
-
-
- UTZ022
- 440220
- Southeast_Utah
- UT
- US
- 37.40
- -109.45
- 0
- 0
- GJT
-
-
- WYZ029
- 500290
- Flaming_Gorge
- WY
- US
- 41.25
- -109.42
- 0
- 0
- RIW
-
-
- WYZ016
- 500160
- Upper_Wind_River_Basin
- WY
- US
- 43.44
- -109.41
- 0
- 0
- RIW
-
-
- MTZ056
- 260560
- Red_Lodge_Foothills
- MT
- US
- 45.23
- -109.32
- 0
- 0
- BYZ
-
-
- AZZ011
- 30110
- Chuska_Mtns_and_Defiance_Plateay
- AZ
- US
- 35.98
- -109.31
- 0
- 0
- FGZ
-
-
- WYZ015
- 500150
- Wind_River_Mountains_East
- WY
- US
- 43.09
- -109.31
- 0
- 0
- RIW
-
-
- AZZ019
- 30190
- Northern_Greenlee
- AZ
- US
- 33.42
- -109.27
- 0
- 0
- TWC
-
-
- MTZ051
- 260510
- Fergus
- MT
- US
- 47.25
- -109.26
- 0
- 0
- TFX
-
-
- MTZ042
- 260420
- Golden_Valley
- MT
- US
- 46.36
- -109.22
- 0
- 0
- BYZ
-
-
- MTZ034
- 260340
- Northern_Stillwater
- MT
- US
- 45.78
- -109.21
- 0
- 0
- BYZ
-
-
- WYZ003
- 500030
- Cody_Foothills
- WY
- US
- 44.46
- -109.04
- 0
- 0
- RIW
-
-
- MTZ047
- 260470
- Blaine
- MT
- US
- 48.37
- -108.90
- 0
- 0
- TFX
-
-
- MTZ039
- 260390
- Eastern_Carbon
- MT
- US
- 45.32
- -108.71
- 0
- 0
- BYZ
-
-
- COZ006
- 60060
- Grand_Valley
- CO
- US
- 39.16
- -108.65
- 0
- 0
- GJT
-
-
- COZ021
- 60210
- Four_Corners/Upper_Dolores_Riv
- CO
- US
- 37.49
- -108.64
- 0
- 0
- GJT
-
-
- NMZ030
- 310300
- Southwest_Desert/Bootheel
- NM
- US
- 31.93
- -108.63
- 0
- 0
- EPZ
-
-
- COZ020
- 60200
- Paradox_Vly/Little_Dolores_Riv
- CO
- US
- 38.28
- -108.61
- 0
- 0
- GJT
-
-
- WYZ007
- 500070
- Owl_Creek_and_Bridger_Mountains
- WY
- US
- 43.62
- -108.61
- 0
- 0
- RIW
-
-
- WYZ018
- 500180
- Lander_Foothills
- WY
- US
- 42.81
- -108.61
- 0
- 0
- RIW
-
-
- MTZ060
- 260600
- Southwest_Phillips
- MT
- US
- 47.83
- -108.55
- 0
- 0
- GGW
-
-
- COZ001
- 60010
- Lower_Yampa_River_Basin
- CO
- US
- 40.30
- -108.49
- 0
- 0
- GJT
-
-
- COZ003
- 60030
- Roan_and_Tavaputs_Plateaus
- CO
- US
- 39.63
- -108.44
- 0
- 0
- GJT
-
-
- MTZ029
- 260290
- Musselshell
- MT
- US
- 46.44
- -108.40
- 0
- 0
- BYZ
-
-
- WYZ030
- 500300
- East_Sweetwater_County
- WY
- US
- 41.61
- -108.37
- 0
- 0
- RIW
-
-
- COZ017
- 60170
- Uncompahgre_Plateau/Dallas_Divid
- CO
- US
- 38.58
- -108.35
- 0
- 0
- GJT
-
-
- WYZ017
- 500170
- Wind_River_Basin
- WY
- US
- 43.13
- -108.34
- 0
- 0
- RIW
-
-
- MTZ021
- 260210
- Petroleum
- MT
- US
- 47.18
- -108.28
- 0
- 0
- GGW
-
-
- WYZ005
- 500050
- Southwest_Big_Horn_Basin
- WY
- US
- 43.81
- -108.25
- 0
- 0
- RIW
-
-
- NMZ001
- 310010
- Northwest_Plateau
- NM
- US
- 36.35
- -108.23
- 0
- 0
- ABQ
-
-
- MTZ035
- 260350
- Yellowstone
- MT
- US
- 45.98
- -108.20
- 0
- 0
- BYZ
-
-
- WYZ004
- 500040
- North_Big_Horn_Basin
- WY
- US
- 44.57
- -108.19
- 0
- 0
- RIW
-
-
- NMZ022
- 310220
- SW_Mtns/Lower_Gila_Region
- NM
- US
- 33.00
- -108.17
- 0
- 0
- EPZ
-
-
- NMZ014
- 310140
- SW_Mtns/Upper_Gila_Region
- NM
- US
- 33.77
- -108.13
- 0
- 0
- ABQ
-
-
- NMZ008
- 310080
- West_Central_Mountains
- NM
- US
- 35.06
- -108.09
- 0
- 0
- ABQ
-
-
- COZ007
- 60070
- Debeque_to_Silt_Corridor
- CO
- US
- 39.43
- -108.05
- 0
- 0
- GJT
-
-
- WYZ019
- 500190
- Grn_Mtns_and_Rattlesnake_Range
- WY
- US
- 42.40
- -107.96
- 0
- 0
- RIW
-
-
- COZ011
- 60110
- Ctrl_Gunnison_and_Uncompahgre_Ri
- CO
- US
- 38.64
- -107.94
- 0
- 0
- GJT
-
-
- COZ022
- 60220
- Animas_River_Basin
- CO
- US
- 37.25
- -107.92
- 0
- 0
- GJT
-
-
- WYZ006
- 500060
- Southeast_Big_Horn_Basin
- WY
- US
- 43.87
- -107.90
- 0
- 0
- RIW
-
-
- COZ002
- 60020
- Central_Yampa_River_Basin
- CO
- US
- 40.34
- -107.85
- 0
- 0
- GJT
-
-
- COZ009
- 60090
- Grand_and_Battlement_Mesas
- CO
- US
- 39.17
- -107.85
- 0
- 0
- GJT
-
-
- MTZ016
- 260160
- Central_and_Southeast_Phillips
- MT
- US
- 48.02
- -107.82
- 0
- 0
- GGW
-
-
- MTZ059
- 260590
- Northern_Phillips
- MT
- US
- 48.79
- -107.75
- 0
- 0
- GGW
-
-
- NMZ031
- 310310
- Southwest_Desert/Mimbres_Basin
- NM
- US
- 32.20
- -107.75
- 0
- 0
- EPZ
-
-
- COZ018
- 60180
- Northwestern_San_Juan_Mountains
- CO
- US
- 38.08
- -107.64
- 0
- 0
- GJT
-
-
- COZ019
- 60190
- Southwest_San_Juan_Mountains
- CO
- US
- 37.48
- -107.64
- 0
- 0
- GJT
-
-
- COZ013
- 60130
- Flattops
- CO
- US
- 39.98
- -107.53
- 0
- 0
- GJT
-
-
- MTZ038
- 260380
- Southern_Big_Horn
- MT
- US
- 45.26
- -107.48
- 0
- 0
- BYZ
-
-
- WYZ098
- 500980
- Northeast_Big_Horn_Mountains
- WY
- US
- 44.78
- -107.43
- 0
- 0
- BYZ
-
-
- MTZ057
- 260570
- Northern_Big_Horn
- MT
- US
- 45.78
- -107.40
- 0
- 0
- BYZ
-
-
- MTZ030
- 260300
- Treasure
- MT
- US
- 46.18
- -107.34
- 0
- 0
- BYZ
-
-
- COZ023
- 60230
- San_Juan_River_Basin
- CO
- US
- 37.20
- -107.30
- 0
- 0
- GJT
-
-
- WYZ008
- 500080
- Bighorn_Mountains_West
- WY
- US
- 44.21
- -107.28
- 0
- 0
- RIW
-
-
- WYZ061
- 500610
- Southwest_Carbon
- WY
- US
- 41.53
- -107.28
- 0
- 0
- CYS
-
-
- COZ014
- 60140
- Upper_Gunnison_River_Valley
- CO
- US
- 38.51
- -107.17
- 0
- 0
- GJT
-
-
- NMZ002
- 310020
- Northwest_Mtns_including_Jemez
- NM
- US
- 36.16
- -107.10
- 0
- 0
- ABQ
-
-
- WYZ009
- 500090
- Bighorn_Mountains_Southeast
- WY
- US
- 43.88
- -107.07
- 0
- 0
- RIW
-
-
- MTZ022
- 260220
- Garfield
- MT
- US
- 47.41
- -107.03
- 0
- 0
- GGW
-
-
- COZ008
- 60080
- Central_Colorado_River_Basin
- CO
- US
- 39.60
- -106.99
- 0
- 0
- GJT
-
-
- MTZ031
- 260310
- Northern_Rosebud
- MT
- US
- 46.27
- -106.99
- 0
- 0
- BYZ
-
-
- NMZ023
- 310230
- Sierra_County_Lakes_Region
- NM
- US
- 33.04
- -106.97
- 0
- 0
- EPZ
-
-
- COZ005
- 60050
- Upper_Yampa_River_Basin
- CO
- US
- 40.41
- -106.96
- 0
- 0
- GJT
-
-
- COZ012
- 60120
- West_Elk_and_Sawatch_Mountains
- CO
- US
- 38.84
- -106.93
- 0
- 0
- GJT
-
-
- COZ010
- 60100
- Gore_and_Elk_Mtns/Ctrl_Mtn_Vlys
- CO
- US
- 39.45
- -106.92
- 0
- 0
- GJT
-
-
- NMZ032
- 310320
- Southern_Desert
- NM
- US
- 32.37
- -106.87
- 0
- 0
- EPZ
-
-
- NMZ015
- 310150
- Lower_Rio_Grande_Valley
- NM
- US
- 34.03
- -106.86
- 0
- 0
- ABQ
-
-
- NMZ009
- 310090
- Middle_Rio_Gnde_Vly/Albuquerque_
- NM
- US
- 34.90
- -106.85
- 0
- 0
- ABQ
-
-
- WYZ062
- 500620
- North_Carbon
- WY
- US
- 42.03
- -106.80
- 0
- 0
- CYS
-
-
- WYZ020
- 500200
- Natrona_County_Lower_Elevations
- WY
- US
- 42.97
- -106.79
- 0
- 0
- RIW
-
-
- WYZ099
- 500990
- Sheridan_Foothills
- WY
- US
- 44.78
- -106.77
- 0
- 0
- BYZ
-
-
- COZ004
- 60040
- Elkhead_and_Park_Mountains
- CO
- US
- 40.46
- -106.73
- 0
- 0
- GJT
-
-
- COZ066
- 60660
- La_Garita_Mtns_Above_10000_Ft
- CO
- US
- 38.05
- -106.72
- 0
- 0
- PUB
-
-
- COZ064
- 60640
- Saguache_Cnty_W_of_Continental_D
- CO
- US
- 38.24
- -106.64
- 0
- 0
- PUB
-
-
- COZ031
- 60310
- W_Jackson_and_W_Gnd_Cnties_Above
- CO
- US
- 40.48
- -106.62
- 0
- 0
- BOU
-
-
- MTZ017
- 260170
- Central_and_Southern_Valley
- MT
- US
- 48.12
- -106.62
- 0
- 0
- GGW
-
-
- MTZ061
- 260610
- Northern_Valley
- MT
- US
- 48.79
- -106.62
- 0
- 0
- GGW
-
-
- COZ068
- 60680
- Ern_Sn_Juan_Mtns_Above_10000_Ft
- CO
- US
- 37.40
- -106.61
- 0
- 0
- PUB
-
-
- MTZ058
- 260580
- Southern_Rosebud
- MT
- US
- 45.43
- -106.50
- 0
- 0
- BYZ
-
-
- WYZ011
- 500110
- Southeast_Johnson_County
- WY
- US
- 43.83
- -106.48
- 0
- 0
- RIW
-
-
- WYZ010
- 500100
- Northeast_Johnson_County
- WY
- US
- 44.36
- -106.46
- 0
- 0
- RIW
-
-
- NMZ010
- 310100
- Sandia/Manzano_Mountains
- NM
- US
- 34.76
- -106.40
- 0
- 0
- ABQ
-
-
- COZ060
- 60600
- Ern_Sawatch_Mtns_Above_11000_Ft
- CO
- US
- 38.81
- -106.39
- 0
- 0
- PUB
-
-
- COZ059
- 60590
- Leadvl_Vic/L_Cnty_Below_11000_Ft
- CO
- US
- 39.20
- -106.38
- 0
- 0
- PUB
-
-
- WYZ063
- 500630
- Snowy_Range
- WY
- US
- 41.39
- -106.37
- 0
- 0
- CYS
-
-
- COZ065
- 60650
- Saguache_Cnty_E_of_Continental_D
- CO
- US
- 38.07
- -106.36
- 0
- 0
- PUB
-
-
- TXZ055
- 430550
- El_Paso
- TX
- US
- 31.70
- -106.30
- 0
- 0
- EPZ
-
-
- COZ030
- 60300
- Jackson_County_Below_9000_Feet
- CO
- US
- 40.69
- -106.28
- 0
- 0
- BOU
-
-
- WYZ022
- 500220
- Casper_Mountain
- WY
- US
- 42.61
- -106.24
- 0
- 0
- RIW
-
-
- COZ067
- 60670
- Upr_Rio_Gnde_Vly/Ern_Sn_Juan_Mtn
- CO
- US
- 37.45
- -106.23
- 0
- 0
- PUB
-
-
- COZ058
- 60580
- Wrn_Mosquito_Rng/E_L_Cnty_Above_
- CO
- US
- 39.21
- -106.21
- 0
- 0
- PUB
-
-
- COZ061
- 60610
- Wrn_Chaffee_Cnty_Between_9000_an
- CO
- US
- 38.74
- -106.20
- 0
- 0
- PUB
-
-
- NMZ024
- 310240
- Tularosa_Basin/Southern_Desert
- NM
- US
- 32.70
- -106.18
- 0
- 0
- EPZ
-
-
- COZ032
- 60320
- Gnd_and_Summit_Cnties_Below_9000
- CO
- US
- 40.00
- -106.17
- 0
- 0
- BOU
-
-
- COZ062
- 60620
- Ctrl_Chaffee_Cnty_Below_9000_Ft
- CO
- US
- 38.74
- -106.12
- 0
- 0
- PUB
-
-
- NMZ003
- 310030
- Upper_Rio_Grande_Valley
- NM
- US
- 35.80
- -106.07
- 0
- 0
- ABQ
-
-
- COZ069
- 60690
- Del_Norte_Vic/Nrn_Sn_Luis_Vly_Be
- CO
- US
- 37.97
- -106.04
- 0
- 0
- PUB
-
-
- COZ063
- 60630
- Wrn_Mosquito_Rng/E_Chaffee_Cnty_
- CO
- US
- 38.79
- -105.96
- 0
- 0
- PUB
-
-
- COZ033
- 60330
- S_and_E_Jackson/Larimer/N_and_NE
- CO
- US
- 40.55
- -105.94
- 0
- 0
- BOU
-
-
- COZ034
- 60340
- S_and_SE_Gnd/W_Ctrl_and_SW_Bould
- CO
- US
- 39.55
- -105.91
- 0
- 0
- BOU
-
-
- COZ070
- 60700
- Alamosa_Vic/Ctrl_Sn_Luis_Vly_Bel
- CO
- US
- 37.54
- -105.91
- 0
- 0
- PUB
-
-
- NMZ011
- 310110
- Ctrl_Hi_Plains/Estancia_Valley
- NM
- US
- 34.77
- -105.83
- 0
- 0
- ABQ
-
-
- MTZ023
- 260230
- McCone
- MT
- US
- 47.59
- -105.82
- 0
- 0
- GGW
-
-
- WYZ065
- 500650
- Laramie_Valley
- WY
- US
- 41.59
- -105.81
- 0
- 0
- CYS
-
-
- COZ071
- 60710
- Southern_San_Luis_Valley
- CO
- US
- 37.27
- -105.78
- 0
- 0
- PUB
-
-
- WYZ064
- 500640
- North_Laramie_Range
- WY
- US
- 42.32
- -105.68
- 0
- 0
- CYS
-
-
- COZ037
- 60370
- Central_and_SE_Park_County
- CO
- US
- 39.05
- -105.66
- 0
- 0
- BOU
-
-
- COZ077
- 60770
- Wrn/Ctrl_Fremt_Cnty_Below_8500_F
- CO
- US
- 38.46
- -105.63
- 0
- 0
- PUB
-
-
- MTZ036
- 260360
- Powder_River
- MT
- US
- 45.40
- -105.63
- 0
- 0
- BYZ
-
-
- NMZ025
- 310250
- Southern_Sacramento_Mountains
- NM
- US
- 32.91
- -105.63
- 0
- 0
- EPZ
-
-
- COZ076
- 60760
- NWrn_Fremt_County_above_8500_Ft
- CO
- US
- 38.55
- -105.61
- 0
- 0
- PUB
-
-
- COZ073
- 60730
- Nrn_Sngre_De_Cristo_Mtns_Above_1
- CO
- US
- 38.00
- -105.59
- 0
- 0
- PUB
-
-
- NMZ017
- 310170
- Capitan/Nrn_Sacramento_Mtns
- NM
- US
- 33.71
- -105.58
- 0
- 0
- ABQ
-
-
- MTZ018
- 260180
- Daniels
- MT
- US
- 48.79
- -105.57
- 0
- 0
- GGW
-
-
- NMZ004
- 310040
- Sangre_de_Cristo_Mountains
- NM
- US
- 36.25
- -105.57
- 0
- 0
- ABQ
-
-
- WYZ054
- 500540
- Northern_Campbell
- WY
- US
- 44.60
- -105.55
- 0
- 0
- UNR
-
-
- WYZ055
- 500550
- Southern_Campbell
- WY
- US
- 43.84
- -105.55
- 0
- 0
- UNR
-
-
- COZ072
- 60720
- Nrn_Sngre_De_Cristo_Mtns_Between
- CO
- US
- 37.98
- -105.49
- 0
- 0
- PUB
-
-
- WYZ059
- 500590
- Converse
- WY
- US
- 43.02
- -105.49
- 0
- 0
- CYS
-
-
- MTZ032
- 260320
- Custer
- MT
- US
- 46.33
- -105.47
- 0
- 0
- BYZ
-
-
- COZ078
- 60780
- Wet_Mtn_Valley_Below_8500_Feet
- CO
- US
- 38.08
- -105.45
- 0
- 0
- PUB
-
-
- TXZ056
- 430560
- Hudspeth
- TX
- US
- 31.32
- -105.45
- 0
- 0
- EPZ
-
-
- MTZ020
- 260200
- Western_Roosevelt
- MT
- US
- 48.29
- -105.41
- 0
- 0
- GGW
-
-
- COZ035
- 60350
- Larimer_and_Boulder_Cnties_Betwe
- CO
- US
- 40.46
- -105.39
- 0
- 0
- BOU
-
-
- MTZ026
- 260260
- Prairie
- MT
- US
- 46.86
- -105.34
- 0
- 0
- GGW
-
-
- COZ036
- 60360
- Jefferson_and_W_Douglas_Cnties_A
- CO
- US
- 39.53
- -105.32
- 0
- 0
- BOU
-
-
- WYZ066
- 500660
- Laramie_Range
- WY
- US
- 41.45
- -105.31
- 0
- 0
- CYS
-
-
- COZ081
- 60810
- Teller_Cnty/Rampart_Rng_above_75
- CO
- US
- 38.82
- -105.22
- 0
- 0
- PUB
-
-
- COZ039
- 60390
- Boulder_And_Jefferson_Cnties_Bel
- CO
- US
- 39.87
- -105.19
- 0
- 0
- BOU
-
-
- COZ075
- 60750
- Srn_Sngre_De_Cristo_Mtns_Above_1
- CO
- US
- 37.20
- -105.17
- 0
- 0
- PUB
-
-
- COZ079
- 60790
- Wet_Mtns_Between_6300_and_10000_
- CO
- US
- 38.08
- -105.14
- 0
- 0
- PUB
-
-
- COZ080
- 60800
- Wet_Mountains_Above_10000_Ft
- CO
- US
- 37.98
- -105.14
- 0
- 0
- PUB
-
-
- COZ083
- 60830
- Canon_City_Vic/Ern_Fremt_County
- CO
- US
- 38.44
- -105.14
- 0
- 0
- PUB
-
-
- NMZ026
- 310260
- Guadalupe_Mtns_of_Chaves_County
- NM
- US
- 32.83
- -105.08
- 0
- 0
- ABQ
-
-
- NMZ016
- 310160
- Lincoln_Cnty_Hi_Plns/Hondo_Vly
- NM
- US
- 33.74
- -105.07
- 0
- 0
- ABQ
-
-
- COZ082
- 60820
- PIkes_Peak_above_11000_Ft
- CO
- US
- 38.82
- -105.04
- 0
- 0
- PUB
-
-
- WYZ067
- 500670
- Platte
- WY
- US
- 42.13
- -104.97
- 0
- 0
- CYS
-
-
- COZ087
- 60870
- Walsenbg_Vic/Upr_Huerfano_Riv_Bs
- CO
- US
- 37.67
- -104.87
- 0
- 0
- PUB
-
-
- MTZ025
- 260250
- Dawson
- MT
- US
- 47.32
- -104.86
- 0
- 0
- GGW
-
-
- COZ074
- 60740
- Srn_Sngre_De_Cristo_Mtns_Between
- CO
- US
- 37.26
- -104.83
- 0
- 0
- PUB
-
-
- COZ040
- 60400
- N_Douglas_Cnty_Below_6000_Feet/D
- CO
- US
- 39.73
- -104.81
- 0
- 0
- BOU
-
-
- COZ038
- 60380
- Larimer_Cnty_Below_6000_Feet/NW_
- CO
- US
- 40.63
- -104.80
- 0
- 0
- BOU
-
-
- WYZ069
- 500690
- Cheyenne_Foothills
- WY
- US
- 41.33
- -104.75
- 0
- 0
- CYS
-
-
- WYZ056
- 500560
- Western_Crook
- WY
- US
- 44.59
- -104.72
- 0
- 0
- UNR
-
-
- TXZ258
- 432580
- Guadalupe_Mountains
- TX
- US
- 31.90
- -104.71
- 0
- 0
- MAF
-
-
- NMZ027
- 310270
- Guadalupe_Mtns_of_Eddy_County
- NM
- US
- 32.30
- -104.67
- 0
- 0
- MAF
-
-
- MTZ024
- 260240
- Richland
- MT
- US
- 47.75
- -104.64
- 0
- 0
- GGW
-
-
- TXZ079
- 430790
- Presidio_Valley
- TX
- US
- 29.95
- -104.61
- 0
- 0
- MAF
-
-
- COZ043
- 60430
- Central_and_South_Weld_County
- CO
- US
- 40.29
- -104.59
- 0
- 0
- BOU
-
-
- WYZ058
- 500580
- Weston
- WY
- US
- 43.84
- -104.57
- 0
- 0
- UNR
-
-
- MTZ019
- 260190
- Sheridan
- MT
- US
- 48.70
- -104.55
- 0
- 0
- GGW
-
-
- TXZ057
- 430570
- Van_Horn_and_Hiway_54_Corridor
- TX
- US
- 31.24
- -104.55
- 0
- 0
- MAF
-
-
- COZ086
- 60860
- Pueblo_and_Vic/Pueblo_Cnty_Below
- CO
- US
- 38.12
- -104.54
- 0
- 0
- PUB
-
-
- MTZ037
- 260370
- Carter
- MT
- US
- 45.57
- -104.54
- 0
- 0
- BYZ
-
-
- NMZ005
- 310050
- Northeast_Highlands
- NM
- US
- 36.10
- -104.54
- 0
- 0
- ABQ
-
-
- COZ085
- 60850
- CO_Spgs_Vic/Srn_El_Paso_Cnty/Ram
- CO
- US
- 38.74
- -104.51
- 0
- 0
- PUB
-
-
- MTZ062
- 260620
- Eastern_Roosevelt
- MT
- US
- 48.28
- -104.51
- 0
- 0
- GGW
-
-
- COZ088
- 60880
- Trinidad_Vic/Wrn_Las_Animas_Cnty
- CO
- US
- 37.40
- -104.50
- 0
- 0
- PUB
-
-
- COZ084
- 60840
- Nrn_El_Paso_Cnty/Monument_Ridge/
- CO
- US
- 38.99
- -104.49
- 0
- 0
- PUB
-
-
- WYZ060
- 500600
- Niobrara
- WY
- US
- 43.06
- -104.49
- 0
- 0
- CYS
-
-
- MTZ033
- 260330
- Fallon
- MT
- US
- 46.29
- -104.48
- 0
- 0
- BYZ
-
-
- NMZ012
- 310120
- Conchas_Lake/Guadalupe_County
- NM
- US
- 35.08
- -104.46
- 0
- 0
- ABQ
-
-
- COZ041
- 60410
- Elbert/Ctrl_and_E_Douglas_Cnties
- CO
- US
- 39.28
- -104.43
- 0
- 0
- BOU
-
-
- NMZ018
- 310180
- De_Baca_County
- NM
- US
- 34.39
- -104.41
- 0
- 0
- ABQ
-
-
- TXZ080
- 430800
- Marfa_Plateau
- TX
- US
- 30.16
- -104.39
- 0
- 0
- MAF
-
-
- WYZ057
- 500570
- Wyoming_Black_Hills
- WY
- US
- 44.38
- -104.37
- 0
- 0
- UNR
-
-
- WYZ068
- 500680
- Goshen
- WY
- US
- 42.09
- -104.35
- 0
- 0
- CYS
-
-
- MTZ027
- 260270
- Wibaux
- MT
- US
- 47.02
- -104.33
- 0
- 0
- GGW
-
-
- WYZ070
- 500700
- Pine_Bluffs
- WY
- US
- 41.28
- -104.28
- 0
- 0
- CYS
-
-
- NMZ028
- 310280
- Eddy_County_Plains
- NM
- US
- 32.49
- -104.27
- 0
- 0
- MAF
-
-
- WYZ071
- 500710
- Northeastern_Crook
- WY
- US
- 44.79
- -104.21
- 0
- 0
- UNR
-
-
- NMZ019
- 310190
- Chaves_County_Plains
- NM
- US
- 33.53
- -104.19
- 0
- 0
- ABQ
-
-
- COZ042
- 60420
- Northeast_Weld_County
- CO
- US
- 40.75
- -104.10
- 0
- 0
- BOU
-
-
- COZ045
- 60450
- Ctrl_and_E_Adams_and_Arapahoe_Cn
- CO
- US
- 39.78
- -104.10
- 0
- 0
- BOU
-
-
- NMZ006
- 310060
- Harding_County
- NM
- US
- 35.81
- -103.89
- 0
- 0
- ABQ
-
-
- NDZ031
- 340310
- Golden_Valley
- ND
- US
- 46.94
- -103.83
- 0
- 0
- BIS
-
-
- COZ046
- 60460
- N_and_NE_Elbert_Cnty_Below_6000_
- CO
- US
- 39.33
- -103.81
- 0
- 0
- BOU
-
-
- COZ044
- 60440
- Morgan_County
- CO
- US
- 40.25
- -103.80
- 0
- 0
- BOU
-
-
- TXZ074
- 430740
- Davis/Apache_Mountains_Area
- TX
- US
- 30.71
- -103.80
- 0
- 0
- MAF
-
-
- TXZ058
- 430580
- Reeves_Cnty_and_Upr_Trans_Pecos
- TX
- US
- 31.39
- -103.78
- 0
- 0
- MAF
-
-
- COZ089
- 60890
- Crowley_County
- CO
- US
- 38.31
- -103.77
- 0
- 0
- PUB
-
-
- NEZ001
- 270010
- Sioux
- NE
- US
- 42.50
- -103.73
- 0
- 0
- CYS
-
-
- COZ093
- 60930
- La_Junta_Vicinity/Otero_County
- CO
- US
- 37.95
- -103.72
- 0
- 0
- PUB
-
-
- SDZ024
- 410240
- Northern_Black_Hills
- SD
- US
- 44.31
- -103.72
- 0
- 0
- UNR
-
-
- NEZ019
- 270190
- Scotts_Bluff
- NE
- US
- 41.85
- -103.71
- 0
- 0
- CYS
-
-
- NEZ020
- 270200
- Banner
- NE
- US
- 41.54
- -103.71
- 0
- 0
- CYS
-
-
- NEZ054
- 270540
- Kimball
- NE
- US
- 41.20
- -103.71
- 0
- 0
- CYS
-
-
- SDZ028
- 410280
- Central_Black_Hills
- SD
- US
- 44.00
- -103.69
- 0
- 0
- UNR
-
-
- SDZ029
- 410290
- Southern_Black_Hills
- SD
- US
- 43.67
- -103.69
- 0
- 0
- UNR
-
-
- NMZ007
- 310070
- Far_Northeast_Plains
- NM
- US
- 36.37
- -103.67
- 0
- 0
- ABQ
-
-
- TXZ059
- 430590
- Loving
- TX
- US
- 31.83
- -103.66
- 0
- 0
- MAF
-
-
- SDZ025
- 410250
- Northern_Foot_Hills
- SD
- US
- 44.44
- -103.64
- 0
- 0
- UNR
-
-
- SDZ027
- 410270
- Southern_Foot_Hills
- SD
- US
- 43.36
- -103.64
- 0
- 0
- UNR
-
-
- COZ047
- 60470
- SE_Elbert_Cnty_Below_6000_Feet/S
- CO
- US
- 38.80
- -103.60
- 0
- 0
- BOU
-
-
- NMZ013
- 310130
- Quay_County
- NM
- US
- 35.17
- -103.57
- 0
- 0
- ABQ
-
-
- COZ094
- 60940
- Eastern_Las_Animas_County
- CO
- US
- 37.32
- -103.56
- 0
- 0
- PUB
-
-
- SDZ041
- 410410
- Fall_River
- SD
- US
- 43.24
- -103.53
- 0
- 0
- UNR
-
-
- NDZ043
- 340430
- Bowman
- ND
- US
- 46.11
- -103.52
- 0
- 0
- BIS
-
-
- SDZ012
- 410120
- Butte
- SD
- US
- 44.89
- -103.51
- 0
- 0
- UNR
-
-
- SDZ001
- 410010
- Harding
- SD
- US
- 45.58
- -103.50
- 0
- 0
- UNR
-
-
- NDZ040
- 340400
- Slope
- ND
- US
- 46.45
- -103.49
- 0
- 0
- BIS
-
-
- NMZ020
- 310200
- Roosevelt_County
- NM
- US
- 34.08
- -103.49
- 0
- 0
- ABQ
-
-
- NDZ001
- 340010
- Divide
- ND
- US
- 48.82
- -103.47
- 0
- 0
- BIS
-
-
- NDZ009
- 340090
- Williams
- ND
- US
- 48.30
- -103.44
- 0
- 0
- BIS
-
-
- NMZ033
- 310330
- Central_Lea_County
- NM
- US
- 32.75
- -103.43
- 0
- 0
- MAF
-
-
- NMZ029
- 310290
- Northern_Lea_County
- NM
- US
- 33.28
- -103.40
- 0
- 0
- MAF
-
-
- NMZ034
- 310340
- Southern_Lea_County
- NM
- US
- 32.25
- -103.39
- 0
- 0
- MAF
-
-
- NMZ021
- 310210
- Curry_County
- NM
- US
- 34.64
- -103.38
- 0
- 0
- ABQ
-
-
- NDZ032
- 340320
- Billings
- ND
- US
- 46.98
- -103.35
- 0
- 0
- BIS
-
-
- SDZ072
- 410720
- Sturgis/Piedmont_Foot_Hills
- SD
- US
- 44.38
- -103.35
- 0
- 0
- UNR
-
-
- NDZ017
- 340170
- McKenzie
- ND
- US
- 47.74
- -103.31
- 0
- 0
- BIS
-
-
- SDZ074
- 410740
- Hermosa_Foot_Hills
- SD
- US
- 43.67
- -103.27
- 0
- 0
- UNR
-
-
- COZ049
- 60490
- Washington_County
- CO
- US
- 40.00
- -103.24
- 0
- 0
- BOU
-
-
- SDZ026
- 410260
- Rapid_City
- SD
- US
- 44.00
- -103.23
- 0
- 0
- UNR
-
-
- TXZ067
- 430670
- Ward
- TX
- US
- 31.46
- -103.18
- 0
- 0
- MAF
-
-
- NEZ002
- 270020
- Dawes
- NE
- US
- 42.72
- -103.14
- 0
- 0
- CYS
-
-
- COZ048
- 60480
- Logan_County
- CO
- US
- 40.72
- -103.11
- 0
- 0
- BOU
-
-
- COZ095
- 60950
- Western_Kiowa_County
- CO
- US
- 38.43
- -103.11
- 0
- 0
- PUB
-
-
- NEZ003
- 270030
- Box_Butte
- NE
- US
- 42.22
- -103.07
- 0
- 0
- CYS
-
-
- TXZ060
- 430600
- Winkler
- TX
- US
- 31.87
- -103.07
- 0
- 0
- MAF
-
-
- TXZ081
- 430810
- Big_Bend_Area
- TX
- US
- 29.69
- -103.06
- 0
- 0
- MAF
-
-
- COZ097
- 60970
- Las_Animas_Vicinity/Bent_County
- CO
- US
- 37.95
- -103.05
- 0
- 0
- PUB
-
-
- NEZ021
- 270210
- Morrill
- NE
- US
- 41.72
- -103.00
- 0
- 0
- CYS
-
-
- NEZ055
- 270550
- Cheyenne
- NE
- US
- 41.22
- -102.99
- 0
- 0
- CYS
-
-
- SDZ030
- 410300
- Custer_Co_Plains
- SD
- US
- 43.67
- -102.96
- 0
- 0
- UNR
-
-
- TXZ027
- 430270
- Bailey
- TX
- US
- 34.07
- -102.82
- 0
- 0
- LUB
-
-
- TXZ033
- 430330
- Cochran
- TX
- US
- 33.61
- -102.82
- 0
- 0
- LUB
-
-
- TXZ039
- 430390
- Yoakum
- TX
- US
- 33.17
- -102.82
- 0
- 0
- LUB
-
-
- SDZ073
- 410730
- Southern_Meade_Co_Plains
- SD
- US
- 44.38
- -102.78
- 0
- 0
- UNR
-
-
- TXZ021
- 430210
- Parmer
- TX
- US
- 34.53
- -102.78
- 0
- 0
- LUB
-
-
- TXZ075
- 430750
- Pecos
- TX
- US
- 30.72
- -102.67
- 0
- 0
- MAF
-
-
- NDZ033
- 340330
- Stark
- ND
- US
- 46.82
- -102.66
- 0
- 0
- BIS
-
-
- NDZ018
- 340180
- Dunn
- ND
- US
- 47.40
- -102.63
- 0
- 0
- BIS
-
-
- TXZ050
- 430500
- Andrews
- TX
- US
- 32.30
- -102.63
- 0
- 0
- MAF
-
-
- TXZ045
- 430450
- Gaines
- TX
- US
- 32.74
- -102.62
- 0
- 0
- MAF
-
-
- COZ092
- 60920
- Cheyenne_County
- CO
- US
- 38.82
- -102.61
- 0
- 0
- GLD
-
-
- COZ091
- 60910
- Kit_Carson_County
- CO
- US
- 39.30
- -102.60
- 0
- 0
- GLD
-
-
- TXZ001
- 430010
- Dallam
- TX
- US
- 36.27
- -102.60
- 0
- 0
- AMA
-
-
- TXZ006
- 430060
- Hartley
- TX
- US
- 35.84
- -102.59
- 0
- 0
- AMA
-
-
- TXZ011
- 430110
- Oldham
- TX
- US
- 35.40
- -102.59
- 0
- 0
- AMA
-
-
- TXZ016
- 430160
- Deaf_Smith
- TX
- US
- 34.97
- -102.59
- 0
- 0
- AMA
-
-
- COZ099
- 60990
- Springfield_Vic/Baca_County
- CO
- US
- 37.32
- -102.56
- 0
- 0
- PUB
-
-
- SDZ031
- 410310
- Pennington_Co_Plains
- SD
- US
- 44.10
- -102.56
- 0
- 0
- UNR
-
-
- SDZ042
- 410420
- Shannon
- SD
- US
- 43.35
- -102.54
- 0
- 0
- UNR
-
-
- TXZ061
- 430610
- Ector
- TX
- US
- 31.87
- -102.54
- 0
- 0
- MAF
-
-
- TXZ068
- 430680
- Crane
- TX
- US
- 31.37
- -102.54
- 0
- 0
- MAF
-
-
- OKZ001
- 360010
- Cimarron
- OK
- US
- 36.74
- -102.51
- 0
- 0
- AMA
-
-
- NDZ044
- 340440
- Adams
- ND
- US
- 46.11
- -102.50
- 0
- 0
- BIS
-
-
- NDZ002
- 340020
- Burke
- ND
- US
- 48.78
- -102.48
- 0
- 0
- BIS
-
-
- SDZ002
- 410020
- Perkins
- SD
- US
- 45.49
- -102.48
- 0
- 0
- UNR
-
-
- SDZ013
- 410130
- Northern_Meade_Co_Plains
- SD
- US
- 44.82
- -102.48
- 0
- 0
- UNR
-
-
- NDZ041
- 340410
- Hettinger
- ND
- US
- 46.42
- -102.46
- 0
- 0
- BIS
-
-
- COZ090
- 60900
- Yuma_County
- CO
- US
- 40.00
- -102.42
- 0
- 0
- GLD
-
-
- NEZ004
- 270040
- Sheridan
- NE
- US
- 42.50
- -102.40
- 0
- 0
- LBF
-
-
- COZ096
- 60960
- Eastern_Kiowa_County
- CO
- US
- 38.44
- -102.39
- 0
- 0
- PUB
-
-
- COZ098
- 60980
- Lamar_Vicinity/Prowers_County
- CO
- US
- 37.95
- -102.39
- 0
- 0
- PUB
-
-
- NDZ010
- 340100
- Mountrail
- ND
- US
- 48.16
- -102.38
- 0
- 0
- BIS
-
-
- COZ050
- 60500
- Sedgwick_County
- CO
- US
- 40.87
- -102.35
- 0
- 0
- BOU
-
-
- COZ051
- 60510
- Phillips_County
- CO
- US
- 40.59
- -102.35
- 0
- 0
- BOU
-
-
- TXZ028
- 430280
- Lamb
- TX
- US
- 34.07
- -102.35
- 0
- 0
- LUB
-
-
- TXZ034
- 430340
- Hockley
- TX
- US
- 33.61
- -102.34
- 0
- 0
- LUB
-
-
- NEZ022
- 270220
- Garden
- NE
- US
- 41.61
- -102.33
- 0
- 0
- LBF
-
-
- NEZ056
- 270560
- Deuel
- NE
- US
- 41.11
- -102.33
- 0
- 0
- LBF
-
-
- TXZ040
- 430400
- Terry
- TX
- US
- 33.17
- -102.33
- 0
- 0
- LUB
-
-
- TXZ022
- 430220
- Castro
- TX
- US
- 34.53
- -102.26
- 0
- 0
- LUB
-
-
- TXZ082
- 430820
- Terrell
- TX
- US
- 30.22
- -102.11
- 0
- 0
- MAF
-
-
- TXZ069
- 430690
- Upton
- TX
- US
- 31.37
- -102.04
- 0
- 0
- MAF
-
-
- TXZ062
- 430620
- Midland
- TX
- US
- 31.87
- -102.03
- 0
- 0
- MAF
-
-
- TXZ051
- 430510
- Martin
- TX
- US
- 32.30
- -101.95
- 0
- 0
- MAF
-
-
- TXZ046
- 430460
- Dawson
- TX
- US
- 32.74
- -101.94
- 0
- 0
- MAF
-
-
- TXZ017
- 430170
- Randall
- TX
- US
- 34.97
- -101.90
- 0
- 0
- AMA
-
-
- TXZ002
- 430020
- Sherman
- TX
- US
- 36.27
- -101.89
- 0
- 0
- AMA
-
-
- TXZ007
- 430070
- Moore
- TX
- US
- 35.84
- -101.89
- 0
- 0
- AMA
-
-
- TXZ012
- 430120
- Potter
- TX
- US
- 35.40
- -101.89
- 0
- 0
- AMA
-
-
- TXZ029
- 430290
- Hale
- TX
- US
- 34.07
- -101.82
- 0
- 0
- LUB
-
-
- TXZ035
- 430350
- Lubbock
- TX
- US
- 33.61
- -101.82
- 0
- 0
- LUB
-
-
- TXZ041
- 430410
- Lynn
- TX
- US
- 33.17
- -101.82
- 0
- 0
- LUB
-
-
- KSZ041
- 160410
- Greeley
- KS
- US
- 38.47
- -101.80
- 0
- 0
- GLD
-
-
- KSZ084
- 160840
- Morton
- KS
- US
- 37.19
- -101.80
- 0
- 0
- DDC
-
-
- KSZ061
- 160610
- Hamilton
- KS
- US
- 37.99
- -101.78
- 0
- 0
- DDC
-
-
- KSZ074
- 160740
- Stanton
- KS
- US
- 37.56
- -101.78
- 0
- 0
- DDC
-
-
- KSZ027
- 160270
- Wallace
- KS
- US
- 38.91
- -101.76
- 0
- 0
- GLD
-
-
- NEZ023
- 270230
- Grant
- NE
- US
- 41.91
- -101.75
- 0
- 0
- LBF
-
-
- KSZ001
- 160010
- Cheyenne
- KS
- US
- 39.78
- -101.73
- 0
- 0
- GLD
-
-
- NDZ019
- 340190
- Mercer
- ND
- US
- 47.28
- -101.73
- 0
- 0
- BIS
-
-
- TXZ023
- 430230
- Swisher
- TX
- US
- 34.53
- -101.73
- 0
- 0
- LUB
-
-
- KSZ013
- 160130
- Sherman
- KS
- US
- 39.35
- -101.72
- 0
- 0
- GLD
-
-
- NEZ035
- 270350
- Arthur
- NE
- US
- 41.56
- -101.70
- 0
- 0
- LBF
-
-
- NEZ069
- 270690
- Chase
- NE
- US
- 40.52
- -101.69
- 0
- 0
- LBF
-
-
- NEZ079
- 270790
- Dundy
- NE
- US
- 40.17
- -101.69
- 0
- 0
- GLD
-
-
- SDZ044
- 410440
- Bennett
- SD
- US
- 43.19
- -101.67
- 0
- 0
- UNR
-
-
- TXZ076
- 430760
- Crockett
- TX
- US
- 30.69
- -101.67
- 0
- 0
- SJT
-
-
- NEZ057
- 270570
- Keith
- NE
- US
- 41.19
- -101.65
- 0
- 0
- LBF
-
-
- NEZ058
- 270580
- Perkins
- NE
- US
- 40.85
- -101.65
- 0
- 0
- LBF
-
-
- SDZ043
- 410430
- Jackson
- SD
- US
- 43.69
- -101.61
- 0
- 0
- UNR
-
-
- NDZ011
- 340110
- Ward
- ND
- US
- 48.33
- -101.60
- 0
- 0
- BIS
-
-
- NDZ042
- 340420
- Grant
- ND
- US
- 46.37
- -101.58
- 0
- 0
- BIS
-
-
- SDZ014
- 410140
- Ziebach
- SD
- US
- 45.00
- -101.57
- 0
- 0
- UNR
-
-
- NDZ003
- 340030
- Renville
- ND
- US
- 48.73
- -101.54
- 0
- 0
- BIS
-
-
- SDZ032
- 410320
- Haakon
- SD
- US
- 44.37
- -101.53
- 0
- 0
- UNR
-
-
- TXZ063
- 430630
- Glasscock
- TX
- US
- 31.87
- -101.52
- 0
- 0
- MAF
-
-
- TXZ070
- 430700
- Reagan
- TX
- US
- 31.37
- -101.52
- 0
- 0
- MAF
-
-
- OKZ002
- 360020
- Texas
- OK
- US
- 36.74
- -101.49
- 0
- 0
- AMA
-
-
- TXZ047
- 430470
- Borden
- TX
- US
- 32.74
- -101.43
- 0
- 0
- MAF
-
-
- TXZ052
- 430520
- Howard
- TX
- US
- 32.30
- -101.43
- 0
- 0
- MAF
-
-
- NEZ094
- 270940
- Western_Cherry
- NE
- US
- 42.54
- -101.42
- 0
- 0
- LBF
-
-
- TXZ013
- 430130
- Carson
- TX
- US
- 35.40
- -101.36
- 0
- 0
- AMA
-
-
- TXZ018
- 430180
- Armstrong
- TX
- US
- 34.97
- -101.36
- 0
- 0
- AMA
-
-
- TXZ003
- 430030
- Hansford
- TX
- US
- 36.27
- -101.35
- 0
- 0
- AMA
-
-
- TXZ008
- 430080
- Hutchinson
- TX
- US
- 35.84
- -101.35
- 0
- 0
- AMA
-
-
- KSZ042
- 160420
- Wichita
- KS
- US
- 38.48
- -101.34
- 0
- 0
- GLD
-
-
- NDZ034
- 340340
- Morton
- ND
- US
- 46.63
- -101.33
- 0
- 0
- BIS
-
-
- NDZ020
- 340200
- Oliver
- ND
- US
- 47.14
- -101.32
- 0
- 0
- BIS
-
-
- KSZ062
- 160620
- Kearny
- KS
- US
- 37.99
- -101.31
- 0
- 0
- DDC
-
-
- KSZ085
- 160850
- Stevens
- KS
- US
- 37.19
- -101.31
- 0
- 0
- DDC
-
-
- KSZ075
- 160750
- Grant
- KS
- US
- 37.56
- -101.30
- 0
- 0
- DDC
-
-
- TXZ030
- 430300
- Floyd
- TX
- US
- 34.07
- -101.30
- 0
- 0
- LUB
-
-
- TXZ036
- 430360
- Crosby
- TX
- US
- 33.61
- -101.30
- 0
- 0
- LUB
-
-
- TXZ042
- 430420
- Garza
- TX
- US
- 33.17
- -101.30
- 0
- 0
- LUB
-
-
- TXZ183
- 431830
- Val_Verde
- TX
- US
- 29.76
- -101.22
- 0
- 0
- EWX
-
-
- TXZ024
- 430240
- Briscoe
- TX
- US
- 34.53
- -101.21
- 0
- 0
- LUB
-
-
- SDZ003
- 410030
- Corson
- SD
- US
- 45.71
- -101.15
- 0
- 0
- ABR
-
-
- KSZ028
- 160280
- Logan
- KS
- US
- 38.91
- -101.14
- 0
- 0
- GLD
-
-
- NEZ024
- 270240
- Hooker
- NE
- US
- 41.91
- -101.13
- 0
- 0
- LBF
-
-
- KSZ002
- 160020
- Rawlins
- KS
- US
- 39.78
- -101.07
- 0
- 0
- GLD
-
-
- NEZ036
- 270360
- McPherson
- NE
- US
- 41.56
- -101.06
- 0
- 0
- LBF
-
-
- NEZ070
- 270700
- Hayes
- NE
- US
- 40.52
- -101.06
- 0
- 0
- LBF
-
-
- KSZ014
- 160140
- Thomas
- KS
- US
- 39.35
- -101.05
- 0
- 0
- GLD
-
-
- NDZ021
- 340210
- McLean
- ND
- US
- 47.51
- -101.04
- 0
- 0
- BIS
-
-
- NEZ080
- 270800
- Hitchcock
- NE
- US
- 40.17
- -101.04
- 0
- 0
- GLD
-
-
- TXZ064
- 430640
- Sterling
- TX
- US
- 31.83
- -101.04
- 0
- 0
- SJT
-
-
- TXZ071
- 430710
- Irion
- TX
- US
- 31.31
- -100.98
- 0
- 0
- SJT
-
-
- TXZ048
- 430480
- Scurry
- TX
- US
- 32.74
- -100.92
- 0
- 0
- MAF
-
-
- TXZ053
- 430530
- Mitchell
- TX
- US
- 32.30
- -100.92
- 0
- 0
- MAF
-
-
- KSZ043
- 160430
- Scott
- KS
- US
- 38.48
- -100.90
- 0
- 0
- DDC
-
-
- NDZ045
- 340450
- Sioux
- ND
- US
- 46.19
- -100.90
- 0
- 0
- BIS
-
-
- SDZ015
- 410150
- Dewey
- SD
- US
- 45.10
- -100.89
- 0
- 0
- ABR
-
-
- SDZ033
- 410330
- Stanley
- SD
- US
- 44.48
- -100.88
- 0
- 0
- ABR
-
-
- KSZ076
- 160760
- Haskell
- KS
- US
- 37.56
- -100.86
- 0
- 0
- DDC
-
-
- KSZ086
- 160860
- Seward
- KS
- US
- 37.19
- -100.85
- 0
- 0
- DDC
-
-
- NDZ004
- 340040
- Bottineau
- ND
- US
- 48.77
- -100.82
- 0
- 0
- BIS
-
-
- TXZ004
- 430040
- Ochiltree
- TX
- US
- 36.27
- -100.82
- 0
- 0
- AMA
-
-
- TXZ009
- 430090
- Roberts
- TX
- US
- 35.84
- -100.82
- 0
- 0
- AMA
-
-
- TXZ014
- 430140
- Gray
- TX
- US
- 35.40
- -100.81
- 0
- 0
- AMA
-
-
- TXZ019
- 430190
- Donley
- TX
- US
- 34.96
- -100.81
- 0
- 0
- AMA
-
-
- TXZ031
- 430310
- Motley
- TX
- US
- 34.08
- -100.78
- 0
- 0
- LUB
-
-
- TXZ037
- 430370
- Dickens
- TX
- US
- 33.62
- -100.78
- 0
- 0
- LUB
-
-
- TXZ043
- 430430
- Kent
- TX
- US
- 33.18
- -100.78
- 0
- 0
- LUB
-
-
- NEZ059
- 270590
- Lincoln
- NE
- US
- 41.04
- -100.74
- 0
- 0
- LBF
-
-
- SDZ046
- 410460
- Mellette
- SD
- US
- 43.63
- -100.72
- 0
- 0
- UNR
-
-
- SDZ047
- 410470
- Todd
- SD
- US
- 43.19
- -100.72
- 0
- 0
- UNR
-
-
- SDZ045
- 410450
- Jones
- SD
- US
- 43.95
- -100.71
- 0
- 0
- ABR
-
-
- TXZ025
- 430250
- Hall
- TX
- US
- 34.53
- -100.68
- 0
- 0
- LUB
-
-
- KSZ063
- 160630
- Finney
- KS
- US
- 37.99
- -100.66
- 0
- 0
- DDC
-
-
- NDZ012
- 340120
- McHenry
- ND
- US
- 48.24
- -100.63
- 0
- 0
- BIS
-
-
- NEZ025
- 270250
- Thomas
- NE
- US
- 41.91
- -100.55
- 0
- 0
- LBF
-
-
- TXZ077
- 430770
- Schleicher
- TX
- US
- 30.89
- -100.54
- 0
- 0
- SJT
-
-
- TXZ078
- 430780
- Sutton
- TX
- US
- 30.49
- -100.54
- 0
- 0
- SJT
-
-
- NEZ005
- 270050
- Eastern_Cherry
- NE
- US
- 42.53
- -100.53
- 0
- 0
- LBF
-
-
- TXZ065
- 430650
- Coke
- TX
- US
- 31.89
- -100.53
- 0
- 0
- SJT
-
-
- NDZ035
- 340350
- Burleigh
- ND
- US
- 46.98
- -100.52
- 0
- 0
- BIS
-
-
- KSZ029
- 160290
- Gove
- KS
- US
- 38.91
- -100.48
- 0
- 0
- GLD
-
-
- NEZ037
- 270370
- Logan
- NE
- US
- 41.57
- -100.48
- 0
- 0
- LBF
-
-
- OKZ003
- 360030
- Beaver
- OK
- US
- 36.74
- -100.48
- 0
- 0
- AMA
-
-
- NEZ081
- 270810
- Red_Willow
- NE
- US
- 40.17
- -100.47
- 0
- 0
- GLD
-
-
- KSZ003
- 160030
- Decatur
- KS
- US
- 39.78
- -100.46
- 0
- 0
- GLD
-
-
- KSZ044
- 160440
- Lane
- KS
- US
- 38.47
- -100.46
- 0
- 0
- DDC
-
-
- TXZ202
- 432020
- Kinney
- TX
- US
- 29.35
- -100.45
- 0
- 0
- EWX
-
-
- KSZ015
- 160150
- Sheridan
- KS
- US
- 39.35
- -100.44
- 0
- 0
- GLD
-
-
- KSZ077
- 160770
- Gray
- KS
- US
- 37.73
- -100.43
- 0
- 0
- DDC
-
-
- TXZ049
- 430490
- Fisher
- TX
- US
- 32.74
- -100.41
- 0
- 0
- SJT
-
-
- TXZ054
- 430540
- Nolan
- TX
- US
- 32.30
- -100.41
- 0
- 0
- SJT
-
-
- TXZ072
- 430720
- Tom_Green
- TX
- US
- 31.39
- -100.40
- 0
- 0
- SJT
-
-
- TXZ217
- 432170
- Maverick
- TX
- US
- 28.65
- -100.39
- 0
- 0
- EWX
-
-
- KSZ087
- 160870
- Meade
- KS
- US
- 37.23
- -100.37
- 0
- 0
- DDC
-
-
- NEZ071
- 270710
- Frontier
- NE
- US
- 40.52
- -100.37
- 0
- 0
- LBF
-
-
- NDZ022
- 340220
- Sheridan
- ND
- US
- 47.59
- -100.36
- 0
- 0
- BIS
-
-
- TXZ005
- 430050
- Lipscomb
- TX
- US
- 36.28
- -100.27
- 0
- 0
- AMA
-
-
- TXZ010
- 430100
- Hemphill
- TX
- US
- 35.84
- -100.27
- 0
- 0
- AMA
-
-
- TXZ015
- 430150
- Wheeler
- TX
- US
- 35.40
- -100.27
- 0
- 0
- AMA
-
-
- TXZ020
- 430200
- Collingsworth
- TX
- US
- 34.96
- -100.27
- 0
- 0
- AMA
-
-
- NDZ046
- 340460
- Emmons
- ND
- US
- 46.29
- -100.26
- 0
- 0
- BIS
-
-
- TXZ032
- 430320
- Cottle
- TX
- US
- 34.08
- -100.26
- 0
- 0
- LUB
-
-
- TXZ038
- 430380
- King
- TX
- US
- 33.62
- -100.26
- 0
- 0
- LUB
-
-
- TXZ044
- 430440
- Stonewall
- TX
- US
- 33.18
- -100.26
- 0
- 0
- LUB
-
-
- TXZ184
- 431840
- Edwards
- TX
- US
- 29.96
- -100.22
- 0
- 0
- EWX
-
-
- TXZ026
- 430260
- Childress
- TX
- US
- 34.53
- -100.21
- 0
- 0
- LUB
-
-
- SDZ034
- 410340
- Sully
- SD
- US
- 44.72
- -100.20
- 0
- 0
- ABR
-
-
- SDZ004
- 410040
- Campbell
- SD
- US
- 45.77
- -100.12
- 0
- 0
- ABR
-
-
- SDZ009
- 410090
- Walworth
- SD
- US
- 45.43
- -100.10
- 0
- 0
- ABR
-
-
- SDZ035
- 410350
- Hughes
- SD
- US
- 44.33
- -100.10
- 0
- 0
- ABR
-
-
- SDZ016
- 410160
- Potter
- SD
- US
- 45.07
- -100.00
- 0
- 0
- ABR
-
-
- NEZ026
- 270260
- Blaine
- NE
- US
- 41.91
- -99.97
- 0
- 0
- LBF
-
-
- TXZ066
- 430660
- Runnels
- TX
- US
- 31.83
- -99.97
- 0
- 0
- SJT
-
-
- NEZ008
- 270080
- Brown
- NE
- US
- 42.46
- -99.93
- 0
- 0
- LBF
-
-
- KSZ045
- 160450
- Ness
- KS
- US
- 38.47
- -99.91
- 0
- 0
- DDC
-
-
- NEZ082
- 270820
- Furnas
- NE
- US
- 40.17
- -99.91
- 0
- 0
- GID
-
-
- KSZ004
- 160040
- Norton
- KS
- US
- 39.78
- -99.90
- 0
- 0
- GLD
-
-
- KSZ064
- 160640
- Hodgeman
- KS
- US
- 38.08
- -99.89
- 0
- 0
- DDC
-
-
- KSZ078
- 160780
- Ford
- KS
- US
- 37.69
- -99.89
- 0
- 0
- DDC
-
-
- NDZ013
- 340130
- Pierce
- ND
- US
- 48.20
- -99.89
- 0
- 0
- BIS
-
-
- TXZ127
- 431270
- Taylor
- TX
- US
- 32.30
- -99.89
- 0
- 0
- SJT
-
-
- KSZ016
- 160160
- Graham
- KS
- US
- 39.34
- -99.88
- 0
- 0
- GLD
-
-
- SDZ049
- 410490
- Tripp
- SD
- US
- 43.38
- -99.88
- 0
- 0
- UNR
-
-
- TXZ113
- 431130
- Jones
- TX
- US
- 32.74
- -99.88
- 0
- 0
- SJT
-
-
- KSZ030
- 160300
- Trego
- KS
- US
- 38.91
- -99.87
- 0
- 0
- DDC
-
-
- NEZ072
- 270720
- Gosper
- NE
- US
- 40.52
- -99.86
- 0
- 0
- GID
-
-
- TXZ073
- 430730
- Concho
- TX
- US
- 31.34
- -99.86
- 0
- 0
- SJT
-
-
- NDZ005
- 340050
- Rolette
- ND
- US
- 48.77
- -99.84
- 0
- 0
- BIS
-
-
- OKZ033
- 360330
- Harmon
- OK
- US
- 34.77
- -99.83
- 0
- 0
- OUN
-
-
- SDZ048
- 410480
- Lyman
- SD
- US
- 43.86
- -99.83
- 0
- 0
- ABR
-
-
- TXZ185
- 431850
- Real
- TX
- US
- 29.86
- -99.83
- 0
- 0
- EWX
-
-
- KSZ088
- 160880
- Clark
- KS
- US
- 37.23
- -99.82
- 0
- 0
- DDC
-
-
- NEZ060
- 270600
- Dawson
- NE
- US
- 40.86
- -99.81
- 0
- 0
- GID
-
-
- TXZ168
- 431680
- Menard
- TX
- US
- 30.90
- -99.80
- 0
- 0
- SJT
-
-
- NDZ036
- 340360
- Kidder
- ND
- US
- 46.98
- -99.79
- 0
- 0
- BIS
-
-
- TXZ203
- 432030
- Uvalde
- TX
- US
- 29.36
- -99.77
- 0
- 0
- EWX
-
-
- TXZ084
- 430840
- Foard
- TX
- US
- 33.99
- -99.76
- 0
- 0
- OUN
-
-
- TXZ218
- 432180
- Zavala
- TX
- US
- 28.87
- -99.76
- 0
- 0
- EWX
-
-
- TXZ228
- 432280
- Dimmit
- TX
- US
- 28.42
- -99.75
- 0
- 0
- EWX
-
-
- TXZ083
- 430830
- Hardeman
- TX
- US
- 34.32
- -99.74
- 0
- 0
- OUN
-
-
- NEZ006
- 270060
- Keya_Paha
- NE
- US
- 42.85
- -99.73
- 0
- 0
- LBF
-
-
- TXZ087
- 430870
- Knox
- TX
- US
- 33.61
- -99.73
- 0
- 0
- OUN
-
-
- TXZ098
- 430980
- Haskell
- TX
- US
- 33.18
- -99.73
- 0
- 0
- SJT
-
-
- NEZ038
- 270380
- Custer
- NE
- US
- 41.39
- -99.72
- 0
- 0
- LBF
-
-
- TXZ169
- 431690
- Kimble
- TX
- US
- 30.50
- -99.71
- 0
- 0
- SJT
-
-
- OKZ009
- 360090
- Ellis
- OK
- US
- 36.22
- -99.69
- 0
- 0
- OUN
-
-
- OKZ014
- 360140
- Roger_Mills
- OK
- US
- 35.72
- -99.68
- 0
- 0
- OUN
-
-
- OKZ021
- 360210
- Beckham
- OK
- US
- 35.27
- -99.68
- 0
- 0
- OUN
-
-
- NDZ023
- 340230
- Wells
- ND
- US
- 47.59
- -99.67
- 0
- 0
- BIS
-
-
- OKZ004
- 360040
- Harper
- OK
- US
- 36.79
- -99.65
- 0
- 0
- OUN
-
-
- OKZ034
- 360340
- Greer
- OK
- US
- 34.92
- -99.56
- 0
- 0
- OUN
-
-
- TXZ239
- 432390
- Webb
- TX
- US
- 27.73
- -99.51
- 0
- 0
- CRP
-
-
- SDZ036
- 410360
- Hyde
- SD
- US
- 44.55
- -99.49
- 0
- 0
- ABR
-
-
- NDZ047
- 340470
- Logan
- ND
- US
- 46.46
- -99.48
- 0
- 0
- BIS
-
-
- TXZ139
- 431390
- Coleman
- TX
- US
- 31.75
- -99.46
- 0
- 0
- SJT
-
-
- NEZ009
- 270090
- Rock
- NE
- US
- 42.44
- -99.45
- 0
- 0
- LBF
-
-
- NEZ027
- 270270
- Loup
- NE
- US
- 41.91
- -99.45
- 0
- 0
- LBF
-
-
- NDZ050
- 340500
- McIntosh
- ND
- US
- 46.11
- -99.44
- 0
- 0
- BIS
-
-
- OKZ036
- 360360
- Jackson
- OK
- US
- 34.59
- -99.44
- 0
- 0
- OUN
-
-
- NEZ073
- 270730
- Phelps
- NE
- US
- 40.51
- -99.41
- 0
- 0
- GID
-
-
- NEZ083
- 270830
- Harlan
- NE
- US
- 40.17
- -99.40
- 0
- 0
- GID
-
-
- TXZ128
- 431280
- Callahan
- TX
- US
- 32.30
- -99.37
- 0
- 0
- SJT
-
-
- TXZ114
- 431140
- Shackelford
- TX
- US
- 32.74
- -99.36
- 0
- 0
- SJT
-
-
- TXZ154
- 431540
- McCulloch
- TX
- US
- 31.22
- -99.35
- 0
- 0
- SJT
-
-
- KSZ005
- 160050
- Phillips
- KS
- US
- 39.78
- -99.34
- 0
- 0
- GID
-
-
- TXZ186
- 431860
- Kerr
- TX
- US
- 30.04
- -99.34
- 0
- 0
- EWX
-
-
- KSZ017
- 160170
- Rooks
- KS
- US
- 39.35
- -99.32
- 0
- 0
- GID
-
-
- KSZ031
- 160310
- Ellis
- KS
- US
- 38.91
- -99.31
- 0
- 0
- DDC
-
-
- KSZ046
- 160460
- Rush
- KS
- US
- 38.52
- -99.30
- 0
- 0
- DDC
-
-
- KSZ079
- 160790
- Edwards
- KS
- US
- 37.90
- -99.29
- 0
- 0
- DDC
-
-
- KSZ080
- 160800
- Kiowa
- KS
- US
- 37.55
- -99.28
- 0
- 0
- DDC
-
-
- OKZ010
- 360100
- Woodward
- OK
- US
- 36.48
- -99.28
- 0
- 0
- OUN
-
-
- KSZ089
- 160890
- Comanche
- KS
- US
- 37.19
- -99.27
- 0
- 0
- DDC
-
-
- NDZ006
- 340060
- Towner
- ND
- US
- 48.69
- -99.25
- 0
- 0
- FGF
-
-
- SDZ051
- 410510
- Buffalo
- SD
- US
- 44.06
- -99.25
- 0
- 0
- ABR
-
-
- KSZ065
- 160650
- Pawnee
- KS
- US
- 38.17
- -99.24
- 0
- 0
- DDC
-
-
- SDZ005
- 410050
- McPherson
- SD
- US
- 45.77
- -99.23
- 0
- 0
- ABR
-
-
- SDZ010
- 410100
- Edmunds
- SD
- US
- 45.42
- -99.22
- 0
- 0
- ABR
-
-
- TXZ085
- 430850
- Wilbarger
- TX
- US
- 34.14
- -99.22
- 0
- 0
- OUN
-
-
- TXZ170
- 431700
- Mason
- TX
- US
- 30.72
- -99.22
- 0
- 0
- SJT
-
-
- TXZ088
- 430880
- Baylor
- TX
- US
- 33.62
- -99.21
- 0
- 0
- OUN
-
-
- TXZ099
- 430990
- Throckmorton
- TX
- US
- 33.18
- -99.21
- 0
- 0
- SJT
-
-
- TXZ187
- 431870
- Bandera
- TX
- US
- 29.74
- -99.21
- 0
- 0
- EWX
-
-
- TXZ248
- 432480
- Zapata
- TX
- US
- 26.94
- -99.21
- 0
- 0
- BRO
-
-
- NDZ014
- 340140
- Benson
- ND
- US
- 48.11
- -99.19
- 0
- 0
- FGF
-
-
- SDZ017
- 410170
- Faulk
- SD
- US
- 45.07
- -99.15
- 0
- 0
- ABR
-
-
- SDZ057
- 410570
- Brule
- SD
- US
- 43.72
- -99.13
- 0
- 0
- FSD
-
-
- TXZ204
- 432040
- Medina
- TX
- US
- 29.39
- -99.11
- 0
- 0
- EWX
-
-
- TXZ219
- 432190
- Frio
- TX
- US
- 28.87
- -99.11
- 0
- 0
- EWX
-
-
- TXZ229
- 432290
- La_Salle
- TX
- US
- 28.34
- -99.10
- 0
- 0
- CRP
-
-
- NEZ061
- 270610
- Buffalo
- NE
- US
- 40.85
- -99.07
- 0
- 0
- GID
-
-
- SDZ050
- 410500
- Gregory
- SD
- US
- 43.25
- -99.02
- 0
- 0
- FSD
-
-
- OKZ015
- 360150
- Dewey
- OK
- US
- 35.99
- -99.01
- 0
- 0
- OUN
-
-
- OKZ035
- 360350
- Kiowa
- OK
- US
- 34.86
- -99.01
- 0
- 0
- OUN
-
-
- SDZ037
- 410370
- Hand
- SD
- US
- 44.55
- -99.01
- 0
- 0
- ABR
-
-
- OKZ016
- 360160
- Custer
- OK
- US
- 35.64
- -99.00
- 0
- 0
- OUN
-
-
- NEZ028
- 270280
- Garfield
- NE
- US
- 41.91
- -98.99
- 0
- 0
- LBF
-
-
- NEZ039
- 270390
- Valley
- NE
- US
- 41.56
- -98.98
- 0
- 0
- GID
-
-
- OKZ005
- 360050
- Woods
- OK
- US
- 36.69
- -98.98
- 0
- 0
- OUN
-
-
- OKZ022
- 360220
- Washita
- OK
- US
- 35.29
- -98.98
- 0
- 0
- OUN
-
-
- NEZ046
- 270460
- Sherman
- NE
- US
- 41.22
- -98.97
- 0
- 0
- GID
-
-
- NDZ037
- 340370
- Stutsman
- ND
- US
- 46.98
- -98.96
- 0
- 0
- BIS
-
-
- NEZ074
- 270740
- Kearney
- NE
- US
- 40.51
- -98.95
- 0
- 0
- GID
-
-
- NEZ084
- 270840
- Franklin
- NE
- US
- 40.17
- -98.95
- 0
- 0
- GID
-
-
- TXZ188
- 431880
- Gillespie
- TX
- US
- 30.32
- -98.95
- 0
- 0
- EWX
-
-
- TXZ140
- 431400
- Brown
- TX
- US
- 31.77
- -98.94
- 0
- 0
- SJT
-
-
- OKZ037
- 360370
- Tillman
- OK
- US
- 34.38
- -98.92
- 0
- 0
- OUN
-
-
- NDZ024
- 340240
- Eddy
- ND
- US
- 47.72
- -98.90
- 0
- 0
- FGF
-
-
- NDZ025
- 340250
- Foster
- ND
- US
- 47.46
- -98.89
- 0
- 0
- BIS
-
-
- TXZ115
- 431150
- Stephens
- TX
- US
- 32.74
- -98.83
- 0
- 0
- FWD
-
-
- TXZ129
- 431290
- Eastland
- TX
- US
- 32.30
- -98.80
- 0
- 0
- FWD
-
-
- KSZ006
- 160060
- Smith
- KS
- US
- 39.78
- -98.78
- 0
- 0
- GID
-
-
- NEZ007
- 270070
- Boyd
- NE
- US
- 42.88
- -98.77
- 0
- 0
- LBF
-
-
- NEZ010
- 270100
- Holt
- NE
- US
- 42.49
- -98.77
- 0
- 0
- LBF
-
-
- KSZ018
- 160180
- Osborne
- KS
- US
- 39.34
- -98.76
- 0
- 0
- GID
-
-
- KSZ032
- 160320
- Russell
- KS
- US
- 38.91
- -98.76
- 0
- 0
- ICT
-
-
- TXZ252
- 432520
- Starr
- TX
- US
- 26.52
- -98.76
- 0
- 0
- BRO
-
-
- KSZ047
- 160470
- Barton
- KS
- US
- 38.47
- -98.75
- 0
- 0
- ICT
-
-
- NDZ015
- 340150
- Ramsey
- ND
- US
- 48.23
- -98.75
- 0
- 0
- FGF
-
-
- TXZ155
- 431550
- San_Saba
- TX
- US
- 31.21
- -98.75
- 0
- 0
- SJT
-
-
- KSZ066
- 160660
- Stafford
- KS
- US
- 38.03
- -98.74
- 0
- 0
- DDC
-
-
- KSZ081
- 160810
- Pratt
- KS
- US
- 37.64
- -98.73
- 0
- 0
- DDC
-
-
- TXZ249
- 432490
- Jim_Hogg
- TX
- US
- 27.08
- -98.70
- 0
- 0
- BRO
-
-
- SDZ063
- 410630
- Charles_Mix
- SD
- US
- 43.17
- -98.69
- 0
- 0
- FSD
-
-
- TXZ086
- 430860
- Wichita
- TX
- US
- 34.01
- -98.69
- 0
- 0
- OUN
-
-
- KSZ090
- 160900
- Barber
- KS
- US
- 37.23
- -98.68
- 0
- 0
- DDC
-
-
- TXZ089
- 430890
- Archer
- TX
- US
- 33.62
- -98.68
- 0
- 0
- OUN
-
-
- TXZ100
- 431000
- Young
- TX
- US
- 33.18
- -98.68
- 0
- 0
- FWD
-
-
- TXZ189
- 431890
- Kendall
- TX
- US
- 29.93
- -98.67
- 0
- 0
- EWX
-
-
- TXZ171
- 431710
- Llano
- TX
- US
- 30.71
- -98.65
- 0
- 0
- EWX
-
-
- SDZ052
- 410520
- Jerauld
- SD
- US
- 44.07
- -98.63
- 0
- 0
- FSD
-
-
- TXZ142
- 431420
- Mills
- TX
- US
- 31.48
- -98.63
- 0
- 0
- FWD
-
-
- SDZ058
- 410580
- Aurora
- SD
- US
- 43.72
- -98.57
- 0
- 0
- FSD
-
-
- TXZ230
- 432300
- McMullen
- TX
- US
- 28.35
- -98.57
- 0
- 0
- CRP
-
-
- NDZ048
- 340480
- La_Moure
- ND
- US
- 46.46
- -98.54
- 0
- 0
- BIS
-
-
- TXZ141
- 431410
- Comanche
- TX
- US
- 31.98
- -98.54
- 0
- 0
- FWD
-
-
- OKZ011
- 360110
- Major
- OK
- US
- 36.33
- -98.53
- 0
- 0
- OUN
-
-
- NEZ029
- 270290
- Wheeler
- NE
- US
- 41.91
- -98.52
- 0
- 0
- LBF
-
-
- NEZ040
- 270400
- Greeley
- NE
- US
- 41.57
- -98.52
- 0
- 0
- GID
-
-
- TXZ240
- 432400
- Duval
- TX
- US
- 27.66
- -98.52
- 0
- 0
- CRP
-
-
- NDZ051
- 340510
- Dickey
- ND
- US
- 46.11
- -98.51
- 0
- 0
- BIS
-
-
- NEZ047
- 270470
- Howard
- NE
- US
- 41.22
- -98.51
- 0
- 0
- GID
-
-
- NEZ062
- 270620
- Hall
- NE
- US
- 40.87
- -98.50
- 0
- 0
- GID
-
-
- NEZ075
- 270750
- Adams
- NE
- US
- 40.52
- -98.50
- 0
- 0
- GID
-
-
- NEZ085
- 270850
- Webster
- NE
- US
- 40.17
- -98.49
- 0
- 0
- GID
-
-
- TXZ205
- 432050
- Bexar
- TX
- US
- 29.44
- -98.47
- 0
- 0
- EWX
-
-
- NDZ007
- 340070
- Cavalier
- ND
- US
- 48.77
- -98.46
- 0
- 0
- FGF
-
-
- OKZ038
- 360380
- Comanche
- OK
- US
- 34.63
- -98.46
- 0
- 0
- OUN
-
-
- TXZ220
- 432200
- Atascosa
- TX
- US
- 28.93
- -98.45
- 0
- 0
- EWX
-
-
- OKZ017
- 360170
- Blaine
- OK
- US
- 35.86
- -98.42
- 0
- 0
- OUN
-
-
- SDZ064
- 410640
- Douglas
- SD
- US
- 43.35
- -98.41
- 0
- 0
- FSD
-
-
- OKZ044
- 360440
- Cotton
- OK
- US
- 34.28
- -98.40
- 0
- 0
- OUN
-
-
- SDZ006
- 410060
- Brown
- SD
- US
- 45.59
- -98.36
- 0
- 0
- ABR
-
-
- TXZ190
- 431900
- Blanco
- TX
- US
- 30.23
- -98.36
- 0
- 0
- EWX
-
-
- OKZ023
- 360230
- Caddo
- OK
- US
- 35.21
- -98.35
- 0
- 0
- OUN
-
-
- SDZ018
- 410180
- Spink
- SD
- US
- 44.94
- -98.35
- 0
- 0
- ABR
-
-
- TXZ206
- 432060
- Comal
- TX
- US
- 29.82
- -98.33
- 0
- 0
- EWX
-
-
- OKZ006
- 360060
- Alfalfa
- OK
- US
- 36.73
- -98.32
- 0
- 0
- OUN
-
-
- TXZ116
- 431160
- Palo_Pinto
- TX
- US
- 32.76
- -98.31
- 0
- 0
- FWD
-
-
- SDZ038
- 410380
- Beadle
- SD
- US
- 44.41
- -98.28
- 0
- 0
- FSD
-
-
- TXZ250
- 432500
- Brooks
- TX
- US
- 27.03
- -98.26
- 0
- 0
- BRO
-
-
- TXZ156
- 431560
- Lampasas
- TX
- US
- 31.25
- -98.24
- 0
- 0
- FWD
-
-
- NDZ028
- 340280
- Griggs
- ND
- US
- 47.46
- -98.23
- 0
- 0
- FGF
-
-
- TXZ253
- 432530
- Hidalgo
- TX
- US
- 26.41
- -98.23
- 0
- 0
- BRO
-
-
- KSZ007
- 160070
- Jewell
- KS
- US
- 39.78
- -98.22
- 0
- 0
- GID
-
-
- KSZ033
- 160330
- Lincoln
- KS
- US
- 39.04
- -98.21
- 0
- 0
- ICT
-
-
- TXZ130
- 431300
- Erath
- TX
- US
- 32.22
- -98.21
- 0
- 0
- FWD
-
-
- KSZ019
- 160190
- Mitchell
- KS
- US
- 39.39
- -98.20
- 0
- 0
- GID
-
-
- KSZ048
- 160480
- Ellsworth
- KS
- US
- 38.69
- -98.20
- 0
- 0
- ICT
-
-
- KSZ050
- 160500
- Rice
- KS
- US
- 38.33
- -98.20
- 0
- 0
- ICT
-
-
- NDZ026
- 340260
- Nelson
- ND
- US
- 47.94
- -98.20
- 0
- 0
- FGF
-
-
- TXZ090
- 430900
- Clay
- TX
- US
- 33.81
- -98.18
- 0
- 0
- OUN
-
-
- TXZ101
- 431010
- Jack
- TX
- US
- 33.24
- -98.17
- 0
- 0
- FWD
-
-
- SDZ059
- 410590
- Davison
- SD
- US
- 43.67
- -98.15
- 0
- 0
- FSD
-
-
- TXZ172
- 431720
- Burnet
- TX
- US
- 30.74
- -98.15
- 0
- 0
- EWX
-
-
- KSZ082
- 160820
- Kingman
- KS
- US
- 37.55
- -98.13
- 0
- 0
- ICT
-
-
- TXZ143
- 431430
- Hamilton
- TX
- US
- 31.72
- -98.11
- 0
- 0
- FWD
-
-
- SDZ053
- 410530
- Sanborn
- SD
- US
- 44.02
- -98.10
- 0
- 0
- FSD
-
-
- NDZ054
- 340540
- Western_Walsh_County
- ND
- US
- 48.37
- -98.09
- 0
- 0
- FGF
-
-
- KSZ067
- 160670
- Reno
- KS
- US
- 37.95
- -98.08
- 0
- 0
- ICT
-
-
- NDZ038
- 340380
- Barnes
- ND
- US
- 46.94
- -98.08
- 0
- 0
- FGF
-
-
- TXZ221
- 432210
- Wilson
- TX
- US
- 29.16
- -98.08
- 0
- 0
- EWX
-
-
- TXZ231
- 432310
- Live_Oak
- TX
- US
- 28.42
- -98.08
- 0
- 0
- CRP
-
-
- KSZ091
- 160910
- Harper
- KS
- US
- 37.19
- -98.07
- 0
- 0
- ICT
-
-
- NEZ016
- 270160
- Antelope
- NE
- US
- 42.17
- -98.07
- 0
- 0
- OAX
-
-
- NEZ030
- 270300
- Boone
- NE
- US
- 41.70
- -98.06
- 0
- 0
- OAX
-
-
- NEZ063
- 270630
- Hamilton
- NE
- US
- 40.93
- -98.05
- 0
- 0
- GID
-
-
- NEZ076
- 270760
- Clay
- NE
- US
- 40.52
- -98.05
- 0
- 0
- GID
-
-
- NEZ086
- 270860
- Nuckolls
- NE
- US
- 40.17
- -98.04
- 0
- 0
- GID
-
-
- TXZ191
- 431910
- Hays
- TX
- US
- 30.05
- -98.02
- 0
- 0
- EWX
-
-
- TXZ241
- 432410
- Jim_Wells
- TX
- US
- 27.66
- -98.02
- 0
- 0
- CRP
-
-
- NEZ041
- 270410
- Nance
- NE
- US
- 41.39
- -97.99
- 0
- 0
- GID
-
-
- OKZ024
- 360240
- Canadian
- OK
- US
- 35.53
- -97.99
- 0
- 0
- OUN
-
-
- TXZ207
- 432070
- Guadalupe
- TX
- US
- 29.62
- -97.98
- 0
- 0
- EWX
-
-
- NEZ048
- 270480
- Merrick
- NE
- US
- 41.13
- -97.94
- 0
- 0
- GID
-
-
- OKZ018
- 360180
- Kingfisher
- OK
- US
- 35.95
- -97.94
- 0
- 0
- OUN
-
-
- NEZ011
- 270110
- Knox
- NE
- US
- 42.66
- -97.90
- 0
- 0
- OAX
-
-
- SDZ068
- 410680
- Bon_Homme
- SD
- US
- 42.97
- -97.90
- 0
- 0
- FSD
-
-
- OKZ027
- 360270
- Grady
- OK
- US
- 35.03
- -97.88
- 0
- 0
- OUN
-
-
- TXZ222
- 432220
- Karnes
- TX
- US
- 28.95
- -97.88
- 0
- 0
- EWX
-
-
- OKZ039
- 360390
- Stephens
- OK
- US
- 34.49
- -97.85
- 0
- 0
- OUN
-
-
- TXZ131
- 431310
- Hood
- TX
- US
- 32.40
- -97.84
- 0
- 0
- FWD
-
-
- OKZ045
- 360450
- Jefferson
- OK
- US
- 34.07
- -97.83
- 0
- 0
- OUN
-
-
- TXZ117
- 431170
- Parker
- TX
- US
- 32.78
- -97.80
- 0
- 0
- FWD
-
-
- TXZ157
- 431570
- Coryell
- TX
- US
- 31.39
- -97.80
- 0
- 0
- FWD
-
-
- SDZ060
- 410600
- Hanson
- SD
- US
- 43.67
- -97.79
- 0
- 0
- FSD
-
-
- OKZ007
- 360070
- Grant
- OK
- US
- 36.79
- -97.78
- 0
- 0
- OUN
-
-
- OKZ012
- 360120
- Garfield
- OK
- US
- 36.38
- -97.78
- 0
- 0
- OUN
-
-
- TXZ132
- 431320
- Somervell
- TX
- US
- 32.21
- -97.78
- 0
- 0
- FWD
-
-
- TXZ192
- 431920
- Travis
- TX
- US
- 30.33
- -97.77
- 0
- 0
- EWX
-
-
- SDZ065
- 410650
- Hutchinson
- SD
- US
- 43.33
- -97.76
- 0
- 0
- FSD
-
-
- SDZ019
- 410190
- Clark
- SD
- US
- 44.85
- -97.74
- 0
- 0
- ABR
-
-
- TXZ091
- 430910
- Montague
- TX
- US
- 33.71
- -97.73
- 0
- 0
- FWD
-
-
- TXZ232
- 432320
- Bee
- TX
- US
- 28.42
- -97.73
- 0
- 0
- CRP
-
-
- TXZ254
- 432540
- Inland_Willacy
- TX
- US
- 26.46
- -97.73
- 0
- 0
- BRO
-
-
- NDZ029
- 340290
- Steele
- ND
- US
- 47.46
- -97.72
- 0
- 0
- FGF
-
-
- NDZ049
- 340490
- Ransom
- ND
- US
- 46.46
- -97.66
- 0
- 0
- FGF
-
-
- TXZ102
- 431020
- Wise
- TX
- US
- 33.22
- -97.65
- 0
- 0
- FWD
-
-
- KSZ008
- 160080
- Republic
- KS
- US
- 39.82
- -97.64
- 0
- 0
- TOP
-
-
- KSZ020
- 160200
- Cloud
- KS
- US
- 39.48
- -97.64
- 0
- 0
- TOP
-
-
- KSZ034
- 160340
- Ottawa
- KS
- US
- 39.13
- -97.64
- 0
- 0
- TOP
-
-
- KSZ049
- 160490
- Saline
- KS
- US
- 38.78
- -97.64
- 0
- 0
- ICT
-
-
- KSZ051
- 160510
- McPherson
- KS
- US
- 38.38
- -97.64
- 0
- 0
- ICT
-
-
- TXZ144
- 431440
- Bosque
- TX
- US
- 31.90
- -97.64
- 0
- 0
- FWD
-
-
- TXZ242
- 432420
- Kleberg
- TX
- US
- 27.43
- -97.64
- 0
- 0
- CRP
-
-
- TXZ251
- 432510
- Kenedy
- TX
- US
- 26.94
- -97.64
- 0
- 0
- BRO
-
-
- NDZ052
- 340520
- Sargent
- ND
- US
- 46.11
- -97.62
- 0
- 0
- FGF
-
-
- TXZ208
- 432080
- Caldwell
- TX
- US
- 29.86
- -97.62
- 0
- 0
- EWX
-
-
- SDZ011
- 410110
- Day
- SD
- US
- 45.37
- -97.61
- 0
- 0
- ABR
-
-
- SDZ054
- 410540
- Miner
- SD
- US
- 44.02
- -97.61
- 0
- 0
- FSD
-
-
- NEZ017
- 270170
- Pierce
- NE
- US
- 42.26
- -97.60
- 0
- 0
- OAX
-
-
- NEZ031
- 270310
- Madison
- NE
- US
- 41.91
- -97.60
- 0
- 0
- OAX
-
-
- SDZ007
- 410070
- Marshall
- SD
- US
- 45.75
- -97.60
- 0
- 0
- ABR
-
-
- TXZ173
- 431730
- Williamson
- TX
- US
- 30.66
- -97.60
- 0
- 0
- EWX
-
-
- NEZ049
- 270490
- Polk
- NE
- US
- 41.22
- -97.59
- 0
- 0
- GID
-
-
- NEZ064
- 270640
- York
- NE
- US
- 40.87
- -97.59
- 0
- 0
- GID
-
-
- NEZ077
- 270770
- Fillmore
- NE
- US
- 40.52
- -97.59
- 0
- 0
- GID
-
-
- NEZ087
- 270870
- Thayer
- NE
- US
- 40.17
- -97.59
- 0
- 0
- GID
-
-
- TXZ255
- 432550
- Inland_Cameron
- TX
- US
- 26.10
- -97.56
- 0
- 0
- BRO
-
-
- NEZ042
- 270420
- Platte
- NE
- US
- 41.54
- -97.54
- 0
- 0
- OAX
-
-
- OKZ028
- 360280
- McClain
- OK
- US
- 35.10
- -97.54
- 0
- 0
- OUN
-
-
- NDZ008
- 340080
- Pembina
- ND
- US
- 48.77
- -97.52
- 0
- 0
- FGF
-
-
- TXZ244
- 432440
- San_Patricio
- TX
- US
- 27.99
- -97.52
- 0
- 0
- CRP
-
-
- TXZ158
- 431580
- Bell
- TX
- US
- 31.05
- -97.50
- 0
- 0
- FWD
-
-
- TXZ223
- 432230
- Gonzales
- TX
- US
- 29.45
- -97.50
- 0
- 0
- EWX
-
-
- TXZ243
- 432430
- Nueces
- TX
- US
- 27.78
- -97.50
- 0
- 0
- CRP
-
-
- NDZ016
- 340160
- Eastern_Walsh_County
- ND
- US
- 48.37
- -97.49
- 0
- 0
- FGF
-
-
- SDZ039
- 410390
- Kingsbury
- SD
- US
- 44.37
- -97.49
- 0
- 0
- FSD
-
-
- TXZ256
- 432560
- Coastal_Willacy
- TX
- US
- 26.47
- -97.49
- 0
- 0
- BRO
-
-
- KSZ083
- 160830
- Sedgwick
- KS
- US
- 37.69
- -97.47
- 0
- 0
- ICT
-
-
- KSZ092
- 160920
- Sumner
- KS
- US
- 37.23
- -97.47
- 0
- 0
- ICT
-
-
- TXZ233
- 432330
- Goliad
- TX
- US
- 28.65
- -97.47
- 0
- 0
- CRP
-
-
- KSZ068
- 160680
- Harvey
- KS
- US
- 38.04
- -97.42
- 0
- 0
- ICT
-
-
- OKZ019
- 360190
- Logan
- OK
- US
- 35.95
- -97.41
- 0
- 0
- OUN
-
-
- NDZ027
- 340270
- Grand_Forks
- ND
- US
- 47.93
- -97.40
- 0
- 0
- FGF
-
-
- OKZ025
- 360250
- Oklahoma
- OK
- US
- 35.55
- -97.40
- 0
- 0
- OUN
-
-
- OKZ029
- 360290
- Cleveland
- OK
- US
- 35.16
- -97.40
- 0
- 0
- OUN
-
-
- SDZ069
- 410690
- Yankton
- SD
- US
- 42.99
- -97.40
- 0
- 0
- FSD
-
-
- SDZ061
- 410610
- McCook
- SD
- US
- 43.67
- -97.37
- 0
- 0
- FSD
-
-
- TXZ224
- 432240
- DeWitt
- TX
- US
- 29.10
- -97.37
- 0
- 0
- EWX
-
-
- TXZ133
- 431330
- Johnson
- TX
- US
- 32.35
- -97.35
- 0
- 0
- FWD
-
-
- TXZ193
- 431930
- Bastrop
- TX
- US
- 30.10
- -97.35
- 0
- 0
- EWX
-
-
- TXZ257
- 432570
- Coastal_Cameron
- TX
- US
- 26.20
- -97.34
- 0
- 0
- BRO
-
-
- OKZ040
- 360400
- Garvin
- OK
- US
- 34.69
- -97.30
- 0
- 0
- OUN
-
-
- TXZ118
- 431180
- Tarrant
- TX
- US
- 32.78
- -97.29
- 0
- 0
- FWD
-
-
- NEZ012
- 270120
- Cedar
- NE
- US
- 42.61
- -97.25
- 0
- 0
- OAX
-
-
- OKZ046
- 360460
- Carter
- OK
- US
- 34.29
- -97.24
- 0
- 0
- OUN
-
-
- OKZ050
- 360500
- Love
- OK
- US
- 33.90
- -97.24
- 0
- 0
- OUN
-
-
- NDZ039
- 340390
- Cass
- ND
- US
- 46.94
- -97.23
- 0
- 0
- FGF
-
-
- TXZ092
- 430920
- Cooke
- TX
- US
- 33.69
- -97.21
- 0
- 0
- FWD
-
-
- TXZ159
- 431590
- McLennan
- TX
- US
- 31.56
- -97.20
- 0
- 0
- FWD
-
-
- NEZ032
- 270320
- Stanton
- NE
- US
- 41.92
- -97.19
- 0
- 0
- OAX
-
-
- SDZ020
- 410200
- Codington
- SD
- US
- 44.98
- -97.19
- 0
- 0
- ABR
-
-
- SDZ022
- 410220
- Hamlin
- SD
- US
- 44.67
- -97.19
- 0
- 0
- ABR
-
-
- OKZ013
- 360130
- Noble
- OK
- US
- 36.39
- -97.17
- 0
- 0
- OUN
-
-
- KSZ021
- 160210
- Clay
- KS
- US
- 39.35
- -97.16
- 0
- 0
- TOP
-
-
- NDZ030
- 340300
- Traill
- ND
- US
- 47.46
- -97.16
- 0
- 0
- FGF
-
-
- SDZ066
- 410660
- Turner
- SD
- US
- 43.29
- -97.16
- 0
- 0
- FSD
-
-
- TXZ246
- 432460
- Refugio
- TX
- US
- 28.30
- -97.15
- 0
- 0
- CRP
-
-
- KSZ035
- 160350
- Dickinson
- KS
- US
- 38.86
- -97.14
- 0
- 0
- TOP
-
-
- NEZ088
- 270880
- Jefferson
- NE
- US
- 40.17
- -97.14
- 0
- 0
- OAX
-
-
- NEZ050
- 270500
- Butler
- NE
- US
- 41.25
- -97.13
- 0
- 0
- OAX
-
-
- NEZ065
- 270650
- Seward
- NE
- US
- 40.87
- -97.13
- 0
- 0
- OAX
-
-
- NEZ078
- 270780
- Saline
- NE
- US
- 40.52
- -97.13
- 0
- 0
- OAX
-
-
- SDZ055
- 410550
- Lake
- SD
- US
- 44.02
- -97.13
- 0
- 0
- FSD
-
-
- OKZ008
- 360080
- Kay
- OK
- US
- 36.79
- -97.11
- 0
- 0
- OUN
-
-
- TXZ103
- 431030
- Denton
- TX
- US
- 33.21
- -97.11
- 0
- 0
- FWD
-
-
- TXZ145
- 431450
- Hill
- TX
- US
- 32.00
- -97.11
- 0
- 0
- FWD
-
-
- NEZ018
- 270180
- Wayne
- NE
- US
- 42.22
- -97.10
- 0
- 0
- OAX
-
-
- KSZ052
- 160520
- Marion
- KS
- US
- 38.34
- -97.09
- 0
- 0
- ICT
-
-
- OKZ041
- 360410
- Murray
- OK
- US
- 34.49
- -97.09
- 0
- 0
- OUN
-
-
- KSZ009
- 160090
- Washington
- KS
- US
- 39.78
- -97.08
- 0
- 0
- TOP
-
-
- NEZ043
- 270430
- Colfax
- NE
- US
- 41.56
- -97.08
- 0
- 0
- OAX
-
-
- OKZ020
- 360200
- Payne
- OK
- US
- 36.10
- -96.99
- 0
- 0
- OUN
-
-
- SDZ070
- 410700
- Clay
- SD
- US
- 42.90
- -96.99
- 0
- 0
- FSD
-
-
- TXZ194
- 431940
- Lee
- TX
- US
- 30.30
- -96.99
- 0
- 0
- EWX
-
-
- TXZ234
- 432340
- Victoria
- TX
- US
- 28.80
- -96.98
- 0
- 0
- CRP
-
-
- TXZ174
- 431740
- Milam
- TX
- US
- 30.80
- -96.97
- 0
- 0
- FWD
-
-
- TXZ209
- 432090
- Fayette
- TX
- US
- 29.90
- -96.95
- 0
- 0
- EWX
-
-
- TXZ160
- 431600
- Falls
- TX
- US
- 31.26
- -96.94
- 0
- 0
- FWD
-
-
- NDZ053
- 340530
- Richland
- ND
- US
- 46.28
- -96.92
- 0
- 0
- FGF
-
-
- TXZ225
- 432250
- Lavaca
- TX
- US
- 29.35
- -96.91
- 0
- 0
- EWX
-
-
- OKZ026
- 360260
- Lincoln
- OK
- US
- 35.71
- -96.88
- 0
- 0
- OUN
-
-
- OKZ030
- 360300
- Pottawatomie
- OK
- US
- 35.19
- -96.88
- 0
- 0
- OUN
-
-
- TXZ245
- 432450
- Aransas
- TX
- US
- 28.21
- -96.87
- 0
- 0
- CRP
-
-
- SDZ008
- 410080
- Roberts
- SD
- US
- 45.62
- -96.86
- 0
- 0
- ABR
-
-
- SDZ021
- 410210
- Grant
- SD
- US
- 45.15
- -96.84
- 0
- 0
- ABR
-
-
- KSZ069
- 160690
- Butler
- KS
- US
- 37.78
- -96.83
- 0
- 0
- ICT
-
-
- KSZ093
- 160930
- Cowley
- KS
- US
- 37.23
- -96.83
- 0
- 0
- ICT
-
-
- NEZ013
- 270130
- Dixon
- NE
- US
- 42.51
- -96.82
- 0
- 0
- FSD
-
-
- MNZ004
- 230040
- Kittson
- MN
- US
- 48.77
- -96.81
- 0
- 0
- FGF
-
-
- NEZ033
- 270330
- Cuming
- NE
- US
- 41.92
- -96.79
- 0
- 0
- OAX
-
-
- SDZ040
- 410400
- Brookings
- SD
- US
- 44.37
- -96.79
- 0
- 0
- FSD
-
-
- SDZ062
- 410620
- Minnehaha
- SD
- US
- 43.67
- -96.79
- 0
- 0
- FSD
-
-
- MNZ007
- 230070
- West_Marshall
- MN
- US
- 48.36
- -96.78
- 0
- 0
- FGF
-
-
- TXZ119
- 431190
- Dallas
- TX
- US
- 32.77
- -96.77
- 0
- 0
- FWD
-
-
- OKZ051
- 360510
- Marshall
- OK
- US
- 34.01
- -96.76
- 0
- 0
- OUN
-
-
- MNZ001
- 230010
- West_Polk
- MN
- US
- 47.84
- -96.75
- 0
- 0
- FGF
-
-
- TXZ134
- 431340
- Ellis
- TX
- US
- 32.31
- -96.74
- 0
- 0
- FWD
-
-
- KSZ036
- 160360
- Geary
- KS
- US
- 39.04
- -96.72
- 0
- 0
- TOP
-
-
- SDZ067
- 410670
- Lincoln
- SD
- US
- 43.29
- -96.69
- 0
- 0
- FSD
-
-
- NEZ066
- 270660
- Lancaster
- NE
- US
- 40.78
- -96.68
- 0
- 0
- OAX
-
-
- NEZ089
- 270890
- Gage
- NE
- US
- 40.26
- -96.68
- 0
- 0
- OAX
-
-
- KSZ022
- 160220
- Riley
- KS
- US
- 39.30
- -96.67
- 0
- 0
- TOP
-
-
- OKZ047
- 360470
- Johnston
- OK
- US
- 34.32
- -96.67
- 0
- 0
- OUN
-
-
- SDZ023
- 410230
- Deuel
- SD
- US
- 44.76
- -96.67
- 0
- 0
- ABR
-
-
- SDZ056
- 410560
- Moody
- SD
- US
- 44.02
- -96.67
- 0
- 0
- FSD
-
-
- OKZ042
- 360420
- Pontotoc
- OK
- US
- 34.74
- -96.66
- 0
- 0
- OUN
-
-
- TXZ093
- 430930
- Grayson
- TX
- US
- 33.68
- -96.65
- 0
- 0
- FWD
-
-
- KSZ037
- 160370
- Morris
- KS
- US
- 38.69
- -96.64
- 0
- 0
- TOP
-
-
- OKZ059
- 360590
- Pawnee
- OK
- US
- 36.37
- -96.64
- 0
- 0
- TSA
-
-
- SDZ071
- 410710
- Union
- SD
- US
- 42.79
- -96.64
- 0
- 0
- FSD
-
-
- TXZ247
- 432470
- Calhoun
- TX
- US
- 28.39
- -96.63
- 0
- 0
- CRP
-
-
- NEZ044
- 270440
- Dodge
- NE
- US
- 41.57
- -96.62
- 0
- 0
- OAX
-
-
- TXZ195
- 431950
- Burleson
- TX
- US
- 30.52
- -96.62
- 0
- 0
- HGX
-
-
- TXZ235
- 432350
- Jackson
- TX
- US
- 28.96
- -96.62
- 0
- 0
- HGX
-
-
- NEZ051
- 270510
- Saunders
- NE
- US
- 41.24
- -96.61
- 0
- 0
- OAX
-
-
- OKZ031
- 360310
- Seminole
- OK
- US
- 35.16
- -96.61
- 0
- 0
- OUN
-
-
- KSZ053
- 160530
- Chase
- KS
- US
- 38.30
- -96.59
- 0
- 0
- ICT
-
-
- TXZ161
- 431610
- Limestone
- TX
- US
- 31.53
- -96.58
- 0
- 0
- FWD
-
-
- MNZ039
- 230390
- Traverse
- MN
- US
- 45.80
- -96.56
- 0
- 0
- ABR
-
-
- TXZ104
- 431040
- Collin
- TX
- US
- 33.20
- -96.56
- 0
- 0
- FWD
-
-
- NEZ015
- 270150
- Thurston
- NE
- US
- 42.15
- -96.55
- 0
- 0
- OAX
-
-
- OKZ054
- 360540
- Osage
- OK
- US
- 36.58
- -96.54
- 0
- 0
- TSA
-
-
- TXZ175
- 431750
- Robertson
- TX
- US
- 31.04
- -96.54
- 0
- 0
- FWD
-
-
- NEZ014
- 270140
- Dakota
- NE
- US
- 42.40
- -96.53
- 0
- 0
- FSD
-
-
- TXZ210
- 432100
- Colorado
- TX
- US
- 29.60
- -96.53
- 0
- 0
- HGX
-
-
- KSZ010
- 160100
- Marshall
- KS
- US
- 39.78
- -96.52
- 0
- 0
- TOP
-
-
- MNZ029
- 230290
- Wilkin
- MN
- US
- 46.33
- -96.52
- 0
- 0
- FGF
-
-
- MNZ003
- 230030
- Clay
- MN
- US
- 46.89
- -96.51
- 0
- 0
- FGF
-
-
- MNZ046
- 230460
- Big_Stone
- MN
- US
- 45.38
- -96.48
- 0
- 0
- ABR
-
-
- MNZ002
- 230020
- Norman
- MN
- US
- 47.33
- -96.47
- 0
- 0
- FGF
-
-
- TXZ146
- 431460
- Navarro
- TX
- US
- 32.07
- -96.47
- 0
- 0
- FWD
-
-
- TXZ197
- 431970
- Washington
- TX
- US
- 30.23
- -96.44
- 0
- 0
- HGX
-
-
- TXZ120
- 431200
- Rockwall
- TX
- US
- 32.91
- -96.40
- 0
- 0
- FWD
-
-
- KSZ023
- 160230
- Pottawatomie
- KS
- US
- 39.34
- -96.37
- 0
- 0
- TOP
-
-
- TXZ196
- 431960
- Brazos
- TX
- US
- 30.66
- -96.34
- 0
- 0
- HGX
-
-
- OKZ064
- 360640
- Creek
- OK
- US
- 35.91
- -96.33
- 0
- 0
- TSA
-
-
- TXZ211
- 432110
- Austin
- TX
- US
- 29.85
- -96.32
- 0
- 0
- HGX
-
-
- NEZ034
- 270340
- Burt
- NE
- US
- 41.87
- -96.31
- 0
- 0
- OAX
-
-
- OKZ043
- 360430
- Coal
- OK
- US
- 34.60
- -96.30
- 0
- 0
- OUN
-
-
- OKZ065
- 360650
- Okfuskee
- OK
- US
- 35.47
- -96.30
- 0
- 0
- TSA
-
-
- TXZ121
- 431210
- Kaufman
- TX
- US
- 32.61
- -96.30
- 0
- 0
- FWD
-
-
- MNZ071
- 230710
- Lincoln
- MN
- US
- 44.41
- -96.27
- 0
- 0
- FSD
-
-
- MNZ097
- 230970
- Pipestone
- MN
- US
- 44.02
- -96.26
- 0
- 0
- FSD
-
-
- MNZ098
- 230980
- Rock
- MN
- US
- 43.67
- -96.26
- 0
- 0
- FSD
-
-
- NEZ090
- 270900
- Johnson
- NE
- US
- 40.39
- -96.26
- 0
- 0
- OAX
-
-
- IAZ020
- 150200
- Plymouth
- IA
- US
- 42.74
- -96.25
- 0
- 0
- FSD
-
-
- TXZ226
- 432260
- Wharton
- TX
- US
- 29.30
- -96.25
- 0
- 0
- HGX
-
-
- KSZ070
- 160700
- Greenwood
- KS
- US
- 37.88
- -96.24
- 0
- 0
- ICT
-
-
- KSZ094
- 160940
- Elk
- KS
- US
- 37.45
- -96.24
- 0
- 0
- ICT
-
-
- KSZ098
- 160980
- Chautauqua
- KS
- US
- 37.15
- -96.24
- 0
- 0
- ICT
-
-
- IAZ001
- 150010
- Lyon
- IA
- US
- 43.38
- -96.23
- 0
- 0
- FSD
-
-
- NEZ092
- 270920
- Pawnee
- NE
- US
- 40.13
- -96.23
- 0
- 0
- OAX
-
-
- OKZ032
- 360320
- Hughes
- OK
- US
- 35.03
- -96.23
- 0
- 0
- OUN
-
-
- IAZ012
- 150120
- Sioux
- IA
- US
- 43.09
- -96.22
- 0
- 0
- FSD
-
-
- KSZ038
- 160380
- Wabaunsee
- KS
- US
- 38.97
- -96.22
- 0
- 0
- TOP
-
-
- OKZ052
- 360520
- Bryan
- OK
- US
- 33.93
- -96.19
- 0
- 0
- OUN
-
-
- NEZ045
- 270450
- Washington
- NE
- US
- 41.54
- -96.18
- 0
- 0
- OAX
-
-
- NEZ052
- 270520
- Douglas
- NE
- US
- 41.29
- -96.18
- 0
- 0
- OAX
-
-
- KSZ054
- 160540
- Lyon
- KS
- US
- 38.45
- -96.15
- 0
- 0
- TOP
-
-
- NEZ067
- 270670
- Cass
- NE
- US
- 40.93
- -96.15
- 0
- 0
- OAX
-
-
- TXZ147
- 431470
- Freestone
- TX
- US
- 31.72
- -96.14
- 0
- 0
- FWD
-
-
- TXZ094
- 430940
- Fannin
- TX
- US
- 33.62
- -96.11
- 0
- 0
- FWD
-
-
- MNZ014
- 230140
- Red_Lake
- MN
- US
- 47.86
- -96.10
- 0
- 0
- FGF
-
-
- MNZ054
- 230540
- Lac_qui_Parle
- MN
- US
- 45.04
- -96.09
- 0
- 0
- MPX
-
-
- NEZ053
- 270530
- Sarpy
- NE
- US
- 41.09
- -96.09
- 0
- 0
- OAX
-
-
- NEZ068
- 270680
- Otoe
- NE
- US
- 40.66
- -96.09
- 0
- 0
- OAX
-
-
- IAZ031
- 150310
- Woodbury
- IA
- US
- 42.39
- -96.08
- 0
- 0
- FSD
-
-
- TXZ105
- 431050
- Hunt
- TX
- US
- 33.13
- -96.07
- 0
- 0
- FWD
-
-
- MNZ013
- 230130
- Pennington
- MN
- US
- 48.05
- -96.04
- 0
- 0
- FGF
-
-
- OKZ048
- 360480
- Atoka
- OK
- US
- 34.43
- -96.04
- 0
- 0
- OUN
-
-
- OKZ060
- 360600
- Tulsa
- OK
- US
- 36.15
- -96.03
- 0
- 0
- TSA
-
-
- IAZ043
- 150430
- Monona
- IA
- US
- 42.04
- -96.02
- 0
- 0
- OAX
-
-
- MNZ030
- 230300
- West_Otter_Tail
- MN
- US
- 46.41
- -96.02
- 0
- 0
- FGF
-
-
- KSZ011
- 160110
- Nemaha
- KS
- US
- 39.78
- -96.01
- 0
- 0
- TOP
-
-
- MNZ040
- 230400
- Grant
- MN
- US
- 45.93
- -96.01
- 0
- 0
- FGF
-
-
- MNZ047
- 230470
- Stevens
- MN
- US
- 45.59
- -96.00
- 0
- 0
- MPX
-
-
- TXZ212
- 432120
- Waller
- TX
- US
- 29.99
- -96.00
- 0
- 0
- HGX
-
-
- MNZ008
- 230080
- East_Marshall
- MN
- US
- 48.36
- -95.99
- 0
- 0
- FGF
-
-
- TXZ162
- 431620
- Leon
- TX
- US
- 31.32
- -95.99
- 0
- 0
- FWD
-
-
- TXZ198
- 431980
- Grimes
- TX
- US
- 30.55
- -95.99
- 0
- 0
- HGX
-
-
- MNZ015
- 230150
- East_Polk
- MN
- US
- 47.72
- -95.95
- 0
- 0
- FGF
-
-
- OKZ066
- 360660
- Okmulgee
- OK
- US
- 35.62
- -95.95
- 0
- 0
- TSA
-
-
- TXZ135
- 431350
- Henderson
- TX
- US
- 32.19
- -95.94
- 0
- 0
- FWD
-
-
- TXZ236
- 432360
- Matagorda
- TX
- US
- 28.81
- -95.94
- 0
- 0
- HGX
-
-
- MNZ027
- 230270
- West_Becker
- MN
- US
- 46.94
- -95.93
- 0
- 0
- FGF
-
-
- TXZ176
- 431760
- Madison
- TX
- US
- 30.97
- -95.93
- 0
- 0
- HGX
-
-
- MNZ064
- 230640
- Yellow_Medicine
- MN
- US
- 44.74
- -95.91
- 0
- 0
- MPX
-
-
- OKZ055
- 360550
- Washington
- OK
- US
- 36.71
- -95.90
- 0
- 0
- TSA
-
-
- MNZ072
- 230720
- Lyon
- MN
- US
- 44.41
- -95.84
- 0
- 0
- FSD
-
-
- IAZ055
- 150550
- Harrison
- IA
- US
- 41.69
- -95.82
- 0
- 0
- OAX
-
-
- MNZ022
- 230220
- Mahnomen
- MN
- US
- 47.33
- -95.81
- 0
- 0
- FGF
-
-
- NEZ091
- 270910
- Nemaha
- NE
- US
- 40.41
- -95.80
- 0
- 0
- OAX
-
-
- TXZ123
- 431230
- Rains
- TX
- US
- 32.85
- -95.80
- 0
- 0
- FWD
-
-
- KSZ024
- 160240
- Jackson
- KS
- US
- 39.43
- -95.79
- 0
- 0
- TOP
-
-
- MNZ080
- 230800
- Murray
- MN
- US
- 44.02
- -95.77
- 0
- 0
- FSD
-
-
- KSZ039
- 160390
- Shawnee
- KS
- US
- 39.04
- -95.76
- 0
- 0
- TOP
-
-
- MNZ089
- 230890
- Nobles
- MN
- US
- 43.67
- -95.76
- 0
- 0
- FSD
-
-
- TXZ122
- 431220
- Van_Zandt
- TX
- US
- 32.61
- -95.76
- 0
- 0
- FWD
-
-
- MNZ005
- 230050
- Roseau
- MN
- US
- 48.77
- -95.75
- 0
- 0
- FGF
-
-
- TXZ227
- 432270
- Fort_Bend
- TX
- US
- 29.53
- -95.75
- 0
- 0
- HGX
-
-
- KSZ095
- 160950
- Wilson
- KS
- US
- 37.56
- -95.74
- 0
- 0
- ICT
-
-
- KSZ099
- 160990
- Montgomery
- KS
- US
- 37.19
- -95.74
- 0
- 0
- ICT
-
-
- KSZ058
- 160580
- Coffey
- KS
- US
- 38.23
- -95.73
- 0
- 0
- TOP
-
-
- KSZ071
- 160710
- Woodson
- KS
- US
- 37.88
- -95.73
- 0
- 0
- ICT
-
-
- KSZ055
- 160550
- Osage
- KS
- US
- 38.65
- -95.72
- 0
- 0
- TOP
-
-
- OKZ073
- 360730
- Pittsburg
- OK
- US
- 34.95
- -95.72
- 0
- 0
- TSA
-
-
- MNZ055
- 230550
- Swift
- MN
- US
- 45.28
- -95.69
- 0
- 0
- MPX
-
-
- OKZ071
- 360710
- McIntosh
- OK
- US
- 35.35
- -95.66
- 0
- 0
- TSA
-
-
- TXZ148
- 431480
- Anderson
- TX
- US
- 31.80
- -95.66
- 0
- 0
- FWD
-
-
- MNZ056
- 230560
- Chippewa
- MN
- US
- 44.96
- -95.65
- 0
- 0
- MPX
-
-
- NEZ093
- 270930
- Richardson
- NE
- US
- 40.13
- -95.65
- 0
- 0
- OAX
-
-
- IAZ079
- 150790
- Mills
- IA
- US
- 41.03
- -95.64
- 0
- 0
- OAX
-
-
- IAZ002
- 150020
- Osceola
- IA
- US
- 43.38
- -95.63
- 0
- 0
- FSD
-
-
- IAZ013
- 150130
- O'Brien
- IA
- US
- 43.09
- -95.63
- 0
- 0
- FSD
-
-
- IAZ021
- 150210
- Cherokee
- IA
- US
- 42.74
- -95.63
- 0
- 0
- FSD
-
-
- IAZ090
- 150900
- Fremont
- IA
- US
- 40.75
- -95.63
- 0
- 0
- OAX
-
-
- OKZ056
- 360560
- Nowata
- OK
- US
- 36.80
- -95.61
- 0
- 0
- TSA
-
-
- TXZ177
- 431770
- Walker
- TX
- US
- 30.79
- -95.60
- 0
- 0
- HGX
-
-
- IAZ069
- 150690
- Pottawattamie
- IA
- US
- 41.34
- -95.59
- 0
- 0
- OAX
-
-
- TXZ095
- 430950
- Lamar
- TX
- US
- 33.66
- -95.58
- 0
- 0
- FWD
-
-
- TXZ106
- 431060
- Delta
- TX
- US
- 33.36
- -95.58
- 0
- 0
- FWD
-
-
- TXZ107
- 431070
- Hopkins
- TX
- US
- 33.18
- -95.58
- 0
- 0
- FWD
-
-
- OKZ053
- 360530
- Choctaw
- OK
- US
- 34.02
- -95.57
- 0
- 0
- TSA
-
-
- OKZ061
- 360610
- Rogers
- OK
- US
- 36.34
- -95.57
- 0
- 0
- TSA
-
-
- KSZ012
- 160120
- Brown
- KS
- US
- 39.82
- -95.56
- 0
- 0
- TOP
-
-
- IAZ032
- 150320
- Ida
- IA
- US
- 42.39
- -95.54
- 0
- 0
- FSD
-
-
- OKZ067
- 360670
- Wagoner
- OK
- US
- 35.97
- -95.51
- 0
- 0
- TSA
-
-
- MOZ001
- 250010
- Atchison
- MO
- US
- 40.43
- -95.48
- 0
- 0
- EAX
-
-
- TXZ237
- 432370
- Brazoria
- TX
- US
- 29.21
- -95.47
- 0
- 0
- HGX
-
-
- MNZ031
- 230310
- East_Otter_Tail
- MN
- US
- 46.41
- -95.46
- 0
- 0
- FGF
-
-
- TXZ199
- 431990
- Montgomery
- TX
- US
- 30.33
- -95.46
- 0
- 0
- HGX
-
-
- MNZ041
- 230410
- Douglas
- MN
- US
- 45.93
- -95.45
- 0
- 0
- MPX
-
-
- MNZ048
- 230480
- Pope
- MN
- US
- 45.58
- -95.44
- 0
- 0
- MPX
-
-
- TXZ213
- 432130
- Harris
- TX
- US
- 29.84
- -95.44
- 0
- 0
- HGX
-
-
- OKZ070
- 360700
- Muskogee
- OK
- US
- 35.57
- -95.42
- 0
- 0
- TSA
-
-
- MNZ028
- 230280
- East_Becker
- MN
- US
- 46.93
- -95.41
- 0
- 0
- FGF
-
-
- TXZ124
- 431240
- Wood
- TX
- US
- 32.78
- -95.40
- 0
- 0
- SHV
-
-
- IAZ044
- 150440
- Crawford
- IA
- US
- 42.04
- -95.39
- 0
- 0
- DMX
-
-
- MNZ016
- 230160
- North_Clearwater
- MN
- US
- 47.76
- -95.39
- 0
- 0
- FGF
-
-
- KSZ026
- 160260
- Jefferson
- KS
- US
- 39.22
- -95.38
- 0
- 0
- TOP
-
-
- TXZ163
- 431630
- Houston
- TX
- US
- 31.27
- -95.37
- 0
- 0
- HGX
-
-
- MNZ023
- 230230
- South_Clearwater
- MN
- US
- 47.32
- -95.36
- 0
- 0
- FGF
-
-
- OKZ049
- 360490
- Pushmataha
- OK
- US
- 34.42
- -95.36
- 0
- 0
- TSA
-
-
- IAZ056
- 150560
- Shelby
- IA
- US
- 41.68
- -95.31
- 0
- 0
- OAX
-
-
- KSZ072
- 160720
- Allen
- KS
- US
- 37.88
- -95.30
- 0
- 0
- ICT
-
-
- KSZ096
- 160960
- Neosho
- KS
- US
- 37.56
- -95.30
- 0
- 0
- ICT
-
-
- KSZ059
- 160590
- Anderson
- KS
- US
- 38.21
- -95.29
- 0
- 0
- TOP
-
-
- KSZ100
- 161000
- Labette
- KS
- US
- 37.19
- -95.29
- 0
- 0
- ICT
-
-
- TXZ136
- 431360
- Smith
- TX
- US
- 32.42
- -95.29
- 0
- 0
- SHV
-
-
- KSZ056
- 160560
- Franklin
- KS
- US
- 38.56
- -95.28
- 0
- 0
- TOP
-
-
- KSZ040
- 160400
- Douglas
- KS
- US
- 38.90
- -95.27
- 0
- 0
- TOP
-
-
- KSZ025
- 160250
- Atchison
- KS
- US
- 39.53
- -95.26
- 0
- 0
- EAX
-
-
- MOZ011
- 250110
- Holt
- MO
- US
- 40.07
- -95.26
- 0
- 0
- EAX
-
-
- MNZ073
- 230730
- Redwood
- MN
- US
- 44.45
- -95.23
- 0
- 0
- MPX
-
-
- OKZ062
- 360620
- Mayes
- OK
- US
- 36.30
- -95.23
- 0
- 0
- TSA
-
-
- OKZ057
- 360570
- Craig
- OK
- US
- 36.76
- -95.22
- 0
- 0
- TSA
-
-
- OKZ075
- 360750
- Latimer
- OK
- US
- 34.88
- -95.22
- 0
- 0
- TSA
-
-
- TXZ108
- 431080
- Franklin
- TX
- US
- 33.18
- -95.21
- 0
- 0
- SHV
-
-
- MNZ081
- 230810
- Cottonwood
- MN
- US
- 44.02
- -95.17
- 0
- 0
- FSD
-
-
- TXZ149
- 431490
- Cherokee
- TX
- US
- 31.79
- -95.17
- 0
- 0
- SHV
-
-
- IAZ003
- 150030
- Dickinson
- IA
- US
- 43.38
- -95.16
- 0
- 0
- FSD
-
-
- IAZ014
- 150140
- Clay
- IA
- US
- 43.08
- -95.16
- 0
- 0
- FSD
-
-
- IAZ022
- 150220
- Buena_Vista
- IA
- US
- 42.74
- -95.16
- 0
- 0
- FSD
-
-
- IAZ080
- 150800
- Montgomery
- IA
- US
- 41.04
- -95.16
- 0
- 0
- OAX
-
-
- IAZ091
- 150910
- Page
- IA
- US
- 40.74
- -95.16
- 0
- 0
- OAX
-
-
- MNZ090
- 230900
- Jackson
- MN
- US
- 43.67
- -95.16
- 0
- 0
- FSD
-
-
- IAZ033
- 150330
- Sac
- IA
- US
- 42.39
- -95.13
- 0
- 0
- DMX
-
-
- OKZ074
- 360740
- Haskell
- OK
- US
- 35.27
- -95.13
- 0
- 0
- TSA
-
-
- TXZ164
- 431640
- Trinity
- TX
- US
- 31.11
- -95.13
- 0
- 0
- HGX
-
-
- KSZ102
- 161020
- Doniphan
- KS
- US
- 39.81
- -95.10
- 0
- 0
- EAX
-
-
- TXZ178
- 431780
- San_Jacinto
- TX
- US
- 30.62
- -95.10
- 0
- 0
- HGX
-
-
- OKZ068
- 360680
- Cherokee
- OK
- US
- 35.91
- -95.04
- 0
- 0
- TSA
-
-
- TXZ096
- 430960
- Red_River
- TX
- US
- 33.65
- -95.02
- 0
- 0
- SHV
-
-
- MNZ009
- 230090
- North_Beltrami
- MN
- US
- 48.20
- -95.01
- 0
- 0
- FGF
-
-
- MNZ057
- 230570
- Kandiyohi
- MN
- US
- 45.15
- -95.01
- 0
- 0
- MPX
-
-
- KSZ103
- 161030
- Leavenworth
- KS
- US
- 39.19
- -94.99
- 0
- 0
- EAX
-
-
- MNZ065
- 230650
- Renville
- MN
- US
- 44.67
- -94.99
- 0
- 0
- MPX
-
-
- TXZ109
- 431090
- Titus
- TX
- US
- 33.19
- -94.97
- 0
- 0
- SHV
-
-
- MNZ032
- 230320
- Wadena
- MN
- US
- 46.59
- -94.95
- 0
- 0
- FGF
-
-
- IAZ070
- 150700
- Cass
- IA
- US
- 41.33
- -94.94
- 0
- 0
- DMX
-
-
- TXZ110
- 431100
- Camp
- TX
- US
- 33.00
- -94.94
- 0
- 0
- SHV
-
-
- MNZ024
- 230240
- Hubbard
- MN
- US
- 47.11
- -94.92
- 0
- 0
- FGF
-
-
- TXZ125
- 431250
- Upshur
- TX
- US
- 32.72
- -94.92
- 0
- 0
- SHV
-
-
- IAZ057
- 150570
- Audubon
- IA
- US
- 41.68
- -94.91
- 0
- 0
- DMX
-
-
- MOZ002
- 250020
- Nodaway
- MO
- US
- 40.36
- -94.91
- 0
- 0
- EAX
-
-
- MNZ042
- 230420
- Todd
- MN
- US
- 46.07
- -94.90
- 0
- 0
- MPX
-
-
- MNZ006
- 230060
- Lake_of_The_Woods
- MN
- US
- 48.87
- -94.89
- 0
- 0
- FGF
-
-
- IAZ045
- 150450
- Carroll
- IA
- US
- 42.03
- -94.87
- 0
- 0
- DMX
-
-
- TXZ179
- 431790
- Polk
- TX
- US
- 30.82
- -94.87
- 0
- 0
- HGX
-
-
- MOZ020
- 250200
- Buchanan
- MO
- US
- 39.68
- -94.86
- 0
- 0
- EAX
-
-
- KSZ073
- 160730
- Bourbon
- KS
- US
- 37.85
- -94.85
- 0
- 0
- SGF
-
-
- KSZ097
- 160970
- Crawford
- KS
- US
- 37.50
- -94.85
- 0
- 0
- SGF
-
-
- KSZ101
- 161010
- Cherokee
- KS
- US
- 37.16
- -94.85
- 0
- 0
- SGF
-
-
- MOZ028
- 250280
- Platte
- MO
- US
- 39.34
- -94.85
- 0
- 0
- EAX
-
-
- KSZ057
- 160570
- Miami
- KS
- US
- 38.56
- -94.84
- 0
- 0
- EAX
-
-
- KSZ060
- 160600
- Linn
- KS
- US
- 38.21
- -94.84
- 0
- 0
- EAX
-
-
- MOZ012
- 250120
- Andrew
- MO
- US
- 39.97
- -94.84
- 0
- 0
- EAX
-
-
- KSZ105
- 161050
- Johnson
- KS
- US
- 38.89
- -94.83
- 0
- 0
- EAX
-
-
- OKZ058
- 360580
- Ottawa
- OK
- US
- 36.83
- -94.83
- 0
- 0
- TSA
-
-
- MNZ017
- 230170
- South_Beltrami
- MN
- US
- 47.63
- -94.81
- 0
- 0
- FGF
-
-
- OKZ077
- 360770
- McCurtain
- OK
- US
- 34.07
- -94.81
- 0
- 0
- SHV
-
-
- TXZ200
- 432000
- Liberty
- TX
- US
- 30.19
- -94.81
- 0
- 0
- HGX
-
-
- TXZ238
- 432380
- Galveston
- TX
- US
- 29.34
- -94.81
- 0
- 0
- HGX
-
-
- OKZ063
- 360630
- Delaware
- OK
- US
- 36.42
- -94.79
- 0
- 0
- TSA
-
-
- OKZ072
- 360720
- Sequoyah
- OK
- US
- 35.46
- -94.78
- 0
- 0
- TSA
-
-
- TXZ137
- 431370
- Gregg
- TX
- US
- 32.51
- -94.78
- 0
- 0
- SHV
-
-
- KSZ104
- 161040
- Wyandotte
- KS
- US
- 39.09
- -94.75
- 0
- 0
- EAX
-
-
- MNZ074
- 230740
- Brown
- MN
- US
- 44.30
- -94.74
- 0
- 0
- MPX
-
-
- OKZ076
- 360760
- Le_Flore
- OK
- US
- 34.95
- -94.74
- 0
- 0
- TSA
-
-
- TXZ111
- 431110
- Morris
- TX
- US
- 33.13
- -94.74
- 0
- 0
- SHV
-
-
- TXZ150
- 431500
- Rusk
- TX
- US
- 32.13
- -94.72
- 0
- 0
- SHV
-
-
- IAZ081
- 150810
- Adams
- IA
- US
- 41.03
- -94.71
- 0
- 0
- DMX
-
-
- IAZ092
- 150920
- Taylor
- IA
- US
- 40.74
- -94.71
- 0
- 0
- DMX
-
-
- IAZ004
- 150040
- Emmet
- IA
- US
- 43.38
- -94.69
- 0
- 0
- DMX
-
-
- IAZ015
- 150150
- Palo_Alto
- IA
- US
- 43.08
- -94.69
- 0
- 0
- DMX
-
-
- IAZ023
- 150230
- Pocahontas
- IA
- US
- 42.74
- -94.69
- 0
- 0
- DMX
-
-
- TXZ214
- 432140
- Chambers
- TX
- US
- 29.71
- -94.67
- 0
- 0
- HGX
-
-
- IAZ034
- 150340
- Calhoun
- IA
- US
- 42.38
- -94.66
- 0
- 0
- DMX
-
-
- OKZ069
- 360690
- Adair
- OK
- US
- 35.91
- -94.64
- 0
- 0
- TSA
-
-
- TXZ152
- 431520
- Nacogdoches
- TX
- US
- 31.54
- -94.64
- 0
- 0
- SHV
-
-
- MNZ082
- 230820
- Watonwan
- MN
- US
- 43.98
- -94.62
- 0
- 0
- MPX
-
-
- MNZ049
- 230490
- Stearns
- MN
- US
- 45.53
- -94.59
- 0
- 0
- MPX
-
-
- TXZ165
- 431650
- Angelina
- TX
- US
- 31.28
- -94.57
- 0
- 0
- SHV
-
-
- MNZ033
- 230330
- South_Cass
- MN
- US
- 46.54
- -94.56
- 0
- 0
- DLH
-
-
- MNZ091
- 230910
- Martin
- MN
- US
- 43.67
- -94.55
- 0
- 0
- MPX
-
-
- MNZ058
- 230580
- Meeker
- MN
- US
- 45.11
- -94.51
- 0
- 0
- MPX
-
-
- IAZ058
- 150580
- Guthrie
- IA
- US
- 41.68
- -94.50
- 0
- 0
- DMX
-
-
- IAZ071
- 150710
- Adair
- IA
- US
- 41.33
- -94.48
- 0
- 0
- DMX
-
-
- MOZ003
- 250030
- Worth
- MO
- US
- 40.48
- -94.43
- 0
- 0
- EAX
-
-
- MOZ004
- 250040
- Gentry
- MO
- US
- 40.21
- -94.42
- 0
- 0
- EAX
-
-
- MOZ021
- 250210
- Clinton
- MO
- US
- 39.60
- -94.42
- 0
- 0
- EAX
-
-
- MOZ029
- 250290
- Clay
- MO
- US
- 39.28
- -94.42
- 0
- 0
- EAX
-
-
- IAZ046
- 150460
- Greene
- IA
- US
- 42.03
- -94.41
- 0
- 0
- DMX
-
-
- MOZ013
- 250130
- De_Kalb
- MO
- US
- 39.89
- -94.41
- 0
- 0
- EAX
-
-
- TXZ201
- 432010
- Hardin
- TX
- US
- 30.31
- -94.40
- 0
- 0
- LCH
-
-
- TXZ097
- 430970
- Bowie
- TX
- US
- 33.47
- -94.39
- 0
- 0
- SHV
-
-
- TXZ126
- 431260
- Marion
- TX
- US
- 32.79
- -94.38
- 0
- 0
- SHV
-
-
- TXZ138
- 431380
- Harrison
- TX
- US
- 32.56
- -94.37
- 0
- 0
- SHV
-
-
- MNZ075
- 230750
- Nicollet
- MN
- US
- 44.31
- -94.36
- 0
- 0
- MPX
-
-
- MOZ037
- 250370
- Jackson
- MO
- US
- 39.03
- -94.36
- 0
- 0
- EAX
-
-
- MOZ077
- 250770
- Barton
- MO
- US
- 37.50
- -94.35
- 0
- 0
- SGF
-
-
- MOZ101
- 251010
- McDonald
- MO
- US
- 36.63
- -94.35
- 0
- 0
- SGF
-
-
- TXZ112
- 431120
- Cass
- TX
- US
- 33.10
- -94.35
- 0
- 0
- SHV
-
-
- TXZ180
- 431800
- Tyler
- TX
- US
- 30.79
- -94.35
- 0
- 0
- LCH
-
-
- MOZ043
- 250430
- Cass
- MO
- US
- 38.64
- -94.34
- 0
- 0
- EAX
-
-
- MOZ053
- 250530
- Bates
- MO
- US
- 38.25
- -94.34
- 0
- 0
- EAX
-
-
- MOZ066
- 250660
- Vernon
- MO
- US
- 37.85
- -94.34
- 0
- 0
- SGF
-
-
- MOZ088
- 250880
- Jasper
- MO
- US
- 37.21
- -94.34
- 0
- 0
- SGF
-
-
- MOZ093
- 250930
- Newton
- MO
- US
- 36.90
- -94.34
- 0
- 0
- SGF
-
-
- TXZ151
- 431510
- Panola
- TX
- US
- 32.18
- -94.30
- 0
- 0
- SHV
-
-
- MNZ066
- 230660
- McLeod
- MN
- US
- 44.81
- -94.26
- 0
- 0
- MPX
-
-
- IAZ082
- 150820
- Union
- IA
- US
- 41.03
- -94.25
- 0
- 0
- DMX
-
-
- IAZ093
- 150930
- Ringgold
- IA
- US
- 40.74
- -94.25
- 0
- 0
- DMX
-
-
- ARZ001
- 40010
- Benton
- AR
- US
- 36.30
- -94.24
- 0
- 0
- TSA
-
-
- ARZ029
- 40290
- Sebastian
- AR
- US
- 35.19
- -94.24
- 0
- 0
- TSA
-
-
- ARZ010
- 40100
- Washington
- AR
- US
- 36.00
- -94.22
- 0
- 0
- TSA
-
-
- ARZ050
- 40500
- Sevier
- AR
- US
- 33.97
- -94.22
- 0
- 0
- SHV
-
-
- IAZ005
- 150050
- Kossuth
- IA
- US
- 43.21
- -94.22
- 0
- 0
- DMX
-
-
- IAZ024
- 150240
- Humboldt
- IA
- US
- 42.78
- -94.22
- 0
- 0
- DMX
-
-
- MNZ025
- 230250
- North_Cass
- MN
- US
- 47.14
- -94.22
- 0
- 0
- DLH
-
-
- MNZ043
- 230430
- Morrison
- MN
- US
- 46.06
- -94.21
- 0
- 0
- MPX
-
-
- ARZ040
- 40400
- Polk
- AR
- US
- 34.47
- -94.20
- 0
- 0
- LZK
-
-
- MNZ067
- 230670
- Sibley
- MN
- US
- 44.59
- -94.20
- 0
- 0
- MPX
-
-
- ARZ019
- 40190
- Crawford
- AR
- US
- 35.56
- -94.19
- 0
- 0
- TSA
-
-
- IAZ035
- 150350
- Webster
- IA
- US
- 42.43
- -94.19
- 0
- 0
- DMX
-
-
- TXZ166
- 431660
- San_Augustine
- TX
- US
- 31.38
- -94.19
- 0
- 0
- SHV
-
-
- TXZ153
- 431530
- Shelby
- TX
- US
- 31.78
- -94.15
- 0
- 0
- SHV
-
-
- ARZ059
- 40590
- Little_River
- AR
- US
- 33.74
- -94.14
- 0
- 0
- SHV
-
-
- TXZ215
- 432150
- Jefferson
- TX
- US
- 29.87
- -94.14
- 0
- 0
- LCH
-
-
- ARZ037
- 40370
- Scott
- AR
- US
- 34.89
- -94.08
- 0
- 0
- LZK
-
-
- MNZ034
- 230340
- Crow_Wing
- MN
- US
- 46.48
- -94.08
- 0
- 0
- DLH
-
-
- MNZ083
- 230830
- Blue_Earth
- MN
- US
- 44.06
- -94.07
- 0
- 0
- MPX
-
-
- MNZ050
- 230500
- Benton
- MN
- US
- 45.69
- -94.06
- 0
- 0
- MPX
-
-
- IAZ059
- 150590
- Dallas
- IA
- US
- 41.68
- -94.04
- 0
- 0
- DMX
-
-
- ARZ051
- 40510
- Howard
- AR
- US
- 34.05
- -94.03
- 0
- 0
- SHV
-
-
- IAZ072
- 150720
- Madison
- IA
- US
- 41.34
- -94.02
- 0
- 0
- DMX
-
-
- MOZ005
- 250050
- Harrison
- MO
- US
- 40.36
- -94.00
- 0
- 0
- EAX
-
-
- MOZ014
- 250140
- Daviess
- MO
- US
- 39.96
- -94.00
- 0
- 0
- EAX
-
-
- TXZ181
- 431810
- Jasper
- TX
- US
- 30.70
- -94.00
- 0
- 0
- LCH
-
-
- MOZ022
- 250220
- Caldwell
- MO
- US
- 39.66
- -93.99
- 0
- 0
- EAX
-
-
- MOZ030
- 250300
- Ray
- MO
- US
- 39.33
- -93.99
- 0
- 0
- EAX
-
-
- MNZ092
- 230920
- Faribault
- MN
- US
- 43.67
- -93.95
- 0
- 0
- MPX
-
-
- IAZ047
- 150470
- Boone
- IA
- US
- 42.03
- -93.94
- 0
- 0
- DMX
-
-
- TXZ216
- 432160
- Orange
- TX
- US
- 30.10
- -93.90
- 0
- 0
- LCH
-
-
- MNZ059
- 230590
- Wright
- MN
- US
- 45.20
- -93.89
- 0
- 0
- MPX
-
-
- ARZ020
- 40200
- Franklin
- AR
- US
- 35.49
- -93.88
- 0
- 0
- TSA
-
-
- MOZ089
- 250890
- Dade
- MO
- US
- 37.43
- -93.86
- 0
- 0
- SGF
-
-
- ARZ070
- 40700
- Miller
- AR
- US
- 33.31
- -93.85
- 0
- 0
- SHV
-
-
- MOZ078
- 250780
- Cedar
- MO
- US
- 37.73
- -93.85
- 0
- 0
- SGF
-
-
- MOZ094
- 250940
- Lawrence
- MO
- US
- 37.11
- -93.84
- 0
- 0
- SGF
-
-
- MNZ051
- 230510
- Sherburne
- MN
- US
- 45.41
- -93.83
- 0
- 0
- MPX
-
-
- MOZ102
- 251020
- Barry
- MO
- US
- 36.71
- -93.83
- 0
- 0
- SGF
-
-
- MOZ044
- 250440
- Johnson
- MO
- US
- 38.75
- -93.82
- 0
- 0
- EAX
-
-
- TXZ167
- 431670
- Sabine
- TX
- US
- 31.37
- -93.82
- 0
- 0
- SHV
-
-
- MOZ038
- 250380
- Lafayette
- MO
- US
- 39.09
- -93.80
- 0
- 0
- EAX
-
-
- IAZ083
- 150830
- Clarke
- IA
- US
- 41.03
- -93.79
- 0
- 0
- DMX
-
-
- IAZ094
- 150940
- Decatur
- IA
- US
- 40.74
- -93.79
- 0
- 0
- DMX
-
-
- MOZ054
- 250540
- Henry
- MO
- US
- 38.38
- -93.79
- 0
- 0
- EAX
-
-
- MOZ067
- 250670
- St._Clair
- MO
- US
- 38.02
- -93.79
- 0
- 0
- SGF
-
-
- MNZ076
- 230760
- Le_Sueur
- MN
- US
- 44.37
- -93.78
- 0
- 0
- MPX
-
-
- LAZ001
- 180010
- Caddo
- LA
- US
- 32.61
- -93.77
- 0
- 0
- SHV
-
-
- MNZ068
- 230680
- Carver
- MN
- US
- 44.81
- -93.77
- 0
- 0
- MPX
-
-
- MNZ010
- 230100
- Koochiching
- MN
- US
- 48.28
- -93.76
- 0
- 0
- DLH
-
-
- IAZ006
- 150060
- Winnebago
- IA
- US
- 43.38
- -93.74
- 0
- 0
- DMX
-
-
- IAZ016
- 150160
- Hancock
- IA
- US
- 43.08
- -93.74
- 0
- 0
- DMX
-
-
- IAZ025
- 150250
- Wright
- IA
- US
- 42.73
- -93.74
- 0
- 0
- DMX
-
-
- MNZ018
- 230180
- North_Itasca
- MN
- US
- 47.66
- -93.74
- 0
- 0
- DLH
-
-
- IAZ036
- 150360
- Hamilton
- IA
- US
- 42.38
- -93.72
- 0
- 0
- DMX
-
-
- ARZ030
- 40300
- Logan
- AR
- US
- 35.22
- -93.71
- 0
- 0
- LZK
-
-
- ARZ060
- 40600
- Hempstead
- AR
- US
- 33.75
- -93.71
- 0
- 0
- SHV
-
-
- TXZ182
- 431820
- Newton
- TX
- US
- 30.72
- -93.71
- 0
- 0
- LCH
-
-
- ARZ011
- 40110
- Madison
- AR
- US
- 36.03
- -93.70
- 0
- 0
- TSA
-
-
- LAZ010
- 180100
- De_Soto
- LA
- US
- 32.10
- -93.69
- 0
- 0
- SHV
-
-
- ARZ041
- 40410
- Montgomery
- AR
- US
- 34.55
- -93.66
- 0
- 0
- LZK
-
-
- ARZ052
- 40520
- Pike
- AR
- US
- 34.15
- -93.65
- 0
- 0
- LZK
-
-
- MNZ044
- 230440
- Mille_Lacs
- MN
- US
- 45.90
- -93.62
- 0
- 0
- MPX
-
-
- ARZ071
- 40710
- Lafayette
- AR
- US
- 33.25
- -93.61
- 0
- 0
- SHV
-
-
- LAZ002
- 180020
- Bossier
- LA
- US
- 32.63
- -93.61
- 0
- 0
- SHV
-
-
- MNZ069
- 230690
- Scott
- MN
- US
- 44.68
- -93.60
- 0
- 0
- MPX
-
-
- MNZ084
- 230840
- Waseca
- MN
- US
- 44.02
- -93.59
- 0
- 0
- MPX
-
-
- ARZ002
- 40020
- Carroll
- AR
- US
- 36.31
- -93.58
- 0
- 0
- TSA
-
-
- MOZ006
- 250060
- Mercer
- MO
- US
- 40.42
- -93.58
- 0
- 0
- EAX
-
-
- IAZ060
- 150600
- Polk
- IA
- US
- 41.68
- -93.57
- 0
- 0
- DMX
-
-
- MNZ026
- 230260
- South_Itasca
- MN
- US
- 47.24
- -93.57
- 0
- 0
- DLH
-
-
- MOZ015
- 250150
- Grundy
- MO
- US
- 40.11
- -93.57
- 0
- 0
- EAX
-
-
- IAZ073
- 150730
- Warren
- IA
- US
- 41.34
- -93.56
- 0
- 0
- DMX
-
-
- LAZ017
- 180170
- Sabine
- LA
- US
- 31.51
- -93.55
- 0
- 0
- SHV
-
-
- MOZ023
- 250230
- Livingston
- MO
- US
- 39.79
- -93.52
- 0
- 0
- EAX
-
-
- IAZ048
- 150480
- Story
- IA
- US
- 42.03
- -93.47
- 0
- 0
- DMX
-
-
- MNZ060
- 230600
- Hennepin
- MN
- US
- 45.02
- -93.47
- 0
- 0
- MPX
-
-
- MOZ103
- 251030
- Stone
- MO
- US
- 36.74
- -93.47
- 0
- 0
- SGF
-
-
- MOZ031
- 250310
- Carroll
- MO
- US
- 39.41
- -93.44
- 0
- 0
- EAX
-
-
- ARZ021
- 40210
- Johnson
- AR
- US
- 35.55
- -93.43
- 0
- 0
- LZK
-
-
- MNZ036
- 230360
- South_Aitkin
- MN
- US
- 46.39
- -93.43
- 0
- 0
- DLH
-
-
- MNZ035
- 230350
- Northern_Aitkin
- MN
- US
- 46.83
- -93.42
- 0
- 0
- DLH
-
-
- MOZ079
- 250790
- Polk
- MO
- US
- 37.62
- -93.41
- 0
- 0
- SGF
-
-
- LAZ011
- 180110
- Red_River
- LA
- US
- 32.07
- -93.36
- 0
- 0
- SHV
-
-
- LAZ030
- 180300
- Beauregard
- LA
- US
- 30.65
- -93.36
- 0
- 0
- LCH
-
-
- MNZ093
- 230930
- Freeborn
- MN
- US
- 43.67
- -93.35
- 0
- 0
- MPX
-
-
- MOZ090
- 250900
- Greene
- MO
- US
- 37.26
- -93.35
- 0
- 0
- SGF
-
-
- IAZ084
- 150840
- Lucas
- IA
- US
- 41.03
- -93.33
- 0
- 0
- DMX
-
-
- IAZ095
- 150950
- Wayne
- IA
- US
- 40.74
- -93.33
- 0
- 0
- DMX
-
-
- LAZ003
- 180030
- Webster
- LA
- US
- 32.72
- -93.33
- 0
- 0
- SHV
-
-
- ARZ038
- 40380
- Yell
- AR
- US
- 35.03
- -93.32
- 0
- 0
- LZK
-
-
- LAZ041
- 180410
- Calcasieu
- LA
- US
- 30.27
- -93.32
- 0
- 0
- LCH
-
-
- MOZ068
- 250680
- Hickory
- MO
- US
- 37.93
- -93.32
- 0
- 0
- SGF
-
-
- ARZ061
- 40610
- Nevada
- AR
- US
- 33.70
- -93.29
- 0
- 0
- SHV
-
-
- MNZ045
- 230450
- Kanabec
- MN
- US
- 45.95
- -93.29
- 0
- 0
- MPX
-
-
- MNZ077
- 230770
- Rice
- MN
- US
- 44.37
- -93.29
- 0
- 0
- MPX
-
-
- MOZ045
- 250450
- Pettis
- MO
- US
- 38.72
- -93.29
- 0
- 0
- EAX
-
-
- MOZ055
- 250550
- Benton
- MO
- US
- 38.30
- -93.29
- 0
- 0
- SGF
-
-
- MNZ052
- 230520
- Isanti
- MN
- US
- 45.57
- -93.27
- 0
- 0
- MPX
-
-
- MNZ061
- 230610
- Anoka
- MN
- US
- 45.23
- -93.27
- 0
- 0
- MPX
-
-
- IAZ007
- 150070
- Worth
- IA
- US
- 43.38
- -93.26
- 0
- 0
- DMX
-
-
- IAZ017
- 150170
- Cerro_Gordo
- IA
- US
- 43.08
- -93.26
- 0
- 0
- DMX
-
-
- IAZ026
- 150260
- Franklin
- IA
- US
- 42.73
- -93.26
- 0
- 0
- DMX
-
-
- MOZ095
- 250950
- Christian
- MO
- US
- 36.95
- -93.26
- 0
- 0
- SGF
-
-
- IAZ037
- 150370
- Hardin
- IA
- US
- 42.38
- -93.25
- 0
- 0
- DMX
-
-
- LAZ051
- 180510
- Cameron
- LA
- US
- 29.83
- -93.25
- 0
- 0
- LCH
-
-
- MNZ085
- 230850
- Steele
- MN
- US
- 44.02
- -93.23
- 0
- 0
- MPX
-
-
- ARZ012
- 40120
- Newton
- AR
- US
- 35.93
- -93.22
- 0
- 0
- LZK
-
-
- ARZ072
- 40720
- Columbia
- AR
- US
- 33.24
- -93.22
- 0
- 0
- SHV
-
-
- ARZ053
- 40530
- Clark
- AR
- US
- 34.06
- -93.19
- 0
- 0
- LZK
-
-
- LAZ027
- 180270
- Vernon
- LA
- US
- 31.12
- -93.19
- 0
- 0
- LCH
-
-
- MOZ039
- 250390
- Saline
- MO
- US
- 39.17
- -93.18
- 0
- 0
- EAX
-
-
- MNZ062
- 230620
- Ramsey
- MN
- US
- 45.01
- -93.11
- 0
- 0
- MPX
-
-
- MOZ016
- 250160
- Sullivan
- MO
- US
- 40.21
- -93.11
- 0
- 0
- EAX
-
-
- MOZ024
- 250240
- Linn
- MO
- US
- 39.87
- -93.11
- 0
- 0
- EAX
-
-
- IAZ074
- 150740
- Marion
- IA
- US
- 41.34
- -93.10
- 0
- 0
- DMX
-
-
- LAZ012
- 180120
- Bienville
- LA
- US
- 32.37
- -93.10
- 0
- 0
- SHV
-
-
- ARZ042
- 40420
- Garland
- AR
- US
- 34.58
- -93.09
- 0
- 0
- LZK
-
-
- LAZ018
- 180180
- Natchitoches
- LA
- US
- 31.75
- -93.08
- 0
- 0
- SHV
-
-
- ARZ003
- 40030
- Boone
- AR
- US
- 36.31
- -93.07
- 0
- 0
- LZK
-
-
- IAZ061
- 150610
- Jasper
- IA
- US
- 41.69
- -93.06
- 0
- 0
- DMX
-
-
- ARZ022
- 40220
- Pope
- AR
- US
- 35.43
- -93.05
- 0
- 0
- LZK
-
-
- MOZ104
- 251040
- Taney
- MO
- US
- 36.66
- -93.05
- 0
- 0
- SGF
-
-
- ARZ054
- 40540
- Hot_Spring
- AR
- US
- 34.33
- -93.04
- 0
- 0
- LZK
-
-
- MNZ070
- 230700
- Dakota
- MN
- US
- 44.71
- -93.03
- 0
- 0
- MPX
-
-
- MOZ007
- 250070
- Putnam
- MO
- US
- 40.46
- -93.02
- 0
- 0
- EAX
-
-
- MOZ080
- 250800
- Dallas
- MO
- US
- 37.66
- -93.02
- 0
- 0
- SGF
-
-
- IAZ049
- 150490
- Marshall
- IA
- US
- 42.04
- -93.01
- 0
- 0
- DMX
-
-
- MOZ032
- 250320
- Chariton
- MO
- US
- 39.46
- -92.99
- 0
- 0
- EAX
-
-
- LAZ004
- 180040
- Claiborne
- LA
- US
- 32.80
- -92.97
- 0
- 0
- SHV
-
-
- ARZ039
- 40390
- Perry
- AR
- US
- 34.94
- -92.92
- 0
- 0
- LZK
-
-
- MNZ053
- 230530
- Chisago
- MN
- US
- 45.52
- -92.89
- 0
- 0
- MPX
-
-
- MNZ063
- 230630
- Washington
- MN
- US
- 45.02
- -92.88
- 0
- 0
- MPX
-
-
- MOZ091
- 250910
- Webster
- MO
- US
- 37.28
- -92.88
- 0
- 0
- SGF
-
-
- IAZ085
- 150850
- Monroe
- IA
- US
- 41.03
- -92.87
- 0
- 0
- DMX
-
-
- IAZ096
- 150960
- Appanoose
- IA
- US
- 40.74
- -92.87
- 0
- 0
- DMX
-
-
- MNZ086
- 230860
- Dodge
- MN
- US
- 44.02
- -92.87
- 0
- 0
- ARX
-
-
- LAZ031
- 180310
- Allen
- LA
- US
- 30.66
- -92.85
- 0
- 0
- LCH
-
-
- LAZ042
- 180420
- Jefferson_Davis
- LA
- US
- 30.27
- -92.85
- 0
- 0
- LCH
-
-
- MOZ056
- 250560
- Morgan
- MO
- US
- 38.44
- -92.85
- 0
- 0
- SGF
-
-
- ARZ066
- 40660
- Ouachita
- AR
- US
- 33.60
- -92.83
- 0
- 0
- LZK
-
-
- IAZ008
- 150080
- Mitchell
- IA
- US
- 43.36
- -92.79
- 0
- 0
- ARX
-
-
- IAZ018
- 150180
- Floyd
- IA
- US
- 43.06
- -92.79
- 0
- 0
- ARX
-
-
- IAZ027
- 150270
- Butler
- IA
- US
- 42.73
- -92.79
- 0
- 0
- DMX
-
-
- IAZ038
- 150380
- Grundy
- IA
- US
- 42.38
- -92.79
- 0
- 0
- DMX
-
-
- MOZ046
- 250460
- Cooper
- MO
- US
- 38.87
- -92.78
- 0
- 0
- EAX
-
-
- ARZ031
- 40310
- Conway
- AR
- US
- 35.27
- -92.76
- 0
- 0
- LZK
-
-
- MNZ094
- 230940
- Mower
- MN
- US
- 43.67
- -92.75
- 0
- 0
- ARX
-
-
- MOZ069
- 250690
- Camden
- MO
- US
- 38.03
- -92.74
- 0
- 0
- SGF
-
-
- MNZ038
- 230380
- Pine
- MN
- US
- 46.07
- -92.71
- 0
- 0
- DLH
-
-
- MOZ040
- 250400
- Howard
- MO
- US
- 39.16
- -92.69
- 0
- 0
- EAX
-
-
- ARZ013
- 40130
- Searcy
- AR
- US
- 35.92
- -92.68
- 0
- 0
- LZK
-
-
- ARZ004
- 40040
- Marion
- AR
- US
- 36.28
- -92.65
- 0
- 0
- LZK
-
-
- ARZ043
- 40430
- Saline
- AR
- US
- 34.64
- -92.65
- 0
- 0
- LZK
-
-
- ARZ062
- 40620
- Dallas
- AR
- US
- 33.98
- -92.65
- 0
- 0
- LZK
-
-
- IAZ075
- 150750
- Mahaska
- IA
- US
- 41.34
- -92.65
- 0
- 0
- DMX
-
-
- MNZ078
- 230780
- Goodhue
- MN
- US
- 44.45
- -92.65
- 0
- 0
- MPX
-
-
- LAZ005
- 180050
- Lincoln
- LA
- US
- 32.61
- -92.64
- 0
- 0
- SHV
-
-
- LAZ019
- 180190
- Winn
- LA
- US
- 31.93
- -92.64
- 0
- 0
- SHV
-
-
- MOZ047
- 250470
- Moniteau
- MO
- US
- 38.67
- -92.62
- 0
- 0
- LSX
-
-
- MOZ017
- 250170
- Adair
- MO
- US
- 40.19
- -92.61
- 0
- 0
- EAX
-
-
- LAZ020
- 180200
- Grant
- LA
- US
- 31.60
- -92.58
- 0
- 0
- SHV
-
-
- MOZ025
- 250250
- Macon
- MO
- US
- 39.82
- -92.57
- 0
- 0
- EAX
-
-
- LAZ013
- 180130
- Jackson
- LA
- US
- 32.33
- -92.56
- 0
- 0
- SHV
-
-
- MOZ081
- 250810
- Laclede
- MO
- US
- 37.69
- -92.56
- 0
- 0
- SGF
-
-
- ARZ023
- 40230
- Van_Buren
- AR
- US
- 35.58
- -92.54
- 0
- 0
- LZK
-
-
- ARZ067
- 40670
- Calhoun
- AR
- US
- 33.54
- -92.54
- 0
- 0
- LZK
-
-
- IAZ050
- 150500
- Tama
- IA
- US
- 42.08
- -92.54
- 0
- 0
- DMX
-
-
- IAZ062
- 150620
- Poweshiek
- IA
- US
- 41.69
- -92.54
- 0
- 0
- DMX
-
-
- MOZ008
- 250080
- Schuyler
- MO
- US
- 40.47
- -92.54
- 0
- 0
- EAX
-
-
- ARZ073
- 40730
- Union
- AR
- US
- 33.20
- -92.52
- 0
- 0
- SHV
-
-
- LAZ028
- 180280
- Rapides
- LA
- US
- 31.21
- -92.52
- 0
- 0
- LCH
-
-
- WIZ014
- 490140
- Polk
- WI
- US
- 45.47
- -92.52
- 0
- 0
- MPX
-
-
- MOZ033
- 250330
- Randolph
- MO
- US
- 39.43
- -92.51
- 0
- 0
- EAX
-
-
- MOZ096
- 250960
- Douglas
- MO
- US
- 36.93
- -92.50
- 0
- 0
- SGF
-
-
- MOZ092
- 250920
- Wright
- MO
- US
- 37.27
- -92.47
- 0
- 0
- SGF
-
-
- WIZ023
- 490230
- St._Croix
- WI
- US
- 45.04
- -92.47
- 0
- 0
- MPX
-
-
- WIZ024
- 490240
- Pierce
- WI
- US
- 44.70
- -92.47
- 0
- 0
- MPX
-
-
- WIZ006
- 490060
- Burnett
- WI
- US
- 45.90
- -92.46
- 0
- 0
- DLH
-
-
- MOZ105
- 251050
- Ozark
- MO
- US
- 36.65
- -92.45
- 0
- 0
- SGF
-
-
- ARZ055
- 40550
- Grant
- AR
- US
- 34.28
- -92.44
- 0
- 0
- LZK
-
-
- MNZ011
- 230110
- North_St._Louis
- MN
- US
- 48.24
- -92.44
- 0
- 0
- DLH
-
-
- MNZ019
- 230190
- Central_St._Louis
- MN
- US
- 47.43
- -92.44
- 0
- 0
- DLH
-
-
- MOZ057
- 250570
- Miller
- MO
- US
- 38.22
- -92.44
- 0
- 0
- SGF
-
-
- MNZ037
- 230370
- Carlton/South_St._Louis
- MN
- US
- 46.72
- -92.43
- 0
- 0
- DLH
-
-
- IAZ097
- 150970
- Davis
- IA
- US
- 40.75
- -92.42
- 0
- 0
- DMX
-
-
- IAZ086
- 150860
- Wapello
- IA
- US
- 41.03
- -92.41
- 0
- 0
- DMX
-
-
- ARZ044
- 40440
- Pulaski
- AR
- US
- 34.76
- -92.39
- 0
- 0
- LZK
-
-
- LAZ032
- 180320
- Evangeline
- LA
- US
- 30.74
- -92.39
- 0
- 0
- LCH
-
-
- MNZ087
- 230870
- Olmsted
- MN
- US
- 44.01
- -92.39
- 0
- 0
- ARX
-
-
- LAZ006
- 180060
- Union
- LA
- US
- 32.80
- -92.38
- 0
- 0
- SHV
-
-
- LAZ043
- 180430
- Acadia
- LA
- US
- 30.28
- -92.38
- 0
- 0
- LCH
-
-
- ARZ005
- 40050
- Baxter
- AR
- US
- 36.24
- -92.37
- 0
- 0
- LZK
-
-
- ARZ032
- 40320
- Faulkner
- AR
- US
- 35.12
- -92.36
- 0
- 0
- LZK
-
-
- LAZ052
- 180520
- Vermilion
- LA
- US
- 29.85
- -92.34
- 0
- 0
- LCH
-
-
- MOZ041
- 250410
- Boone
- MO
- US
- 38.94
- -92.34
- 0
- 0
- LSX
-
-
- IAZ009
- 150090
- Howard
- IA
- US
- 43.36
- -92.32
- 0
- 0
- ARX
-
-
- IAZ019
- 150190
- Chickasaw
- IA
- US
- 43.07
- -92.32
- 0
- 0
- ARX
-
-
- IAZ028
- 150280
- Bremer
- IA
- US
- 42.78
- -92.32
- 0
- 0
- DMX
-
-
- IAZ039
- 150390
- Black_Hawk
- IA
- US
- 42.47
- -92.31
- 0
- 0
- DMX
-
-
- MOZ048
- 250480
- Cole
- MO
- US
- 38.53
- -92.22
- 0
- 0
- LSX
-
-
- MOZ070
- 250700
- Pulaski
- MO
- US
- 37.81
- -92.22
- 0
- 0
- SGF
-
-
- ARZ063
- 40630
- Cleveland
- AR
- US
- 33.89
- -92.20
- 0
- 0
- LZK
-
-
- MNZ079
- 230790
- Wabasha
- MN
- US
- 44.28
- -92.20
- 0
- 0
- ARX
-
-
- LAZ022
- 180220
- La_Salle
- LA
- US
- 31.63
- -92.19
- 0
- 0
- SHV
-
-
- IAZ076
- 150760
- Keokuk
- IA
- US
- 41.33
- -92.18
- 0
- 0
- DVN
-
-
- ARZ068
- 40680
- Bradley
- AR
- US
- 33.44
- -92.16
- 0
- 0
- LZK
-
-
- LAZ014
- 180140
- Ouachita
- LA
- US
- 32.50
- -92.16
- 0
- 0
- SHV
-
-
- MOZ009
- 250090
- Scotland
- MO
- US
- 40.46
- -92.15
- 0
- 0
- DVN
-
-
- MOZ018
- 250180
- Knox
- MO
- US
- 40.13
- -92.15
- 0
- 0
- LSX
-
-
- ARZ014
- 40140
- Stone
- AR
- US
- 35.91
- -92.12
- 0
- 0
- LZK
-
-
- LAZ021
- 180210
- Caldwell
- LA
- US
- 32.11
- -92.09
- 0
- 0
- SHV
-
-
- LAZ044
- 180440
- Lafayette
- LA
- US
- 30.22
- -92.09
- 0
- 0
- LCH
-
-
- MNZ095
- 230950
- Fillmore
- MN
- US
- 43.67
- -92.09
- 0
- 0
- ARX
-
-
- WIZ026
- 490260
- Pepin
- WI
- US
- 44.55
- -92.09
- 0
- 0
- MPX
-
-
- LAZ033
- 180330
- St._Landry
- LA
- US
- 30.58
- -92.08
- 0
- 0
- LCH
-
-
- IAZ051
- 150510
- Benton
- IA
- US
- 42.08
- -92.07
- 0
- 0
- DVN
-
-
- MOZ026
- 250260
- Shelby
- MO
- US
- 39.78
- -92.07
- 0
- 0
- LSX
-
-
- IAZ063
- 150630
- Iowa
- IA
- US
- 41.68
- -92.06
- 0
- 0
- DVN
-
-
- ARZ024
- 40240
- Cleburne
- AR
- US
- 35.54
- -92.02
- 0
- 0
- LZK
-
-
- MOZ034
- 250340
- Monroe
- MO
- US
- 39.50
- -92.01
- 0
- 0
- LSX
-
-
- LAZ029
- 180290
- Avoyelles
- LA
- US
- 31.10
- -91.97
- 0
- 0
- LCH
-
-
- MOZ082
- 250820
- Texas
- MO
- US
- 37.33
- -91.96
- 0
- 0
- SGF
-
-
- IAZ087
- 150870
- Jefferson
- IA
- US
- 41.03
- -91.95
- 0
- 0
- DVN
-
-
- IAZ098
- 150980
- Van_Buren
- IA
- US
- 40.75
- -91.95
- 0
- 0
- DVN
-
-
- ARZ015
- 40150
- Izard
- AR
- US
- 36.06
- -91.94
- 0
- 0
- LZK
-
-
- MOZ050
- 250500
- Callaway
- MO
- US
- 38.81
- -91.93
- 0
- 0
- LSX
-
-
- MOZ049
- 250490
- Osage
- MO
- US
- 38.50
- -91.92
- 0
- 0
- LSX
-
-
- MOZ058
- 250580
- Maries
- MO
- US
- 38.15
- -91.92
- 0
- 0
- SGF
-
-
- WIZ001
- 490010
- Douglas
- WI
- US
- 46.46
- -91.92
- 0
- 0
- DLH
-
-
- LAZ024
- 180240
- Catahoula
- LA
- US
- 31.60
- -91.91
- 0
- 0
- JAN
-
-
- WIZ025
- 490250
- Dunn
- WI
- US
- 44.95
- -91.91
- 0
- 0
- MPX
-
-
- MOZ097
- 250970
- Howell
- MO
- US
- 36.78
- -91.90
- 0
- 0
- SGF
-
-
- ARZ045
- 40450
- Lonoke
- AR
- US
- 34.78
- -91.88
- 0
- 0
- LZK
-
-
- MOZ042
- 250420
- Audrain
- MO
- US
- 39.21
- -91.87
- 0
- 0
- LSX
-
-
- IAZ010
- 150100
- Winneshiek
- IA
- US
- 43.29
- -91.85
- 0
- 0
- ARX
-
-
- IAZ029
- 150290
- Fayette
- IA
- US
- 42.86
- -91.85
- 0
- 0
- ARX
-
-
- WIZ015
- 490150
- Barron
- WI
- US
- 45.43
- -91.85
- 0
- 0
- MPX
-
-
- IAZ040
- 150400
- Buchanan
- IA
- US
- 42.47
- -91.84
- 0
- 0
- DVN
-
-
- ARZ056
- 40560
- Jefferson
- AR
- US
- 34.28
- -91.83
- 0
- 0
- LZK
-
-
- LAZ053
- 180530
- Iberia
- LA
- US
- 29.93
- -91.81
- 0
- 0
- LCH
-
-
- WIZ032
- 490320
- Buffalo
- WI
- US
- 44.32
- -91.81
- 0
- 0
- ARX
-
-
- ARZ006
- 40060
- Fulton
- AR
- US
- 36.38
- -91.80
- 0
- 0
- LZK
-
-
- ARZ074
- 40740
- Ashley
- AR
- US
- 33.20
- -91.79
- 0
- 0
- JAN
-
-
- WIZ007
- 490070
- Washburn
- WI
- US
- 45.90
- -91.79
- 0
- 0
- DLH
-
-
- MOZ071
- 250710
- Phelps
- MO
- US
- 37.88
- -91.78
- 0
- 0
- SGF
-
-
- LAZ007
- 180070
- Morehouse
- LA
- US
- 32.77
- -91.75
- 0
- 0
- JAN
-
-
- ARZ033
- 40330
- White
- AR
- US
- 35.28
- -91.73
- 0
- 0
- LZK
-
-
- LAZ015
- 180150
- Richland
- LA
- US
- 32.42
- -91.73
- 0
- 0
- JAN
-
-
- ARZ069
- 40690
- Drew
- AR
- US
- 33.59
- -91.72
- 0
- 0
- LZK
-
-
- IAZ077
- 150770
- Washington
- IA
- US
- 41.34
- -91.71
- 0
- 0
- DVN
-
-
- MOZ010
- 250100
- Clark
- MO
- US
- 40.43
- -91.70
- 0
- 0
- DVN
-
-
- MOZ019
- 250190
- Lewis
- MO
- US
- 40.10
- -91.70
- 0
- 0
- LSX
-
-
- ARZ064
- 40640
- Lincoln
- AR
- US
- 33.98
- -91.69
- 0
- 0
- LZK
-
-
- MNZ088
- 230880
- Winona
- MN
- US
- 44.02
- -91.69
- 0
- 0
- ARX
-
-
- LAZ023
- 180230
- Franklin
- LA
- US
- 32.14
- -91.68
- 0
- 0
- JAN
-
-
- LAZ034
- 180340
- Pointe_Coupee
- LA
- US
- 30.76
- -91.67
- 0
- 0
- LIX
-
-
- LAZ045
- 180450
- Upper_St._Martin
- LA
- US
- 30.27
- -91.67
- 0
- 0
- LCH
-
-
- LAZ026
- 180260
- Concordia
- LA
- US
- 31.37
- -91.61
- 0
- 0
- JAN
-
-
- IAZ052
- 150520
- Linn
- IA
- US
- 42.07
- -91.60
- 0
- 0
- DVN
-
-
- IAZ064
- 150640
- Johnson
- IA
- US
- 41.64
- -91.60
- 0
- 0
- DVN
-
-
- MOZ027
- 250270
- Marion
- MO
- US
- 39.80
- -91.58
- 0
- 0
- LSX
-
-
- ARZ046
- 40460
- Prairie
- AR
- US
- 34.79
- -91.57
- 0
- 0
- LZK
-
-
- ARZ016
- 40160
- Independence
- AR
- US
- 35.73
- -91.54
- 0
- 0
- LZK
-
-
- IAZ088
- 150880
- Henry
- IA
- US
- 40.99
- -91.54
- 0
- 0
- DVN
-
-
- MNZ020
- 230200
- Southern_Lake/North_Shore
- MN
- US
- 47.31
- -91.51
- 0
- 0
- DLH
-
-
- MOZ059
- 250590
- Gasconade
- MO
- US
- 38.44
- -91.51
- 0
- 0
- LSX
-
-
- ARZ007
- 40070
- Sharp
- AR
- US
- 36.19
- -91.49
- 0
- 0
- LZK
-
-
- MOZ083
- 250830
- Dent
- MO
- US
- 37.60
- -91.49
- 0
- 0
- SGF
-
-
- MNZ096
- 230960
- Houston
- MN
- US
- 43.67
- -91.48
- 0
- 0
- ARX
-
-
- LAZ054
- 180540
- St._Mary
- LA
- US
- 29.72
- -91.47
- 0
- 0
- LCH
-
-
- LAZ035
- 180350
- West_Feliciana
- LA
- US
- 30.86
- -91.46
- 0
- 0
- LIX
-
-
- MOZ035
- 250350
- Ralls
- MO
- US
- 39.50
- -91.46
- 0
- 0
- LSX
-
-
- MOZ051
- 250510
- Montgomery
- MO
- US
- 38.91
- -91.46
- 0
- 0
- LSX
-
-
- LAZ008
- 180080
- West_Carroll
- LA
- US
- 32.80
- -91.44
- 0
- 0
- JAN
-
-
- IAZ099
- 150990
- Lee
- IA
- US
- 40.59
- -91.42
- 0
- 0
- DVN
-
-
- MNZ012
- 230120
- Northern_Cook/Northern_Lake
- MN
- US
- 47.70
- -91.41
- 0
- 0
- DLH
-
-
- MOZ106
- 251060
- Oregon
- MO
- US
- 36.69
- -91.40
- 0
- 0
- SGF
-
-
- MSZ060
- 240600
- Adams
- MS
- US
- 31.49
- -91.40
- 0
- 0
- JAN
-
-
- WIZ033
- 490330
- Trempealeau
- WI
- US
- 44.29
- -91.38
- 0
- 0
- ARX
-
-
- ARZ057
- 40570
- Arkansas
- AR
- US
- 34.25
- -91.37
- 0
- 0
- LZK
-
-
- IAZ041
- 150410
- Delaware
- IA
- US
- 42.47
- -91.37
- 0
- 0
- DVN
-
-
- LAZ046
- 180460
- Iberville
- LA
- US
- 30.27
- -91.35
- 0
- 0
- LIX
-
-
- MOZ098
- 250980
- Shannon
- MO
- US
- 37.15
- -91.35
- 0
- 0
- SGF
-
-
- IAZ011
- 150110
- Allamakee
- IA
- US
- 43.29
- -91.34
- 0
- 0
- ARX
-
-
- MSZ068
- 240680
- Wilkinson
- MS
- US
- 31.19
- -91.34
- 0
- 0
- LIX
-
-
- MOZ072
- 250720
- Crawford
- MO
- US
- 37.95
- -91.32
- 0
- 0
- LSX
-
-
- ARZ025
- 40250
- Jackson
- AR
- US
- 35.63
- -91.31
- 0
- 0
- LZK
-
-
- LAZ047
- 180470
- West_Baton_Rouge
- LA
- US
- 30.49
- -91.31
- 0
- 0
- LIX
-
-
- LAZ025
- 180250
- Tensas
- LA
- US
- 32.00
- -91.30
- 0
- 0
- JAN
-
-
- WIZ027
- 490270
- Chippewa
- WI
- US
- 45.07
- -91.29
- 0
- 0
- MPX
-
-
- WIZ028
- 490280
- Eau_Claire
- WI
- US
- 44.73
- -91.29
- 0
- 0
- MPX
-
-
- LAZ055
- 180550
- Lower_St._Martin
- LA
- US
- 29.85
- -91.28
- 0
- 0
- LCH
-
-
- ARZ034
- 40340
- Woodruff
- AR
- US
- 35.18
- -91.26
- 0
- 0
- LZK
-
-
- ARZ075
- 40750
- Chicot
- AR
- US
- 33.29
- -91.25
- 0
- 0
- JAN
-
-
- IAZ030
- 150300
- Clayton
- IA
- US
- 42.86
- -91.25
- 0
- 0
- ARX
-
-
- LAZ009
- 180090
- East_Carroll
- LA
- US
- 32.78
- -91.23
- 0
- 0
- JAN
-
-
- IAZ078
- 150780
- Louisa
- IA
- US
- 41.25
- -91.22
- 0
- 0
- DVN
-
-
- ILZ095
- 130950
- Adams
- IL
- US
- 39.98
- -91.22
- 0
- 0
- LSX
-
-
- ARZ047
- 40470
- Monroe
- AR
- US
- 34.67
- -91.21
- 0
- 0
- LZK
-
-
- ARZ065
- 40650
- Desha
- AR
- US
- 33.82
- -91.21
- 0
- 0
- LZK
-
-
- ILZ034
- 130340
- Hancock
- IL
- US
- 40.42
- -91.21
- 0
- 0
- DVN
-
-
- LAZ016
- 180160
- Madison
- LA
- US
- 32.35
- -91.21
- 0
- 0
- JAN
-
-
- MOZ060
- 250600
- Warren
- MO
- US
- 38.77
- -91.19
- 0
- 0
- LSX
-
-
- IAZ089
- 150890
- Des_Moines
- IA
- US
- 40.89
- -91.18
- 0
- 0
- DVN
-
-
- WIZ041
- 490410
- La_Crosse
- WI
- US
- 43.91
- -91.17
- 0
- 0
- ARX
-
-
- WIZ002
- 490020
- Bayfield
- WI
- US
- 46.58
- -91.15
- 0
- 0
- DLH
-
-
- IAZ065
- 150650
- Cedar
- IA
- US
- 41.77
- -91.14
- 0
- 0
- DVN
-
-
- IAZ053
- 150530
- Jones
- IA
- US
- 42.12
- -91.13
- 0
- 0
- DVN
-
-
- WIZ008
- 490080
- Sawyer
- WI
- US
- 45.90
- -91.12
- 0
- 0
- DLH
-
-
- WIZ016
- 490160
- Rusk
- WI
- US
- 45.47
- -91.11
- 0
- 0
- MPX
-
-
- MOZ036
- 250360
- Pike
- MO
- US
- 39.37
- -91.10
- 0
- 0
- LSX
-
-
- ARZ008
- 40080
- Randolph
- AR
- US
- 36.32
- -91.08
- 0
- 0
- MEG
-
-
- IAZ067
- 150670
- Muscatine
- IA
- US
- 41.47
- -91.08
- 0
- 0
- DVN
-
-
- LAZ048
- 180480
- East_Baton_Rouge
- LA
- US
- 30.52
- -91.08
- 0
- 0
- LIX
-
-
- LAZ036
- 180360
- East_Feliciana
- LA
- US
- 30.83
- -91.07
- 0
- 0
- LIX
-
-
- LAZ056
- 180560
- Assumption
- LA
- US
- 29.86
- -91.07
- 0
- 0
- LIX
-
-
- MOZ062
- 250620
- Franklin
- MO
- US
- 38.45
- -91.06
- 0
- 0
- LSX
-
-
- ARZ017
- 40170
- Lawrence
- AR
- US
- 36.07
- -91.05
- 0
- 0
- MEG
-
-
- MSZ059
- 240590
- Jefferson
- MS
- US
- 31.75
- -91.05
- 0
- 0
- JAN
-
-
- MOZ099
- 250990
- Reynolds
- MO
- US
- 37.33
- -91.03
- 0
- 0
- LSX
-
-
- MSZ040
- 240400
- Issaquena
- MS
- US
- 32.73
- -91.01
- 0
- 0
- JAN
-
-
- ILZ025
- 130250
- Henderson
- IL
- US
- 40.85
- -91.00
- 0
- 0
- DVN
-
-
- MSZ053
- 240530
- Claiborne
- MS
- US
- 32.01
- -90.98
- 0
- 0
- JAN
-
-
- ILZ097
- 130970
- Pike
- IL
- US
- 39.62
- -90.97
- 0
- 0
- LSX
-
-
- MOZ052
- 250520
- Lincoln
- MO
- US
- 39.05
- -90.97
- 0
- 0
- LSX
-
-
- MOZ107
- 251070
- Carter
- MO
- US
- 36.96
- -90.95
- 0
- 0
- PAH
-
-
- MSZ034
- 240340
- Washington
- MS
- US
- 33.28
- -90.95
- 0
- 0
- JAN
-
-
- MSZ018
- 240180
- Bolivar
- MS
- US
- 33.83
- -90.94
- 0
- 0
- JAN
-
-
- WIZ054
- 490540
- Crawford
- WI
- US
- 43.21
- -90.94
- 0
- 0
- ARX
-
-
- MSZ061
- 240610
- Franklin
- MS
- US
- 31.47
- -90.89
- 0
- 0
- JAN
-
-
- LAZ049
- 180490
- Ascension
- LA
- US
- 30.21
- -90.87
- 0
- 0
- LIX
-
-
- MOZ073
- 250730
- Washington
- MO
- US
- 37.97
- -90.87
- 0
- 0
- LSX
-
-
- LAZ066
- 180660
- Lower_Terrebonne
- LA
- US
- 29.34
- -90.86
- 0
- 0
- LIX
-
-
- MOZ108
- 251080
- Ripley
- MO
- US
- 36.66
- -90.86
- 0
- 0
- PAH
-
-
- MSZ047
- 240470
- Warren
- MS
- US
- 32.34
- -90.86
- 0
- 0
- JAN
-
-
- ARZ058
- 40580
- Phillips
- AR
- US
- 34.39
- -90.82
- 0
- 0
- MEG
-
-
- IAZ042
- 150420
- Dubuque
- IA
- US
- 42.49
- -90.82
- 0
- 0
- DVN
-
-
- LAZ065
- 180650
- Upper_Terrebonne
- LA
- US
- 29.67
- -90.82
- 0
- 0
- LIX
-
-
- MSZ069
- 240690
- Amite
- MS
- US
- 31.18
- -90.82
- 0
- 0
- LIX
-
-
- MSZ041
- 240410
- Sharkey
- MS
- US
- 32.89
- -90.81
- 0
- 0
- JAN
-
-
- LAZ057
- 180570
- St._James
- LA
- US
- 30.03
- -90.80
- 0
- 0
- LIX
-
-
- WIZ053
- 490530
- Vernon
- WI
- US
- 43.58
- -90.79
- 0
- 0
- ARX
-
-
- WIZ061
- 490610
- Grant
- WI
- US
- 42.86
- -90.79
- 0
- 0
- ARX
-
-
- ARZ035
- 40350
- Cross
- AR
- US
- 35.30
- -90.77
- 0
- 0
- MEG
-
-
- ARZ048
- 40480
- St._Francis
- AR
- US
- 35.01
- -90.77
- 0
- 0
- MEG
-
-
- ILZ024
- 130240
- Mercer
- IL
- US
- 41.20
- -90.77
- 0
- 0
- DVN
-
-
- ARZ049
- 40490
- Lee
- AR
- US
- 34.77
- -90.75
- 0
- 0
- MEG
-
-
- WIZ034
- 490340
- Jackson
- WI
- US
- 44.33
- -90.74
- 0
- 0
- ARX
-
-
- LAZ037
- 180370
- St._Helena
- LA
- US
- 30.83
- -90.73
- 0
- 0
- LIX
-
-
- ILZ096
- 130960
- Brown
- IL
- US
- 39.98
- -90.72
- 0
- 0
- LSX
-
-
- LAZ050
- 180500
- Livingston
- LA
- US
- 30.42
- -90.72
- 0
- 0
- LIX
-
-
- ILZ098
- 130980
- Calhoun
- IL
- US
- 39.14
- -90.71
- 0
- 0
- LSX
-
-
- ILZ035
- 130350
- McDonough
- IL
- US
- 40.46
- -90.68
- 0
- 0
- DVN
-
-
- MOZ084
- 250840
- Iron
- MO
- US
- 37.51
- -90.67
- 0
- 0
- LSX
-
-
- MSZ010
- 240100
- Coahoma
- MS
- US
- 34.26
- -90.67
- 0
- 0
- MEG
-
-
- ARZ026
- 40260
- Craighead
- AR
- US
- 35.85
- -90.66
- 0
- 0
- MEG
-
-
- ARZ027
- 40270
- Poinsett
- AR
- US
- 35.58
- -90.66
- 0
- 0
- MEG
-
-
- WIZ042
- 490420
- Monroe
- WI
- US
- 43.94
- -90.64
- 0
- 0
- ARX
-
-
- ILZ026
- 130260
- Warren
- IL
- US
- 40.85
- -90.62
- 0
- 0
- DVN
-
-
- MNZ021
- 230210
- Southern_Cook/North_Shore
- MN
- US
- 47.75
- -90.62
- 0
- 0
- DLH
-
-
- WIZ003
- 490030
- Ashland
- WI
- US
- 46.53
- -90.62
- 0
- 0
- DLH
-
-
- WIZ029
- 490290
- Clark
- WI
- US
- 44.73
- -90.62
- 0
- 0
- ARX
-
-
- IAZ068
- 150680
- Scott
- IA
- US
- 41.61
- -90.61
- 0
- 0
- DVN
-
-
- MSZ019
- 240190
- Sunflower
- MS
- US
- 33.63
- -90.61
- 0
- 0
- JAN
-
-
- ILZ040
- 130400
- Schuyler
- IL
- US
- 40.13
- -90.57
- 0
- 0
- ILX
-
-
- LAZ059
- 180590
- Upper_Lafourche
- LA
- US
- 29.74
- -90.57
- 0
- 0
- LIX
-
-
- MOZ061
- 250610
- St._Charles
- MO
- US
- 38.75
- -90.54
- 0
- 0
- LSX
-
-
- MOZ074
- 250740
- St._Francois
- MO
- US
- 37.86
- -90.54
- 0
- 0
- LSX
-
-
- MSZ035
- 240350
- Humphreys
- MS
- US
- 33.13
- -90.53
- 0
- 0
- JAN
-
-
- IAZ054
- 150540
- Jackson
- IA
- US
- 42.21
- -90.52
- 0
- 0
- DVN
-
-
- IAZ066
- 150660
- Clinton
- IA
- US
- 41.88
- -90.52
- 0
- 0
- DVN
-
-
- MOZ065
- 250650
- Jefferson
- MO
- US
- 38.25
- -90.52
- 0
- 0
- LSX
-
-
- ARZ018
- 40180
- Greene
- AR
- US
- 36.12
- -90.51
- 0
- 0
- MEG
-
-
- LAZ058
- 180580
- St._John_The_Baptist
- LA
- US
- 30.09
- -90.50
- 0
- 0
- LIX
-
-
- MSZ062
- 240620
- Lincoln
- MS
- US
- 31.54
- -90.49
- 0
- 0
- JAN
-
-
- WIZ017
- 490170
- Taylor
- WI
- US
- 45.21
- -90.48
- 0
- 0
- ARX
-
-
- ILZ049
- 130490
- Scott
- IL
- US
- 39.66
- -90.47
- 0
- 0
- ILX
-
-
- MOZ100
- 251000
- Wayne
- MO
- US
- 37.12
- -90.45
- 0
- 0
- PAH
-
-
- ARZ009
- 40090
- Clay
- AR
- US
- 36.35
- -90.43
- 0
- 0
- MEG
-
-
- MOZ063
- 250630
- St._Louis
- MO
- US
- 38.64
- -90.43
- 0
- 0
- LSX
-
-
- WIZ055
- 490550
- Richland
- WI
- US
- 43.36
- -90.43
- 0
- 0
- ARX
-
-
- MSZ054
- 240540
- Copiah
- MS
- US
- 31.87
- -90.42
- 0
- 0
- JAN
-
-
- MOZ109
- 251090
- Butler
- MO
- US
- 36.71
- -90.41
- 0
- 0
- PAH
-
-
- LAZ038
- 180380
- Tangipahoa
- LA
- US
- 30.65
- -90.40
- 0
- 0
- LIX
-
-
- MSZ070
- 240700
- Pike
- MS
- US
- 31.18
- -90.40
- 0
- 0
- LIX
-
-
- ILZ058
- 130580
- Greene
- IL
- US
- 39.32
- -90.39
- 0
- 0
- LSX
-
-
- MSZ007
- 240070
- Tunica
- MS
- US
- 34.66
- -90.39
- 0
- 0
- MEG
-
-
- MSZ048
- 240480
- Hinds
- MS
- US
- 32.31
- -90.39
- 0
- 0
- JAN
-
-
- ILZ099
- 130990
- Jersey
- IL
- US
- 39.09
- -90.38
- 0
- 0
- LSX
-
-
- MSZ042
- 240420
- Yazoo
- MS
- US
- 32.77
- -90.36
- 0
- 0
- JAN
-
-
- WIZ009
- 490090
- Price
- WI
- US
- 45.68
- -90.36
- 0
- 0
- DLH
-
-
- MOZ085
- 250850
- Madison
- MO
- US
- 37.48
- -90.35
- 0
- 0
- LSX
-
-
- LAZ060
- 180600
- St._Charles
- LA
- US
- 29.89
- -90.34
- 0
- 0
- LIX
-
-
- ILZ015
- 130150
- Rock_Island
- IL
- US
- 41.56
- -90.31
- 0
- 0
- DVN
-
-
- ILZ001
- 130010
- Jo_Daviess
- IL
- US
- 42.35
- -90.29
- 0
- 0
- DVN
-
-
- ILZ047
- 130470
- Cass
- IL
- US
- 40.00
- -90.29
- 0
- 0
- ILX
-
-
- LAZ067
- 180670
- Lower_Lafourche
- LA
- US
- 29.31
- -90.29
- 0
- 0
- LIX
-
-
- MSZ011
- 240110
- Quitman
- MS
- US
- 34.30
- -90.29
- 0
- 0
- MEG
-
-
- ARZ036
- 40360
- Crittenden
- AR
- US
- 35.14
- -90.28
- 0
- 0
- MEG
-
-
- ILZ050
- 130500
- Morgan
- IL
- US
- 39.70
- -90.27
- 0
- 0
- ILX
-
-
- MSZ025
- 240250
- Leflore
- MS
- US
- 33.53
- -90.27
- 0
- 0
- JAN
-
-
- MOZ064
- 250640
- St._Louis_City
- MO
- US
- 38.65
- -90.24
- 0
- 0
- LSX
-
-
- WIZ004
- 490040
- Iron
- WI
- US
- 46.29
- -90.23
- 0
- 0
- DLH
-
-
- ILZ027
- 130270
- Knox
- IL
- US
- 40.93
- -90.22
- 0
- 0
- ILX
-
-
- MOZ075
- 250750
- Ste._Genevieve
- MO
- US
- 37.90
- -90.20
- 0
- 0
- LSX
-
-
- MSZ020
- 240200
- Tallahatchie
- MS
- US
- 33.93
- -90.19
- 0
- 0
- MEG
-
-
- ILZ036
- 130360
- Fulton
- IL
- US
- 40.45
- -90.16
- 0
- 0
- ILX
-
-
- ILZ016
- 130160
- Henry
- IL
- US
- 41.37
- -90.15
- 0
- 0
- DVN
-
-
- ILZ102
- 131020
- Monroe
- IL
- US
- 38.30
- -90.14
- 0
- 0
- LSX
-
-
- LAZ061
- 180610
- Upper_Jefferson
- LA
- US
- 29.81
- -90.14
- 0
- 0
- LIX
-
-
- WIZ062
- 490620
- Iowa
- WI
- US
- 43.01
- -90.13
- 0
- 0
- MKX
-
-
- WIZ067
- 490670
- Lafayette
- WI
- US
- 42.66
- -90.13
- 0
- 0
- MKX
-
-
- MSZ063
- 240630
- Lawrence
- MS
- US
- 31.55
- -90.10
- 0
- 0
- JAN
-
-
- MSZ036
- 240360
- Holmes
- MS
- US
- 33.13
- -90.09
- 0
- 0
- JAN
-
-
- MSZ043
- 240430
- Madison
- MS
- US
- 32.65
- -90.08
- 0
- 0
- JAN
-
-
- LAZ068
- 180680
- Lower_Jefferson
- LA
- US
- 29.56
- -90.07
- 0
- 0
- LIX
-
-
- MSZ071
- 240710
- Walthall
- MS
- US
- 31.18
- -90.05
- 0
- 0
- LIX
-
-
- WIZ043
- 490430
- Juneau
- WI
- US
- 43.95
- -90.05
- 0
- 0
- ARX
-
-
- MOZ086
- 250860
- Bollinger
- MO
- US
- 37.32
- -90.04
- 0
- 0
- PAH
-
-
- LAZ039
- 180390
- Washington
- LA
- US
- 30.84
- -90.03
- 0
- 0
- LIX
-
-
- WIZ035
- 490350
- Wood
- WI
- US
- 44.47
- -90.02
- 0
- 0
- GRB
-
-
- ILZ007
- 130070
- Carroll
- IL
- US
- 42.06
- -90.01
- 0
- 0
- DVN
-
-
- MOZ113
- 251130
- Dunklin
- MO
- US
- 36.31
- -90.01
- 0
- 0
- MEG
-
-
- MSZ001
- 240010
- De_Soto
- MS
- US
- 34.86
- -90.01
- 0
- 0
- MEG
-
-
- ILZ101
- 131010
- St._Clair
- IL
- US
- 38.44
- -89.99
- 0
- 0
- LSX
-
-
- ILZ041
- 130410
- Mason
- IL
- US
- 40.25
- -89.98
- 0
- 0
- ILX
-
-
- MOZ110
- 251100
- Stoddard
- MO
- US
- 36.88
- -89.98
- 0
- 0
- PAH
-
-
- MSZ049
- 240490
- Rankin
- MS
- US
- 32.33
- -89.98
- 0
- 0
- JAN
-
-
- TNZ088
- 420880
- Shelby
- TN
- US
- 35.21
- -89.97
- 0
- 0
- MEG
-
-
- ARZ028
- 40280
- Mississippi
- AR
- US
- 35.71
- -89.96
- 0
- 0
- MEG
-
-
- LAZ063
- 180630
- Upper_Plaquemines
- LA
- US
- 29.77
- -89.96
- 0
- 0
- LIX
-
-
- MSZ012
- 240120
- Panola
- MS
- US
- 34.36
- -89.96
- 0
- 0
- MEG
-
-
- WIZ056
- 490560
- Sauk
- WI
- US
- 43.40
- -89.96
- 0
- 0
- MKX
-
-
- ILZ009
- 130090
- Whiteside
- IL
- US
- 41.76
- -89.95
- 0
- 0
- DVN
-
-
- MSZ008
- 240080
- Tate
- MS
- US
- 34.67
- -89.95
- 0
- 0
- MEG
-
-
- ILZ100
- 131000
- Madison
- IL
- US
- 38.83
- -89.94
- 0
- 0
- LSX
-
-
- MSZ055
- 240550
- Simpson
- MS
- US
- 31.91
- -89.94
- 0
- 0
- JAN
-
-
- ILZ059
- 130590
- Macoupin
- IL
- US
- 39.26
- -89.93
- 0
- 0
- LSX
-
-
- MSZ027
- 240270
- Carroll
- MS
- US
- 33.45
- -89.91
- 0
- 0
- JAN
-
-
- ILZ079
- 130790
- Randolph
- IL
- US
- 38.01
- -89.90
- 0
- 0
- LSX
-
-
- LAZ040
- 180400
- St._Tammany
- LA
- US
- 30.44
- -89.89
- 0
- 0
- LIX
-
-
- LAZ062
- 180620
- Orleans
- LA
- US
- 30.03
- -89.88
- 0
- 0
- LIX
-
-
- LAZ064
- 180640
- Upper_St._Bernard
- LA
- US
- 29.91
- -89.86
- 0
- 0
- LIX
-
-
- MSZ072
- 240720
- Marion
- MS
- US
- 31.22
- -89.85
- 0
- 0
- JAN
-
-
- MOZ076
- 250760
- Perry
- MO
- US
- 37.74
- -89.83
- 0
- 0
- PAH
-
-
- ILZ028
- 130280
- Stark
- IL
- US
- 41.11
- -89.82
- 0
- 0
- ILX
-
-
- MSZ026
- 240260
- Grenada
- MS
- US
- 33.79
- -89.82
- 0
- 0
- JAN
-
-
- TNZ049
- 420490
- Tipton
- TN
- US
- 35.51
- -89.82
- 0
- 0
- MEG
-
-
- WIZ044
- 490440
- Adams
- WI
- US
- 43.95
- -89.81
- 0
- 0
- ARX
-
-
- ILZ048
- 130480
- Menard
- IL
- US
- 40.04
- -89.79
- 0
- 0
- ILX
-
-
- MSZ064
- 240640
- Jefferson_Davis
- MS
- US
- 31.59
- -89.78
- 0
- 0
- JAN
-
-
- WIZ030
- 490300
- Marathon
- WI
- US
- 44.90
- -89.76
- 0
- 0
- GRB
-
-
- MOZ115
- 251150
- Pemiscot
- MO
- US
- 36.21
- -89.75
- 0
- 0
- MEG
-
-
- WIZ018
- 490180
- Lincoln
- WI
- US
- 45.34
- -89.73
- 0
- 0
- GRB
-
-
- ILZ029
- 130290
- Peoria
- IL
- US
- 40.75
- -89.72
- 0
- 0
- ILX
-
-
- MSZ021
- 240210
- Yalobusha
- MS
- US
- 34.03
- -89.72
- 0
- 0
- MEG
-
-
- MIZ009
- 220090
- Gogebic
- MI
- US
- 46.44
- -89.70
- 0
- 0
- MQT
-
-
- ILZ002
- 130020
- Stephenson
- IL
- US
- 42.35
- -89.66
- 0
- 0
- DVN
-
-
- MOZ114
- 251140
- New_Madrid
- MO
- US
- 36.61
- -89.66
- 0
- 0
- PAH
-
-
- MOZ087
- 250870
- Cape_Girardeau
- MO
- US
- 37.37
- -89.65
- 0
- 0
- PAH
-
-
- TNZ048
- 420480
- Lauderdale
- TN
- US
- 35.75
- -89.65
- 0
- 0
- MEG
-
-
- MSZ037
- 240370
- Attala
- MS
- US
- 33.09
- -89.64
- 0
- 0
- JAN
-
-
- ILZ051
- 130510
- Sangamon
- IL
- US
- 39.75
- -89.61
- 0
- 0
- ILX
-
-
- ILZ037
- 130370
- Tazewell
- IL
- US
- 40.54
- -89.60
- 0
- 0
- ILX
-
-
- WIZ068
- 490680
- Green
- WI
- US
- 42.68
- -89.60
- 0
- 0
- MKX
-
-
- LAZ070
- 180700
- Lower_St._Bernard
- LA
- US
- 29.85
- -89.59
- 0
- 0
- LIX
-
-
- MSZ077
- 240770
- Pearl_River
- MS
- US
- 30.74
- -89.59
- 0
- 0
- LIX
-
-
- MSZ028
- 240280
- Montgomery
- MS
- US
- 33.49
- -89.58
- 0
- 0
- JAN
-
-
- MSZ065
- 240650
- Covington
- MS
- US
- 31.62
- -89.57
- 0
- 0
- JAN
-
-
- MOZ111
- 251110
- Scott
- MO
- US
- 37.06
- -89.55
- 0
- 0
- PAH
-
-
- MSZ050
- 240500
- Scott
- MS
- US
- 32.43
- -89.55
- 0
- 0
- JAN
-
-
- WIZ010
- 490100
- Oneida
- WI
- US
- 45.68
- -89.54
- 0
- 0
- GRB
-
-
- MSZ056
- 240560
- Smith
- MS
- US
- 32.01
- -89.53
- 0
- 0
- JAN
-
-
- WIZ036
- 490360
- Portage
- WI
- US
- 44.46
- -89.53
- 0
- 0
- GRB
-
-
- ILZ017
- 130170
- Bureau
- IL
- US
- 41.37
- -89.52
- 0
- 0
- DVN
-
-
- MSZ044
- 240440
- Leake
- MS
- US
- 32.76
- -89.52
- 0
- 0
- JAN
-
-
- TNZ001
- 420010
- Lake
- TN
- US
- 36.34
- -89.52
- 0
- 0
- MEG
-
-
- MSZ073
- 240730
- Lamar
- MS
- US
- 31.21
- -89.50
- 0
- 0
- JAN
-
-
- MSZ080
- 240800
- Hancock
- MS
- US
- 30.42
- -89.50
- 0
- 0
- LIX
-
-
- LAZ069
- 180690
- Lower_Plaquemines
- LA
- US
- 29.37
- -89.48
- 0
- 0
- LIX
-
-
- MSZ002
- 240020
- Marshall
- MS
- US
- 34.75
- -89.48
- 0
- 0
- MEG
-
-
- MSZ013
- 240130
- Lafayette
- MS
- US
- 34.37
- -89.48
- 0
- 0
- MEG
-
-
- WIZ005
- 490050
- Vilas
- WI
- US
- 46.08
- -89.48
- 0
- 0
- GRB
-
-
- ILZ064
- 130640
- Bond
- IL
- US
- 38.88
- -89.45
- 0
- 0
- LSX
-
-
- TNZ019
- 420190
- Dyer
- TN
- US
- 36.05
- -89.44
- 0
- 0
- MEG
-
-
- ILZ069
- 130690
- Clinton
- IL
- US
- 38.58
- -89.43
- 0
- 0
- LSX
-
-
- ILZ074
- 130740
- Washington
- IL
- US
- 38.36
- -89.43
- 0
- 0
- LSX
-
-
- ILZ060
- 130600
- Montgomery
- IL
- US
- 39.26
- -89.42
- 0
- 0
- LSX
-
-
- ILZ084
- 130840
- Jackson
- IL
- US
- 37.76
- -89.42
- 0
- 0
- PAH
-
-
- TNZ089
- 420890
- Fayette
- TN
- US
- 35.20
- -89.42
- 0
- 0
- MEG
-
-
- WIZ063
- 490630
- Dane
- WI
- US
- 43.07
- -89.42
- 0
- 0
- MKX
-
-
- WIZ057
- 490570
- Columbia
- WI
- US
- 43.47
- -89.39
- 0
- 0
- MKX
-
-
- ILZ042
- 130420
- Logan
- IL
- US
- 40.12
- -89.38
- 0
- 0
- ILX
-
-
- WIZ046
- 490460
- Marquette
- WI
- US
- 43.81
- -89.38
- 0
- 0
- MKX
-
-
- MIZ002
- 220020
- Ontonagon
- MI
- US
- 46.68
- -89.37
- 0
- 0
- MQT
-
-
- ILZ080
- 130800
- Perry
- IL
- US
- 38.08
- -89.36
- 0
- 0
- PAH
-
-
- ILZ030
- 130300
- Marshall
- IL
- US
- 41.04
- -89.35
- 0
- 0
- ILX
-
-
- ILZ008
- 130080
- Ogle
- IL
- US
- 42.04
- -89.32
- 0
- 0
- LOT
-
-
- ILZ018
- 130180
- Putnam
- IL
- US
- 41.21
- -89.32
- 0
- 0
- DVN
-
-
- ILZ092
- 130920
- Alexander
- IL
- US
- 37.16
- -89.32
- 0
- 0
- PAH
-
-
- MOZ112
- 251120
- Mississippi
- MO
- US
- 36.83
- -89.32
- 0
- 0
- PAH
-
-
- MSZ022
- 240220
- Calhoun
- MS
- US
- 33.95
- -89.32
- 0
- 0
- MEG
-
-
- ILZ010
- 130100
- Lee
- IL
- US
- 41.75
- -89.29
- 0
- 0
- LOT
-
-
- ILZ052
- 130520
- Christian
- IL
- US
- 39.58
- -89.29
- 0
- 0
- ILX
-
-
- ILZ088
- 130880
- Union
- IL
- US
- 37.47
- -89.29
- 0
- 0
- PAH
-
-
- MSZ074
- 240740
- Forrest
- MS
- US
- 31.18
- -89.29
- 0
- 0
- JAN
-
-
- TNZ050
- 420500
- Haywood
- TN
- US
- 35.61
- -89.29
- 0
- 0
- MEG
-
-
- MSZ032
- 240320
- Choctaw
- MS
- US
- 33.33
- -89.27
- 0
- 0
- JAN
-
-
- MSZ029
- 240290
- Webster
- MS
- US
- 33.60
- -89.26
- 0
- 0
- JAN
-
-
- ILZ031
- 130310
- Woodford
- IL
- US
- 40.76
- -89.25
- 0
- 0
- ILX
-
-
- WIZ045
- 490450
- Waushara
- WI
- US
- 44.11
- -89.24
- 0
- 0
- GRB
-
-
- KYZ001
- 170010
- Fulton
- KY
- US
- 36.58
- -89.20
- 0
- 0
- PAH
-
-
- ILZ003
- 130030
- Winnebago
- IL
- US
- 42.32
- -89.17
- 0
- 0
- LOT
-
-
- MSZ003
- 240030
- Benton
- MS
- US
- 34.80
- -89.17
- 0
- 0
- MEG
-
-
- MSZ066
- 240660
- Jones
- MS
- US
- 31.63
- -89.16
- 0
- 0
- JAN
-
-
- TNZ002
- 420020
- Obion
- TN
- US
- 36.35
- -89.14
- 0
- 0
- MEG
-
-
- TNZ051
- 420510
- Crockett
- TN
- US
- 35.84
- -89.13
- 0
- 0
- MEG
-
-
- MSZ051
- 240510
- Newton
- MS
- US
- 32.41
- -89.12
- 0
- 0
- JAN
-
-
- MSZ045
- 240450
- Neshoba
- MS
- US
- 32.76
- -89.11
- 0
- 0
- JAN
-
-
- MSZ057
- 240570
- Jasper
- MS
- US
- 32.02
- -89.11
- 0
- 0
- JAN
-
-
- ILZ093
- 130930
- Pulaski
- IL
- US
- 37.20
- -89.10
- 0
- 0
- PAH
-
-
- MSZ078
- 240780
- Stone
- MS
- US
- 30.78
- -89.10
- 0
- 0
- MOB
-
-
- WIZ069
- 490690
- Rock
- WI
- US
- 42.67
- -89.07
- 0
- 0
- MKX
-
-
- MSZ038
- 240380
- Winston
- MS
- US
- 33.11
- -89.06
- 0
- 0
- JAN
-
-
- MSZ081
- 240810
- Harrison
- MS
- US
- 30.44
- -89.06
- 0
- 0
- LIX
-
-
- WIZ047
- 490470
- Green_Lake
- WI
- US
- 43.81
- -89.06
- 0
- 0
- MKX
-
-
- MSZ015
- 240150
- Pontotoc
- MS
- US
- 34.23
- -89.03
- 0
- 0
- MEG
-
-
- WIZ019
- 490190
- Langlade
- WI
- US
- 45.25
- -89.03
- 0
- 0
- GRB
-
-
- KYZ002
- 170020
- Hickman
- KY
- US
- 36.65
- -89.01
- 0
- 0
- PAH
-
-
- KYZ003
- 170030
- Carlisle
- KY
- US
- 36.87
- -89.00
- 0
- 0
- PAH
-
-
- KYZ004
- 170040
- Ballard
- KY
- US
- 37.07
- -89.00
- 0
- 0
- PAH
-
-
- ILZ053
- 130530
- Macon
- IL
- US
- 39.86
- -88.99
- 0
- 0
- ILX
-
-
- TNZ090
- 420900
- Hardeman
- TN
- US
- 35.22
- -88.99
- 0
- 0
- MEG
-
-
- ILZ065
- 130650
- Fayette
- IL
- US
- 38.98
- -88.98
- 0
- 0
- LSX
-
-
- MSZ014
- 240140
- Union
- MS
- US
- 34.49
- -88.98
- 0
- 0
- MEG
-
-
- MSZ075
- 240750
- Perry
- MS
- US
- 31.18
- -88.98
- 0
- 0
- MOB
-
-
- MSZ023
- 240230
- Chickasaw
- MS
- US
- 33.91
- -88.95
- 0
- 0
- MEG
-
-
- TNZ020
- 420200
- Gibson
- TN
- US
- 36.01
- -88.95
- 0
- 0
- MEG
-
-
- ILZ081
- 130810
- Franklin
- IL
- US
- 38.00
- -88.94
- 0
- 0
- PAH
-
-
- ILZ075
- 130750
- Jefferson
- IL
- US
- 38.30
- -88.93
- 0
- 0
- PAH
-
-
- ILZ085
- 130850
- Williamson
- IL
- US
- 37.74
- -88.93
- 0
- 0
- PAH
-
-
- ILZ070
- 130700
- Marion
- IL
- US
- 38.65
- -88.92
- 0
- 0
- LSX
-
-
- WIZ037
- 490370
- Waupaca
- WI
- US
- 44.46
- -88.91
- 0
- 0
- GRB
-
-
- MSZ004
- 240040
- Tippah
- MS
- US
- 34.80
- -88.89
- 0
- 0
- MEG
-
-
- ILZ019
- 130190
- La_Salle
- IL
- US
- 41.28
- -88.88
- 0
- 0
- LOT
-
-
- ILZ089
- 130890
- Johnson
- IL
- US
- 37.45
- -88.88
- 0
- 0
- PAH
-
-
- ILZ038
- 130380
- McLean
- IL
- US
- 40.52
- -88.87
- 0
- 0
- ILX
-
-
- ILZ043
- 130430
- De_Witt
- IL
- US
- 40.17
- -88.87
- 0
- 0
- ILX
-
-
- MSZ033
- 240330
- Oktibbeha
- MS
- US
- 33.43
- -88.87
- 0
- 0
- JAN
-
-
- MIZ001
- 220010
- Keweenaw
- MI
- US
- 48.01
- -88.84
- 0
- 0
- MQT
-
-
- TNZ052
- 420520
- Madison
- TN
- US
- 35.62
- -88.84
- 0
- 0
- MEG
-
-
- ILZ004
- 130040
- Boone
- IL
- US
- 42.32
- -88.83
- 0
- 0
- LOT
-
-
- MIZ084
- 220840
- Southern_Houghton
- MI
- US
- 46.64
- -88.83
- 0
- 0
- MQT
-
-
- ILZ061
- 130610
- Shelby
- IL
- US
- 39.43
- -88.81
- 0
- 0
- ILX
-
-
- ILZ011
- 130110
- DeKalb
- IL
- US
- 41.89
- -88.77
- 0
- 0
- LOT
-
-
- WIZ064
- 490640
- Jefferson
- WI
- US
- 43.02
- -88.77
- 0
- 0
- MKX
-
-
- MSZ030
- 240300
- Clay
- MS
- US
- 33.66
- -88.75
- 0
- 0
- JAN
-
-
- TNZ003
- 420030
- Weakley
- TN
- US
- 36.28
- -88.73
- 0
- 0
- MEG
-
-
- WIZ011
- 490110
- Forest
- WI
- US
- 45.72
- -88.73
- 0
- 0
- GRB
-
-
- WIZ020
- 490200
- Menominee
- WI
- US
- 44.99
- -88.73
- 0
- 0
- GRB
-
-
- WIZ031
- 490310
- Shawano
- WI
- US
- 44.81
- -88.73
- 0
- 0
- GRB
-
-
- ILZ094
- 130940
- Massac
- IL
- US
- 37.20
- -88.71
- 0
- 0
- PAH
-
-
- KYZ005
- 170050
- McCracken
- KY
- US
- 37.08
- -88.71
- 0
- 0
- PAH
-
-
- WIZ058
- 490580
- Dodge
- WI
- US
- 43.42
- -88.70
- 0
- 0
- MKX
-
-
- MSZ067
- 240670
- Wayne
- MS
- US
- 31.66
- -88.69
- 0
- 0
- MOB
-
-
- MSZ016
- 240160
- Lee
- MS
- US
- 34.30
- -88.68
- 0
- 0
- MEG
-
-
- MSZ058
- 240580
- Clarke
- MS
- US
- 32.03
- -88.68
- 0
- 0
- JAN
-
-
- KYZ006
- 170060
- Graves
- KY
- US
- 36.73
- -88.66
- 0
- 0
- PAH
-
-
- MSZ052
- 240520
- Lauderdale
- MS
- US
- 32.40
- -88.66
- 0
- 0
- JAN
-
-
- ILZ054
- 130540
- Moultrie
- IL
- US
- 39.62
- -88.64
- 0
- 0
- ILX
-
-
- MSZ079
- 240790
- George
- MS
- US
- 30.87
- -88.64
- 0
- 0
- MOB
-
-
- WIZ048
- 490480
- Winnebago
- WI
- US
- 44.07
- -88.64
- 0
- 0
- GRB
-
-
- MSZ046
- 240460
- Kemper
- MS
- US
- 32.76
- -88.63
- 0
- 0
- JAN
-
-
- MSZ076
- 240760
- Greene
- MS
- US
- 31.22
- -88.63
- 0
- 0
- MOB
-
-
- MSZ082
- 240820
- Jackson
- MS
- US
- 30.47
- -88.63
- 0
- 0
- LIX
-
-
- ILZ044
- 130440
- Piatt
- IL
- US
- 40.04
- -88.61
- 0
- 0
- ILX
-
-
- TNZ053
- 420530
- Chester
- TN
- US
- 35.42
- -88.61
- 0
- 0
- MEG
-
-
- ILZ032
- 130320
- Livingston
- IL
- US
- 40.87
- -88.59
- 0
- 0
- LOT
-
-
- ILZ066
- 130660
- Effingham
- IL
- US
- 39.06
- -88.59
- 0
- 0
- ILX
-
-
- MSZ005
- 240050
- Alcorn
- MS
- US
- 34.88
- -88.58
- 0
- 0
- MEG
-
-
- TNZ091
- 420910
- McNairy
- TN
- US
- 35.20
- -88.58
- 0
- 0
- MEG
-
-
- MIZ003
- 220030
- Northern_Houghton
- MI
- US
- 47.05
- -88.57
- 0
- 0
- MQT
-
-
- ILZ090
- 130900
- Pope
- IL
- US
- 37.34
- -88.56
- 0
- 0
- PAH
-
-
- MSZ039
- 240390
- Noxubee
- MS
- US
- 33.11
- -88.56
- 0
- 0
- JAN
-
-
- MIZ010
- 220100
- Iron
- MI
- US
- 46.18
- -88.55
- 0
- 0
- MQT
-
-
- ILZ082
- 130820
- Hamilton
- IL
- US
- 38.08
- -88.54
- 0
- 0
- PAH
-
-
- ILZ086
- 130860
- Saline
- IL
- US
- 37.76
- -88.54
- 0
- 0
- PAH
-
-
- WIZ070
- 490700
- Walworth
- WI
- US
- 42.67
- -88.53
- 0
- 0
- MKX
-
-
- MSZ009
- 240090
- Prentiss
- MS
- US
- 34.61
- -88.52
- 0
- 0
- MEG
-
-
- WIZ051
- 490510
- Fond_Du_Lac
- WI
- US
- 43.74
- -88.52
- 0
- 0
- MKX
-
-
- ILZ071
- 130710
- Clay
- IL
- US
- 38.76
- -88.48
- 0
- 0
- ILX
-
-
- MSZ024
- 240240
- Monroe
- MS
- US
- 33.87
- -88.46
- 0
- 0
- MEG
-
-
- MSZ031
- 240310
- Lowndes
- MS
- US
- 33.52
- -88.46
- 0
- 0
- JAN
-
-
- WIZ038
- 490380
- Outagamie
- WI
- US
- 44.42
- -88.46
- 0
- 0
- GRB
-
-
- ILZ005
- 130050
- McHenry
- IL
- US
- 42.32
- -88.45
- 0
- 0
- LOT
-
-
- ILZ020
- 130200
- Kendall
- IL
- US
- 41.59
- -88.44
- 0
- 0
- LOT
-
-
- TNZ021
- 420210
- Carroll
- TN
- US
- 35.97
- -88.44
- 0
- 0
- MEG
-
-
- ILZ012
- 130120
- Kane
- IL
- US
- 41.94
- -88.43
- 0
- 0
- LOT
-
-
- ILZ076
- 130760
- Wayne
- IL
- US
- 38.43
- -88.43
- 0
- 0
- PAH
-
-
- ILZ021
- 130210
- Grundy
- IL
- US
- 41.29
- -88.42
- 0
- 0
- LOT
-
-
- TNZ054
- 420540
- Henderson
- TN
- US
- 35.62
- -88.39
- 0
- 0
- MEG
-
-
- WIZ021
- 490210
- Northern_Oconto_County
- WI
- US
- 45.20
- -88.39
- 0
- 0
- GRB
-
-
- KYZ007
- 170070
- Livingston
- KY
- US
- 37.20
- -88.38
- 0
- 0
- PAH
-
-
- WIZ012
- 490120
- Florence
- WI
- US
- 45.87
- -88.36
- 0
- 0
- GRB
-
-
- MSZ017
- 240170
- Itawamba
- MS
- US
- 34.28
- -88.35
- 0
- 0
- MEG
-
-
- MIZ004
- 220040
- Baraga
- MI
- US
- 46.69
- -88.33
- 0
- 0
- MQT
-
-
- KYZ008
- 170080
- Marshall
- KY
- US
- 36.91
- -88.31
- 0
- 0
- PAH
-
-
- WIZ065
- 490650
- Waukesha
- WI
- US
- 43.02
- -88.30
- 0
- 0
- MKX
-
-
- KYZ009
- 170090
- Calloway
- KY
- US
- 36.63
- -88.27
- 0
- 0
- PAH
-
-
- TNZ004
- 420040
- Henry
- TN
- US
- 36.32
- -88.26
- 0
- 0
- MEG
-
-
- ILZ091
- 130910
- Hardin
- IL
- US
- 37.51
- -88.25
- 0
- 0
- PAH
-
-
- ILZ062
- 130620
- Cumberland
- IL
- US
- 39.28
- -88.24
- 0
- 0
- ILX
-
-
- ILZ056
- 130560
- Coles
- IL
- US
- 39.53
- -88.22
- 0
- 0
- ILX
-
-
- MSZ006
- 240060
- Tishomingo
- MS
- US
- 34.73
- -88.22
- 0
- 0
- MEG
-
-
- WIZ049
- 490490
- Calumet
- WI
- US
- 44.07
- -88.22
- 0
- 0
- GRB
-
-
- WIZ059
- 490590
- Washington
- WI
- US
- 43.37
- -88.22
- 0
- 0
- MKX
-
-
- ALZ063
- 10630
- Lower_Mobile
- AL
- US
- 30.44
- -88.21
- 0
- 0
- MOB
-
-
- ILZ055
- 130550
- Douglas
- IL
- US
- 39.77
- -88.21
- 0
- 0
- ILX
-
-
- ILZ087
- 130870
- Gallatin
- IL
- US
- 37.75
- -88.21
- 0
- 0
- PAH
-
-
- ALZ051
- 10510
- Choctaw
- AL
- US
- 32.01
- -88.20
- 0
- 0
- MOB
-
-
- ILZ039
- 130390
- Ford
- IL
- US
- 40.70
- -88.20
- 0
- 0
- LOT
-
-
- ILZ045
- 130450
- Champaign
- IL
- US
- 40.14
- -88.20
- 0
- 0
- ILX
-
-
- ALZ052
- 10520
- Washington
- AL
- US
- 31.41
- -88.18
- 0
- 0
- MOB
-
-
- ALZ061
- 10610
- Upper_Mobile
- AL
- US
- 30.93
- -88.18
- 0
- 0
- MOB
-
-
- TNZ092
- 420920
- Hardin
- TN
- US
- 35.22
- -88.18
- 0
- 0
- MEG
-
-
- ILZ067
- 130670
- Jasper
- IL
- US
- 39.02
- -88.16
- 0
- 0
- ILX
-
-
- ILZ083
- 130830
- White
- IL
- US
- 38.08
- -88.15
- 0
- 0
- PAH
-
-
- ALZ030
- 10300
- Sumter
- AL
- US
- 32.65
- -88.13
- 0
- 0
- BMX
-
-
- WIZ074
- 490740
- Southern_Oconto_County
- WI
- US
- 44.85
- -88.12
- 0
- 0
- GRB
-
-
- ALZ012
- 10120
- Lamar
- AL
- US
- 33.80
- -88.11
- 0
- 0
- BMX
-
-
- ILZ072
- 130720
- Richland
- IL
- US
- 38.72
- -88.11
- 0
- 0
- ILX
-
-
- TNZ055
- 420550
- Decatur
- TN
- US
- 35.62
- -88.10
- 0
- 0
- MEG
-
-
- WIZ013
- 490130
- Northern_Marinette_County
- WI
- US
- 45.57
- -88.10
- 0
- 0
- GRB
-
-
- ALZ022
- 10220
- Pickens
- AL
- US
- 33.26
- -88.09
- 0
- 0
- BMX
-
-
- ILZ013
- 130130
- DuPage
- IL
- US
- 41.85
- -88.09
- 0
- 0
- LOT
-
-
- KYZ010
- 170100
- Crittenden
- KY
- US
- 37.34
- -88.09
- 0
- 0
- PAH
-
-
- KYZ011
- 170110
- Lyon
- KY
- US
- 37.03
- -88.07
- 0
- 0
- PAH
-
-
- TNZ022
- 420220
- Benton
- TN
- US
- 36.09
- -88.07
- 0
- 0
- OHX
-
-
- ILZ077
- 130770
- Edwards
- IL
- US
- 38.42
- -88.05
- 0
- 0
- PAH
-
-
- WIZ072
- 490720
- Kenosha
- WI
- US
- 42.58
- -88.05
- 0
- 0
- MKX
-
-
- WIZ071
- 490710
- Racine
- WI
- US
- 42.73
- -88.03
- 0
- 0
- MKX
-
-
- WIZ039
- 490390
- Brown
- WI
- US
- 44.46
- -87.99
- 0
- 0
- GRB
-
-
- ILZ006
- 130060
- Lake
- IL
- US
- 42.32
- -87.98
- 0
- 0
- LOT
-
-
- ALZ031
- 10310
- Greene
- AL
- US
- 32.84
- -87.96
- 0
- 0
- BMX
-
-
- KYZ014
- 170140
- Union
- KY
- US
- 37.69
- -87.95
- 0
- 0
- PAH
-
-
- WIZ066
- 490660
- Milwaukee
- WI
- US
- 43.02
- -87.94
- 0
- 0
- MKX
-
-
- WIZ073
- 490730
- Southern_Marinette_County
- WI
- US
- 45.18
- -87.94
- 0
- 0
- GRB
-
-
- WIZ052
- 490520
- Sheboygan
- WI
- US
- 43.72
- -87.93
- 0
- 0
- MKX
-
-
- ALZ011
- 10110
- Marion
- AL
- US
- 34.12
- -87.92
- 0
- 0
- BMX
-
-
- KYZ012
- 170120
- Trigg
- KY
- US
- 36.83
- -87.92
- 0
- 0
- PAH
-
-
- WIZ060
- 490600
- Ozaukee
- WI
- US
- 43.37
- -87.92
- 0
- 0
- MKX
-
-
- ILZ014
- 130140
- Cook
- IL
- US
- 41.81
- -87.90
- 0
- 0
- LOT
-
-
- ILZ022
- 130220
- Will
- IL
- US
- 41.47
- -87.90
- 0
- 0
- LOT
-
-
- INZ085
- 140850
- Posey
- IN
- US
- 38.01
- -87.90
- 0
- 0
- PAH
-
-
- ILZ023
- 130230
- Kankakee
- IL
- US
- 41.15
- -87.89
- 0
- 0
- LOT
-
-
- KYZ013
- 170130
- Caldwell
- KY
- US
- 37.17
- -87.89
- 0
- 0
- PAH
-
-
- MIZ011
- 220110
- Dickinson
- MI
- US
- 45.99
- -87.87
- 0
- 0
- MQT
-
-
- ALZ003
- 10030
- Franklin
- AL
- US
- 34.45
- -87.85
- 0
- 0
- HUN
-
-
- TNZ056
- 420560
- Perry
- TN
- US
- 35.64
- -87.85
- 0
- 0
- OHX
-
-
- ALZ053
- 10530
- Clarke
- AL
- US
- 31.60
- -87.84
- 0
- 0
- MOB
-
-
- ILZ033
- 130330
- Iroquois
- IL
- US
- 40.75
- -87.83
- 0
- 0
- LOT
-
-
- TNZ005
- 420050
- Stewart
- TN
- US
- 36.50
- -87.83
- 0
- 0
- OHX
-
-
- ILZ078
- 130780
- Wabash
- IL
- US
- 38.41
- -87.82
- 0
- 0
- PAH
-
-
- TNZ093
- 420930
- Wayne
- TN
- US
- 35.26
- -87.80
- 0
- 0
- OHX
-
-
- ALZ039
- 10390
- Marengo
- AL
- US
- 32.27
- -87.79
- 0
- 0
- BMX
-
-
- ALZ002
- 10020
- Colbert
- AL
- US
- 34.74
- -87.78
- 0
- 0
- HUN
-
-
- ILZ063
- 130630
- Clark
- IL
- US
- 39.33
- -87.78
- 0
- 0
- ILX
-
-
- TNZ024
- 420240
- Humphreys
- TN
- US
- 36.03
- -87.77
- 0
- 0
- OHX
-
-
- WIZ050
- 490500
- Manitowoc
- WI
- US
- 44.11
- -87.77
- 0
- 0
- GRB
-
-
- ILZ057
- 130570
- Edgar
- IL
- US
- 39.68
- -87.75
- 0
- 0
- ILX
-
-
- TNZ023
- 420230
- Houston
- TN
- US
- 36.28
- -87.75
- 0
- 0
- OHX
-
-
- ILZ046
- 130460
- Vermilion
- IL
- US
- 40.19
- -87.74
- 0
- 0
- ILX
-
-
- ILZ068
- 130680
- Crawford
- IL
- US
- 39.02
- -87.74
- 0
- 0
- ILX
-
-
- ALZ062
- 10620
- Upper_Baldwin
- AL
- US
- 31.01
- -87.72
- 0
- 0
- MOB
-
-
- ILZ073
- 130730
- Lawrence
- IL
- US
- 38.72
- -87.71
- 0
- 0
- ILX
-
-
- ALZ001
- 10010
- Lauderdale
- AL
- US
- 34.88
- -87.70
- 0
- 0
- HUN
-
-
- ALZ064
- 10640
- Lower_Baldwin
- AL
- US
- 30.45
- -87.70
- 0
- 0
- MOB
-
-
- ALZ013
- 10130
- Fayette
- AL
- US
- 33.73
- -87.68
- 0
- 0
- BMX
-
-
- KYZ015
- 170150
- Webster
- KY
- US
- 37.50
- -87.66
- 0
- 0
- PAH
-
-
- INZ081
- 140810
- Gibson
- IN
- US
- 38.35
- -87.65
- 0
- 0
- PAH
-
-
- ALZ032
- 10320
- Hale
- AL
- US
- 32.75
- -87.64
- 0
- 0
- BMX
-
-
- KYZ018
- 170180
- Henderson
- KY
- US
- 37.81
- -87.61
- 0
- 0
- PAH
-
-
- MIZ005
- 220050
- Marquette
- MI
- US
- 46.48
- -87.61
- 0
- 0
- MQT
-
-
- INZ086
- 140860
- Vanderburgh
- IN
- US
- 38.00
- -87.58
- 0
- 0
- PAH
-
-
- KYZ016
- 170160
- Hopkins
- KY
- US
- 37.34
- -87.58
- 0
- 0
- PAH
-
-
- MIZ012
- 220120
- Menominee
- MI
- US
- 45.55
- -87.57
- 0
- 0
- MQT
-
-
- WIZ040
- 490400
- Kewaunee
- WI
- US
- 44.50
- -87.57
- 0
- 0
- GRB
-
-
- KYZ017
- 170170
- Christian
- KY
- US
- 36.90
- -87.50
- 0
- 0
- PAH
-
-
- TNZ058
- 420580
- Lewis
- TN
- US
- 35.53
- -87.49
- 0
- 0
- OHX
-
-
- TNZ057
- 420570
- Hickman
- TN
- US
- 35.81
- -87.47
- 0
- 0
- OHX
-
-
- INZ060
- 140600
- Sullivan
- IN
- US
- 39.08
- -87.46
- 0
- 0
- IND
-
-
- ALZ023
- 10230
- Tuscaloosa
- AL
- US
- 33.32
- -87.45
- 0
- 0
- BMX
-
-
- INZ043
- 140430
- Vermillion
- IN
- US
- 39.89
- -87.45
- 0
- 0
- IND
-
-
- INZ067
- 140670
- Knox
- IN
- US
- 38.66
- -87.43
- 0
- 0
- IND
-
-
- INZ051
- 140510
- Vigo
- IN
- US
- 39.43
- -87.42
- 0
- 0
- IND
-
-
- FLZ001
- 90010
- Inland_Escambia
- FL
- US
- 30.86
- -87.40
- 0
- 0
- MOB
-
-
- INZ010
- 140100
- Newton
- IN
- US
- 40.98
- -87.40
- 0
- 0
- LOT
-
-
- TNZ094
- 420940
- Lawrence
- TN
- US
- 35.24
- -87.40
- 0
- 0
- OHX
-
-
- INZ001
- 140010
- Lake
- IN
- US
- 41.44
- -87.38
- 0
- 0
- LOT
-
-
- TNZ006
- 420060
- Montgomery
- TN
- US
- 36.49
- -87.38
- 0
- 0
- OHX
-
-
- ALZ014
- 10140
- Winston
- AL
- US
- 34.15
- -87.37
- 0
- 0
- BMX
-
-
- ALZ055
- 10550
- Monroe
- AL
- US
- 31.54
- -87.35
- 0
- 0
- MOB
-
-
- TNZ025
- 420250
- Dickson
- TN
- US
- 36.15
- -87.35
- 0
- 0
- OHX
-
-
- ALZ004
- 10040
- Lawrence
- AL
- US
- 34.56
- -87.32
- 0
- 0
- HUN
-
-
- INZ019
- 140190
- Benton
- IN
- US
- 40.61
- -87.32
- 0
- 0
- LOT
-
-
- INZ028
- 140280
- Warren
- IN
- US
- 40.31
- -87.32
- 0
- 0
- IND
-
-
- ALZ015
- 10150
- Walker
- AL
- US
- 33.76
- -87.30
- 0
- 0
- BMX
-
-
- INZ082
- 140820
- Pike
- IN
- US
- 38.39
- -87.28
- 0
- 0
- PAH
-
-
- KYZ020
- 170200
- McLean
- KY
- US
- 37.54
- -87.28
- 0
- 0
- PAH
-
-
- ALZ033
- 10330
- Perry
- AL
- US
- 32.59
- -87.27
- 0
- 0
- BMX
-
-
- INZ035
- 140350
- Fountain
- IN
- US
- 40.17
- -87.27
- 0
- 0
- IND
-
-
- WIZ022
- 490220
- Door
- WI
- US
- 45.05
- -87.27
- 0
- 0
- GRB
-
-
- ALZ054
- 10540
- Wilcox
- AL
- US
- 32.05
- -87.26
- 0
- 0
- MOB
-
-
- INZ087
- 140870
- Warrick
- IN
- US
- 38.06
- -87.25
- 0
- 0
- PAH
-
-
- INZ044
- 140440
- Parke
- IN
- US
- 39.79
- -87.23
- 0
- 0
- IND
-
-
- FLZ002
- 90020
- Coastal_Escambia
- FL
- US
- 30.50
- -87.20
- 0
- 0
- MOB
-
-
- KYZ022
- 170220
- Todd
- KY
- US
- 36.86
- -87.20
- 0
- 0
- PAH
-
-
- ALZ059
- 10590
- Escambia
- AL
- US
- 31.13
- -87.16
- 0
- 0
- MOB
-
-
- ALZ034
- 10340
- Bibb
- AL
- US
- 33.04
- -87.15
- 0
- 0
- BMX
-
-
- ALZ040
- 10400
- Dallas
- AL
- US
- 32.38
- -87.14
- 0
- 0
- BMX
-
-
- KYZ021
- 170210
- Muhlenberg
- KY
- US
- 37.23
- -87.14
- 0
- 0
- PAH
-
-
- KYZ019
- 170190
- Daviess
- KY
- US
- 37.75
- -87.12
- 0
- 0
- PAH
-
-
- INZ011
- 140110
- Jasper
- IN
- US
- 41.01
- -87.11
- 0
- 0
- LOT
-
-
- INZ052
- 140520
- Clay
- IN
- US
- 39.39
- -87.10
- 0
- 0
- IND
-
-
- INZ068
- 140680
- Daviess
- IN
- US
- 38.70
- -87.10
- 0
- 0
- IND
-
-
- TNZ026
- 420260
- Cheatham
- TN
- US
- 36.26
- -87.09
- 0
- 0
- OHX
-
-
- INZ002
- 140020
- Porter
- IN
- US
- 41.47
- -87.08
- 0
- 0
- LOT
-
-
- TNZ060
- 420600
- Maury
- TN
- US
- 35.64
- -87.07
- 0
- 0
- OHX
-
-
- ALZ056
- 10560
- Conecuh
- AL
- US
- 31.47
- -87.04
- 0
- 0
- MOB
-
-
- FLZ003
- 90030
- Inland_Santa_Rosa
- FL
- US
- 30.86
- -87.04
- 0
- 0
- MOB
-
-
- ALZ005
- 10050
- Limestone
- AL
- US
- 34.78
- -87.02
- 0
- 0
- HUN
-
-
- INZ088
- 140880
- Spencer
- IN
- US
- 37.99
- -87.02
- 0
- 0
- PAH
-
-
- TNZ095
- 420950
- Giles
- TN
- US
- 35.23
- -87.02
- 0
- 0
- OHX
-
-
- INZ061
- 140610
- Greene
- IN
- US
- 39.03
- -86.98
- 0
- 0
- IND
-
-
- ALZ024
- 10240
- Jefferson
- AL
- US
- 33.55
- -86.93
- 0
- 0
- BMX
-
-
- MIZ013
- 220130
- Delta
- MI
- US
- 45.82
- -86.91
- 0
- 0
- MQT
-
-
- TNZ059
- 420590
- Williamson
- TN
- US
- 35.88
- -86.91
- 0
- 0
- OHX
-
-
- INZ029
- 140290
- Tippecanoe
- IN
- US
- 40.40
- -86.90
- 0
- 0
- IND
-
-
- INZ036
- 140360
- Montgomery
- IN
- US
- 40.05
- -86.90
- 0
- 0
- IND
-
-
- FLZ004
- 90040
- Coastal_Santa_Rosa
- FL
- US
- 30.53
- -86.89
- 0
- 0
- MOB
-
-
- INZ083
- 140830
- Dubois
- IN
- US
- 38.36
- -86.88
- 0
- 0
- LMK
-
-
- KYZ026
- 170260
- Ohio
- KY
- US
- 37.48
- -86.86
- 0
- 0
- LMK
-
-
- INZ053
- 140530
- Owen
- IN
- US
- 39.31
- -86.85
- 0
- 0
- IND
-
-
- KYZ070
- 170700
- Logan
- KY
- US
- 36.86
- -86.85
- 0
- 0
- LMK
-
-
- INZ020
- 140200
- White
- IN
- US
- 40.75
- -86.84
- 0
- 0
- IWX
-
-
- ALZ007
- 10070
- Morgan
- AL
- US
- 34.50
- -86.83
- 0
- 0
- HUN
-
-
- INZ045
- 140450
- Putnam
- IN
- US
- 39.67
- -86.83
- 0
- 0
- IND
-
-
- TNZ007
- 420070
- Robertson
- TN
- US
- 36.50
- -86.82
- 0
- 0
- OHX
-
-
- INZ069
- 140690
- Martin
- IN
- US
- 38.70
- -86.81
- 0
- 0
- IND
-
-
- KYZ023
- 170230
- Hancock
- KY
- US
- 37.83
- -86.81
- 0
- 0
- LMK
-
-
- ALZ016
- 10160
- Cullman
- AL
- US
- 34.09
- -86.78
- 0
- 0
- HUN
-
-
- TNZ027
- 420270
- Davidson
- TN
- US
- 36.19
- -86.78
- 0
- 0
- OHX
-
-
- TNZ061
- 420610
- Marshall
- TN
- US
- 35.49
- -86.77
- 0
- 0
- OHX
-
-
- INZ003
- 140030
- La_Porte
- IN
- US
- 41.50
- -86.71
- 0
- 0
- IWX
-
-
- ALZ035
- 10350
- Chilton
- AL
- US
- 32.87
- -86.70
- 0
- 0
- BMX
-
-
- INZ012
- 140120
- Starke
- IN
- US
- 41.31
- -86.70
- 0
- 0
- IWX
-
-
- INZ013
- 140130
- Pulaski
- IN
- US
- 41.05
- -86.70
- 0
- 0
- IWX
-
-
- ALZ025
- 10250
- Shelby
- AL
- US
- 33.29
- -86.68
- 0
- 0
- BMX
-
-
- ALZ057
- 10570
- Butler
- AL
- US
- 31.75
- -86.68
- 0
- 0
- MOB
-
-
- KYZ061
- 170610
- Butler
- KY
- US
- 37.20
- -86.67
- 0
- 0
- LMK
-
-
- ALZ041
- 10410
- Autauga
- AL
- US
- 32.52
- -86.66
- 0
- 0
- BMX
-
-
- ALZ042
- 10420
- Lowndes
- AL
- US
- 32.19
- -86.66
- 0
- 0
- BMX
-
-
- ALZ017
- 10170
- Blount
- AL
- US
- 34.01
- -86.64
- 0
- 0
- BMX
-
-
- INZ089
- 140890
- Perry
- IN
- US
- 38.05
- -86.63
- 0
- 0
- LMK
-
-
- FLZ006
- 90060
- Coastal_Okaloosa
- FL
- US
- 30.55
- -86.59
- 0
- 0
- MOB
-
-
- KYZ072
- 170720
- Simpson
- KY
- US
- 36.77
- -86.59
- 0
- 0
- LMK
-
-
- FLZ005
- 90050
- Inland_Okaloosa
- FL
- US
- 30.86
- -86.58
- 0
- 0
- MOB
-
-
- INZ021
- 140210
- Carroll
- IN
- US
- 40.59
- -86.57
- 0
- 0
- IND
-
-
- TNZ096
- 420960
- Lincoln
- TN
- US
- 35.19
- -86.57
- 0
- 0
- HUN
-
-
- MIZ077
- 220770
- Berrien
- MI
- US
- 42.01
- -86.53
- 0
- 0
- IWX
-
-
- ALZ006
- 10060
- Madison
- AL
- US
- 34.74
- -86.52
- 0
- 0
- HUN
-
-
- INZ046
- 140460
- Hendricks
- IN
- US
- 39.77
- -86.52
- 0
- 0
- IND
-
-
- INZ062
- 140620
- Monroe
- IN
- US
- 39.16
- -86.52
- 0
- 0
- IND
-
-
- INZ076
- 140760
- Orange
- IN
- US
- 38.54
- -86.50
- 0
- 0
- LMK
-
-
- INZ070
- 140700
- Lawrence
- IN
- US
- 38.84
- -86.49
- 0
- 0
- IND
-
-
- INZ037
- 140370
- Boone
- IN
- US
- 40.06
- -86.48
- 0
- 0
- IND
-
-
- INZ054
- 140540
- Morgan
- IN
- US
- 39.48
- -86.48
- 0
- 0
- IND
-
-
- MIZ006
- 220060
- Alger
- MI
- US
- 46.43
- -86.48
- 0
- 0
- MQT
-
-
- TNZ008
- 420080
- Sumner
- TN
- US
- 36.45
- -86.48
- 0
- 0
- OHX
-
-
- INZ030
- 140300
- Clinton
- IN
- US
- 40.31
- -86.47
- 0
- 0
- IND
-
-
- INZ084
- 140840
- Crawford
- IN
- US
- 38.26
- -86.46
- 0
- 0
- LMK
-
-
- TNZ075
- 420750
- Bedford
- TN
- US
- 35.52
- -86.45
- 0
- 0
- OHX
-
-
- ALZ060
- 10600
- Covington
- AL
- US
- 31.26
- -86.44
- 0
- 0
- MOB
-
-
- KYZ024
- 170240
- Breckinridge
- KY
- US
- 37.81
- -86.42
- 0
- 0
- LMK
-
-
- TNZ062
- 420620
- Rutherford
- TN
- US
- 35.86
- -86.41
- 0
- 0
- OHX
-
-
- KYZ071
- 170710
- Warren
- KY
- US
- 36.99
- -86.40
- 0
- 0
- LMK
-
-
- INZ022
- 140220
- Cass
- IN
- US
- 40.75
- -86.38
- 0
- 0
- IWX
-
-
- TNZ076
- 420760
- Moore
- TN
- US
- 35.28
- -86.38
- 0
- 0
- HUN
-
-
- KYZ027
- 170270
- Grayson
- KY
- US
- 37.47
- -86.35
- 0
- 0
- LMK
-
-
- ALZ008
- 10080
- Marshall
- AL
- US
- 34.36
- -86.32
- 0
- 0
- HUN
-
-
- ALZ058
- 10580
- Crenshaw
- AL
- US
- 31.75
- -86.32
- 0
- 0
- MOB
-
-
- ALZ026
- 10260
- St._Clair
- AL
- US
- 33.69
- -86.31
- 0
- 0
- BMX
-
-
- INZ004
- 140040
- St._Joseph
- IN
- US
- 41.60
- -86.30
- 0
- 0
- IWX
-
-
- MIZ043
- 220430
- Oceana
- MI
- US
- 43.64
- -86.29
- 0
- 0
- GRR
-
-
- TNZ028
- 420280
- Wilson
- TN
- US
- 36.15
- -86.29
- 0
- 0
- OHX
-
-
- MIZ037
- 220370
- Mason
- MI
- US
- 44.00
- -86.28
- 0
- 0
- GRR
-
-
- ALZ036
- 10360
- Coosa
- AL
- US
- 32.93
- -86.27
- 0
- 0
- BMX
-
-
- INZ014
- 140140
- Marshall
- IN
- US
- 41.33
- -86.27
- 0
- 0
- IWX
-
-
- KYZ062
- 170620
- Edmonson
- KY
- US
- 37.20
- -86.27
- 0
- 0
- LMK
-
-
- INZ063
- 140630
- Brown
- IN
- US
- 39.19
- -86.24
- 0
- 0
- IND
-
-
- KYZ025
- 170250
- Meade
- KY
- US
- 38.00
- -86.24
- 0
- 0
- LMK
-
-
- MIZ085
- 220850
- Northern_Schoolcraft
- MI
- US
- 46.33
- -86.23
- 0
- 0
- MQT
-
-
- ALZ044
- 10440
- Montgomery
- AL
- US
- 32.24
- -86.21
- 0
- 0
- BMX
-
-
- FLZ007
- 90070
- Inland_Walton
- FL
- US
- 30.85
- -86.21
- 0
- 0
- TAE
-
-
- INZ015
- 140150
- Fulton
- IN
- US
- 41.05
- -86.21
- 0
- 0
- IWX
-
-
- KYZ073
- 170730
- Allen
- KY
- US
- 36.78
- -86.19
- 0
- 0
- LMK
-
-
- MIZ014
- 220140
- Southern_Schoolcraft
- MI
- US
- 46.00
- -86.17
- 0
- 0
- MQT
-
-
- ALZ027
- 10270
- Talladega
- AL
- US
- 33.40
- -86.15
- 0
- 0
- BMX
-
-
- ALZ043
- 10430
- Elmore
- AL
- US
- 32.59
- -86.14
- 0
- 0
- BMX
-
-
- INZ047
- 140470
- Marion
- IN
- US
- 39.78
- -86.14
- 0
- 0
- IND
-
-
- INZ090
- 140900
- Harrison
- IN
- US
- 38.19
- -86.13
- 0
- 0
- LMK
-
-
- MIZ050
- 220500
- Muskegon
- MI
- US
- 43.30
- -86.13
- 0
- 0
- GRR
-
-
- TNZ029
- 420290
- Trousdale
- TN
- US
- 36.40
- -86.13
- 0
- 0
- OHX
-
-
- FLZ008
- 90080
- Coastal_Walton
- FL
- US
- 30.49
- -86.12
- 0
- 0
- TAE
-
-
- INZ031
- 140310
- Howard
- IN
- US
- 40.48
- -86.12
- 0
- 0
- IND
-
-
- INZ055
- 140550
- Johnson
- IN
- US
- 39.49
- -86.11
- 0
- 0
- IND
-
-
- MIZ031
- 220310
- Manistee
- MI
- US
- 44.35
- -86.10
- 0
- 0
- APX
-
-
- TNZ097
- 420970
- Franklin
- TN
- US
- 35.18
- -86.10
- 0
- 0
- HUN
-
-
- INZ077
- 140770
- Washington
- IN
- US
- 38.60
- -86.09
- 0
- 0
- LMK
-
-
- INZ071
- 140710
- Jackson
- IN
- US
- 38.90
- -86.07
- 0
- 0
- IND
-
-
- MIZ071
- 220710
- Van_Buren
- MI
- US
- 42.25
- -86.07
- 0
- 0
- GRR
-
-
- TNZ077
- 420770
- Coffee
- TN
- US
- 35.50
- -86.07
- 0
- 0
- OHX
-
-
- INZ039
- 140390
- Hamilton
- IN
- US
- 40.08
- -86.06
- 0
- 0
- IND
-
-
- ALZ018
- 10180
- Etowah
- AL
- US
- 34.03
- -86.05
- 0
- 0
- BMX
-
-
- INZ038
- 140380
- Tipton
- IN
- US
- 40.32
- -86.05
- 0
- 0
- IND
-
-
- TNZ063
- 420630
- Cannon
- TN
- US
- 35.81
- -86.05
- 0
- 0
- OHX
-
-
- MIZ025
- 220250
- Benzie
- MI
- US
- 44.65
- -86.04
- 0
- 0
- APX
-
-
- MIZ056
- 220560
- Ottawa
- MI
- US
- 42.99
- -86.03
- 0
- 0
- GRR
-
-
- INZ023
- 140230
- Miami
- IN
- US
- 40.79
- -86.02
- 0
- 0
- IWX
-
-
- MIZ078
- 220780
- Cass
- MI
- US
- 41.92
- -86.00
- 0
- 0
- IWX
-
-
- TNZ009
- 420090
- Macon
- TN
- US
- 36.53
- -86.00
- 0
- 0
- OHX
-
-
- ALZ065
- 10650
- Coffee
- AL
- US
- 31.41
- -85.99
- 0
- 0
- TAE
-
-
- KYZ028
- 170280
- Hardin
- KY
- US
- 37.72
- -85.98
- 0
- 0
- LMK
-
-
- ALZ009
- 10090
- Jackson
- AL
- US
- 34.74
- -85.97
- 0
- 0
- HUN
-
-
- KYZ074
- 170740
- Barren
- KY
- US
- 36.95
- -85.96
- 0
- 0
- LMK
-
-
- TNZ030
- 420300
- Smith
- TN
- US
- 36.26
- -85.96
- 0
- 0
- OHX
-
-
- ALZ049
- 10490
- Pike
- AL
- US
- 31.85
- -85.93
- 0
- 0
- BMX
-
-
- ALZ028
- 10280
- Clay
- AL
- US
- 33.30
- -85.91
- 0
- 0
- BMX
-
-
- KYZ063
- 170630
- Hart
- KY
- US
- 37.30
- -85.91
- 0
- 0
- LMK
-
-
- MIZ064
- 220640
- Allegan
- MI
- US
- 42.60
- -85.91
- 0
- 0
- GRR
-
-
- INZ064
- 140640
- Bartholomew
- IN
- US
- 39.19
- -85.90
- 0
- 0
- IND
-
-
- INZ091
- 140910
- Floyd
- IN
- US
- 38.30
- -85.90
- 0
- 0
- LMK
-
-
- INZ016
- 140160
- Kosciusko
- IN
- US
- 41.25
- -85.87
- 0
- 0
- IWX
-
-
- INZ005
- 140050
- Elkhart
- IN
- US
- 41.60
- -85.86
- 0
- 0
- IWX
-
-
- TNZ064
- 420640
- DeKalb
- TN
- US
- 35.98
- -85.84
- 0
- 0
- OHX
-
-
- ALZ019
- 10190
- Calhoun
- AL
- US
- 33.76
- -85.83
- 0
- 0
- BMX
-
-
- ALZ068
- 10680
- Geneva
- AL
- US
- 31.10
- -85.83
- 0
- 0
- TAE
-
-
- ALZ010
- 10100
- De_Kalb
- AL
- US
- 34.53
- -85.82
- 0
- 0
- HUN
-
-
- ALZ037
- 10370
- Tallapoosa
- AL
- US
- 32.81
- -85.80
- 0
- 0
- BMX
-
-
- INZ024
- 140240
- Wabash
- IN
- US
- 40.85
- -85.80
- 0
- 0
- IWX
-
-
- INZ056
- 140560
- Shelby
- IN
- US
- 39.52
- -85.80
- 0
- 0
- IND
-
-
- MIZ038
- 220380
- Lake
- MI
- US
- 43.99
- -85.80
- 0
- 0
- GRR
-
-
- MIZ044
- 220440
- Newaygo
- MI
- US
- 43.56
- -85.80
- 0
- 0
- GRR
-
-
- FLZ009
- 90090
- Holmes
- FL
- US
- 30.86
- -85.77
- 0
- 0
- TAE
-
-
- INZ048
- 140480
- Hancock
- IN
- US
- 39.83
- -85.77
- 0
- 0
- IND
-
-
- TNZ078
- 420780
- Warren
- TN
- US
- 35.68
- -85.77
- 0
- 0
- OHX
-
-
- INZ078
- 140780
- Scott
- IN
- US
- 38.69
- -85.74
- 0
- 0
- LMK
-
-
- ALZ045
- 10450
- Macon
- AL
- US
- 32.42
- -85.72
- 0
- 0
- BMX
-
-
- INZ040
- 140400
- Madison
- IN
- US
- 40.17
- -85.72
- 0
- 0
- IND
-
-
- ALZ046
- 10460
- Bullock
- AL
- US
- 32.10
- -85.71
- 0
- 0
- BMX
-
-
- FLZ010
- 90100
- Washington
- FL
- US
- 30.62
- -85.71
- 0
- 0
- TAE
-
-
- INZ092
- 140920
- Clark
- IN
- US
- 38.44
- -85.71
- 0
- 0
- LMK
-
-
- KYZ075
- 170750
- Monroe
- KY
- US
- 36.73
- -85.71
- 0
- 0
- LMK
-
-
- MIZ020
- 220200
- Leelanau
- MI
- US
- 44.99
- -85.71
- 0
- 0
- APX
-
-
- KYZ029
- 170290
- Bullitt
- KY
- US
- 37.97
- -85.70
- 0
- 0
- LMK
-
-
- TNZ079
- 420790
- Grundy
- TN
- US
- 35.38
- -85.70
- 0
- 0
- OHX
-
-
- KYZ030
- 170300
- Jefferson
- KY
- US
- 38.19
- -85.69
- 0
- 0
- LMK
-
-
- KYZ053
- 170530
- Larue
- KY
- US
- 37.57
- -85.69
- 0
- 0
- LMK
-
-
- FLZ012
- 90120
- Bay
- FL
- US
- 30.31
- -85.68
- 0
- 0
- TAE
-
-
- TNZ031
- 420310
- Jackson
- TN
- US
- 36.37
- -85.67
- 0
- 0
- OHX
-
-
- INZ032
- 140320
- Grant
- IN
- US
- 40.53
- -85.66
- 0
- 0
- IWX
-
-
- INZ072
- 140720
- Jennings
- IN
- US
- 39.00
- -85.63
- 0
- 0
- IND
-
-
- ALZ020
- 10200
- Cherokee
- AL
- US
- 34.23
- -85.62
- 0
- 0
- BMX
-
-
- KYZ076
- 170760
- Metcalfe
- KY
- US
- 37.01
- -85.62
- 0
- 0
- LMK
-
-
- TNZ098
- 420980
- Marion
- TN
- US
- 35.16
- -85.62
- 0
- 0
- MRX
-
-
- ALZ066
- 10660
- Dale
- AL
- US
- 31.41
- -85.61
- 0
- 0
- TAE
-
-
- ALZ021
- 10210
- Cleburne
- AL
- US
- 33.72
- -85.60
- 0
- 0
- BMX
-
-
- MIZ026
- 220260
- Grand_Traverse
- MI
- US
- 44.75
- -85.58
- 0
- 0
- APX
-
-
- MIZ032
- 220320
- Wexford
- MI
- US
- 44.34
- -85.58
- 0
- 0
- APX
-
-
- MIZ057
- 220570
- Kent
- MI
- US
- 43.03
- -85.56
- 0
- 0
- GRR
-
-
- MIZ079
- 220790
- St._Joseph
- MI
- US
- 41.92
- -85.55
- 0
- 0
- IWX
-
-
- MIZ007
- 220070
- Luce
- MI
- US
- 46.50
- -85.54
- 0
- 0
- MQT
-
-
- TNZ010
- 420100
- Clay
- TN
- US
- 36.52
- -85.54
- 0
- 0
- OHX
-
-
- KYZ064
- 170640
- Green
- KY
- US
- 37.29
- -85.53
- 0
- 0
- LMK
-
-
- MIZ072
- 220720
- Kalamazoo
- MI
- US
- 42.25
- -85.53
- 0
- 0
- GRR
-
-
- INZ017
- 140170
- Whitley
- IN
- US
- 41.15
- -85.50
- 0
- 0
- IWX
-
-
- INZ065
- 140650
- Decatur
- IN
- US
- 39.29
- -85.50
- 0
- 0
- IND
-
-
- INZ025
- 140250
- Huntington
- IN
- US
- 40.84
- -85.49
- 0
- 0
- IWX
-
-
- GAZ001
- 100010
- Dade
- GA
- US
- 34.81
- -85.48
- 0
- 0
- FFC
-
-
- INZ057
- 140570
- Rush
- IN
- US
- 39.62
- -85.48
- 0
- 0
- IND
-
-
- KYZ031
- 170310
- Oldham
- KY
- US
- 38.42
- -85.47
- 0
- 0
- LMK
-
-
- INZ079
- 140790
- Jefferson
- IN
- US
- 38.75
- -85.45
- 0
- 0
- LMK
-
-
- KYZ045
- 170450
- Nelson
- KY
- US
- 37.76
- -85.45
- 0
- 0
- LMK
-
-
- TNZ032
- 420320
- Putnam
- TN
- US
- 36.15
- -85.45
- 0
- 0
- OHX
-
-
- ALZ029
- 10290
- Randolph
- AL
- US
- 33.31
- -85.44
- 0
- 0
- BMX
-
-
- TNZ065
- 420650
- White
- TN
- US
- 35.94
- -85.44
- 0
- 0
- OHX
-
-
- INZ006
- 140060
- Lagrange
- IN
- US
- 41.65
- -85.43
- 0
- 0
- IWX
-
-
- INZ008
- 140080
- Noble
- IN
- US
- 41.41
- -85.43
- 0
- 0
- IWX
-
-
- TNZ080
- 420800
- Van_Buren
- TN
- US
- 35.69
- -85.43
- 0
- 0
- OHX
-
-
- KYZ081
- 170810
- Cumberland
- KY
- US
- 36.78
- -85.42
- 0
- 0
- LMK
-
-
- TNZ081
- 420810
- Sequatchie
- TN
- US
- 35.36
- -85.42
- 0
- 0
- MRX
-
-
- ALZ050
- 10500
- Barbour
- AL
- US
- 31.89
- -85.40
- 0
- 0
- BMX
-
-
- INZ041
- 140410
- Delaware
- IN
- US
- 40.24
- -85.40
- 0
- 0
- IND
-
-
- INZ049
- 140490
- Henry
- IN
- US
- 39.94
- -85.40
- 0
- 0
- IND
-
-
- ALZ038
- 10380
- Chambers
- AL
- US
- 32.93
- -85.36
- 0
- 0
- BMX
-
-
- ALZ069
- 10690
- Houston
- AL
- US
- 31.16
- -85.35
- 0
- 0
- TAE
-
-
- ALZ047
- 10470
- Lee
- AL
- US
- 32.58
- -85.34
- 0
- 0
- BMX
-
-
- KYZ065
- 170650
- Taylor
- KY
- US
- 37.33
- -85.34
- 0
- 0
- LMK
-
-
- MIZ039
- 220390
- Osceola
- MI
- US
- 43.99
- -85.33
- 0
- 0
- GRR
-
-
- MIZ045
- 220450
- Mecosta
- MI
- US
- 43.64
- -85.33
- 0
- 0
- GRR
-
-
- INZ033
- 140330
- Blackford
- IN
- US
- 40.49
- -85.32
- 0
- 0
- IWX
-
-
- GAZ011
- 100110
- Chattooga
- GA
- US
- 34.44
- -85.31
- 0
- 0
- FFC
-
-
- KYZ032
- 170320
- Trimble
- KY
- US
- 38.62
- -85.31
- 0
- 0
- LMK
-
-
- KYZ038
- 170380
- Spencer
- KY
- US
- 38.05
- -85.31
- 0
- 0
- LMK
-
-
- MIZ065
- 220650
- Barry
- MI
- US
- 42.60
- -85.31
- 0
- 0
- GRR
-
-
- GAZ002
- 100020
- Walker
- GA
- US
- 34.79
- -85.29
- 0
- 0
- FFC
-
-
- KYZ077
- 170770
- Adair
- KY
- US
- 37.12
- -85.29
- 0
- 0
- LMK
-
-
- KYZ054
- 170540
- Marion
- KY
- US
- 37.57
- -85.28
- 0
- 0
- LMK
-
-
- TNZ033
- 420330
- Overton
- TN
- US
- 36.35
- -85.28
- 0
- 0
- OHX
-
-
- INZ073
- 140730
- Ripley
- IN
- US
- 39.11
- -85.27
- 0
- 0
- ILN
-
-
- INZ026
- 140260
- Wells
- IN
- US
- 40.76
- -85.26
- 0
- 0
- IWX
-
-
- ALZ067
- 10670
- Henry
- AL
- US
- 31.55
- -85.23
- 0
- 0
- TAE
-
-
- FLZ011
- 90110
- Jackson
- FL
- US
- 30.79
- -85.23
- 0
- 0
- TAE
-
-
- GAZ019
- 100190
- Floyd
- GA
- US
- 34.34
- -85.23
- 0
- 0
- FFC
-
-
- FLZ014
- 90140
- Gulf
- FL
- US
- 29.94
- -85.22
- 0
- 0
- TAE
-
-
- KYZ034
- 170340
- Shelby
- KY
- US
- 38.20
- -85.22
- 0
- 0
- LMK
-
-
- GAZ041
- 100410
- Haralson
- GA
- US
- 33.78
- -85.21
- 0
- 0
- FFC
-
-
- KYZ046
- 170460
- Washington
- KY
- US
- 37.77
- -85.20
- 0
- 0
- LMK
-
-
- MIZ051
- 220510
- Montcalm
- MI
- US
- 43.30
- -85.20
- 0
- 0
- GRR
-
-
- TNZ099
- 420990
- Hamilton
- TN
- US
- 35.23
- -85.20
- 0
- 0
- MRX
-
-
- GAZ030
- 100300
- Polk
- GA
- US
- 34.00
- -85.17
- 0
- 0
- FFC
-
-
- INZ058
- 140580
- Fayette
- IN
- US
- 39.65
- -85.17
- 0
- 0
- ILN
-
-
- ALZ048
- 10480
- Russell
- AL
- US
- 32.29
- -85.16
- 0
- 0
- BMX
-
-
- FLZ013
- 90130
- Calhoun
- FL
- US
- 30.40
- -85.16
- 0
- 0
- TAE
-
-
- TNZ082
- 420820
- Bledsoe
- TN
- US
- 35.57
- -85.16
- 0
- 0
- MRX
-
-
- KYZ082
- 170820
- Clinton
- KY
- US
- 36.75
- -85.15
- 0
- 0
- LMK
-
-
- MIZ021
- 220210
- Antrim
- MI
- US
- 45.01
- -85.15
- 0
- 0
- APX
-
-
- KYZ089
- 170890
- Carroll
- KY
- US
- 38.68
- -85.14
- 0
- 0
- ILN
-
-
- TNZ011
- 420110
- Pickett
- TN
- US
- 36.52
- -85.14
- 0
- 0
- OHX
-
-
- GAZ003
- 100030
- Catoosa
- GA
- US
- 34.88
- -85.12
- 0
- 0
- FFC
-
-
- KYZ033
- 170330
- Henry
- KY
- US
- 38.47
- -85.12
- 0
- 0
- LMK
-
-
- GAZ052
- 100520
- Heard
- GA
- US
- 33.28
- -85.11
- 0
- 0
- FFC
-
-
- MIZ033
- 220330
- Missaukee
- MI
- US
- 44.34
- -85.10
- 0
- 0
- APX
-
-
- MIZ027
- 220270
- Kalkaska
- MI
- US
- 44.69
- -85.09
- 0
- 0
- APX
-
-
- MIZ058
- 220580
- Ionia
- MI
- US
- 42.95
- -85.08
- 0
- 0
- GRR
-
-
- GAZ042
- 100420
- Carroll
- GA
- US
- 33.62
- -85.07
- 0
- 0
- FFC
-
-
- INZ018
- 140180
- Allen
- IN
- US
- 41.11
- -85.07
- 0
- 0
- IWX
-
-
- KYZ078
- 170780
- Russell
- KY
- US
- 37.01
- -85.07
- 0
- 0
- LMK
-
-
- INZ066
- 140660
- Franklin
- IN
- US
- 39.39
- -85.06
- 0
- 0
- ILN
-
-
- MIZ019
- 220190
- Charlevoix
- MI
- US
- 45.25
- -85.06
- 0
- 0
- APX
-
-
- MIZ080
- 220800
- Branch
- MI
- US
- 41.92
- -85.06
- 0
- 0
- IWX
-
-
- GAZ066
- 100660
- Troup
- GA
- US
- 33.04
- -85.04
- 0
- 0
- FFC
-
-
- GAZ120
- 101200
- Quitman
- GA
- US
- 31.88
- -85.02
- 0
- 0
- TAE
-
-
- INZ050
- 140500
- Wayne
- IN
- US
- 39.87
- -85.02
- 0
- 0
- ILN
-
-
- INZ034
- 140340
- Jay
- IN
- US
- 40.45
- -85.01
- 0
- 0
- IWX
-
-
- INZ042
- 140420
- Randolph
- IN
- US
- 40.17
- -85.01
- 0
- 0
- IND
-
-
- MIZ073
- 220730
- Calhoun
- MI
- US
- 42.25
- -85.01
- 0
- 0
- GRR
-
-
- INZ080
- 140800
- Switzerland
- IN
- US
- 38.81
- -85.00
- 0
- 0
- ILN
-
-
- KYZ039
- 170390
- Anderson
- KY
- US
- 38.00
- -85.00
- 0
- 0
- LMK
-
-
- INZ007
- 140070
- Steuben
- IN
- US
- 41.65
- -84.99
- 0
- 0
- IWX
-
-
- INZ009
- 140090
- De_Kalb
- IN
- US
- 41.41
- -84.99
- 0
- 0
- IWX
-
-
- INZ075
- 140750
- Ohio
- IN
- US
- 38.97
- -84.99
- 0
- 0
- ILN
-
-
- MIZ015
- 220150
- Mackinac
- MI
- US
- 46.04
- -84.99
- 0
- 0
- APX
-
-
- GAZ004
- 100040
- Whitfield
- GA
- US
- 34.80
- -84.98
- 0
- 0
- FFC
-
-
- INZ074
- 140740
- Dearborn
- IN
- US
- 39.12
- -84.98
- 0
- 0
- ILN
-
-
- TNZ066
- 420660
- Cumberland
- TN
- US
- 35.96
- -84.98
- 0
- 0
- OHX
-
-
- GAZ121
- 101210
- Clay
- GA
- US
- 31.64
- -84.96
- 0
- 0
- TAE
-
-
- KYZ066
- 170660
- Casey
- KY
- US
- 37.33
- -84.95
- 0
- 0
- LMK
-
-
- MIZ016
- 220160
- Emmet
- MI
- US
- 45.53
- -84.95
- 0
- 0
- APX
-
-
- INZ027
- 140270
- Adams
- IN
- US
- 40.76
- -84.94
- 0
- 0
- IWX
-
-
- INZ059
- 140590
- Union
- IN
- US
- 39.62
- -84.93
- 0
- 0
- ILN
-
-
- GAZ078
- 100780
- Harris
- GA
- US
- 32.73
- -84.92
- 0
- 0
- FFC
-
-
- TNZ083
- 420830
- Rhea
- TN
- US
- 35.62
- -84.92
- 0
- 0
- MRX
-
-
- KYZ035
- 170350
- Franklin
- KY
- US
- 38.23
- -84.89
- 0
- 0
- LMK
-
-
- TNZ034
- 420340
- Fentress
- TN
- US
- 36.36
- -84.89
- 0
- 0
- OHX
-
-
- GAZ031
- 100310
- Paulding
- GA
- US
- 33.93
- -84.88
- 0
- 0
- FFC
-
-
- GAZ012
- 100120
- Gordon
- GA
- US
- 34.51
- -84.87
- 0
- 0
- FFC
-
-
- GAZ089
- 100890
- Muscogee
- GA
- US
- 32.49
- -84.87
- 0
- 0
- FFC
-
-
- GAZ142
- 101420
- Early
- GA
- US
- 31.30
- -84.87
- 0
- 0
- TAE
-
-
- GAZ155
- 101550
- Seminole
- GA
- US
- 30.90
- -84.87
- 0
- 0
- TAE
-
-
- KYZ047
- 170470
- Mercer
- KY
- US
- 37.82
- -84.87
- 0
- 0
- LMK
-
-
- KYZ055
- 170550
- Boyle
- KY
- US
- 37.63
- -84.86
- 0
- 0
- LMK
-
-
- FLZ026
- 90260
- Liberty
- FL
- US
- 30.29
- -84.85
- 0
- 0
- TAE
-
-
- GAZ102
- 101020
- Stewart
- GA
- US
- 32.07
- -84.85
- 0
- 0
- FFC
-
-
- KYZ090
- 170900
- Gallatin
- KY
- US
- 38.77
- -84.85
- 0
- 0
- ILN
-
-
- MIZ040
- 220400
- Clare
- MI
- US
- 43.99
- -84.85
- 0
- 0
- GRR
-
-
- MIZ046
- 220460
- Isabella
- MI
- US
- 43.64
- -84.85
- 0
- 0
- GRR
-
-
- TNZ100
- 421000
- Bradley
- TN
- US
- 35.18
- -84.85
- 0
- 0
- MRX
-
-
- GAZ020
- 100200
- Bartow
- GA
- US
- 34.25
- -84.84
- 0
- 0
- FFC
-
-
- MIZ066
- 220660
- Eaton
- MI
- US
- 42.60
- -84.84
- 0
- 0
- GRR
-
-
- KYZ083
- 170830
- Wayne
- KY
- US
- 36.80
- -84.83
- 0
- 0
- JKL
-
-
- KYZ094
- 170940
- Owen
- KY
- US
- 38.53
- -84.83
- 0
- 0
- ILN
-
-
- GAZ090
- 100900
- Chattahoochee
- GA
- US
- 32.38
- -84.82
- 0
- 0
- FFC
-
-
- TNZ084
- 420840
- Meigs
- TN
- US
- 35.52
- -84.82
- 0
- 0
- MRX
-
-
- FLZ015
- 90150
- Franklin
- FL
- US
- 29.80
- -84.77
- 0
- 0
- TAE
-
-
- GAZ005
- 100050
- Murray
- GA
- US
- 34.79
- -84.76
- 0
- 0
- FFC
-
-
- KYZ040
- 170400
- Woodford
- KY
- US
- 38.02
- -84.76
- 0
- 0
- LMK
-
-
- GAZ053
- 100530
- Coweta
- GA
- US
- 33.35
- -84.75
- 0
- 0
- FFC
-
-
- KYZ091
- 170910
- Boone
- KY
- US
- 38.96
- -84.75
- 0
- 0
- ILN
-
-
- GAZ043
- 100430
- Douglas
- GA
- US
- 33.69
- -84.74
- 0
- 0
- FFC
-
-
- GAZ122
- 101220
- Randolph
- GA
- US
- 31.77
- -84.74
- 0
- 0
- TAE
-
-
- GAZ143
- 101430
- Miller
- GA
- US
- 31.17
- -84.72
- 0
- 0
- TAE
-
-
- GAZ067
- 100670
- Meriwether
- GA
- US
- 33.03
- -84.67
- 0
- 0
- FFC
-
-
- KYZ067
- 170670
- Lincoln
- KY
- US
- 37.44
- -84.66
- 0
- 0
- LMK
-
-
- OHZ060
- 350600
- Preble
- OH
- US
- 39.74
- -84.65
- 0
- 0
- ILN
-
-
- KYZ095
- 170950
- Grant
- KY
- US
- 38.64
- -84.64
- 0
- 0
- ILN
-
-
- TNZ085
- 420850
- McMinn
- TN
- US
- 35.45
- -84.63
- 0
- 0
- MRX
-
-
- GAZ123
- 101230
- Calhoun
- GA
- US
- 31.54
- -84.62
- 0
- 0
- TAE
-
-
- GAZ156
- 101560
- Decatur
- GA
- US
- 30.89
- -84.62
- 0
- 0
- TAE
-
-
- MIZ022
- 220220
- Otsego
- MI
- US
- 45.03
- -84.62
- 0
- 0
- APX
-
-
- OHZ034
- 350340
- Mercer
- OH
- US
- 40.54
- -84.62
- 0
- 0
- ILN
-
-
- OHZ042
- 350420
- Darke
- OH
- US
- 40.14
- -84.62
- 0
- 0
- ILN
-
-
- TNZ035
- 420350
- Morgan
- TN
- US
- 36.14
- -84.62
- 0
- 0
- MRX
-
-
- FLZ016
- 90160
- Gadsden
- FL
- US
- 30.56
- -84.61
- 0
- 0
- TAE
-
-
- KYZ079
- 170790
- Pulaski
- KY
- US
- 37.12
- -84.61
- 0
- 0
- JKL
-
-
- MIZ028
- 220280
- Crawford
- MI
- US
- 44.69
- -84.61
- 0
- 0
- APX
-
-
- MIZ034
- 220340
- Roscommon
- MI
- US
- 44.34
- -84.61
- 0
- 0
- APX
-
-
- MIZ052
- 220520
- Gratiot
- MI
- US
- 43.30
- -84.61
- 0
- 0
- GRR
-
-
- MIZ059
- 220590
- Clinton
- MI
- US
- 42.95
- -84.60
- 0
- 0
- GRR
-
-
- MIZ081
- 220810
- Hillsdale
- MI
- US
- 41.89
- -84.60
- 0
- 0
- IWX
-
-
- GAZ044
- 100440
- South_Fulton
- GA
- US
- 33.62
- -84.59
- 0
- 0
- FFC
-
-
- KYZ036
- 170360
- Scott
- KY
- US
- 38.30
- -84.59
- 0
- 0
- LMK
-
-
- KYZ048
- 170480
- Jessamine
- KY
- US
- 37.87
- -84.59
- 0
- 0
- LMK
-
-
- OHZ070
- 350700
- Butler
- OH
- US
- 39.44
- -84.58
- 0
- 0
- ILN
-
-
- OHZ015
- 350150
- Paulding
- OH
- US
- 41.12
- -84.57
- 0
- 0
- IWX
-
-
- OHZ024
- 350240
- Van_Wert
- OH
- US
- 40.84
- -84.57
- 0
- 0
- IWX
-
-
- TNZ101
- 421010
- West_Polk
- TN
- US
- 35.14
- -84.57
- 0
- 0
- MRX
-
-
- GAZ032
- 100320
- Cobb
- GA
- US
- 33.93
- -84.56
- 0
- 0
- FFC
-
-
- OHZ001
- 350010
- Williams
- OH
- US
- 41.57
- -84.56
- 0
- 0
- IWX
-
-
- KYZ056
- 170560
- Garrard
- KY
- US
- 37.65
- -84.55
- 0
- 0
- LMK
-
-
- GAZ103
- 101030
- Webster
- GA
- US
- 32.07
- -84.54
- 0
- 0
- FFC
-
-
- OHZ077
- 350770
- Hamilton
- OH
- US
- 39.16
- -84.54
- 0
- 0
- ILN
-
-
- GAZ091
- 100910
- Marion
- GA
- US
- 32.35
- -84.52
- 0
- 0
- FFC
-
-
- KYZ084
- 170840
- McCreary
- KY
- US
- 36.78
- -84.52
- 0
- 0
- JKL
-
-
- KYZ092
- 170920
- Kenton
- KY
- US
- 38.94
- -84.52
- 0
- 0
- ILN
-
-
- TNZ067
- 420670
- Roane
- TN
- US
- 35.85
- -84.52
- 0
- 0
- MRX
-
-
- OHZ004
- 350040
- Defiance
- OH
- US
- 41.29
- -84.51
- 0
- 0
- IWX
-
-
- TNZ012
- 420120
- Scott
- TN
- US
- 36.39
- -84.51
- 0
- 0
- MRX
-
-
- GAZ054
- 100540
- Fayette
- GA
- US
- 33.41
- -84.49
- 0
- 0
- FFC
-
-
- GAZ079
- 100790
- Talbot
- GA
- US
- 32.70
- -84.49
- 0
- 0
- FFC
-
-
- KYZ041
- 170410
- Fayette
- KY
- US
- 38.03
- -84.48
- 0
- 0
- LMK
-
-
- MIZ017
- 220170
- Cheboygan
- MI
- US
- 45.49
- -84.47
- 0
- 0
- APX
-
-
- GAZ013
- 100130
- Pickens
- GA
- US
- 34.47
- -84.46
- 0
- 0
- FFC
-
-
- GAZ021
- 100210
- Cherokee
- GA
- US
- 34.25
- -84.46
- 0
- 0
- FFC
-
-
- TNZ102
- 421020
- East_Polk
- TN
- US
- 35.12
- -84.44
- 0
- 0
- MRX
-
-
- MIZ074
- 220740
- Jackson
- MI
- US
- 42.25
- -84.43
- 0
- 0
- GRR
-
-
- GAZ007
- 100070
- Gilmer
- GA
- US
- 34.70
- -84.42
- 0
- 0
- FFC
-
-
- GAZ124
- 101240
- Terrell
- GA
- US
- 31.79
- -84.42
- 0
- 0
- TAE
-
-
- FLZ027
- 90270
- Wakulla
- FL
- US
- 30.14
- -84.40
- 0
- 0
- TAE
-
-
- GAZ068
- 100680
- Pike
- GA
- US
- 33.09
- -84.39
- 0
- 0
- FFC
-
-
- GAZ144
- 101440
- Baker
- GA
- US
- 31.27
- -84.39
- 0
- 0
- TAE
-
-
- MIZ041
- 220410
- Gladwin
- MI
- US
- 43.99
- -84.39
- 0
- 0
- APX
-
-
- MIZ047
- 220470
- Midland
- MI
- US
- 43.65
- -84.39
- 0
- 0
- DTX
-
-
- KYZ093
- 170930
- Campbell
- KY
- US
- 38.96
- -84.37
- 0
- 0
- ILN
-
-
- KYZ096
- 170960
- Pendleton
- KY
- US
- 38.70
- -84.37
- 0
- 0
- ILN
-
-
- MIZ067
- 220670
- Ingham
- MI
- US
- 42.60
- -84.37
- 0
- 0
- GRR
-
-
- GAZ033
- 100330
- North_Fulton
- GA
- US
- 33.92
- -84.35
- 0
- 0
- FFC
-
-
- GAZ055
- 100550
- Clayton
- GA
- US
- 33.50
- -84.35
- 0
- 0
- FFC
-
-
- MIZ008
- 220080
- Chippewa
- MI
- US
- 46.34
- -84.35
- 0
- 0
- APX
-
-
- TNZ068
- 420680
- Loudon
- TN
- US
- 35.76
- -84.35
- 0
- 0
- MRX
-
-
- FLZ017
- 90170
- Leon
- FL
- US
- 30.49
- -84.34
- 0
- 0
- TAE
-
-
- KYZ037
- 170370
- Harrison
- KY
- US
- 38.43
- -84.33
- 0
- 0
- LMK
-
-
- KYZ068
- 170680
- Rockcastle
- KY
- US
- 37.35
- -84.33
- 0
- 0
- JKL
-
-
- GAZ069
- 100690
- Upson
- GA
- US
- 32.85
- -84.32
- 0
- 0
- FFC
-
-
- KYZ057
- 170570
- Madison
- KY
- US
- 37.72
- -84.31
- 0
- 0
- LMK
-
-
- GAZ092
- 100920
- Schley
- GA
- US
- 32.29
- -84.30
- 0
- 0
- FFC
-
-
- GAZ056
- 100560
- Spalding
- GA
- US
- 33.27
- -84.29
- 0
- 0
- FFC
-
-
- TNZ086
- 420860
- Northwest_Monroe
- TN
- US
- 35.46
- -84.28
- 0
- 0
- MRX
-
-
- OHZ061
- 350610
- Montgomery
- OH
- US
- 39.75
- -84.27
- 0
- 0
- ILN
-
-
- GAZ145
- 101450
- Mitchell
- GA
- US
- 31.26
- -84.25
- 0
- 0
- TAE
-
-
- GAZ080
- 100800
- Taylor
- GA
- US
- 32.55
- -84.23
- 0
- 0
- FFC
-
-
- GAZ006
- 100060
- Fannin
- GA
- US
- 34.80
- -84.22
- 0
- 0
- FFC
-
-
- GAZ157
- 101570
- Grady
- GA
- US
- 30.88
- -84.22
- 0
- 0
- TAE
-
-
- OHZ051
- 350510
- Miami
- OH
- US
- 40.04
- -84.22
- 0
- 0
- ILN
-
-
- GAZ125
- 101250
- Dougherty
- GA
- US
- 31.55
- -84.21
- 0
- 0
- TAE
-
-
- KYZ042
- 170420
- Bourbon
- KY
- US
- 38.22
- -84.21
- 0
- 0
- LMK
-
-
- OHZ043
- 350430
- Shelby
- OH
- US
- 40.33
- -84.21
- 0
- 0
- ILN
-
-
- TNZ036
- 420360
- Anderson
- TN
- US
- 36.10
- -84.20
- 0
- 0
- MRX
-
-
- GAZ045
- 100450
- DeKalb
- GA
- US
- 33.79
- -84.19
- 0
- 0
- FFC
-
-
- GAZ104
- 101040
- Sumter
- GA
- US
- 32.05
- -84.18
- 0
- 0
- FFC
-
-
- KYZ049
- 170490
- Clark
- KY
- US
- 37.97
- -84.17
- 0
- 0
- LMK
-
-
- OHZ071
- 350710
- Warren
- OH
- US
- 39.42
- -84.17
- 0
- 0
- ILN
-
-
- OHZ035
- 350350
- Auglaize
- OH
- US
- 40.52
- -84.16
- 0
- 0
- ILN
-
-
- GAZ014
- 100140
- Dawson
- GA
- US
- 34.48
- -84.15
- 0
- 0
- FFC
-
-
- GAZ070
- 100700
- Lamar
- GA
- US
- 33.06
- -84.15
- 0
- 0
- FFC
-
-
- MIZ060
- 220600
- Shiawassee
- MI
- US
- 42.96
- -84.15
- 0
- 0
- DTX
-
-
- OHZ078
- 350780
- Clermont
- OH
- US
- 39.02
- -84.15
- 0
- 0
- ILN
-
-
- TNZ087
- 420870
- Southeast_Monroe
- TN
- US
- 35.38
- -84.15
- 0
- 0
- MRX
-
-
- GAZ057
- 100570
- Henry
- GA
- US
- 33.48
- -84.14
- 0
- 0
- FFC
-
-
- TNZ013
- 420130
- Campbell
- TN
- US
- 36.39
- -84.14
- 0
- 0
- MRX
-
-
- GAZ126
- 101260
- Lee
- GA
- US
- 31.77
- -84.13
- 0
- 0
- TAE
-
-
- MIZ023
- 220230
- Montmorency
- MI
- US
- 45.03
- -84.13
- 0
- 0
- APX
-
-
- MIZ029
- 220290
- Oscoda
- MI
- US
- 44.68
- -84.13
- 0
- 0
- APX
-
-
- MIZ035
- 220350
- Ogemaw
- MI
- US
- 44.34
- -84.13
- 0
- 0
- APX
-
-
- OHZ016
- 350160
- Putnam
- OH
- US
- 41.01
- -84.13
- 0
- 0
- IWX
-
-
- OHZ025
- 350250
- Allen
- OH
- US
- 40.78
- -84.13
- 0
- 0
- IWX
-
-
- KYZ080
- 170800
- Laurel
- KY
- US
- 37.13
- -84.12
- 0
- 0
- JKL
-
-
- KYZ085
- 170850
- Whitley
- KY
- US
- 36.78
- -84.12
- 0
- 0
- JKL
-
-
- OHZ002
- 350020
- Fulton
- OH
- US
- 41.60
- -84.12
- 0
- 0
- IWX
-
-
- OHZ005
- 350050
- Henry
- OH
- US
- 41.32
- -84.10
- 0
- 0
- IWX
-
-
- GAZ022
- 100220
- Forsyth
- GA
- US
- 34.19
- -84.09
- 0
- 0
- FFC
-
-
- KYZ097
- 170970
- Bracken
- KY
- US
- 38.68
- -84.08
- 0
- 0
- ILN
-
-
- KYZ098
- 170980
- Robertson
- KY
- US
- 38.51
- -84.08
- 0
- 0
- ILN
-
-
- MIZ082
- 220820
- Lenawee
- MI
- US
- 41.90
- -84.07
- 0
- 0
- DTX
-
-
- MIZ048
- 220480
- Bay
- MI
- US
- 43.74
- -84.06
- 0
- 0
- DTX
-
-
- GAZ046
- 100460
- Rockdale
- GA
- US
- 33.66
- -84.04
- 0
- 0
- FFC
-
-
- GAZ093
- 100930
- Macon
- GA
- US
- 32.35
- -84.04
- 0
- 0
- FFC
-
-
- GAZ034
- 100340
- Gwinnett
- GA
- US
- 33.96
- -84.03
- 0
- 0
- FFC
-
-
- MIZ053
- 220530
- Saginaw
- MI
- US
- 43.35
- -84.03
- 0
- 0
- DTX
-
-
- KYZ043
- 170430
- Nicholas
- KY
- US
- 38.33
- -84.02
- 0
- 0
- LMK
-
-
- GAZ015
- 100150
- Lumpkin
- GA
- US
- 34.57
- -84.01
- 0
- 0
- FFC
-
-
- NCZ060
- 330600
- Cherokee
- NC
- US
- 35.14
- -84.01
- 0
- 0
- MRX
-
-
- KYZ069
- 170690
- Jackson
- KY
- US
- 37.42
- -84.00
- 0
- 0
- JKL
-
-
- GAZ008
- 100080
- Union
- GA
- US
- 34.81
- -83.98
- 0
- 0
- FFC
-
-
- GAZ058
- 100580
- Butts
- GA
- US
- 33.32
- -83.97
- 0
- 0
- FFC
-
-
- GAZ081
- 100810
- Crawford
- GA
- US
- 32.69
- -83.97
- 0
- 0
- FFC
-
-
- TNZ069
- 420690
- Knox
- TN
- US
- 35.99
- -83.96
- 0
- 0
- MRX
-
-
- KYZ058
- 170580
- Estill
- KY
- US
- 37.70
- -83.93
- 0
- 0
- JKL
-
-
- GAZ071
- 100710
- Monroe
- GA
- US
- 33.02
- -83.92
- 0
- 0
- FFC
-
-
- GAZ158
- 101580
- Thomas
- GA
- US
- 30.87
- -83.92
- 0
- 0
- TAE
-
-
- KYZ050
- 170500
- Montgomery
- KY
- US
- 38.05
- -83.92
- 0
- 0
- JKL
-
-
- TNZ071
- 420710
- NW_Blount
- TN
- US
- 35.71
- -83.92
- 0
- 0
- MRX
-
-
- MIZ068
- 220680
- Livingston
- MI
- US
- 42.61
- -83.91
- 0
- 0
- DTX
-
-
- OHZ062
- 350620
- Greene
- OH
- US
- 39.70
- -83.88
- 0
- 0
- ILN
-
-
- MIZ042
- 220420
- Arenac
- MI
- US
- 44.04
- -83.87
- 0
- 0
- APX
-
-
- GAZ048
- 100480
- Newton
- GA
- US
- 33.56
- -83.86
- 0
- 0
- FFC
-
-
- GAZ094
- 100940
- Peach
- GA
- US
- 32.56
- -83.86
- 0
- 0
- FFC
-
-
- OHZ079
- 350790
- Brown
- OH
- US
- 38.95
- -83.86
- 0
- 0
- ILN
-
-
- FLZ018
- 90180
- Jefferson
- FL
- US
- 30.38
- -83.84
- 0
- 0
- TAE
-
-
- GAZ023
- 100230
- Hall
- GA
- US
- 34.30
- -83.84
- 0
- 0
- FFC
-
-
- GAZ127
- 101270
- Worth
- GA
- US
- 31.59
- -83.84
- 0
- 0
- TAE
-
-
- KYZ059
- 170590
- Powell
- KY
- US
- 37.83
- -83.84
- 0
- 0
- JKL
-
-
- KYZ086
- 170860
- Knox
- KY
- US
- 36.87
- -83.84
- 0
- 0
- JKL
-
-
- MIZ075
- 220750
- Washtenaw
- MI
- US
- 42.26
- -83.84
- 0
- 0
- DTX
-
-
- TNZ037
- 420370
- Union
- TN
- US
- 36.30
- -83.84
- 0
- 0
- MRX
-
-
- TNZ072
- 420720
- Blount_Smoky_Mountains
- TN
- US
- 35.57
- -83.84
- 0
- 0
- MRX
-
-
- GAZ105
- 101050
- Dooly
- GA
- US
- 32.16
- -83.82
- 0
- 0
- FFC
-
-
- KYZ099
- 170990
- Mason
- KY
- US
- 38.62
- -83.82
- 0
- 0
- ILN
-
-
- MIZ018
- 220180
- Presque_Isle
- MI
- US
- 45.42
- -83.82
- 0
- 0
- APX
-
-
- NCZ058
- 330580
- Graham
- NC
- US
- 35.34
- -83.81
- 0
- 0
- GSP
-
-
- OHZ072
- 350720
- Clinton
- OH
- US
- 39.39
- -83.79
- 0
- 0
- ILN
-
-
- GAZ106
- 101060
- Crisp
- GA
- US
- 31.91
- -83.78
- 0
- 0
- FFC
-
-
- OHZ053
- 350530
- Clark
- OH
- US
- 39.90
- -83.78
- 0
- 0
- ILN
-
-
- OHZ044
- 350440
- Logan
- OH
- US
- 40.38
- -83.76
- 0
- 0
- ILN
-
-
- OHZ052
- 350520
- Champaign
- OH
- US
- 40.14
- -83.76
- 0
- 0
- ILN
-
-
- GAZ016
- 100160
- White
- GA
- US
- 34.65
- -83.75
- 0
- 0
- FFC
-
-
- GAZ047
- 100470
- Walton
- GA
- US
- 33.76
- -83.75
- 0
- 0
- FFC
-
-
- GAZ146
- 101460
- Colquitt
- GA
- US
- 31.18
- -83.75
- 0
- 0
- TAE
-
-
- NCZ061
- 330610
- Clay
- NC
- US
- 35.07
- -83.75
- 0
- 0
- MRX
-
-
- GAZ009
- 100090
- Towns
- GA
- US
- 34.89
- -83.74
- 0
- 0
- FFC
-
-
- KYZ116
- 171160
- Clay
- KY
- US
- 37.15
- -83.74
- 0
- 0
- JKL
-
-
- OHZ003
- 350030
- Lucas
- OH
- US
- 41.57
- -83.74
- 0
- 0
- CLE
-
-
- KYZ051
- 170510
- Bath
- KY
- US
- 38.15
- -83.73
- 0
- 0
- JKL
-
-
- KYZ044
- 170440
- Fleming
- KY
- US
- 38.36
- -83.72
- 0
- 0
- JKL
-
-
- KYZ111
- 171110
- Lee
- KY
- US
- 37.60
- -83.72
- 0
- 0
- JKL
-
-
- KYZ087
- 170870
- Bell
- KY
- US
- 36.77
- -83.71
- 0
- 0
- JKL
-
-
- KYZ114
- 171140
- Owsley
- KY
- US
- 37.40
- -83.71
- 0
- 0
- JKL
-
-
- GAZ035
- 100350
- Barrow
- GA
- US
- 34.01
- -83.70
- 0
- 0
- FFC
-
-
- GAZ059
- 100590
- Jasper
- GA
- US
- 33.33
- -83.69
- 0
- 0
- FFC
-
-
- GAZ082
- 100820
- Bibb
- GA
- US
- 32.80
- -83.69
- 0
- 0
- FFC
-
-
- MIZ061
- 220610
- Genesee
- MI
- US
- 43.00
- -83.69
- 0
- 0
- DTX
-
-
- TNZ014
- 420140
- Claiborne
- TN
- US
- 36.47
- -83.69
- 0
- 0
- MRX
-
-
- GAZ095
- 100950
- Houston
- GA
- US
- 32.49
- -83.67
- 0
- 0
- FFC
-
-
- FLZ028
- 90280
- Taylor
- FL
- US
- 29.99
- -83.65
- 0
- 0
- TAE
-
-
- OHZ026
- 350260
- Hardin
- OH
- US
- 40.66
- -83.65
- 0
- 0
- ILN
-
-
- OHZ006
- 350060
- Wood
- OH
- US
- 41.39
- -83.64
- 0
- 0
- CLE
-
-
- OHZ017
- 350170
- Hancock
- OH
- US
- 40.99
- -83.64
- 0
- 0
- CLE
-
-
- GAZ128
- 101280
- Turner
- GA
- US
- 31.71
- -83.63
- 0
- 0
- TAE
-
-
- KYZ060
- 170600
- Menifee
- KY
- US
- 37.94
- -83.61
- 0
- 0
- JKL
-
-
- OHZ080
- 350800
- Highland
- OH
- US
- 39.20
- -83.61
- 0
- 0
- ILN
-
-
- MIZ036
- 220360
- Iosco
- MI
- US
- 44.34
- -83.60
- 0
- 0
- APX
-
-
- GAZ025
- 100250
- Jackson
- GA
- US
- 34.13
- -83.59
- 0
- 0
- FFC
-
-
- MIZ030
- 220300
- Alcona
- MI
- US
- 44.69
- -83.59
- 0
- 0
- APX
-
-
- GAZ072
- 100720
- Jones
- GA
- US
- 33.01
- -83.58
- 0
- 0
- FFC
-
-
- NCZ051
- 330510
- Swain
- NC
- US
- 35.48
- -83.56
- 0
- 0
- GSP
-
-
- GAZ159
- 101590
- Brooks
- GA
- US
- 30.85
- -83.55
- 0
- 0
- TAE
-
-
- MIZ024
- 220240
- Alpena
- MI
- US
- 45.03
- -83.54
- 0
- 0
- APX
-
-
- TNZ073
- 420730
- North_Sevier
- TN
- US
- 35.87
- -83.53
- 0
- 0
- MRX
-
-
- GAZ017
- 100170
- Habersham
- GA
- US
- 34.63
- -83.51
- 0
- 0
- GSP
-
-
- GAZ024
- 100240
- Banks
- GA
- US
- 34.35
- -83.50
- 0
- 0
- FFC
-
-
- GAZ129
- 101290
- Tift
- GA
- US
- 31.46
- -83.50
- 0
- 0
- TAE
-
-
- TNZ038
- 420380
- Grainger
- TN
- US
- 36.25
- -83.50
- 0
- 0
- MRX
-
-
- FLZ019
- 90190
- Madison
- FL
- US
- 30.46
- -83.49
- 0
- 0
- TAE
-
-
- OHZ081
- 350810
- Adams
- OH
- US
- 38.82
- -83.49
- 0
- 0
- ILN
-
-
- GAZ049
- 100490
- Morgan
- GA
- US
- 33.62
- -83.48
- 0
- 0
- FFC
-
-
- KYZ108
- 171080
- Wolfe
- KY
- US
- 37.75
- -83.48
- 0
- 0
- JKL
-
-
- MIZ083
- 220830
- Monroe
- MI
- US
- 41.91
- -83.48
- 0
- 0
- DTX
-
-
- TNZ070
- 420700
- Jefferson
- TN
- US
- 36.04
- -83.47
- 0
- 0
- MRX
-
-
- GAZ037
- 100370
- Oconee
- GA
- US
- 33.83
- -83.46
- 0
- 0
- FFC
-
-
- GAZ107
- 101070
- Pulaski
- GA
- US
- 32.25
- -83.46
- 0
- 0
- FFC
-
-
- OHZ063
- 350630
- Fayette
- OH
- US
- 39.54
- -83.46
- 0
- 0
- ILN
-
-
- TNZ074
- 420740
- Sevier_Smoky_Mountains
- TN
- US
- 35.69
- -83.46
- 0
- 0
- MRX
-
-
- GAZ147
- 101470
- Cook
- GA
- US
- 31.19
- -83.43
- 0
- 0
- TAE
-
-
- OHZ054
- 350540
- Madison
- OH
- US
- 39.90
- -83.43
- 0
- 0
- ILN
-
-
- KYZ052
- 170520
- Rowan
- KY
- US
- 38.21
- -83.42
- 0
- 0
- JKL
-
-
- NCZ062
- 330620
- Macon
- NC
- US
- 35.16
- -83.42
- 0
- 0
- GSP
-
-
- GAZ083
- 100830
- Twiggs
- GA
- US
- 32.67
- -83.41
- 0
- 0
- FFC
-
-
- MIZ054
- 220540
- Tuscola
- MI
- US
- 43.51
- -83.40
- 0
- 0
- DTX
-
-
- GAZ108
- 101080
- Wilcox
- GA
- US
- 31.98
- -83.39
- 0
- 0
- FFC
-
-
- MIZ069
- 220690
- Oakland
- MI
- US
- 42.66
- -83.39
- 0
- 0
- DTX
-
-
- GAZ010
- 100100
- Rabun
- GA
- US
- 34.85
- -83.38
- 0
- 0
- GSP
-
-
- GAZ036
- 100360
- Clarke
- GA
- US
- 33.95
- -83.38
- 0
- 0
- FFC
-
-
- KYZ117
- 171170
- Leslie
- KY
- US
- 37.11
- -83.36
- 0
- 0
- JKL
-
-
- OHZ045
- 350450
- Union
- OH
- US
- 40.30
- -83.36
- 0
- 0
- ILN
-
-
- GAZ060
- 100600
- Putnam
- GA
- US
- 33.32
- -83.34
- 0
- 0
- FFC
-
-
- KYZ100
- 171000
- Lewis
- KY
- US
- 38.52
- -83.34
- 0
- 0
- ILN
-
-
- GAZ096
- 100960
- Bleckley
- GA
- US
- 32.42
- -83.32
- 0
- 0
- FFC
-
-
- OHZ027
- 350270
- Wyandot
- OH
- US
- 40.84
- -83.31
- 0
- 0
- CLE
-
-
- GAZ018
- 100180
- Stephens
- GA
- US
- 34.57
- -83.29
- 0
- 0
- GSP
-
-
- KYZ112
- 171120
- Breathitt
- KY
- US
- 37.52
- -83.28
- 0
- 0
- JKL
-
-
- KYZ115
- 171150
- Perry
- KY
- US
- 37.22
- -83.28
- 0
- 0
- JKL
-
-
- TNZ039
- 420390
- Hamblen
- TN
- US
- 36.23
- -83.28
- 0
- 0
- MRX
-
-
- GAZ131
- 101310
- Irwin
- GA
- US
- 31.62
- -83.25
- 0
- 0
- TAE
-
-
- GAZ160
- 101600
- Lowndes
- GA
- US
- 30.82
- -83.25
- 0
- 0
- TAE
-
-
- GAZ073
- 100730
- Baldwin
- GA
- US
- 33.05
- -83.24
- 0
- 0
- FFC
-
-
- GAZ130
- 101300
- Ben_Hill
- GA
- US
- 31.75
- -83.24
- 0
- 0
- TAE
-
-
- GAZ026
- 100260
- Franklin
- GA
- US
- 34.39
- -83.23
- 0
- 0
- GSP
-
-
- GAZ148
- 101480
- Berrien
- GA
- US
- 31.25
- -83.23
- 0
- 0
- TAE
-
-
- KYZ106
- 171060
- Morgan
- KY
- US
- 37.92
- -83.23
- 0
- 0
- JKL
-
-
- MIZ062
- 220620
- Lapeer
- MI
- US
- 43.11
- -83.22
- 0
- 0
- DTX
-
-
- MIZ076
- 220760
- Wayne
- MI
- US
- 42.25
- -83.21
- 0
- 0
- DTX
-
-
- GAZ027
- 100270
- Madison
- GA
- US
- 34.13
- -83.19
- 0
- 0
- FFC
-
-
- KYZ088
- 170880
- Harlan
- KY
- US
- 36.85
- -83.19
- 0
- 0
- JKL
-
-
- GAZ050
- 100500
- Greene
- GA
- US
- 33.56
- -83.18
- 0
- 0
- FFC
-
-
- GAZ084
- 100840
- Wilkinson
- GA
- US
- 32.79
- -83.18
- 0
- 0
- FFC
-
-
- FLZ034
- 90340
- Dixie
- FL
- US
- 29.56
- -83.16
- 0
- 0
- TAE
-
-
- NCZ059
- 330590
- Northern_Jackson
- NC
- US
- 35.37
- -83.14
- 0
- 0
- GSP
-
-
- OHZ036
- 350360
- Marion
- OH
- US
- 40.57
- -83.14
- 0
- 0
- CLE
-
-
- TNZ015
- 420150
- Hancock
- TN
- US
- 36.50
- -83.14
- 0
- 0
- MRX
-
-
- TNZ040
- 420400
- Northwest_Cocke
- TN
- US
- 36.00
- -83.13
- 0
- 0
- MRX
-
-
- FLZ029
- 90290
- Lafayette
- FL
- US
- 30.04
- -83.12
- 0
- 0
- TAE
-
-
- GAZ109
- 101090
- Dodge
- GA
- US
- 32.17
- -83.12
- 0
- 0
- FFC
-
-
- OHZ008
- 350080
- Sandusky
- OH
- US
- 41.37
- -83.12
- 0
- 0
- CLE
-
-
- OHZ018
- 350180
- Seneca
- OH
- US
- 41.12
- -83.12
- 0
- 0
- CLE
-
-
- SCZ001
- 400010
- Oconee_Mountains
- SC
- US
- 34.83
- -83.12
- 0
- 0
- GSP
-
-
- TNZ041
- 420410
- Cocke_Smoky_Mountains
- TN
- US
- 35.86
- -83.09
- 0
- 0
- MRX
-
-
- GAZ161
- 101610
- Lanier
- GA
- US
- 31.02
- -83.08
- 0
- 0
- TAE
-
-
- KYZ104
- 171040
- Elliott
- KY
- US
- 38.14
- -83.08
- 0
- 0
- JKL
-
-
- KYZ109
- 171090
- Magoffin
- KY
- US
- 37.69
- -83.08
- 0
- 0
- JKL
-
-
- OHZ082
- 350820
- Pike
- OH
- US
- 39.07
- -83.08
- 0
- 0
- ILN
-
-
- NCZ063
- 330630
- Southern_Jackson
- NC
- US
- 35.15
- -83.07
- 0
- 0
- GSP
-
-
- OHZ073
- 350730
- Ross
- OH
- US
- 39.34
- -83.07
- 0
- 0
- ILN
-
-
- KYZ102
- 171020
- Carter
- KY
- US
- 38.34
- -83.06
- 0
- 0
- RLX
-
-
- OHZ007
- 350070
- Ottawa
- OH
- US
- 41.54
- -83.06
- 0
- 0
- CLE
-
-
- GAZ038
- 100380
- Oglethorpe
- GA
- US
- 33.87
- -83.04
- 0
- 0
- FFC
-
-
- MIZ049
- 220490
- Huron
- MI
- US
- 43.87
- -83.04
- 0
- 0
- DTX
-
-
- GAZ061
- 100610
- Hancock
- GA
- US
- 33.27
- -83.02
- 0
- 0
- FFC
-
-
- OHZ055
- 350550
- Franklin
- OH
- US
- 39.96
- -83.01
- 0
- 0
- ILN
-
-
- FLZ021
- 90210
- Suwannee
- FL
- US
- 30.17
- -83.00
- 0
- 0
- JAX
-
-
- NCZ052
- 330520
- Haywood
- NC
- US
- 35.54
- -83.00
- 0
- 0
- GSP
-
-
- OHZ064
- 350640
- Pickaway
- OH
- US
- 39.63
- -83.00
- 0
- 0
- ILN
-
-
- SCZ004
- 400040
- Greater_Oconee
- SC
- US
- 34.64
- -83.00
- 0
- 0
- GSP
-
-
- VAZ001
- 460010
- Lee
- VA
- US
- 36.74
- -83.00
- 0
- 0
- MRX
-
-
- OHZ046
- 350460
- Delaware
- OH
- US
- 40.28
- -82.99
- 0
- 0
- ILN
-
-
- FLZ020
- 90200
- Hamilton
- FL
- US
- 30.48
- -82.96
- 0
- 0
- JAX
-
-
- OHZ088
- 350880
- Scioto
- OH
- US
- 38.79
- -82.96
- 0
- 0
- ILN
-
-
- GAZ028
- 100280
- Hart
- GA
- US
- 34.35
- -82.95
- 0
- 0
- GSP
-
-
- TNZ016
- 420160
- Hawkins
- TN
- US
- 36.42
- -82.94
- 0
- 0
- MRX
-
-
- GAZ097
- 100970
- Laurens
- GA
- US
- 32.43
- -82.93
- 0
- 0
- FFC
-
-
- GAZ110
- 101100
- Telfair
- GA
- US
- 31.96
- -82.93
- 0
- 0
- FFC
-
-
- KYZ101
- 171010
- Greenup
- KY
- US
- 38.56
- -82.92
- 0
- 0
- RLX
-
-
- KYZ113
- 171130
- Knott
- KY
- US
- 37.36
- -82.92
- 0
- 0
- JKL
-
-
- MIZ070
- 220700
- Macomb
- MI
- US
- 42.68
- -82.92
- 0
- 0
- DTX
-
-
- OHZ028
- 350280
- Crawford
- OH
- US
- 40.85
- -82.91
- 0
- 0
- CLE
-
-
- GAZ149
- 101490
- Atkinson
- GA
- US
- 31.30
- -82.88
- 0
- 0
- JAX
-
-
- TNZ042
- 420420
- Northwest_Greene
- TN
- US
- 36.21
- -82.88
- 0
- 0
- MRX
-
-
- GAZ132
- 101320
- Coffee
- GA
- US
- 31.59
- -82.87
- 0
- 0
- JAX
-
-
- GAZ162
- 101620
- Echols
- GA
- US
- 30.73
- -82.86
- 0
- 0
- JAX
-
-
- KYZ118
- 171180
- Letcher
- KY
- US
- 37.12
- -82.86
- 0
- 0
- JKL
-
-
- GAZ051
- 100510
- Taliaferro
- GA
- US
- 33.59
- -82.85
- 0
- 0
- FFC
-
-
- GAZ029
- 100290
- Elbert
- GA
- US
- 34.12
- -82.84
- 0
- 0
- GSP
-
-
- KYZ107
- 171070
- Johnson
- KY
- US
- 37.86
- -82.82
- 0
- 0
- JKL
-
-
- OHZ037
- 350370
- Morrow
- OH
- US
- 40.53
- -82.82
- 0
- 0
- CLE
-
-
- FLZ035
- 90350
- Gilchrist
- FL
- US
- 29.75
- -82.81
- 0
- 0
- JAX
-
-
- MIZ055
- 220550
- Sanilac
- MI
- US
- 43.43
- -82.81
- 0
- 0
- DTX
-
-
- NCZ064
- 330640
- Transylvania
- NC
- US
- 35.22
- -82.81
- 0
- 0
- GSP
-
-
- GAZ074
- 100740
- Washington
- GA
- US
- 32.99
- -82.79
- 0
- 0
- FFC
-
-
- FLZ039
- 90390
- Levy
- FL
- US
- 29.30
- -82.78
- 0
- 0
- TBW
-
-
- TNZ043
- 420430
- Southeast_Greene
- TN
- US
- 36.01
- -82.77
- 0
- 0
- MRX
-
-
- KYZ110
- 171100
- Floyd
- KY
- US
- 37.52
- -82.76
- 0
- 0
- JKL
-
-
- GAZ111
- 101110
- Wheeler
- GA
- US
- 32.11
- -82.75
- 0
- 0
- FFC
-
-
- KYZ105
- 171050
- Lawrence
- KY
- US
- 38.08
- -82.75
- 0
- 0
- RLX
-
-
- GAZ039
- 100390
- Wilkes
- GA
- US
- 33.79
- -82.74
- 0
- 0
- FFC
-
-
- SCZ002
- 400020
- Pickens_Mountains
- SC
- US
- 34.95
- -82.73
- 0
- 0
- GSP
-
-
- FLZ050
- 90500
- Pinellas
- FL
- US
- 27.89
- -82.71
- 0
- 0
- TBW
-
-
- MIZ063
- 220630
- St._Clair
- MI
- US
- 42.85
- -82.71
- 0
- 0
- DTX
-
-
- GAZ085
- 100850
- Johnson
- GA
- US
- 32.67
- -82.70
- 0
- 0
- FFC
-
-
- KYZ103
- 171030
- Boyd
- KY
- US
- 38.37
- -82.70
- 0
- 0
- RLX
-
-
- GAZ163
- 101630
- Clinch
- GA
- US
- 30.88
- -82.69
- 0
- 0
- JAX
-
-
- SCZ005
- 400050
- Greater_Pickens
- SC
- US
- 34.79
- -82.69
- 0
- 0
- GSP
-
-
- NCZ048
- 330480
- Madison
- NC
- US
- 35.87
- -82.68
- 0
- 0
- GSP
-
-
- SCZ010
- 400100
- Anderson
- SC
- US
- 34.51
- -82.65
- 0
- 0
- GSP
-
-
- VAZ005
- 460050
- Scott
- VA
- US
- 36.74
- -82.64
- 0
- 0
- MRX
-
-
- GAZ062
- 100620
- Warren
- GA
- US
- 33.43
- -82.63
- 0
- 0
- FFC
-
-
- GAZ133
- 101330
- Jeff_Davis
- GA
- US
- 31.82
- -82.63
- 0
- 0
- JAX
-
-
- FLZ022
- 90220
- Columbia
- FL
- US
- 30.21
- -82.62
- 0
- 0
- JAX
-
-
- OHZ009
- 350090
- Erie
- OH
- US
- 41.39
- -82.62
- 0
- 0
- CLE
-
-
- OHZ083
- 350830
- Jackson
- OH
- US
- 39.02
- -82.62
- 0
- 0
- RLX
-
-
- OHZ065
- 350650
- Fairfield
- OH
- US
- 39.74
- -82.60
- 0
- 0
- ILN
-
-
- GAZ075
- 100750
- Glascock
- GA
- US
- 33.23
- -82.59
- 0
- 0
- FFC
-
-
- VAZ002
- 460020
- Wise
- VA
- US
- 37.00
- -82.59
- 0
- 0
- MRX
-
-
- OHZ019
- 350190
- Huron
- OH
- US
- 41.14
- -82.58
- 0
- 0
- CLE
-
-
- GAZ098
- 100980
- Treutlen
- GA
- US
- 32.40
- -82.56
- 0
- 0
- FFC
-
-
- OHZ087
- 350870
- Lawrence
- OH
- US
- 38.62
- -82.56
- 0
- 0
- RLX
-
-
- GAZ112
- 101120
- Montgomery
- GA
- US
- 32.15
- -82.53
- 0
- 0
- FFC
-
-
- NCZ053
- 330530
- Buncombe
- NC
- US
- 35.62
- -82.53
- 0
- 0
- GSP
-
-
- OHZ029
- 350290
- Richland
- OH
- US
- 40.77
- -82.53
- 0
- 0
- CLE
-
-
- OHZ084
- 350840
- Vinton
- OH
- US
- 39.21
- -82.51
- 0
- 0
- RLX
-
-
- KYZ119
- 171190
- Martin
- KY
- US
- 37.82
- -82.50
- 0
- 0
- JKL
-
-
- NCZ065
- 330650
- Henderson
- NC
- US
- 35.32
- -82.50
- 0
- 0
- GSP
-
-
- SCZ003
- 400030
- Greenville_Mountains
- SC
- US
- 35.09
- -82.49
- 0
- 0
- GSP
-
-
- SCZ011
- 400110
- Abbeville
- SC
- US
- 34.25
- -82.49
- 0
- 0
- GSP
-
-
- TNZ044
- 420440
- Washington
- TN
- US
- 36.27
- -82.49
- 0
- 0
- MRX
-
-
- OHZ056
- 350560
- Licking
- OH
- US
- 40.09
- -82.48
- 0
- 0
- ILN
-
-
- GAZ063
- 100630
- McDuffie
- GA
- US
- 33.49
- -82.47
- 0
- 0
- CAE
-
-
- FLZ042
- 90420
- Citrus
- FL
- US
- 28.86
- -82.46
- 0
- 0
- TBW
-
-
- OHZ047
- 350470
- Knox
- OH
- US
- 40.40
- -82.46
- 0
- 0
- CLE
-
-
- FLZ049
- 90490
- Pasco
- FL
- US
- 28.32
- -82.45
- 0
- 0
- TBW
-
-
- OHZ074
- 350740
- Hocking
- OH
- US
- 39.50
- -82.45
- 0
- 0
- ILN
-
-
- GAZ040
- 100400
- Lincoln
- GA
- US
- 33.81
- -82.44
- 0
- 0
- CAE
-
-
- GAZ076
- 100760
- Jefferson
- GA
- US
- 33.04
- -82.44
- 0
- 0
- FFC
-
-
- GAZ134
- 101340
- Bacon
- GA
- US
- 31.56
- -82.42
- 0
- 0
- JAX
-
-
- GAZ150
- 101500
- Ware
- GA
- US
- 31.02
- -82.41
- 0
- 0
- JAX
-
-
- TNZ045
- 420450
- Unicoi
- TN
- US
- 36.11
- -82.41
- 0
- 0
- MRX
-
-
- WVZ005
- 480050
- Wayne
- WV
- US
- 38.14
- -82.41
- 0
- 0
- RLX
-
-
- FLZ055
- 90550
- Manatee
- FL
- US
- 27.43
- -82.40
- 0
- 0
- TBW
-
-
- FLZ048
- 90480
- Hernando
- FL
- US
- 28.56
- -82.37
- 0
- 0
- TBW
-
-
- FLZ030
- 90300
- Union
- FL
- US
- 30.03
- -82.35
- 0
- 0
- JAX
-
-
- FLZ036
- 90360
- Alachua
- FL
- US
- 29.68
- -82.35
- 0
- 0
- JAX
-
-
- FLZ051
- 90510
- Hillsborough
- FL
- US
- 27.91
- -82.35
- 0
- 0
- TBW
-
-
- FLZ060
- 90600
- Sarasota
- FL
- US
- 27.17
- -82.35
- 0
- 0
- TBW
-
-
- KYZ120
- 171200
- Pike
- KY
- US
- 37.47
- -82.35
- 0
- 0
- JKL
-
-
- OHZ086
- 350860
- Gallia
- OH
- US
- 38.81
- -82.34
- 0
- 0
- RLX
-
-
- SCZ006
- 400060
- Greater_Greenville
- SC
- US
- 34.77
- -82.34
- 0
- 0
- GSP
-
-
- VAZ003
- 460030
- Dickenson
- VA
- US
- 37.13
- -82.34
- 0
- 0
- RLX
-
-
- GAZ113
- 101130
- Toombs
- GA
- US
- 32.13
- -82.33
- 0
- 0
- FFC
-
-
- GAZ086
- 100860
- Emanuel
- GA
- US
- 32.56
- -82.32
- 0
- 0
- FFC
-
-
- SCZ018
- 400180
- McCormick
- SC
- US
- 33.83
- -82.32
- 0
- 0
- CAE
-
-
- NCZ049
- 330490
- Yancey
- NC
- US
- 35.89
- -82.31
- 0
- 0
- GSP
-
-
- NCZ509
- 335090
- Polk_Mountains
- NC
- US
- 35.29
- -82.31
- 0
- 0
- GSP
-
-
- GAZ135
- 101350
- Appling
- GA
- US
- 31.72
- -82.30
- 0
- 0
- JAX
-
-
- OHZ030
- 350300
- Ashland
- OH
- US
- 40.81
- -82.28
- 0
- 0
- CLE
-
-
- WVZ006
- 480060
- Cabell
- WV
- US
- 38.41
- -82.27
- 0
- 0
- RLX
-
-
- TNZ017
- 420170
- Sullivan
- TN
- US
- 36.51
- -82.26
- 0
- 0
- MRX
-
-
- FLZ023
- 90230
- Baker
- FL
- US
- 30.36
- -82.25
- 0
- 0
- JAX
-
-
- GAZ064
- 100640
- Columbia
- GA
- US
- 33.53
- -82.24
- 0
- 0
- CAE
-
-
- OHZ066
- 350660
- Perry
- OH
- US
- 39.74
- -82.24
- 0
- 0
- RLX
-
-
- FLZ031
- 90310
- Bradford
- FL
- US
- 29.93
- -82.23
- 0
- 0
- JAX
-
-
- GAZ151
- 101510
- Pierce
- GA
- US
- 31.37
- -82.20
- 0
- 0
- JAX
-
-
- NCZ507
- 335070
- Rutherford_Mountains
- NC
- US
- 35.46
- -82.18
- 0
- 0
- GSP
-
-
- GAZ164
- 101640
- Charlton
- GA
- US
- 30.71
- -82.15
- 0
- 0
- JAX
-
-
- TNZ046
- 420460
- Northwest_Carter
- TN
- US
- 36.38
- -82.15
- 0
- 0
- MRX
-
-
- FLZ043
- 90430
- Sumter
- FL
- US
- 28.63
- -82.13
- 0
- 0
- TBW
-
-
- NCZ510
- 335100
- Eastern_Polk
- NC
- US
- 35.29
- -82.13
- 0
- 0
- GSP
-
-
- NCZ050
- 330500
- Mitchell
- NC
- US
- 35.98
- -82.12
- 0
- 0
- GSP
-
-
- OHZ010
- 350100
- Lorain
- OH
- US
- 41.29
- -82.11
- 0
- 0
- CLE
-
-
- TNZ047
- 420470
- Southeast_Carter
- TN
- US
- 36.23
- -82.11
- 0
- 0
- MRX
-
-
- WVZ024
- 480240
- Mingo
- WV
- US
- 37.74
- -82.11
- 0
- 0
- RLX
-
-
- NCZ505
- 335050
- McDowell_Mountains
- NC
- US
- 35.74
- -82.10
- 0
- 0
- GSP
-
-
- SCZ019
- 400190
- Greenwood
- SC
- US
- 34.18
- -82.10
- 0
- 0
- GSP
-
-
- FLZ040
- 90400
- Marion
- FL
- US
- 29.24
- -82.09
- 0
- 0
- JAX
-
-
- GAZ065
- 100650
- Richmond
- GA
- US
- 33.39
- -82.09
- 0
- 0
- CAE
-
-
- VAZ006
- 460060
- Russell
- VA
- US
- 36.93
- -82.09
- 0
- 0
- MRX
-
-
- GAZ099
- 100990
- Candler
- GA
- US
- 32.41
- -82.08
- 0
- 0
- CHS
-
-
- WVZ013
- 480130
- Lincoln
- WV
- US
- 38.16
- -82.04
- 0
- 0
- RLX
-
-
- OHZ085
- 350850
- Meigs
- OH
- US
- 39.04
- -82.03
- 0
- 0
- RLX
-
-
- OHZ075
- 350750
- Athens
- OH
- US
- 39.36
- -82.01
- 0
- 0
- RLX
-
-
- VAZ004
- 460040
- Buchanan
- VA
- US
- 37.29
- -82.01
- 0
- 0
- RLX
-
-
- GAZ114
- 101140
- Tattnall
- GA
- US
- 32.05
- -82.00
- 0
- 0
- CHS
-
-
- GAZ152
- 101520
- Brantley
- GA
- US
- 31.19
- -82.00
- 0
- 0
- JAX
-
-
- WVZ007
- 480070
- Mason
- WV
- US
- 38.75
- -82.00
- 0
- 0
- RLX
-
-
- SCZ012
- 400120
- Laurens
- SC
- US
- 34.49
- -81.98
- 0
- 0
- GSP
-
-
- FLZ062
- 90620
- Charlotte
- FL
- US
- 26.90
- -81.97
- 0
- 0
- TBW
-
-
- VAZ008
- 460080
- Washington
- VA
- US
- 36.76
- -81.97
- 0
- 0
- MRX
-
-
- GAZ087
- 100870
- Jenkins
- GA
- US
- 32.78
- -81.96
- 0
- 0
- CHS
-
-
- OHZ057
- 350570
- Muskingum
- OH
- US
- 39.96
- -81.96
- 0
- 0
- PBZ
-
-
- SCZ007
- 400070
- Spartanburg
- SC
- US
- 34.89
- -81.96
- 0
- 0
- GSP
-
-
- NCZ506
- 335060
- Eastern_McDowell
- NC
- US
- 35.64
- -81.95
- 0
- 0
- GSP
-
-
- GAZ077
- 100770
- Burke
- GA
- US
- 33.05
- -81.94
- 0
- 0
- CAE
-
-
- NCZ508
- 335080
- Greater_Rutherford
- NC
- US
- 35.39
- -81.94
- 0
- 0
- GSP
-
-
- OHZ038
- 350380
- Holmes
- OH
- US
- 40.56
- -81.93
- 0
- 0
- CLE
-
-
- FLZ065
- 90650
- Lee
- FL
- US
- 26.55
- -81.92
- 0
- 0
- TBW
-
-
- OHZ020
- 350200
- Medina
- OH
- US
- 41.13
- -81.92
- 0
- 0
- CLE
-
-
- NCZ033
- 330330
- Avery
- NC
- US
- 36.10
- -81.91
- 0
- 0
- GSP
-
-
- SCZ025
- 400250
- Edgefield
- SC
- US
- 33.76
- -81.91
- 0
- 0
- CAE
-
-
- OHZ048
- 350480
- Coshocton
- OH
- US
- 40.30
- -81.90
- 0
- 0
- PBZ
-
-
- WVZ025
- 480250
- Logan
- WV
- US
- 37.83
- -81.90
- 0
- 0
- RLX
-
-
- GAZ136
- 101360
- Wayne
- GA
- US
- 31.58
- -81.88
- 0
- 0
- JAX
-
-
- OHZ031
- 350310
- Wayne
- OH
- US
- 40.83
- -81.88
- 0
- 0
- CLE
-
-
- WVZ014
- 480140
- Putnam
- WV
- US
- 38.48
- -81.88
- 0
- 0
- RLX
-
-
- GAZ115
- 101150
- Evans
- GA
- US
- 32.16
- -81.87
- 0
- 0
- CHS
-
-
- NCZ503
- 335030
- Burke_Mountains
- NC
- US
- 35.88
- -81.85
- 0
- 0
- GSP
-
-
- TNZ018
- 420180
- Johnson
- TN
- US
- 36.44
- -81.85
- 0
- 0
- MRX
-
-
- OHZ067
- 350670
- Morgan
- OH
- US
- 39.61
- -81.83
- 0
- 0
- RLX
-
-
- FLZ032
- 90320
- Clay
- FL
- US
- 29.96
- -81.82
- 0
- 0
- JAX
-
-
- FLZ056
- 90560
- Hardee
- FL
- US
- 27.49
- -81.81
- 0
- 0
- TBW
-
-
- FLZ061
- 90610
- De_Soto
- FL
- US
- 27.19
- -81.81
- 0
- 0
- TBW
-
-
- FLZ144
- 91440
- Southern_Lake_County
- FL
- US
- 28.56
- -81.80
- 0
- 0
- MLB
-
-
- GAZ165
- 101650
- Inland_Camden
- GA
- US
- 30.95
- -81.76
- 0
- 0
- JAX
-
-
- FLZ037
- 90370
- Putnam
- FL
- US
- 29.58
- -81.75
- 0
- 0
- JAX
-
-
- FLZ024
- 90240
- Nassau
- FL
- US
- 30.54
- -81.74
- 0
- 0
- JAX
-
-
- SCZ026
- 400260
- Saluda
- SC
- US
- 33.99
- -81.74
- 0
- 0
- CAE
-
-
- FLZ069
- 90690
- Coastal_Collier_County
- FL
- US
- 26.07
- -81.73
- 0
- 0
- MFL
-
-
- GAZ100
- 101000
- Bulloch
- GA
- US
- 32.40
- -81.73
- 0
- 0
- CHS
-
-
- GAZ137
- 101370
- Long
- GA
- US
- 31.77
- -81.73
- 0
- 0
- CHS
-
-
- WVZ026
- 480260
- Boone
- WV
- US
- 38.00
- -81.72
- 0
- 0
- RLX
-
-
- FLZ025
- 90250
- Duval
- FL
- US
- 30.34
- -81.71
- 0
- 0
- JAX
-
-
- WVZ008
- 480080
- Jackson
- WV
- US
- 38.83
- -81.71
- 0
- 0
- RLX
-
-
- NCZ018
- 330180
- Watauga
- NC
- US
- 36.25
- -81.68
- 0
- 0
- RNK
-
-
- NCZ504
- 335040
- Greater_Burke
- NC
- US
- 35.72
- -81.66
- 0
- 0
- GSP
-
-
- OHZ011
- 350110
- Cuyahoga
- OH
- US
- 41.45
- -81.66
- 0
- 0
- CLE
-
-
- WVZ033
- 480330
- McDowell
- WV
- US
- 37.38
- -81.65
- 0
- 0
- RLX
-
-
- FLZ044
- 90440
- Northern_Lake_County
- FL
- US
- 29.03
- -81.64
- 0
- 0
- MLB
-
-
- SCZ013
- 400130
- Union
- SC
- US
- 34.68
- -81.64
- 0
- 0
- GSP
-
-
- GAZ088
- 100880
- Screven
- GA
- US
- 32.77
- -81.63
- 0
- 0
- CHS
-
-
- GAZ153
- 101530
- Inland_Glynn
- GA
- US
- 31.28
- -81.63
- 0
- 0
- JAX
-
-
- FLZ052
- 90520
- Polk
- FL
- US
- 28.00
- -81.62
- 0
- 0
- TBW
-
-
- SCZ008
- 400080
- Cherokee
- SC
- US
- 35.01
- -81.62
- 0
- 0
- GSP
-
-
- SCZ020
- 400200
- Newberry
- SC
- US
- 34.29
- -81.62
- 0
- 0
- CAE
-
-
- NCZ501
- 335010
- Caldwell_Mountains
- NC
- US
- 36.01
- -81.61
- 0
- 0
- GSP
-
-
- SCZ030
- 400300
- Aiken
- SC
- US
- 33.54
- -81.60
- 0
- 0
- CAE
-
-
- VAZ007
- 460070
- Tazewell
- VA
- US
- 37.14
- -81.56
- 0
- 0
- RNK
-
-
- WVZ015
- 480150
- Kanawha
- WV
- US
- 38.30
- -81.56
- 0
- 0
- RLX
-
-
- FLZ078
- 90780
- Monroe/Lower_Keys
- FL
- US
- 24.64
- -81.55
- 0
- 0
- KEY
-
-
- GAZ166
- 101660
- Coastal_Camden
- GA
- US
- 30.91
- -81.55
- 0
- 0
- JAX
-
-
- GAZ138
- 101380
- Inland_Liberty
- GA
- US
- 31.87
- -81.54
- 0
- 0
- CHS
-
-
- NCZ068
- 330680
- Cleveland
- NC
- US
- 35.36
- -81.54
- 0
- 0
- GSP
-
-
- VAZ009
- 460090
- Smyth
- VA
- US
- 36.82
- -81.54
- 0
- 0
- RNK
-
-
- WVZ034
- 480340
- Wyoming
- WV
- US
- 37.60
- -81.54
- 0
- 0
- RLX
-
-
- OHZ021
- 350210
- Summit
- OH
- US
- 41.13
- -81.53
- 0
- 0
- CLE
-
-
- NCZ502
- 335020
- Greater_Caldwell
- NC
- US
- 35.91
- -81.52
- 0
- 0
- GSP
-
-
- GAZ116
- 101160
- Inland_Bryan
- GA
- US
- 32.00
- -81.50
- 0
- 0
- CHS
-
-
- WVZ009
- 480090
- Wood
- WV
- US
- 39.22
- -81.50
- 0
- 0
- RLX
-
-
- NCZ001
- 330010
- Ashe
- NC
- US
- 36.41
- -81.49
- 0
- 0
- RNK
-
-
- OHZ039
- 350390
- Tuscarawas
- OH
- US
- 40.43
- -81.49
- 0
- 0
- PBZ
-
-
- GAZ140
- 101400
- Inland_McIntosh
- GA
- US
- 31.52
- -81.48
- 0
- 0
- CHS
-
-
- SCZ035
- 400350
- Barnwell
- SC
- US
- 33.29
- -81.48
- 0
- 0
- CAE
-
-
- OHZ058
- 350580
- Guernsey
- OH
- US
- 40.02
- -81.47
- 0
- 0
- PBZ
-
-
- OHZ068
- 350680
- Noble
- OH
- US
- 39.76
- -81.46
- 0
- 0
- PBZ
-
-
- FLZ033
- 90330
- St._Johns
- FL
- US
- 29.94
- -81.45
- 0
- 0
- JAX
-
-
- OHZ076
- 350760
- Washington
- OH
- US
- 39.43
- -81.45
- 0
- 0
- RLX
-
-
- GAZ154
- 101540
- Coastal_Glynn
- GA
- US
- 31.23
- -81.41
- 0
- 0
- JAX
-
-
- WVZ017
- 480170
- Wirt
- WV
- US
- 39.04
- -81.38
- 0
- 0
- RLX
-
-
- FLZ041
- 90410
- Inland_Volusia_County
- FL
- US
- 29.10
- -81.37
- 0
- 0
- MLB
-
-
- OHZ032
- 350320
- Stark
- OH
- US
- 40.81
- -81.36
- 0
- 0
- CLE
-
-
- SCZ040
- 400400
- Allendale
- SC
- US
- 32.95
- -81.34
- 0
- 0
- CHS
-
-
- GAZ101
- 101010
- Effingham
- GA
- US
- 32.35
- -81.33
- 0
- 0
- CHS
-
-
- GAZ141
- 101410
- Coastal_McIntosh
- GA
- US
- 31.46
- -81.33
- 0
- 0
- CHS
-
-
- WVZ016
- 480160
- Roane
- WV
- US
- 38.74
- -81.32
- 0
- 0
- RLX
-
-
- FLZ038
- 90380
- Flagler
- FL
- US
- 29.47
- -81.31
- 0
- 0
- JAX
-
-
- FLZ070
- 90700
- Inland_Collier_County
- FL
- US
- 26.16
- -81.31
- 0
- 0
- MFL
-
-
- FLZ045
- 90450
- Orange
- FL
- US
- 28.56
- -81.27
- 0
- 0
- MLB
-
-
- FLZ053
- 90530
- Osceola
- FL
- US
- 27.99
- -81.26
- 0
- 0
- MLB
-
-
- FLZ057
- 90570
- Highlands
- FL
- US
- 27.34
- -81.26
- 0
- 0
- TBW
-
-
- VAZ015
- 460150
- Grayson
- VA
- US
- 36.69
- -81.26
- 0
- 0
- RNK
-
-
- GAZ118
- 101180
- Inland_Chatham
- GA
- US
- 32.07
- -81.24
- 0
- 0
- CHS
-
-
- OHZ012
- 350120
- Lake
- OH
- US
- 41.71
- -81.24
- 0
- 0
- CLE
-
-
- SCZ027
- 400270
- Lexington
- SC
- US
- 33.92
- -81.24
- 0
- 0
- CAE
-
-
- NCZ056
- 330560
- Catawba
- NC
- US
- 35.68
- -81.23
- 0
- 0
- GSP
-
-
- NCZ069
- 330690
- Lincoln
- NC
- US
- 35.48
- -81.23
- 0
- 0
- GSP
-
-
- FLZ046
- 90460
- Seminole
- FL
- US
- 28.74
- -81.22
- 0
- 0
- MLB
-
-
- FLZ063
- 90630
- Glades
- FL
- US
- 26.99
- -81.22
- 0
- 0
- MFL
-
-
- FLZ066
- 90660
- Hendry
- FL
- US
- 26.52
- -81.22
- 0
- 0
- MFL
-
-
- WVZ035
- 480350
- Raleigh
- WV
- US
- 37.75
- -81.22
- 0
- 0
- RLX
-
-
- GAZ139
- 101390
- Coastal_Liberty
- GA
- US
- 31.66
- -81.21
- 0
- 0
- CHS
-
-
- NCZ019
- 330190
- Wilkes
- NC
- US
- 36.21
- -81.21
- 0
- 0
- RNK
-
-
- GAZ117
- 101170
- Coastal_Bryan
- GA
- US
- 31.83
- -81.20
- 0
- 0
- CHS
-
-
- OHZ013
- 350130
- Geauga
- OH
- US
- 41.53
- -81.19
- 0
- 0
- CLE
-
-
- OHZ022
- 350220
- Portage
- OH
- US
- 41.17
- -81.19
- 0
- 0
- CLE
-
-
- WVZ010
- 480100
- Pleasants
- WV
- US
- 39.37
- -81.19
- 0
- 0
- RLX
-
-
- NCZ070
- 330700
- Gaston
- NC
- US
- 35.28
- -81.18
- 0
- 0
- GSP
-
-
- SCZ009
- 400090
- York
- SC
- US
- 34.99
- -81.18
- 0
- 0
- GSP
-
-
- SCZ014
- 400140
- Chester
- SC
- US
- 34.68
- -81.18
- 0
- 0
- GSP
-
-
- NCZ035
- 330350
- Alexander
- NC
- US
- 35.90
- -81.17
- 0
- 0
- GSP
-
-
- VAZ010
- 460100
- Bland
- VA
- US
- 37.13
- -81.15
- 0
- 0
- RNK
-
-
- WVZ018
- 480180
- Calhoun
- WV
- US
- 38.83
- -81.13
- 0
- 0
- RLX
-
-
- FLZ075
- 90750
- Mainland_Monroe
- FL
- US
- 25.46
- -81.12
- 0
- 0
- MFL
-
-
- NCZ002
- 330020
- Alleghany
- NC
- US
- 36.47
- -81.12
- 0
- 0
- RNK
-
-
- SCZ042
- 400420
- Hampton
- SC
- US
- 32.79
- -81.12
- 0
- 0
- CHS
-
-
- OHZ049
- 350490
- Harrison
- OH
- US
- 40.29
- -81.10
- 0
- 0
- PBZ
-
-
- SCZ021
- 400210
- Fairfield
- SC
- US
- 34.37
- -81.10
- 0
- 0
- CAE
-
-
- WVZ042
- 480420
- Mercer
- WV
- US
- 37.42
- -81.10
- 0
- 0
- RNK
-
-
- OHZ040
- 350400
- Carroll
- OH
- US
- 40.57
- -81.09
- 0
- 0
- PBZ
-
-
- OHZ069
- 350690
- Monroe
- OH
- US
- 39.70
- -81.07
- 0
- 0
- PBZ
-
-
- WVZ019
- 480190
- Ritchie
- WV
- US
- 39.20
- -81.07
- 0
- 0
- RLX
-
-
- WVZ036
- 480360
- Fayette
- WV
- US
- 38.04
- -81.07
- 0
- 0
- RLX
-
-
- VAZ012
- 460120
- Wythe
- VA
- US
- 36.92
- -81.06
- 0
- 0
- RNK
-
-
- SCZ047
- 400470
- Inland_Jasper
- SC
- US
- 32.42
- -81.05
- 0
- 0
- CHS
-
-
- WVZ027
- 480270
- Clay
- WV
- US
- 38.47
- -81.05
- 0
- 0
- RLX
-
-
- FLZ141
- 91410
- Coastal_Volusia_County
- FL
- US
- 29.02
- -81.03
- 0
- 0
- MLB
-
-
- GAZ119
- 101190
- Coastal_Chatham
- GA
- US
- 31.91
- -81.02
- 0
- 0
- CHS
-
-
- SCZ041
- 400410
- Bamberg
- SC
- US
- 33.23
- -81.01
- 0
- 0
- CAE
-
-
- SCZ051
- 400510
- Coastal_Jasper
- SC
- US
- 32.27
- -81.00
- 0
- 0
- CHS
-
-
- OHZ059
- 350590
- Belmont
- OH
- US
- 40.00
- -80.97
- 0
- 0
- PBZ
-
-
- SCZ028
- 400280
- Richland
- SC
- US
- 34.00
- -80.97
- 0
- 0
- CAE
-
-
- FLZ077
- 90770
- Monroe/Middle_Keys
- FL
- US
- 24.76
- -80.96
- 0
- 0
- KEY
-
-
- FLZ058
- 90580
- Okeechobee
- FL
- US
- 27.38
- -80.94
- 0
- 0
- MLB
-
-
- NCZ036
- 330360
- Iredell
- NC
- US
- 35.78
- -80.90
- 0
- 0
- GSP
-
-
- WVZ011
- 480110
- Tyler
- WV
- US
- 39.45
- -80.87
- 0
- 0
- RLX
-
-
- WVZ043
- 480430
- Summers
- WV
- US
- 37.65
- -80.87
- 0
- 0
- RNK
-
-
- FLZ147
- 91470
- Northern_Brevard_County
- FL
- US
- 28.56
- -80.86
- 0
- 0
- MLB
-
-
- WVZ037
- 480370
- Nicholas
- WV
- US
- 38.32
- -80.84
- 0
- 0
- RLX
-
-
- WVZ029
- 480290
- Gilmer
- WV
- US
- 38.92
- -80.83
- 0
- 0
- RLX
-
-
- NCZ071
- 330710
- Mecklenburg
- NC
- US
- 35.26
- -80.80
- 0
- 0
- GSP
-
-
- OHZ033
- 350330
- Mahoning
- OH
- US
- 41.01
- -80.80
- 0
- 0
- CLE
-
-
- OHZ041
- 350410
- Columbiana
- OH
- US
- 40.76
- -80.80
- 0
- 0
- PBZ
-
-
- SCZ036
- 400360
- Orangeburg
- SC
- US
- 33.44
- -80.79
- 0
- 0
- CAE
-
-
- OHZ050
- 350500
- Jefferson
- OH
- US
- 40.37
- -80.77
- 0
- 0
- PBZ
-
-
- SCZ037
- 400370
- Calhoun
- SC
- US
- 33.67
- -80.77
- 0
- 0
- CAE
-
-
- OHZ014
- 350140
- Ashtabula_Inland
- OH
- US
- 41.71
- -80.76
- 0
- 0
- CLE
-
-
- OHZ023
- 350230
- Trumbull
- OH
- US
- 41.31
- -80.76
- 0
- 0
- CLE
-
-
- OHZ089
- 350890
- Ashtabula_Lakeshore
- OH
- US
- 41.88
- -80.76
- 0
- 0
- CLE
-
-
- VAZ016
- 460160
- Carroll
- VA
- US
- 36.74
- -80.75
- 0
- 0
- RNK
-
-
- WVZ028
- 480280
- Braxton
- WV
- US
- 38.71
- -80.74
- 0
- 0
- RLX
-
-
- SCZ043
- 400430
- Inland_Colleton
- SC
- US
- 32.92
- -80.73
- 0
- 0
- CHS
-
-
- WVZ020
- 480200
- Doddridge
- WV
- US
- 39.27
- -80.73
- 0
- 0
- RLX
-
-
- SCZ048
- 400480
- Beaufort
- SC
- US
- 32.39
- -80.72
- 0
- 0
- CHS
-
-
- VAZ011
- 460110
- Giles
- VA
- US
- 37.31
- -80.72
- 0
- 0
- RNK
-
-
- VAZ013
- 460130
- Pulaski
- VA
- US
- 37.06
- -80.72
- 0
- 0
- RNK
-
-
- NCZ003
- 330030
- Surry
- NC
- US
- 36.40
- -80.70
- 0
- 0
- RNK
-
-
- WVZ004
- 480040
- Marshall
- WV
- US
- 39.88
- -80.70
- 0
- 0
- PBZ
-
-
- WVZ012
- 480120
- Wetzel
- WV
- US
- 39.58
- -80.67
- 0
- 0
- PBZ
-
-
- FLZ047
- 90470
- Southern_Brevard_County
- FL
- US
- 28.08
- -80.66
- 0
- 0
- MLB
-
-
- NCZ020
- 330200
- Yadkin
- NC
- US
- 36.16
- -80.66
- 0
- 0
- RNK
-
-
- SCZ015
- 400150
- Lancaster
- SC
- US
- 34.76
- -80.66
- 0
- 0
- CAE
-
-
- FLZ174
- 91740
- Far_South_Miami-Dade_County
- FL
- US
- 25.30
- -80.63
- 0
- 0
- MFL
-
-
- WVZ003
- 480030
- Ohio
- WV
- US
- 40.11
- -80.63
- 0
- 0
- PBZ
-
-
- FLZ073
- 90730
- Inland_Miami-Dade_County
- FL
- US
- 25.69
- -80.61
- 0
- 0
- MFL
-
-
- FLZ054
- 90540
- Indian_River
- FL
- US
- 27.71
- -80.60
- 0
- 0
- MLB
-
-
- WVZ001
- 480010
- Hancock
- WV
- US
- 40.52
- -80.60
- 0
- 0
- PBZ
-
-
- WVZ002
- 480020
- Brooke
- WV
- US
- 40.28
- -80.60
- 0
- 0
- PBZ
-
-
- FLZ071
- 90710
- Inland_Broward_County
- FL
- US
- 26.15
- -80.59
- 0
- 0
- MFL
-
-
- SCZ022
- 400220
- Kershaw
- SC
- US
- 34.34
- -80.58
- 0
- 0
- CAE
-
-
- NCZ082
- 330820
- Union
- NC
- US
- 35.01
- -80.56
- 0
- 0
- GSP
-
-
- FLZ067
- 90670
- Inland_Palm_Beach_County
- FL
- US
- 26.64
- -80.54
- 0
- 0
- MFL
-
-
- NCZ072
- 330720
- Cabarrus
- NC
- US
- 35.35
- -80.54
- 0
- 0
- GSP
-
-
- WVZ044
- 480440
- Monroe
- WV
- US
- 37.55
- -80.54
- 0
- 0
- RNK
-
-
- NCZ037
- 330370
- Davie
- NC
- US
- 35.90
- -80.53
- 0
- 0
- GSP
-
-
- WVZ030
- 480300
- Lewis
- WV
- US
- 38.94
- -80.52
- 0
- 0
- RLX
-
-
- NCZ057
- 330570
- Rowan
- NC
- US
- 35.67
- -80.47
- 0
- 0
- GSP
-
-
- SCZ049
- 400490
- Coastal_Colleton
- SC
- US
- 32.61
- -80.46
- 0
- 0
- CHS
-
-
- FLZ059
- 90590
- St._Lucie
- FL
- US
- 27.38
- -80.44
- 0
- 0
- MLB
-
-
- SCZ044
- 400440
- Dorchester
- SC
- US
- 33.07
- -80.44
- 0
- 0
- CHS
-
-
- WVZ038
- 480380
- Webster
- WV
- US
- 38.49
- -80.43
- 0
- 0
- RLX
-
-
- WVZ045
- 480450
- Greenbrier
- WV
- US
- 37.98
- -80.43
- 0
- 0
- RNK
-
-
- VAZ014
- 460140
- Montgomery
- VA
- US
- 37.17
- -80.40
- 0
- 0
- RNK
-
-
- WVZ031
- 480310
- Harrison
- WV
- US
- 39.28
- -80.39
- 0
- 0
- RLX
-
-
- FLZ064
- 90640
- Martin
- FL
- US
- 27.11
- -80.38
- 0
- 0
- MLB
-
-
- FLZ076
- 90760
- Monroe/Upper_Keys
- FL
- US
- 25.15
- -80.38
- 0
- 0
- KEY
-
-
- VAZ017
- 460170
- Floyd
- VA
- US
- 36.92
- -80.37
- 0
- 0
- RNK
-
-
- PAZ020
- 380200
- Beaver
- PA
- US
- 40.67
- -80.34
- 0
- 0
- PBZ
-
-
- VAZ032
- 460320
- Patrick
- VA
- US
- 36.71
- -80.33
- 0
- 0
- RNK
-
-
- PAZ013
- 380130
- Lawrence
- PA
- US
- 40.99
- -80.31
- 0
- 0
- PBZ
-
-
- FLZ173
- 91730
- Coastal_Miami_Dade_County
- FL
- US
- 25.64
- -80.30
- 0
- 0
- MFL
-
-
- FLZ072
- 90720
- Metro_Broward_County
- FL
- US
- 26.15
- -80.28
- 0
- 0
- MFL
-
-
- FLZ074
- 90740
- Metropolitan_Miami_Dade
- FL
- US
- 25.78
- -80.28
- 0
- 0
- MFL
-
-
- NCZ073
- 330730
- Stanly
- NC
- US
- 35.33
- -80.28
- 0
- 0
- RAH
-
-
- NCZ021
- 330210
- Forsyth
- NC
- US
- 36.11
- -80.27
- 0
- 0
- RAH
-
-
- SCZ031
- 400310
- Sumter
- SC
- US
- 33.90
- -80.27
- 0
- 0
- CAE
-
-
- NCZ038
- 330380
- Davidson
- NC
- US
- 35.76
- -80.26
- 0
- 0
- RAH
-
-
- PAZ007
- 380070
- Mercer
- PA
- US
- 41.28
- -80.26
- 0
- 0
- PBZ
-
-
- NCZ004
- 330040
- Stokes
- NC
- US
- 36.40
- -80.24
- 0
- 0
- RNK
-
-
- SCZ029
- 400290
- Lee
- SC
- US
- 34.16
- -80.23
- 0
- 0
- CAE
-
-
- WVZ039
- 480390
- Upshur
- WV
- US
- 38.90
- -80.23
- 0
- 0
- RLX
-
-
- PAZ031
- 380310
- Greene
- PA
- US
- 39.87
- -80.22
- 0
- 0
- PBZ
-
-
- VAZ018
- 460180
- Craig
- VA
- US
- 37.49
- -80.22
- 0
- 0
- RNK
-
-
- WVZ021
- 480210
- Marion
- WV
- US
- 39.51
- -80.22
- 0
- 0
- PBZ
-
-
- SCZ038
- 400380
- Clarendon
- SC
- US
- 33.69
- -80.21
- 0
- 0
- CAE
-
-
- PAZ029
- 380290
- Washington
- PA
- US
- 40.22
- -80.19
- 0
- 0
- PBZ
-
-
- SCZ016
- 400160
- Chesterfield
- SC
- US
- 34.59
- -80.17
- 0
- 0
- CAE
-
-
- FLZ068
- 90680
- Metro_Palm_Beach_County
- FL
- US
- 26.64
- -80.14
- 0
- 0
- MFL
-
-
- PAZ001
- 380010
- Northern_Erie
- PA
- US
- 42.10
- -80.14
- 0
- 0
- CLE
-
-
- FLZ172
- 91720
- Coastal_Broward_County
- FL
- US
- 26.15
- -80.12
- 0
- 0
- MFL
-
-
- WVZ022
- 480220
- Monongalia
- WV
- US
- 39.58
- -80.10
- 0
- 0
- PBZ
-
-
- NCZ083
- 330830
- Anson
- NC
- US
- 35.01
- -80.09
- 0
- 0
- RAH
-
-
- PAZ002
- 380020
- Southern_Erie
- PA
- US
- 42.03
- -80.07
- 0
- 0
- CLE
-
-
- PAZ003
- 380030
- Crawford
- PA
- US
- 41.67
- -80.07
- 0
- 0
- CLE
-
-
- FLZ168
- 91680
- Coastal_Palm_Beach_County
- FL
- US
- 26.65
- -80.06
- 0
- 0
- MFL
-
-
- WVZ032
- 480320
- Taylor
- WV
- US
- 39.34
- -80.06
- 0
- 0
- RLX
-
-
- VAZ022
- 460220
- Roanoke
- VA
- US
- 37.26
- -80.05
- 0
- 0
- RNK
-
-
- PAZ021
- 380210
- Allegheny
- PA
- US
- 40.44
- -80.03
- 0
- 0
- PBZ
-
-
- WVZ040
- 480400
- Barbour
- WV
- US
- 39.12
- -80.02
- 0
- 0
- RLX
-
-
- WVZ046
- 480460
- Pocahontas
- WV
- US
- 38.39
- -80.00
- 0
- 0
- RLX
-
-
- SCZ023
- 400230
- Darlington
- SC
- US
- 34.31
- -79.98
- 0
- 0
- ILM
-
-
- VAZ019
- 460190
- Alleghany
- VA
- US
- 37.78
- -79.95
- 0
- 0
- RNK
-
-
- PAZ014
- 380140
- Butler
- PA
- US
- 40.92
- -79.93
- 0
- 0
- PBZ
-
-
- VAZ033
- 460330
- Franklin
- VA
- US
- 37.01
- -79.92
- 0
- 0
- RNK
-
-
- SCZ045
- 400450
- Berkeley
- SC
- US
- 33.17
- -79.90
- 0
- 0
- CHS
-
-
- NCZ074
- 330740
- Montgomery
- NC
- US
- 35.32
- -79.89
- 0
- 0
- RAH
-
-
- VAZ043
- 460430
- Henry
- VA
- US
- 36.70
- -79.87
- 0
- 0
- RNK
-
-
- SCZ050
- 400500
- Charleston
- SC
- US
- 32.85
- -79.86
- 0
- 0
- CHS
-
-
- WVZ047
- 480470
- Randolph
- WV
- US
- 38.75
- -79.81
- 0
- 0
- RLX
-
-
- NCZ039
- 330390
- Randolph
- NC
- US
- 35.71
- -79.80
- 0
- 0
- RAH
-
-
- NCZ022
- 330220
- Guilford
- NC
- US
- 36.07
- -79.79
- 0
- 0
- RAH
-
-
- VAZ023
- 460230
- Botetourt
- VA
- US
- 37.55
- -79.79
- 0
- 0
- RNK
-
-
- NCZ005
- 330050
- Rockingham
- NC
- US
- 36.39
- -79.77
- 0
- 0
- RNK
-
-
- NCZ084
- 330840
- Richmond
- NC
- US
- 34.99
- -79.76
- 0
- 0
- RAH
-
-
- VAZ020
- 460200
- Bath
- VA
- US
- 38.06
- -79.75
- 0
- 0
- RNK
-
-
- PAZ008
- 380080
- Venango
- PA
- US
- 41.40
- -79.74
- 0
- 0
- PBZ
-
-
- SCZ039
- 400390
- Williamsburg
- SC
- US
- 33.59
- -79.71
- 0
- 0
- ILM
-
-
- WVZ023
- 480230
- Preston
- WV
- US
- 39.46
- -79.70
- 0
- 0
- PBZ
-
-
- SCZ017
- 400170
- Marlboro
- SC
- US
- 34.55
- -79.69
- 0
- 0
- ILM
-
-
- SCZ032
- 400320
- Florence
- SC
- US
- 34.04
- -79.69
- 0
- 0
- ILM
-
-
- PAZ032
- 380320
- Fayette
- PA
- US
- 39.93
- -79.66
- 0
- 0
- PBZ
-
-
- WVZ041
- 480410
- Tucker
- WV
- US
- 39.11
- -79.57
- 0
- 0
- PBZ
-
-
- VAZ021
- 460210
- Highland
- VA
- US
- 38.39
- -79.56
- 0
- 0
- LWX
-
-
- VAZ034
- 460340
- Bedford
- VA
- US
- 37.31
- -79.52
- 0
- 0
- RNK
-
-
- NCZ085
- 330850
- Scotland
- NC
- US
- 34.84
- -79.51
- 0
- 0
- RAH
-
-
- PAZ015
- 380150
- Clarion
- PA
- US
- 41.20
- -79.46
- 0
- 0
- PBZ
-
-
- PAZ022
- 380220
- Armstrong
- PA
- US
- 40.85
- -79.46
- 0
- 0
- PBZ
-
-
- PAZ030
- 380300
- Westmoreland
- PA
- US
- 40.36
- -79.44
- 0
- 0
- PBZ
-
-
- WVZ501
- 485010
- Western_Grant
- WV
- US
- 39.20
- -79.44
- 0
- 0
- LWX
-
-
- NCZ075
- 330750
- Moore
- NC
- US
- 35.28
- -79.43
- 0
- 0
- RAH
-
-
- NYZ019
- 320190
- Chautauqua
- NY
- US
- 42.29
- -79.41
- 0
- 0
- BUF
-
-
- VAZ024
- 460240
- Rockbridge
- VA
- US
- 37.81
- -79.41
- 0
- 0
- RNK
-
-
- VAZ044
- 460440
- Pittsylvania
- VA
- US
- 36.84
- -79.41
- 0
- 0
- RNK
-
-
- NCZ023
- 330230
- Alamance
- NC
- US
- 36.04
- -79.39
- 0
- 0
- RAH
-
-
- SCZ024
- 400240
- Dillon
- SC
- US
- 34.42
- -79.36
- 0
- 0
- ILM
-
-
- SCZ033
- 400330
- Marion
- SC
- US
- 34.00
- -79.35
- 0
- 0
- ILM
-
-
- WVZ054
- 480540
- Pendleton
- WV
- US
- 38.68
- -79.35
- 0
- 0
- LWX
-
-
- NCZ006
- 330060
- Caswell
- NC
- US
- 36.39
- -79.34
- 0
- 0
- RNK
-
-
- SCZ046
- 400460
- Georgetown
- SC
- US
- 33.45
- -79.34
- 0
- 0
- ILM
-
-
- PAZ004
- 380040
- Warren
- PA
- US
- 41.81
- -79.27
- 0
- 0
- CTP
-
-
- NCZ086
- 330860
- Hoke
- NC
- US
- 35.02
- -79.24
- 0
- 0
- RAH
-
-
- PAZ009
- 380090
- Forest
- PA
- US
- 41.47
- -79.24
- 0
- 0
- PBZ
-
-
- NCZ040
- 330400
- Chatham
- NC
- US
- 35.69
- -79.23
- 0
- 0
- RAH
-
-
- MDZ001
- 200010
- Garrett
- MD
- US
- 39.46
- -79.21
- 0
- 0
- PBZ
-
-
- NCZ076
- 330760
- Lee
- NC
- US
- 35.46
- -79.17
- 0
- 0
- RAH
-
-
- WVZ502
- 485020
- Eastern_Grant
- WV
- US
- 39.06
- -79.17
- 0
- 0
- LWX
-
-
- VAZ035
- 460350
- Amherst
- VA
- US
- 37.59
- -79.16
- 0
- 0
- RNK
-
-
- PAZ023
- 380230
- Indiana
- PA
- US
- 40.64
- -79.14
- 0
- 0
- PBZ
-
-
- NCZ087
- 330870
- Robeson
- NC
- US
- 34.63
- -79.13
- 0
- 0
- ILM
-
-
- VAZ025
- 460250
- Augusta
- VA
- US
- 38.18
- -79.13
- 0
- 0
- LWX
-
-
- VAZ045
- 460450
- Campbell
- VA
- US
- 37.25
- -79.13
- 0
- 0
- RNK
-
-
- WVZ503
- 485030
- Western_Mineral
- WV
- US
- 39.40
- -79.13
- 0
- 0
- LWX
-
-
- NCZ024
- 330240
- Orange
- NC
- US
- 36.04
- -79.11
- 0
- 0
- RAH
-
-
- PAZ033
- 380330
- Somerset
- PA
- US
- 40.00
- -79.04
- 0
- 0
- CTP
-
-
- NCZ007
- 330070
- Person
- NC
- US
- 36.39
- -78.98
- 0
- 0
- RAH
-
-
- PAZ016
- 380160
- Jefferson
- PA
- US
- 41.14
- -78.96
- 0
- 0
- PBZ
-
-
- SCZ034
- 400340
- Horry
- SC
- US
- 33.94
- -78.94
- 0
- 0
- ILM
-
-
- MDZ501
- 205010
- Extreme_Western_Allegany
- MD
- US
- 39.58
- -78.92
- 0
- 0
- LWX
-
-
- VAZ036
- 460360
- Nelson
- VA
- US
- 37.79
- -78.92
- 0
- 0
- LWX
-
-
- WVZ504
- 485040
- Eastern_Mineral
- WV
- US
- 39.44
- -78.89
- 0
- 0
- LWX
-
-
- NCZ077
- 330770
- Harnett
- NC
- US
- 35.38
- -78.88
- 0
- 0
- RAH
-
-
- VAZ058
- 460580
- Halifax
- VA
- US
- 36.80
- -78.88
- 0
- 0
- RNK
-
-
- NCZ025
- 330250
- Durham
- NC
- US
- 36.05
- -78.86
- 0
- 0
- RAH
-
-
- VAZ026
- 460260
- Rockingham
- VA
- US
- 38.53
- -78.86
- 0
- 0
- LWX
-
-
- VAZ046
- 460460
- Appomattox
- VA
- US
- 37.38
- -78.81
- 0
- 0
- RNK
-
-
- WVZ055
- 480550
- Hardy
- WV
- US
- 39.00
- -78.81
- 0
- 0
- LWX
-
-
- NCZ088
- 330880
- Cumberland
- NC
- US
- 35.04
- -78.80
- 0
- 0
- RAH
-
-
- NYZ085
- 320850
- Southern_Erie
- NY
- US
- 42.62
- -78.80
- 0
- 0
- BUF
-
-
- NYZ001
- 320010
- Niagara
- NY
- US
- 43.20
- -78.77
- 0
- 0
- BUF
-
-
- NYZ010
- 320100
- Northern_Erie
- NY
- US
- 42.94
- -78.74
- 0
- 0
- BUF
-
-
- PAZ024
- 380240
- Cambria
- PA
- US
- 40.48
- -78.71
- 0
- 0
- CTP
-
-
- NYZ020
- 320200
- Cattaraugus
- NY
- US
- 42.27
- -78.68
- 0
- 0
- BUF
-
-
- VAZ059
- 460590
- Charlotte
- VA
- US
- 36.98
- -78.68
- 0
- 0
- RNK
-
-
- PAZ010
- 380100
- Elk
- PA
- US
- 41.42
- -78.67
- 0
- 0
- CTP
-
-
- WVZ050
- 480500
- Hampshire
- WV
- US
- 39.32
- -78.66
- 0
- 0
- LWX
-
-
- MDZ502
- 205020
- Central_and_Eastern_Allegany
- MD
- US
- 39.58
- -78.65
- 0
- 0
- LWX
-
-
- NCZ008
- 330080
- Granville
- NC
- US
- 36.28
- -78.63
- 0
- 0
- RAH
-
-
- NCZ041
- 330410
- Wake
- NC
- US
- 35.79
- -78.63
- 0
- 0
- RAH
-
-
- NCZ099
- 330990
- Columbus
- NC
- US
- 34.21
- -78.61
- 0
- 0
- ILM
-
-
- PAZ005
- 380050
- McKean
- PA
- US
- 41.80
- -78.58
- 0
- 0
- CTP
-
-
- VAZ027
- 460270
- Shenandoah
- VA
- US
- 38.86
- -78.58
- 0
- 0
- LWX
-
-
- VAZ047
- 460470
- Buckingham
- VA
- US
- 37.56
- -78.55
- 0
- 0
- RNK
-
-
- NCZ096
- 330960
- Bladen
- NC
- US
- 34.61
- -78.53
- 0
- 0
- ILM
-
-
- VAZ037
- 460370
- Albemarle
- VA
- US
- 38.00
- -78.52
- 0
- 0
- LWX
-
-
- PAZ034
- 380340
- Bedford
- PA
- US
- 40.02
- -78.48
- 0
- 0
- CTP
-
-
- VAZ029
- 460290
- Page
- VA
- US
- 38.62
- -78.48
- 0
- 0
- LWX
-
-
- VAZ038
- 460380
- Greene
- VA
- US
- 38.33
- -78.47
- 0
- 0
- LWX
-
-
- VAZ060
- 460600
- Prince_Edward
- VA
- US
- 37.24
- -78.46
- 0
- 0
- AKQ
-
-
- PAZ017
- 380170
- Clearfield
- PA
- US
- 40.99
- -78.43
- 0
- 0
- CTP
-
-
- NCZ009
- 330090
- Vance
- NC
- US
- 36.35
- -78.40
- 0
- 0
- RAH
-
-
- NCZ042
- 330420
- Johnston
- NC
- US
- 35.53
- -78.39
- 0
- 0
- RAH
-
-
- NCZ089
- 330890
- Sampson
- NC
- US
- 34.93
- -78.39
- 0
- 0
- RAH
-
-
- VAZ065
- 460650
- Mecklenburg
- VA
- US
- 36.72
- -78.39
- 0
- 0
- AKQ
-
-
- PAZ025
- 380250
- Blair
- PA
- US
- 40.50
- -78.37
- 0
- 0
- CTP
-
-
- NCZ100
- 331000
- Brunswick
- NC
- US
- 34.10
- -78.30
- 0
- 0
- ILM
-
-
- VAZ028
- 460280
- Frederick
- VA
- US
- 39.23
- -78.29
- 0
- 0
- LWX
-
-
- NCZ026
- 330260
- Franklin
- NC
- US
- 36.04
- -78.28
- 0
- 0
- RAH
-
-
- VAZ048
- 460480
- Fluvanna
- VA
- US
- 37.85
- -78.28
- 0
- 0
- AKQ
-
-
- VAZ061
- 460610
- Cumberland
- VA
- US
- 37.52
- -78.28
- 0
- 0
- AKQ
-
-
- VAZ039
- 460390
- Madison
- VA
- US
- 38.43
- -78.27
- 0
- 0
- LWX
-
-
- VAZ066
- 460660
- Lunenburg
- VA
- US
- 36.95
- -78.25
- 0
- 0
- AKQ
-
-
- WVZ051
- 480510
- Morgan
- WV
- US
- 39.54
- -78.25
- 0
- 0
- LWX
-
-
- NYZ002
- 320020
- Orleans
- NY
- US
- 43.25
- -78.23
- 0
- 0
- BUF
-
-
- NYZ012
- 320120
- Wyoming
- NY
- US
- 42.70
- -78.22
- 0
- 0
- BUF
-
-
- PAZ011
- 380110
- Cameron
- PA
- US
- 41.42
- -78.21
- 0
- 0
- CTP
-
-
- VAZ030
- 460300
- Warren
- VA
- US
- 38.90
- -78.20
- 0
- 0
- LWX
-
-
- NYZ011
- 320110
- Genesee
- NY
- US
- 43.00
- -78.18
- 0
- 0
- BUF
-
-
- VAZ040
- 460400
- Rappahannock
- VA
- US
- 38.69
- -78.14
- 0
- 0
- LWX
-
-
- PAZ035
- 380350
- Fulton
- PA
- US
- 39.94
- -78.13
- 0
- 0
- CTP
-
-
- NCZ010
- 330100
- Warren
- NC
- US
- 36.37
- -78.11
- 0
- 0
- RAH
-
-
- NCZ078
- 330780
- Wayne
- NC
- US
- 35.37
- -78.06
- 0
- 0
- RAH
-
-
- VAZ050
- 460500
- Orange
- VA
- US
- 38.26
- -78.04
- 0
- 0
- LWX
-
-
- VAZ067
- 460670
- Nottoway
- VA
- US
- 37.14
- -78.03
- 0
- 0
- AKQ
-
-
- WVZ052
- 480520
- Berkeley
- WV
- US
- 39.44
- -78.03
- 0
- 0
- LWX
-
-
- NYZ021
- 320210
- Allegany
- NY
- US
- 42.26
- -78.01
- 0
- 0
- BUF
-
-
- PAZ018
- 380180
- Northern_Centre
- PA
- US
- 41.00
- -78.01
- 0
- 0
- CTP
-
-
- VAZ049
- 460490
- Louisa
- VA
- US
- 37.94
- -78.00
- 0
- 0
- AKQ
-
-
- VAZ031
- 460310
- Clarke
- VA
- US
- 39.12
- -77.99
- 0
- 0
- LWX
-
-
- NCZ027
- 330270
- Nash
- NC
- US
- 35.96
- -77.98
- 0
- 0
- RAH
-
-
- PAZ026
- 380260
- Huntingdon
- PA
- US
- 40.40
- -77.97
- 0
- 0
- CTP
-
-
- VAZ068
- 460680
- Amelia
- VA
- US
- 37.34
- -77.95
- 0
- 0
- AKQ
-
-
- NCZ043
- 330430
- Wilson
- NC
- US
- 35.71
- -77.93
- 0
- 0
- RAH
-
-
- NCZ090
- 330900
- Duplin
- NC
- US
- 34.95
- -77.93
- 0
- 0
- MHX
-
-
- VAZ051
- 460510
- Culpeper
- VA
- US
- 38.51
- -77.93
- 0
- 0
- LWX
-
-
- PAZ006
- 380060
- Potter
- PA
- US
- 41.74
- -77.91
- 0
- 0
- CTP
-
-
- VAZ062
- 460620
- Goochland
- VA
- US
- 37.73
- -77.90
- 0
- 0
- AKQ
-
-
- VAZ069
- 460690
- Powhatan
- VA
- US
- 37.55
- -77.90
- 0
- 0
- AKQ
-
-
- NCZ097
- 330970
- Pender
- NC
- US
- 34.51
- -77.89
- 0
- 0
- ILM
-
-
- NCZ101
- 331010
- New_Hanover
- NC
- US
- 34.16
- -77.88
- 0
- 0
- ILM
-
-
- WVZ053
- 480530
- Jefferson
- WV
- US
- 39.32
- -77.88
- 0
- 0
- LWX
-
-
- VAZ079
- 460790
- Brunswick
- VA
- US
- 36.79
- -77.86
- 0
- 0
- AKQ
-
-
- VAZ041
- 460410
- Fauquier
- VA
- US
- 38.71
- -77.84
- 0
- 0
- LWX
-
-
- PAZ036
- 380360
- Franklin
- PA
- US
- 40.01
- -77.78
- 0
- 0
- CTP
-
-
- NYZ013
- 320130
- Livingston
- NY
- US
- 42.73
- -77.77
- 0
- 0
- BUF
-
-
- MDZ003
- 200030
- Washington
- MD
- US
- 39.52
- -77.72
- 0
- 0
- LWX
-
-
- PAZ012
- 380120
- Northern_Clinton
- PA
- US
- 41.28
- -77.71
- 0
- 0
- CTP
-
-
- PAZ019
- 380190
- Southern_Centre
- PA
- US
- 40.89
- -77.69
- 0
- 0
- CTP
-
-
- NYZ003
- 320030
- Monroe
- NY
- US
- 43.16
- -77.68
- 0
- 0
- BUF
-
-
- VAZ056
- 460560
- Spotsylvania
- VA
- US
- 38.19
- -77.66
- 0
- 0
- LWX
-
-
- NCZ079
- 330790
- Greene
- NC
- US
- 35.50
- -77.65
- 0
- 0
- MHX
-
-
- VAZ080
- 460800
- Dinwiddie
- VA
- US
- 37.07
- -77.65
- 0
- 0
- AKQ
-
-
- VAZ042
- 460420
- Loudoun
- VA
- US
- 39.09
- -77.64
- 0
- 0
- LWX
-
-
- NCZ011
- 330110
- Halifax
- NC
- US
- 36.25
- -77.62
- 0
- 0
- RAH
-
-
- NCZ091
- 330910
- Lenoir
- NC
- US
- 35.21
- -77.61
- 0
- 0
- MHX
-
-
- PAZ027
- 380270
- Mifflin
- PA
- US
- 40.61
- -77.60
- 0
- 0
- CTP
-
-
- NCZ028
- 330280
- Edgecombe
- NC
- US
- 35.91
- -77.59
- 0
- 0
- RAH
-
-
- VAZ070
- 460700
- Chesterfield
- VA
- US
- 37.39
- -77.56
- 0
- 0
- AKQ
-
-
- VAZ087
- 460870
- Greensville
- VA
- US
- 36.72
- -77.56
- 0
- 0
- AKQ
-
-
- PAZ028
- 380280
- Juniata
- PA
- US
- 40.48
- -77.50
- 0
- 0
- CTP
-
-
- NCZ012
- 330120
- Northampton
- NC
- US
- 36.36
- -77.49
- 0
- 0
- AKQ
-
-
- VAZ052
- 460520
- Pr_William/Manassas/Manassas_Pk
- VA
- US
- 38.72
- -77.47
- 0
- 0
- LWX
-
-
- VAZ055
- 460550
- Stafford
- VA
- US
- 38.42
- -77.46
- 0
- 0
- LWX
-
-
- VAZ063
- 460630
- Hanover
- VA
- US
- 37.78
- -77.46
- 0
- 0
- AKQ
-
-
- VAZ071
- 460710
- Henrico
- VA
- US
- 37.53
- -77.42
- 0
- 0
- AKQ
-
-
- MDZ004
- 200040
- Frederick
- MD
- US
- 39.47
- -77.40
- 0
- 0
- LWX
-
-
- NCZ044
- 330440
- Pitt
- NC
- US
- 35.58
- -77.40
- 0
- 0
- MHX
-
-
- NCZ092
- 330920
- Jones
- NC
- US
- 35.01
- -77.39
- 0
- 0
- MHX
-
-
- PAZ045
- 380450
- Southern_Clinton
- PA
- US
- 41.09
- -77.39
- 0
- 0
- CTP
-
-
- NYZ022
- 320220
- Steuben
- NY
- US
- 42.29
- -77.36
- 0
- 0
- BGM
-
-
- VAZ064
- 460640
- Caroline
- VA
- US
- 38.01
- -77.36
- 0
- 0
- AKQ
-
-
- NYZ014
- 320140
- Ontario
- NY
- US
- 42.81
- -77.29
- 0
- 0
- BUF
-
-
- PAZ056
- 380560
- Perry
- PA
- US
- 40.41
- -77.29
- 0
- 0
- CTP
-
-
- VAZ053
- 460530
- Fairfax
- VA
- US
- 38.84
- -77.29
- 0
- 0
- LWX
-
-
- VAZ088
- 460880
- Sussex
- VA
- US
- 36.91
- -77.29
- 0
- 0
- AKQ
-
-
- NCZ098
- 330980
- Onslow
- NC
- US
- 34.72
- -77.26
- 0
- 0
- MHX
-
-
- PAZ037
- 380370
- Tioga
- PA
- US
- 41.77
- -77.25
- 0
- 0
- CTP
-
-
- PAZ063
- 380630
- Cumberland
- PA
- US
- 40.14
- -77.24
- 0
- 0
- CTP
-
-
- PAZ064
- 380640
- Adams
- PA
- US
- 39.90
- -77.22
- 0
- 0
- CTP
-
-
- VAZ081
- 460810
- Prince_George
- VA
- US
- 37.16
- -77.22
- 0
- 0
- AKQ
-
-
- MDZ009
- 200090
- Montgomery
- MD
- US
- 39.14
- -77.20
- 0
- 0
- LWX
-
-
- VAZ057
- 460570
- King_George
- VA
- US
- 38.28
- -77.18
- 0
- 0
- LWX
-
-
- VAZ092
- 460920
- Southampton
- VA
- US
- 36.78
- -77.16
- 0
- 0
- AKQ
-
-
- NYZ015
- 320150
- Yates
- NY
- US
- 42.61
- -77.13
- 0
- 0
- BGM
-
-
- VAZ054
- 460540
- Arlington/Falls_Ch/Alexandria
- VA
- US
- 38.86
- -77.12
- 0
- 0
- LWX
-
-
- PAZ041
- 380410
- Northern_Lycoming
- PA
- US
- 41.41
- -77.11
- 0
- 0
- CTP
-
-
- PAZ049
- 380490
- Union
- PA
- US
- 40.98
- -77.10
- 0
- 0
- CTP
-
-
- NCZ029
- 330290
- Martin
- NC
- US
- 35.86
- -77.09
- 0
- 0
- MHX
-
-
- PAZ050
- 380500
- Snyder
- PA
- US
- 40.76
- -77.09
- 0
- 0
- CTP
-
-
- VAZ082
- 460820
- Charles_City
- VA
- US
- 37.36
- -77.08
- 0
- 0
- AKQ
-
-
- VAZ072
- 460720
- King_William
- VA
- US
- 37.71
- -77.06
- 0
- 0
- AKQ
-
-
- MDZ005
- 200050
- Carroll
- MD
- US
- 39.53
- -77.05
- 0
- 0
- LWX
-
-
- NCZ093
- 330930
- Craven
- NC
- US
- 35.13
- -77.05
- 0
- 0
- MHX
-
-
- NYZ004
- 320040
- Wayne
- NY
- US
- 43.18
- -77.04
- 0
- 0
- BUF
-
-
- DCZ001
- 510010
- District_of_Columbia
- DC
- US
- 38.89
- -77.02
- 0
- 0
- LWX
-
-
- NCZ030
- 330300
- Bertie
- NC
- US
- 36.03
- -77.01
- 0
- 0
- AKQ
-
-
- VAZ083
- 460830
- New_Kent
- VA
- US
- 37.50
- -76.99
- 0
- 0
- AKQ
-
-
- MDZ016
- 200160
- Charles
- MD
- US
- 38.48
- -76.98
- 0
- 0
- LWX
-
-
- NCZ013
- 330130
- Hertford
- NC
- US
- 36.39
- -76.96
- 0
- 0
- AKQ
-
-
- MDZ010
- 200100
- Howard
- MD
- US
- 39.23
- -76.94
- 0
- 0
- LWX
-
-
- VAZ074
- 460740
- Essex
- VA
- US
- 37.95
- -76.93
- 0
- 0
- AKQ
-
-
- VAZ073
- 460730
- King_and_Queen
- VA
- US
- 37.70
- -76.92
- 0
- 0
- AKQ
-
-
- VAZ089
- 460890
- Surry
- VA
- US
- 37.10
- -76.91
- 0
- 0
- AKQ
-
-
- MDZ013
- 200130
- Prince_Georges
- MD
- US
- 38.83
- -76.88
- 0
- 0
- LWX
-
-
- PAZ046
- 380460
- Southern_Lycoming
- PA
- US
- 41.22
- -76.88
- 0
- 0
- CTP
-
-
- NYZ023
- 320230
- Schuyler
- NY
- US
- 42.40
- -76.86
- 0
- 0
- BGM
-
-
- NCZ080
- 330800
- Beaufort
- NC
- US
- 35.48
- -76.84
- 0
- 0
- MHX
-
-
- VAZ075
- 460750
- Westmoreland
- VA
- US
- 38.12
- -76.80
- 0
- 0
- AKQ
-
-
- PAZ057
- 380570
- Dauphin
- PA
- US
- 40.40
- -76.79
- 0
- 0
- CTP
-
-
- NYZ016
- 320160
- Seneca
- NY
- US
- 42.79
- -76.78
- 0
- 0
- BGM
-
-
- NYZ024
- 320240
- Chemung
- NY
- US
- 42.15
- -76.75
- 0
- 0
- BGM
-
-
- VAZ090
- 460900
- James_City
- VA
- US
- 37.32
- -76.75
- 0
- 0
- AKQ
-
-
- VAZ076
- 460760
- Richmond
- VA
- US
- 37.95
- -76.73
- 0
- 0
- AKQ
-
-
- NCZ014
- 330140
- Gates
- NC
- US
- 36.42
- -76.71
- 0
- 0
- AKQ
-
-
- NCZ094
- 330940
- Pamlico
- NC
- US
- 35.15
- -76.71
- 0
- 0
- MHX
-
-
- VAZ093
- 460930
- Isle_of_Wight
- VA
- US
- 36.89
- -76.71
- 0
- 0
- AKQ
-
-
- PAZ065
- 380650
- York
- PA
- US
- 39.97
- -76.69
- 0
- 0
- CTP
-
-
- PAZ052
- 380520
- Northumberland
- PA
- US
- 40.89
- -76.67
- 0
- 0
- CTP
-
-
- VAZ096
- 460960
- Suffolk
- VA
- US
- 36.74
- -76.67
- 0
- 0
- AKQ
-
-
- NCZ031
- 330310
- Chowan
- NC
- US
- 36.17
- -76.66
- 0
- 0
- AKQ
-
-
- PAZ051
- 380510
- Montour
- PA
- US
- 41.02
- -76.66
- 0
- 0
- CTP
-
-
- MDZ006
- 200060
- Northern_Baltimore
- MD
- US
- 39.57
- -76.64
- 0
- 0
- LWX
-
-
- VAZ085
- 460850
- Middlesex
- VA
- US
- 37.65
- -76.64
- 0
- 0
- AKQ
-
-
- MDZ011
- 200110
- Southern_Baltimore
- MD
- US
- 39.31
- -76.61
- 0
- 0
- LWX
-
-
- MDZ014
- 200140
- Anne_Arundel
- MD
- US
- 38.97
- -76.61
- 0
- 0
- LWX
-
-
- NCZ045
- 330450
- Washington
- NC
- US
- 35.84
- -76.60
- 0
- 0
- MHX
-
-
- NCZ095
- 330950
- Carteret
- NC
- US
- 34.85
- -76.60
- 0
- 0
- MHX
-
-
- NYZ005
- 320050
- Northern_Cayuga
- NY
- US
- 43.22
- -76.60
- 0
- 0
- BUF
-
-
- MDZ017
- 200170
- St._Marys
- MD
- US
- 38.28
- -76.59
- 0
- 0
- LWX
-
-
- VAZ084
- 460840
- Gloucester
- VA
- US
- 37.43
- -76.55
- 0
- 0
- AKQ
-
-
- MDZ018
- 200180
- Calvert
- MD
- US
- 38.54
- -76.54
- 0
- 0
- LWX
-
-
- PAZ038
- 380380
- Bradford
- PA
- US
- 41.77
- -76.53
- 0
- 0
- BGM
-
-
- PAZ042
- 380420
- Sullivan
- PA
- US
- 41.44
- -76.52
- 0
- 0
- CTP
-
-
- VAZ091
- 460910
- York
- VA
- US
- 37.23
- -76.51
- 0
- 0
- AKQ
-
-
- NYZ017
- 320170
- Southern_Cayuga
- NY
- US
- 42.82
- -76.50
- 0
- 0
- BGM
-
-
- VAZ094
- 460940
- Newport_News/Hampton
- VA
- US
- 37.10
- -76.50
- 0
- 0
- AKQ
-
-
- NYZ025
- 320250
- Tompkins
- NY
- US
- 42.45
- -76.47
- 0
- 0
- BGM
-
-
- VAZ078
- 460780
- Lancaster
- VA
- US
- 37.73
- -76.45
- 0
- 0
- AKQ
-
-
- VAZ077
- 460770
- Northumberland
- VA
- US
- 37.86
- -76.44
- 0
- 0
- AKQ
-
-
- PAZ053
- 380530
- Columbia
- PA
- US
- 41.04
- -76.43
- 0
- 0
- CTP
-
-
- PAZ059
- 380590
- Lebanon
- PA
- US
- 40.38
- -76.42
- 0
- 0
- CTP
-
-
- NCZ032
- 330320
- Perquimans
- NC
- US
- 36.22
- -76.40
- 0
- 0
- AKQ
-
-
- MDZ007
- 200070
- Harford
- MD
- US
- 39.50
- -76.32
- 0
- 0
- LWX
-
-
- NYZ055
- 320550
- Tioga
- NY
- US
- 42.20
- -76.32
- 0
- 0
- BGM
-
-
- PAZ066
- 380660
- Lancaster
- PA
- US
- 40.02
- -76.31
- 0
- 0
- CTP
-
-
- VAZ095
- 460950
- Norfolk/Portsmouth
- VA
- US
- 36.87
- -76.30
- 0
- 0
- AKQ
-
-
- VAZ086
- 460860
- Mathews
- VA
- US
- 37.42
- -76.29
- 0
- 0
- AKQ
-
-
- NCZ015
- 330150
- Pasquotank
- NC
- US
- 36.31
- -76.28
- 0
- 0
- AKQ
-
-
- VAZ097
- 460970
- Chesapeake
- VA
- US
- 36.71
- -76.28
- 0
- 0
- AKQ
-
-
- NCZ081
- 330810
- Western_Hyde
- NC
- US
- 35.51
- -76.26
- 0
- 0
- MHX
-
-
- PAZ058
- 380580
- Schuylkill
- PA
- US
- 40.72
- -76.23
- 0
- 0
- CTP
-
-
- NCZ046
- 330460
- Tyrrell
- NC
- US
- 35.79
- -76.21
- 0
- 0
- MHX
-
-
- NYZ006
- 320060
- Oswego
- NY
- US
- 43.43
- -76.19
- 0
- 0
- BUF
-
-
- NYZ018
- 320180
- Onondaga
- NY
- US
- 43.02
- -76.19
- 0
- 0
- BGM
-
-
- NCZ016
- 330160
- Camden
- NC
- US
- 36.36
- -76.17
- 0
- 0
- AKQ
-
-
- MDZ012
- 200120
- Kent
- MD
- US
- 39.20
- -76.15
- 0
- 0
- PHI
-
-
- MDZ019
- 200190
- Talbot
- MD
- US
- 38.76
- -76.15
- 0
- 0
- PHI
-
-
- NYZ044
- 320440
- Cortland
- NY
- US
- 42.60
- -76.07
- 0
- 0
- BGM
-
-
- MDZ015
- 200150
- Queen_Anne's
- MD
- US
- 39.06
- -76.06
- 0
- 0
- PHI
-
-
- VAZ098
- 460980
- Virginia_Beach
- VA
- US
- 36.74
- -76.05
- 0
- 0
- AKQ
-
-
- MDZ021
- 200210
- Dorchester
- MD
- US
- 38.41
- -76.03
- 0
- 0
- AKQ
-
-
- PAZ043
- 380430
- Wyoming
- PA
- US
- 41.52
- -76.01
- 0
- 0
- BGM
-
-
- PAZ060
- 380600
- Berks
- PA
- US
- 40.41
- -75.99
- 0
- 0
- PHI
-
-
- PAZ047
- 380470
- Luzerne
- PA
- US
- 41.16
- -75.96
- 0
- 0
- BGM
-
-
- NYZ007
- 320070
- Jefferson
- NY
- US
- 44.03
- -75.95
- 0
- 0
- BUF
-
-
- VAZ100
- 461000
- Northampton
- VA
- US
- 37.34
- -75.95
- 0
- 0
- AKQ
-
-
- NCZ017
- 330170
- Western_Currituck
- NC
- US
- 36.31
- -75.94
- 0
- 0
- AKQ
-
-
- MDZ008
- 200080
- Cecil
- MD
- US
- 39.55
- -75.93
- 0
- 0
- PHI
-
-
- NCZ104
- 331040
- Eastern_Hyde
- NC
- US
- 35.13
- -75.92
- 0
- 0
- MHX
-
-
- NCZ047
- 330470
- Western_Dare
- NC
- US
- 35.77
- -75.87
- 0
- 0
- MHX
-
-
- MDZ020
- 200200
- Caroline
- MD
- US
- 38.90
- -75.86
- 0
- 0
- PHI
-
-
- NCZ102
- 331020
- Eastern_Currituck
- NC
- US
- 36.37
- -75.84
- 0
- 0
- AKQ
-
-
- PAZ039
- 380390
- Susquehanna
- PA
- US
- 41.82
- -75.81
- 0
- 0
- BGM
-
-
- MDZ023
- 200230
- Somerset
- MD
- US
- 38.10
- -75.80
- 0
- 0
- AKQ
-
-
- NYZ056
- 320560
- Broome
- NY
- US
- 42.21
- -75.76
- 0
- 0
- BGM
-
-
- PAZ067
- 380670
- Chester
- PA
- US
- 39.99
- -75.76
- 0
- 0
- PHI
-
-
- PAZ054
- 380540
- Carbon
- PA
- US
- 40.94
- -75.74
- 0
- 0
- PHI
-
-
- PAZ044
- 380440
- Lackawanna
- PA
- US
- 41.40
- -75.64
- 0
- 0
- BGM
-
-
- VAZ099
- 460990
- Accomack
- VA
- US
- 37.74
- -75.64
- 0
- 0
- AKQ
-
-
- MDZ022
- 200220
- Wicomico
- MD
- US
- 38.39
- -75.62
- 0
- 0
- AKQ
-
-
- NYZ036
- 320360
- Madison
- NY
- US
- 42.96
- -75.62
- 0
- 0
- BGM
-
-
- PAZ061
- 380610
- Lehigh
- PA
- US
- 40.60
- -75.62
- 0
- 0
- PHI
-
-
- DEZ001
- 80010
- New_Castle
- DE
- US
- 39.57
- -75.60
- 0
- 0
- PHI
-
-
- NYZ045
- 320450
- Chenango
- NY
- US
- 42.47
- -75.59
- 0
- 0
- BGM
-
-
- DEZ002
- 80020
- Kent
- DE
- US
- 39.10
- -75.53
- 0
- 0
- PHI
-
-
- NCZ103
- 331030
- Eastern_Dare
- NC
- US
- 35.48
- -75.48
- 0
- 0
- MHX
-
-
- NYZ008
- 320080
- Lewis
- NY
- US
- 43.82
- -75.48
- 0
- 0
- BUF
-
-
- NYZ009
- 320090
- Northern_Oneida
- NY
- US
- 43.38
- -75.48
- 0
- 0
- BGM
-
-
- PAZ070
- 380700
- Delaware
- PA
- US
- 39.93
- -75.43
- 0
- 0
- PHI
-
-
- DEZ003
- 80030
- Inland_Sussex
- DE
- US
- 38.70
- -75.42
- 0
- 0
- PHI
-
-
- NYZ037
- 320370
- Southern_Oneida
- NY
- US
- 43.08
- -75.41
- 0
- 0
- BGM
-
-
- MDZ024
- 200240
- Inland_Worcester
- MD
- US
- 38.23
- -75.39
- 0
- 0
- AKQ
-
-
- PAZ068
- 380680
- Montgomery
- PA
- US
- 40.21
- -75.36
- 0
- 0
- PHI
-
-
- PAZ062
- 380620
- Northampton
- PA
- US
- 40.75
- -75.34
- 0
- 0
- PHI
-
-
- NJZ016
- 300160
- Salem
- NJ
- US
- 39.58
- -75.32
- 0
- 0
- PHI
-
-
- PAZ055
- 380550
- Monroe
- PA
- US
- 41.03
- -75.31
- 0
- 0
- PHI
-
-
- PAZ072
- 380720
- Southern_Wayne
- PA
- US
- 41.44
- -75.28
- 0
- 0
- BGM
-
-
- PAZ040
- 380400
- Northern_Wayne
- PA
- US
- 41.80
- -75.27
- 0
- 0
- BGM
-
-
- NYZ087
- 320870
- Southwestern_St._Lawrence
- NY
- US
- 44.46
- -75.23
- 0
- 0
- BTV
-
-
- MDZ025
- 200250
- Maryland_Beaches
- MD
- US
- 38.17
- -75.18
- 0
- 0
- AKQ
-
-
- NJZ017
- 300170
- Gloucester
- NJ
- US
- 39.70
- -75.16
- 0
- 0
- PHI
-
-
- NJZ021
- 300210
- Cumberland
- NJ
- US
- 39.37
- -75.14
- 0
- 0
- PHI
-
-
- PAZ071
- 380710
- Philadelphia
- PA
- US
- 39.99
- -75.13
- 0
- 0
- PHI
-
-
- PAZ069
- 380690
- Bucks
- PA
- US
- 40.32
- -75.11
- 0
- 0
- PHI
-
-
- DEZ004
- 80040
- Delaware_Beaches
- DE
- US
- 38.63
- -75.09
- 0
- 0
- PHI
-
-
- PAZ048
- 380480
- Pike
- PA
- US
- 41.34
- -75.03
- 0
- 0
- BGM
-
-
- NYZ046
- 320460
- Otsego
- NY
- US
- 42.61
- -75.02
- 0
- 0
- BGM
-
-
- NJZ007
- 300070
- Warren
- NJ
- US
- 40.83
- -74.99
- 0
- 0
- PHI
-
-
- NYZ026
- 320260
- Northern_St._Lawrence
- NY
- US
- 44.86
- -74.99
- 0
- 0
- BTV
-
-
- NYZ032
- 320320
- Northern_Herkimer
- NY
- US
- 43.71
- -74.97
- 0
- 0
- ALY
-
-
- NJZ009
- 300090
- Hunterdon
- NJ
- US
- 40.56
- -74.96
- 0
- 0
- PHI
-
-
- NJZ018
- 300180
- Camden
- NJ
- US
- 39.79
- -74.95
- 0
- 0
- PHI
-
-
- NYZ038
- 320380
- Southern_Herkimer
- NY
- US
- 43.08
- -74.95
- 0
- 0
- ALY
-
-
- NYZ029
- 320290
- Southeastern_St._Lawrence
- NY
- US
- 44.39
- -74.93
- 0
- 0
- BTV
-
-
- NYZ057
- 320570
- Delaware
- NY
- US
- 42.19
- -74.93
- 0
- 0
- BGM
-
-
- NJZ023
- 300230
- Cape_May
- NJ
- US
- 39.15
- -74.81
- 0
- 0
- PHI
-
-
- NJZ019
- 300190
- Northwestern_Burlington
- NJ
- US
- 39.97
- -74.77
- 0
- 0
- PHI
-
-
- NJZ024
- 300240
- Atlantic_Coastal_Cape_May
- NJ
- US
- 39.11
- -74.76
- 0
- 0
- PHI
-
-
- NYZ062
- 320620
- Sullivan
- NY
- US
- 41.72
- -74.76
- 0
- 0
- BGM
-
-
- NJZ015
- 300150
- Mercer
- NJ
- US
- 40.27
- -74.71
- 0
- 0
- PHI
-
-
- NJZ022
- 300220
- Atlantic
- NJ
- US
- 39.50
- -74.69
- 0
- 0
- PHI
-
-
- NJZ001
- 300010
- Sussex
- NJ
- US
- 41.13
- -74.68
- 0
- 0
- PHI
-
-
- NJZ010
- 300100
- Somerset
- NJ
- US
- 40.56
- -74.60
- 0
- 0
- PHI
-
-
- NJZ027
- 300270
- Southeastern_Burlington
- NJ
- US
- 39.73
- -74.60
- 0
- 0
- PHI
-
-
- NJZ008
- 300080
- Morris
- NJ
- US
- 40.86
- -74.58
- 0
- 0
- PHI
-
-
- NJZ025
- 300250
- Coastal_Atlantic
- NJ
- US
- 39.40
- -74.46
- 0
- 0
- PHI
-
-
- NYZ033
- 320330
- Hamilton
- NY
- US
- 43.66
- -74.46
- 0
- 0
- ALY
-
-
- NYZ039
- 320390
- Southern_Fulton
- NY
- US
- 43.05
- -74.44
- 0
- 0
- ALY
-
-
- NYZ047
- 320470
- Schoharie
- NY
- US
- 42.59
- -74.44
- 0
- 0
- ALY
-
-
- NYZ082
- 320820
- Northern_Fulton
- NY
- US
- 43.17
- -74.44
- 0
- 0
- ALY
-
-
- NJZ012
- 300120
- Middlesex
- NJ
- US
- 40.42
- -74.43
- 0
- 0
- PHI
-
-
- NYZ040
- 320400
- Montgomery
- NY
- US
- 42.91
- -74.43
- 0
- 0
- ALY
-
-
- NYZ063
- 320630
- Western_Ulster
- NY
- US
- 41.88
- -74.43
- 0
- 0
- ALY
-
-
- NYZ027
- 320270
- Northern_Franklin
- NY
- US
- 44.86
- -74.39
- 0
- 0
- BTV
-
-
- NJZ002
- 300020
- Western_Passaic
- NJ
- US
- 41.09
- -74.36
- 0
- 0
- OKX
-
-
- NYZ067
- 320670
- Orange
- NY
- US
- 41.39
- -74.36
- 0
- 0
- OKX
-
-
- NJZ013
- 300130
- Western_Monmouth
- NJ
- US
- 40.26
- -74.32
- 0
- 0
- PHI
-
-
- NJZ020
- 300200
- Ocean
- NJ
- US
- 39.85
- -74.32
- 0
- 0
- PHI
-
-
- NJZ011
- 300110
- Union
- NJ
- US
- 40.66
- -74.31
- 0
- 0
- OKX
-
-
- NYZ058
- 320580
- Western_Greene
- NY
- US
- 42.26
- -74.28
- 0
- 0
- ALY
-
-
- NJZ026
- 300260
- Coastal_Ocean
- NJ
- US
- 39.64
- -74.26
- 0
- 0
- PHI
-
-
- NYZ030
- 320300
- Southern_Franklin
- NY
- US
- 44.54
- -74.26
- 0
- 0
- BTV
-
-
- NJZ005
- 300050
- Essex
- NJ
- US
- 40.79
- -74.25
- 0
- 0
- OKX
-
-
- NJZ004
- 300040
- Eastern_Passaic
- NJ
- US
- 40.91
- -74.20
- 0
- 0
- OKX
-
-
- NYZ048
- 320480
- Western_Schenectady
- NY
- US
- 42.80
- -74.17
- 0
- 0
- ALY
-
-
- NYZ074
- 320740
- Richmond_(Staten_Is.)
- NY
- US
- 40.58
- -74.15
- 0
- 0
- OKX
-
-
- NYZ051
- 320510
- Western_Albany
- NY
- US
- 42.58
- -74.14
- 0
- 0
- ALY
-
-
- NYZ064
- 320640
- Eastern_Ulster
- NY
- US
- 41.88
- -74.09
- 0
- 0
- ALY
-
-
- NJZ003
- 300030
- Bergen
- NJ
- US
- 40.94
- -74.08
- 0
- 0
- OKX
-
-
- NJZ006
- 300060
- Hudson
- NJ
- US
- 40.74
- -74.07
- 0
- 0
- OKX
-
-
- NYZ069
- 320690
- Rockland
- NY
- US
- 41.16
- -74.07
- 0
- 0
- OKX
-
-
- NJZ014
- 300140
- Eastern_Monmouth
- NJ
- US
- 40.28
- -74.03
- 0
- 0
- PHI
-
-
- NYZ049
- 320490
- Eastern_Schenectady
- NY
- US
- 42.85
- -73.96
- 0
- 0
- ALY
-
-
- NYZ072
- 320720
- New_York_(Manhattan)
- NY
- US
- 40.79
- -73.96
- 0
- 0
- OKX
-
-
- NYZ075
- 320750
- Kings_(Brooklyn)
- NY
- US
- 40.66
- -73.94
- 0
- 0
- OKX
-
-
- NYZ059
- 320590
- Eastern_Greene
- NY
- US
- 42.30
- -73.91
- 0
- 0
- ALY
-
-
- NYZ034
- 320340
- Western_Essex
- NY
- US
- 44.10
- -73.90
- 0
- 0
- BTV
-
-
- NYZ050
- 320500
- Southern_Saratoga
- NY
- US
- 42.94
- -73.88
- 0
- 0
- ALY
-
-
- NYZ041
- 320410
- Northern_Saratoga
- NY
- US
- 43.17
- -73.87
- 0
- 0
- ALY
-
-
- NYZ052
- 320520
- Eastern_Albany
- NY
- US
- 42.62
- -73.86
- 0
- 0
- ALY
-
-
- NYZ065
- 320650
- Western_Dutchess
- NY
- US
- 41.76
- -73.85
- 0
- 0
- ALY
-
-
- NYZ073
- 320730
- Bronx
- NY
- US
- 40.86
- -73.85
- 0
- 0
- OKX
-
-
- NYZ042
- 320420
- Northern_Warren
- NY
- US
- 43.58
- -73.84
- 0
- 0
- ALY
-
-
- NYZ076
- 320760
- Queens
- NY
- US
- 40.68
- -73.83
- 0
- 0
- OKX
-
-
- NYZ031
- 320310
- Western_Clinton
- NY
- US
- 44.71
- -73.79
- 0
- 0
- BTV
-
-
- NYZ071
- 320710
- Southern_Westchester
- NY
- US
- 40.99
- -73.78
- 0
- 0
- OKX
-
-
- NYZ068
- 320680
- Putnam
- NY
- US
- 41.43
- -73.76
- 0
- 0
- OKX
-
-
- NYZ060
- 320600
- Western_Columbia
- NY
- US
- 42.24
- -73.75
- 0
- 0
- ALY
-
-
- NYZ083
- 320830
- Southeast_Warren
- NY
- US
- 43.34
- -73.74
- 0
- 0
- ALY
-
-
- NYZ070
- 320700
- Northern_Westchester
- NY
- US
- 41.18
- -73.73
- 0
- 0
- OKX
-
-
- NYZ053
- 320530
- Western_Rensselaer
- NY
- US
- 42.70
- -73.62
- 0
- 0
- ALY
-
-
- NYZ066
- 320660
- Eastern_Dutchess
- NY
- US
- 41.78
- -73.62
- 0
- 0
- ALY
-
-
- NYZ077
- 320770
- Nassau
- NY
- US
- 40.75
- -73.59
- 0
- 0
- OKX
-
-
- NYZ028
- 320280
- Eastern_Clinton
- NY
- US
- 44.74
- -73.57
- 0
- 0
- BTV
-
-
- NYZ061
- 320610
- Eastern_Columbia
- NY
- US
- 42.24
- -73.52
- 0
- 0
- ALY
-
-
- NYZ043
- 320430
- Northern_Washington
- NY
- US
- 43.56
- -73.44
- 0
- 0
- ALY
-
-
- NYZ084
- 320840
- Southern_Washington
- NY
- US
- 43.18
- -73.44
- 0
- 0
- ALY
-
-
- NYZ035
- 320350
- Eastern_Essex
- NY
- US
- 44.17
- -73.43
- 0
- 0
- BTV
-
-
- NYZ054
- 320540
- Eastern_Rensselaer
- NY
- US
- 42.72
- -73.42
- 0
- 0
- ALY
-
-
- CTZ009
- 70090
- Southern_Fairfield
- CT
- US
- 41.13
- -73.41
- 0
- 0
- OKX
-
-
- CTZ005
- 70050
- Northern_Fairfield
- CT
- US
- 41.41
- -73.31
- 0
- 0
- OKX
-
-
- VTZ001
- 450010
- Grand_Isle
- VT
- US
- 44.78
- -73.29
- 0
- 0
- BTV
-
-
- MAZ025
- 210250
- Southern_Berkshire
- MA
- US
- 42.23
- -73.25
- 0
- 0
- ALY
-
-
- CTZ013
- 70130
- Southern_Litchfield
- CT
- US
- 41.64
- -73.24
- 0
- 0
- ALY
-
-
- VTZ009
- 450090
- Western_Addison
- VT
- US
- 44.02
- -73.23
- 0
- 0
- BTV
-
-
- CTZ001
- 70010
- Northern_Litchfield
- CT
- US
- 41.86
- -73.20
- 0
- 0
- ALY
-
-
- NYZ078
- 320780
- Northwest_Suffolk
- NY
- US
- 40.88
- -73.18
- 0
- 0
- OKX
-
-
- VTZ011
- 450110
- Western_Rutland
- VT
- US
- 43.57
- -73.18
- 0
- 0
- BTV
-
-
- MAZ001
- 210010
- Northern_Berkshire
- MA
- US
- 42.56
- -73.16
- 0
- 0
- ALY
-
-
- NYZ080
- 320800
- Southwest_Suffolk
- NY
- US
- 40.73
- -73.15
- 0
- 0
- OKX
-
-
- VTZ005
- 450050
- Western_Chittenden
- VT
- US
- 44.49
- -73.13
- 0
- 0
- BTV
-
-
- VTZ013
- 450130
- Bennington
- VT
- US
- 43.02
- -73.06
- 0
- 0
- ALY
-
-
- CTZ006
- 70060
- Northern_New_Haven
- CT
- US
- 41.47
- -73.03
- 0
- 0
- OKX
-
-
- VTZ002
- 450020
- Western_Franklin
- VT
- US
- 44.82
- -73.03
- 0
- 0
- BTV
-
-
- VTZ017
- 450170
- Eastern_Chittenden
- VT
- US
- 44.40
- -72.94
- 0
- 0
- BTV
-
-
- VTZ018
- 450180
- Eastern_Addison
- VT
- US
- 44.05
- -72.94
- 0
- 0
- BTV
-
-
- MAZ009
- 210090
- Western_Hampden
- MA
- US
- 42.19
- -72.93
- 0
- 0
- BOX
-
-
- MAZ008
- 210080
- Western_Hampshire
- MA
- US
- 42.39
- -72.87
- 0
- 0
- BOX
-
-
- VTZ019
- 450190
- Eastern_Rutland
- VT
- US
- 43.57
- -72.86
- 0
- 0
- BTV
-
-
- CTZ010
- 70100
- Southern_New_Haven
- CT
- US
- 41.30
- -72.82
- 0
- 0
- OKX
-
-
- MAZ002
- 210020
- Western_Franklin
- MA
- US
- 42.59
- -72.80
- 0
- 0
- BOX
-
-
- VTZ014
- 450140
- Western_Windham
- VT
- US
- 43.00
- -72.78
- 0
- 0
- ALY
-
-
- VTZ016
- 450160
- Eastern_Franklin
- VT
- US
- 44.83
- -72.77
- 0
- 0
- BTV
-
-
- CTZ002
- 70020
- Hartford
- CT
- US
- 41.79
- -72.72
- 0
- 0
- BOX
-
-
- VTZ006
- 450060
- Lamoille
- VT
- US
- 44.60
- -72.65
- 0
- 0
- BTV
-
-
- VTZ012
- 450120
- Windsor
- VT
- US
- 43.59
- -72.59
- 0
- 0
- BTV
-
-
- VTZ008
- 450080
- Washington
- VT
- US
- 44.26
- -72.58
- 0
- 0
- BTV
-
-
- VTZ015
- 450150
- Eastern_Windham
- VT
- US
- 42.98
- -72.57
- 0
- 0
- ALY
-
-
- CTZ007
- 70070
- Northern_Middlesex
- CT
- US
- 41.48
- -72.53
- 0
- 0
- OKX
-
-
- MAZ010
- 210100
- Eastern_Hampshire
- MA
- US
- 42.31
- -72.51
- 0
- 0
- BOX
-
-
- MAZ011
- 210110
- Eastern_Hampden
- MA
- US
- 42.14
- -72.50
- 0
- 0
- BOX
-
-
- CTZ011
- 70110
- Southern_Middlesex
- CT
- US
- 41.33
- -72.46
- 0
- 0
- OKX
-
-
- MAZ003
- 210030
- Eastern_Franklin
- MA
- US
- 42.52
- -72.46
- 0
- 0
- BOX
-
-
- NYZ079
- 320790
- Northeast_Suffolk
- NY
- US
- 41.07
- -72.41
- 0
- 0
- OKX
-
-
- VTZ010
- 450100
- Orange
- VT
- US
- 43.99
- -72.41
- 0
- 0
- BTV
-
-
- NYZ081
- 320810
- Southeast_Suffolk
- NY
- US
- 40.90
- -72.37
- 0
- 0
- OKX
-
-
- CTZ003
- 70030
- Tolland
- CT
- US
- 41.81
- -72.31
- 0
- 0
- BOX
-
-
- NHZ011
- 290110
- Cheshire
- NH
- US
- 42.94
- -72.24
- 0
- 0
- BOX
-
-
- VTZ003
- 450030
- Orleans
- VT
- US
- 44.77
- -72.23
- 0
- 0
- BTV
-
-
- NHZ007
- 290070
- Sullivan
- NH
- US
- 43.36
- -72.20
- 0
- 0
- GYX
-
-
- CTZ008
- 70080
- Northern_New_London
- CT
- US
- 41.53
- -72.13
- 0
- 0
- OKX
-
-
- VTZ007
- 450070
- Caledonia
- VT
- US
- 44.46
- -72.13
- 0
- 0
- BTV
-
-
- CTZ004
- 70040
- Windham
- CT
- US
- 41.83
- -72.02
- 0
- 0
- BOX
-
-
- CTZ012
- 70120
- Southern_New_London
- CT
- US
- 41.36
- -71.96
- 0
- 0
- OKX
-
-
- NHZ005
- 290050
- Southern_Grafton
- NH
- US
- 43.71
- -71.93
- 0
- 0
- GYX
-
-
- MAZ004
- 210040
- Northern_Worcester
- MA
- US
- 42.43
- -71.92
- 0
- 0
- BOX
-
-
- MAZ012
- 210120
- Southern_Worcester
- MA
- US
- 42.18
- -71.81
- 0
- 0
- BOX
-
-
- NHZ015
- 290150
- Wrn_And_Central_Hillsborough
- NH
- US
- 42.95
- -71.78
- 0
- 0
- BOX
-
-
- NHZ003
- 290030
- Northern_Grafton
- NH
- US
- 44.13
- -71.76
- 0
- 0
- GYX
-
-
- VTZ004
- 450040
- Essex
- VT
- US
- 44.68
- -71.74
- 0
- 0
- BTV
-
-
- NHZ008
- 290080
- Merrimack
- NH
- US
- 43.31
- -71.67
- 0
- 0
- GYX
-
-
- RIZ003
- 390030
- Western_Kent
- RI
- US
- 41.66
- -71.66
- 0
- 0
- BOX
-
-
- RIZ006
- 390060
- Washington
- RI
- US
- 41.48
- -71.66
- 0
- 0
- BOX
-
-
- MAZ026
- 210260
- Northwest_Middlesex_County
- MA
- US
- 42.61
- -71.59
- 0
- 0
- BOX
-
-
- RIZ001
- 390010
- Northwest_Providence
- RI
- US
- 41.87
- -71.59
- 0
- 0
- BOX
-
-
- RIZ008
- 390080
- Block_Island
- RI
- US
- 41.19
- -71.57
- 0
- 0
- BOX
-
-
- NHZ012
- 290120
- Eastern_Hillsborough
- NH
- US
- 42.88
- -71.50
- 0
- 0
- BOX
-
-
- RIZ004
- 390040
- Eastern_Kent
- RI
- US
- 41.68
- -71.46
- 0
- 0
- BOX
-
-
- NHZ009
- 290090
- Belknap
- NH
- US
- 43.52
- -71.45
- 0
- 0
- GYX
-
-
- RIZ002
- 390020
- Southeast_Providence
- RI
- US
- 41.81
- -71.45
- 0
- 0
- BOX
-
-
- NHZ002
- 290020
- Southern_Coos
- NH
- US
- 44.41
- -71.39
- 0
- 0
- GYX
-
-
- MAZ005
- 210050
- Central_Middlesex_County
- MA
- US
- 42.44
- -71.33
- 0
- 0
- BOX
-
-
- NHZ001
- 290010
- Northern_Coos
- NH
- US
- 45.02
- -71.33
- 0
- 0
- GYX
-
-
- RIZ005
- 390050
- Bristol
- RI
- US
- 41.71
- -71.27
- 0
- 0
- BOX
-
-
- NHZ006
- 290060
- Southern_Carroll
- NH
- US
- 43.71
- -71.26
- 0
- 0
- GYX
-
-
- RIZ007
- 390070
- Newport
- RI
- US
- 41.56
- -71.26
- 0
- 0
- BOX
-
-
- MAZ013
- 210130
- Western_Norfolk
- MA
- US
- 42.15
- -71.24
- 0
- 0
- BOX
-
-
- NHZ004
- 290040
- Northern_Carroll
- NH
- US
- 44.10
- -71.22
- 0
- 0
- GYX
-
-
- MAZ017
- 210170
- Northern_Bristol
- MA
- US
- 41.93
- -71.18
- 0
- 0
- BOX
-
-
- NHZ013
- 290130
- Interior_Rockingham
- NH
- US
- 43.01
- -71.17
- 0
- 0
- GYX
-
-
- MAZ014
- 210140
- Southeast_Middlesex
- MA
- US
- 42.41
- -71.16
- 0
- 0
- BOX
-
-
- MAZ006
- 210060
- Western_Essex
- MA
- US
- 42.72
- -71.08
- 0
- 0
- BOX
-
-
- MAZ015
- 210150
- Suffolk
- MA
- US
- 42.34
- -71.07
- 0
- 0
- BOX
-
-
- MAZ020
- 210200
- Southern_Bristol
- MA
- US
- 41.65
- -71.07
- 0
- 0
- BOX
-
-
- NHZ010
- 290100
- Strafford
- NH
- US
- 43.33
- -71.03
- 0
- 0
- GYX
-
-
- MAZ016
- 210160
- Eastern_Norfolk
- MA
- US
- 42.22
- -71.02
- 0
- 0
- BOX
-
-
- MAZ018
- 210180
- Western_Plymouth
- MA
- US
- 42.00
- -70.88
- 0
- 0
- BOX
-
-
- MAZ007
- 210070
- Eastern_Essex
- MA
- US
- 42.65
- -70.83
- 0
- 0
- BOX
-
-
- NHZ014
- 290140
- Coastal_Rockingham
- NH
- US
- 42.99
- -70.82
- 0
- 0
- GYX
-
-
- MEZ007
- 190070
- Northern_Oxford
- ME
- US
- 44.88
- -70.80
- 0
- 0
- GYX
-
-
- MAZ021
- 210210
- Southern_Plymouth
- MA
- US
- 41.72
- -70.77
- 0
- 0
- BOX
-
-
- MAZ019
- 210190
- Eastern_Plymouth
- MA
- US
- 42.03
- -70.73
- 0
- 0
- BOX
-
-
- MEZ018
- 190180
- Interior_York
- ME
- US
- 43.52
- -70.73
- 0
- 0
- GYX
-
-
- MAZ023
- 210230
- Dukes
- MA
- US
- 41.38
- -70.70
- 0
- 0
- BOX
-
-
- MEZ012
- 190120
- Southern_Oxford
- ME
- US
- 44.20
- -70.63
- 0
- 0
- GYX
-
-
- MEZ023
- 190230
- Coastal_York
- ME
- US
- 43.34
- -70.58
- 0
- 0
- GYX
-
-
- MEZ019
- 190190
- Interior_Cumberland
- ME
- US
- 43.91
- -70.49
- 0
- 0
- GYX
-
-
- MEZ008
- 190080
- Northern_Franklin
- ME
- US
- 45.14
- -70.48
- 0
- 0
- GYX
-
-
- MEZ024
- 190240
- Coastal_Cumberland
- ME
- US
- 43.75
- -70.26
- 0
- 0
- GYX
-
-
- MEZ020
- 190200
- Androscoggin
- ME
- US
- 44.20
- -70.24
- 0
- 0
- GYX
-
-
- MEZ013
- 190130
- Southern_Franklin
- ME
- US
- 44.67
- -70.23
- 0
- 0
- GYX
-
-
- MEZ009
- 190090
- Central_Somerset
- ME
- US
- 45.42
- -70.10
- 0
- 0
- GYX
-
-
- MEZ003
- 190030
- Northern_Somerset
- ME
- US
- 46.27
- -70.01
- 0
- 0
- CAR
-
-
- MAZ024
- 210240
- Nantucket
- MA
- US
- 41.31
- -70.00
- 0
- 0
- BOX
-
-
- MAZ022
- 210220
- Barnstable
- MA
- US
- 41.80
- -69.99
- 0
- 0
- BOX
-
-
- MEZ025
- 190250
- Sagadahoc
- ME
- US
- 43.94
- -69.89
- 0
- 0
- GYX
-
-
- MEZ021
- 190210
- Kennebec
- ME
- US
- 44.42
- -69.75
- 0
- 0
- GYX
-
-
- MEZ014
- 190140
- Southern_Somerset
- ME
- US
- 44.85
- -69.67
- 0
- 0
- GYX
-
-
- MEZ026
- 190260
- Lincoln
- ME
- US
- 44.05
- -69.54
- 0
- 0
- GYX
-
-
- MEZ010
- 190100
- Central_Piscataquis
- ME
- US
- 45.55
- -69.38
- 0
- 0
- CAR
-
-
- MEZ004
- 190040
- Northern_Piscataquis
- ME
- US
- 46.12
- -69.27
- 0
- 0
- CAR
-
-
- MEZ027
- 190270
- Knox
- ME
- US
- 44.14
- -69.23
- 0
- 0
- GYX
-
-
- MEZ031
- 190310
- Southern_Piscataquis
- ME
- US
- 45.27
- -69.22
- 0
- 0
- CAR
-
-
- MEZ022
- 190220
- Interior_Waldo
- ME
- US
- 44.53
- -69.16
- 0
- 0
- GYX
-
-
- MEZ001
- 190010
- Northwest_Aroostook
- ME
- US
- 47.01
- -69.06
- 0
- 0
- CAR
-
-
- MEZ028
- 190280
- Coastal_Waldo
- ME
- US
- 44.36
- -69.04
- 0
- 0
- GYX
-
-
- MEZ015
- 190150
- Southern_Penobscot
- ME
- US
- 44.93
- -68.81
- 0
- 0
- CAR
-
-
- MEZ005
- 190050
- Northern_Penobscot
- ME
- US
- 45.95
- -68.69
- 0
- 0
- CAR
-
-
- MEZ011
- 190110
- Central_Penobscot
- ME
- US
- 45.39
- -68.41
- 0
- 0
- CAR
-
-
- MEZ016
- 190160
- Interior_Hancock
- ME
- US
- 44.88
- -68.41
- 0
- 0
- CAR
-
-
- MEZ029
- 190290
- Coastal_Hancock
- ME
- US
- 44.45
- -68.39
- 0
- 0
- CAR
-
-
- MEZ002
- 190020
- Northeast_Aroostook
- ME
- US
- 46.83
- -68.30
- 0
- 0
- CAR
-
-
- MEZ006
- 190060
- Southeast_Aroostook
- ME
- US
- 45.97
- -68.09
- 0
- 0
- CAR
-
-
- MEZ032
- 190320
- Northern_Washington
- ME
- US
- 45.48
- -67.73
- 0
- 0
- CAR
-
-
- MEZ017
- 190170
- Central_Washington
- ME
- US
- 45.00
- -67.57
- 0
- 0
- CAR
-
-
- MEZ030
- 190300
- Coastal_Washington
- ME
- US
- 44.67
- -67.49
- 0
- 0
- CAR
-
-
- PRZ010
- 530100
- Mayaguez_and_Vicinity
- PR
- US
- 18.26
- -67.12
- 0
- 0
- SJU
-
-
- PRZ011
- 530110
- Southwest
- PR
- US
- 18.05
- -67.04
- 0
- 0
- SJU
-
-
- PRZ008
- 530080
- Northwest
- PR
- US
- 18.42
- -66.97
- 0
- 0
- SJU
-
-
- PRZ009
- 530090
- Western_Interior
- PR
- US
- 18.21
- -66.82
- 0
- 0
- SJU
-
-
- PRZ007
- 530070
- Ponce_and_Vicinity
- PR
- US
- 18.03
- -66.63
- 0
- 0
- SJU
-
-
- PRZ005
- 530050
- North_Central
- PR
- US
- 18.40
- -66.48
- 0
- 0
- SJU
-
-
- PRZ006
- 530060
- Central_Interior
- PR
- US
- 18.20
- -66.43
- 0
- 0
- SJU
-
-
- PRZ001
- 530010
- San_Juan_and_Vicinity
- PR
- US
- 18.37
- -66.11
- 0
- 0
- SJU
-
-
- PRZ003
- 530030
- Southeast
- PR
- US
- 18.02
- -66.07
- 0
- 0
- SJU
-
-
- PRZ004
- 530040
- Eastern_Interior
- PR
- US
- 18.17
- -66.04
- 0
- 0
- SJU
-
-
- PRZ002
- 530020
- Northeast
- PR
- US
- 18.26
- -65.76
- 0
- 0
- SJU
-
-
- PRZ013
- 530130
- Vieques
- PR
- US
- 18.13
- -65.42
- 0
- 0
- SJU
-
-
- PRZ012
- 530120
- Culebra
- PR
- US
- 18.32
- -65.31
- 0
- 0
- SJU
-
-
- VIZ001
- 520010
- St._Thomas...St._John..._and_Adj
- VI
- US
- 18.34
- -64.87
- 0
- 0
- SJU
-
-
- VIZ002
- 520020
- St_Croix
- VI
- US
- 17.73
- -64.73
- 0
- 0
- SJU
-
-
- CAZ000
- 50000
- No_name
- CA
- US
- 32.92
- -118.48
- 0
- 0
-
-
-
- GUZ012
- 540120
- Sonsorol
- GU
- US
- 5.30
- 132.22
- 0
- 0
- GUM
-
-
- GUZ011
- 540110
- Koror
- GU
- US
- 7.53
- 134.56
- 0
- 0
- GUM
-
-
- GUZ013
- 540130
- Kayangel
- GU
- US
- 8.08
- 134.72
- 0
- 0
- GUM
-
-
- GUZ022
- 540220
- Ngulu
- GU
- US
- 8.30
- 137.51
- 0
- 0
- GUM
-
-
- GUZ021
- 540210
- Yap
- GU
- US
- 9.54
- 138.12
- 0
- 0
- GUM
-
-
- GUZ023
- 540230
- Ulithi
- GU
- US
- 10.02
- 139.79
- 0
- 0
- GUM
-
-
- GUZ024
- 540240
- Sorol
- GU
- US
- 8.21
- 140.70
- 0
- 0
- GUM
-
-
- GUZ025
- 540250
- Woleai
- GU
- US
- 7.38
- 143.92
- 0
- 0
- GUM
-
-
- GUZ001
- 540010
- Guam
- GU
- US
- 13.44
- 144.79
- 0
- 0
- GUM
-
-
- GUZ002
- 540020
- Rota
- GU
- US
- 14.15
- 145.20
- 0
- 0
- GUM
-
-
- GUZ003
- 540030
- Tinian
- GU
- US
- 15.01
- 145.63
- 0
- 0
- GUM
-
-
- GUZ005
- 540050
- Agrihan
- GU
- US
- 18.76
- 145.66
- 0
- 0
- GUM
-
-
- GUZ004
- 540040
- Saipan
- GU
- US
- 15.19
- 145.76
- 0
- 0
- GUM
-
-
- GUZ026
- 540260
- Satawal
- GU
- US
- 7.36
- 147.04
- 0
- 0
- GUM
-
-
- GUZ032
- 540320
- Puluwat
- GU
- US
- 7.38
- 149.18
- 0
- 0
- GUM
-
-
- GUZ031
- 540310
- Chuuk
- GU
- US
- 7.35
- 151.83
- 0
- 0
- GUM
-
-
- GUZ033
- 540330
- Lukunor
- GU
- US
- 5.50
- 153.82
- 0
- 0
- GUM
-
-
- GUZ041
- 540410
- Pohnpei
- GU
- US
- 6.88
- 158.22
- 0
- 0
- GUM
-
-
- GUZ042
- 540420
- Mokil
- GU
- US
- 6.68
- 159.79
- 0
- 0
- GUM
-
-
- GUZ043
- 540430
- Pingelap
- GU
- US
- 6.21
- 160.71
- 0
- 0
- GUM
-
-
- GUZ062
- 540620
- Ujelang
- GU
- US
- 9.76
- 160.97
- 0
- 0
- GUM
-
-
- GUZ063
- 540630
- Enewetak
- GU
- US
- 11.34
- 162.33
- 0
- 0
- GUM
-
-
- GUZ051
- 540510
- Kosrae
- GU
- US
- 5.32
- 162.97
- 0
- 0
- GUM
-
-
- GUZ081
- 540810
- Wake_Island
- GU
- US
- 19.30
- 166.63
- 0
- 0
- GUM
-
-
- GUZ064
- 540640
- Ailinglaplap
- GU
- US
- 7.29
- 168.75
- 0
- 0
- GUM
-
-
- GUZ065
- 540650
- Jaluit
- GU
- US
- 5.85
- 169.53
- 0
- 0
- GUM
-
-
- GUZ066
- 540660
- Utirik
- GU
- US
- 11.24
- 169.86
- 0
- 0
- GUM
-
-
- GUZ067
- 540670
- Wotje
- GU
- US
- 9.55
- 170.24
- 0
- 0
- GUM
-
-
- GUZ061
- 540610
- Majuro
- GU
- US
- 7.11
- 171.08
- 0
- 0
- GUM
-
-
- GUZ068
- 540680
- Mili
- GU
- US
- 6.04
- 171.95
- 0
- 0
- GUM
-
-
- AKZ191
- 21910
- Western_Aleutians
- AK
- US
- 51.51
- 179.05
- 0
- 0
- AFC
-
-
- PKZ175
- 691750
- Adak_to_Kiska
-
- US
- 51.71
- -178.59
- 0
- 0
- AFC
-
-
- PKZ185
- 691850
- St_Matthew_Island_Waters
-
- US
- 60.43
- -174.18
- 0
- 0
- AFC
-
-
- PKZ172
- 691720
- Nikolski_to_Adak
-
- US
- 52.26
- -173.19
- 0
- 0
- AFC
-
-
- PSZ152
- 721520
- Coastal_waters_of_Swain's_I
-
- US
- -11.08
- -171.03
- 0
- 0
- STU
-
-
- PSZ150
- 721500
- Cstal_wtrs_of_Tututila_and_Aunuu
-
- US
- -14.31
- -170.77
- 0
- 0
- STU
-
-
- PKZ179
- 691790
- Pribilof_Is_Nearshore_Waters
-
- US
- 56.90
- -169.97
- 0
- 0
- AFC
-
-
- PKZ210
- 692100
- Dall_Point_to_Wales
-
- US
- 63.31
- -169.57
- 0
- 0
- AFG
-
-
- PSZ151
- 721510
- Coastal_waters_of_Manua
-
- US
- -14.21
- -169.45
- 0
- 0
- STU
-
-
- PKZ225
- 692250
- Cape_Thompson_to_Cape_Beaufort
-
- US
- 69.01
- -167.45
- 0
- 0
- AFG
-
-
- PKZ170
- 691700
- Cape_Sarichef_to_Nikoski
-
- US
- 53.72
- -166.78
- 0
- 0
- AFC
-
-
- PKZ220
- 692200
- Wales_to_Cape_Thompson
-
- US
- 66.97
- -166.69
- 0
- 0
- AFG
-
-
- PKZ171
- 691710
- Unalaska_Bay
-
- US
- 53.92
- -166.59
- 0
- 0
- AFC
-
-
- PKZ180
- 691800
- Cape_Newenham_to_Dall_Point
-
- US
- 59.92
- -165.98
- 0
- 0
- AFC
-
-
- PKZ200
- 692000
- Norton_Sound
-
- US
- 63.99
- -163.30
- 0
- 0
- AFG
-
-
- PKZ230
- 692300
- Cape_Beaufort_to_Point_Franklin
-
- US
- 70.53
- -163.03
- 0
- 0
- AFG
-
-
- PKZ165
- 691650
- Port_Heiden_to_Cape_Sarichef
-
- US
- 56.01
- -162.88
- 0
- 0
- AFC
-
-
- PKZ215
- 692150
- Kotzebue_Sound
-
- US
- 66.65
- -162.83
- 0
- 0
- AFG
-
-
- PKZ155
- 691550
- Castle_Cape_to_Cape_Sarichef
-
- US
- 54.50
- -160.72
- 0
- 0
- AFC
-
-
- PKZ160
- 691600
- Cape_Newenham_to_Port_Heiden
-
- US
- 57.98
- -160.52
- 0
- 0
- AFC
-
-
- PHZ110
- 701100
- Kauai_Northwest_Waters
-
- US
- 22.44
- -159.99
- 0
- 0
- HFO
-
-
- PHZ112
- 701120
- Kauai_Leeward_Waters
-
- US
- 21.64
- -159.99
- 0
- 0
- HFO
-
-
- PHZ111
- 701110
- Kauai_Windward_Waters
-
- US
- 22.41
- -159.03
- 0
- 0
- HFO
-
-
- PHZ113
- 701130
- Kauai_Channel
-
- US
- 21.62
- -159.00
- 0
- 0
- HFO
-
-
- PHZ115
- 701150
- Oahu_Leeward_Waters
-
- US
- 21.04
- -158.18
- 0
- 0
- HFO
-
-
- PHZ114
- 701140
- Oahu_Windward_Waters
-
- US
- 21.88
- -157.59
- 0
- 0
- HFO
-
-
- PHZ116
- 701160
- Kaiwi_Channel
-
- US
- 21.22
- -157.49
- 0
- 0
- HFO
-
-
- PHZ118
- 701180
- Maui_County_Leeward_Waters
-
- US
- 20.70
- -157.49
- 0
- 0
- HFO
-
-
- PHZ120
- 701200
- Pailolo_Channel
-
- US
- 21.03
- -156.91
- 0
- 0
- HFO
-
-
- PHZ119
- 701190
- Maalaea_Bay
-
- US
- 20.75
- -156.53
- 0
- 0
- HFO
-
-
- PHZ121
- 701210
- Alenuihaha_Channel
-
- US
- 20.30
- -156.44
- 0
- 0
- HFO
-
-
- PHZ123
- 701230
- Big_Island_Leeward_Waters
-
- US
- 19.34
- -156.40
- 0
- 0
- HFO
-
-
- PHZ117
- 701170
- Maui_County_Windward_Waters
-
- US
- 21.32
- -156.39
- 0
- 0
- HFO
-
-
- PKZ235
- 692350
- Point_Franklin_to_Cape_Halkett
-
- US
- 71.66
- -156.01
- 0
- 0
- AFG
-
-
- PKZ150
- 691500
- Sitkinak_to_Castle_Cape
-
- US
- 55.91
- -155.76
- 0
- 0
- AFC
-
-
- PHZ124
- 701240
- Big_Island_Southeast_Waters
-
- US
- 18.71
- -155.37
- 0
- 0
- HFO
-
-
- PHZ122
- 701220
- Big_Island_Windward_Waters
-
- US
- 19.92
- -154.97
- 0
- 0
- HFO
-
-
- PKZ138
- 691380
- _Shelikof_Strait
-
- US
- 57.83
- -153.52
- 0
- 0
- AFC
-
-
- PKZ137
- 691370
- _Marmot_Bay
-
- US
- 58.00
- -152.62
- 0
- 0
- AFC
-
-
- PKZ136
- 691360
- _Chiniak_Bay
-
- US
- 57.70
- -152.37
- 0
- 0
- AFC
-
-
- PKZ132
- 691320
- Shuyak_Island_To_Sitkinak
-
- US
- 56.92
- -152.20
- 0
- 0
- AFC
-
-
- PKZ140
- 691400
- Cook_Inlt_N_of_Kamishak_Bay_and_
-
- US
- 60.34
- -151.89
- 0
- 0
- AFC
-
-
- PKZ141
- 691410
- Kachemak_Bay
-
- US
- 59.56
- -151.45
- 0
- 0
- AFC
-
-
- PKZ130
- 691300
- Barren_Is_And_Kamishak_Bay_Wtrs
-
- US
- 58.64
- -151.33
- 0
- 0
- AFC
-
-
- PKZ121
- 691210
- _Resurrection_Bay
-
- US
- 60.06
- -149.39
- 0
- 0
- AFC
-
-
- PKZ240
- 692400
- Cape_Halkett_to_Flaxman_Island
-
- US
- 71.09
- -149.19
- 0
- 0
- AFG
-
-
- PKZ129
- 691290
- Passage_Canal
-
- US
- 60.81
- -148.58
- 0
- 0
- AFC
-
-
- PKZ125
- 691250
- Prince_William_Sound
-
- US
- 60.48
- -147.34
- 0
- 0
- AFC
-
-
- PKZ120
- 691200
- Cape_Suckling_to_Gore_Point
-
- US
- 59.42
- -147.01
- 0
- 0
- AFC
-
-
- PKZ128
- 691280
- _Valdez_Arm
-
- US
- 60.94
- -146.86
- 0
- 0
- AFC
-
-
- PKZ127
- 691270
- _Valdez_Narrows
-
- US
- 61.05
- -146.67
- 0
- 0
- AFC
-
-
- PKZ126
- 691260
- _Port_of_Valdez
-
- US
- 61.11
- -146.44
- 0
- 0
- AFC
-
-
- PKZ245
- 692450
- Flaxman_I_to_Demarcation_Point
-
- US
- 70.60
- -143.39
- 0
- 0
- AFG
-
-
- PKZ052
- 690520
- Icy_Cape_to_Cape_Suckling
-
- US
- 59.40
- -142.97
- 0
- 0
- AJK
-
-
- PKZ051
- 690510
- Cape_Fairweather_to_Icy_Cape
-
- US
- 58.95
- -140.30
- 0
- 0
- AJK
-
-
- PKZ053
- 690530
- Yakutat_Bay
-
- US
- 59.80
- -139.76
- 0
- 0
- AJK
-
-
- PKZ043
- 690430
- SE_AK_Outside_Wtrs_From_C_Edgecu
-
- US
- 57.59
- -137.69
- 0
- 0
- AJK
-
-
- PKZ022
- 690220
- Cross_Sound
-
- US
- 58.14
- -136.36
- 0
- 0
- AJK
-
-
- PKZ011
- 690110
- _Glacier_Bay
-
- US
- 58.72
- -136.23
- 0
- 0
- AJK
-
-
- PKZ042
- 690420
- Cape_Decision_to_Cape_Edgecumbe
-
- US
- 56.23
- -136.12
- 0
- 0
- AJK
-
-
- PKZ021
- 690210
- Icy_Strait
-
- US
- 58.27
- -135.73
- 0
- 0
- AJK
-
-
- PKZ012
- 690120
- Northern_Lynn_Canal
-
- US
- 59.10
- -135.30
- 0
- 0
- AJK
-
-
- PKZ013
- 690130
- Southern_Lynn_Canal
-
- US
- 58.59
- -135.07
- 0
- 0
- AJK
-
-
- PKZ032
- 690320
- Northern_Chatham_Strait
-
- US
- 57.61
- -134.77
- 0
- 0
- AJK
-
-
- PKZ033
- 690330
- Southern_Chatham_Strait
-
- US
- 56.54
- -134.55
- 0
- 0
- AJK
-
-
- PKZ041
- 690410
- Dixon_Entrance_to_Cape_Decision
-
- US
- 55.04
- -134.31
- 0
- 0
- AJK
-
-
- PKZ031
- 690310
- Stephens_Passage
-
- US
- 57.94
- -134.29
- 0
- 0
- AJK
-
-
- PKZ034
- 690340
- Frederick_Sound
-
- US
- 56.99
- -134.28
- 0
- 0
- AJK
-
-
- PKZ035
- 690350
- Sumner_Strait
-
- US
- 56.40
- -133.28
- 0
- 0
- AJK
-
-
- PKZ036
- 690360
- Clarence_Strait
-
- US
- 55.40
- -131.52
- 0
- 0
- AJK
-
-
- PZZ170
- 611700
- Cstal_Wtrs_From_C_Flattery_To_Ja
-
- US
- 48.22
- -125.73
- 0
- 0
- SEW
-
-
- PZZ173
- 611730
- Wtrs_From_James_I_To_Pt_Grenvl_2
-
- US
- 47.57
- -125.40
- 0
- 0
- SEW
-
-
- PZZ376
- 613760
- Wtrs_fr_C_Blanco_OR_to_Pt._St._G
-
- US
- 42.33
- -125.39
- 0
- 0
- MFR
-
-
- PZZ370
- 613700
- Wtrs_fr_Florence_to_C_Blanco_OR_
-
- US
- 43.40
- -125.19
- 0
- 0
- MFR
-
-
- PZZ275
- 612750
- Wtrs_fr_Cascade_Hd_to_Florence_O
-
- US
- 44.59
- -125.15
- 0
- 0
- PQR
-
-
- PZZ470
- 614700
- Wtrs_fr_Pt._St._Geo_to_C_Mendoci
-
- US
- 41.14
- -125.08
- 0
- 0
- EKA
-
-
- PZZ176
- 611760
- Cstal_Wtrs_From_Pt_Grenvl_To_C_S
-
- US
- 46.97
- -125.06
- 0
- 0
- SEW
-
-
- PZZ153
- 611530
- Cstal_Wtrs_From_James_I_To_Pt_Gr
-
- US
- 47.74
- -124.99
- 0
- 0
- SEW
-
-
- PZZ270
- 612700
- Wtrs_fr_C_Shoalwtr_WA_to_Cascade
-
- US
- 45.92
- -124.99
- 0
- 0
- PQR
-
-
- PZZ150
- 611500
- Cstal_Wtrs_From_C_Flattery_To_Ja
-
- US
- 48.17
- -124.89
- 0
- 0
- SEW
-
-
- PZZ475
- 614750
- Wtrs_fr_C_Mendocino_to_Pt._Arena
-
- US
- 39.69
- -124.74
- 0
- 0
- EKA
-
-
- PZZ350
- 613500
- Cstal_wtrs_fr_Florence_to_C_Blan
-
- US
- 43.47
- -124.68
- 0
- 0
- MFR
-
-
- PZZ330
- 613300
- Chetco_River_Bar
-
- US
- 42.31
- -124.60
- 0
- 0
- MFR
-
-
- PZZ130
- 611300
- W_Entr_U.S._Wtrs_St_Of_Juan_De_F
-
- US
- 48.37
- -124.48
- 0
- 0
- SEW
-
-
- PZZ310
- 613100
- Coos_Bay_Bar
-
- US
- 43.43
- -124.47
- 0
- 0
- MFR
-
-
- PZZ156
- 611560
- Cstal_Wtrs_From_Pt_Grenvl_To_C_S
-
- US
- 47.02
- -124.44
- 0
- 0
- SEW
-
-
- PZZ356
- 613560
- Cstal_wtrs_fr_C_Blanco_OR_to_Pt.
-
- US
- 42.24
- -124.43
- 0
- 0
- MFR
-
-
- PZZ450
- 614500
- Cstal_wtrs_fr_Pt._St._Geo_to_C_M
-
- US
- 41.11
- -124.33
- 0
- 0
- EKA
-
-
- PZZ250
- 612500
- Cstal_wtrs_fr_C_Shoalwtr_WA_to_C
-
- US
- 45.93
- -124.20
- 0
- 0
- PQR
-
-
- PZZ410
- 614100
- Humboldt_Bay_Bar
-
- US
- 40.77
- -124.19
- 0
- 0
- EKA
-
-
- PZZ255
- 612550
- Cstal_wtrs_fr_Cascade_Hd_to_Flor
-
- US
- 44.47
- -124.10
- 0
- 0
- PQR
-
-
- PZZ110
- 611100
- Grays_Harbor_Bar
-
- US
- 46.93
- -123.99
- 0
- 0
- SEW
-
-
- PZZ570
- 615700
- Wtrs_fr_Pt._Arena_to_Pigeon_Pt._
-
- US
- 38.08
- -123.99
- 0
- 0
- MTR
-
-
- PZZ455
- 614550
- Cstal_wtrs_fr_C_Mendocino_to_Pt.
-
- US
- 39.69
- -123.91
- 0
- 0
- EKA
-
-
- PZZ131
- 611310
- Ctrl_U.S._Wtrs_St_Of_Juan_De_Fuc
-
- US
- 48.27
- -123.68
- 0
- 0
- SEW
-
-
- PZZ210
- 612100
- Columbia_River_Bar
-
- US
- 46.21
- -123.68
- 0
- 0
- PQR
-
-
- PZZ540
- 615400
- Cstal_Wtrs_fr_Pt_Arena_to_Pt_Rey
-
- US
- 38.48
- -123.53
- 0
- 0
- MTR
-
-
- PZZ132
- 611320
- E_Entr_U.S._Wtrs_St_Of_Juan_De_F
-
- US
- 48.21
- -122.96
- 0
- 0
- SEW
-
-
- PZZ133
- 611330
- Nrn_Inlnd_Wtrs_Incl_The_Sn_Juan_
-
- US
- 48.58
- -122.78
- 0
- 0
- SEW
-
-
- PZZ575
- 615750
- Wtrs_fr_Pigeon_Pt._to_Pt._Piedra
-
- US
- 36.41
- -122.76
- 0
- 0
- MTR
-
-
- PZZ545
- 615450
- Cstal_Wtrs_fr_Pt_Reyes_to_Pigeon
-
- US
- 37.58
- -122.72
- 0
- 0
- MTR
-
-
- PZZ134
- 611340
- Admiralty_Inlet
-
- US
- 48.06
- -122.68
- 0
- 0
- SEW
-
-
- PZZ560
- 615600
- Cstal_Wtrs_fr_Pigeon_Pt_to_Pt_Pi
-
- US
- 36.99
- -122.59
- 0
- 0
- MTR
-
-
- PZZ135
- 611350
- Puget_Sound_and_Hood_Canal
-
- US
- 47.56
- -122.47
- 0
- 0
- SEW
-
-
- PZZ530
- 615300
- Sn_Francisco/Sn_Pablo/Suisun_Bay
-
- US
- 37.83
- -122.39
- 0
- 0
- MTR
-
-
- PZZ535
- 615350
- Monterey_Bay
-
- US
- 36.79
- -121.89
- 0
- 0
- MTR
-
-
- PZZ565
- 615650
- Cstal_Wtrs_fr_Pt_Pinos_to_Pt_Pie
-
- US
- 36.11
- -121.84
- 0
- 0
- MTR
-
-
- PZZ670
- 616700
- The_Wtrs_fr_Pt._Piedras_Blancas_
-
- US
- 35.14
- -121.55
- 0
- 0
- LOX
-
-
- PZZ673
- 616730
- Wtrs_fr_Pt._Arguello_to_Sta_Cruz
-
- US
- 34.18
- -120.98
- 0
- 0
- LOX
-
-
- PZZ650
- 616500
- E_Sta_Barbara_Chnl_fr_Pt._Concep
-
- US
- 34.28
- -119.87
- 0
- 0
- LOX
-
-
- PZZ676
- 616760
- Out_wtrs_fr_Sta_Cruz_I_to_Sn_Cle
-
- US
- 33.54
- -119.79
- 0
- 0
- LOX
-
-
- PZZ655
- 616550
- Inr_wtrs_fr_Pt_Mugu_to_Sn_Mateo_
-
- US
- 33.59
- -118.55
- 0
- 0
- LOX
-
-
- PZZ775
- 617750
- Wtrs_fr_Sn_Mateo_point_to_the_Me
-
- US
- 32.83
- -118.20
- 0
- 0
- SGX
-
-
- PZZ750
- 617500
- Cstal_Wtrs_fr_Sn_Mateo_Pt_to_the
-
- US
- 32.92
- -117.55
- 0
- 0
- SGX
-
-
- GMZ135
- 681350
- Laguna_Madre_From_5_nm_N_Of_Port
-
- US
- 26.93
- -97.44
- 0
- 0
- BRO
-
-
- GMZ132
- 681320
- Laguna_Madre_From_The_Arroyo_Col
-
- US
- 26.49
- -97.37
- 0
- 0
- BRO
-
-
- GMZ230
- 682300
- Bays_and_Wtrways_fr_Baffin_Bay_t
-
- US
- 27.54
- -97.31
- 0
- 0
- CRP
-
-
- GMZ130
- 681300
- Laguna_Madre_From_the_Port_Of_Br
-
- US
- 26.19
- -97.30
- 0
- 0
- BRO
-
-
- GMZ155
- 681550
- Cstal_wtrs_fr_Baffin_Bay_to_Port
-
- US
- 26.92
- -97.23
- 0
- 0
- BRO
-
-
- GMZ250
- 682500
- Cstal_wtrs_fr_Baffin_Bay_to_Port
-
- US
- 27.52
- -97.10
- 0
- 0
- CRP
-
-
- GMZ150
- 681500
- Cstal_wtrs_fr_Port_Mansfield_TX_
-
- US
- 26.28
- -97.04
- 0
- 0
- BRO
-
-
- GMZ235
- 682350
- Bays_and_Wtrways_fr_Port_Aransas
-
- US
- 28.16
- -96.82
- 0
- 0
- CRP
-
-
- GMZ175
- 681750
- Wtrs_fr_Baffin_Bay_to_Port_Mansf
-
- US
- 26.87
- -96.68
- 0
- 0
- BRO
-
-
- GMZ255
- 682550
- Cstal_wtrs_fr_Port_Aransas_to_Ma
-
- US
- 28.06
- -96.66
- 0
- 0
- CRP
-
-
- GMZ270
- 682700
- Wtrs_fr_Baffin_Bay_to_Port_Arans
-
- US
- 27.35
- -96.51
- 0
- 0
- CRP
-
-
- GMZ170
- 681700
- Wtrs_fr_Port_Mansfield_TX_to_the
-
- US
- 26.26
- -96.50
- 0
- 0
- BRO
-
-
- GMZ330
- 683300
- Matagorda_Bay
-
- US
- 28.60
- -96.32
- 0
- 0
- HGX
-
-
- GMZ275
- 682750
- Wtrs_fr_Port_Aransas_to_Matagord
-
- US
- 27.74
- -96.12
- 0
- 0
- CRP
-
-
- GMZ350
- 683500
- Cstal_wtrs_fr_Freeport_to_Matago
-
- US
- 28.52
- -95.70
- 0
- 0
- HGX
-
-
- GMZ370
- 683700
- Wtrs_fr_Freeport_to_Matagorda_Sh
-
- US
- 28.13
- -95.38
- 0
- 0
- HGX
-
-
- GMZ335
- 683350
- Galveston_Bay
-
- US
- 29.41
- -94.87
- 0
- 0
- HGX
-
-
- GMZ355
- 683550
- Cstal_wtrs_fr_Hi_I_to_Freeport_T
-
- US
- 29.10
- -94.78
- 0
- 0
- HGX
-
-
- GMZ375
- 683750
- Wtrs_fr_Hi_I_to_Freeport_TX_fr_2
-
- US
- 28.66
- -94.60
- 0
- 0
- HGX
-
-
- GMZ450
- 684500
- Cstal_wtrs_fr_Cameron_LA_to_Hi_I
-
- US
- 29.58
- -93.95
- 0
- 0
- LCH
-
-
- GMZ430
- 684300
- Sabine_Lake
-
- US
- 29.62
- -93.85
- 0
- 0
- LCH
-
-
- GMZ470
- 684700
- Wtrs_fr_Cameron_LA_to_Hi_I_TX_fr
-
- US
- 29.07
- -93.82
- 0
- 0
- LCH
-
-
- GMZ432
- 684320
- Calcasieu_Lake
-
- US
- 29.92
- -93.31
- 0
- 0
- LCH
-
-
- GMZ452
- 684520
- Cstal_wtrs_fr_Intracoastal_Cty_t
-
- US
- 29.48
- -92.72
- 0
- 0
- LCH
-
-
- GMZ472
- 684720
- Wtrs_fr__Intracoastal_Cty_to_Cam
-
- US
- 28.95
- -92.68
- 0
- 0
- LCH
-
-
- LSZ145
- 651450
- Duluth_MN_to_Port_Wing_WI
-
- US
- 46.76
- -91.84
- 0
- 0
- DLH
-
-
- LSZ144
- 651440
- Two_Harbors_to_Duluth_MN
-
- US
- 46.89
- -91.82
- 0
- 0
- DLH
-
-
- GMZ475
- 684750
- Wtrs_fr_Lwr_Atchafalaya_Riv_to_I
-
- US
- 28.70
- -91.72
- 0
- 0
- LCH
-
-
- GMZ435
- 684350
- Vermillion_Bay
-
- US
- 29.38
- -91.70
- 0
- 0
- LCH
-
-
- GMZ455
- 684550
- Cstal_wtrs_fr_Lwr_Atchafalaya_Ri
-
- US
- 29.32
- -91.69
- 0
- 0
- LCH
-
-
- LSZ143
- 651430
- Silver_Bay_Hbr_to_2_Hbrs_MN
-
- US
- 47.13
- -91.40
- 0
- 0
- DLH
-
-
- LSZ146
- 651460
- Port_Wing_to_Sand_Island_WI
-
- US
- 46.91
- -91.19
- 0
- 0
- DLH
-
-
- LSZ142
- 651420
- Taconite_Hbr_to_Silver_Bay_Hbr_M
-
- US
- 47.38
- -91.05
- 0
- 0
- DLH
-
-
- LSZ121
- 651210
- Chequamegon_Bay-Bayfield_to_Oak_
-
- US
- 46.69
- -90.81
- 0
- 0
- DLH
-
-
- LSZ147
- 651470
- Sand_Island_to_Bayfield_WI
-
- US
- 46.91
- -90.71
- 0
- 0
- DLH
-
-
- LSZ148
- 651480
- Oak_Point_to_Saxon_Harbor_WI
-
- US
- 46.67
- -90.59
- 0
- 0
- DLH
-
-
- LSZ141
- 651410
- Grand_Marais_to_Taconite_Hbr_MN
-
- US
- 47.58
- -90.57
- 0
- 0
- DLH
-
-
- LSZ162
- 651620
- L_Sup_W_of_a_line_fr_Saxon_Hbr_W
-
- US
- 47.28
- -90.56
- 0
- 0
- DLH
-
-
- LSZ240
- 652400
- Saxon_Harbor_WI_to_Black_Riv_MI
-
- US
- 46.66
- -90.24
- 0
- 0
- MQT
-
-
- GMZ550
- 685500
- Cstal_wtrs_fr_the_SW_pass_of_the
-
- US
- 29.00
- -90.19
- 0
- 0
- LIX
-
-
- GMZ570
- 685700
- Wtrs_fr_the_SW_Pass_of_the_MS_Ri
-
- US
- 28.39
- -90.18
- 0
- 0
- LIX
-
-
- GMZ530
- 685300
- L_Pontchartrain_and_L_Maurepas
-
- US
- 30.17
- -90.10
- 0
- 0
- LIX
-
-
- LSZ241
- 652410
- Black_River_To_Ontonagon_MI
-
- US
- 46.81
- -89.91
- 0
- 0
- MQT
-
-
- LSZ140
- 651400
- Gnd_Portage_to_Gnd_Marais_MN
-
- US
- 47.84
- -89.85
- 0
- 0
- DLH
-
-
- LSZ263
- 652630
- L_Sup_fr_Saxon_Hbr_WI_to_Upr_Ent
-
- US
- 47.45
- -89.29
- 0
- 0
- MQT
-
-
- GMZ555
- 685550
- Cstal_wtrs_fr_Pascagoula_MS_to_t
-
- US
- 29.72
- -89.09
- 0
- 0
- LIX
-
-
- LSZ242
- 652420
- Ontonagon_to_Upr_Entr_of_Portage
-
- US
- 47.10
- -88.96
- 0
- 0
- MQT
-
-
- GMZ575
- 685750
- Wtrs_fr_Pascagoula_MS_to_the_SW_
-
- US
- 28.86
- -88.56
- 0
- 0
- LIX
-
-
- LSZ243
- 652430
- Upr_Entr_of_Portage_Canal_to_Eag
-
- US
- 47.37
- -88.47
- 0
- 0
- MQT
-
-
- LSZ247
- 652470
- Portage_L_to_Huron_I_MI_to_Lwr_E
-
- US
- 46.90
- -88.37
- 0
- 0
- MQT
-
-
- LSZ246
- 652460
- Pt_Isabelle_to_Lwr_Entr_of_Porta
-
- US
- 47.15
- -88.22
- 0
- 0
- MQT
-
-
- LSZ264
- 652640
- L_Sup_fr_Upr_Entr_to_Portage_Can
-
- US
- 47.83
- -88.08
- 0
- 0
- MQT
-
-
- GMZ650
- 686500
- Cstal_wtrs_fr_Pensacola_FL_to_Pa
-
- US
- 30.19
- -88.01
- 0
- 0
- MOB
-
-
- LSZ244
- 652440
- Eagle_River_to_Manitou_I_MI
-
- US
- 47.49
- -87.95
- 0
- 0
- MQT
-
-
- GMZ630
- 686300
- Mobile_Bay
-
- US
- 30.53
- -87.93
- 0
- 0
- MOB
-
-
- LMZ644
- 646440
- Port_Washington_to_N_Pt_Lt_WI
-
- US
- 43.24
- -87.87
- 0
- 0
- MKX
-
-
- LMZ522
- 645220
- Grn_Bay_S_of_line_fr__Oconto_WI_
-
- US
- 44.71
- -87.79
- 0
- 0
- GRB
-
-
- LMZ645
- 646450
- N_Point_Light_to_Wind_Point_WI
-
- US
- 42.93
- -87.77
- 0
- 0
- MKX
-
-
- LMZ740
- 647400
- Winthrop_Hbr_to_Wilmette_Hbr_IL
-
- US
- 42.28
- -87.77
- 0
- 0
- LOT
-
-
- LSZ265
- 652650
- L_Sup_W_of_Line_fr_Manitou_I_to_
-
- US
- 47.00
- -87.73
- 0
- 0
- MQT
-
-
- LMZ643
- 646430
- Sheboygan_to_Port_Washington_WI
-
- US
- 43.55
- -87.72
- 0
- 0
- MKX
-
-
- LMZ646
- 646460
- Wind_Pt_WI_to_Winthrop_Hbr_IL
-
- US
- 42.64
- -87.72
- 0
- 0
- MKX
-
-
- LSZ245
- 652450
- Manitou_I_to_Point_Isabelle_MI
-
- US
- 47.32
- -87.71
- 0
- 0
- MQT
-
-
- GMZ670
- 686700
- Wtrs_fr_Pensacola_FL_to_Pascagou
-
- US
- 29.60
- -87.65
- 0
- 0
- MOB
-
-
- LMZ543
- 645430
- Two_Rivers_to_Sheboygan_WI
-
- US
- 43.95
- -87.64
- 0
- 0
- GRB
-
-
- LMZ742
- 647420
- Nerly_I_to_Calumet_Harbor_IL
-
- US
- 41.84
- -87.60
- 0
- 0
- LOT
-
-
- LMZ741
- 647410
- Wilmette_Harbor_to_Nerly_I_IL
-
- US
- 41.98
- -87.58
- 0
- 0
- LOT
-
-
- LSZ248
- 652480
- Huron_Islands_to_Marquette_MI
-
- US
- 46.77
- -87.52
- 0
- 0
- MQT
-
-
- LMZ669
- 646690
- L_MI_fr_Sheboygan_to_Port_Washin
-
- US
- 43.63
- -87.44
- 0
- 0
- MKX
-
-
- LMZ743
- 647430
- Calumet_Harbor_IL_to_Gary_IN
-
- US
- 41.70
- -87.42
- 0
- 0
- LOT
-
-
- LMZ671
- 646710
- L_MI_fr_Port_Washington_to_N_Pt_
-
- US
- 43.20
- -87.41
- 0
- 0
- MKX
-
-
- LMZ673
- 646730
- L_MI_fr_N_Pt_Lt_to_Wind_Pt_WI_5N
-
- US
- 42.93
- -87.40
- 0
- 0
- MKX
-
-
- LMZ521
- 645210
- Grn_Bay_S_of_line_fr__Cedar_Riv_
-
- US
- 45.11
- -87.39
- 0
- 0
- GRB
-
-
- LMZ542
- 645420
- Sturgeon_Bay_to_Two_Rivers_WI
-
- US
- 44.49
- -87.37
- 0
- 0
- GRB
-
-
- LMZ777
- 647770
- L_MI_fr_Winthrop_Hbr_to_Wilmette
-
- US
- 42.31
- -87.37
- 0
- 0
- LOT
-
-
- LMZ567
- 645670
- L_MI_fr_2_Rivs_to_Sheboygan_WI_5
-
- US
- 44.05
- -87.33
- 0
- 0
- GRB
-
-
- LMZ675
- 646750
- L_MI_fr_Wind_Pt_WI_to_Winthrop_H
-
- US
- 42.61
- -87.32
- 0
- 0
- MKX
-
-
- LMZ779
- 647790
- L_MI_fr_Wilmette_Hbr_to_MI_Cty_i
-
- US
- 41.95
- -87.26
- 0
- 0
- LOT
-
-
- LMZ744
- 647440
- Gary_to_Burns_Harbor_IN
-
- US
- 41.67
- -87.25
- 0
- 0
- LOT
-
-
- LMZ565
- 645650
- L_MI_fr_Sturgeon_Bay_to_2_Rivs_W
-
- US
- 44.47
- -87.11
- 0
- 0
- GRB
-
-
- LSZ249
- 652490
- Marquette_to_Munising_MI
-
- US
- 46.60
- -87.05
- 0
- 0
- MQT
-
-
- LMZ745
- 647450
- Burns_Harbor_to_MI_City_IN
-
- US
- 41.72
- -87.04
- 0
- 0
- LOT
-
-
- LMZ541
- 645410
- Rock_I_Passage_to_Sturgeon_Bay_W
-
- US
- 45.07
- -86.96
- 0
- 0
- GRB
-
-
- LMZ870
- 648700
- L_MI_fr_Whthall_to_Pentwtr_MI_5N
-
- US
- 43.63
- -86.96
- 0
- 0
- GRR
-
-
- LMZ221
- 642210
- Grn_Bay_N_of_line_fr_Cedar_Riv_M
-
- US
- 45.66
- -86.94
- 0
- 0
- MQT
-
-
- LMZ046
- 640460
- MI_City_IN_to_New_Buffalo_MI
-
- US
- 41.80
- -86.86
- 0
- 0
- IWX
-
-
- LSZ266
- 652660
- L_Sup_E_of_a_line_fr_Manitou_I_t
-
- US
- 47.21
- -86.85
- 0
- 0
- MQT
-
-
- LMZ878
- 648780
- L_MI_fr_St_Joseph_to_S_Haven_MI_
-
- US
- 42.36
- -86.84
- 0
- 0
- GRR
-
-
- GMZ675
- 686750
- Wtrs_fr_Destin_to_Pensacola_FL_f
-
- US
- 29.72
- -86.83
- 0
- 0
- MOB
-
-
- LMZ080
- 640800
- L_MI_MI_Cty_IN_to_St._Joseph_MI_
-
- US
- 41.97
- -86.79
- 0
- 0
- IWX
-
-
- LMZ872
- 648720
- L_MI_fr_Gnd_Haven_to_Whthall_MI_
-
- US
- 43.22
- -86.78
- 0
- 0
- GRR
-
-
- LMZ874
- 648740
- L_MI_fr_Holland_to_Gnd_Haven_MI_
-
- US
- 42.95
- -86.78
- 0
- 0
- GRR
-
-
- LMZ366
- 643660
- L_MI_fr_Pt_Betsie_to_Manistee_MI
-
- US
- 44.53
- -86.75
- 0
- 0
- APX
-
-
- GMZ655
- 686550
- Cstal_wtrs_fr_Destin_to_Pensacol
-
- US
- 30.24
- -86.72
- 0
- 0
- MOB
-
-
- LMZ043
- 640430
- New_Buffalo_MI_to_St_Joseph_MI
-
- US
- 41.97
- -86.67
- 0
- 0
- IWX
-
-
- LMZ563
- 645630
- L_MI_fr_Rock_I_Passage_to_Sturge
-
- US
- 45.02
- -86.67
- 0
- 0
- GRB
-
-
- LMZ250
- 642500
- 5NM_E_of_a_line_fr_Fairport_MI_t
-
- US
- 45.49
- -86.66
- 0
- 0
- MQT
-
-
- LMZ868
- 648680
- L_MI_fr_Pentwtr_to_Manistee_MI_5
-
- US
- 43.95
- -86.65
- 0
- 0
- GRR
-
-
- LMZ876
- 648760
- L_MI_fr_S_Haven_to_Holland_MI_5N
-
- US
- 42.60
- -86.65
- 0
- 0
- GRR
-
-
- LMZ849
- 648490
- Pentwater_to_Manistee_MI
-
- US
- 44.03
- -86.57
- 0
- 0
- GRR
-
-
- LMZ848
- 648480
- Whitehall_to_Pentwater_MI
-
- US
- 43.59
- -86.53
- 0
- 0
- GRR
-
-
- LSZ250
- 652500
- Munising_to_Grand_Marais_MI
-
- US
- 46.59
- -86.49
- 0
- 0
- MQT
-
-
- LMZ844
- 648440
- St_Joseph_to_South_Haven_MI
-
- US
- 42.28
- -86.46
- 0
- 0
- GRR
-
-
- LMZ847
- 648470
- Grand_Haven_to_Whitehall_MI
-
- US
- 43.22
- -86.36
- 0
- 0
- GRR
-
-
- LMZ346
- 643460
- Manistee_to_Point_Betsie_MI
-
- US
- 44.48
- -86.33
- 0
- 0
- APX
-
-
- LMZ261
- 642610
- L_MI_fr_Seul_Choix_Pt_to_Rock_I_
-
- US
- 45.60
- -86.32
- 0
- 0
- MQT
-
-
- LMZ846
- 648460
- Holland_to_Grand_Haven_MI
-
- US
- 42.91
- -86.30
- 0
- 0
- GRR
-
-
- LMZ845
- 648450
- South_Haven_to_Holland_MI
-
- US
- 42.59
- -86.28
- 0
- 0
- GRR
-
-
- LMZ248
- 642480
- Seul_Choix_Pt_to_Pt_Detour_MI
-
- US
- 45.79
- -86.27
- 0
- 0
- MQT
-
-
- LMZ364
- 643640
- L_MI_fr_Charlevoix_to_Pt_Betsie_
-
- US
- 45.02
- -86.19
- 0
- 0
- APX
-
-
- LMZ345
- 643450
- Pt_Betsie_to_Sleeping_Bear_Pt_MI
-
- US
- 44.82
- -86.18
- 0
- 0
- APX
-
-
- LMZ344
- 643440
- Sleeping_Bear_Pt_to_Gnd_Traverse
-
- US
- 45.09
- -85.79
- 0
- 0
- APX
-
-
- GMZ770
- 687700
- Wtrs_fr_Apalachicola_to_Destin_F
-
- US
- 29.27
- -85.76
- 0
- 0
- TAE
-
-
- LMZ341
- 643410
- Seul_Choix_Pt_to_5NM_W_of_Mackin
-
- US
- 45.96
- -85.71
- 0
- 0
- APX
-
-
- GMZ750
- 687500
- Cstal_wtrs_fr_Apalachicola_to_De
-
- US
- 29.84
- -85.65
- 0
- 0
- TAE
-
-
- LSZ267
- 652670
- L_Sup_fr_Gnd_Marais_MI_to_Whtfis
-
- US
- 47.00
- -85.61
- 0
- 0
- MQT
-
-
- LMZ362
- 643620
- L_MI_S_of_a_line_fr_Seul_Choix_P
-
- US
- 45.60
- -85.57
- 0
- 0
- APX
-
-
- LMZ323
- 643230
- Gnd_Traverse_Bay_S_of_a_line_Gnd
-
- US
- 44.98
- -85.56
- 0
- 0
- APX
-
-
- LSZ251
- 652510
- Grand_Marais_to_Whitefish_Pt_MI
-
- US
- 46.75
- -85.41
- 0
- 0
- MQT
-
-
- LMZ342
- 643420
- Norwood_MI_to_5NM_W_of_Mackinac_
-
- US
- 45.53
- -85.20
- 0
- 0
- APX
-
-
- LSZ321
- 653210
- Whtfish_Bay_(U.S._Portion)/Whtfi
-
- US
- 46.54
- -84.77
- 0
- 0
- APX
-
-
- LHZ345
- 743450
- Sts_of_Mackinac_within_5NM_of_Ma
-
- US
- 45.81
- -84.71
- 0
- 0
- APX
-
-
- GMZ755
- 687550
- Cstal_Wtrs_From__Ochlockonee_Riv
-
- US
- 29.61
- -84.54
- 0
- 0
- TAE
-
-
- GMZ775
- 687750
- Wtrs_fr__Suwannee_Riv_to_Apalach
-
- US
- 29.15
- -84.35
- 0
- 0
- TAE
-
-
- LHZ347
- 743470
- 5NM_E_of_Mackinac_Br_to_Presque_
-
- US
- 45.73
- -84.31
- 0
- 0
- APX
-
-
- LHZ346
- 743460
- St_Ignace_to_False_Detour_Chnl
-
- US
- 45.94
- -84.13
- 0
- 0
- APX
-
-
- LSZ322
- 653220
- St._Marys_Riv_Pt_Iroquois_to_E._
-
- US
- 46.26
- -84.11
- 0
- 0
- APX
-
-
- GMZ730
- 687300
- Apalachee_Bay_or_Cstal_Wtrs_From
-
- US
- 29.90
- -83.95
- 0
- 0
- TAE
-
-
- LHZ361
- 743610
- L_Huron_fr_5NM_E_of_Mackinac_Br_
-
- US
- 45.63
- -83.69
- 0
- 0
- APX
-
-
- LHZ422
- 744220
- Inr_Saginaw_Bay_SW_of_Pt_Au_Gres
-
- US
- 43.80
- -83.67
- 0
- 0
- DTX
-
-
- GMZ870
- 688700
- Wtrs_fr_Tarpon_Spgs_to_Suwannee_
-
- US
- 28.60
- -83.54
- 0
- 0
- TBW
-
-
- GMZ765
- 687650
- Cstal_wtrs_fr__Suwannee_Riv_to_K
-
- US
- 29.50
- -83.53
- 0
- 0
- TAE
-
-
- LHZ421
- 744210
- Out_Saginaw_Bay_SW_of_Alabaster_
-
- US
- 44.07
- -83.38
- 0
- 0
- DTX
-
-
- GMZ873
- 688730
- Wtrs_fr_Englewood_to_Tarpon_Spgs
-
- US
- 27.42
- -83.36
- 0
- 0
- TBW
-
-
- LEZ142
- 631420
- Maumee_Bay_to_Reno_Beach_OH
-
- US
- 41.74
- -83.35
- 0
- 0
- CLE
-
-
- LHZ348
- 743480
- Presque_I_Lt_to_Sturgeon_Pt_MI_I
-
- US
- 45.06
- -83.32
- 0
- 0
- APX
-
-
- LEZ444
- 634440
- MI_Wtrs_of_L_Erie_fr_Detroit_Riv
-
- US
- 41.89
- -83.29
- 0
- 0
- DTX
-
-
- LHZ349
- 743490
- Sturgeon_Point_to_Alabaster_MI
-
- US
- 44.45
- -83.26
- 0
- 0
- APX
-
-
- LEZ162
- 631620
- Detroit_Riv_Lt._to_Maumee_Bay_OH
-
- US
- 41.86
- -83.20
- 0
- 0
- CLE
-
-
- LCZ423
- 604230
- Detroit_River
-
- US
- 42.18
- -83.16
- 0
- 0
- DTX
-
-
- GMZ850
- 688500
- Cstal_wtrs_fr_Tarpon_Spgs_to_Suw
-
- US
- 28.74
- -82.94
- 0
- 0
- TBW
-
-
- LEZ143
- 631430
- Reno_Beach_to_The_Islands_OH
-
- US
- 41.63
- -82.94
- 0
- 0
- CLE
-
-
- LEZ163
- 631630
- Reno_Beach_to_The_Is_OH_beyond_5
-
- US
- 41.73
- -82.92
- 0
- 0
- CLE
-
-
- GMZ853
- 688530
- Cstal_wtrs_fr_Englewood_to_Tarpo
-
- US
- 27.53
- -82.87
- 0
- 0
- TBW
-
-
- GMZ876
- 688760
- Wtrs_fr_Bonita_Beach_to_Englewoo
-
- US
- 26.39
- -82.86
- 0
- 0
- TBW
-
-
- LHZ362
- 743620
- L_Huron_fr_Presque_I_Lt_to_Sturg
-
- US
- 45.10
- -82.84
- 0
- 0
- APX
-
-
- LCZ460
- 604600
- L_St._Clair_Open_L_(U.S._Portion
-
- US
- 42.52
- -82.76
- 0
- 0
- DTX
-
-
- LHZ363
- 743630
- L_Huron_fr_Sturgeon_Pt_to_Alabas
-
- US
- 44.42
- -82.75
- 0
- 0
- APX
-
-
- LEZ144
- 631440
- The_Islands_to_Vermilion_OH
-
- US
- 41.48
- -82.71
- 0
- 0
- CLE
-
-
- GMZ830
- 688300
- Tampa_Bay_waters
-
- US
- 27.76
- -82.60
- 0
- 0
- TBW
-
-
- LHZ441
- 744410
- Port_Austin_to_Harbor_Beach_MI
-
- US
- 43.93
- -82.59
- 0
- 0
- DTX
-
-
- LHZ442
- 744420
- Harbor_Beach_to_Port_Sanilac_MI
-
- US
- 43.64
- -82.53
- 0
- 0
- DTX
-
-
- GMZ075
- 680750
- Wtrs_fr_Key_W_to_20_NM_W_of_Dry_
-
- US
- 24.26
- -82.51
- 0
- 0
- KEY
-
-
- LHZ462
- 744620
- L_Huron_fr_Port_Austin_to_Hbr_Be
-
- US
- 44.05
- -82.51
- 0
- 0
- DTX
-
-
- LEZ164
- 631640
- The_Is_to_Vermilion_OH_beyond_5n
-
- US
- 41.59
- -82.48
- 0
- 0
- CLE
-
-
- LCZ422
- 604220
- St._Clair_River
-
- US
- 42.77
- -82.47
- 0
- 0
- DTX
-
-
- LHZ443
- 744430
- Port_Sanilac_to_Port_Huron_MI
-
- US
- 43.21
- -82.43
- 0
- 0
- DTX
-
-
- GMZ676
- 686760
- Wtrs_fr_Chokoloskee_to_Bonita_Be
-
- US
- 25.80
- -82.42
- 0
- 0
- MFL
-
-
- LHZ463
- 744630
- L_Huron_fr_Hbr_Beach_to_Port_Sni
-
- US
- 43.70
- -82.41
- 0
- 0
- DTX
-
-
- LHZ464
- 744640
- L_Huron_fr_Port_Snilac_to_Port_H
-
- US
- 43.33
- -82.40
- 0
- 0
- DTX
-
-
- GMZ856
- 688560
- Cstal_wtrs_fr_Bonita_Beach_to_En
-
- US
- 26.56
- -82.28
- 0
- 0
- TBW
-
-
- LEZ145
- 631450
- Vermilion_to_Avon_Point_OH
-
- US
- 41.51
- -82.17
- 0
- 0
- CLE
-
-
- LEZ165
- 631650
- Vermilion_to_Avon_Pt_OH_beyond_5
-
- US
- 41.61
- -82.04
- 0
- 0
- CLE
-
-
- GMZ033
- 680330
- Wtrs_fr_E_C_Sable_to_Chokoloskee
-
- US
- 25.27
- -82.00
- 0
- 0
- KEY
-
-
- GMZ656
- 686560
- Cstal_wtrs_fr_Chokoloskee_to_Bon
-
- US
- 25.96
- -81.92
- 0
- 0
- MFL
-
-
- LEZ166
- 631660
- Avon_Pt_to_Willowick_OH_beyond_5
-
- US
- 41.82
- -81.81
- 0
- 0
- CLE
-
-
- LEZ146
- 631460
- Avon_Point_to_Willowick_OH
-
- US
- 41.54
- -81.66
- 0
- 0
- CLE
-
-
- GMZ054
- 680540
- Cstal_wtrs_fr_the_W_end_of_the_S
-
- US
- 24.48
- -81.61
- 0
- 0
- KEY
-
-
- GMZ032
- 680320
- Gulf_Side_of_the_Lwr_Keys_out_20
-
- US
- 24.86
- -81.48
- 0
- 0
- KEY
-
-
- GMZ074
- 680740
- Wtrs_fr_the_W_end_of_the_Seven_M
-
- US
- 23.93
- -81.44
- 0
- 0
- KEY
-
-
- GMZ657
- 686570
- Cstal_wtrs_fr_E_C_Sable_to_Choko
-
- US
- 25.47
- -81.41
- 0
- 0
- MFL
-
-
- AMZ450
- 664500
- Cstal_wtrs_fr_Altamaha_Snd_to_Fe
-
- US
- 30.99
- -81.28
- 0
- 0
- JAX
-
-
- LEZ147
- 631470
- Willowick_to_Geneva-on-the_L_OH
-
- US
- 41.80
- -81.22
- 0
- 0
- CLE
-
-
- AMZ452
- 664520
- Cstal_wtrs_fr_Fernandina_Beach_t
-
- US
- 30.28
- -81.18
- 0
- 0
- JAX
-
-
- LEZ167
- 631670
- Willowick_to_Geneva-on-the-L_OH_
-
- US
- 42.00
- -81.16
- 0
- 0
- CLE
-
-
- AMZ354
- 663540
- Cstal_wtrs_fr_Savannah_GA_to_Alt
-
- US
- 31.67
- -81.05
- 0
- 0
- CHS
-
-
- AMZ550
- 665500
- Flagler_Beach_to_Volusia-Brevard
-
- US
- 29.22
- -80.97
- 0
- 0
- MLB
-
-
- AMZ454
- 664540
- Cstal_wtrs_fr_St._Augustine_to_F
-
- US
- 29.66
- -80.94
- 0
- 0
- JAX
-
-
- GMZ053
- 680530
- Cstal_wtrs_fr_Craig_Key_to_the_W
-
- US
- 24.57
- -80.90
- 0
- 0
- KEY
-
-
- GMZ031
- 680310
- Florida_Bay
-
- US
- 24.99
- -80.86
- 0
- 0
- KEY
-
-
- AMZ610
- 666100
- Lake_Okeechobee
-
- US
- 26.94
- -80.82
- 0
- 0
- MFL
-
-
- GMZ073
- 680730
- Wtrs_fr_Craig_Key_to_the_W_end_o
-
- US
- 24.10
- -80.79
- 0
- 0
- KEY
-
-
- LEZ148
- 631480
- Geneva-on-the-L_to_Conneaut_OH
-
- US
- 41.96
- -80.75
- 0
- 0
- CLE
-
-
- AMZ472
- 664720
- Wtrs_fr_Fernandina_Beach_to_St._
-
- US
- 30.27
- -80.73
- 0
- 0
- JAX
-
-
- AMZ470
- 664700
- Wtrs_fr_Altamaha_Snd_GA_to_Ferna
-
- US
- 30.90
- -80.71
- 0
- 0
- JAX
-
-
- LEZ168
- 631680
- Geneva-on-the-L_to_Conneaut_OH_b
-
- US
- 42.11
- -80.69
- 0
- 0
- CLE
-
-
- AMZ474
- 664740
- Wtrs_fr_St._Augustine_to_Flagler
-
- US
- 29.71
- -80.54
- 0
- 0
- JAX
-
-
- AMZ552
- 665520
- Volusia-Brevard_Cnty_Line_to_Seb
-
- US
- 28.39
- -80.48
- 0
- 0
- MLB
-
-
- AMZ352
- 663520
- Cstal_wtrs_fr_Edisto_Beach_SC_to
-
- US
- 32.18
- -80.47
- 0
- 0
- CHS
-
-
- AMZ374
- 663740
- Wtrs_fr_Savannah_GA_to_Altamaha_
-
- US
- 31.48
- -80.45
- 0
- 0
- CHS
-
-
- LEZ169
- 631690
- Conneaut_OH_to_Ripley_NY_beyond_
-
- US
- 42.33
- -80.35
- 0
- 0
- CLE
-
-
- GMZ052
- 680520
- Cstal_wtrs_fr_O_Reef_to_Craig_Ke
-
- US
- 24.94
- -80.34
- 0
- 0
- KEY
-
-
- AMZ630
- 666300
- Biscayne_Bay
-
- US
- 25.58
- -80.28
- 0
- 0
- MFL
-
-
- AMZ570
- 665700
- Flagler_Beach_to_Volusia-Brevard
-
- US
- 29.20
- -80.22
- 0
- 0
- MLB
-
-
- LEZ149
- 631490
- Conneaut_OH_to_Ripley_NY
-
- US
- 42.15
- -80.15
- 0
- 0
- CLE
-
-
- GMZ072
- 680720
- Wtrs_fr_O_Reef_to_Craig_Key_fr_2
-
- US
- 24.53
- -80.05
- 0
- 0
- KEY
-
-
- AMZ555
- 665550
- Sebastian_Inlt_to_Jupiter_Inlt_0
-
- US
- 27.40
- -80.03
- 0
- 0
- MLB
-
-
- AMZ651
- 666510
- Cstal_wtrs_fr_Deerfield_Beach_to
-
- US
- 25.77
- -80.01
- 0
- 0
- MFL
-
-
- AMZ330
- 663300
- Charleston_Harbor
-
- US
- 32.78
- -79.89
- 0
- 0
- CHS
-
-
- AMZ572
- 665720
- Volusia-Brevard_Cnty_Line_to_Seb
-
- US
- 28.42
- -79.87
- 0
- 0
- MLB
-
-
- AMZ650
- 666500
- Cstal_wtrs_fr_Jupiter_Inlt_to_De
-
- US
- 26.59
- -79.74
- 0
- 0
- MFL
-
-
- AMZ370
- 663700
- Wtrs_fr_S_Sntee_Riv_SC_to_Savann
-
- US
- 32.35
- -79.63
- 0
- 0
- CHS
-
-
- LEZ040
- 630400
- Ripley_to_Dunkirk_NY
-
- US
- 42.43
- -79.56
- 0
- 0
- BUF
-
-
- AMZ575
- 665750
- Sebastian_Inlt_to_Jupiter_Inlt_2
-
- US
- 27.46
- -79.52
- 0
- 0
- MLB
-
-
- AMZ350
- 663500
- Cstal_wtrs_fr_S_Sntee_Riv_to_Edi
-
- US
- 32.65
- -79.51
- 0
- 0
- CHS
-
-
- AMZ671
- 666710
- Wtrs_fr_Deerfield_Beach_to_O_Ree
-
- US
- 25.50
- -79.50
- 0
- 0
- MFL
-
-
- LEZ061
- 630610
- Ripley_to_Buffalo_NY_extending_f
-
- US
- 42.55
- -79.49
- 0
- 0
- BUF
-
-
- AMZ670
- 666700
- Wtrs_fr_Jupiter_Inlt_to_Deerfiel
-
- US
- 26.58
- -79.34
- 0
- 0
- MFL
-
-
- LEZ041
- 630410
- Dunkirk_to_Buffalo_NY
-
- US
- 42.69
- -79.11
- 0
- 0
- BUF
-
-
- LEZ020
- 630200
- Buffalo_Hbr_and_the_Upr_Niagara_
-
- US
- 43.11
- -79.06
- 0
- 0
- BUF
-
-
- AMZ256
- 662560
- Cstal_wtrs_fr_Murrells_Inlt_to_S
-
- US
- 33.21
- -78.86
- 0
- 0
- ILM
-
-
- LOZ042
- 620420
- Niagara_Riv_to_Hamlin_Beach_NY
-
- US
- 43.36
- -78.79
- 0
- 0
- BUF
-
-
- LOZ062
- 620620
- Niagara_Riv_to_Hamlin_Beach_NY_b
-
- US
- 43.55
- -78.63
- 0
- 0
- BUF
-
-
- AMZ254
- 662540
- Cstal_wtrs_fr_Ltl_Riv_Inlt_to_Mu
-
- US
- 33.62
- -78.59
- 0
- 0
- ILM
-
-
- AMZ252
- 662520
- Cstal_wtrs_fr_C_Fear_NC_to_Ltl_R
-
- US
- 33.69
- -78.01
- 0
- 0
- ILM
-
-
- AMZ270
- 662700
- Wtrs_fr_Surf_Cty_NC_to_S_Sntee_R
-
- US
- 33.49
- -77.96
- 0
- 0
- ILM
-
-
- AMZ250
- 662500
- Cstal_wtrs_fr_Surf_Cty_to_C_Fear
-
- US
- 34.07
- -77.60
- 0
- 0
- ILM
-
-
- LOZ043
- 620430
- Hamlin_Beach_to_Sodus_Bay_NY
-
- US
- 43.33
- -77.46
- 0
- 0
- BUF
-
-
- LOZ063
- 620630
- Hamlin_Beach_to_Sodus_Bay_NY_bey
-
- US
- 43.47
- -77.38
- 0
- 0
- BUF
-
-
- ANZ536
- 675360
- Tidal_Potomac_fr_Ind_Hd_to_Cobb_
-
- US
- 38.42
- -77.12
- 0
- 0
- LWX
-
-
- ANZ535
- 675350
- Tidal_Potomac_fr_Key_Br_to_Ind_H
-
- US
- 38.75
- -77.04
- 0
- 0
- LWX
-
-
- AMZ158
- 661580
- Cstal_wtrs_fr_C_Lookout_to_Surf_
-
- US
- 34.52
- -76.95
- 0
- 0
- MHX
-
-
- LOZ064
- 620640
- Sodus_Bay_to_Mex_Bay_NY_beyond_5
-
- US
- 43.62
- -76.75
- 0
- 0
- BUF
-
-
- LOZ044
- 620440
- Sodus_Bay_to_Mexico_Bay_NY
-
- US
- 43.44
- -76.62
- 0
- 0
- BUF
-
-
- ANZ537
- 675370
- Tidal_Potomac_fr_Cobb_I_MD_to_Sm
-
- US
- 38.15
- -76.58
- 0
- 0
- LWX
-
-
- ANZ533
- 675330
- Chsapke_Bay_fr_N_Beach_to_Drum_P
-
- US
- 38.56
- -76.41
- 0
- 0
- LWX
-
-
- LOZ065
- 620650
- Mex_Bay_NY_to_the_St._Lawrence_R
-
- US
- 43.78
- -76.39
- 0
- 0
- BUF
-
-
- LOZ045
- 620450
- Mex_Bay_NY_to_the_St._Lawrence_R
-
- US
- 43.86
- -76.36
- 0
- 0
- BUF
-
-
- ANZ531
- 675310
- Chsapke_Bay_fr_Pooles_I_to_Sndy_
-
- US
- 39.18
- -76.35
- 0
- 0
- LWX
-
-
- AMZ156
- 661560
- Cstal_wtrs_fr_Ocracoke_Inlt_to_C
-
- US
- 34.80
- -76.27
- 0
- 0
- MHX
-
-
- ANZ532
- 675320
- Chsapke_Bay_fr_Sndy_Pt_to_N_Beac
-
- US
- 38.90
- -76.27
- 0
- 0
- LWX
-
-
- AMZ135
- 661350
- Pamlico_Sound
-
- US
- 35.30
- -76.13
- 0
- 0
- MHX
-
-
- ANZ632
- 676320
- Chsapke_Bay_fr_New_Pt_Comfort_to
-
- US
- 37.10
- -76.13
- 0
- 0
- AKQ
-
-
- ANZ534
- 675340
- Chsapke_Bay_fr_Drum_Pt_MD_to_Smi
-
- US
- 38.13
- -76.11
- 0
- 0
- LWX
-
-
- AMZ130
- 661300
- Albemarle_Sound
-
- US
- 36.00
- -76.09
- 0
- 0
- MHX
-
-
- ANZ631
- 676310
- Chsapke_Bay_fr_Windmill_Pt_to_Ne
-
- US
- 37.46
- -76.09
- 0
- 0
- AKQ
-
-
- ANZ530
- 675300
- Chesapeake_Bay_N_of_Pooles_I_MD
-
- US
- 39.46
- -76.06
- 0
- 0
- LWX
-
-
- ANZ630
- 676300
- Chsapke_Bay_fr_Smith_Pt_to_Windm
-
- US
- 37.80
- -76.04
- 0
- 0
- AKQ
-
-
- ANZ633
- 676330
- Currituck_Sound
-
- US
- 36.40
- -75.92
- 0
- 0
- AKQ
-
-
- SLZ022
- 730220
- St._Lawrence_Riv_above_Ogdensbg_
-
- US
- 44.45
- -75.79
- 0
- 0
- BUF
-
-
- ANZ656
- 676560
- Cstal_wtrs_fr_C_Charles_Lt_VA_to
-
- US
- 36.78
- -75.68
- 0
- 0
- AKQ
-
-
- AMZ170
- 661700
- Wtrs_fr_Currituck_Beach_Lt_to_Su
-
- US
- 34.83
- -75.64
- 0
- 0
- MHX
-
-
- ANZ654
- 676540
- Cstal_wtrs_fr_Parramore_I_to_C_C
-
- US
- 37.31
- -75.62
- 0
- 0
- AKQ
-
-
- ANZ658
- 676580
- Cstal_wtrs_fr_NC_VA_border_to_Cu
-
- US
- 36.36
- -75.60
- 0
- 0
- AKQ
-
-
- AMZ154
- 661540
- Cstal_wtrs_fr_C_Hatteras_to_Ocra
-
- US
- 35.05
- -75.58
- 0
- 0
- MHX
-
-
- AMZ150
- 661500
- Cstal_wtrs_fr_Currituck_Beach_Lt
-
- US
- 36.02
- -75.50
- 0
- 0
- MHX
-
-
- ANZ652
- 676520
- Cstal_wtrs_fr_Chincoteague_to_Pa
-
- US
- 37.81
- -75.39
- 0
- 0
- AKQ
-
-
- AMZ152
- 661520
- Cstal_wtrs_fr_Oregon_Inlt_to_C_H
-
- US
- 35.50
- -75.38
- 0
- 0
- MHX
-
-
- ANZ430
- 674300
- DE_Bay_wtrs_N_of_E_Pt_NJ_to_Slau
-
- US
- 39.32
- -75.34
- 0
- 0
- PHI
-
-
- SLZ024
- 730240
- St._Lawrence_Riv_fr_Ogdensbg_to_
-
- US
- 44.86
- -75.23
- 0
- 0
- BUF
-
-
- ANZ431
- 674310
- DE_Bay_wtrs_S_of_E_Pt_NJ_to_Slau
-
- US
- 39.00
- -75.10
- 0
- 0
- PHI
-
-
- ANZ670
- 676700
- Wtrs_fr_Fenwick_I_DE_to_Currituc
-
- US
- 37.28
- -75.10
- 0
- 0
- AKQ
-
-
- ANZ650
- 676500
- Cstal_wtrs_fr_Fenwick_I_DE_to_Ch
-
- US
- 38.23
- -75.07
- 0
- 0
- AKQ
-
-
- ANZ454
- 674540
- Cstal_wtrs_fr_C_May_NJ_to_C_Henl
-
- US
- 38.80
- -74.89
- 0
- 0
- PHI
-
-
- ANZ455
- 674550
- Cstal_wtrs_fr_C_Henlopen_to_Fenw
-
- US
- 38.48
- -74.74
- 0
- 0
- PHI
-
-
- ANZ453
- 674530
- Cstal_wtrs_fr_Gt_Egg_Inlt_to_C_M
-
- US
- 38.97
- -74.57
- 0
- 0
- PHI
-
-
- ANZ452
- 674520
- Cstal_wtrs_fr_Ltl_Egg_Inlt_to_Gt
-
- US
- 39.26
- -74.36
- 0
- 0
- PHI
-
-
- ANZ338
- 673380
- New_York_Harbor
-
- US
- 40.55
- -74.09
- 0
- 0
- OKX
-
-
- ANZ470
- 674700
- Wtrs_fr_Sndy_Hook_NJ_to_Fenwick_
-
- US
- 39.18
- -74.02
- 0
- 0
- PHI
-
-
- ANZ451
- 674510
- Cstal_wtrs_fr_Manasquan_Inlt_to_
-
- US
- 39.65
- -73.95
- 0
- 0
- PHI
-
-
- ANZ450
- 674500
- Cstal_wtrs_fr_Sndy_Hook_to_Manas
-
- US
- 40.16
- -73.78
- 0
- 0
- PHI
-
-
- ANZ355
- 673550
- Sndy_Hook_NJ_to_Fire_I_Inlt_NY_o
-
- US
- 40.41
- -73.51
- 0
- 0
- OKX
-
-
- ANZ335
- 673350
- Long_I_Snd_W_of_New_Haven_CT/Por
-
- US
- 41.04
- -73.36
- 0
- 0
- OKX
-
-
- ANZ353
- 673530
- Fire_I_Inlt_NY_to_Moriches_Inlt_
-
- US
- 40.55
- -73.04
- 0
- 0
- OKX
-
-
- ANZ345
- 673450
- S_Shore_Bays_fr_Jones_Inlt_throu
-
- US
- 40.74
- -73.00
- 0
- 0
- OKX
-
-
- ANZ370
- 673700
- Wtrs_fr_Montauk_Pt_NY_to_Sndy_Ho
-
- US
- 40.31
- -72.48
- 0
- 0
- OKX
-
-
- ANZ330
- 673300
- Long_I_Snd_E_of_New_Haven_CT/Por
-
- US
- 41.15
- -72.44
- 0
- 0
- OKX
-
-
- ANZ340
- 673400
- Peconic_and_Gardiners_Bays
-
- US
- 41.02
- -72.33
- 0
- 0
- OKX
-
-
- ANZ350
- 673500
- Moriches_Inlt_NY_to_Montauk_Pt_N
-
- US
- 40.75
- -72.21
- 0
- 0
- OKX
-
-
- ANZ237
- 672370
- Block_Island_Sound
-
- US
- 41.21
- -71.61
- 0
- 0
- BOX
-
-
- ANZ236
- 672360
- Narragansett_Bay
-
- US
- 41.62
- -71.29
- 0
- 0
- BOX
-
-
- ANZ235
- 672350
- Rhode_Island_Sound
-
- US
- 41.32
- -71.13
- 0
- 0
- BOX
-
-
- ANZ230
- 672300
- Boston_Harbor
-
- US
- 42.34
- -70.94
- 0
- 0
- BOX
-
-
- ANZ233
- 672330
- Vineyard_Sound
-
- US
- 41.43
- -70.78
- 0
- 0
- BOX
-
-
- ANZ234
- 672340
- Buzzards_Bay
-
- US
- 41.52
- -70.74
- 0
- 0
- BOX
-
-
- ANZ255
- 672550
- Cstal_wtrs_fr_Nantucket_MA_to_Ma
-
- US
- 41.07
- -70.74
- 0
- 0
- BOX
-
-
- ANZ250
- 672500
- Cstal_wtrs_fr_Merrimack_Riv_MA_o
-
- US
- 42.44
- -70.37
- 0
- 0
- BOX
-
-
- ANZ231
- 672310
- Cape_Cod_Bay
-
- US
- 41.92
- -70.34
- 0
- 0
- BOX
-
-
- ANZ154
- 671540
- Cstal_Wtrs_fr_C_Elizabeth,_ME_to
-
- US
- 43.11
- -70.26
- 0
- 0
- GYX
-
-
- ANZ232
- 672320
- Nantucket_Sound
-
- US
- 41.48
- -70.26
- 0
- 0
- BOX
-
-
- ANZ153
- 671530
- Casco_Bay
-
- US
- 43.72
- -70.06
- 0
- 0
- GYX
-
-
- ANZ254
- 672540
- Cstal_wtrs_fr_Provincetown_MA_to
-
- US
- 41.66
- -69.75
- 0
- 0
- BOX
-
-
- ANZ152
- 671520
- Cstal_Wtrs_fr_Port_Clyde,_ME_to_
-
- US
- 43.57
- -69.47
- 0
- 0
- GYX
-
-
- ANZ170
- 671700
- Wtrs_fr_Stonington_ME_to_Merrima
-
- US
- 43.32
- -69.31
- 0
- 0
- GYX
-
-
- ANZ270
- 672700
- Wtrs_fr_Merrimack_Riv_MA_to_Watc
-
- US
- 41.69
- -69.29
- 0
- 0
- BOX
-
-
- ANZ150
- 671500
- Cstal_Wtrs_fr_Stonington,_ME_to_
-
- US
- 43.84
- -68.91
- 0
- 0
- GYX
-
-
- ANZ151
- 671510
- Penobscot_Bay
-
- US
- 44.18
- -68.77
- 0
- 0
- GYX
-
-
- ANZ051
- 670510
- Cstal_Wtrs_fr_Schoodic_Pt,_ME_to
-
- US
- 44.00
- -68.25
- 0
- 0
- CAR
-
-
- ANZ052
- 670520
- Intra_Cstal_Wtrs_fr_Schoodic_Pt,
-
- US
- 44.19
- -68.25
- 0
- 0
- CAR
-
-
- ANZ070
- 670700
- Wtrs_fr_Eport_ME_to_Stonington_(
-
- US
- 43.84
- -67.86
- 0
- 0
- CAR
-
-
- AMZ741
- 667410
- Mona_Passage_Southward_to_17N
-
- US
- 17.74
- -67.69
- 0
- 0
- SJU
-
-
- ANZ050
- 670500
- Cstal_Wtrs_fr_Eport,_ME_to_Schoo
-
- US
- 44.30
- -67.48
- 0
- 0
- CAR
-
-
- AMZ742
- 667420
- Cstal_Wtrs_OF_NWrn_Puerto_Rico_o
-
- US
- 18.34
- -67.30
- 0
- 0
- SJU
-
-
- AMZ745
- 667450
- Cstal_Wtrs_OF_SWrn_Puerto_Rico_o
-
- US
- 18.06
- -67.28
- 0
- 0
- SJU
-
-
- AMZ712
- 667120
- Cstal_Wtrs_of_Nrn_Puerto_Rico_ou
-
- US
- 18.60
- -66.63
- 0
- 0
- SJU
-
-
- AMZ735
- 667350
- Cstal_Wtrs_of_Srn_Puerto_Rico_ou
-
- US
- 17.84
- -66.43
- 0
- 0
- SJU
-
-
- AMZ710
- 667100
- Atl_Wtrs_of_Puerto_Rico_AND_USVI
-
- US
- 19.04
- -66.01
- 0
- 0
- SJU
-
-
- AMZ732
- 667320
- Carib_Wtrs_of_Puerto_Rico_fr_10_
-
- US
- 17.49
- -65.58
- 0
- 0
- SJU
-
-
- AMZ725
- 667250
- Cstal_Wtrs_of_Srn_USVI,_Vieques,
-
- US
- 18.24
- -65.16
- 0
- 0
- SJU
-
-
- AMZ715
- 667150
- Cstal_Wtrs_of_Nrn_USVI_and_Culeb
-
- US
- 18.47
- -64.85
- 0
- 0
- SJU
-
-
- AMZ722
- 667220
- Anegada_Passage_Sward_to_17N
-
- US
- 17.75
- -64.08
- 0
- 0
- SJU
-
-
- PMZ161
- 711610
- Koror_Palau_Coastal_Waters
-
- US
- 7.34
- 134.48
- 0
- 0
- GUM
-
-
- PMZ171
- 711710
- Yap_Coastal_Waters
-
- US
- 9.48
- 138.08
- 0
- 0
- GUM
-
-
- PMZ151
- 711510
- Guam_Coastal_Waters
-
- US
- 13.32
- 144.66
- 0
- 0
- GUM
-
-
- PMZ152
- 711520
- Rota_Coastal_Waters
-
- US
- 14.18
- 145.24
- 0
- 0
- GUM
-
-
- PMZ153
- 711530
- Tinian_Coastal_Waters
-
- US
- 14.83
- 145.45
- 0
- 0
- GUM
-
-
- PMZ154
- 711540
- Saipan_Coastal_Waters
-
- US
- 15.40
- 145.81
- 0
- 0
- GUM
-
-
- PMZ172
- 711720
- Chuuk_Coastal_Waters
-
- US
- 7.45
- 151.83
- 0
- 0
- GUM
-
-
- PMZ173
- 711730
- Pohnpei_Coastal_Waters
-
- US
- 6.97
- 158.23
- 0
- 0
- GUM
-
-
- PMZ174
- 711740
- Kosrae_Coastal_Waters
-
- US
- 5.35
- 162.95
- 0
- 0
- GUM
-
-
- PMZ191
- 711910
- Waters_out_to_40_Nautical_Miles
-
- US
- 19.30
- 166.64
- 0
- 0
- GUM
-
-
- PMZ181
- 711810
- Majuro_Coastal_Waters
-
- US
- 7.08
- 171.38
- 0
- 0
- GUM
-
-
- PKZ176
- 691760
- Kiska_to_Attu
-
- US
- 52.48
- 174.46
- 0
- 0
- AFC
-
-
+
+
+
+
+ AKZ187
+ 21870
+ Central_Aleutians
+ AK
+ US
+ 52.22
+ -174.23
+ 0
+ 0
+ AFC
+
+
+ AKZ213
+ 22130
+ St_Lawrence_I_and_Bering_St_Cst
+ AK
+ US
+ 63.36
+ -170.27
+ 0
+ 0
+ AFG
+
+
+ AKZ195
+ 21950
+ Pribilof_Islands
+ AK
+ US
+ 57.18
+ -170.26
+ 0
+ 0
+ AFC
+
+
+ AKZ185
+ 21850
+ Eastern_Aleutians
+ AK
+ US
+ 53.63
+ -166.66
+ 0
+ 0
+ AFC
+
+
+ AKZ207
+ 22070
+ Chukchi_Sea_Coast
+ AK
+ US
+ 67.98
+ -165.11
+ 0
+ 0
+ AFG
+
+
+ AKZ211
+ 22110
+ Southern_Seward_Peninsula_Coast
+ AK
+ US
+ 64.58
+ -164.56
+ 0
+ 0
+ AFG
+
+
+ AKZ214
+ 22140
+ Yukon_Delta
+ AK
+ US
+ 62.24
+ -164.37
+ 0
+ 0
+ AFG
+
+
+ AKZ155
+ 21550
+ Kuskokwim_Delta
+ AK
+ US
+ 60.18
+ -163.61
+ 0
+ 0
+ AFC
+
+
+ AKZ208
+ 22080
+ Lower_Kobuk_and_Noatak_Valleys
+ AK
+ US
+ 67.77
+ -162.75
+ 0
+ 0
+ AFG
+
+
+ AKZ210
+ 22100
+ Nrn_and_Interior_Seward_Penin
+ AK
+ US
+ 65.40
+ -162.41
+ 0
+ 0
+ AFG
+
+
+ AKZ201
+ 22010
+ Western_Arctic_Coast
+ AK
+ US
+ 69.84
+ -161.53
+ 0
+ 0
+ AFG
+
+
+ AKZ181
+ 21810
+ Alaska_Peninsula
+ AK
+ US
+ 55.82
+ -161.44
+ 0
+ 0
+ AFC
+
+
+ AKZ209
+ 22090
+ Baldwin_Penin_and_Selawik_Vly
+ AK
+ US
+ 66.69
+ -161.06
+ 0
+ 0
+ AFG
+
+
+ AKZ212
+ 22120
+ Ern_Norton_Snd_and_Nulato_Hills
+ AK
+ US
+ 63.74
+ -160.39
+ 0
+ 0
+ AFG
+
+
+ HIZ001
+ 110010
+ Niihau
+ HI
+ US
+ 21.89
+ -160.15
+ 0
+ 0
+ HFO
+
+
+ AKZ215
+ 22150
+ Lower_Yukon_Valley
+ AK
+ US
+ 62.56
+ -159.94
+ 0
+ 0
+ AFG
+
+
+ HIZ003
+ 110030
+ Kauai_Leeward
+ HI
+ US
+ 22.02
+ -159.67
+ 0
+ 0
+ HFO
+
+
+ HIZ004
+ 110040
+ Kauai_Mountains
+ HI
+ US
+ 22.07
+ -159.54
+ 0
+ 0
+ HFO
+
+
+ HIZ002
+ 110020
+ Kauai_Windward
+ HI
+ US
+ 22.05
+ -159.40
+ 0
+ 0
+ HFO
+
+
+ AKZ205
+ 22050
+ Northwestern_Brooks_Range
+ AK
+ US
+ 69.06
+ -158.44
+ 0
+ 0
+ AFG
+
+
+ HIZ006
+ 110060
+ Waianae_Coast
+ HI
+ US
+ 21.48
+ -158.21
+ 0
+ 0
+ HFO
+
+
+ HIZ011
+ 110110
+ Waianae_Mountains
+ HI
+ US
+ 21.46
+ -158.10
+ 0
+ 0
+ HFO
+
+
+ HIZ007
+ 110070
+ Oahu_North_Shore
+ HI
+ US
+ 21.59
+ -158.08
+ 0
+ 0
+ HFO
+
+
+ HIZ005
+ 110050
+ Oahu_South_Shore
+ HI
+ US
+ 21.33
+ -158.05
+ 0
+ 0
+ HFO
+
+
+ HIZ010
+ 110100
+ Central_Oahu
+ HI
+ US
+ 21.50
+ -158.01
+ 0
+ 0
+ HFO
+
+
+ HIZ008
+ 110080
+ Oahu_Koolau
+ HI
+ US
+ 21.50
+ -157.89
+ 0
+ 0
+ HFO
+
+
+ HIZ009
+ 110090
+ Olomana
+ HI
+ US
+ 21.39
+ -157.73
+ 0
+ 0
+ HFO
+
+
+ HIZ013
+ 110130
+ Molokai_Leeward
+ HI
+ US
+ 21.14
+ -157.09
+ 0
+ 0
+ HFO
+
+
+ AKZ217
+ 22170
+ Upper_Kobuk_and_Noatak_Valleys
+ AK
+ US
+ 67.41
+ -156.95
+ 0
+ 0
+ AFG
+
+
+ HIZ015
+ 110150
+ Lanai_Mauka
+ HI
+ US
+ 20.82
+ -156.92
+ 0
+ 0
+ HFO
+
+
+ HIZ012
+ 110120
+ Molokai_Windward
+ HI
+ US
+ 21.14
+ -156.85
+ 0
+ 0
+ HFO
+
+
+ HIZ014
+ 110140
+ Lanai_Makai
+ HI
+ US
+ 20.83
+ -156.84
+ 0
+ 0
+ HFO
+
+
+ HIZ018
+ 110180
+ Maui_Leeward_West
+ HI
+ US
+ 20.89
+ -156.67
+ 0
+ 0
+ HFO
+
+
+ HIZ016
+ 110160
+ Kahoolawe
+ HI
+ US
+ 20.56
+ -156.62
+ 0
+ 0
+ HFO
+
+
+ AKZ216
+ 22160
+ Lwr_Koyukuk_and_Middle_Yukon_Vly
+ AK
+ US
+ 64.44
+ -156.58
+ 0
+ 0
+ AFG
+
+
+ HIZ017
+ 110170
+ Maui_Windward_West
+ HI
+ US
+ 20.92
+ -156.58
+ 0
+ 0
+ HFO
+
+
+ HIZ019
+ 110190
+ Maui_Central_Valley
+ HI
+ US
+ 20.85
+ -156.45
+ 0
+ 0
+ HFO
+
+
+ HIZ021
+ 110210
+ Leeward_Haleakala
+ HI
+ US
+ 20.72
+ -156.31
+ 0
+ 0
+ HFO
+
+
+ HIZ022
+ 110220
+ Haleakala_Summit
+ HI
+ US
+ 20.72
+ -156.23
+ 0
+ 0
+ HFO
+
+
+ HIZ020
+ 110200
+ Windward_Haleakala
+ HI
+ US
+ 20.80
+ -156.18
+ 0
+ 0
+ HFO
+
+
+ AKZ151
+ 21510
+ Kuskokwim_Valley
+ AK
+ US
+ 62.26
+ -156.04
+ 0
+ 0
+ AFC
+
+
+ HIZ023
+ 110230
+ Kona
+ HI
+ US
+ 19.45
+ -155.86
+ 0
+ 0
+ HFO
+
+
+ HIZ026
+ 110260
+ Kohala
+ HI
+ US
+ 20.02
+ -155.74
+ 0
+ 0
+ HFO
+
+
+ AKZ161
+ 21610
+ Bristol_Bay
+ AK
+ US
+ 58.67
+ -155.70
+ 0
+ 0
+ AFC
+
+
+ HIZ027
+ 110270
+ Big_Island_Interior
+ HI
+ US
+ 19.56
+ -155.61
+ 0
+ 0
+ HFO
+
+
+ HIZ028
+ 110280
+ Big_Island_Summit
+ HI
+ US
+ 19.44
+ -155.58
+ 0
+ 0
+ HFO
+
+
+ HIZ024
+ 110240
+ South_Big_Island
+ HI
+ US
+ 19.19
+ -155.42
+ 0
+ 0
+ HFO
+
+
+ AKZ202
+ 22020
+ Northern_Arctic_Coast
+ AK
+ US
+ 70.78
+ -155.25
+ 0
+ 0
+ AFG
+
+
+ HIZ025
+ 110250
+ Big_Island_North_and_East
+ HI
+ US
+ 19.81
+ -155.19
+ 0
+ 0
+ HFO
+
+
+ AKZ171
+ 21710
+ Kodiak_Island
+ AK
+ US
+ 58.65
+ -154.17
+ 0
+ 0
+ AFC
+
+
+ AKZ219
+ 22190
+ Upper_Koyukuk_Valley
+ AK
+ US
+ 66.28
+ -152.42
+ 0
+ 0
+ AFG
+
+
+ AKZ221
+ 22210
+ Central_Interior
+ AK
+ US
+ 64.61
+ -151.55
+ 0
+ 0
+ AFG
+
+
+ AKZ145
+ 21450
+ Susitna_Valley
+ AK
+ US
+ 61.95
+ -150.71
+ 0
+ 0
+ AFC
+
+
+ AKZ121
+ 21210
+ Western_Kenai_Peninsula
+ AK
+ US
+ 60.12
+ -150.69
+ 0
+ 0
+ AFC
+
+
+ AKZ225
+ 22250
+ Denali
+ AK
+ US
+ 63.51
+ -150.21
+ 0
+ 0
+ AFG
+
+
+ AKZ101
+ 21010
+ Anchorage
+ AK
+ US
+ 61.20
+ -149.71
+ 0
+ 0
+ AFC
+
+
+ AKZ203
+ 22030
+ Central_Beaufort_Sea_Coast
+ AK
+ US
+ 70.34
+ -149.66
+ 0
+ 0
+ AFG
+
+
+ AKZ111
+ 21110
+ Matanuska_Valley
+ AK
+ US
+ 61.60
+ -149.43
+ 0
+ 0
+ AFC
+
+
+ AKZ125
+ 21250
+ Western_Prince_William_Sound
+ AK
+ US
+ 60.28
+ -149.43
+ 0
+ 0
+ AFC
+
+
+ AKZ218
+ 22180
+ Southeastern_Brooks_Range
+ AK
+ US
+ 67.94
+ -147.78
+ 0
+ 0
+ AFG
+
+
+ AKZ206
+ 22060
+ Northeastern_Brooks_Range
+ AK
+ US
+ 68.97
+ -147.55
+ 0
+ 0
+ AFG
+
+
+ AKZ222
+ 22220
+ Middle_Tanana_Valley
+ AK
+ US
+ 64.97
+ -147.45
+ 0
+ 0
+ AFG
+
+
+ AKZ223
+ 22230
+ Deltana_and_Tanana_Flats
+ AK
+ US
+ 64.13
+ -146.62
+ 0
+ 0
+ AFG
+
+
+ AKZ131
+ 21310
+ Northeast_Prince_William_Sound
+ AK
+ US
+ 61.14
+ -146.39
+ 0
+ 0
+ AFC
+
+
+ AKZ220
+ 22200
+ Yukon_Flats_and_Surrounding_Upla
+ AK
+ US
+ 66.46
+ -146.25
+ 0
+ 0
+ AFG
+
+
+ AKZ135
+ 21350
+ Southeast_Prince_William_Sound
+ AK
+ US
+ 60.65
+ -145.32
+ 0
+ 0
+ AFC
+
+
+ AKZ141
+ 21410
+ Copper_River_Basin
+ AK
+ US
+ 61.88
+ -144.85
+ 0
+ 0
+ AFC
+
+
+ AKZ204
+ 22040
+ Eastern_Beaufort_Sea_Coast
+ AK
+ US
+ 69.85
+ -143.75
+ 0
+ 0
+ AFG
+
+
+ AKZ224
+ 22240
+ Upr_Tanana_Vly_and_the_Ftymile_C
+ AK
+ US
+ 64.21
+ -143.50
+ 0
+ 0
+ AFG
+
+
+ AKZ226
+ 22260
+ Eastern_Alaska_Range
+ AK
+ US
+ 62.77
+ -142.76
+ 0
+ 0
+ AFG
+
+
+ AKZ017
+ 20170
+ C_Fairweather_to_C_Suckling_Csta
+ AK
+ US
+ 59.74
+ -140.70
+ 0
+ 0
+ AJK
+
+
+ AKZ022
+ 20220
+ Salisbury_Snd_to_C_Fairweather_C
+ AK
+ US
+ 58.68
+ -137.66
+ 0
+ 0
+ AJK
+
+
+ AKZ020
+ 20200
+ Glacier_Bay
+ AK
+ US
+ 58.79
+ -136.99
+ 0
+ 0
+ AJK
+
+
+ AKZ021
+ 20210
+ Eastern_Chichagof_Island
+ AK
+ US
+ 57.88
+ -135.51
+ 0
+ 0
+ AJK
+
+
+ AKZ019
+ 20190
+ Haines_Borough_and_Lynn_Canal
+ AK
+ US
+ 58.95
+ -135.41
+ 0
+ 0
+ AJK
+
+
+ AKZ018
+ 20180
+ Taiya_Inlet_and_Klondike_Hiway
+ AK
+ US
+ 59.57
+ -135.35
+ 0
+ 0
+ AJK
+
+
+ AKZ023
+ 20230
+ C_Decision_to_Salisbury_Snd_Csta
+ AK
+ US
+ 56.85
+ -135.25
+ 0
+ 0
+ AJK
+
+
+ AKZ024
+ 20240
+ Ern_Baranof_I_and_Srn_Admty_I
+ AK
+ US
+ 57.31
+ -134.27
+ 0
+ 0
+ AJK
+
+
+ AKZ025
+ 20250
+ Juneau_Borough_and_Nrn_Admty_I
+ AK
+ US
+ 58.08
+ -133.64
+ 0
+ 0
+ AJK
+
+
+ AKZ027
+ 20270
+ Dixon_Entr_to_C_Decision_Cstal_A
+ AK
+ US
+ 55.36
+ -133.19
+ 0
+ 0
+ AJK
+
+
+ AKZ026
+ 20260
+ Inr_Chnls_fr_Kupreanof_I_to_Etol
+ AK
+ US
+ 56.53
+ -133.00
+ 0
+ 0
+ AJK
+
+
+ AKZ028
+ 20280
+ Southern_Inner_Channels
+ AK
+ US
+ 55.71
+ -132.71
+ 0
+ 0
+ AJK
+
+
+ AKZ029
+ 20290
+ Misty_Fjords
+ AK
+ US
+ 55.67
+ -130.98
+ 0
+ 0
+ AJK
+
+
+ WAZ516
+ 475160
+ North_Coast
+ WA
+ US
+ 47.95
+ -124.39
+ 0
+ 0
+ SEW
+
+
+ ORZ022
+ 370220
+ Curry_County_Coast
+ OR
+ US
+ 42.35
+ -124.27
+ 0
+ 0
+ MFR
+
+
+ WAZ515
+ 475150
+ Western_Strait_of_Juan_De_Fuca
+ WA
+ US
+ 48.19
+ -124.25
+ 0
+ 0
+ SEW
+
+
+ ORZ021
+ 370210
+ South_Central_Oregon_Coast
+ OR
+ US
+ 43.28
+ -124.24
+ 0
+ 0
+ MFR
+
+
+ WAZ517
+ 475170
+ Central_Coast
+ WA
+ US
+ 47.16
+ -124.06
+ 0
+ 0
+ SEW
+
+
+ CAZ001
+ 50010
+ Redwood_Coast
+ CA
+ US
+ 41.02
+ -124.03
+ 0
+ 0
+ EKA
+
+
+ ORZ002
+ 370020
+ Central_Oregon_Coast
+ OR
+ US
+ 44.44
+ -124.01
+ 0
+ 0
+ PQR
+
+
+ ORZ001
+ 370010
+ North_Oregon_Coast
+ OR
+ US
+ 45.64
+ -123.92
+ 0
+ 0
+ PQR
+
+
+ ORZ024
+ 370240
+ Ern_Curry_Cnty_and_Josephine_Cnt
+ OR
+ US
+ 42.39
+ -123.75
+ 0
+ 0
+ MFR
+
+
+ CAZ003
+ 50030
+ North_Coast_Interior
+ CA
+ US
+ 40.99
+ -123.72
+ 0
+ 0
+ EKA
+
+
+ WAZ021
+ 470210
+ South_Washington_Coast
+ WA
+ US
+ 46.47
+ -123.71
+ 0
+ 0
+ PQR
+
+
+ CAZ002
+ 50020
+ Mendocino_Coast
+ CA
+ US
+ 39.40
+ -123.64
+ 0
+ 0
+ EKA
+
+
+ ORZ004
+ 370040
+ Ctrl_Coast_Range_of_Wrn_Oregon
+ OR
+ US
+ 44.42
+ -123.62
+ 0
+ 0
+ PQR
+
+
+ WAZ513
+ 475130
+ Olympics
+ WA
+ US
+ 47.71
+ -123.61
+ 0
+ 0
+ SEW
+
+
+ WAZ512
+ 475120
+ Lower_Chehalis_Valley_Area
+ WA
+ US
+ 47.09
+ -123.52
+ 0
+ 0
+ SEW
+
+
+ WAZ020
+ 470200
+ Willapa_Hills
+ WA
+ US
+ 46.52
+ -123.51
+ 0
+ 0
+ PQR
+
+
+ ORZ003
+ 370030
+ Coast_Range_of_Northwest_Oregon
+ OR
+ US
+ 45.59
+ -123.40
+ 0
+ 0
+ PQR
+
+
+ CAZ076
+ 50760
+ Mendocino_Interior
+ CA
+ US
+ 39.40
+ -123.39
+ 0
+ 0
+ EKA
+
+
+ ORZ023
+ 370230
+ Central_Douglas_County
+ OR
+ US
+ 43.32
+ -123.35
+ 0
+ 0
+ MFR
+
+
+ WAZ514
+ 475140
+ Eastern_Strait_of_Juan_de_Fuca
+ WA
+ US
+ 48.07
+ -123.28
+ 0
+ 0
+ SEW
+
+
+ CAZ080
+ 50800
+ Western_Siskiyou_County
+ CA
+ US
+ 41.49
+ -123.13
+ 0
+ 0
+ MFR
+
+
+ ORZ008
+ 370080
+ South__Willamette_Valley
+ OR
+ US
+ 44.32
+ -123.11
+ 0
+ 0
+ PQR
+
+
+ CAZ004
+ 50040
+ Upper_Trinity_River
+ CA
+ US
+ 40.44
+ -123.07
+ 0
+ 0
+ EKA
+
+
+ CAZ505
+ 55050
+ Cstal_N_Bay_Incl_Pt_Reyes_Natl_S
+ CA
+ US
+ 38.30
+ -122.99
+ 0
+ 0
+ MTR
+
+
+ WAZ001
+ 470010
+ San_Juan_County
+ WA
+ US
+ 48.60
+ -122.99
+ 0
+ 0
+ SEW
+
+
+ ORZ007
+ 370070
+ Central_Willamette_Valley
+ OR
+ US
+ 45.05
+ -122.94
+ 0
+ 0
+ PQR
+
+
+ WAZ511
+ 475110
+ Hood_Canal_Area
+ WA
+ US
+ 47.52
+ -122.94
+ 0
+ 0
+ SEW
+
+
+ WAZ022
+ 470220
+ Lwr_Columbia_and_I_-_5_Corridor_
+ WA
+ US
+ 46.11
+ -122.88
+ 0
+ 0
+ PQR
+
+
+ ORZ005
+ 370050
+ Lower_Columbia
+ OR
+ US
+ 45.97
+ -122.87
+ 0
+ 0
+ PQR
+
+
+ WAZ504
+ 475040
+ Southwest_Interior
+ WA
+ US
+ 46.78
+ -122.87
+ 0
+ 0
+ SEW
+
+
+ ORZ026
+ 370260
+ Jackson_County
+ OR
+ US
+ 42.48
+ -122.86
+ 0
+ 0
+ MFR
+
+
+ ORZ006
+ 370060
+ Greater_Portland_Metro_Area
+ OR
+ US
+ 45.52
+ -122.83
+ 0
+ 0
+ PQR
+
+
+ CAZ506
+ 55060
+ North_Bay_Interior_Valleys
+ CA
+ US
+ 38.34
+ -122.78
+ 0
+ 0
+ MTR
+
+
+ ORZ012
+ 370120
+ Cascade_Foothills_in_Lane_Cnty
+ OR
+ US
+ 43.91
+ -122.77
+ 0
+ 0
+ PQR
+
+
+ ORZ025
+ 370250
+ Ern_Douglas_County_Foothills
+ OR
+ US
+ 43.18
+ -122.75
+ 0
+ 0
+ MFR
+
+
+ CAZ063
+ 50630
+ Mtns_SWrn_Shasta_Cnty_to_Nrn_L_C
+ CA
+ US
+ 39.91
+ -122.73
+ 0
+ 0
+ STO
+
+
+ CAZ064
+ 50640
+ Clear_Lake/Southern_Lake_County
+ CA
+ US
+ 38.96
+ -122.67
+ 0
+ 0
+ STO
+
+
+ CAZ081
+ 50810
+ Central_Siskiyou_County
+ CA
+ US
+ 41.68
+ -122.60
+ 0
+ 0
+ MFR
+
+
+ WAZ503
+ 475030
+ Western_Whatcom_County
+ WA
+ US
+ 48.82
+ -122.59
+ 0
+ 0
+ SEW
+
+
+ WAZ039
+ 470390
+ Greater_Vancouver_Area
+ WA
+ US
+ 45.73
+ -122.54
+ 0
+ 0
+ PQR
+
+
+ ORZ010
+ 370100
+ Nrn_Oregon_Cascade_Foothills
+ OR
+ US
+ 44.86
+ -122.52
+ 0
+ 0
+ PQR
+
+
+ WAZ509
+ 475090
+ Tacoma_Area
+ WA
+ US
+ 47.17
+ -122.52
+ 0
+ 0
+ SEW
+
+
+ WAZ510
+ 475100
+ Admiralty_Inlet_Area
+ WA
+ US
+ 48.15
+ -122.50
+ 0
+ 0
+ SEW
+
+
+ WAZ040
+ 470400
+ S_Washington_Cascade_Foothills
+ WA
+ US
+ 46.00
+ -122.48
+ 0
+ 0
+ PQR
+
+
+ CAZ006
+ 50060
+ San_Francisco
+ CA
+ US
+ 37.75
+ -122.42
+ 0
+ 0
+ MTR
+
+
+ WAZ506
+ 475060
+ Western_Skagit_County
+ WA
+ US
+ 48.47
+ -122.42
+ 0
+ 0
+ SEW
+
+
+ CAZ509
+ 55090
+ San_Francisco_Peninsula_Coast
+ CA
+ US
+ 37.36
+ -122.38
+ 0
+ 0
+ MTR
+
+
+ WAZ508
+ 475080
+ Seattle/Bremerton_Area
+ WA
+ US
+ 47.51
+ -122.29
+ 0
+ 0
+ SEW
+
+
+ CAZ507
+ 55070
+ North_Bay_Mountains
+ CA
+ US
+ 38.54
+ -122.27
+ 0
+ 0
+ MTR
+
+
+ CAZ015
+ 50150
+ Northern_Sacramento_Valley
+ CA
+ US
+ 40.26
+ -122.25
+ 0
+ 0
+ STO
+
+
+ ORZ013
+ 370130
+ Cascades_in_Lane_County
+ OR
+ US
+ 43.84
+ -122.25
+ 0
+ 0
+ PQR
+
+
+ ORZ028
+ 370280
+ Siskiyou_Mtns_and_Srn_Oregon_Cas
+ OR
+ US
+ 42.41
+ -122.24
+ 0
+ 0
+ MFR
+
+
+ CAZ013
+ 50130
+ Shasta_L_Area_/_Nrn_Shasta_Cnty
+ CA
+ US
+ 40.87
+ -122.21
+ 0
+ 0
+ STO
+
+
+ ORZ027
+ 370270
+ South_Central_Oregon_Cascades
+ OR
+ US
+ 43.21
+ -122.21
+ 0
+ 0
+ MFR
+
+
+ CAZ082
+ 50820
+ South_Central_Siskiyou_County
+ CA
+ US
+ 41.30
+ -122.14
+ 0
+ 0
+ MFR
+
+
+ WAZ507
+ 475070
+ Everett_and_Vicinity
+ WA
+ US
+ 48.03
+ -122.14
+ 0
+ 0
+ SEW
+
+
+ CAZ508
+ 55080
+ San_Francisco_Bay_Shoreline
+ CA
+ US
+ 37.64
+ -122.08
+ 0
+ 0
+ MTR
+
+
+ WAZ505
+ 475050
+ East_Puget_Sound_Lowlands
+ WA
+ US
+ 47.53
+ -122.05
+ 0
+ 0
+ SEW
+
+
+ WAZ019
+ 470190
+ South_Washington_Cascades
+ WA
+ US
+ 46.00
+ -122.04
+ 0
+ 0
+ PQR
+
+
+ CAZ512
+ 55120
+ Santa_Cruz_Mountains
+ CA
+ US
+ 37.20
+ -121.98
+ 0
+ 0
+ MTR
+
+
+ CAZ510
+ 55100
+ East_Bay_Interior_Valleys
+ CA
+ US
+ 37.82
+ -121.97
+ 0
+ 0
+ MTR
+
+
+ ORZ009
+ 370090
+ Western_Columbia_River_Gorge
+ OR
+ US
+ 45.61
+ -121.96
+ 0
+ 0
+ PQR
+
+
+ ORZ011
+ 370110
+ Northern_Oregon_Cascades
+ OR
+ US
+ 44.93
+ -121.94
+ 0
+ 0
+ PQR
+
+
+ WAZ023
+ 470230
+ Western_Columbia_River_Gorge
+ WA
+ US
+ 45.66
+ -121.92
+ 0
+ 0
+ PQR
+
+
+ CAZ016
+ 50160
+ Central_Sacramento_Valley
+ CA
+ US
+ 39.40
+ -121.90
+ 0
+ 0
+ STO
+
+
+ CAZ083
+ 50830
+ N_Ctrl_and_SE_Siskiyou_County
+ CA
+ US
+ 41.59
+ -121.90
+ 0
+ 0
+ MFR
+
+
+ CAZ530
+ 55300
+ Srn_Monterey_Bay_and_Big_Sur_Cst
+ CA
+ US
+ 36.35
+ -121.90
+ 0
+ 0
+ MTR
+
+
+ WAZ519
+ 475190
+ W_Slopes_Ctrl_Cascades_and_Passe
+ WA
+ US
+ 47.08
+ -121.89
+ 0
+ 0
+ SEW
+
+
+ CAZ018
+ 50180
+ Carquinez_Strait_and_Delta
+ CA
+ US
+ 38.07
+ -121.80
+ 0
+ 0
+ STO
+
+
+ CAZ529
+ 55290
+ Northern_Monterey_Bay
+ CA
+ US
+ 36.96
+ -121.79
+ 0
+ 0
+ MTR
+
+
+ CAZ511
+ 55110
+ E_Bay_Hills_and_the_Diablo_Rng
+ CA
+ US
+ 37.48
+ -121.73
+ 0
+ 0
+ MTR
+
+
+ CAZ513
+ 55130
+ Santa_Clara_Vly_Incl_San_Jose
+ CA
+ US
+ 37.17
+ -121.69
+ 0
+ 0
+ MTR
+
+
+ CAZ066
+ 50660
+ NE_Foothills/Sacramento_Valley
+ CA
+ US
+ 40.13
+ -121.65
+ 0
+ 0
+ STO
+
+
+ CAZ017
+ 50170
+ Southern_Sacramento_Valley
+ CA
+ US
+ 38.64
+ -121.63
+ 0
+ 0
+ STO
+
+
+ CAZ084
+ 50840
+ NE_Siskiyou_and_NW_Modoc_Cnties
+ CA
+ US
+ 41.86
+ -121.63
+ 0
+ 0
+ MFR
+
+
+ ORZ029
+ 370290
+ Klamath_Basin
+ OR
+ US
+ 42.47
+ -121.63
+ 0
+ 0
+ MFR
+
+
+ ORZ014
+ 370140
+ Upper_Hood_River_Valley
+ OR
+ US
+ 45.56
+ -121.58
+ 0
+ 0
+ PQR
+
+
+ CAZ528
+ 55280
+ Nrn_Salinas_Vly/Hollister_Vly_an
+ CA
+ US
+ 36.67
+ -121.56
+ 0
+ 0
+ MTR
+
+
+ CAZ014
+ 50140
+ Burney_Basin_/_Ern_Shasta_Cnty
+ CA
+ US
+ 40.88
+ -121.52
+ 0
+ 0
+ STO
+
+
+ WAZ518
+ 475180
+ W_Slopes_Nrn_Cascades_and_Passes
+ WA
+ US
+ 48.39
+ -121.49
+ 0
+ 0
+ SEW
+
+
+ CAZ517
+ 55170
+ Sta_Lucia_Mtns_and_Los_Padres_Na
+ CA
+ US
+ 36.19
+ -121.39
+ 0
+ 0
+ MTR
+
+
+ CAZ068
+ 50680
+ Wrn_Plumas_County/Lassen_Park
+ CA
+ US
+ 40.22
+ -121.32
+ 0
+ 0
+ STO
+
+
+ ORZ030
+ 370300
+ Nrn_and_Ern_Klamath_Cnty_and_Wrn
+ OR
+ US
+ 42.80
+ -121.24
+ 0
+ 0
+ MFR
+
+
+ ORZ042
+ 370420
+ North_Central_Oregon
+ OR
+ US
+ 45.04
+ -121.10
+ 0
+ 0
+ PDT
+
+
+ CAZ516
+ 55160
+ Srn_Salinas_Vly/Arroyo_Seco_and_
+ CA
+ US
+ 36.09
+ -121.09
+ 0
+ 0
+ MTR
+
+
+ WAZ024
+ 470240
+ East_Columbia_River_Gorge
+ WA
+ US
+ 45.70
+ -121.06
+ 0
+ 0
+ PDT
+
+
+ ORZ041
+ 370410
+ East_Columbia_River_Gorge
+ OR
+ US
+ 45.64
+ -121.02
+ 0
+ 0
+ PDT
+
+
+ WAZ501
+ 475010
+ E_Slopes_of_the_Ctrl_Cascades
+ WA
+ US
+ 47.05
+ -120.96
+ 0
+ 0
+ PDT
+
+
+ ORZ043
+ 370430
+ Central_Oregon
+ OR
+ US
+ 44.00
+ -120.95
+ 0
+ 0
+ PDT
+
+
+ CAZ019
+ 50190
+ Northern_San_Joaquin_Valley
+ CA
+ US
+ 37.76
+ -120.93
+ 0
+ 0
+ STO
+
+
+ CAZ518
+ 55180
+ Mtns_Of_Sn_Benito_Cnty_And_Int_M
+ CA
+ US
+ 36.39
+ -120.89
+ 0
+ 0
+ MTR
+
+
+ CAZ034
+ 50340
+ San_Luis_Obispo_Cnty_Ctrl_Coast
+ CA
+ US
+ 35.35
+ -120.78
+ 0
+ 0
+ LOX
+
+
+ WAZ502
+ 475020
+ East_Slopes_of_the_Srn_Cascades
+ WA
+ US
+ 46.10
+ -120.78
+ 0
+ 0
+ PDT
+
+
+ CAZ085
+ 50850
+ Modoc_County
+ CA
+ US
+ 41.58
+ -120.74
+ 0
+ 0
+ MFR
+
+
+ CAZ067
+ 50670
+ Motherlode
+ CA
+ US
+ 38.63
+ -120.71
+ 0
+ 0
+ STO
+
+
+ CAZ071
+ 50710
+ Lassen-Ern_Plumas-Ern_Sierra_Cnt
+ CA
+ US
+ 40.31
+ -120.66
+ 0
+ 0
+ REV
+
+
+ WAZ027
+ 470270
+ Yakima_Valley
+ WA
+ US
+ 46.43
+ -120.45
+ 0
+ 0
+ PDT
+
+
+ CAZ035
+ 50350
+ Santa_Barbara_County_Ctrl_Coast
+ CA
+ US
+ 34.72
+ -120.41
+ 0
+ 0
+ LOX
+
+
+ CAZ089
+ 50890
+ West-Central_San_Joaquin_Valley
+ CA
+ US
+ 36.62
+ -120.39
+ 0
+ 0
+ HNX
+
+
+ WAZ026
+ 470260
+ Kittitas_Valley
+ WA
+ US
+ 47.00
+ -120.39
+ 0
+ 0
+ PDT
+
+
+ WAZ042
+ 470420
+ East_Slopes_Northern_Cascades
+ WA
+ US
+ 48.13
+ -120.38
+ 0
+ 0
+ OTX
+
+
+ CAZ069
+ 50690
+ West_Slope_Nrn_Sierra_Nevada
+ CA
+ US
+ 38.76
+ -120.37
+ 0
+ 0
+ STO
+
+
+ CAZ037
+ 50370
+ San_Luis_Obispo_Cnty_Int_Vlys
+ CA
+ US
+ 35.41
+ -120.31
+ 0
+ 0
+ LOX
+
+
+ ORZ031
+ 370310
+ Central_and_Eastern_Lake_County
+ OR
+ US
+ 42.80
+ -120.24
+ 0
+ 0
+ MFR
+
+
+ ORZ506
+ 375060
+ Ochoco-John_Day_Highlands
+ OR
+ US
+ 44.34
+ -120.20
+ 0
+ 0
+ PDT
+
+
+ WAZ041
+ 470410
+ Wenatchee_Area
+ WA
+ US
+ 47.61
+ -120.18
+ 0
+ 0
+ OTX
+
+
+ CAZ051
+ 50510
+ San_Luis_Obispo_County_Mtns
+ CA
+ US
+ 35.16
+ -120.17
+ 0
+ 0
+ LOX
+
+
+ CAZ036
+ 50360
+ Santa_Ynez_Valley
+ CA
+ US
+ 34.72
+ -120.14
+ 0
+ 0
+ LOX
+
+
+ CAZ070
+ 50700
+ Surprise_Valley_California
+ CA
+ US
+ 41.58
+ -120.11
+ 0
+ 0
+ REV
+
+
+ CAZ090
+ 50900
+ East-Central_San_Joaquin_Valley
+ CA
+ US
+ 37.11
+ -120.11
+ 0
+ 0
+ HNX
+
+
+ ORZ504
+ 375040
+ Nrn_Wheeler_and_Srn_Gilliam_Cnti
+ OR
+ US
+ 45.01
+ -120.10
+ 0
+ 0
+ PDT
+
+
+ CAZ072
+ 50720
+ Greater_Lake_Tahoe_Area
+ CA
+ US
+ 38.89
+ -119.96
+ 0
+ 0
+ REV
+
+
+ CAZ039
+ 50390
+ Santa_Barbara_County_S_Coast
+ CA
+ US
+ 34.45
+ -119.95
+ 0
+ 0
+ LOX
+
+
+ NVZ002
+ 280020
+ Greater_Lake_Tahoe_Area
+ NV
+ US
+ 39.19
+ -119.90
+ 0
+ 0
+ REV
+
+
+ CAZ052
+ 50520
+ Santa_Barbara_County_Mountains
+ CA
+ US
+ 34.77
+ -119.88
+ 0
+ 0
+ LOX
+
+
+ CAZ091
+ 50910
+ Southwestern_San_Joaquin_Valley
+ CA
+ US
+ 35.75
+ -119.78
+ 0
+ 0
+ HNX
+
+
+ CAZ038
+ 50380
+ Cuyama_Valley
+ CA
+ US
+ 34.96
+ -119.77
+ 0
+ 0
+ LOX
+
+
+ NVZ005
+ 280050
+ Northern_Washoe_County
+ NV
+ US
+ 41.01
+ -119.65
+ 0
+ 0
+ REV
+
+
+ ORZ044
+ 370440
+ Lower_Columbia_Basin
+ OR
+ US
+ 45.60
+ -119.65
+ 0
+ 0
+ PDT
+
+
+ WAZ044
+ 470440
+ Waterville_Plateau
+ WA
+ US
+ 47.68
+ -119.65
+ 0
+ 0
+ OTX
+
+
+ CAZ093
+ 50930
+ Mariposa_Madera_and_Fresno_Cnty_
+ CA
+ US
+ 37.24
+ -119.64
+ 0
+ 0
+ HNX
+
+
+ NVZ003
+ 280030
+ Gter_Reno-Carson_Cty-Minden_Area
+ NV
+ US
+ 39.36
+ -119.63
+ 0
+ 0
+ REV
+
+
+ ORZ505
+ 375050
+ John_Day_Basin
+ OR
+ US
+ 44.63
+ -119.49
+ 0
+ 0
+ PDT
+
+
+ WAZ034
+ 470340
+ Moses_Lake_Area
+ WA
+ US
+ 47.03
+ -119.48
+ 0
+ 0
+ OTX
+
+
+ WAZ043
+ 470430
+ Okanogan_Valley
+ WA
+ US
+ 48.47
+ -119.47
+ 0
+ 0
+ OTX
+
+
+ WAZ028
+ 470280
+ Lower_Columbia_Basin
+ WA
+ US
+ 46.21
+ -119.43
+ 0
+ 0
+ PDT
+
+
+ CAZ044
+ 50440
+ Ventura_County_Interior_Valleys
+ CA
+ US
+ 34.44
+ -119.25
+ 0
+ 0
+ LOX
+
+
+ CAZ040
+ 50400
+ Ventura_County_Coast
+ CA
+ US
+ 34.22
+ -119.19
+ 0
+ 0
+ LOX
+
+
+ CAZ092
+ 50920
+ Southeastern_San_Joaquin_Valley
+ CA
+ US
+ 35.82
+ -119.14
+ 0
+ 0
+ HNX
+
+
+ CAZ096
+ 50960
+ Sierra_NV_fr_Yosemite_to_Kings_C
+ CA
+ US
+ 37.43
+ -119.12
+ 0
+ 0
+ HNX
+
+
+ CAZ053
+ 50530
+ Ventura_County_Mountains
+ CA
+ US
+ 34.65
+ -119.10
+ 0
+ 0
+ LOX
+
+
+ ORZ501
+ 375010
+ Foothills_of_the_Blue_Mountains
+ OR
+ US
+ 45.53
+ -119.07
+ 0
+ 0
+ PDT
+
+
+ ORZ061
+ 370610
+ Harney_County
+ OR
+ US
+ 43.01
+ -119.06
+ 0
+ 0
+ BOI
+
+
+ CAZ094
+ 50940
+ Tulare_County_Foothills
+ CA
+ US
+ 36.23
+ -118.96
+ 0
+ 0
+ HNX
+
+
+ WAZ035
+ 470350
+ Upper_Columbia_Basin
+ WA
+ US
+ 47.41
+ -118.91
+ 0
+ 0
+ OTX
+
+
+ ORZ503
+ 375030
+ Southern_Blue_Mtns_of_Oregon
+ OR
+ US
+ 45.23
+ -118.88
+ 0
+ 0
+ PDT
+
+
+ CAZ045
+ 50450
+ Ventura_County_Coastal_Valleys
+ CA
+ US
+ 34.23
+ -118.87
+ 0
+ 0
+ LOX
+
+
+ WAZ038
+ 470380
+ Okanogan_Highlands
+ WA
+ US
+ 48.42
+ -118.75
+ 0
+ 0
+ OTX
+
+
+ CAZ073
+ 50730
+ Mono
+ CA
+ US
+ 38.08
+ -118.74
+ 0
+ 0
+ REV
+
+
+ CAZ095
+ 50950
+ Kern_County_Mountains
+ CA
+ US
+ 35.30
+ -118.71
+ 0
+ 0
+ HNX
+
+
+ CAZ046
+ 50460
+ Santa_Monica_Mtns_Recnl_Area
+ CA
+ US
+ 34.09
+ -118.58
+ 0
+ 0
+ LOX
+
+
+ CAZ088
+ 50880
+ Santa_Clarita_Valley
+ CA
+ US
+ 34.46
+ -118.55
+ 0
+ 0
+ LOX
+
+
+ NVZ001
+ 280010
+ Mineral_and_Srn_Lyon_Counties
+ NV
+ US
+ 38.56
+ -118.55
+ 0
+ 0
+ REV
+
+
+ NVZ004
+ 280040
+ Wrn_NV_Bsn_and_Rng_including_Pyr
+ NV
+ US
+ 40.01
+ -118.53
+ 0
+ 0
+ REV
+
+
+ CAZ547
+ 55470
+ Los_Angeles_Cnty_Sn_Fernando_Vly
+ CA
+ US
+ 34.21
+ -118.51
+ 0
+ 0
+ LOX
+
+
+ CAZ097
+ 50970
+ Tulare_County_Mountains
+ CA
+ US
+ 36.27
+ -118.48
+ 0
+ 0
+ HNX
+
+
+ CAZ087
+ 50870
+ Catalina_Island
+ CA
+ US
+ 33.39
+ -118.45
+ 0
+ 0
+ LOX
+
+
+ CAZ054
+ 50540
+ Los_Angeles_Cnty_Mtns_excluding_
+ CA
+ US
+ 34.48
+ -118.26
+ 0
+ 0
+ LOX
+
+
+ CAZ519
+ 55190
+ Ern_Sierra_Slopes_of_Inyo_Cnty
+ CA
+ US
+ 36.63
+ -118.26
+ 0
+ 0
+ VEF
+
+
+ CAZ041
+ 50410
+ Los_Angeles_Cnty_Cst_including_D
+ CA
+ US
+ 33.92
+ -118.24
+ 0
+ 0
+ LOX
+
+
+ CAZ059
+ 50590
+ Antelope_Valley
+ CA
+ US
+ 34.62
+ -118.22
+ 0
+ 0
+ LOX
+
+
+ ORZ502
+ 375020
+ Northern_Blue_Mtns_of_Oregon
+ OR
+ US
+ 45.65
+ -118.19
+ 0
+ 0
+ PDT
+
+
+ NVZ030
+ 280300
+ Humboldt_County
+ NV
+ US
+ 41.26
+ -118.16
+ 0
+ 0
+ LKN
+
+
+ WAZ029
+ 470290
+ Foothills_of_the_Blue_Mountains
+ WA
+ US
+ 46.31
+ -118.16
+ 0
+ 0
+ PDT
+
+
+ CAZ520
+ 55200
+ Owens_Valley
+ CA
+ US
+ 36.63
+ -118.08
+ 0
+ 0
+ VEF
+
+
+ CAZ521
+ 55210
+ White_Mountains_of_Inyo_County
+ CA
+ US
+ 36.92
+ -118.00
+ 0
+ 0
+ VEF
+
+
+ CAZ548
+ 55480
+ Los_Angeles_Cnty_Sn_Gabriel_Vly
+ CA
+ US
+ 34.05
+ -117.96
+ 0
+ 0
+ LOX
+
+
+ CAZ099
+ 50990
+ Southeastern_Kern_County_Desert
+ CA
+ US
+ 35.15
+ -117.93
+ 0
+ 0
+ HNX
+
+
+ WAZ030
+ 470300
+ Northwest_Blue_Mountains
+ WA
+ US
+ 46.17
+ -117.87
+ 0
+ 0
+ PDT
+
+
+ CAZ098
+ 50980
+ Indian_Wells_Valley
+ CA
+ US
+ 35.62
+ -117.82
+ 0
+ 0
+ HNX
+
+
+ CAZ042
+ 50420
+ Orange_County_Coastal_Areas
+ CA
+ US
+ 33.67
+ -117.79
+ 0
+ 0
+ SGX
+
+
+ WAZ037
+ 470370
+ Northeast_Mountains
+ WA
+ US
+ 48.36
+ -117.71
+ 0
+ 0
+ OTX
+
+
+ WAZ036
+ 470360
+ Spokane_Area
+ WA
+ US
+ 47.60
+ -117.70
+ 0
+ 0
+ OTX
+
+
+ ORZ049
+ 370490
+ Grande_Ronde_Valley
+ OR
+ US
+ 45.39
+ -117.69
+ 0
+ 0
+ PDT
+
+
+ ORZ062
+ 370620
+ Baker_County
+ OR
+ US
+ 44.66
+ -117.65
+ 0
+ 0
+ BOI
+
+
+ WAZ033
+ 470330
+ Washington_Palouse
+ WA
+ US
+ 46.89
+ -117.64
+ 0
+ 0
+ OTX
+
+
+ ORZ063
+ 370630
+ Malheur_County
+ OR
+ US
+ 43.21
+ -117.62
+ 0
+ 0
+ BOI
+
+
+ CAZ057
+ 50570
+ Santa_Ana_Mtns_and_Foothills
+ CA
+ US
+ 33.63
+ -117.45
+ 0
+ 0
+ SGX
+
+
+ WAZ031
+ 470310
+ Northeast_Blue_Mountains
+ WA
+ US
+ 46.21
+ -117.37
+ 0
+ 0
+ OTX
+
+
+ CAZ043
+ 50430
+ San_Diego_County_Coastal_Areas
+ CA
+ US
+ 33.00
+ -117.28
+ 0
+ 0
+ SGX
+
+
+ CAZ048
+ 50480
+ Sn_Bernardino_and_Rivside_Cnty_V
+ CA
+ US
+ 33.85
+ -117.28
+ 0
+ 0
+ SGX
+
+
+ ORZ050
+ 370500
+ Wallowa_County
+ OR
+ US
+ 45.54
+ -117.17
+ 0
+ 0
+ PDT
+
+
+ WAZ032
+ 470320
+ Lwr_Garfield_and_Asotin_Cnties
+ WA
+ US
+ 46.35
+ -117.16
+ 0
+ 0
+ OTX
+
+
+ NVZ014
+ 280140
+ Esmeralda_and_Ctrl_Nye_County
+ NV
+ US
+ 37.65
+ -117.15
+ 0
+ 0
+ VEF
+
+
+ CAZ055
+ 50550
+ San_Bernardino_County_Mountains
+ CA
+ US
+ 34.23
+ -117.13
+ 0
+ 0
+ SGX
+
+
+ ORZ064
+ 370640
+ Oregon_Lower_Treasure_Valley
+ OR
+ US
+ 44.02
+ -117.11
+ 0
+ 0
+ BOI
+
+
+ CAZ050
+ 50500
+ San_Diego_County_Valleys
+ CA
+ US
+ 33.03
+ -117.06
+ 0
+ 0
+ SGX
+
+
+ CAZ060
+ 50600
+ Apple_and_Lucerne_Valleys
+ CA
+ US
+ 34.43
+ -117.03
+ 0
+ 0
+ SGX
+
+
+ CAZ523
+ 55230
+ Western_Mojave_Desert
+ CA
+ US
+ 35.27
+ -116.98
+ 0
+ 0
+ VEF
+
+
+ IDZ003
+ 120030
+ Idaho_Palouse
+ ID
+ US
+ 46.96
+ -116.96
+ 0
+ 0
+ OTX
+
+
+ CAZ522
+ 55220
+ Death_Valley_National_Park
+ CA
+ US
+ 36.63
+ -116.85
+ 0
+ 0
+ VEF
+
+
+ IDZ002
+ 120020
+ Coeur_d'Alene_Area
+ ID
+ US
+ 47.62
+ -116.83
+ 0
+ 0
+ OTX
+
+
+ NVZ037
+ 280370
+ Srn_Lander_Cnty_and_Srn_Eureka_C
+ NV
+ US
+ 39.62
+ -116.78
+ 0
+ 0
+ LKN
+
+
+ NVZ036
+ 280360
+ Nrn_Lander_Cnty_and_Nrn_Eureka_C
+ NV
+ US
+ 40.51
+ -116.76
+ 0
+ 0
+ LKN
+
+
+ IDZ012
+ 120120
+ Lower_Treasure_Valley
+ ID
+ US
+ 43.82
+ -116.75
+ 0
+ 0
+ BOI
+
+
+ IDZ026
+ 120260
+ Lewiston_Area
+ ID
+ US
+ 46.47
+ -116.71
+ 0
+ 0
+ OTX
+
+
+ IDZ029
+ 120290
+ Owyhee_Mountains
+ ID
+ US
+ 43.07
+ -116.70
+ 0
+ 0
+ BOI
+
+
+ CAZ056
+ 50560
+ Riverside_County_Mountains
+ CA
+ US
+ 33.73
+ -116.60
+ 0
+ 0
+ SGX
+
+
+ NVZ013
+ 280130
+ Northern_Nye_County
+ NV
+ US
+ 38.60
+ -116.59
+ 0
+ 0
+ LKN
+
+
+ CAZ058
+ 50580
+ San_Diego_County_Mountains
+ CA
+ US
+ 33.00
+ -116.57
+ 0
+ 0
+ SGX
+
+
+ IDZ001
+ 120010
+ Northern_Panhandle
+ ID
+ US
+ 48.36
+ -116.55
+ 0
+ 0
+ OTX
+
+
+ IDZ027
+ 120270
+ Lewis_and_Srn_Nez_Perce_Cnties
+ ID
+ US
+ 46.16
+ -116.51
+ 0
+ 0
+ OTX
+
+
+ IDZ008
+ 120080
+ Lwr_Hells_Canyon/Salmon_Riv_Rgn
+ ID
+ US
+ 45.65
+ -116.49
+ 0
+ 0
+ MSO
+
+
+ CAZ061
+ 50610
+ Coachella_Valley
+ CA
+ US
+ 33.73
+ -116.36
+ 0
+ 0
+ SGX
+
+
+ CAZ062
+ 50620
+ San_Diego_County_Deserts
+ CA
+ US
+ 33.02
+ -116.31
+ 0
+ 0
+ SGX
+
+
+ CAZ525
+ 55250
+ Morongo_Basin
+ CA
+ US
+ 34.39
+ -116.15
+ 0
+ 0
+ VEF
+
+
+ NVZ017
+ 280170
+ Wrn_Clark_and_Srn_Nye_County
+ NV
+ US
+ 36.28
+ -116.11
+ 0
+ 0
+ VEF
+
+
+ IDZ015
+ 120150
+ Southwest_Highlands
+ ID
+ US
+ 42.51
+ -116.02
+ 0
+ 0
+ BOI
+
+
+ IDZ011
+ 120110
+ West_Central_Mountains
+ ID
+ US
+ 44.70
+ -115.94
+ 0
+ 0
+ BOI
+
+
+ IDZ004
+ 120040
+ Central_Panhandle_Mountains
+ ID
+ US
+ 47.34
+ -115.93
+ 0
+ 0
+ OTX
+
+
+ CAZ030
+ 50300
+ Joshua_Tree_National_Park
+ CA
+ US
+ 33.93
+ -115.89
+ 0
+ 0
+ PSR
+
+
+ IDZ007
+ 120070
+ Orofino/Grangeville_Region
+ ID
+ US
+ 46.24
+ -115.85
+ 0
+ 0
+ MSO
+
+
+ IDZ014
+ 120140
+ Upper_Treasure_Valley
+ ID
+ US
+ 43.16
+ -115.77
+ 0
+ 0
+ BOI
+
+
+ CAZ524
+ 55240
+ Ern_Mojave_Dsrt,_Incl_the_Mojave
+ CA
+ US
+ 35.17
+ -115.61
+ 0
+ 0
+ VEF
+
+
+ NVZ019
+ 280190
+ Spring_Mtns-Red_Rock_Canyon
+ NV
+ US
+ 36.13
+ -115.57
+ 0
+ 0
+ VEF
+
+
+ NVZ031
+ 280310
+ Northern_Elko_County
+ NV
+ US
+ 41.49
+ -115.52
+ 0
+ 0
+ LKN
+
+
+ IDZ005
+ 120050
+ Northern_Clearwater_Mountains
+ ID
+ US
+ 46.65
+ -115.47
+ 0
+ 0
+ MSO
+
+
+ CAZ033
+ 50330
+ Imperial_County
+ CA
+ US
+ 33.02
+ -115.41
+ 0
+ 0
+ PSR
+
+
+ IDZ013
+ 120130
+ Boise_Mountains
+ ID
+ US
+ 43.79
+ -115.39
+ 0
+ 0
+ BOI
+
+
+ CAZ032
+ 50320
+ Riverside_County/Ern_Deserts
+ CA
+ US
+ 33.75
+ -115.33
+ 0
+ 0
+ PSR
+
+
+ IDZ006
+ 120060
+ Southern_Clearwater_Mountains
+ ID
+ US
+ 45.88
+ -115.33
+ 0
+ 0
+ MSO
+
+
+ NVZ034
+ 280340
+ Ruby_Mtns/East_Humboldt_Range
+ NV
+ US
+ 40.56
+ -115.33
+ 0
+ 0
+ LKN
+
+
+ MTZ001
+ 260010
+ Kootenai/Cabinet_Region
+ MT
+ US
+ 48.18
+ -115.15
+ 0
+ 0
+ MSO
+
+
+ NVZ018
+ 280180
+ Sheep_Range
+ NV
+ US
+ 36.84
+ -115.15
+ 0
+ 0
+ VEF
+
+
+ NVZ020
+ 280200
+ Las_Vegas_Valley
+ NV
+ US
+ 36.11
+ -115.12
+ 0
+ 0
+ VEF
+
+
+ NVZ022
+ 280220
+ Southern_Clark_County
+ NV
+ US
+ 35.50
+ -115.09
+ 0
+ 0
+ VEF
+
+
+ CAZ526
+ 55260
+ Cadiz_Basin
+ CA
+ US
+ 34.45
+ -115.08
+ 0
+ 0
+ VEF
+
+
+ MTZ004
+ 260040
+ Lower_Clark_Fork_Region
+ MT
+ US
+ 47.38
+ -115.02
+ 0
+ 0
+ MSO
+
+
+ NVZ035
+ 280350
+ White_Pine_County
+ NV
+ US
+ 39.40
+ -114.97
+ 0
+ 0
+ LKN
+
+
+ NVZ015
+ 280150
+ Lincoln_County
+ NV
+ US
+ 37.76
+ -114.96
+ 0
+ 0
+ VEF
+
+
+ IDZ028
+ 120280
+ Camas_Prairie
+ ID
+ US
+ 43.34
+ -114.86
+ 0
+ 0
+ BOI
+
+
+ NVZ032
+ 280320
+ SW_and_South_Ctrl_Elko_County
+ NV
+ US
+ 40.64
+ -114.83
+ 0
+ 0
+ LKN
+
+
+ CAZ031
+ 50310
+ Lower_Colorado_River_Valley_CA
+ CA
+ US
+ 33.39
+ -114.79
+ 0
+ 0
+ PSR
+
+
+ NVZ021
+ 280210
+ L_Mead_National_Recreation_Area
+ NV
+ US
+ 35.79
+ -114.78
+ 0
+ 0
+ VEF
+
+
+ IDZ030
+ 120300
+ Southern_Twin__Falls_County
+ ID
+ US
+ 42.26
+ -114.65
+ 0
+ 0
+ BOI
+
+
+ AZZ036
+ 30360
+ L_Mead_National_Recreation_Area
+ AZ
+ US
+ 35.67
+ -114.61
+ 0
+ 0
+ VEF
+
+
+ AZZ025
+ 30250
+ Yuma/Martinez_Lake_and_Vicinity
+ AZ
+ US
+ 32.69
+ -114.58
+ 0
+ 0
+ PSR
+
+
+ NVZ016
+ 280160
+ Northeast_Clark_County
+ NV
+ US
+ 36.55
+ -114.53
+ 0
+ 0
+ VEF
+
+
+ IDZ016
+ 120160
+ Western_Magic_Valley
+ ID
+ US
+ 42.80
+ -114.50
+ 0
+ 0
+ BOI
+
+
+ IDZ018
+ 120180
+ Sawtooth_Mountains
+ ID
+ US
+ 44.18
+ -114.49
+ 0
+ 0
+ PIH
+
+
+ CAZ527
+ 55270
+ Sn_Bernardino_Cnty-Upr_CO_Riv_Vl
+ CA
+ US
+ 34.58
+ -114.44
+ 0
+ 0
+ VEF
+
+
+ AZZ020
+ 30200
+ Lower_Colorado_River_Valley_AZ
+ AZ
+ US
+ 33.65
+ -114.43
+ 0
+ 0
+ PSR
+
+
+ IDZ009
+ 120090
+ Western_Lemhi_County
+ ID
+ US
+ 45.10
+ -114.39
+ 0
+ 0
+ MSO
+
+
+ AZZ002
+ 30020
+ Lake_Havasu_and_Fort_Mohave
+ AZ
+ US
+ 34.63
+ -114.37
+ 0
+ 0
+ VEF
+
+
+ MTZ003
+ 260030
+ Flathead/Mission_Valleys
+ MT
+ US
+ 47.82
+ -114.31
+ 0
+ 0
+ MSO
+
+
+ IDZ031
+ 120310
+ Big_and_Little_Wood_River_Rgn
+ ID
+ US
+ 43.59
+ -114.29
+ 0
+ 0
+ PIH
+
+
+ NVZ033
+ 280330
+ Extreme_Eastern_Elko_County
+ NV
+ US
+ 40.64
+ -114.23
+ 0
+ 0
+ LKN
+
+
+ MTZ005
+ 260050
+ Missoula/Bitterroot_Valleys
+ MT
+ US
+ 46.44
+ -114.10
+ 0
+ 0
+ MSO
+
+
+ MTZ006
+ 260060
+ Bitterroot/Sapphire_Mountains
+ MT
+ US
+ 46.16
+ -113.95
+ 0
+ 0
+ MSO
+
+
+ MTZ002
+ 260020
+ West_Glacier_Region
+ MT
+ US
+ 48.30
+ -113.94
+ 0
+ 0
+ MSO
+
+
+ AZZ003
+ 30030
+ Northwest_Deserts
+ AZ
+ US
+ 35.14
+ -113.92
+ 0
+ 0
+ VEF
+
+
+ AZZ021
+ 30210
+ West_Central_Deserts
+ AZ
+ US
+ 33.86
+ -113.90
+ 0
+ 0
+ PSR
+
+
+ AZZ026
+ 30260
+ Southwest_Deserts
+ AZ
+ US
+ 32.75
+ -113.90
+ 0
+ 0
+ PSR
+
+
+ IDZ017
+ 120170
+ Eastern_Magic_Valley
+ ID
+ US
+ 42.94
+ -113.79
+ 0
+ 0
+ PIH
+
+
+ MTZ043
+ 260430
+ Potomac/Seeley_Lake_Region
+ MT
+ US
+ 47.12
+ -113.60
+ 0
+ 0
+ MSO
+
+
+ IDZ032
+ 120320
+ Lost_River/Pashimeroi
+ ID
+ US
+ 44.17
+ -113.54
+ 0
+ 0
+ PIH
+
+
+ IDZ010
+ 120100
+ Eastern_Lemhi_County
+ ID
+ US
+ 44.96
+ -113.48
+ 0
+ 0
+ MSO
+
+
+ UTZ019
+ 440190
+ Utah's_Dixie_and_Zion_Natl_Pk
+ UT
+ US
+ 37.20
+ -113.47
+ 0
+ 0
+ SLC
+
+
+ UTZ016
+ 440160
+ Southwest_Utah
+ UT
+ US
+ 37.98
+ -113.33
+ 0
+ 0
+ SLC
+
+
+ AZZ001
+ 30010
+ Northwest_Plateau
+ AZ
+ US
+ 36.49
+ -113.28
+ 0
+ 0
+ VEF
+
+
+ IDZ022
+ 120220
+ South_Central_Highlands
+ ID
+ US
+ 42.39
+ -113.17
+ 0
+ 0
+ PIH
+
+
+ MTZ009
+ 260090
+ Northern_Rocky_Mountain_Front
+ MT
+ US
+ 48.56
+ -113.12
+ 0
+ 0
+ TFX
+
+
+ AZZ037
+ 30370
+ Yavapai_County_Vlys_and_Basins
+ AZ
+ US
+ 34.56
+ -113.07
+ 0
+ 0
+ FGZ
+
+
+ UTZ005
+ 440050
+ Great_Salt_Lake_Desert_and_Mtns
+ UT
+ US
+ 40.95
+ -113.00
+ 0
+ 0
+ SLC
+
+
+ UTZ015
+ 440150
+ West_Central_Utah
+ UT
+ US
+ 39.29
+ -112.99
+ 0
+ 0
+ SLC
+
+
+ AZZ008
+ 30080
+ Yavapai_County__Mountains
+ AZ
+ US
+ 34.82
+ -112.97
+ 0
+ 0
+ FGZ
+
+
+ AZZ031
+ 30310
+ Western_Pima_County
+ AZ
+ US
+ 32.14
+ -112.87
+ 0
+ 0
+ TWC
+
+
+ MTZ007
+ 260070
+ Butte/Blackfoot_Region
+ MT
+ US
+ 46.40
+ -112.84
+ 0
+ 0
+ MSO
+
+
+ AZZ027
+ 30270
+ Southwest_Maricopa_County
+ AZ
+ US
+ 32.94
+ -112.77
+ 0
+ 0
+ PSR
+
+
+ AZZ022
+ 30220
+ Northwest_Maricopa_County
+ AZ
+ US
+ 33.67
+ -112.70
+ 0
+ 0
+ PSR
+
+
+ MTZ008
+ 260080
+ Beaverhead
+ MT
+ US
+ 45.15
+ -112.69
+ 0
+ 0
+ TFX
+
+
+ MTZ010
+ 260100
+ Eastern_Glacier
+ MT
+ US
+ 48.65
+ -112.67
+ 0
+ 0
+ TFX
+
+
+ IDZ020
+ 120200
+ Upper_Snake_River_Plain
+ ID
+ US
+ 43.66
+ -112.62
+ 0
+ 0
+ PIH
+
+
+ MTZ048
+ 260480
+ Southern_Rocky_Mountain_Front
+ MT
+ US
+ 47.73
+ -112.60
+ 0
+ 0
+ TFX
+
+
+ IDZ021
+ 120210
+ Lower_Snake_River_Plain
+ ID
+ US
+ 42.94
+ -112.55
+ 0
+ 0
+ PIH
+
+
+ AZZ007
+ 30070
+ Coconino_Plateau
+ AZ
+ US
+ 35.71
+ -112.43
+ 0
+ 0
+ FGZ
+
+
+ UTZ003
+ 440030
+ Salt_Lake_and_Tooele_Valleys
+ UT
+ US
+ 40.45
+ -112.42
+ 0
+ 0
+ SLC
+
+
+ UTZ518
+ 445180
+ Southern_Utah_Mountains
+ UT
+ US
+ 37.79
+ -112.33
+ 0
+ 0
+ SLC
+
+
+ AZZ006
+ 30060
+ Grand_Canyon_Country
+ AZ
+ US
+ 36.22
+ -112.32
+ 0
+ 0
+ FGZ
+
+
+ MTZ014
+ 260140
+ Central_and_Srn_Lewis_and_Clark
+ MT
+ US
+ 46.87
+ -112.28
+ 0
+ 0
+ TFX
+
+
+ UTZ002
+ 440020
+ Northern_Wasatch_Front
+ UT
+ US
+ 41.39
+ -112.16
+ 0
+ 0
+ SLC
+
+
+ AZZ004
+ 30040
+ Kaibab_Plateau
+ AZ
+ US
+ 36.56
+ -112.14
+ 0
+ 0
+ FGZ
+
+
+ MTZ052
+ 260520
+ Jefferson
+ MT
+ US
+ 46.15
+ -112.13
+ 0
+ 0
+ TFX
+
+
+ AZZ023
+ 30230
+ Greater_Phoenix_Area
+ AZ
+ US
+ 33.57
+ -112.09
+ 0
+ 0
+ PSR
+
+
+ UTZ020
+ 440200
+ South_Central_Utah
+ UT
+ US
+ 37.50
+ -112.04
+ 0
+ 0
+ SLC
+
+
+ MTZ015
+ 260150
+ Madison
+ MT
+ US
+ 45.28
+ -112.02
+ 0
+ 0
+ TFX
+
+
+ IDZ019
+ 120190
+ Upper_Snake_Highlands
+ ID
+ US
+ 44.13
+ -112.01
+ 0
+ 0
+ PIH
+
+
+ MTZ046
+ 260460
+ Eastern_Pondera
+ MT
+ US
+ 48.23
+ -112.00
+ 0
+ 0
+ TFX
+
+
+ IDZ024
+ 120240
+ Cache_Valley/Idaho_Portion
+ ID
+ US
+ 42.14
+ -111.94
+ 0
+ 0
+ PIH
+
+
+ UTZ001
+ 440010
+ Cache_Valley/Utah_Portion
+ UT
+ US
+ 41.73
+ -111.93
+ 0
+ 0
+ SLC
+
+
+ AZZ038
+ 30380
+ Oak_Creek_and_Sycamore_Canyons
+ AZ
+ US
+ 34.93
+ -111.89
+ 0
+ 0
+ FGZ
+
+
+ AZZ005
+ 30050
+ Marble_and_Glen_Canyons
+ AZ
+ US
+ 36.63
+ -111.87
+ 0
+ 0
+ FGZ
+
+
+ UTZ004
+ 440040
+ Southern_Wasatch_Front
+ UT
+ US
+ 40.01
+ -111.87
+ 0
+ 0
+ SLC
+
+
+ UTZ014
+ 440140
+ Sanpete/Sevier_Valleys
+ UT
+ US
+ 39.17
+ -111.84
+ 0
+ 0
+ SLC
+
+
+ AZZ032
+ 30320
+ Tohono_Oodham_Nation
+ AZ
+ US
+ 31.98
+ -111.83
+ 0
+ 0
+ TWC
+
+
+ AZZ015
+ 30150
+ Western_Mogollon_Rim
+ AZ
+ US
+ 35.20
+ -111.80
+ 0
+ 0
+ FGZ
+
+
+ MTZ049
+ 260490
+ Eastern_Teton
+ MT
+ US
+ 47.80
+ -111.80
+ 0
+ 0
+ TFX
+
+
+ IDZ023
+ 120230
+ Caribou_Highlands
+ ID
+ US
+ 42.94
+ -111.78
+ 0
+ 0
+ PIH
+
+
+ MTZ044
+ 260440
+ Toole
+ MT
+ US
+ 48.60
+ -111.74
+ 0
+ 0
+ TFX
+
+
+ AZZ028
+ 30280
+ NW_and_North_Ctrl_Pinal_County
+ AZ
+ US
+ 33.08
+ -111.67
+ 0
+ 0
+ PSR
+
+
+ UTZ007
+ 440070
+ Wasatch_Mountains_I-80_North
+ UT
+ US
+ 41.36
+ -111.61
+ 0
+ 0
+ SLC
+
+
+ IDZ025
+ 120250
+ Wasatch_Mountains/Idaho_Portion
+ ID
+ US
+ 42.30
+ -111.47
+ 0
+ 0
+ PIH
+
+
+ UTZ008
+ 440080
+ Wasatch_Mountains_South_of_I-80
+ UT
+ US
+ 40.17
+ -111.45
+ 0
+ 0
+ SLC
+
+
+ UTZ517
+ 445170
+ Central_Utah_Mountains
+ UT
+ US
+ 39.02
+ -111.44
+ 0
+ 0
+ SLC
+
+
+ MTZ053
+ 260530
+ Broadwater
+ MT
+ US
+ 46.31
+ -111.42
+ 0
+ 0
+ TFX
+
+
+ UTZ006
+ 440060
+ Wasatch_Mountain_Valleys
+ UT
+ US
+ 40.86
+ -111.39
+ 0
+ 0
+ SLC
+
+
+ MTZ012
+ 260120
+ Cascade
+ MT
+ US
+ 47.26
+ -111.34
+ 0
+ 0
+ TFX
+
+
+ AZZ029
+ 30290
+ Southeast_Pinal_County
+ AZ
+ US
+ 32.88
+ -111.33
+ 0
+ 0
+ TWC
+
+
+ MTZ055
+ 260550
+ Gallatin
+ MT
+ US
+ 45.34
+ -111.29
+ 0
+ 0
+ TFX
+
+
+ AZZ012
+ 30120
+ Ltl_CO_Riv_Vly_in_Coconino_Cnty
+ AZ
+ US
+ 35.44
+ -111.25
+ 0
+ 0
+ FGZ
+
+
+ MTZ045
+ 260450
+ Liberty
+ MT
+ US
+ 48.56
+ -111.08
+ 0
+ 0
+ TFX
+
+
+ AZZ024
+ 30240
+ Srn_Gila/Tonto_NF_Foothills
+ AZ
+ US
+ 33.51
+ -111.03
+ 0
+ 0
+ PSR
+
+
+ MTZ054
+ 260540
+ Meagher
+ MT
+ US
+ 46.63
+ -110.97
+ 0
+ 0
+ TFX
+
+
+ WYZ023
+ 500230
+ Star_Valley
+ WY
+ US
+ 42.89
+ -110.96
+ 0
+ 0
+ RIW
+
+
+ AZZ009
+ 30090
+ NE_Plateaus_and_Mesas_Hwy_264_Nw
+ AZ
+ US
+ 36.39
+ -110.92
+ 0
+ 0
+ FGZ
+
+
+ AZZ033
+ 30330
+ Tucson_Metro/Marana/Grn_Valley
+ AZ
+ US
+ 32.13
+ -110.92
+ 0
+ 0
+ TWC
+
+
+ AZZ034
+ 30340
+ Santa_Cruz_County
+ AZ
+ US
+ 31.54
+ -110.91
+ 0
+ 0
+ TWC
+
+
+ AZZ018
+ 30180
+ Northern_Gila_County
+ AZ
+ US
+ 34.06
+ -110.85
+ 0
+ 0
+ FGZ
+
+
+ UTZ012
+ 440120
+ Castle_Country
+ UT
+ US
+ 39.29
+ -110.85
+ 0
+ 0
+ SLC
+
+
+ AZZ016
+ 30160
+ Eastern_Mogollon_Rim
+ AZ
+ US
+ 34.49
+ -110.77
+ 0
+ 0
+ FGZ
+
+
+ MTZ064
+ 260640
+ Paradise_Valley
+ MT
+ US
+ 45.33
+ -110.73
+ 0
+ 0
+ BYZ
+
+
+ UTZ010
+ 440100
+ Wasatch_Plateau/Book_Cliffs
+ UT
+ US
+ 39.76
+ -110.73
+ 0
+ 0
+ SLC
+
+
+ UTZ009
+ 440090
+ Western_Uinta_Mountains
+ UT
+ US
+ 40.70
+ -110.70
+ 0
+ 0
+ SLC
+
+
+ UTZ021
+ 440210
+ Glen_Canyon_Rec_Area/L_Powell
+ UT
+ US
+ 37.54
+ -110.70
+ 0
+ 0
+ SLC
+
+
+ WYZ024
+ 500240
+ Salt_River_and_Wyoming_Ranges
+ WY
+ US
+ 42.55
+ -110.65
+ 0
+ 0
+ RIW
+
+
+ UTZ013
+ 440130
+ San_Rafael_Swell
+ UT
+ US
+ 38.54
+ -110.64
+ 0
+ 0
+ SLC
+
+
+ WYZ013
+ 500130
+ Jackson_Hole
+ WY
+ US
+ 43.63
+ -110.62
+ 0
+ 0
+ RIW
+
+
+ MTZ040
+ 260400
+ Northern_Park
+ MT
+ US
+ 45.98
+ -110.55
+ 0
+ 0
+ BYZ
+
+
+ WYZ012
+ 500120
+ Teton_and_Gros_Ventre_Mountains
+ WY
+ US
+ 43.64
+ -110.55
+ 0
+ 0
+ RIW
+
+
+ WYZ021
+ 500210
+ Southwest_Wyoming
+ WY
+ US
+ 41.29
+ -110.55
+ 0
+ 0
+ SLC
+
+
+ WYZ027
+ 500270
+ South_Lincoln_County
+ WY
+ US
+ 41.93
+ -110.55
+ 0
+ 0
+ RIW
+
+
+ MTZ065
+ 260650
+ Livingston_Area
+ MT
+ US
+ 45.65
+ -110.51
+ 0
+ 0
+ BYZ
+
+
+ WYZ001
+ 500010
+ Yellowstone_National_Park
+ WY
+ US
+ 44.62
+ -110.49
+ 0
+ 0
+ RIW
+
+
+ MTZ013
+ 260130
+ Chouteau
+ MT
+ US
+ 47.86
+ -110.48
+ 0
+ 0
+ TFX
+
+
+ UTZ011
+ 440110
+ Western_Uinta_Basin
+ UT
+ US
+ 40.22
+ -110.46
+ 0
+ 0
+ SLC
+
+
+ MTZ068
+ 260680
+ Crazy_Mountains
+ MT
+ US
+ 46.10
+ -110.32
+ 0
+ 0
+ BYZ
+
+
+ AZZ040
+ 30400
+ NE_Plateaus_and_Mesas_S_of_Hwy_2
+ AZ
+ US
+ 35.52
+ -110.30
+ 0
+ 0
+ FGZ
+
+
+ AZZ013
+ 30130
+ Ltl_CO_Riv_Vly_in_Navajo_Cnty
+ AZ
+ US
+ 34.88
+ -110.29
+ 0
+ 0
+ FGZ
+
+
+ MTZ050
+ 260500
+ Judith_Basin
+ MT
+ US
+ 47.05
+ -110.27
+ 0
+ 0
+ TFX
+
+
+ AZZ039
+ 30390
+ Black_Mesa_Area
+ AZ
+ US
+ 36.37
+ -110.25
+ 0
+ 0
+ FGZ
+
+
+ MTZ067
+ 260670
+ Absaroka/Beartooth_Mountains
+ MT
+ US
+ 45.33
+ -110.13
+ 0
+ 0
+ BYZ
+
+
+ MTZ011
+ 260110
+ Hill
+ MT
+ US
+ 48.57
+ -110.11
+ 0
+ 0
+ TFX
+
+
+ UTZ029
+ 440290
+ Canyonlands/Natural_Bridges
+ UT
+ US
+ 37.87
+ -110.03
+ 0
+ 0
+ GJT
+
+
+ WYZ025
+ 500250
+ Upper_Grn_River_Basin_Foothills
+ WY
+ US
+ 42.98
+ -110.03
+ 0
+ 0
+ RIW
+
+
+ MTZ041
+ 260410
+ Northern_Sweet_Grass
+ MT
+ US
+ 45.93
+ -109.86
+ 0
+ 0
+ BYZ
+
+
+ MTZ028
+ 260280
+ Southern_Wheatland
+ MT
+ US
+ 46.38
+ -109.84
+ 0
+ 0
+ BYZ
+
+
+ MTZ066
+ 260660
+ Beartooth_Foothills
+ MT
+ US
+ 45.54
+ -109.81
+ 0
+ 0
+ BYZ
+
+
+ AZZ010
+ 30100
+ Chinle_Valley
+ AZ
+ US
+ 36.36
+ -109.76
+ 0
+ 0
+ FGZ
+
+
+ AZZ030
+ 30300
+ Upper_Gila_River_Valley
+ AZ
+ US
+ 33.05
+ -109.75
+ 0
+ 0
+ TWC
+
+
+ AZZ035
+ 30350
+ Cochise_County
+ AZ
+ US
+ 31.89
+ -109.75
+ 0
+ 0
+ TWC
+
+
+ WYZ014
+ 500140
+ Wind_River_Mountains_West
+ WY
+ US
+ 43.00
+ -109.70
+ 0
+ 0
+ RIW
+
+
+ WYZ026
+ 500260
+ Upper_Green_River_Basin
+ WY
+ US
+ 42.42
+ -109.68
+ 0
+ 0
+ RIW
+
+
+ AZZ017
+ 30170
+ White_Mountains
+ AZ
+ US
+ 33.89
+ -109.65
+ 0
+ 0
+ FGZ
+
+
+ MTZ063
+ 260630
+ Judith_Gap
+ MT
+ US
+ 46.65
+ -109.65
+ 0
+ 0
+ BYZ
+
+
+ UTZ027
+ 440270
+ Arches/Grand_Flat
+ UT
+ US
+ 38.95
+ -109.61
+ 0
+ 0
+ GJT
+
+
+ WYZ028
+ 500280
+ Rock_Springs_and_Green_River
+ WY
+ US
+ 41.51
+ -109.60
+ 0
+ 0
+ RIW
+
+
+ UTZ025
+ 440250
+ Tavaputs_Plateau
+ UT
+ US
+ 39.50
+ -109.58
+ 0
+ 0
+ GJT
+
+
+ UTZ028
+ 440280
+ La_Sal_and_Abajo_Mountains
+ UT
+ US
+ 38.15
+ -109.53
+ 0
+ 0
+ GJT
+
+
+ UTZ023
+ 440230
+ Eastern_Uinta_Mountains
+ UT
+ US
+ 40.68
+ -109.52
+ 0
+ 0
+ GJT
+
+
+ UTZ024
+ 440240
+ Eastern_Uinta_Basin
+ UT
+ US
+ 40.21
+ -109.51
+ 0
+ 0
+ GJT
+
+
+ WYZ002
+ 500020
+ Absaroka_Mountains
+ WY
+ US
+ 44.24
+ -109.49
+ 0
+ 0
+ RIW
+
+
+ AZZ014
+ 30140
+ Ltl_CO_Riv_Vly_in_Apache_Cnty
+ AZ
+ US
+ 34.58
+ -109.45
+ 0
+ 0
+ FGZ
+
+
+ UTZ022
+ 440220
+ Southeast_Utah
+ UT
+ US
+ 37.40
+ -109.45
+ 0
+ 0
+ GJT
+
+
+ WYZ029
+ 500290
+ Flaming_Gorge
+ WY
+ US
+ 41.25
+ -109.42
+ 0
+ 0
+ RIW
+
+
+ WYZ016
+ 500160
+ Upper_Wind_River_Basin
+ WY
+ US
+ 43.44
+ -109.41
+ 0
+ 0
+ RIW
+
+
+ MTZ056
+ 260560
+ Red_Lodge_Foothills
+ MT
+ US
+ 45.23
+ -109.32
+ 0
+ 0
+ BYZ
+
+
+ AZZ011
+ 30110
+ Chuska_Mtns_and_Defiance_Plateay
+ AZ
+ US
+ 35.98
+ -109.31
+ 0
+ 0
+ FGZ
+
+
+ WYZ015
+ 500150
+ Wind_River_Mountains_East
+ WY
+ US
+ 43.09
+ -109.31
+ 0
+ 0
+ RIW
+
+
+ AZZ019
+ 30190
+ Northern_Greenlee
+ AZ
+ US
+ 33.42
+ -109.27
+ 0
+ 0
+ TWC
+
+
+ MTZ051
+ 260510
+ Fergus
+ MT
+ US
+ 47.25
+ -109.26
+ 0
+ 0
+ TFX
+
+
+ MTZ042
+ 260420
+ Golden_Valley
+ MT
+ US
+ 46.36
+ -109.22
+ 0
+ 0
+ BYZ
+
+
+ MTZ034
+ 260340
+ Northern_Stillwater
+ MT
+ US
+ 45.78
+ -109.21
+ 0
+ 0
+ BYZ
+
+
+ WYZ003
+ 500030
+ Cody_Foothills
+ WY
+ US
+ 44.46
+ -109.04
+ 0
+ 0
+ RIW
+
+
+ MTZ047
+ 260470
+ Blaine
+ MT
+ US
+ 48.37
+ -108.90
+ 0
+ 0
+ TFX
+
+
+ MTZ039
+ 260390
+ Eastern_Carbon
+ MT
+ US
+ 45.32
+ -108.71
+ 0
+ 0
+ BYZ
+
+
+ COZ006
+ 60060
+ Grand_Valley
+ CO
+ US
+ 39.16
+ -108.65
+ 0
+ 0
+ GJT
+
+
+ COZ021
+ 60210
+ Four_Corners/Upper_Dolores_Riv
+ CO
+ US
+ 37.49
+ -108.64
+ 0
+ 0
+ GJT
+
+
+ NMZ030
+ 310300
+ Southwest_Desert/Bootheel
+ NM
+ US
+ 31.93
+ -108.63
+ 0
+ 0
+ EPZ
+
+
+ COZ020
+ 60200
+ Paradox_Vly/Little_Dolores_Riv
+ CO
+ US
+ 38.28
+ -108.61
+ 0
+ 0
+ GJT
+
+
+ WYZ007
+ 500070
+ Owl_Creek_and_Bridger_Mountains
+ WY
+ US
+ 43.62
+ -108.61
+ 0
+ 0
+ RIW
+
+
+ WYZ018
+ 500180
+ Lander_Foothills
+ WY
+ US
+ 42.81
+ -108.61
+ 0
+ 0
+ RIW
+
+
+ MTZ060
+ 260600
+ Southwest_Phillips
+ MT
+ US
+ 47.83
+ -108.55
+ 0
+ 0
+ GGW
+
+
+ COZ001
+ 60010
+ Lower_Yampa_River_Basin
+ CO
+ US
+ 40.30
+ -108.49
+ 0
+ 0
+ GJT
+
+
+ COZ003
+ 60030
+ Roan_and_Tavaputs_Plateaus
+ CO
+ US
+ 39.63
+ -108.44
+ 0
+ 0
+ GJT
+
+
+ MTZ029
+ 260290
+ Musselshell
+ MT
+ US
+ 46.44
+ -108.40
+ 0
+ 0
+ BYZ
+
+
+ WYZ030
+ 500300
+ East_Sweetwater_County
+ WY
+ US
+ 41.61
+ -108.37
+ 0
+ 0
+ RIW
+
+
+ COZ017
+ 60170
+ Uncompahgre_Plateau/Dallas_Divid
+ CO
+ US
+ 38.58
+ -108.35
+ 0
+ 0
+ GJT
+
+
+ WYZ017
+ 500170
+ Wind_River_Basin
+ WY
+ US
+ 43.13
+ -108.34
+ 0
+ 0
+ RIW
+
+
+ MTZ021
+ 260210
+ Petroleum
+ MT
+ US
+ 47.18
+ -108.28
+ 0
+ 0
+ GGW
+
+
+ WYZ005
+ 500050
+ Southwest_Big_Horn_Basin
+ WY
+ US
+ 43.81
+ -108.25
+ 0
+ 0
+ RIW
+
+
+ NMZ001
+ 310010
+ Northwest_Plateau
+ NM
+ US
+ 36.35
+ -108.23
+ 0
+ 0
+ ABQ
+
+
+ MTZ035
+ 260350
+ Yellowstone
+ MT
+ US
+ 45.98
+ -108.20
+ 0
+ 0
+ BYZ
+
+
+ WYZ004
+ 500040
+ North_Big_Horn_Basin
+ WY
+ US
+ 44.57
+ -108.19
+ 0
+ 0
+ RIW
+
+
+ NMZ022
+ 310220
+ SW_Mtns/Lower_Gila_Region
+ NM
+ US
+ 33.00
+ -108.17
+ 0
+ 0
+ EPZ
+
+
+ NMZ014
+ 310140
+ SW_Mtns/Upper_Gila_Region
+ NM
+ US
+ 33.77
+ -108.13
+ 0
+ 0
+ ABQ
+
+
+ NMZ008
+ 310080
+ West_Central_Mountains
+ NM
+ US
+ 35.06
+ -108.09
+ 0
+ 0
+ ABQ
+
+
+ COZ007
+ 60070
+ Debeque_to_Silt_Corridor
+ CO
+ US
+ 39.43
+ -108.05
+ 0
+ 0
+ GJT
+
+
+ WYZ019
+ 500190
+ Grn_Mtns_and_Rattlesnake_Range
+ WY
+ US
+ 42.40
+ -107.96
+ 0
+ 0
+ RIW
+
+
+ COZ011
+ 60110
+ Ctrl_Gunnison_and_Uncompahgre_Ri
+ CO
+ US
+ 38.64
+ -107.94
+ 0
+ 0
+ GJT
+
+
+ COZ022
+ 60220
+ Animas_River_Basin
+ CO
+ US
+ 37.25
+ -107.92
+ 0
+ 0
+ GJT
+
+
+ WYZ006
+ 500060
+ Southeast_Big_Horn_Basin
+ WY
+ US
+ 43.87
+ -107.90
+ 0
+ 0
+ RIW
+
+
+ COZ002
+ 60020
+ Central_Yampa_River_Basin
+ CO
+ US
+ 40.34
+ -107.85
+ 0
+ 0
+ GJT
+
+
+ COZ009
+ 60090
+ Grand_and_Battlement_Mesas
+ CO
+ US
+ 39.17
+ -107.85
+ 0
+ 0
+ GJT
+
+
+ MTZ016
+ 260160
+ Central_and_Southeast_Phillips
+ MT
+ US
+ 48.02
+ -107.82
+ 0
+ 0
+ GGW
+
+
+ MTZ059
+ 260590
+ Northern_Phillips
+ MT
+ US
+ 48.79
+ -107.75
+ 0
+ 0
+ GGW
+
+
+ NMZ031
+ 310310
+ Southwest_Desert/Mimbres_Basin
+ NM
+ US
+ 32.20
+ -107.75
+ 0
+ 0
+ EPZ
+
+
+ COZ018
+ 60180
+ Northwestern_San_Juan_Mountains
+ CO
+ US
+ 38.08
+ -107.64
+ 0
+ 0
+ GJT
+
+
+ COZ019
+ 60190
+ Southwest_San_Juan_Mountains
+ CO
+ US
+ 37.48
+ -107.64
+ 0
+ 0
+ GJT
+
+
+ COZ013
+ 60130
+ Flattops
+ CO
+ US
+ 39.98
+ -107.53
+ 0
+ 0
+ GJT
+
+
+ MTZ038
+ 260380
+ Southern_Big_Horn
+ MT
+ US
+ 45.26
+ -107.48
+ 0
+ 0
+ BYZ
+
+
+ WYZ098
+ 500980
+ Northeast_Big_Horn_Mountains
+ WY
+ US
+ 44.78
+ -107.43
+ 0
+ 0
+ BYZ
+
+
+ MTZ057
+ 260570
+ Northern_Big_Horn
+ MT
+ US
+ 45.78
+ -107.40
+ 0
+ 0
+ BYZ
+
+
+ MTZ030
+ 260300
+ Treasure
+ MT
+ US
+ 46.18
+ -107.34
+ 0
+ 0
+ BYZ
+
+
+ COZ023
+ 60230
+ San_Juan_River_Basin
+ CO
+ US
+ 37.20
+ -107.30
+ 0
+ 0
+ GJT
+
+
+ WYZ008
+ 500080
+ Bighorn_Mountains_West
+ WY
+ US
+ 44.21
+ -107.28
+ 0
+ 0
+ RIW
+
+
+ WYZ061
+ 500610
+ Southwest_Carbon
+ WY
+ US
+ 41.53
+ -107.28
+ 0
+ 0
+ CYS
+
+
+ COZ014
+ 60140
+ Upper_Gunnison_River_Valley
+ CO
+ US
+ 38.51
+ -107.17
+ 0
+ 0
+ GJT
+
+
+ NMZ002
+ 310020
+ Northwest_Mtns_including_Jemez
+ NM
+ US
+ 36.16
+ -107.10
+ 0
+ 0
+ ABQ
+
+
+ WYZ009
+ 500090
+ Bighorn_Mountains_Southeast
+ WY
+ US
+ 43.88
+ -107.07
+ 0
+ 0
+ RIW
+
+
+ MTZ022
+ 260220
+ Garfield
+ MT
+ US
+ 47.41
+ -107.03
+ 0
+ 0
+ GGW
+
+
+ COZ008
+ 60080
+ Central_Colorado_River_Basin
+ CO
+ US
+ 39.60
+ -106.99
+ 0
+ 0
+ GJT
+
+
+ MTZ031
+ 260310
+ Northern_Rosebud
+ MT
+ US
+ 46.27
+ -106.99
+ 0
+ 0
+ BYZ
+
+
+ NMZ023
+ 310230
+ Sierra_County_Lakes_Region
+ NM
+ US
+ 33.04
+ -106.97
+ 0
+ 0
+ EPZ
+
+
+ COZ005
+ 60050
+ Upper_Yampa_River_Basin
+ CO
+ US
+ 40.41
+ -106.96
+ 0
+ 0
+ GJT
+
+
+ COZ012
+ 60120
+ West_Elk_and_Sawatch_Mountains
+ CO
+ US
+ 38.84
+ -106.93
+ 0
+ 0
+ GJT
+
+
+ COZ010
+ 60100
+ Gore_and_Elk_Mtns/Ctrl_Mtn_Vlys
+ CO
+ US
+ 39.45
+ -106.92
+ 0
+ 0
+ GJT
+
+
+ NMZ032
+ 310320
+ Southern_Desert
+ NM
+ US
+ 32.37
+ -106.87
+ 0
+ 0
+ EPZ
+
+
+ NMZ015
+ 310150
+ Lower_Rio_Grande_Valley
+ NM
+ US
+ 34.03
+ -106.86
+ 0
+ 0
+ ABQ
+
+
+ NMZ009
+ 310090
+ Middle_Rio_Gnde_Vly/Albuquerque_
+ NM
+ US
+ 34.90
+ -106.85
+ 0
+ 0
+ ABQ
+
+
+ WYZ062
+ 500620
+ North_Carbon
+ WY
+ US
+ 42.03
+ -106.80
+ 0
+ 0
+ CYS
+
+
+ WYZ020
+ 500200
+ Natrona_County_Lower_Elevations
+ WY
+ US
+ 42.97
+ -106.79
+ 0
+ 0
+ RIW
+
+
+ WYZ099
+ 500990
+ Sheridan_Foothills
+ WY
+ US
+ 44.78
+ -106.77
+ 0
+ 0
+ BYZ
+
+
+ COZ004
+ 60040
+ Elkhead_and_Park_Mountains
+ CO
+ US
+ 40.46
+ -106.73
+ 0
+ 0
+ GJT
+
+
+ COZ066
+ 60660
+ La_Garita_Mtns_Above_10000_Ft
+ CO
+ US
+ 38.05
+ -106.72
+ 0
+ 0
+ PUB
+
+
+ COZ064
+ 60640
+ Saguache_Cnty_W_of_Continental_D
+ CO
+ US
+ 38.24
+ -106.64
+ 0
+ 0
+ PUB
+
+
+ COZ031
+ 60310
+ W_Jackson_and_W_Gnd_Cnties_Above
+ CO
+ US
+ 40.48
+ -106.62
+ 0
+ 0
+ BOU
+
+
+ MTZ017
+ 260170
+ Central_and_Southern_Valley
+ MT
+ US
+ 48.12
+ -106.62
+ 0
+ 0
+ GGW
+
+
+ MTZ061
+ 260610
+ Northern_Valley
+ MT
+ US
+ 48.79
+ -106.62
+ 0
+ 0
+ GGW
+
+
+ COZ068
+ 60680
+ Ern_Sn_Juan_Mtns_Above_10000_Ft
+ CO
+ US
+ 37.40
+ -106.61
+ 0
+ 0
+ PUB
+
+
+ MTZ058
+ 260580
+ Southern_Rosebud
+ MT
+ US
+ 45.43
+ -106.50
+ 0
+ 0
+ BYZ
+
+
+ WYZ011
+ 500110
+ Southeast_Johnson_County
+ WY
+ US
+ 43.83
+ -106.48
+ 0
+ 0
+ RIW
+
+
+ WYZ010
+ 500100
+ Northeast_Johnson_County
+ WY
+ US
+ 44.36
+ -106.46
+ 0
+ 0
+ RIW
+
+
+ NMZ010
+ 310100
+ Sandia/Manzano_Mountains
+ NM
+ US
+ 34.76
+ -106.40
+ 0
+ 0
+ ABQ
+
+
+ COZ060
+ 60600
+ Ern_Sawatch_Mtns_Above_11000_Ft
+ CO
+ US
+ 38.81
+ -106.39
+ 0
+ 0
+ PUB
+
+
+ COZ059
+ 60590
+ Leadvl_Vic/L_Cnty_Below_11000_Ft
+ CO
+ US
+ 39.20
+ -106.38
+ 0
+ 0
+ PUB
+
+
+ WYZ063
+ 500630
+ Snowy_Range
+ WY
+ US
+ 41.39
+ -106.37
+ 0
+ 0
+ CYS
+
+
+ COZ065
+ 60650
+ Saguache_Cnty_E_of_Continental_D
+ CO
+ US
+ 38.07
+ -106.36
+ 0
+ 0
+ PUB
+
+
+ TXZ055
+ 430550
+ El_Paso
+ TX
+ US
+ 31.70
+ -106.30
+ 0
+ 0
+ EPZ
+
+
+ COZ030
+ 60300
+ Jackson_County_Below_9000_Feet
+ CO
+ US
+ 40.69
+ -106.28
+ 0
+ 0
+ BOU
+
+
+ WYZ022
+ 500220
+ Casper_Mountain
+ WY
+ US
+ 42.61
+ -106.24
+ 0
+ 0
+ RIW
+
+
+ COZ067
+ 60670
+ Upr_Rio_Gnde_Vly/Ern_Sn_Juan_Mtn
+ CO
+ US
+ 37.45
+ -106.23
+ 0
+ 0
+ PUB
+
+
+ COZ058
+ 60580
+ Wrn_Mosquito_Rng/E_L_Cnty_Above_
+ CO
+ US
+ 39.21
+ -106.21
+ 0
+ 0
+ PUB
+
+
+ COZ061
+ 60610
+ Wrn_Chaffee_Cnty_Between_9000_an
+ CO
+ US
+ 38.74
+ -106.20
+ 0
+ 0
+ PUB
+
+
+ NMZ024
+ 310240
+ Tularosa_Basin/Southern_Desert
+ NM
+ US
+ 32.70
+ -106.18
+ 0
+ 0
+ EPZ
+
+
+ COZ032
+ 60320
+ Gnd_and_Summit_Cnties_Below_9000
+ CO
+ US
+ 40.00
+ -106.17
+ 0
+ 0
+ BOU
+
+
+ COZ062
+ 60620
+ Ctrl_Chaffee_Cnty_Below_9000_Ft
+ CO
+ US
+ 38.74
+ -106.12
+ 0
+ 0
+ PUB
+
+
+ NMZ003
+ 310030
+ Upper_Rio_Grande_Valley
+ NM
+ US
+ 35.80
+ -106.07
+ 0
+ 0
+ ABQ
+
+
+ COZ069
+ 60690
+ Del_Norte_Vic/Nrn_Sn_Luis_Vly_Be
+ CO
+ US
+ 37.97
+ -106.04
+ 0
+ 0
+ PUB
+
+
+ COZ063
+ 60630
+ Wrn_Mosquito_Rng/E_Chaffee_Cnty_
+ CO
+ US
+ 38.79
+ -105.96
+ 0
+ 0
+ PUB
+
+
+ COZ033
+ 60330
+ S_and_E_Jackson/Larimer/N_and_NE
+ CO
+ US
+ 40.55
+ -105.94
+ 0
+ 0
+ BOU
+
+
+ COZ034
+ 60340
+ S_and_SE_Gnd/W_Ctrl_and_SW_Bould
+ CO
+ US
+ 39.55
+ -105.91
+ 0
+ 0
+ BOU
+
+
+ COZ070
+ 60700
+ Alamosa_Vic/Ctrl_Sn_Luis_Vly_Bel
+ CO
+ US
+ 37.54
+ -105.91
+ 0
+ 0
+ PUB
+
+
+ NMZ011
+ 310110
+ Ctrl_Hi_Plains/Estancia_Valley
+ NM
+ US
+ 34.77
+ -105.83
+ 0
+ 0
+ ABQ
+
+
+ MTZ023
+ 260230
+ McCone
+ MT
+ US
+ 47.59
+ -105.82
+ 0
+ 0
+ GGW
+
+
+ WYZ065
+ 500650
+ Laramie_Valley
+ WY
+ US
+ 41.59
+ -105.81
+ 0
+ 0
+ CYS
+
+
+ COZ071
+ 60710
+ Southern_San_Luis_Valley
+ CO
+ US
+ 37.27
+ -105.78
+ 0
+ 0
+ PUB
+
+
+ WYZ064
+ 500640
+ North_Laramie_Range
+ WY
+ US
+ 42.32
+ -105.68
+ 0
+ 0
+ CYS
+
+
+ COZ037
+ 60370
+ Central_and_SE_Park_County
+ CO
+ US
+ 39.05
+ -105.66
+ 0
+ 0
+ BOU
+
+
+ COZ077
+ 60770
+ Wrn/Ctrl_Fremt_Cnty_Below_8500_F
+ CO
+ US
+ 38.46
+ -105.63
+ 0
+ 0
+ PUB
+
+
+ MTZ036
+ 260360
+ Powder_River
+ MT
+ US
+ 45.40
+ -105.63
+ 0
+ 0
+ BYZ
+
+
+ NMZ025
+ 310250
+ Southern_Sacramento_Mountains
+ NM
+ US
+ 32.91
+ -105.63
+ 0
+ 0
+ EPZ
+
+
+ COZ076
+ 60760
+ NWrn_Fremt_County_above_8500_Ft
+ CO
+ US
+ 38.55
+ -105.61
+ 0
+ 0
+ PUB
+
+
+ COZ073
+ 60730
+ Nrn_Sngre_De_Cristo_Mtns_Above_1
+ CO
+ US
+ 38.00
+ -105.59
+ 0
+ 0
+ PUB
+
+
+ NMZ017
+ 310170
+ Capitan/Nrn_Sacramento_Mtns
+ NM
+ US
+ 33.71
+ -105.58
+ 0
+ 0
+ ABQ
+
+
+ MTZ018
+ 260180
+ Daniels
+ MT
+ US
+ 48.79
+ -105.57
+ 0
+ 0
+ GGW
+
+
+ NMZ004
+ 310040
+ Sangre_de_Cristo_Mountains
+ NM
+ US
+ 36.25
+ -105.57
+ 0
+ 0
+ ABQ
+
+
+ WYZ054
+ 500540
+ Northern_Campbell
+ WY
+ US
+ 44.60
+ -105.55
+ 0
+ 0
+ UNR
+
+
+ WYZ055
+ 500550
+ Southern_Campbell
+ WY
+ US
+ 43.84
+ -105.55
+ 0
+ 0
+ UNR
+
+
+ COZ072
+ 60720
+ Nrn_Sngre_De_Cristo_Mtns_Between
+ CO
+ US
+ 37.98
+ -105.49
+ 0
+ 0
+ PUB
+
+
+ WYZ059
+ 500590
+ Converse
+ WY
+ US
+ 43.02
+ -105.49
+ 0
+ 0
+ CYS
+
+
+ MTZ032
+ 260320
+ Custer
+ MT
+ US
+ 46.33
+ -105.47
+ 0
+ 0
+ BYZ
+
+
+ COZ078
+ 60780
+ Wet_Mtn_Valley_Below_8500_Feet
+ CO
+ US
+ 38.08
+ -105.45
+ 0
+ 0
+ PUB
+
+
+ TXZ056
+ 430560
+ Hudspeth
+ TX
+ US
+ 31.32
+ -105.45
+ 0
+ 0
+ EPZ
+
+
+ MTZ020
+ 260200
+ Western_Roosevelt
+ MT
+ US
+ 48.29
+ -105.41
+ 0
+ 0
+ GGW
+
+
+ COZ035
+ 60350
+ Larimer_and_Boulder_Cnties_Betwe
+ CO
+ US
+ 40.46
+ -105.39
+ 0
+ 0
+ BOU
+
+
+ MTZ026
+ 260260
+ Prairie
+ MT
+ US
+ 46.86
+ -105.34
+ 0
+ 0
+ GGW
+
+
+ COZ036
+ 60360
+ Jefferson_and_W_Douglas_Cnties_A
+ CO
+ US
+ 39.53
+ -105.32
+ 0
+ 0
+ BOU
+
+
+ WYZ066
+ 500660
+ Laramie_Range
+ WY
+ US
+ 41.45
+ -105.31
+ 0
+ 0
+ CYS
+
+
+ COZ081
+ 60810
+ Teller_Cnty/Rampart_Rng_above_75
+ CO
+ US
+ 38.82
+ -105.22
+ 0
+ 0
+ PUB
+
+
+ COZ039
+ 60390
+ Boulder_And_Jefferson_Cnties_Bel
+ CO
+ US
+ 39.87
+ -105.19
+ 0
+ 0
+ BOU
+
+
+ COZ075
+ 60750
+ Srn_Sngre_De_Cristo_Mtns_Above_1
+ CO
+ US
+ 37.20
+ -105.17
+ 0
+ 0
+ PUB
+
+
+ COZ079
+ 60790
+ Wet_Mtns_Between_6300_and_10000_
+ CO
+ US
+ 38.08
+ -105.14
+ 0
+ 0
+ PUB
+
+
+ COZ080
+ 60800
+ Wet_Mountains_Above_10000_Ft
+ CO
+ US
+ 37.98
+ -105.14
+ 0
+ 0
+ PUB
+
+
+ COZ083
+ 60830
+ Canon_City_Vic/Ern_Fremt_County
+ CO
+ US
+ 38.44
+ -105.14
+ 0
+ 0
+ PUB
+
+
+ NMZ026
+ 310260
+ Guadalupe_Mtns_of_Chaves_County
+ NM
+ US
+ 32.83
+ -105.08
+ 0
+ 0
+ ABQ
+
+
+ NMZ016
+ 310160
+ Lincoln_Cnty_Hi_Plns/Hondo_Vly
+ NM
+ US
+ 33.74
+ -105.07
+ 0
+ 0
+ ABQ
+
+
+ COZ082
+ 60820
+ PIkes_Peak_above_11000_Ft
+ CO
+ US
+ 38.82
+ -105.04
+ 0
+ 0
+ PUB
+
+
+ WYZ067
+ 500670
+ Platte
+ WY
+ US
+ 42.13
+ -104.97
+ 0
+ 0
+ CYS
+
+
+ COZ087
+ 60870
+ Walsenbg_Vic/Upr_Huerfano_Riv_Bs
+ CO
+ US
+ 37.67
+ -104.87
+ 0
+ 0
+ PUB
+
+
+ MTZ025
+ 260250
+ Dawson
+ MT
+ US
+ 47.32
+ -104.86
+ 0
+ 0
+ GGW
+
+
+ COZ074
+ 60740
+ Srn_Sngre_De_Cristo_Mtns_Between
+ CO
+ US
+ 37.26
+ -104.83
+ 0
+ 0
+ PUB
+
+
+ COZ040
+ 60400
+ N_Douglas_Cnty_Below_6000_Feet/D
+ CO
+ US
+ 39.73
+ -104.81
+ 0
+ 0
+ BOU
+
+
+ COZ038
+ 60380
+ Larimer_Cnty_Below_6000_Feet/NW_
+ CO
+ US
+ 40.63
+ -104.80
+ 0
+ 0
+ BOU
+
+
+ WYZ069
+ 500690
+ Cheyenne_Foothills
+ WY
+ US
+ 41.33
+ -104.75
+ 0
+ 0
+ CYS
+
+
+ WYZ056
+ 500560
+ Western_Crook
+ WY
+ US
+ 44.59
+ -104.72
+ 0
+ 0
+ UNR
+
+
+ TXZ258
+ 432580
+ Guadalupe_Mountains
+ TX
+ US
+ 31.90
+ -104.71
+ 0
+ 0
+ MAF
+
+
+ NMZ027
+ 310270
+ Guadalupe_Mtns_of_Eddy_County
+ NM
+ US
+ 32.30
+ -104.67
+ 0
+ 0
+ MAF
+
+
+ MTZ024
+ 260240
+ Richland
+ MT
+ US
+ 47.75
+ -104.64
+ 0
+ 0
+ GGW
+
+
+ TXZ079
+ 430790
+ Presidio_Valley
+ TX
+ US
+ 29.95
+ -104.61
+ 0
+ 0
+ MAF
+
+
+ COZ043
+ 60430
+ Central_and_South_Weld_County
+ CO
+ US
+ 40.29
+ -104.59
+ 0
+ 0
+ BOU
+
+
+ WYZ058
+ 500580
+ Weston
+ WY
+ US
+ 43.84
+ -104.57
+ 0
+ 0
+ UNR
+
+
+ MTZ019
+ 260190
+ Sheridan
+ MT
+ US
+ 48.70
+ -104.55
+ 0
+ 0
+ GGW
+
+
+ TXZ057
+ 430570
+ Van_Horn_and_Hiway_54_Corridor
+ TX
+ US
+ 31.24
+ -104.55
+ 0
+ 0
+ MAF
+
+
+ COZ086
+ 60860
+ Pueblo_and_Vic/Pueblo_Cnty_Below
+ CO
+ US
+ 38.12
+ -104.54
+ 0
+ 0
+ PUB
+
+
+ MTZ037
+ 260370
+ Carter
+ MT
+ US
+ 45.57
+ -104.54
+ 0
+ 0
+ BYZ
+
+
+ NMZ005
+ 310050
+ Northeast_Highlands
+ NM
+ US
+ 36.10
+ -104.54
+ 0
+ 0
+ ABQ
+
+
+ COZ085
+ 60850
+ CO_Spgs_Vic/Srn_El_Paso_Cnty/Ram
+ CO
+ US
+ 38.74
+ -104.51
+ 0
+ 0
+ PUB
+
+
+ MTZ062
+ 260620
+ Eastern_Roosevelt
+ MT
+ US
+ 48.28
+ -104.51
+ 0
+ 0
+ GGW
+
+
+ COZ088
+ 60880
+ Trinidad_Vic/Wrn_Las_Animas_Cnty
+ CO
+ US
+ 37.40
+ -104.50
+ 0
+ 0
+ PUB
+
+
+ COZ084
+ 60840
+ Nrn_El_Paso_Cnty/Monument_Ridge/
+ CO
+ US
+ 38.99
+ -104.49
+ 0
+ 0
+ PUB
+
+
+ WYZ060
+ 500600
+ Niobrara
+ WY
+ US
+ 43.06
+ -104.49
+ 0
+ 0
+ CYS
+
+
+ MTZ033
+ 260330
+ Fallon
+ MT
+ US
+ 46.29
+ -104.48
+ 0
+ 0
+ BYZ
+
+
+ NMZ012
+ 310120
+ Conchas_Lake/Guadalupe_County
+ NM
+ US
+ 35.08
+ -104.46
+ 0
+ 0
+ ABQ
+
+
+ COZ041
+ 60410
+ Elbert/Ctrl_and_E_Douglas_Cnties
+ CO
+ US
+ 39.28
+ -104.43
+ 0
+ 0
+ BOU
+
+
+ NMZ018
+ 310180
+ De_Baca_County
+ NM
+ US
+ 34.39
+ -104.41
+ 0
+ 0
+ ABQ
+
+
+ TXZ080
+ 430800
+ Marfa_Plateau
+ TX
+ US
+ 30.16
+ -104.39
+ 0
+ 0
+ MAF
+
+
+ WYZ057
+ 500570
+ Wyoming_Black_Hills
+ WY
+ US
+ 44.38
+ -104.37
+ 0
+ 0
+ UNR
+
+
+ WYZ068
+ 500680
+ Goshen
+ WY
+ US
+ 42.09
+ -104.35
+ 0
+ 0
+ CYS
+
+
+ MTZ027
+ 260270
+ Wibaux
+ MT
+ US
+ 47.02
+ -104.33
+ 0
+ 0
+ GGW
+
+
+ WYZ070
+ 500700
+ Pine_Bluffs
+ WY
+ US
+ 41.28
+ -104.28
+ 0
+ 0
+ CYS
+
+
+ NMZ028
+ 310280
+ Eddy_County_Plains
+ NM
+ US
+ 32.49
+ -104.27
+ 0
+ 0
+ MAF
+
+
+ WYZ071
+ 500710
+ Northeastern_Crook
+ WY
+ US
+ 44.79
+ -104.21
+ 0
+ 0
+ UNR
+
+
+ NMZ019
+ 310190
+ Chaves_County_Plains
+ NM
+ US
+ 33.53
+ -104.19
+ 0
+ 0
+ ABQ
+
+
+ COZ042
+ 60420
+ Northeast_Weld_County
+ CO
+ US
+ 40.75
+ -104.10
+ 0
+ 0
+ BOU
+
+
+ COZ045
+ 60450
+ Ctrl_and_E_Adams_and_Arapahoe_Cn
+ CO
+ US
+ 39.78
+ -104.10
+ 0
+ 0
+ BOU
+
+
+ NMZ006
+ 310060
+ Harding_County
+ NM
+ US
+ 35.81
+ -103.89
+ 0
+ 0
+ ABQ
+
+
+ NDZ031
+ 340310
+ Golden_Valley
+ ND
+ US
+ 46.94
+ -103.83
+ 0
+ 0
+ BIS
+
+
+ COZ046
+ 60460
+ N_and_NE_Elbert_Cnty_Below_6000_
+ CO
+ US
+ 39.33
+ -103.81
+ 0
+ 0
+ BOU
+
+
+ COZ044
+ 60440
+ Morgan_County
+ CO
+ US
+ 40.25
+ -103.80
+ 0
+ 0
+ BOU
+
+
+ TXZ074
+ 430740
+ Davis/Apache_Mountains_Area
+ TX
+ US
+ 30.71
+ -103.80
+ 0
+ 0
+ MAF
+
+
+ TXZ058
+ 430580
+ Reeves_Cnty_and_Upr_Trans_Pecos
+ TX
+ US
+ 31.39
+ -103.78
+ 0
+ 0
+ MAF
+
+
+ COZ089
+ 60890
+ Crowley_County
+ CO
+ US
+ 38.31
+ -103.77
+ 0
+ 0
+ PUB
+
+
+ NEZ001
+ 270010
+ Sioux
+ NE
+ US
+ 42.50
+ -103.73
+ 0
+ 0
+ CYS
+
+
+ COZ093
+ 60930
+ La_Junta_Vicinity/Otero_County
+ CO
+ US
+ 37.95
+ -103.72
+ 0
+ 0
+ PUB
+
+
+ SDZ024
+ 410240
+ Northern_Black_Hills
+ SD
+ US
+ 44.31
+ -103.72
+ 0
+ 0
+ UNR
+
+
+ NEZ019
+ 270190
+ Scotts_Bluff
+ NE
+ US
+ 41.85
+ -103.71
+ 0
+ 0
+ CYS
+
+
+ NEZ020
+ 270200
+ Banner
+ NE
+ US
+ 41.54
+ -103.71
+ 0
+ 0
+ CYS
+
+
+ NEZ054
+ 270540
+ Kimball
+ NE
+ US
+ 41.20
+ -103.71
+ 0
+ 0
+ CYS
+
+
+ SDZ028
+ 410280
+ Central_Black_Hills
+ SD
+ US
+ 44.00
+ -103.69
+ 0
+ 0
+ UNR
+
+
+ SDZ029
+ 410290
+ Southern_Black_Hills
+ SD
+ US
+ 43.67
+ -103.69
+ 0
+ 0
+ UNR
+
+
+ NMZ007
+ 310070
+ Far_Northeast_Plains
+ NM
+ US
+ 36.37
+ -103.67
+ 0
+ 0
+ ABQ
+
+
+ TXZ059
+ 430590
+ Loving
+ TX
+ US
+ 31.83
+ -103.66
+ 0
+ 0
+ MAF
+
+
+ SDZ025
+ 410250
+ Northern_Foot_Hills
+ SD
+ US
+ 44.44
+ -103.64
+ 0
+ 0
+ UNR
+
+
+ SDZ027
+ 410270
+ Southern_Foot_Hills
+ SD
+ US
+ 43.36
+ -103.64
+ 0
+ 0
+ UNR
+
+
+ COZ047
+ 60470
+ SE_Elbert_Cnty_Below_6000_Feet/S
+ CO
+ US
+ 38.80
+ -103.60
+ 0
+ 0
+ BOU
+
+
+ NMZ013
+ 310130
+ Quay_County
+ NM
+ US
+ 35.17
+ -103.57
+ 0
+ 0
+ ABQ
+
+
+ COZ094
+ 60940
+ Eastern_Las_Animas_County
+ CO
+ US
+ 37.32
+ -103.56
+ 0
+ 0
+ PUB
+
+
+ SDZ041
+ 410410
+ Fall_River
+ SD
+ US
+ 43.24
+ -103.53
+ 0
+ 0
+ UNR
+
+
+ NDZ043
+ 340430
+ Bowman
+ ND
+ US
+ 46.11
+ -103.52
+ 0
+ 0
+ BIS
+
+
+ SDZ012
+ 410120
+ Butte
+ SD
+ US
+ 44.89
+ -103.51
+ 0
+ 0
+ UNR
+
+
+ SDZ001
+ 410010
+ Harding
+ SD
+ US
+ 45.58
+ -103.50
+ 0
+ 0
+ UNR
+
+
+ NDZ040
+ 340400
+ Slope
+ ND
+ US
+ 46.45
+ -103.49
+ 0
+ 0
+ BIS
+
+
+ NMZ020
+ 310200
+ Roosevelt_County
+ NM
+ US
+ 34.08
+ -103.49
+ 0
+ 0
+ ABQ
+
+
+ NDZ001
+ 340010
+ Divide
+ ND
+ US
+ 48.82
+ -103.47
+ 0
+ 0
+ BIS
+
+
+ NDZ009
+ 340090
+ Williams
+ ND
+ US
+ 48.30
+ -103.44
+ 0
+ 0
+ BIS
+
+
+ NMZ033
+ 310330
+ Central_Lea_County
+ NM
+ US
+ 32.75
+ -103.43
+ 0
+ 0
+ MAF
+
+
+ NMZ029
+ 310290
+ Northern_Lea_County
+ NM
+ US
+ 33.28
+ -103.40
+ 0
+ 0
+ MAF
+
+
+ NMZ034
+ 310340
+ Southern_Lea_County
+ NM
+ US
+ 32.25
+ -103.39
+ 0
+ 0
+ MAF
+
+
+ NMZ021
+ 310210
+ Curry_County
+ NM
+ US
+ 34.64
+ -103.38
+ 0
+ 0
+ ABQ
+
+
+ NDZ032
+ 340320
+ Billings
+ ND
+ US
+ 46.98
+ -103.35
+ 0
+ 0
+ BIS
+
+
+ SDZ072
+ 410720
+ Sturgis/Piedmont_Foot_Hills
+ SD
+ US
+ 44.38
+ -103.35
+ 0
+ 0
+ UNR
+
+
+ NDZ017
+ 340170
+ McKenzie
+ ND
+ US
+ 47.74
+ -103.31
+ 0
+ 0
+ BIS
+
+
+ SDZ074
+ 410740
+ Hermosa_Foot_Hills
+ SD
+ US
+ 43.67
+ -103.27
+ 0
+ 0
+ UNR
+
+
+ COZ049
+ 60490
+ Washington_County
+ CO
+ US
+ 40.00
+ -103.24
+ 0
+ 0
+ BOU
+
+
+ SDZ026
+ 410260
+ Rapid_City
+ SD
+ US
+ 44.00
+ -103.23
+ 0
+ 0
+ UNR
+
+
+ TXZ067
+ 430670
+ Ward
+ TX
+ US
+ 31.46
+ -103.18
+ 0
+ 0
+ MAF
+
+
+ NEZ002
+ 270020
+ Dawes
+ NE
+ US
+ 42.72
+ -103.14
+ 0
+ 0
+ CYS
+
+
+ COZ048
+ 60480
+ Logan_County
+ CO
+ US
+ 40.72
+ -103.11
+ 0
+ 0
+ BOU
+
+
+ COZ095
+ 60950
+ Western_Kiowa_County
+ CO
+ US
+ 38.43
+ -103.11
+ 0
+ 0
+ PUB
+
+
+ NEZ003
+ 270030
+ Box_Butte
+ NE
+ US
+ 42.22
+ -103.07
+ 0
+ 0
+ CYS
+
+
+ TXZ060
+ 430600
+ Winkler
+ TX
+ US
+ 31.87
+ -103.07
+ 0
+ 0
+ MAF
+
+
+ TXZ081
+ 430810
+ Big_Bend_Area
+ TX
+ US
+ 29.69
+ -103.06
+ 0
+ 0
+ MAF
+
+
+ COZ097
+ 60970
+ Las_Animas_Vicinity/Bent_County
+ CO
+ US
+ 37.95
+ -103.05
+ 0
+ 0
+ PUB
+
+
+ NEZ021
+ 270210
+ Morrill
+ NE
+ US
+ 41.72
+ -103.00
+ 0
+ 0
+ CYS
+
+
+ NEZ055
+ 270550
+ Cheyenne
+ NE
+ US
+ 41.22
+ -102.99
+ 0
+ 0
+ CYS
+
+
+ SDZ030
+ 410300
+ Custer_Co_Plains
+ SD
+ US
+ 43.67
+ -102.96
+ 0
+ 0
+ UNR
+
+
+ TXZ027
+ 430270
+ Bailey
+ TX
+ US
+ 34.07
+ -102.82
+ 0
+ 0
+ LUB
+
+
+ TXZ033
+ 430330
+ Cochran
+ TX
+ US
+ 33.61
+ -102.82
+ 0
+ 0
+ LUB
+
+
+ TXZ039
+ 430390
+ Yoakum
+ TX
+ US
+ 33.17
+ -102.82
+ 0
+ 0
+ LUB
+
+
+ SDZ073
+ 410730
+ Southern_Meade_Co_Plains
+ SD
+ US
+ 44.38
+ -102.78
+ 0
+ 0
+ UNR
+
+
+ TXZ021
+ 430210
+ Parmer
+ TX
+ US
+ 34.53
+ -102.78
+ 0
+ 0
+ LUB
+
+
+ TXZ075
+ 430750
+ Pecos
+ TX
+ US
+ 30.72
+ -102.67
+ 0
+ 0
+ MAF
+
+
+ NDZ033
+ 340330
+ Stark
+ ND
+ US
+ 46.82
+ -102.66
+ 0
+ 0
+ BIS
+
+
+ NDZ018
+ 340180
+ Dunn
+ ND
+ US
+ 47.40
+ -102.63
+ 0
+ 0
+ BIS
+
+
+ TXZ050
+ 430500
+ Andrews
+ TX
+ US
+ 32.30
+ -102.63
+ 0
+ 0
+ MAF
+
+
+ TXZ045
+ 430450
+ Gaines
+ TX
+ US
+ 32.74
+ -102.62
+ 0
+ 0
+ MAF
+
+
+ COZ092
+ 60920
+ Cheyenne_County
+ CO
+ US
+ 38.82
+ -102.61
+ 0
+ 0
+ GLD
+
+
+ COZ091
+ 60910
+ Kit_Carson_County
+ CO
+ US
+ 39.30
+ -102.60
+ 0
+ 0
+ GLD
+
+
+ TXZ001
+ 430010
+ Dallam
+ TX
+ US
+ 36.27
+ -102.60
+ 0
+ 0
+ AMA
+
+
+ TXZ006
+ 430060
+ Hartley
+ TX
+ US
+ 35.84
+ -102.59
+ 0
+ 0
+ AMA
+
+
+ TXZ011
+ 430110
+ Oldham
+ TX
+ US
+ 35.40
+ -102.59
+ 0
+ 0
+ AMA
+
+
+ TXZ016
+ 430160
+ Deaf_Smith
+ TX
+ US
+ 34.97
+ -102.59
+ 0
+ 0
+ AMA
+
+
+ COZ099
+ 60990
+ Springfield_Vic/Baca_County
+ CO
+ US
+ 37.32
+ -102.56
+ 0
+ 0
+ PUB
+
+
+ SDZ031
+ 410310
+ Pennington_Co_Plains
+ SD
+ US
+ 44.10
+ -102.56
+ 0
+ 0
+ UNR
+
+
+ SDZ042
+ 410420
+ Shannon
+ SD
+ US
+ 43.35
+ -102.54
+ 0
+ 0
+ UNR
+
+
+ TXZ061
+ 430610
+ Ector
+ TX
+ US
+ 31.87
+ -102.54
+ 0
+ 0
+ MAF
+
+
+ TXZ068
+ 430680
+ Crane
+ TX
+ US
+ 31.37
+ -102.54
+ 0
+ 0
+ MAF
+
+
+ OKZ001
+ 360010
+ Cimarron
+ OK
+ US
+ 36.74
+ -102.51
+ 0
+ 0
+ AMA
+
+
+ NDZ044
+ 340440
+ Adams
+ ND
+ US
+ 46.11
+ -102.50
+ 0
+ 0
+ BIS
+
+
+ NDZ002
+ 340020
+ Burke
+ ND
+ US
+ 48.78
+ -102.48
+ 0
+ 0
+ BIS
+
+
+ SDZ002
+ 410020
+ Perkins
+ SD
+ US
+ 45.49
+ -102.48
+ 0
+ 0
+ UNR
+
+
+ SDZ013
+ 410130
+ Northern_Meade_Co_Plains
+ SD
+ US
+ 44.82
+ -102.48
+ 0
+ 0
+ UNR
+
+
+ NDZ041
+ 340410
+ Hettinger
+ ND
+ US
+ 46.42
+ -102.46
+ 0
+ 0
+ BIS
+
+
+ COZ090
+ 60900
+ Yuma_County
+ CO
+ US
+ 40.00
+ -102.42
+ 0
+ 0
+ GLD
+
+
+ NEZ004
+ 270040
+ Sheridan
+ NE
+ US
+ 42.50
+ -102.40
+ 0
+ 0
+ LBF
+
+
+ COZ096
+ 60960
+ Eastern_Kiowa_County
+ CO
+ US
+ 38.44
+ -102.39
+ 0
+ 0
+ PUB
+
+
+ COZ098
+ 60980
+ Lamar_Vicinity/Prowers_County
+ CO
+ US
+ 37.95
+ -102.39
+ 0
+ 0
+ PUB
+
+
+ NDZ010
+ 340100
+ Mountrail
+ ND
+ US
+ 48.16
+ -102.38
+ 0
+ 0
+ BIS
+
+
+ COZ050
+ 60500
+ Sedgwick_County
+ CO
+ US
+ 40.87
+ -102.35
+ 0
+ 0
+ BOU
+
+
+ COZ051
+ 60510
+ Phillips_County
+ CO
+ US
+ 40.59
+ -102.35
+ 0
+ 0
+ BOU
+
+
+ TXZ028
+ 430280
+ Lamb
+ TX
+ US
+ 34.07
+ -102.35
+ 0
+ 0
+ LUB
+
+
+ TXZ034
+ 430340
+ Hockley
+ TX
+ US
+ 33.61
+ -102.34
+ 0
+ 0
+ LUB
+
+
+ NEZ022
+ 270220
+ Garden
+ NE
+ US
+ 41.61
+ -102.33
+ 0
+ 0
+ LBF
+
+
+ NEZ056
+ 270560
+ Deuel
+ NE
+ US
+ 41.11
+ -102.33
+ 0
+ 0
+ LBF
+
+
+ TXZ040
+ 430400
+ Terry
+ TX
+ US
+ 33.17
+ -102.33
+ 0
+ 0
+ LUB
+
+
+ TXZ022
+ 430220
+ Castro
+ TX
+ US
+ 34.53
+ -102.26
+ 0
+ 0
+ LUB
+
+
+ TXZ082
+ 430820
+ Terrell
+ TX
+ US
+ 30.22
+ -102.11
+ 0
+ 0
+ MAF
+
+
+ TXZ069
+ 430690
+ Upton
+ TX
+ US
+ 31.37
+ -102.04
+ 0
+ 0
+ MAF
+
+
+ TXZ062
+ 430620
+ Midland
+ TX
+ US
+ 31.87
+ -102.03
+ 0
+ 0
+ MAF
+
+
+ TXZ051
+ 430510
+ Martin
+ TX
+ US
+ 32.30
+ -101.95
+ 0
+ 0
+ MAF
+
+
+ TXZ046
+ 430460
+ Dawson
+ TX
+ US
+ 32.74
+ -101.94
+ 0
+ 0
+ MAF
+
+
+ TXZ017
+ 430170
+ Randall
+ TX
+ US
+ 34.97
+ -101.90
+ 0
+ 0
+ AMA
+
+
+ TXZ002
+ 430020
+ Sherman
+ TX
+ US
+ 36.27
+ -101.89
+ 0
+ 0
+ AMA
+
+
+ TXZ007
+ 430070
+ Moore
+ TX
+ US
+ 35.84
+ -101.89
+ 0
+ 0
+ AMA
+
+
+ TXZ012
+ 430120
+ Potter
+ TX
+ US
+ 35.40
+ -101.89
+ 0
+ 0
+ AMA
+
+
+ TXZ029
+ 430290
+ Hale
+ TX
+ US
+ 34.07
+ -101.82
+ 0
+ 0
+ LUB
+
+
+ TXZ035
+ 430350
+ Lubbock
+ TX
+ US
+ 33.61
+ -101.82
+ 0
+ 0
+ LUB
+
+
+ TXZ041
+ 430410
+ Lynn
+ TX
+ US
+ 33.17
+ -101.82
+ 0
+ 0
+ LUB
+
+
+ KSZ041
+ 160410
+ Greeley
+ KS
+ US
+ 38.47
+ -101.80
+ 0
+ 0
+ GLD
+
+
+ KSZ084
+ 160840
+ Morton
+ KS
+ US
+ 37.19
+ -101.80
+ 0
+ 0
+ DDC
+
+
+ KSZ061
+ 160610
+ Hamilton
+ KS
+ US
+ 37.99
+ -101.78
+ 0
+ 0
+ DDC
+
+
+ KSZ074
+ 160740
+ Stanton
+ KS
+ US
+ 37.56
+ -101.78
+ 0
+ 0
+ DDC
+
+
+ KSZ027
+ 160270
+ Wallace
+ KS
+ US
+ 38.91
+ -101.76
+ 0
+ 0
+ GLD
+
+
+ NEZ023
+ 270230
+ Grant
+ NE
+ US
+ 41.91
+ -101.75
+ 0
+ 0
+ LBF
+
+
+ KSZ001
+ 160010
+ Cheyenne
+ KS
+ US
+ 39.78
+ -101.73
+ 0
+ 0
+ GLD
+
+
+ NDZ019
+ 340190
+ Mercer
+ ND
+ US
+ 47.28
+ -101.73
+ 0
+ 0
+ BIS
+
+
+ TXZ023
+ 430230
+ Swisher
+ TX
+ US
+ 34.53
+ -101.73
+ 0
+ 0
+ LUB
+
+
+ KSZ013
+ 160130
+ Sherman
+ KS
+ US
+ 39.35
+ -101.72
+ 0
+ 0
+ GLD
+
+
+ NEZ035
+ 270350
+ Arthur
+ NE
+ US
+ 41.56
+ -101.70
+ 0
+ 0
+ LBF
+
+
+ NEZ069
+ 270690
+ Chase
+ NE
+ US
+ 40.52
+ -101.69
+ 0
+ 0
+ LBF
+
+
+ NEZ079
+ 270790
+ Dundy
+ NE
+ US
+ 40.17
+ -101.69
+ 0
+ 0
+ GLD
+
+
+ SDZ044
+ 410440
+ Bennett
+ SD
+ US
+ 43.19
+ -101.67
+ 0
+ 0
+ UNR
+
+
+ TXZ076
+ 430760
+ Crockett
+ TX
+ US
+ 30.69
+ -101.67
+ 0
+ 0
+ SJT
+
+
+ NEZ057
+ 270570
+ Keith
+ NE
+ US
+ 41.19
+ -101.65
+ 0
+ 0
+ LBF
+
+
+ NEZ058
+ 270580
+ Perkins
+ NE
+ US
+ 40.85
+ -101.65
+ 0
+ 0
+ LBF
+
+
+ SDZ043
+ 410430
+ Jackson
+ SD
+ US
+ 43.69
+ -101.61
+ 0
+ 0
+ UNR
+
+
+ NDZ011
+ 340110
+ Ward
+ ND
+ US
+ 48.33
+ -101.60
+ 0
+ 0
+ BIS
+
+
+ NDZ042
+ 340420
+ Grant
+ ND
+ US
+ 46.37
+ -101.58
+ 0
+ 0
+ BIS
+
+
+ SDZ014
+ 410140
+ Ziebach
+ SD
+ US
+ 45.00
+ -101.57
+ 0
+ 0
+ UNR
+
+
+ NDZ003
+ 340030
+ Renville
+ ND
+ US
+ 48.73
+ -101.54
+ 0
+ 0
+ BIS
+
+
+ SDZ032
+ 410320
+ Haakon
+ SD
+ US
+ 44.37
+ -101.53
+ 0
+ 0
+ UNR
+
+
+ TXZ063
+ 430630
+ Glasscock
+ TX
+ US
+ 31.87
+ -101.52
+ 0
+ 0
+ MAF
+
+
+ TXZ070
+ 430700
+ Reagan
+ TX
+ US
+ 31.37
+ -101.52
+ 0
+ 0
+ MAF
+
+
+ OKZ002
+ 360020
+ Texas
+ OK
+ US
+ 36.74
+ -101.49
+ 0
+ 0
+ AMA
+
+
+ TXZ047
+ 430470
+ Borden
+ TX
+ US
+ 32.74
+ -101.43
+ 0
+ 0
+ MAF
+
+
+ TXZ052
+ 430520
+ Howard
+ TX
+ US
+ 32.30
+ -101.43
+ 0
+ 0
+ MAF
+
+
+ NEZ094
+ 270940
+ Western_Cherry
+ NE
+ US
+ 42.54
+ -101.42
+ 0
+ 0
+ LBF
+
+
+ TXZ013
+ 430130
+ Carson
+ TX
+ US
+ 35.40
+ -101.36
+ 0
+ 0
+ AMA
+
+
+ TXZ018
+ 430180
+ Armstrong
+ TX
+ US
+ 34.97
+ -101.36
+ 0
+ 0
+ AMA
+
+
+ TXZ003
+ 430030
+ Hansford
+ TX
+ US
+ 36.27
+ -101.35
+ 0
+ 0
+ AMA
+
+
+ TXZ008
+ 430080
+ Hutchinson
+ TX
+ US
+ 35.84
+ -101.35
+ 0
+ 0
+ AMA
+
+
+ KSZ042
+ 160420
+ Wichita
+ KS
+ US
+ 38.48
+ -101.34
+ 0
+ 0
+ GLD
+
+
+ NDZ034
+ 340340
+ Morton
+ ND
+ US
+ 46.63
+ -101.33
+ 0
+ 0
+ BIS
+
+
+ NDZ020
+ 340200
+ Oliver
+ ND
+ US
+ 47.14
+ -101.32
+ 0
+ 0
+ BIS
+
+
+ KSZ062
+ 160620
+ Kearny
+ KS
+ US
+ 37.99
+ -101.31
+ 0
+ 0
+ DDC
+
+
+ KSZ085
+ 160850
+ Stevens
+ KS
+ US
+ 37.19
+ -101.31
+ 0
+ 0
+ DDC
+
+
+ KSZ075
+ 160750
+ Grant
+ KS
+ US
+ 37.56
+ -101.30
+ 0
+ 0
+ DDC
+
+
+ TXZ030
+ 430300
+ Floyd
+ TX
+ US
+ 34.07
+ -101.30
+ 0
+ 0
+ LUB
+
+
+ TXZ036
+ 430360
+ Crosby
+ TX
+ US
+ 33.61
+ -101.30
+ 0
+ 0
+ LUB
+
+
+ TXZ042
+ 430420
+ Garza
+ TX
+ US
+ 33.17
+ -101.30
+ 0
+ 0
+ LUB
+
+
+ TXZ183
+ 431830
+ Val_Verde
+ TX
+ US
+ 29.76
+ -101.22
+ 0
+ 0
+ EWX
+
+
+ TXZ024
+ 430240
+ Briscoe
+ TX
+ US
+ 34.53
+ -101.21
+ 0
+ 0
+ LUB
+
+
+ SDZ003
+ 410030
+ Corson
+ SD
+ US
+ 45.71
+ -101.15
+ 0
+ 0
+ ABR
+
+
+ KSZ028
+ 160280
+ Logan
+ KS
+ US
+ 38.91
+ -101.14
+ 0
+ 0
+ GLD
+
+
+ NEZ024
+ 270240
+ Hooker
+ NE
+ US
+ 41.91
+ -101.13
+ 0
+ 0
+ LBF
+
+
+ KSZ002
+ 160020
+ Rawlins
+ KS
+ US
+ 39.78
+ -101.07
+ 0
+ 0
+ GLD
+
+
+ NEZ036
+ 270360
+ McPherson
+ NE
+ US
+ 41.56
+ -101.06
+ 0
+ 0
+ LBF
+
+
+ NEZ070
+ 270700
+ Hayes
+ NE
+ US
+ 40.52
+ -101.06
+ 0
+ 0
+ LBF
+
+
+ KSZ014
+ 160140
+ Thomas
+ KS
+ US
+ 39.35
+ -101.05
+ 0
+ 0
+ GLD
+
+
+ NDZ021
+ 340210
+ McLean
+ ND
+ US
+ 47.51
+ -101.04
+ 0
+ 0
+ BIS
+
+
+ NEZ080
+ 270800
+ Hitchcock
+ NE
+ US
+ 40.17
+ -101.04
+ 0
+ 0
+ GLD
+
+
+ TXZ064
+ 430640
+ Sterling
+ TX
+ US
+ 31.83
+ -101.04
+ 0
+ 0
+ SJT
+
+
+ TXZ071
+ 430710
+ Irion
+ TX
+ US
+ 31.31
+ -100.98
+ 0
+ 0
+ SJT
+
+
+ TXZ048
+ 430480
+ Scurry
+ TX
+ US
+ 32.74
+ -100.92
+ 0
+ 0
+ MAF
+
+
+ TXZ053
+ 430530
+ Mitchell
+ TX
+ US
+ 32.30
+ -100.92
+ 0
+ 0
+ MAF
+
+
+ KSZ043
+ 160430
+ Scott
+ KS
+ US
+ 38.48
+ -100.90
+ 0
+ 0
+ DDC
+
+
+ NDZ045
+ 340450
+ Sioux
+ ND
+ US
+ 46.19
+ -100.90
+ 0
+ 0
+ BIS
+
+
+ SDZ015
+ 410150
+ Dewey
+ SD
+ US
+ 45.10
+ -100.89
+ 0
+ 0
+ ABR
+
+
+ SDZ033
+ 410330
+ Stanley
+ SD
+ US
+ 44.48
+ -100.88
+ 0
+ 0
+ ABR
+
+
+ KSZ076
+ 160760
+ Haskell
+ KS
+ US
+ 37.56
+ -100.86
+ 0
+ 0
+ DDC
+
+
+ KSZ086
+ 160860
+ Seward
+ KS
+ US
+ 37.19
+ -100.85
+ 0
+ 0
+ DDC
+
+
+ NDZ004
+ 340040
+ Bottineau
+ ND
+ US
+ 48.77
+ -100.82
+ 0
+ 0
+ BIS
+
+
+ TXZ004
+ 430040
+ Ochiltree
+ TX
+ US
+ 36.27
+ -100.82
+ 0
+ 0
+ AMA
+
+
+ TXZ009
+ 430090
+ Roberts
+ TX
+ US
+ 35.84
+ -100.82
+ 0
+ 0
+ AMA
+
+
+ TXZ014
+ 430140
+ Gray
+ TX
+ US
+ 35.40
+ -100.81
+ 0
+ 0
+ AMA
+
+
+ TXZ019
+ 430190
+ Donley
+ TX
+ US
+ 34.96
+ -100.81
+ 0
+ 0
+ AMA
+
+
+ TXZ031
+ 430310
+ Motley
+ TX
+ US
+ 34.08
+ -100.78
+ 0
+ 0
+ LUB
+
+
+ TXZ037
+ 430370
+ Dickens
+ TX
+ US
+ 33.62
+ -100.78
+ 0
+ 0
+ LUB
+
+
+ TXZ043
+ 430430
+ Kent
+ TX
+ US
+ 33.18
+ -100.78
+ 0
+ 0
+ LUB
+
+
+ NEZ059
+ 270590
+ Lincoln
+ NE
+ US
+ 41.04
+ -100.74
+ 0
+ 0
+ LBF
+
+
+ SDZ046
+ 410460
+ Mellette
+ SD
+ US
+ 43.63
+ -100.72
+ 0
+ 0
+ UNR
+
+
+ SDZ047
+ 410470
+ Todd
+ SD
+ US
+ 43.19
+ -100.72
+ 0
+ 0
+ UNR
+
+
+ SDZ045
+ 410450
+ Jones
+ SD
+ US
+ 43.95
+ -100.71
+ 0
+ 0
+ ABR
+
+
+ TXZ025
+ 430250
+ Hall
+ TX
+ US
+ 34.53
+ -100.68
+ 0
+ 0
+ LUB
+
+
+ KSZ063
+ 160630
+ Finney
+ KS
+ US
+ 37.99
+ -100.66
+ 0
+ 0
+ DDC
+
+
+ NDZ012
+ 340120
+ McHenry
+ ND
+ US
+ 48.24
+ -100.63
+ 0
+ 0
+ BIS
+
+
+ NEZ025
+ 270250
+ Thomas
+ NE
+ US
+ 41.91
+ -100.55
+ 0
+ 0
+ LBF
+
+
+ TXZ077
+ 430770
+ Schleicher
+ TX
+ US
+ 30.89
+ -100.54
+ 0
+ 0
+ SJT
+
+
+ TXZ078
+ 430780
+ Sutton
+ TX
+ US
+ 30.49
+ -100.54
+ 0
+ 0
+ SJT
+
+
+ NEZ005
+ 270050
+ Eastern_Cherry
+ NE
+ US
+ 42.53
+ -100.53
+ 0
+ 0
+ LBF
+
+
+ TXZ065
+ 430650
+ Coke
+ TX
+ US
+ 31.89
+ -100.53
+ 0
+ 0
+ SJT
+
+
+ NDZ035
+ 340350
+ Burleigh
+ ND
+ US
+ 46.98
+ -100.52
+ 0
+ 0
+ BIS
+
+
+ KSZ029
+ 160290
+ Gove
+ KS
+ US
+ 38.91
+ -100.48
+ 0
+ 0
+ GLD
+
+
+ NEZ037
+ 270370
+ Logan
+ NE
+ US
+ 41.57
+ -100.48
+ 0
+ 0
+ LBF
+
+
+ OKZ003
+ 360030
+ Beaver
+ OK
+ US
+ 36.74
+ -100.48
+ 0
+ 0
+ AMA
+
+
+ NEZ081
+ 270810
+ Red_Willow
+ NE
+ US
+ 40.17
+ -100.47
+ 0
+ 0
+ GLD
+
+
+ KSZ003
+ 160030
+ Decatur
+ KS
+ US
+ 39.78
+ -100.46
+ 0
+ 0
+ GLD
+
+
+ KSZ044
+ 160440
+ Lane
+ KS
+ US
+ 38.47
+ -100.46
+ 0
+ 0
+ DDC
+
+
+ TXZ202
+ 432020
+ Kinney
+ TX
+ US
+ 29.35
+ -100.45
+ 0
+ 0
+ EWX
+
+
+ KSZ015
+ 160150
+ Sheridan
+ KS
+ US
+ 39.35
+ -100.44
+ 0
+ 0
+ GLD
+
+
+ KSZ077
+ 160770
+ Gray
+ KS
+ US
+ 37.73
+ -100.43
+ 0
+ 0
+ DDC
+
+
+ TXZ049
+ 430490
+ Fisher
+ TX
+ US
+ 32.74
+ -100.41
+ 0
+ 0
+ SJT
+
+
+ TXZ054
+ 430540
+ Nolan
+ TX
+ US
+ 32.30
+ -100.41
+ 0
+ 0
+ SJT
+
+
+ TXZ072
+ 430720
+ Tom_Green
+ TX
+ US
+ 31.39
+ -100.40
+ 0
+ 0
+ SJT
+
+
+ TXZ217
+ 432170
+ Maverick
+ TX
+ US
+ 28.65
+ -100.39
+ 0
+ 0
+ EWX
+
+
+ KSZ087
+ 160870
+ Meade
+ KS
+ US
+ 37.23
+ -100.37
+ 0
+ 0
+ DDC
+
+
+ NEZ071
+ 270710
+ Frontier
+ NE
+ US
+ 40.52
+ -100.37
+ 0
+ 0
+ LBF
+
+
+ NDZ022
+ 340220
+ Sheridan
+ ND
+ US
+ 47.59
+ -100.36
+ 0
+ 0
+ BIS
+
+
+ TXZ005
+ 430050
+ Lipscomb
+ TX
+ US
+ 36.28
+ -100.27
+ 0
+ 0
+ AMA
+
+
+ TXZ010
+ 430100
+ Hemphill
+ TX
+ US
+ 35.84
+ -100.27
+ 0
+ 0
+ AMA
+
+
+ TXZ015
+ 430150
+ Wheeler
+ TX
+ US
+ 35.40
+ -100.27
+ 0
+ 0
+ AMA
+
+
+ TXZ020
+ 430200
+ Collingsworth
+ TX
+ US
+ 34.96
+ -100.27
+ 0
+ 0
+ AMA
+
+
+ NDZ046
+ 340460
+ Emmons
+ ND
+ US
+ 46.29
+ -100.26
+ 0
+ 0
+ BIS
+
+
+ TXZ032
+ 430320
+ Cottle
+ TX
+ US
+ 34.08
+ -100.26
+ 0
+ 0
+ LUB
+
+
+ TXZ038
+ 430380
+ King
+ TX
+ US
+ 33.62
+ -100.26
+ 0
+ 0
+ LUB
+
+
+ TXZ044
+ 430440
+ Stonewall
+ TX
+ US
+ 33.18
+ -100.26
+ 0
+ 0
+ LUB
+
+
+ TXZ184
+ 431840
+ Edwards
+ TX
+ US
+ 29.96
+ -100.22
+ 0
+ 0
+ EWX
+
+
+ TXZ026
+ 430260
+ Childress
+ TX
+ US
+ 34.53
+ -100.21
+ 0
+ 0
+ LUB
+
+
+ SDZ034
+ 410340
+ Sully
+ SD
+ US
+ 44.72
+ -100.20
+ 0
+ 0
+ ABR
+
+
+ SDZ004
+ 410040
+ Campbell
+ SD
+ US
+ 45.77
+ -100.12
+ 0
+ 0
+ ABR
+
+
+ SDZ009
+ 410090
+ Walworth
+ SD
+ US
+ 45.43
+ -100.10
+ 0
+ 0
+ ABR
+
+
+ SDZ035
+ 410350
+ Hughes
+ SD
+ US
+ 44.33
+ -100.10
+ 0
+ 0
+ ABR
+
+
+ SDZ016
+ 410160
+ Potter
+ SD
+ US
+ 45.07
+ -100.00
+ 0
+ 0
+ ABR
+
+
+ NEZ026
+ 270260
+ Blaine
+ NE
+ US
+ 41.91
+ -99.97
+ 0
+ 0
+ LBF
+
+
+ TXZ066
+ 430660
+ Runnels
+ TX
+ US
+ 31.83
+ -99.97
+ 0
+ 0
+ SJT
+
+
+ NEZ008
+ 270080
+ Brown
+ NE
+ US
+ 42.46
+ -99.93
+ 0
+ 0
+ LBF
+
+
+ KSZ045
+ 160450
+ Ness
+ KS
+ US
+ 38.47
+ -99.91
+ 0
+ 0
+ DDC
+
+
+ NEZ082
+ 270820
+ Furnas
+ NE
+ US
+ 40.17
+ -99.91
+ 0
+ 0
+ GID
+
+
+ KSZ004
+ 160040
+ Norton
+ KS
+ US
+ 39.78
+ -99.90
+ 0
+ 0
+ GLD
+
+
+ KSZ064
+ 160640
+ Hodgeman
+ KS
+ US
+ 38.08
+ -99.89
+ 0
+ 0
+ DDC
+
+
+ KSZ078
+ 160780
+ Ford
+ KS
+ US
+ 37.69
+ -99.89
+ 0
+ 0
+ DDC
+
+
+ NDZ013
+ 340130
+ Pierce
+ ND
+ US
+ 48.20
+ -99.89
+ 0
+ 0
+ BIS
+
+
+ TXZ127
+ 431270
+ Taylor
+ TX
+ US
+ 32.30
+ -99.89
+ 0
+ 0
+ SJT
+
+
+ KSZ016
+ 160160
+ Graham
+ KS
+ US
+ 39.34
+ -99.88
+ 0
+ 0
+ GLD
+
+
+ SDZ049
+ 410490
+ Tripp
+ SD
+ US
+ 43.38
+ -99.88
+ 0
+ 0
+ UNR
+
+
+ TXZ113
+ 431130
+ Jones
+ TX
+ US
+ 32.74
+ -99.88
+ 0
+ 0
+ SJT
+
+
+ KSZ030
+ 160300
+ Trego
+ KS
+ US
+ 38.91
+ -99.87
+ 0
+ 0
+ DDC
+
+
+ NEZ072
+ 270720
+ Gosper
+ NE
+ US
+ 40.52
+ -99.86
+ 0
+ 0
+ GID
+
+
+ TXZ073
+ 430730
+ Concho
+ TX
+ US
+ 31.34
+ -99.86
+ 0
+ 0
+ SJT
+
+
+ NDZ005
+ 340050
+ Rolette
+ ND
+ US
+ 48.77
+ -99.84
+ 0
+ 0
+ BIS
+
+
+ OKZ033
+ 360330
+ Harmon
+ OK
+ US
+ 34.77
+ -99.83
+ 0
+ 0
+ OUN
+
+
+ SDZ048
+ 410480
+ Lyman
+ SD
+ US
+ 43.86
+ -99.83
+ 0
+ 0
+ ABR
+
+
+ TXZ185
+ 431850
+ Real
+ TX
+ US
+ 29.86
+ -99.83
+ 0
+ 0
+ EWX
+
+
+ KSZ088
+ 160880
+ Clark
+ KS
+ US
+ 37.23
+ -99.82
+ 0
+ 0
+ DDC
+
+
+ NEZ060
+ 270600
+ Dawson
+ NE
+ US
+ 40.86
+ -99.81
+ 0
+ 0
+ GID
+
+
+ TXZ168
+ 431680
+ Menard
+ TX
+ US
+ 30.90
+ -99.80
+ 0
+ 0
+ SJT
+
+
+ NDZ036
+ 340360
+ Kidder
+ ND
+ US
+ 46.98
+ -99.79
+ 0
+ 0
+ BIS
+
+
+ TXZ203
+ 432030
+ Uvalde
+ TX
+ US
+ 29.36
+ -99.77
+ 0
+ 0
+ EWX
+
+
+ TXZ084
+ 430840
+ Foard
+ TX
+ US
+ 33.99
+ -99.76
+ 0
+ 0
+ OUN
+
+
+ TXZ218
+ 432180
+ Zavala
+ TX
+ US
+ 28.87
+ -99.76
+ 0
+ 0
+ EWX
+
+
+ TXZ228
+ 432280
+ Dimmit
+ TX
+ US
+ 28.42
+ -99.75
+ 0
+ 0
+ EWX
+
+
+ TXZ083
+ 430830
+ Hardeman
+ TX
+ US
+ 34.32
+ -99.74
+ 0
+ 0
+ OUN
+
+
+ NEZ006
+ 270060
+ Keya_Paha
+ NE
+ US
+ 42.85
+ -99.73
+ 0
+ 0
+ LBF
+
+
+ TXZ087
+ 430870
+ Knox
+ TX
+ US
+ 33.61
+ -99.73
+ 0
+ 0
+ OUN
+
+
+ TXZ098
+ 430980
+ Haskell
+ TX
+ US
+ 33.18
+ -99.73
+ 0
+ 0
+ SJT
+
+
+ NEZ038
+ 270380
+ Custer
+ NE
+ US
+ 41.39
+ -99.72
+ 0
+ 0
+ LBF
+
+
+ TXZ169
+ 431690
+ Kimble
+ TX
+ US
+ 30.50
+ -99.71
+ 0
+ 0
+ SJT
+
+
+ OKZ009
+ 360090
+ Ellis
+ OK
+ US
+ 36.22
+ -99.69
+ 0
+ 0
+ OUN
+
+
+ OKZ014
+ 360140
+ Roger_Mills
+ OK
+ US
+ 35.72
+ -99.68
+ 0
+ 0
+ OUN
+
+
+ OKZ021
+ 360210
+ Beckham
+ OK
+ US
+ 35.27
+ -99.68
+ 0
+ 0
+ OUN
+
+
+ NDZ023
+ 340230
+ Wells
+ ND
+ US
+ 47.59
+ -99.67
+ 0
+ 0
+ BIS
+
+
+ OKZ004
+ 360040
+ Harper
+ OK
+ US
+ 36.79
+ -99.65
+ 0
+ 0
+ OUN
+
+
+ OKZ034
+ 360340
+ Greer
+ OK
+ US
+ 34.92
+ -99.56
+ 0
+ 0
+ OUN
+
+
+ TXZ239
+ 432390
+ Webb
+ TX
+ US
+ 27.73
+ -99.51
+ 0
+ 0
+ CRP
+
+
+ SDZ036
+ 410360
+ Hyde
+ SD
+ US
+ 44.55
+ -99.49
+ 0
+ 0
+ ABR
+
+
+ NDZ047
+ 340470
+ Logan
+ ND
+ US
+ 46.46
+ -99.48
+ 0
+ 0
+ BIS
+
+
+ TXZ139
+ 431390
+ Coleman
+ TX
+ US
+ 31.75
+ -99.46
+ 0
+ 0
+ SJT
+
+
+ NEZ009
+ 270090
+ Rock
+ NE
+ US
+ 42.44
+ -99.45
+ 0
+ 0
+ LBF
+
+
+ NEZ027
+ 270270
+ Loup
+ NE
+ US
+ 41.91
+ -99.45
+ 0
+ 0
+ LBF
+
+
+ NDZ050
+ 340500
+ McIntosh
+ ND
+ US
+ 46.11
+ -99.44
+ 0
+ 0
+ BIS
+
+
+ OKZ036
+ 360360
+ Jackson
+ OK
+ US
+ 34.59
+ -99.44
+ 0
+ 0
+ OUN
+
+
+ NEZ073
+ 270730
+ Phelps
+ NE
+ US
+ 40.51
+ -99.41
+ 0
+ 0
+ GID
+
+
+ NEZ083
+ 270830
+ Harlan
+ NE
+ US
+ 40.17
+ -99.40
+ 0
+ 0
+ GID
+
+
+ TXZ128
+ 431280
+ Callahan
+ TX
+ US
+ 32.30
+ -99.37
+ 0
+ 0
+ SJT
+
+
+ TXZ114
+ 431140
+ Shackelford
+ TX
+ US
+ 32.74
+ -99.36
+ 0
+ 0
+ SJT
+
+
+ TXZ154
+ 431540
+ McCulloch
+ TX
+ US
+ 31.22
+ -99.35
+ 0
+ 0
+ SJT
+
+
+ KSZ005
+ 160050
+ Phillips
+ KS
+ US
+ 39.78
+ -99.34
+ 0
+ 0
+ GID
+
+
+ TXZ186
+ 431860
+ Kerr
+ TX
+ US
+ 30.04
+ -99.34
+ 0
+ 0
+ EWX
+
+
+ KSZ017
+ 160170
+ Rooks
+ KS
+ US
+ 39.35
+ -99.32
+ 0
+ 0
+ GID
+
+
+ KSZ031
+ 160310
+ Ellis
+ KS
+ US
+ 38.91
+ -99.31
+ 0
+ 0
+ DDC
+
+
+ KSZ046
+ 160460
+ Rush
+ KS
+ US
+ 38.52
+ -99.30
+ 0
+ 0
+ DDC
+
+
+ KSZ079
+ 160790
+ Edwards
+ KS
+ US
+ 37.90
+ -99.29
+ 0
+ 0
+ DDC
+
+
+ KSZ080
+ 160800
+ Kiowa
+ KS
+ US
+ 37.55
+ -99.28
+ 0
+ 0
+ DDC
+
+
+ OKZ010
+ 360100
+ Woodward
+ OK
+ US
+ 36.48
+ -99.28
+ 0
+ 0
+ OUN
+
+
+ KSZ089
+ 160890
+ Comanche
+ KS
+ US
+ 37.19
+ -99.27
+ 0
+ 0
+ DDC
+
+
+ NDZ006
+ 340060
+ Towner
+ ND
+ US
+ 48.69
+ -99.25
+ 0
+ 0
+ FGF
+
+
+ SDZ051
+ 410510
+ Buffalo
+ SD
+ US
+ 44.06
+ -99.25
+ 0
+ 0
+ ABR
+
+
+ KSZ065
+ 160650
+ Pawnee
+ KS
+ US
+ 38.17
+ -99.24
+ 0
+ 0
+ DDC
+
+
+ SDZ005
+ 410050
+ McPherson
+ SD
+ US
+ 45.77
+ -99.23
+ 0
+ 0
+ ABR
+
+
+ SDZ010
+ 410100
+ Edmunds
+ SD
+ US
+ 45.42
+ -99.22
+ 0
+ 0
+ ABR
+
+
+ TXZ085
+ 430850
+ Wilbarger
+ TX
+ US
+ 34.14
+ -99.22
+ 0
+ 0
+ OUN
+
+
+ TXZ170
+ 431700
+ Mason
+ TX
+ US
+ 30.72
+ -99.22
+ 0
+ 0
+ SJT
+
+
+ TXZ088
+ 430880
+ Baylor
+ TX
+ US
+ 33.62
+ -99.21
+ 0
+ 0
+ OUN
+
+
+ TXZ099
+ 430990
+ Throckmorton
+ TX
+ US
+ 33.18
+ -99.21
+ 0
+ 0
+ SJT
+
+
+ TXZ187
+ 431870
+ Bandera
+ TX
+ US
+ 29.74
+ -99.21
+ 0
+ 0
+ EWX
+
+
+ TXZ248
+ 432480
+ Zapata
+ TX
+ US
+ 26.94
+ -99.21
+ 0
+ 0
+ BRO
+
+
+ NDZ014
+ 340140
+ Benson
+ ND
+ US
+ 48.11
+ -99.19
+ 0
+ 0
+ FGF
+
+
+ SDZ017
+ 410170
+ Faulk
+ SD
+ US
+ 45.07
+ -99.15
+ 0
+ 0
+ ABR
+
+
+ SDZ057
+ 410570
+ Brule
+ SD
+ US
+ 43.72
+ -99.13
+ 0
+ 0
+ FSD
+
+
+ TXZ204
+ 432040
+ Medina
+ TX
+ US
+ 29.39
+ -99.11
+ 0
+ 0
+ EWX
+
+
+ TXZ219
+ 432190
+ Frio
+ TX
+ US
+ 28.87
+ -99.11
+ 0
+ 0
+ EWX
+
+
+ TXZ229
+ 432290
+ La_Salle
+ TX
+ US
+ 28.34
+ -99.10
+ 0
+ 0
+ CRP
+
+
+ NEZ061
+ 270610
+ Buffalo
+ NE
+ US
+ 40.85
+ -99.07
+ 0
+ 0
+ GID
+
+
+ SDZ050
+ 410500
+ Gregory
+ SD
+ US
+ 43.25
+ -99.02
+ 0
+ 0
+ FSD
+
+
+ OKZ015
+ 360150
+ Dewey
+ OK
+ US
+ 35.99
+ -99.01
+ 0
+ 0
+ OUN
+
+
+ OKZ035
+ 360350
+ Kiowa
+ OK
+ US
+ 34.86
+ -99.01
+ 0
+ 0
+ OUN
+
+
+ SDZ037
+ 410370
+ Hand
+ SD
+ US
+ 44.55
+ -99.01
+ 0
+ 0
+ ABR
+
+
+ OKZ016
+ 360160
+ Custer
+ OK
+ US
+ 35.64
+ -99.00
+ 0
+ 0
+ OUN
+
+
+ NEZ028
+ 270280
+ Garfield
+ NE
+ US
+ 41.91
+ -98.99
+ 0
+ 0
+ LBF
+
+
+ NEZ039
+ 270390
+ Valley
+ NE
+ US
+ 41.56
+ -98.98
+ 0
+ 0
+ GID
+
+
+ OKZ005
+ 360050
+ Woods
+ OK
+ US
+ 36.69
+ -98.98
+ 0
+ 0
+ OUN
+
+
+ OKZ022
+ 360220
+ Washita
+ OK
+ US
+ 35.29
+ -98.98
+ 0
+ 0
+ OUN
+
+
+ NEZ046
+ 270460
+ Sherman
+ NE
+ US
+ 41.22
+ -98.97
+ 0
+ 0
+ GID
+
+
+ NDZ037
+ 340370
+ Stutsman
+ ND
+ US
+ 46.98
+ -98.96
+ 0
+ 0
+ BIS
+
+
+ NEZ074
+ 270740
+ Kearney
+ NE
+ US
+ 40.51
+ -98.95
+ 0
+ 0
+ GID
+
+
+ NEZ084
+ 270840
+ Franklin
+ NE
+ US
+ 40.17
+ -98.95
+ 0
+ 0
+ GID
+
+
+ TXZ188
+ 431880
+ Gillespie
+ TX
+ US
+ 30.32
+ -98.95
+ 0
+ 0
+ EWX
+
+
+ TXZ140
+ 431400
+ Brown
+ TX
+ US
+ 31.77
+ -98.94
+ 0
+ 0
+ SJT
+
+
+ OKZ037
+ 360370
+ Tillman
+ OK
+ US
+ 34.38
+ -98.92
+ 0
+ 0
+ OUN
+
+
+ NDZ024
+ 340240
+ Eddy
+ ND
+ US
+ 47.72
+ -98.90
+ 0
+ 0
+ FGF
+
+
+ NDZ025
+ 340250
+ Foster
+ ND
+ US
+ 47.46
+ -98.89
+ 0
+ 0
+ BIS
+
+
+ TXZ115
+ 431150
+ Stephens
+ TX
+ US
+ 32.74
+ -98.83
+ 0
+ 0
+ FWD
+
+
+ TXZ129
+ 431290
+ Eastland
+ TX
+ US
+ 32.30
+ -98.80
+ 0
+ 0
+ FWD
+
+
+ KSZ006
+ 160060
+ Smith
+ KS
+ US
+ 39.78
+ -98.78
+ 0
+ 0
+ GID
+
+
+ NEZ007
+ 270070
+ Boyd
+ NE
+ US
+ 42.88
+ -98.77
+ 0
+ 0
+ LBF
+
+
+ NEZ010
+ 270100
+ Holt
+ NE
+ US
+ 42.49
+ -98.77
+ 0
+ 0
+ LBF
+
+
+ KSZ018
+ 160180
+ Osborne
+ KS
+ US
+ 39.34
+ -98.76
+ 0
+ 0
+ GID
+
+
+ KSZ032
+ 160320
+ Russell
+ KS
+ US
+ 38.91
+ -98.76
+ 0
+ 0
+ ICT
+
+
+ TXZ252
+ 432520
+ Starr
+ TX
+ US
+ 26.52
+ -98.76
+ 0
+ 0
+ BRO
+
+
+ KSZ047
+ 160470
+ Barton
+ KS
+ US
+ 38.47
+ -98.75
+ 0
+ 0
+ ICT
+
+
+ NDZ015
+ 340150
+ Ramsey
+ ND
+ US
+ 48.23
+ -98.75
+ 0
+ 0
+ FGF
+
+
+ TXZ155
+ 431550
+ San_Saba
+ TX
+ US
+ 31.21
+ -98.75
+ 0
+ 0
+ SJT
+
+
+ KSZ066
+ 160660
+ Stafford
+ KS
+ US
+ 38.03
+ -98.74
+ 0
+ 0
+ DDC
+
+
+ KSZ081
+ 160810
+ Pratt
+ KS
+ US
+ 37.64
+ -98.73
+ 0
+ 0
+ DDC
+
+
+ TXZ249
+ 432490
+ Jim_Hogg
+ TX
+ US
+ 27.08
+ -98.70
+ 0
+ 0
+ BRO
+
+
+ SDZ063
+ 410630
+ Charles_Mix
+ SD
+ US
+ 43.17
+ -98.69
+ 0
+ 0
+ FSD
+
+
+ TXZ086
+ 430860
+ Wichita
+ TX
+ US
+ 34.01
+ -98.69
+ 0
+ 0
+ OUN
+
+
+ KSZ090
+ 160900
+ Barber
+ KS
+ US
+ 37.23
+ -98.68
+ 0
+ 0
+ DDC
+
+
+ TXZ089
+ 430890
+ Archer
+ TX
+ US
+ 33.62
+ -98.68
+ 0
+ 0
+ OUN
+
+
+ TXZ100
+ 431000
+ Young
+ TX
+ US
+ 33.18
+ -98.68
+ 0
+ 0
+ FWD
+
+
+ TXZ189
+ 431890
+ Kendall
+ TX
+ US
+ 29.93
+ -98.67
+ 0
+ 0
+ EWX
+
+
+ TXZ171
+ 431710
+ Llano
+ TX
+ US
+ 30.71
+ -98.65
+ 0
+ 0
+ EWX
+
+
+ SDZ052
+ 410520
+ Jerauld
+ SD
+ US
+ 44.07
+ -98.63
+ 0
+ 0
+ FSD
+
+
+ TXZ142
+ 431420
+ Mills
+ TX
+ US
+ 31.48
+ -98.63
+ 0
+ 0
+ FWD
+
+
+ SDZ058
+ 410580
+ Aurora
+ SD
+ US
+ 43.72
+ -98.57
+ 0
+ 0
+ FSD
+
+
+ TXZ230
+ 432300
+ McMullen
+ TX
+ US
+ 28.35
+ -98.57
+ 0
+ 0
+ CRP
+
+
+ NDZ048
+ 340480
+ La_Moure
+ ND
+ US
+ 46.46
+ -98.54
+ 0
+ 0
+ BIS
+
+
+ TXZ141
+ 431410
+ Comanche
+ TX
+ US
+ 31.98
+ -98.54
+ 0
+ 0
+ FWD
+
+
+ OKZ011
+ 360110
+ Major
+ OK
+ US
+ 36.33
+ -98.53
+ 0
+ 0
+ OUN
+
+
+ NEZ029
+ 270290
+ Wheeler
+ NE
+ US
+ 41.91
+ -98.52
+ 0
+ 0
+ LBF
+
+
+ NEZ040
+ 270400
+ Greeley
+ NE
+ US
+ 41.57
+ -98.52
+ 0
+ 0
+ GID
+
+
+ TXZ240
+ 432400
+ Duval
+ TX
+ US
+ 27.66
+ -98.52
+ 0
+ 0
+ CRP
+
+
+ NDZ051
+ 340510
+ Dickey
+ ND
+ US
+ 46.11
+ -98.51
+ 0
+ 0
+ BIS
+
+
+ NEZ047
+ 270470
+ Howard
+ NE
+ US
+ 41.22
+ -98.51
+ 0
+ 0
+ GID
+
+
+ NEZ062
+ 270620
+ Hall
+ NE
+ US
+ 40.87
+ -98.50
+ 0
+ 0
+ GID
+
+
+ NEZ075
+ 270750
+ Adams
+ NE
+ US
+ 40.52
+ -98.50
+ 0
+ 0
+ GID
+
+
+ NEZ085
+ 270850
+ Webster
+ NE
+ US
+ 40.17
+ -98.49
+ 0
+ 0
+ GID
+
+
+ TXZ205
+ 432050
+ Bexar
+ TX
+ US
+ 29.44
+ -98.47
+ 0
+ 0
+ EWX
+
+
+ NDZ007
+ 340070
+ Cavalier
+ ND
+ US
+ 48.77
+ -98.46
+ 0
+ 0
+ FGF
+
+
+ OKZ038
+ 360380
+ Comanche
+ OK
+ US
+ 34.63
+ -98.46
+ 0
+ 0
+ OUN
+
+
+ TXZ220
+ 432200
+ Atascosa
+ TX
+ US
+ 28.93
+ -98.45
+ 0
+ 0
+ EWX
+
+
+ OKZ017
+ 360170
+ Blaine
+ OK
+ US
+ 35.86
+ -98.42
+ 0
+ 0
+ OUN
+
+
+ SDZ064
+ 410640
+ Douglas
+ SD
+ US
+ 43.35
+ -98.41
+ 0
+ 0
+ FSD
+
+
+ OKZ044
+ 360440
+ Cotton
+ OK
+ US
+ 34.28
+ -98.40
+ 0
+ 0
+ OUN
+
+
+ SDZ006
+ 410060
+ Brown
+ SD
+ US
+ 45.59
+ -98.36
+ 0
+ 0
+ ABR
+
+
+ TXZ190
+ 431900
+ Blanco
+ TX
+ US
+ 30.23
+ -98.36
+ 0
+ 0
+ EWX
+
+
+ OKZ023
+ 360230
+ Caddo
+ OK
+ US
+ 35.21
+ -98.35
+ 0
+ 0
+ OUN
+
+
+ SDZ018
+ 410180
+ Spink
+ SD
+ US
+ 44.94
+ -98.35
+ 0
+ 0
+ ABR
+
+
+ TXZ206
+ 432060
+ Comal
+ TX
+ US
+ 29.82
+ -98.33
+ 0
+ 0
+ EWX
+
+
+ OKZ006
+ 360060
+ Alfalfa
+ OK
+ US
+ 36.73
+ -98.32
+ 0
+ 0
+ OUN
+
+
+ TXZ116
+ 431160
+ Palo_Pinto
+ TX
+ US
+ 32.76
+ -98.31
+ 0
+ 0
+ FWD
+
+
+ SDZ038
+ 410380
+ Beadle
+ SD
+ US
+ 44.41
+ -98.28
+ 0
+ 0
+ FSD
+
+
+ TXZ250
+ 432500
+ Brooks
+ TX
+ US
+ 27.03
+ -98.26
+ 0
+ 0
+ BRO
+
+
+ TXZ156
+ 431560
+ Lampasas
+ TX
+ US
+ 31.25
+ -98.24
+ 0
+ 0
+ FWD
+
+
+ NDZ028
+ 340280
+ Griggs
+ ND
+ US
+ 47.46
+ -98.23
+ 0
+ 0
+ FGF
+
+
+ TXZ253
+ 432530
+ Hidalgo
+ TX
+ US
+ 26.41
+ -98.23
+ 0
+ 0
+ BRO
+
+
+ KSZ007
+ 160070
+ Jewell
+ KS
+ US
+ 39.78
+ -98.22
+ 0
+ 0
+ GID
+
+
+ KSZ033
+ 160330
+ Lincoln
+ KS
+ US
+ 39.04
+ -98.21
+ 0
+ 0
+ ICT
+
+
+ TXZ130
+ 431300
+ Erath
+ TX
+ US
+ 32.22
+ -98.21
+ 0
+ 0
+ FWD
+
+
+ KSZ019
+ 160190
+ Mitchell
+ KS
+ US
+ 39.39
+ -98.20
+ 0
+ 0
+ GID
+
+
+ KSZ048
+ 160480
+ Ellsworth
+ KS
+ US
+ 38.69
+ -98.20
+ 0
+ 0
+ ICT
+
+
+ KSZ050
+ 160500
+ Rice
+ KS
+ US
+ 38.33
+ -98.20
+ 0
+ 0
+ ICT
+
+
+ NDZ026
+ 340260
+ Nelson
+ ND
+ US
+ 47.94
+ -98.20
+ 0
+ 0
+ FGF
+
+
+ TXZ090
+ 430900
+ Clay
+ TX
+ US
+ 33.81
+ -98.18
+ 0
+ 0
+ OUN
+
+
+ TXZ101
+ 431010
+ Jack
+ TX
+ US
+ 33.24
+ -98.17
+ 0
+ 0
+ FWD
+
+
+ SDZ059
+ 410590
+ Davison
+ SD
+ US
+ 43.67
+ -98.15
+ 0
+ 0
+ FSD
+
+
+ TXZ172
+ 431720
+ Burnet
+ TX
+ US
+ 30.74
+ -98.15
+ 0
+ 0
+ EWX
+
+
+ KSZ082
+ 160820
+ Kingman
+ KS
+ US
+ 37.55
+ -98.13
+ 0
+ 0
+ ICT
+
+
+ TXZ143
+ 431430
+ Hamilton
+ TX
+ US
+ 31.72
+ -98.11
+ 0
+ 0
+ FWD
+
+
+ SDZ053
+ 410530
+ Sanborn
+ SD
+ US
+ 44.02
+ -98.10
+ 0
+ 0
+ FSD
+
+
+ NDZ054
+ 340540
+ Western_Walsh_County
+ ND
+ US
+ 48.37
+ -98.09
+ 0
+ 0
+ FGF
+
+
+ KSZ067
+ 160670
+ Reno
+ KS
+ US
+ 37.95
+ -98.08
+ 0
+ 0
+ ICT
+
+
+ NDZ038
+ 340380
+ Barnes
+ ND
+ US
+ 46.94
+ -98.08
+ 0
+ 0
+ FGF
+
+
+ TXZ221
+ 432210
+ Wilson
+ TX
+ US
+ 29.16
+ -98.08
+ 0
+ 0
+ EWX
+
+
+ TXZ231
+ 432310
+ Live_Oak
+ TX
+ US
+ 28.42
+ -98.08
+ 0
+ 0
+ CRP
+
+
+ KSZ091
+ 160910
+ Harper
+ KS
+ US
+ 37.19
+ -98.07
+ 0
+ 0
+ ICT
+
+
+ NEZ016
+ 270160
+ Antelope
+ NE
+ US
+ 42.17
+ -98.07
+ 0
+ 0
+ OAX
+
+
+ NEZ030
+ 270300
+ Boone
+ NE
+ US
+ 41.70
+ -98.06
+ 0
+ 0
+ OAX
+
+
+ NEZ063
+ 270630
+ Hamilton
+ NE
+ US
+ 40.93
+ -98.05
+ 0
+ 0
+ GID
+
+
+ NEZ076
+ 270760
+ Clay
+ NE
+ US
+ 40.52
+ -98.05
+ 0
+ 0
+ GID
+
+
+ NEZ086
+ 270860
+ Nuckolls
+ NE
+ US
+ 40.17
+ -98.04
+ 0
+ 0
+ GID
+
+
+ TXZ191
+ 431910
+ Hays
+ TX
+ US
+ 30.05
+ -98.02
+ 0
+ 0
+ EWX
+
+
+ TXZ241
+ 432410
+ Jim_Wells
+ TX
+ US
+ 27.66
+ -98.02
+ 0
+ 0
+ CRP
+
+
+ NEZ041
+ 270410
+ Nance
+ NE
+ US
+ 41.39
+ -97.99
+ 0
+ 0
+ GID
+
+
+ OKZ024
+ 360240
+ Canadian
+ OK
+ US
+ 35.53
+ -97.99
+ 0
+ 0
+ OUN
+
+
+ TXZ207
+ 432070
+ Guadalupe
+ TX
+ US
+ 29.62
+ -97.98
+ 0
+ 0
+ EWX
+
+
+ NEZ048
+ 270480
+ Merrick
+ NE
+ US
+ 41.13
+ -97.94
+ 0
+ 0
+ GID
+
+
+ OKZ018
+ 360180
+ Kingfisher
+ OK
+ US
+ 35.95
+ -97.94
+ 0
+ 0
+ OUN
+
+
+ NEZ011
+ 270110
+ Knox
+ NE
+ US
+ 42.66
+ -97.90
+ 0
+ 0
+ OAX
+
+
+ SDZ068
+ 410680
+ Bon_Homme
+ SD
+ US
+ 42.97
+ -97.90
+ 0
+ 0
+ FSD
+
+
+ OKZ027
+ 360270
+ Grady
+ OK
+ US
+ 35.03
+ -97.88
+ 0
+ 0
+ OUN
+
+
+ TXZ222
+ 432220
+ Karnes
+ TX
+ US
+ 28.95
+ -97.88
+ 0
+ 0
+ EWX
+
+
+ OKZ039
+ 360390
+ Stephens
+ OK
+ US
+ 34.49
+ -97.85
+ 0
+ 0
+ OUN
+
+
+ TXZ131
+ 431310
+ Hood
+ TX
+ US
+ 32.40
+ -97.84
+ 0
+ 0
+ FWD
+
+
+ OKZ045
+ 360450
+ Jefferson
+ OK
+ US
+ 34.07
+ -97.83
+ 0
+ 0
+ OUN
+
+
+ TXZ117
+ 431170
+ Parker
+ TX
+ US
+ 32.78
+ -97.80
+ 0
+ 0
+ FWD
+
+
+ TXZ157
+ 431570
+ Coryell
+ TX
+ US
+ 31.39
+ -97.80
+ 0
+ 0
+ FWD
+
+
+ SDZ060
+ 410600
+ Hanson
+ SD
+ US
+ 43.67
+ -97.79
+ 0
+ 0
+ FSD
+
+
+ OKZ007
+ 360070
+ Grant
+ OK
+ US
+ 36.79
+ -97.78
+ 0
+ 0
+ OUN
+
+
+ OKZ012
+ 360120
+ Garfield
+ OK
+ US
+ 36.38
+ -97.78
+ 0
+ 0
+ OUN
+
+
+ TXZ132
+ 431320
+ Somervell
+ TX
+ US
+ 32.21
+ -97.78
+ 0
+ 0
+ FWD
+
+
+ TXZ192
+ 431920
+ Travis
+ TX
+ US
+ 30.33
+ -97.77
+ 0
+ 0
+ EWX
+
+
+ SDZ065
+ 410650
+ Hutchinson
+ SD
+ US
+ 43.33
+ -97.76
+ 0
+ 0
+ FSD
+
+
+ SDZ019
+ 410190
+ Clark
+ SD
+ US
+ 44.85
+ -97.74
+ 0
+ 0
+ ABR
+
+
+ TXZ091
+ 430910
+ Montague
+ TX
+ US
+ 33.71
+ -97.73
+ 0
+ 0
+ FWD
+
+
+ TXZ232
+ 432320
+ Bee
+ TX
+ US
+ 28.42
+ -97.73
+ 0
+ 0
+ CRP
+
+
+ TXZ254
+ 432540
+ Inland_Willacy
+ TX
+ US
+ 26.46
+ -97.73
+ 0
+ 0
+ BRO
+
+
+ NDZ029
+ 340290
+ Steele
+ ND
+ US
+ 47.46
+ -97.72
+ 0
+ 0
+ FGF
+
+
+ NDZ049
+ 340490
+ Ransom
+ ND
+ US
+ 46.46
+ -97.66
+ 0
+ 0
+ FGF
+
+
+ TXZ102
+ 431020
+ Wise
+ TX
+ US
+ 33.22
+ -97.65
+ 0
+ 0
+ FWD
+
+
+ KSZ008
+ 160080
+ Republic
+ KS
+ US
+ 39.82
+ -97.64
+ 0
+ 0
+ TOP
+
+
+ KSZ020
+ 160200
+ Cloud
+ KS
+ US
+ 39.48
+ -97.64
+ 0
+ 0
+ TOP
+
+
+ KSZ034
+ 160340
+ Ottawa
+ KS
+ US
+ 39.13
+ -97.64
+ 0
+ 0
+ TOP
+
+
+ KSZ049
+ 160490
+ Saline
+ KS
+ US
+ 38.78
+ -97.64
+ 0
+ 0
+ ICT
+
+
+ KSZ051
+ 160510
+ McPherson
+ KS
+ US
+ 38.38
+ -97.64
+ 0
+ 0
+ ICT
+
+
+ TXZ144
+ 431440
+ Bosque
+ TX
+ US
+ 31.90
+ -97.64
+ 0
+ 0
+ FWD
+
+
+ TXZ242
+ 432420
+ Kleberg
+ TX
+ US
+ 27.43
+ -97.64
+ 0
+ 0
+ CRP
+
+
+ TXZ251
+ 432510
+ Kenedy
+ TX
+ US
+ 26.94
+ -97.64
+ 0
+ 0
+ BRO
+
+
+ NDZ052
+ 340520
+ Sargent
+ ND
+ US
+ 46.11
+ -97.62
+ 0
+ 0
+ FGF
+
+
+ TXZ208
+ 432080
+ Caldwell
+ TX
+ US
+ 29.86
+ -97.62
+ 0
+ 0
+ EWX
+
+
+ SDZ011
+ 410110
+ Day
+ SD
+ US
+ 45.37
+ -97.61
+ 0
+ 0
+ ABR
+
+
+ SDZ054
+ 410540
+ Miner
+ SD
+ US
+ 44.02
+ -97.61
+ 0
+ 0
+ FSD
+
+
+ NEZ017
+ 270170
+ Pierce
+ NE
+ US
+ 42.26
+ -97.60
+ 0
+ 0
+ OAX
+
+
+ NEZ031
+ 270310
+ Madison
+ NE
+ US
+ 41.91
+ -97.60
+ 0
+ 0
+ OAX
+
+
+ SDZ007
+ 410070
+ Marshall
+ SD
+ US
+ 45.75
+ -97.60
+ 0
+ 0
+ ABR
+
+
+ TXZ173
+ 431730
+ Williamson
+ TX
+ US
+ 30.66
+ -97.60
+ 0
+ 0
+ EWX
+
+
+ NEZ049
+ 270490
+ Polk
+ NE
+ US
+ 41.22
+ -97.59
+ 0
+ 0
+ GID
+
+
+ NEZ064
+ 270640
+ York
+ NE
+ US
+ 40.87
+ -97.59
+ 0
+ 0
+ GID
+
+
+ NEZ077
+ 270770
+ Fillmore
+ NE
+ US
+ 40.52
+ -97.59
+ 0
+ 0
+ GID
+
+
+ NEZ087
+ 270870
+ Thayer
+ NE
+ US
+ 40.17
+ -97.59
+ 0
+ 0
+ GID
+
+
+ TXZ255
+ 432550
+ Inland_Cameron
+ TX
+ US
+ 26.10
+ -97.56
+ 0
+ 0
+ BRO
+
+
+ NEZ042
+ 270420
+ Platte
+ NE
+ US
+ 41.54
+ -97.54
+ 0
+ 0
+ OAX
+
+
+ OKZ028
+ 360280
+ McClain
+ OK
+ US
+ 35.10
+ -97.54
+ 0
+ 0
+ OUN
+
+
+ NDZ008
+ 340080
+ Pembina
+ ND
+ US
+ 48.77
+ -97.52
+ 0
+ 0
+ FGF
+
+
+ TXZ244
+ 432440
+ San_Patricio
+ TX
+ US
+ 27.99
+ -97.52
+ 0
+ 0
+ CRP
+
+
+ TXZ158
+ 431580
+ Bell
+ TX
+ US
+ 31.05
+ -97.50
+ 0
+ 0
+ FWD
+
+
+ TXZ223
+ 432230
+ Gonzales
+ TX
+ US
+ 29.45
+ -97.50
+ 0
+ 0
+ EWX
+
+
+ TXZ243
+ 432430
+ Nueces
+ TX
+ US
+ 27.78
+ -97.50
+ 0
+ 0
+ CRP
+
+
+ NDZ016
+ 340160
+ Eastern_Walsh_County
+ ND
+ US
+ 48.37
+ -97.49
+ 0
+ 0
+ FGF
+
+
+ SDZ039
+ 410390
+ Kingsbury
+ SD
+ US
+ 44.37
+ -97.49
+ 0
+ 0
+ FSD
+
+
+ TXZ256
+ 432560
+ Coastal_Willacy
+ TX
+ US
+ 26.47
+ -97.49
+ 0
+ 0
+ BRO
+
+
+ KSZ083
+ 160830
+ Sedgwick
+ KS
+ US
+ 37.69
+ -97.47
+ 0
+ 0
+ ICT
+
+
+ KSZ092
+ 160920
+ Sumner
+ KS
+ US
+ 37.23
+ -97.47
+ 0
+ 0
+ ICT
+
+
+ TXZ233
+ 432330
+ Goliad
+ TX
+ US
+ 28.65
+ -97.47
+ 0
+ 0
+ CRP
+
+
+ KSZ068
+ 160680
+ Harvey
+ KS
+ US
+ 38.04
+ -97.42
+ 0
+ 0
+ ICT
+
+
+ OKZ019
+ 360190
+ Logan
+ OK
+ US
+ 35.95
+ -97.41
+ 0
+ 0
+ OUN
+
+
+ NDZ027
+ 340270
+ Grand_Forks
+ ND
+ US
+ 47.93
+ -97.40
+ 0
+ 0
+ FGF
+
+
+ OKZ025
+ 360250
+ Oklahoma
+ OK
+ US
+ 35.55
+ -97.40
+ 0
+ 0
+ OUN
+
+
+ OKZ029
+ 360290
+ Cleveland
+ OK
+ US
+ 35.16
+ -97.40
+ 0
+ 0
+ OUN
+
+
+ SDZ069
+ 410690
+ Yankton
+ SD
+ US
+ 42.99
+ -97.40
+ 0
+ 0
+ FSD
+
+
+ SDZ061
+ 410610
+ McCook
+ SD
+ US
+ 43.67
+ -97.37
+ 0
+ 0
+ FSD
+
+
+ TXZ224
+ 432240
+ DeWitt
+ TX
+ US
+ 29.10
+ -97.37
+ 0
+ 0
+ EWX
+
+
+ TXZ133
+ 431330
+ Johnson
+ TX
+ US
+ 32.35
+ -97.35
+ 0
+ 0
+ FWD
+
+
+ TXZ193
+ 431930
+ Bastrop
+ TX
+ US
+ 30.10
+ -97.35
+ 0
+ 0
+ EWX
+
+
+ TXZ257
+ 432570
+ Coastal_Cameron
+ TX
+ US
+ 26.20
+ -97.34
+ 0
+ 0
+ BRO
+
+
+ OKZ040
+ 360400
+ Garvin
+ OK
+ US
+ 34.69
+ -97.30
+ 0
+ 0
+ OUN
+
+
+ TXZ118
+ 431180
+ Tarrant
+ TX
+ US
+ 32.78
+ -97.29
+ 0
+ 0
+ FWD
+
+
+ NEZ012
+ 270120
+ Cedar
+ NE
+ US
+ 42.61
+ -97.25
+ 0
+ 0
+ OAX
+
+
+ OKZ046
+ 360460
+ Carter
+ OK
+ US
+ 34.29
+ -97.24
+ 0
+ 0
+ OUN
+
+
+ OKZ050
+ 360500
+ Love
+ OK
+ US
+ 33.90
+ -97.24
+ 0
+ 0
+ OUN
+
+
+ NDZ039
+ 340390
+ Cass
+ ND
+ US
+ 46.94
+ -97.23
+ 0
+ 0
+ FGF
+
+
+ TXZ092
+ 430920
+ Cooke
+ TX
+ US
+ 33.69
+ -97.21
+ 0
+ 0
+ FWD
+
+
+ TXZ159
+ 431590
+ McLennan
+ TX
+ US
+ 31.56
+ -97.20
+ 0
+ 0
+ FWD
+
+
+ NEZ032
+ 270320
+ Stanton
+ NE
+ US
+ 41.92
+ -97.19
+ 0
+ 0
+ OAX
+
+
+ SDZ020
+ 410200
+ Codington
+ SD
+ US
+ 44.98
+ -97.19
+ 0
+ 0
+ ABR
+
+
+ SDZ022
+ 410220
+ Hamlin
+ SD
+ US
+ 44.67
+ -97.19
+ 0
+ 0
+ ABR
+
+
+ OKZ013
+ 360130
+ Noble
+ OK
+ US
+ 36.39
+ -97.17
+ 0
+ 0
+ OUN
+
+
+ KSZ021
+ 160210
+ Clay
+ KS
+ US
+ 39.35
+ -97.16
+ 0
+ 0
+ TOP
+
+
+ NDZ030
+ 340300
+ Traill
+ ND
+ US
+ 47.46
+ -97.16
+ 0
+ 0
+ FGF
+
+
+ SDZ066
+ 410660
+ Turner
+ SD
+ US
+ 43.29
+ -97.16
+ 0
+ 0
+ FSD
+
+
+ TXZ246
+ 432460
+ Refugio
+ TX
+ US
+ 28.30
+ -97.15
+ 0
+ 0
+ CRP
+
+
+ KSZ035
+ 160350
+ Dickinson
+ KS
+ US
+ 38.86
+ -97.14
+ 0
+ 0
+ TOP
+
+
+ NEZ088
+ 270880
+ Jefferson
+ NE
+ US
+ 40.17
+ -97.14
+ 0
+ 0
+ OAX
+
+
+ NEZ050
+ 270500
+ Butler
+ NE
+ US
+ 41.25
+ -97.13
+ 0
+ 0
+ OAX
+
+
+ NEZ065
+ 270650
+ Seward
+ NE
+ US
+ 40.87
+ -97.13
+ 0
+ 0
+ OAX
+
+
+ NEZ078
+ 270780
+ Saline
+ NE
+ US
+ 40.52
+ -97.13
+ 0
+ 0
+ OAX
+
+
+ SDZ055
+ 410550
+ Lake
+ SD
+ US
+ 44.02
+ -97.13
+ 0
+ 0
+ FSD
+
+
+ OKZ008
+ 360080
+ Kay
+ OK
+ US
+ 36.79
+ -97.11
+ 0
+ 0
+ OUN
+
+
+ TXZ103
+ 431030
+ Denton
+ TX
+ US
+ 33.21
+ -97.11
+ 0
+ 0
+ FWD
+
+
+ TXZ145
+ 431450
+ Hill
+ TX
+ US
+ 32.00
+ -97.11
+ 0
+ 0
+ FWD
+
+
+ NEZ018
+ 270180
+ Wayne
+ NE
+ US
+ 42.22
+ -97.10
+ 0
+ 0
+ OAX
+
+
+ KSZ052
+ 160520
+ Marion
+ KS
+ US
+ 38.34
+ -97.09
+ 0
+ 0
+ ICT
+
+
+ OKZ041
+ 360410
+ Murray
+ OK
+ US
+ 34.49
+ -97.09
+ 0
+ 0
+ OUN
+
+
+ KSZ009
+ 160090
+ Washington
+ KS
+ US
+ 39.78
+ -97.08
+ 0
+ 0
+ TOP
+
+
+ NEZ043
+ 270430
+ Colfax
+ NE
+ US
+ 41.56
+ -97.08
+ 0
+ 0
+ OAX
+
+
+ OKZ020
+ 360200
+ Payne
+ OK
+ US
+ 36.10
+ -96.99
+ 0
+ 0
+ OUN
+
+
+ SDZ070
+ 410700
+ Clay
+ SD
+ US
+ 42.90
+ -96.99
+ 0
+ 0
+ FSD
+
+
+ TXZ194
+ 431940
+ Lee
+ TX
+ US
+ 30.30
+ -96.99
+ 0
+ 0
+ EWX
+
+
+ TXZ234
+ 432340
+ Victoria
+ TX
+ US
+ 28.80
+ -96.98
+ 0
+ 0
+ CRP
+
+
+ TXZ174
+ 431740
+ Milam
+ TX
+ US
+ 30.80
+ -96.97
+ 0
+ 0
+ FWD
+
+
+ TXZ209
+ 432090
+ Fayette
+ TX
+ US
+ 29.90
+ -96.95
+ 0
+ 0
+ EWX
+
+
+ TXZ160
+ 431600
+ Falls
+ TX
+ US
+ 31.26
+ -96.94
+ 0
+ 0
+ FWD
+
+
+ NDZ053
+ 340530
+ Richland
+ ND
+ US
+ 46.28
+ -96.92
+ 0
+ 0
+ FGF
+
+
+ TXZ225
+ 432250
+ Lavaca
+ TX
+ US
+ 29.35
+ -96.91
+ 0
+ 0
+ EWX
+
+
+ OKZ026
+ 360260
+ Lincoln
+ OK
+ US
+ 35.71
+ -96.88
+ 0
+ 0
+ OUN
+
+
+ OKZ030
+ 360300
+ Pottawatomie
+ OK
+ US
+ 35.19
+ -96.88
+ 0
+ 0
+ OUN
+
+
+ TXZ245
+ 432450
+ Aransas
+ TX
+ US
+ 28.21
+ -96.87
+ 0
+ 0
+ CRP
+
+
+ SDZ008
+ 410080
+ Roberts
+ SD
+ US
+ 45.62
+ -96.86
+ 0
+ 0
+ ABR
+
+
+ SDZ021
+ 410210
+ Grant
+ SD
+ US
+ 45.15
+ -96.84
+ 0
+ 0
+ ABR
+
+
+ KSZ069
+ 160690
+ Butler
+ KS
+ US
+ 37.78
+ -96.83
+ 0
+ 0
+ ICT
+
+
+ KSZ093
+ 160930
+ Cowley
+ KS
+ US
+ 37.23
+ -96.83
+ 0
+ 0
+ ICT
+
+
+ NEZ013
+ 270130
+ Dixon
+ NE
+ US
+ 42.51
+ -96.82
+ 0
+ 0
+ FSD
+
+
+ MNZ004
+ 230040
+ Kittson
+ MN
+ US
+ 48.77
+ -96.81
+ 0
+ 0
+ FGF
+
+
+ NEZ033
+ 270330
+ Cuming
+ NE
+ US
+ 41.92
+ -96.79
+ 0
+ 0
+ OAX
+
+
+ SDZ040
+ 410400
+ Brookings
+ SD
+ US
+ 44.37
+ -96.79
+ 0
+ 0
+ FSD
+
+
+ SDZ062
+ 410620
+ Minnehaha
+ SD
+ US
+ 43.67
+ -96.79
+ 0
+ 0
+ FSD
+
+
+ MNZ007
+ 230070
+ West_Marshall
+ MN
+ US
+ 48.36
+ -96.78
+ 0
+ 0
+ FGF
+
+
+ TXZ119
+ 431190
+ Dallas
+ TX
+ US
+ 32.77
+ -96.77
+ 0
+ 0
+ FWD
+
+
+ OKZ051
+ 360510
+ Marshall
+ OK
+ US
+ 34.01
+ -96.76
+ 0
+ 0
+ OUN
+
+
+ MNZ001
+ 230010
+ West_Polk
+ MN
+ US
+ 47.84
+ -96.75
+ 0
+ 0
+ FGF
+
+
+ TXZ134
+ 431340
+ Ellis
+ TX
+ US
+ 32.31
+ -96.74
+ 0
+ 0
+ FWD
+
+
+ KSZ036
+ 160360
+ Geary
+ KS
+ US
+ 39.04
+ -96.72
+ 0
+ 0
+ TOP
+
+
+ SDZ067
+ 410670
+ Lincoln
+ SD
+ US
+ 43.29
+ -96.69
+ 0
+ 0
+ FSD
+
+
+ NEZ066
+ 270660
+ Lancaster
+ NE
+ US
+ 40.78
+ -96.68
+ 0
+ 0
+ OAX
+
+
+ NEZ089
+ 270890
+ Gage
+ NE
+ US
+ 40.26
+ -96.68
+ 0
+ 0
+ OAX
+
+
+ KSZ022
+ 160220
+ Riley
+ KS
+ US
+ 39.30
+ -96.67
+ 0
+ 0
+ TOP
+
+
+ OKZ047
+ 360470
+ Johnston
+ OK
+ US
+ 34.32
+ -96.67
+ 0
+ 0
+ OUN
+
+
+ SDZ023
+ 410230
+ Deuel
+ SD
+ US
+ 44.76
+ -96.67
+ 0
+ 0
+ ABR
+
+
+ SDZ056
+ 410560
+ Moody
+ SD
+ US
+ 44.02
+ -96.67
+ 0
+ 0
+ FSD
+
+
+ OKZ042
+ 360420
+ Pontotoc
+ OK
+ US
+ 34.74
+ -96.66
+ 0
+ 0
+ OUN
+
+
+ TXZ093
+ 430930
+ Grayson
+ TX
+ US
+ 33.68
+ -96.65
+ 0
+ 0
+ FWD
+
+
+ KSZ037
+ 160370
+ Morris
+ KS
+ US
+ 38.69
+ -96.64
+ 0
+ 0
+ TOP
+
+
+ OKZ059
+ 360590
+ Pawnee
+ OK
+ US
+ 36.37
+ -96.64
+ 0
+ 0
+ TSA
+
+
+ SDZ071
+ 410710
+ Union
+ SD
+ US
+ 42.79
+ -96.64
+ 0
+ 0
+ FSD
+
+
+ TXZ247
+ 432470
+ Calhoun
+ TX
+ US
+ 28.39
+ -96.63
+ 0
+ 0
+ CRP
+
+
+ NEZ044
+ 270440
+ Dodge
+ NE
+ US
+ 41.57
+ -96.62
+ 0
+ 0
+ OAX
+
+
+ TXZ195
+ 431950
+ Burleson
+ TX
+ US
+ 30.52
+ -96.62
+ 0
+ 0
+ HGX
+
+
+ TXZ235
+ 432350
+ Jackson
+ TX
+ US
+ 28.96
+ -96.62
+ 0
+ 0
+ HGX
+
+
+ NEZ051
+ 270510
+ Saunders
+ NE
+ US
+ 41.24
+ -96.61
+ 0
+ 0
+ OAX
+
+
+ OKZ031
+ 360310
+ Seminole
+ OK
+ US
+ 35.16
+ -96.61
+ 0
+ 0
+ OUN
+
+
+ KSZ053
+ 160530
+ Chase
+ KS
+ US
+ 38.30
+ -96.59
+ 0
+ 0
+ ICT
+
+
+ TXZ161
+ 431610
+ Limestone
+ TX
+ US
+ 31.53
+ -96.58
+ 0
+ 0
+ FWD
+
+
+ MNZ039
+ 230390
+ Traverse
+ MN
+ US
+ 45.80
+ -96.56
+ 0
+ 0
+ ABR
+
+
+ TXZ104
+ 431040
+ Collin
+ TX
+ US
+ 33.20
+ -96.56
+ 0
+ 0
+ FWD
+
+
+ NEZ015
+ 270150
+ Thurston
+ NE
+ US
+ 42.15
+ -96.55
+ 0
+ 0
+ OAX
+
+
+ OKZ054
+ 360540
+ Osage
+ OK
+ US
+ 36.58
+ -96.54
+ 0
+ 0
+ TSA
+
+
+ TXZ175
+ 431750
+ Robertson
+ TX
+ US
+ 31.04
+ -96.54
+ 0
+ 0
+ FWD
+
+
+ NEZ014
+ 270140
+ Dakota
+ NE
+ US
+ 42.40
+ -96.53
+ 0
+ 0
+ FSD
+
+
+ TXZ210
+ 432100
+ Colorado
+ TX
+ US
+ 29.60
+ -96.53
+ 0
+ 0
+ HGX
+
+
+ KSZ010
+ 160100
+ Marshall
+ KS
+ US
+ 39.78
+ -96.52
+ 0
+ 0
+ TOP
+
+
+ MNZ029
+ 230290
+ Wilkin
+ MN
+ US
+ 46.33
+ -96.52
+ 0
+ 0
+ FGF
+
+
+ MNZ003
+ 230030
+ Clay
+ MN
+ US
+ 46.89
+ -96.51
+ 0
+ 0
+ FGF
+
+
+ MNZ046
+ 230460
+ Big_Stone
+ MN
+ US
+ 45.38
+ -96.48
+ 0
+ 0
+ ABR
+
+
+ MNZ002
+ 230020
+ Norman
+ MN
+ US
+ 47.33
+ -96.47
+ 0
+ 0
+ FGF
+
+
+ TXZ146
+ 431460
+ Navarro
+ TX
+ US
+ 32.07
+ -96.47
+ 0
+ 0
+ FWD
+
+
+ TXZ197
+ 431970
+ Washington
+ TX
+ US
+ 30.23
+ -96.44
+ 0
+ 0
+ HGX
+
+
+ TXZ120
+ 431200
+ Rockwall
+ TX
+ US
+ 32.91
+ -96.40
+ 0
+ 0
+ FWD
+
+
+ KSZ023
+ 160230
+ Pottawatomie
+ KS
+ US
+ 39.34
+ -96.37
+ 0
+ 0
+ TOP
+
+
+ TXZ196
+ 431960
+ Brazos
+ TX
+ US
+ 30.66
+ -96.34
+ 0
+ 0
+ HGX
+
+
+ OKZ064
+ 360640
+ Creek
+ OK
+ US
+ 35.91
+ -96.33
+ 0
+ 0
+ TSA
+
+
+ TXZ211
+ 432110
+ Austin
+ TX
+ US
+ 29.85
+ -96.32
+ 0
+ 0
+ HGX
+
+
+ NEZ034
+ 270340
+ Burt
+ NE
+ US
+ 41.87
+ -96.31
+ 0
+ 0
+ OAX
+
+
+ OKZ043
+ 360430
+ Coal
+ OK
+ US
+ 34.60
+ -96.30
+ 0
+ 0
+ OUN
+
+
+ OKZ065
+ 360650
+ Okfuskee
+ OK
+ US
+ 35.47
+ -96.30
+ 0
+ 0
+ TSA
+
+
+ TXZ121
+ 431210
+ Kaufman
+ TX
+ US
+ 32.61
+ -96.30
+ 0
+ 0
+ FWD
+
+
+ MNZ071
+ 230710
+ Lincoln
+ MN
+ US
+ 44.41
+ -96.27
+ 0
+ 0
+ FSD
+
+
+ MNZ097
+ 230970
+ Pipestone
+ MN
+ US
+ 44.02
+ -96.26
+ 0
+ 0
+ FSD
+
+
+ MNZ098
+ 230980
+ Rock
+ MN
+ US
+ 43.67
+ -96.26
+ 0
+ 0
+ FSD
+
+
+ NEZ090
+ 270900
+ Johnson
+ NE
+ US
+ 40.39
+ -96.26
+ 0
+ 0
+ OAX
+
+
+ IAZ020
+ 150200
+ Plymouth
+ IA
+ US
+ 42.74
+ -96.25
+ 0
+ 0
+ FSD
+
+
+ TXZ226
+ 432260
+ Wharton
+ TX
+ US
+ 29.30
+ -96.25
+ 0
+ 0
+ HGX
+
+
+ KSZ070
+ 160700
+ Greenwood
+ KS
+ US
+ 37.88
+ -96.24
+ 0
+ 0
+ ICT
+
+
+ KSZ094
+ 160940
+ Elk
+ KS
+ US
+ 37.45
+ -96.24
+ 0
+ 0
+ ICT
+
+
+ KSZ098
+ 160980
+ Chautauqua
+ KS
+ US
+ 37.15
+ -96.24
+ 0
+ 0
+ ICT
+
+
+ IAZ001
+ 150010
+ Lyon
+ IA
+ US
+ 43.38
+ -96.23
+ 0
+ 0
+ FSD
+
+
+ NEZ092
+ 270920
+ Pawnee
+ NE
+ US
+ 40.13
+ -96.23
+ 0
+ 0
+ OAX
+
+
+ OKZ032
+ 360320
+ Hughes
+ OK
+ US
+ 35.03
+ -96.23
+ 0
+ 0
+ OUN
+
+
+ IAZ012
+ 150120
+ Sioux
+ IA
+ US
+ 43.09
+ -96.22
+ 0
+ 0
+ FSD
+
+
+ KSZ038
+ 160380
+ Wabaunsee
+ KS
+ US
+ 38.97
+ -96.22
+ 0
+ 0
+ TOP
+
+
+ OKZ052
+ 360520
+ Bryan
+ OK
+ US
+ 33.93
+ -96.19
+ 0
+ 0
+ OUN
+
+
+ NEZ045
+ 270450
+ Washington
+ NE
+ US
+ 41.54
+ -96.18
+ 0
+ 0
+ OAX
+
+
+ NEZ052
+ 270520
+ Douglas
+ NE
+ US
+ 41.29
+ -96.18
+ 0
+ 0
+ OAX
+
+
+ KSZ054
+ 160540
+ Lyon
+ KS
+ US
+ 38.45
+ -96.15
+ 0
+ 0
+ TOP
+
+
+ NEZ067
+ 270670
+ Cass
+ NE
+ US
+ 40.93
+ -96.15
+ 0
+ 0
+ OAX
+
+
+ TXZ147
+ 431470
+ Freestone
+ TX
+ US
+ 31.72
+ -96.14
+ 0
+ 0
+ FWD
+
+
+ TXZ094
+ 430940
+ Fannin
+ TX
+ US
+ 33.62
+ -96.11
+ 0
+ 0
+ FWD
+
+
+ MNZ014
+ 230140
+ Red_Lake
+ MN
+ US
+ 47.86
+ -96.10
+ 0
+ 0
+ FGF
+
+
+ MNZ054
+ 230540
+ Lac_qui_Parle
+ MN
+ US
+ 45.04
+ -96.09
+ 0
+ 0
+ MPX
+
+
+ NEZ053
+ 270530
+ Sarpy
+ NE
+ US
+ 41.09
+ -96.09
+ 0
+ 0
+ OAX
+
+
+ NEZ068
+ 270680
+ Otoe
+ NE
+ US
+ 40.66
+ -96.09
+ 0
+ 0
+ OAX
+
+
+ IAZ031
+ 150310
+ Woodbury
+ IA
+ US
+ 42.39
+ -96.08
+ 0
+ 0
+ FSD
+
+
+ TXZ105
+ 431050
+ Hunt
+ TX
+ US
+ 33.13
+ -96.07
+ 0
+ 0
+ FWD
+
+
+ MNZ013
+ 230130
+ Pennington
+ MN
+ US
+ 48.05
+ -96.04
+ 0
+ 0
+ FGF
+
+
+ OKZ048
+ 360480
+ Atoka
+ OK
+ US
+ 34.43
+ -96.04
+ 0
+ 0
+ OUN
+
+
+ OKZ060
+ 360600
+ Tulsa
+ OK
+ US
+ 36.15
+ -96.03
+ 0
+ 0
+ TSA
+
+
+ IAZ043
+ 150430
+ Monona
+ IA
+ US
+ 42.04
+ -96.02
+ 0
+ 0
+ OAX
+
+
+ MNZ030
+ 230300
+ West_Otter_Tail
+ MN
+ US
+ 46.41
+ -96.02
+ 0
+ 0
+ FGF
+
+
+ KSZ011
+ 160110
+ Nemaha
+ KS
+ US
+ 39.78
+ -96.01
+ 0
+ 0
+ TOP
+
+
+ MNZ040
+ 230400
+ Grant
+ MN
+ US
+ 45.93
+ -96.01
+ 0
+ 0
+ FGF
+
+
+ MNZ047
+ 230470
+ Stevens
+ MN
+ US
+ 45.59
+ -96.00
+ 0
+ 0
+ MPX
+
+
+ TXZ212
+ 432120
+ Waller
+ TX
+ US
+ 29.99
+ -96.00
+ 0
+ 0
+ HGX
+
+
+ MNZ008
+ 230080
+ East_Marshall
+ MN
+ US
+ 48.36
+ -95.99
+ 0
+ 0
+ FGF
+
+
+ TXZ162
+ 431620
+ Leon
+ TX
+ US
+ 31.32
+ -95.99
+ 0
+ 0
+ FWD
+
+
+ TXZ198
+ 431980
+ Grimes
+ TX
+ US
+ 30.55
+ -95.99
+ 0
+ 0
+ HGX
+
+
+ MNZ015
+ 230150
+ East_Polk
+ MN
+ US
+ 47.72
+ -95.95
+ 0
+ 0
+ FGF
+
+
+ OKZ066
+ 360660
+ Okmulgee
+ OK
+ US
+ 35.62
+ -95.95
+ 0
+ 0
+ TSA
+
+
+ TXZ135
+ 431350
+ Henderson
+ TX
+ US
+ 32.19
+ -95.94
+ 0
+ 0
+ FWD
+
+
+ TXZ236
+ 432360
+ Matagorda
+ TX
+ US
+ 28.81
+ -95.94
+ 0
+ 0
+ HGX
+
+
+ MNZ027
+ 230270
+ West_Becker
+ MN
+ US
+ 46.94
+ -95.93
+ 0
+ 0
+ FGF
+
+
+ TXZ176
+ 431760
+ Madison
+ TX
+ US
+ 30.97
+ -95.93
+ 0
+ 0
+ HGX
+
+
+ MNZ064
+ 230640
+ Yellow_Medicine
+ MN
+ US
+ 44.74
+ -95.91
+ 0
+ 0
+ MPX
+
+
+ OKZ055
+ 360550
+ Washington
+ OK
+ US
+ 36.71
+ -95.90
+ 0
+ 0
+ TSA
+
+
+ MNZ072
+ 230720
+ Lyon
+ MN
+ US
+ 44.41
+ -95.84
+ 0
+ 0
+ FSD
+
+
+ IAZ055
+ 150550
+ Harrison
+ IA
+ US
+ 41.69
+ -95.82
+ 0
+ 0
+ OAX
+
+
+ MNZ022
+ 230220
+ Mahnomen
+ MN
+ US
+ 47.33
+ -95.81
+ 0
+ 0
+ FGF
+
+
+ NEZ091
+ 270910
+ Nemaha
+ NE
+ US
+ 40.41
+ -95.80
+ 0
+ 0
+ OAX
+
+
+ TXZ123
+ 431230
+ Rains
+ TX
+ US
+ 32.85
+ -95.80
+ 0
+ 0
+ FWD
+
+
+ KSZ024
+ 160240
+ Jackson
+ KS
+ US
+ 39.43
+ -95.79
+ 0
+ 0
+ TOP
+
+
+ MNZ080
+ 230800
+ Murray
+ MN
+ US
+ 44.02
+ -95.77
+ 0
+ 0
+ FSD
+
+
+ KSZ039
+ 160390
+ Shawnee
+ KS
+ US
+ 39.04
+ -95.76
+ 0
+ 0
+ TOP
+
+
+ MNZ089
+ 230890
+ Nobles
+ MN
+ US
+ 43.67
+ -95.76
+ 0
+ 0
+ FSD
+
+
+ TXZ122
+ 431220
+ Van_Zandt
+ TX
+ US
+ 32.61
+ -95.76
+ 0
+ 0
+ FWD
+
+
+ MNZ005
+ 230050
+ Roseau
+ MN
+ US
+ 48.77
+ -95.75
+ 0
+ 0
+ FGF
+
+
+ TXZ227
+ 432270
+ Fort_Bend
+ TX
+ US
+ 29.53
+ -95.75
+ 0
+ 0
+ HGX
+
+
+ KSZ095
+ 160950
+ Wilson
+ KS
+ US
+ 37.56
+ -95.74
+ 0
+ 0
+ ICT
+
+
+ KSZ099
+ 160990
+ Montgomery
+ KS
+ US
+ 37.19
+ -95.74
+ 0
+ 0
+ ICT
+
+
+ KSZ058
+ 160580
+ Coffey
+ KS
+ US
+ 38.23
+ -95.73
+ 0
+ 0
+ TOP
+
+
+ KSZ071
+ 160710
+ Woodson
+ KS
+ US
+ 37.88
+ -95.73
+ 0
+ 0
+ ICT
+
+
+ KSZ055
+ 160550
+ Osage
+ KS
+ US
+ 38.65
+ -95.72
+ 0
+ 0
+ TOP
+
+
+ OKZ073
+ 360730
+ Pittsburg
+ OK
+ US
+ 34.95
+ -95.72
+ 0
+ 0
+ TSA
+
+
+ MNZ055
+ 230550
+ Swift
+ MN
+ US
+ 45.28
+ -95.69
+ 0
+ 0
+ MPX
+
+
+ OKZ071
+ 360710
+ McIntosh
+ OK
+ US
+ 35.35
+ -95.66
+ 0
+ 0
+ TSA
+
+
+ TXZ148
+ 431480
+ Anderson
+ TX
+ US
+ 31.80
+ -95.66
+ 0
+ 0
+ FWD
+
+
+ MNZ056
+ 230560
+ Chippewa
+ MN
+ US
+ 44.96
+ -95.65
+ 0
+ 0
+ MPX
+
+
+ NEZ093
+ 270930
+ Richardson
+ NE
+ US
+ 40.13
+ -95.65
+ 0
+ 0
+ OAX
+
+
+ IAZ079
+ 150790
+ Mills
+ IA
+ US
+ 41.03
+ -95.64
+ 0
+ 0
+ OAX
+
+
+ IAZ002
+ 150020
+ Osceola
+ IA
+ US
+ 43.38
+ -95.63
+ 0
+ 0
+ FSD
+
+
+ IAZ013
+ 150130
+ O'Brien
+ IA
+ US
+ 43.09
+ -95.63
+ 0
+ 0
+ FSD
+
+
+ IAZ021
+ 150210
+ Cherokee
+ IA
+ US
+ 42.74
+ -95.63
+ 0
+ 0
+ FSD
+
+
+ IAZ090
+ 150900
+ Fremont
+ IA
+ US
+ 40.75
+ -95.63
+ 0
+ 0
+ OAX
+
+
+ OKZ056
+ 360560
+ Nowata
+ OK
+ US
+ 36.80
+ -95.61
+ 0
+ 0
+ TSA
+
+
+ TXZ177
+ 431770
+ Walker
+ TX
+ US
+ 30.79
+ -95.60
+ 0
+ 0
+ HGX
+
+
+ IAZ069
+ 150690
+ Pottawattamie
+ IA
+ US
+ 41.34
+ -95.59
+ 0
+ 0
+ OAX
+
+
+ TXZ095
+ 430950
+ Lamar
+ TX
+ US
+ 33.66
+ -95.58
+ 0
+ 0
+ FWD
+
+
+ TXZ106
+ 431060
+ Delta
+ TX
+ US
+ 33.36
+ -95.58
+ 0
+ 0
+ FWD
+
+
+ TXZ107
+ 431070
+ Hopkins
+ TX
+ US
+ 33.18
+ -95.58
+ 0
+ 0
+ FWD
+
+
+ OKZ053
+ 360530
+ Choctaw
+ OK
+ US
+ 34.02
+ -95.57
+ 0
+ 0
+ TSA
+
+
+ OKZ061
+ 360610
+ Rogers
+ OK
+ US
+ 36.34
+ -95.57
+ 0
+ 0
+ TSA
+
+
+ KSZ012
+ 160120
+ Brown
+ KS
+ US
+ 39.82
+ -95.56
+ 0
+ 0
+ TOP
+
+
+ IAZ032
+ 150320
+ Ida
+ IA
+ US
+ 42.39
+ -95.54
+ 0
+ 0
+ FSD
+
+
+ OKZ067
+ 360670
+ Wagoner
+ OK
+ US
+ 35.97
+ -95.51
+ 0
+ 0
+ TSA
+
+
+ MOZ001
+ 250010
+ Atchison
+ MO
+ US
+ 40.43
+ -95.48
+ 0
+ 0
+ EAX
+
+
+ TXZ237
+ 432370
+ Brazoria
+ TX
+ US
+ 29.21
+ -95.47
+ 0
+ 0
+ HGX
+
+
+ MNZ031
+ 230310
+ East_Otter_Tail
+ MN
+ US
+ 46.41
+ -95.46
+ 0
+ 0
+ FGF
+
+
+ TXZ199
+ 431990
+ Montgomery
+ TX
+ US
+ 30.33
+ -95.46
+ 0
+ 0
+ HGX
+
+
+ MNZ041
+ 230410
+ Douglas
+ MN
+ US
+ 45.93
+ -95.45
+ 0
+ 0
+ MPX
+
+
+ MNZ048
+ 230480
+ Pope
+ MN
+ US
+ 45.58
+ -95.44
+ 0
+ 0
+ MPX
+
+
+ TXZ213
+ 432130
+ Harris
+ TX
+ US
+ 29.84
+ -95.44
+ 0
+ 0
+ HGX
+
+
+ OKZ070
+ 360700
+ Muskogee
+ OK
+ US
+ 35.57
+ -95.42
+ 0
+ 0
+ TSA
+
+
+ MNZ028
+ 230280
+ East_Becker
+ MN
+ US
+ 46.93
+ -95.41
+ 0
+ 0
+ FGF
+
+
+ TXZ124
+ 431240
+ Wood
+ TX
+ US
+ 32.78
+ -95.40
+ 0
+ 0
+ SHV
+
+
+ IAZ044
+ 150440
+ Crawford
+ IA
+ US
+ 42.04
+ -95.39
+ 0
+ 0
+ DMX
+
+
+ MNZ016
+ 230160
+ North_Clearwater
+ MN
+ US
+ 47.76
+ -95.39
+ 0
+ 0
+ FGF
+
+
+ KSZ026
+ 160260
+ Jefferson
+ KS
+ US
+ 39.22
+ -95.38
+ 0
+ 0
+ TOP
+
+
+ TXZ163
+ 431630
+ Houston
+ TX
+ US
+ 31.27
+ -95.37
+ 0
+ 0
+ HGX
+
+
+ MNZ023
+ 230230
+ South_Clearwater
+ MN
+ US
+ 47.32
+ -95.36
+ 0
+ 0
+ FGF
+
+
+ OKZ049
+ 360490
+ Pushmataha
+ OK
+ US
+ 34.42
+ -95.36
+ 0
+ 0
+ TSA
+
+
+ IAZ056
+ 150560
+ Shelby
+ IA
+ US
+ 41.68
+ -95.31
+ 0
+ 0
+ OAX
+
+
+ KSZ072
+ 160720
+ Allen
+ KS
+ US
+ 37.88
+ -95.30
+ 0
+ 0
+ ICT
+
+
+ KSZ096
+ 160960
+ Neosho
+ KS
+ US
+ 37.56
+ -95.30
+ 0
+ 0
+ ICT
+
+
+ KSZ059
+ 160590
+ Anderson
+ KS
+ US
+ 38.21
+ -95.29
+ 0
+ 0
+ TOP
+
+
+ KSZ100
+ 161000
+ Labette
+ KS
+ US
+ 37.19
+ -95.29
+ 0
+ 0
+ ICT
+
+
+ TXZ136
+ 431360
+ Smith
+ TX
+ US
+ 32.42
+ -95.29
+ 0
+ 0
+ SHV
+
+
+ KSZ056
+ 160560
+ Franklin
+ KS
+ US
+ 38.56
+ -95.28
+ 0
+ 0
+ TOP
+
+
+ KSZ040
+ 160400
+ Douglas
+ KS
+ US
+ 38.90
+ -95.27
+ 0
+ 0
+ TOP
+
+
+ KSZ025
+ 160250
+ Atchison
+ KS
+ US
+ 39.53
+ -95.26
+ 0
+ 0
+ EAX
+
+
+ MOZ011
+ 250110
+ Holt
+ MO
+ US
+ 40.07
+ -95.26
+ 0
+ 0
+ EAX
+
+
+ MNZ073
+ 230730
+ Redwood
+ MN
+ US
+ 44.45
+ -95.23
+ 0
+ 0
+ MPX
+
+
+ OKZ062
+ 360620
+ Mayes
+ OK
+ US
+ 36.30
+ -95.23
+ 0
+ 0
+ TSA
+
+
+ OKZ057
+ 360570
+ Craig
+ OK
+ US
+ 36.76
+ -95.22
+ 0
+ 0
+ TSA
+
+
+ OKZ075
+ 360750
+ Latimer
+ OK
+ US
+ 34.88
+ -95.22
+ 0
+ 0
+ TSA
+
+
+ TXZ108
+ 431080
+ Franklin
+ TX
+ US
+ 33.18
+ -95.21
+ 0
+ 0
+ SHV
+
+
+ MNZ081
+ 230810
+ Cottonwood
+ MN
+ US
+ 44.02
+ -95.17
+ 0
+ 0
+ FSD
+
+
+ TXZ149
+ 431490
+ Cherokee
+ TX
+ US
+ 31.79
+ -95.17
+ 0
+ 0
+ SHV
+
+
+ IAZ003
+ 150030
+ Dickinson
+ IA
+ US
+ 43.38
+ -95.16
+ 0
+ 0
+ FSD
+
+
+ IAZ014
+ 150140
+ Clay
+ IA
+ US
+ 43.08
+ -95.16
+ 0
+ 0
+ FSD
+
+
+ IAZ022
+ 150220
+ Buena_Vista
+ IA
+ US
+ 42.74
+ -95.16
+ 0
+ 0
+ FSD
+
+
+ IAZ080
+ 150800
+ Montgomery
+ IA
+ US
+ 41.04
+ -95.16
+ 0
+ 0
+ OAX
+
+
+ IAZ091
+ 150910
+ Page
+ IA
+ US
+ 40.74
+ -95.16
+ 0
+ 0
+ OAX
+
+
+ MNZ090
+ 230900
+ Jackson
+ MN
+ US
+ 43.67
+ -95.16
+ 0
+ 0
+ FSD
+
+
+ IAZ033
+ 150330
+ Sac
+ IA
+ US
+ 42.39
+ -95.13
+ 0
+ 0
+ DMX
+
+
+ OKZ074
+ 360740
+ Haskell
+ OK
+ US
+ 35.27
+ -95.13
+ 0
+ 0
+ TSA
+
+
+ TXZ164
+ 431640
+ Trinity
+ TX
+ US
+ 31.11
+ -95.13
+ 0
+ 0
+ HGX
+
+
+ KSZ102
+ 161020
+ Doniphan
+ KS
+ US
+ 39.81
+ -95.10
+ 0
+ 0
+ EAX
+
+
+ TXZ178
+ 431780
+ San_Jacinto
+ TX
+ US
+ 30.62
+ -95.10
+ 0
+ 0
+ HGX
+
+
+ OKZ068
+ 360680
+ Cherokee
+ OK
+ US
+ 35.91
+ -95.04
+ 0
+ 0
+ TSA
+
+
+ TXZ096
+ 430960
+ Red_River
+ TX
+ US
+ 33.65
+ -95.02
+ 0
+ 0
+ SHV
+
+
+ MNZ009
+ 230090
+ North_Beltrami
+ MN
+ US
+ 48.20
+ -95.01
+ 0
+ 0
+ FGF
+
+
+ MNZ057
+ 230570
+ Kandiyohi
+ MN
+ US
+ 45.15
+ -95.01
+ 0
+ 0
+ MPX
+
+
+ KSZ103
+ 161030
+ Leavenworth
+ KS
+ US
+ 39.19
+ -94.99
+ 0
+ 0
+ EAX
+
+
+ MNZ065
+ 230650
+ Renville
+ MN
+ US
+ 44.67
+ -94.99
+ 0
+ 0
+ MPX
+
+
+ TXZ109
+ 431090
+ Titus
+ TX
+ US
+ 33.19
+ -94.97
+ 0
+ 0
+ SHV
+
+
+ MNZ032
+ 230320
+ Wadena
+ MN
+ US
+ 46.59
+ -94.95
+ 0
+ 0
+ FGF
+
+
+ IAZ070
+ 150700
+ Cass
+ IA
+ US
+ 41.33
+ -94.94
+ 0
+ 0
+ DMX
+
+
+ TXZ110
+ 431100
+ Camp
+ TX
+ US
+ 33.00
+ -94.94
+ 0
+ 0
+ SHV
+
+
+ MNZ024
+ 230240
+ Hubbard
+ MN
+ US
+ 47.11
+ -94.92
+ 0
+ 0
+ FGF
+
+
+ TXZ125
+ 431250
+ Upshur
+ TX
+ US
+ 32.72
+ -94.92
+ 0
+ 0
+ SHV
+
+
+ IAZ057
+ 150570
+ Audubon
+ IA
+ US
+ 41.68
+ -94.91
+ 0
+ 0
+ DMX
+
+
+ MOZ002
+ 250020
+ Nodaway
+ MO
+ US
+ 40.36
+ -94.91
+ 0
+ 0
+ EAX
+
+
+ MNZ042
+ 230420
+ Todd
+ MN
+ US
+ 46.07
+ -94.90
+ 0
+ 0
+ MPX
+
+
+ MNZ006
+ 230060
+ Lake_of_The_Woods
+ MN
+ US
+ 48.87
+ -94.89
+ 0
+ 0
+ FGF
+
+
+ IAZ045
+ 150450
+ Carroll
+ IA
+ US
+ 42.03
+ -94.87
+ 0
+ 0
+ DMX
+
+
+ TXZ179
+ 431790
+ Polk
+ TX
+ US
+ 30.82
+ -94.87
+ 0
+ 0
+ HGX
+
+
+ MOZ020
+ 250200
+ Buchanan
+ MO
+ US
+ 39.68
+ -94.86
+ 0
+ 0
+ EAX
+
+
+ KSZ073
+ 160730
+ Bourbon
+ KS
+ US
+ 37.85
+ -94.85
+ 0
+ 0
+ SGF
+
+
+ KSZ097
+ 160970
+ Crawford
+ KS
+ US
+ 37.50
+ -94.85
+ 0
+ 0
+ SGF
+
+
+ KSZ101
+ 161010
+ Cherokee
+ KS
+ US
+ 37.16
+ -94.85
+ 0
+ 0
+ SGF
+
+
+ MOZ028
+ 250280
+ Platte
+ MO
+ US
+ 39.34
+ -94.85
+ 0
+ 0
+ EAX
+
+
+ KSZ057
+ 160570
+ Miami
+ KS
+ US
+ 38.56
+ -94.84
+ 0
+ 0
+ EAX
+
+
+ KSZ060
+ 160600
+ Linn
+ KS
+ US
+ 38.21
+ -94.84
+ 0
+ 0
+ EAX
+
+
+ MOZ012
+ 250120
+ Andrew
+ MO
+ US
+ 39.97
+ -94.84
+ 0
+ 0
+ EAX
+
+
+ KSZ105
+ 161050
+ Johnson
+ KS
+ US
+ 38.89
+ -94.83
+ 0
+ 0
+ EAX
+
+
+ OKZ058
+ 360580
+ Ottawa
+ OK
+ US
+ 36.83
+ -94.83
+ 0
+ 0
+ TSA
+
+
+ MNZ017
+ 230170
+ South_Beltrami
+ MN
+ US
+ 47.63
+ -94.81
+ 0
+ 0
+ FGF
+
+
+ OKZ077
+ 360770
+ McCurtain
+ OK
+ US
+ 34.07
+ -94.81
+ 0
+ 0
+ SHV
+
+
+ TXZ200
+ 432000
+ Liberty
+ TX
+ US
+ 30.19
+ -94.81
+ 0
+ 0
+ HGX
+
+
+ TXZ238
+ 432380
+ Galveston
+ TX
+ US
+ 29.34
+ -94.81
+ 0
+ 0
+ HGX
+
+
+ OKZ063
+ 360630
+ Delaware
+ OK
+ US
+ 36.42
+ -94.79
+ 0
+ 0
+ TSA
+
+
+ OKZ072
+ 360720
+ Sequoyah
+ OK
+ US
+ 35.46
+ -94.78
+ 0
+ 0
+ TSA
+
+
+ TXZ137
+ 431370
+ Gregg
+ TX
+ US
+ 32.51
+ -94.78
+ 0
+ 0
+ SHV
+
+
+ KSZ104
+ 161040
+ Wyandotte
+ KS
+ US
+ 39.09
+ -94.75
+ 0
+ 0
+ EAX
+
+
+ MNZ074
+ 230740
+ Brown
+ MN
+ US
+ 44.30
+ -94.74
+ 0
+ 0
+ MPX
+
+
+ OKZ076
+ 360760
+ Le_Flore
+ OK
+ US
+ 34.95
+ -94.74
+ 0
+ 0
+ TSA
+
+
+ TXZ111
+ 431110
+ Morris
+ TX
+ US
+ 33.13
+ -94.74
+ 0
+ 0
+ SHV
+
+
+ TXZ150
+ 431500
+ Rusk
+ TX
+ US
+ 32.13
+ -94.72
+ 0
+ 0
+ SHV
+
+
+ IAZ081
+ 150810
+ Adams
+ IA
+ US
+ 41.03
+ -94.71
+ 0
+ 0
+ DMX
+
+
+ IAZ092
+ 150920
+ Taylor
+ IA
+ US
+ 40.74
+ -94.71
+ 0
+ 0
+ DMX
+
+
+ IAZ004
+ 150040
+ Emmet
+ IA
+ US
+ 43.38
+ -94.69
+ 0
+ 0
+ DMX
+
+
+ IAZ015
+ 150150
+ Palo_Alto
+ IA
+ US
+ 43.08
+ -94.69
+ 0
+ 0
+ DMX
+
+
+ IAZ023
+ 150230
+ Pocahontas
+ IA
+ US
+ 42.74
+ -94.69
+ 0
+ 0
+ DMX
+
+
+ TXZ214
+ 432140
+ Chambers
+ TX
+ US
+ 29.71
+ -94.67
+ 0
+ 0
+ HGX
+
+
+ IAZ034
+ 150340
+ Calhoun
+ IA
+ US
+ 42.38
+ -94.66
+ 0
+ 0
+ DMX
+
+
+ OKZ069
+ 360690
+ Adair
+ OK
+ US
+ 35.91
+ -94.64
+ 0
+ 0
+ TSA
+
+
+ TXZ152
+ 431520
+ Nacogdoches
+ TX
+ US
+ 31.54
+ -94.64
+ 0
+ 0
+ SHV
+
+
+ MNZ082
+ 230820
+ Watonwan
+ MN
+ US
+ 43.98
+ -94.62
+ 0
+ 0
+ MPX
+
+
+ MNZ049
+ 230490
+ Stearns
+ MN
+ US
+ 45.53
+ -94.59
+ 0
+ 0
+ MPX
+
+
+ TXZ165
+ 431650
+ Angelina
+ TX
+ US
+ 31.28
+ -94.57
+ 0
+ 0
+ SHV
+
+
+ MNZ033
+ 230330
+ South_Cass
+ MN
+ US
+ 46.54
+ -94.56
+ 0
+ 0
+ DLH
+
+
+ MNZ091
+ 230910
+ Martin
+ MN
+ US
+ 43.67
+ -94.55
+ 0
+ 0
+ MPX
+
+
+ MNZ058
+ 230580
+ Meeker
+ MN
+ US
+ 45.11
+ -94.51
+ 0
+ 0
+ MPX
+
+
+ IAZ058
+ 150580
+ Guthrie
+ IA
+ US
+ 41.68
+ -94.50
+ 0
+ 0
+ DMX
+
+
+ IAZ071
+ 150710
+ Adair
+ IA
+ US
+ 41.33
+ -94.48
+ 0
+ 0
+ DMX
+
+
+ MOZ003
+ 250030
+ Worth
+ MO
+ US
+ 40.48
+ -94.43
+ 0
+ 0
+ EAX
+
+
+ MOZ004
+ 250040
+ Gentry
+ MO
+ US
+ 40.21
+ -94.42
+ 0
+ 0
+ EAX
+
+
+ MOZ021
+ 250210
+ Clinton
+ MO
+ US
+ 39.60
+ -94.42
+ 0
+ 0
+ EAX
+
+
+ MOZ029
+ 250290
+ Clay
+ MO
+ US
+ 39.28
+ -94.42
+ 0
+ 0
+ EAX
+
+
+ IAZ046
+ 150460
+ Greene
+ IA
+ US
+ 42.03
+ -94.41
+ 0
+ 0
+ DMX
+
+
+ MOZ013
+ 250130
+ De_Kalb
+ MO
+ US
+ 39.89
+ -94.41
+ 0
+ 0
+ EAX
+
+
+ TXZ201
+ 432010
+ Hardin
+ TX
+ US
+ 30.31
+ -94.40
+ 0
+ 0
+ LCH
+
+
+ TXZ097
+ 430970
+ Bowie
+ TX
+ US
+ 33.47
+ -94.39
+ 0
+ 0
+ SHV
+
+
+ TXZ126
+ 431260
+ Marion
+ TX
+ US
+ 32.79
+ -94.38
+ 0
+ 0
+ SHV
+
+
+ TXZ138
+ 431380
+ Harrison
+ TX
+ US
+ 32.56
+ -94.37
+ 0
+ 0
+ SHV
+
+
+ MNZ075
+ 230750
+ Nicollet
+ MN
+ US
+ 44.31
+ -94.36
+ 0
+ 0
+ MPX
+
+
+ MOZ037
+ 250370
+ Jackson
+ MO
+ US
+ 39.03
+ -94.36
+ 0
+ 0
+ EAX
+
+
+ MOZ077
+ 250770
+ Barton
+ MO
+ US
+ 37.50
+ -94.35
+ 0
+ 0
+ SGF
+
+
+ MOZ101
+ 251010
+ McDonald
+ MO
+ US
+ 36.63
+ -94.35
+ 0
+ 0
+ SGF
+
+
+ TXZ112
+ 431120
+ Cass
+ TX
+ US
+ 33.10
+ -94.35
+ 0
+ 0
+ SHV
+
+
+ TXZ180
+ 431800
+ Tyler
+ TX
+ US
+ 30.79
+ -94.35
+ 0
+ 0
+ LCH
+
+
+ MOZ043
+ 250430
+ Cass
+ MO
+ US
+ 38.64
+ -94.34
+ 0
+ 0
+ EAX
+
+
+ MOZ053
+ 250530
+ Bates
+ MO
+ US
+ 38.25
+ -94.34
+ 0
+ 0
+ EAX
+
+
+ MOZ066
+ 250660
+ Vernon
+ MO
+ US
+ 37.85
+ -94.34
+ 0
+ 0
+ SGF
+
+
+ MOZ088
+ 250880
+ Jasper
+ MO
+ US
+ 37.21
+ -94.34
+ 0
+ 0
+ SGF
+
+
+ MOZ093
+ 250930
+ Newton
+ MO
+ US
+ 36.90
+ -94.34
+ 0
+ 0
+ SGF
+
+
+ TXZ151
+ 431510
+ Panola
+ TX
+ US
+ 32.18
+ -94.30
+ 0
+ 0
+ SHV
+
+
+ MNZ066
+ 230660
+ McLeod
+ MN
+ US
+ 44.81
+ -94.26
+ 0
+ 0
+ MPX
+
+
+ IAZ082
+ 150820
+ Union
+ IA
+ US
+ 41.03
+ -94.25
+ 0
+ 0
+ DMX
+
+
+ IAZ093
+ 150930
+ Ringgold
+ IA
+ US
+ 40.74
+ -94.25
+ 0
+ 0
+ DMX
+
+
+ ARZ001
+ 40010
+ Benton
+ AR
+ US
+ 36.30
+ -94.24
+ 0
+ 0
+ TSA
+
+
+ ARZ029
+ 40290
+ Sebastian
+ AR
+ US
+ 35.19
+ -94.24
+ 0
+ 0
+ TSA
+
+
+ ARZ010
+ 40100
+ Washington
+ AR
+ US
+ 36.00
+ -94.22
+ 0
+ 0
+ TSA
+
+
+ ARZ050
+ 40500
+ Sevier
+ AR
+ US
+ 33.97
+ -94.22
+ 0
+ 0
+ SHV
+
+
+ IAZ005
+ 150050
+ Kossuth
+ IA
+ US
+ 43.21
+ -94.22
+ 0
+ 0
+ DMX
+
+
+ IAZ024
+ 150240
+ Humboldt
+ IA
+ US
+ 42.78
+ -94.22
+ 0
+ 0
+ DMX
+
+
+ MNZ025
+ 230250
+ North_Cass
+ MN
+ US
+ 47.14
+ -94.22
+ 0
+ 0
+ DLH
+
+
+ MNZ043
+ 230430
+ Morrison
+ MN
+ US
+ 46.06
+ -94.21
+ 0
+ 0
+ MPX
+
+
+ ARZ040
+ 40400
+ Polk
+ AR
+ US
+ 34.47
+ -94.20
+ 0
+ 0
+ LZK
+
+
+ MNZ067
+ 230670
+ Sibley
+ MN
+ US
+ 44.59
+ -94.20
+ 0
+ 0
+ MPX
+
+
+ ARZ019
+ 40190
+ Crawford
+ AR
+ US
+ 35.56
+ -94.19
+ 0
+ 0
+ TSA
+
+
+ IAZ035
+ 150350
+ Webster
+ IA
+ US
+ 42.43
+ -94.19
+ 0
+ 0
+ DMX
+
+
+ TXZ166
+ 431660
+ San_Augustine
+ TX
+ US
+ 31.38
+ -94.19
+ 0
+ 0
+ SHV
+
+
+ TXZ153
+ 431530
+ Shelby
+ TX
+ US
+ 31.78
+ -94.15
+ 0
+ 0
+ SHV
+
+
+ ARZ059
+ 40590
+ Little_River
+ AR
+ US
+ 33.74
+ -94.14
+ 0
+ 0
+ SHV
+
+
+ TXZ215
+ 432150
+ Jefferson
+ TX
+ US
+ 29.87
+ -94.14
+ 0
+ 0
+ LCH
+
+
+ ARZ037
+ 40370
+ Scott
+ AR
+ US
+ 34.89
+ -94.08
+ 0
+ 0
+ LZK
+
+
+ MNZ034
+ 230340
+ Crow_Wing
+ MN
+ US
+ 46.48
+ -94.08
+ 0
+ 0
+ DLH
+
+
+ MNZ083
+ 230830
+ Blue_Earth
+ MN
+ US
+ 44.06
+ -94.07
+ 0
+ 0
+ MPX
+
+
+ MNZ050
+ 230500
+ Benton
+ MN
+ US
+ 45.69
+ -94.06
+ 0
+ 0
+ MPX
+
+
+ IAZ059
+ 150590
+ Dallas
+ IA
+ US
+ 41.68
+ -94.04
+ 0
+ 0
+ DMX
+
+
+ ARZ051
+ 40510
+ Howard
+ AR
+ US
+ 34.05
+ -94.03
+ 0
+ 0
+ SHV
+
+
+ IAZ072
+ 150720
+ Madison
+ IA
+ US
+ 41.34
+ -94.02
+ 0
+ 0
+ DMX
+
+
+ MOZ005
+ 250050
+ Harrison
+ MO
+ US
+ 40.36
+ -94.00
+ 0
+ 0
+ EAX
+
+
+ MOZ014
+ 250140
+ Daviess
+ MO
+ US
+ 39.96
+ -94.00
+ 0
+ 0
+ EAX
+
+
+ TXZ181
+ 431810
+ Jasper
+ TX
+ US
+ 30.70
+ -94.00
+ 0
+ 0
+ LCH
+
+
+ MOZ022
+ 250220
+ Caldwell
+ MO
+ US
+ 39.66
+ -93.99
+ 0
+ 0
+ EAX
+
+
+ MOZ030
+ 250300
+ Ray
+ MO
+ US
+ 39.33
+ -93.99
+ 0
+ 0
+ EAX
+
+
+ MNZ092
+ 230920
+ Faribault
+ MN
+ US
+ 43.67
+ -93.95
+ 0
+ 0
+ MPX
+
+
+ IAZ047
+ 150470
+ Boone
+ IA
+ US
+ 42.03
+ -93.94
+ 0
+ 0
+ DMX
+
+
+ TXZ216
+ 432160
+ Orange
+ TX
+ US
+ 30.10
+ -93.90
+ 0
+ 0
+ LCH
+
+
+ MNZ059
+ 230590
+ Wright
+ MN
+ US
+ 45.20
+ -93.89
+ 0
+ 0
+ MPX
+
+
+ ARZ020
+ 40200
+ Franklin
+ AR
+ US
+ 35.49
+ -93.88
+ 0
+ 0
+ TSA
+
+
+ MOZ089
+ 250890
+ Dade
+ MO
+ US
+ 37.43
+ -93.86
+ 0
+ 0
+ SGF
+
+
+ ARZ070
+ 40700
+ Miller
+ AR
+ US
+ 33.31
+ -93.85
+ 0
+ 0
+ SHV
+
+
+ MOZ078
+ 250780
+ Cedar
+ MO
+ US
+ 37.73
+ -93.85
+ 0
+ 0
+ SGF
+
+
+ MOZ094
+ 250940
+ Lawrence
+ MO
+ US
+ 37.11
+ -93.84
+ 0
+ 0
+ SGF
+
+
+ MNZ051
+ 230510
+ Sherburne
+ MN
+ US
+ 45.41
+ -93.83
+ 0
+ 0
+ MPX
+
+
+ MOZ102
+ 251020
+ Barry
+ MO
+ US
+ 36.71
+ -93.83
+ 0
+ 0
+ SGF
+
+
+ MOZ044
+ 250440
+ Johnson
+ MO
+ US
+ 38.75
+ -93.82
+ 0
+ 0
+ EAX
+
+
+ TXZ167
+ 431670
+ Sabine
+ TX
+ US
+ 31.37
+ -93.82
+ 0
+ 0
+ SHV
+
+
+ MOZ038
+ 250380
+ Lafayette
+ MO
+ US
+ 39.09
+ -93.80
+ 0
+ 0
+ EAX
+
+
+ IAZ083
+ 150830
+ Clarke
+ IA
+ US
+ 41.03
+ -93.79
+ 0
+ 0
+ DMX
+
+
+ IAZ094
+ 150940
+ Decatur
+ IA
+ US
+ 40.74
+ -93.79
+ 0
+ 0
+ DMX
+
+
+ MOZ054
+ 250540
+ Henry
+ MO
+ US
+ 38.38
+ -93.79
+ 0
+ 0
+ EAX
+
+
+ MOZ067
+ 250670
+ St._Clair
+ MO
+ US
+ 38.02
+ -93.79
+ 0
+ 0
+ SGF
+
+
+ MNZ076
+ 230760
+ Le_Sueur
+ MN
+ US
+ 44.37
+ -93.78
+ 0
+ 0
+ MPX
+
+
+ LAZ001
+ 180010
+ Caddo
+ LA
+ US
+ 32.61
+ -93.77
+ 0
+ 0
+ SHV
+
+
+ MNZ068
+ 230680
+ Carver
+ MN
+ US
+ 44.81
+ -93.77
+ 0
+ 0
+ MPX
+
+
+ MNZ010
+ 230100
+ Koochiching
+ MN
+ US
+ 48.28
+ -93.76
+ 0
+ 0
+ DLH
+
+
+ IAZ006
+ 150060
+ Winnebago
+ IA
+ US
+ 43.38
+ -93.74
+ 0
+ 0
+ DMX
+
+
+ IAZ016
+ 150160
+ Hancock
+ IA
+ US
+ 43.08
+ -93.74
+ 0
+ 0
+ DMX
+
+
+ IAZ025
+ 150250
+ Wright
+ IA
+ US
+ 42.73
+ -93.74
+ 0
+ 0
+ DMX
+
+
+ MNZ018
+ 230180
+ North_Itasca
+ MN
+ US
+ 47.66
+ -93.74
+ 0
+ 0
+ DLH
+
+
+ IAZ036
+ 150360
+ Hamilton
+ IA
+ US
+ 42.38
+ -93.72
+ 0
+ 0
+ DMX
+
+
+ ARZ030
+ 40300
+ Logan
+ AR
+ US
+ 35.22
+ -93.71
+ 0
+ 0
+ LZK
+
+
+ ARZ060
+ 40600
+ Hempstead
+ AR
+ US
+ 33.75
+ -93.71
+ 0
+ 0
+ SHV
+
+
+ TXZ182
+ 431820
+ Newton
+ TX
+ US
+ 30.72
+ -93.71
+ 0
+ 0
+ LCH
+
+
+ ARZ011
+ 40110
+ Madison
+ AR
+ US
+ 36.03
+ -93.70
+ 0
+ 0
+ TSA
+
+
+ LAZ010
+ 180100
+ De_Soto
+ LA
+ US
+ 32.10
+ -93.69
+ 0
+ 0
+ SHV
+
+
+ ARZ041
+ 40410
+ Montgomery
+ AR
+ US
+ 34.55
+ -93.66
+ 0
+ 0
+ LZK
+
+
+ ARZ052
+ 40520
+ Pike
+ AR
+ US
+ 34.15
+ -93.65
+ 0
+ 0
+ LZK
+
+
+ MNZ044
+ 230440
+ Mille_Lacs
+ MN
+ US
+ 45.90
+ -93.62
+ 0
+ 0
+ MPX
+
+
+ ARZ071
+ 40710
+ Lafayette
+ AR
+ US
+ 33.25
+ -93.61
+ 0
+ 0
+ SHV
+
+
+ LAZ002
+ 180020
+ Bossier
+ LA
+ US
+ 32.63
+ -93.61
+ 0
+ 0
+ SHV
+
+
+ MNZ069
+ 230690
+ Scott
+ MN
+ US
+ 44.68
+ -93.60
+ 0
+ 0
+ MPX
+
+
+ MNZ084
+ 230840
+ Waseca
+ MN
+ US
+ 44.02
+ -93.59
+ 0
+ 0
+ MPX
+
+
+ ARZ002
+ 40020
+ Carroll
+ AR
+ US
+ 36.31
+ -93.58
+ 0
+ 0
+ TSA
+
+
+ MOZ006
+ 250060
+ Mercer
+ MO
+ US
+ 40.42
+ -93.58
+ 0
+ 0
+ EAX
+
+
+ IAZ060
+ 150600
+ Polk
+ IA
+ US
+ 41.68
+ -93.57
+ 0
+ 0
+ DMX
+
+
+ MNZ026
+ 230260
+ South_Itasca
+ MN
+ US
+ 47.24
+ -93.57
+ 0
+ 0
+ DLH
+
+
+ MOZ015
+ 250150
+ Grundy
+ MO
+ US
+ 40.11
+ -93.57
+ 0
+ 0
+ EAX
+
+
+ IAZ073
+ 150730
+ Warren
+ IA
+ US
+ 41.34
+ -93.56
+ 0
+ 0
+ DMX
+
+
+ LAZ017
+ 180170
+ Sabine
+ LA
+ US
+ 31.51
+ -93.55
+ 0
+ 0
+ SHV
+
+
+ MOZ023
+ 250230
+ Livingston
+ MO
+ US
+ 39.79
+ -93.52
+ 0
+ 0
+ EAX
+
+
+ IAZ048
+ 150480
+ Story
+ IA
+ US
+ 42.03
+ -93.47
+ 0
+ 0
+ DMX
+
+
+ MNZ060
+ 230600
+ Hennepin
+ MN
+ US
+ 45.02
+ -93.47
+ 0
+ 0
+ MPX
+
+
+ MOZ103
+ 251030
+ Stone
+ MO
+ US
+ 36.74
+ -93.47
+ 0
+ 0
+ SGF
+
+
+ MOZ031
+ 250310
+ Carroll
+ MO
+ US
+ 39.41
+ -93.44
+ 0
+ 0
+ EAX
+
+
+ ARZ021
+ 40210
+ Johnson
+ AR
+ US
+ 35.55
+ -93.43
+ 0
+ 0
+ LZK
+
+
+ MNZ036
+ 230360
+ South_Aitkin
+ MN
+ US
+ 46.39
+ -93.43
+ 0
+ 0
+ DLH
+
+
+ MNZ035
+ 230350
+ Northern_Aitkin
+ MN
+ US
+ 46.83
+ -93.42
+ 0
+ 0
+ DLH
+
+
+ MOZ079
+ 250790
+ Polk
+ MO
+ US
+ 37.62
+ -93.41
+ 0
+ 0
+ SGF
+
+
+ LAZ011
+ 180110
+ Red_River
+ LA
+ US
+ 32.07
+ -93.36
+ 0
+ 0
+ SHV
+
+
+ LAZ030
+ 180300
+ Beauregard
+ LA
+ US
+ 30.65
+ -93.36
+ 0
+ 0
+ LCH
+
+
+ MNZ093
+ 230930
+ Freeborn
+ MN
+ US
+ 43.67
+ -93.35
+ 0
+ 0
+ MPX
+
+
+ MOZ090
+ 250900
+ Greene
+ MO
+ US
+ 37.26
+ -93.35
+ 0
+ 0
+ SGF
+
+
+ IAZ084
+ 150840
+ Lucas
+ IA
+ US
+ 41.03
+ -93.33
+ 0
+ 0
+ DMX
+
+
+ IAZ095
+ 150950
+ Wayne
+ IA
+ US
+ 40.74
+ -93.33
+ 0
+ 0
+ DMX
+
+
+ LAZ003
+ 180030
+ Webster
+ LA
+ US
+ 32.72
+ -93.33
+ 0
+ 0
+ SHV
+
+
+ ARZ038
+ 40380
+ Yell
+ AR
+ US
+ 35.03
+ -93.32
+ 0
+ 0
+ LZK
+
+
+ LAZ041
+ 180410
+ Calcasieu
+ LA
+ US
+ 30.27
+ -93.32
+ 0
+ 0
+ LCH
+
+
+ MOZ068
+ 250680
+ Hickory
+ MO
+ US
+ 37.93
+ -93.32
+ 0
+ 0
+ SGF
+
+
+ ARZ061
+ 40610
+ Nevada
+ AR
+ US
+ 33.70
+ -93.29
+ 0
+ 0
+ SHV
+
+
+ MNZ045
+ 230450
+ Kanabec
+ MN
+ US
+ 45.95
+ -93.29
+ 0
+ 0
+ MPX
+
+
+ MNZ077
+ 230770
+ Rice
+ MN
+ US
+ 44.37
+ -93.29
+ 0
+ 0
+ MPX
+
+
+ MOZ045
+ 250450
+ Pettis
+ MO
+ US
+ 38.72
+ -93.29
+ 0
+ 0
+ EAX
+
+
+ MOZ055
+ 250550
+ Benton
+ MO
+ US
+ 38.30
+ -93.29
+ 0
+ 0
+ SGF
+
+
+ MNZ052
+ 230520
+ Isanti
+ MN
+ US
+ 45.57
+ -93.27
+ 0
+ 0
+ MPX
+
+
+ MNZ061
+ 230610
+ Anoka
+ MN
+ US
+ 45.23
+ -93.27
+ 0
+ 0
+ MPX
+
+
+ IAZ007
+ 150070
+ Worth
+ IA
+ US
+ 43.38
+ -93.26
+ 0
+ 0
+ DMX
+
+
+ IAZ017
+ 150170
+ Cerro_Gordo
+ IA
+ US
+ 43.08
+ -93.26
+ 0
+ 0
+ DMX
+
+
+ IAZ026
+ 150260
+ Franklin
+ IA
+ US
+ 42.73
+ -93.26
+ 0
+ 0
+ DMX
+
+
+ MOZ095
+ 250950
+ Christian
+ MO
+ US
+ 36.95
+ -93.26
+ 0
+ 0
+ SGF
+
+
+ IAZ037
+ 150370
+ Hardin
+ IA
+ US
+ 42.38
+ -93.25
+ 0
+ 0
+ DMX
+
+
+ LAZ051
+ 180510
+ Cameron
+ LA
+ US
+ 29.83
+ -93.25
+ 0
+ 0
+ LCH
+
+
+ MNZ085
+ 230850
+ Steele
+ MN
+ US
+ 44.02
+ -93.23
+ 0
+ 0
+ MPX
+
+
+ ARZ012
+ 40120
+ Newton
+ AR
+ US
+ 35.93
+ -93.22
+ 0
+ 0
+ LZK
+
+
+ ARZ072
+ 40720
+ Columbia
+ AR
+ US
+ 33.24
+ -93.22
+ 0
+ 0
+ SHV
+
+
+ ARZ053
+ 40530
+ Clark
+ AR
+ US
+ 34.06
+ -93.19
+ 0
+ 0
+ LZK
+
+
+ LAZ027
+ 180270
+ Vernon
+ LA
+ US
+ 31.12
+ -93.19
+ 0
+ 0
+ LCH
+
+
+ MOZ039
+ 250390
+ Saline
+ MO
+ US
+ 39.17
+ -93.18
+ 0
+ 0
+ EAX
+
+
+ MNZ062
+ 230620
+ Ramsey
+ MN
+ US
+ 45.01
+ -93.11
+ 0
+ 0
+ MPX
+
+
+ MOZ016
+ 250160
+ Sullivan
+ MO
+ US
+ 40.21
+ -93.11
+ 0
+ 0
+ EAX
+
+
+ MOZ024
+ 250240
+ Linn
+ MO
+ US
+ 39.87
+ -93.11
+ 0
+ 0
+ EAX
+
+
+ IAZ074
+ 150740
+ Marion
+ IA
+ US
+ 41.34
+ -93.10
+ 0
+ 0
+ DMX
+
+
+ LAZ012
+ 180120
+ Bienville
+ LA
+ US
+ 32.37
+ -93.10
+ 0
+ 0
+ SHV
+
+
+ ARZ042
+ 40420
+ Garland
+ AR
+ US
+ 34.58
+ -93.09
+ 0
+ 0
+ LZK
+
+
+ LAZ018
+ 180180
+ Natchitoches
+ LA
+ US
+ 31.75
+ -93.08
+ 0
+ 0
+ SHV
+
+
+ ARZ003
+ 40030
+ Boone
+ AR
+ US
+ 36.31
+ -93.07
+ 0
+ 0
+ LZK
+
+
+ IAZ061
+ 150610
+ Jasper
+ IA
+ US
+ 41.69
+ -93.06
+ 0
+ 0
+ DMX
+
+
+ ARZ022
+ 40220
+ Pope
+ AR
+ US
+ 35.43
+ -93.05
+ 0
+ 0
+ LZK
+
+
+ MOZ104
+ 251040
+ Taney
+ MO
+ US
+ 36.66
+ -93.05
+ 0
+ 0
+ SGF
+
+
+ ARZ054
+ 40540
+ Hot_Spring
+ AR
+ US
+ 34.33
+ -93.04
+ 0
+ 0
+ LZK
+
+
+ MNZ070
+ 230700
+ Dakota
+ MN
+ US
+ 44.71
+ -93.03
+ 0
+ 0
+ MPX
+
+
+ MOZ007
+ 250070
+ Putnam
+ MO
+ US
+ 40.46
+ -93.02
+ 0
+ 0
+ EAX
+
+
+ MOZ080
+ 250800
+ Dallas
+ MO
+ US
+ 37.66
+ -93.02
+ 0
+ 0
+ SGF
+
+
+ IAZ049
+ 150490
+ Marshall
+ IA
+ US
+ 42.04
+ -93.01
+ 0
+ 0
+ DMX
+
+
+ MOZ032
+ 250320
+ Chariton
+ MO
+ US
+ 39.46
+ -92.99
+ 0
+ 0
+ EAX
+
+
+ LAZ004
+ 180040
+ Claiborne
+ LA
+ US
+ 32.80
+ -92.97
+ 0
+ 0
+ SHV
+
+
+ ARZ039
+ 40390
+ Perry
+ AR
+ US
+ 34.94
+ -92.92
+ 0
+ 0
+ LZK
+
+
+ MNZ053
+ 230530
+ Chisago
+ MN
+ US
+ 45.52
+ -92.89
+ 0
+ 0
+ MPX
+
+
+ MNZ063
+ 230630
+ Washington
+ MN
+ US
+ 45.02
+ -92.88
+ 0
+ 0
+ MPX
+
+
+ MOZ091
+ 250910
+ Webster
+ MO
+ US
+ 37.28
+ -92.88
+ 0
+ 0
+ SGF
+
+
+ IAZ085
+ 150850
+ Monroe
+ IA
+ US
+ 41.03
+ -92.87
+ 0
+ 0
+ DMX
+
+
+ IAZ096
+ 150960
+ Appanoose
+ IA
+ US
+ 40.74
+ -92.87
+ 0
+ 0
+ DMX
+
+
+ MNZ086
+ 230860
+ Dodge
+ MN
+ US
+ 44.02
+ -92.87
+ 0
+ 0
+ ARX
+
+
+ LAZ031
+ 180310
+ Allen
+ LA
+ US
+ 30.66
+ -92.85
+ 0
+ 0
+ LCH
+
+
+ LAZ042
+ 180420
+ Jefferson_Davis
+ LA
+ US
+ 30.27
+ -92.85
+ 0
+ 0
+ LCH
+
+
+ MOZ056
+ 250560
+ Morgan
+ MO
+ US
+ 38.44
+ -92.85
+ 0
+ 0
+ SGF
+
+
+ ARZ066
+ 40660
+ Ouachita
+ AR
+ US
+ 33.60
+ -92.83
+ 0
+ 0
+ LZK
+
+
+ IAZ008
+ 150080
+ Mitchell
+ IA
+ US
+ 43.36
+ -92.79
+ 0
+ 0
+ ARX
+
+
+ IAZ018
+ 150180
+ Floyd
+ IA
+ US
+ 43.06
+ -92.79
+ 0
+ 0
+ ARX
+
+
+ IAZ027
+ 150270
+ Butler
+ IA
+ US
+ 42.73
+ -92.79
+ 0
+ 0
+ DMX
+
+
+ IAZ038
+ 150380
+ Grundy
+ IA
+ US
+ 42.38
+ -92.79
+ 0
+ 0
+ DMX
+
+
+ MOZ046
+ 250460
+ Cooper
+ MO
+ US
+ 38.87
+ -92.78
+ 0
+ 0
+ EAX
+
+
+ ARZ031
+ 40310
+ Conway
+ AR
+ US
+ 35.27
+ -92.76
+ 0
+ 0
+ LZK
+
+
+ MNZ094
+ 230940
+ Mower
+ MN
+ US
+ 43.67
+ -92.75
+ 0
+ 0
+ ARX
+
+
+ MOZ069
+ 250690
+ Camden
+ MO
+ US
+ 38.03
+ -92.74
+ 0
+ 0
+ SGF
+
+
+ MNZ038
+ 230380
+ Pine
+ MN
+ US
+ 46.07
+ -92.71
+ 0
+ 0
+ DLH
+
+
+ MOZ040
+ 250400
+ Howard
+ MO
+ US
+ 39.16
+ -92.69
+ 0
+ 0
+ EAX
+
+
+ ARZ013
+ 40130
+ Searcy
+ AR
+ US
+ 35.92
+ -92.68
+ 0
+ 0
+ LZK
+
+
+ ARZ004
+ 40040
+ Marion
+ AR
+ US
+ 36.28
+ -92.65
+ 0
+ 0
+ LZK
+
+
+ ARZ043
+ 40430
+ Saline
+ AR
+ US
+ 34.64
+ -92.65
+ 0
+ 0
+ LZK
+
+
+ ARZ062
+ 40620
+ Dallas
+ AR
+ US
+ 33.98
+ -92.65
+ 0
+ 0
+ LZK
+
+
+ IAZ075
+ 150750
+ Mahaska
+ IA
+ US
+ 41.34
+ -92.65
+ 0
+ 0
+ DMX
+
+
+ MNZ078
+ 230780
+ Goodhue
+ MN
+ US
+ 44.45
+ -92.65
+ 0
+ 0
+ MPX
+
+
+ LAZ005
+ 180050
+ Lincoln
+ LA
+ US
+ 32.61
+ -92.64
+ 0
+ 0
+ SHV
+
+
+ LAZ019
+ 180190
+ Winn
+ LA
+ US
+ 31.93
+ -92.64
+ 0
+ 0
+ SHV
+
+
+ MOZ047
+ 250470
+ Moniteau
+ MO
+ US
+ 38.67
+ -92.62
+ 0
+ 0
+ LSX
+
+
+ MOZ017
+ 250170
+ Adair
+ MO
+ US
+ 40.19
+ -92.61
+ 0
+ 0
+ EAX
+
+
+ LAZ020
+ 180200
+ Grant
+ LA
+ US
+ 31.60
+ -92.58
+ 0
+ 0
+ SHV
+
+
+ MOZ025
+ 250250
+ Macon
+ MO
+ US
+ 39.82
+ -92.57
+ 0
+ 0
+ EAX
+
+
+ LAZ013
+ 180130
+ Jackson
+ LA
+ US
+ 32.33
+ -92.56
+ 0
+ 0
+ SHV
+
+
+ MOZ081
+ 250810
+ Laclede
+ MO
+ US
+ 37.69
+ -92.56
+ 0
+ 0
+ SGF
+
+
+ ARZ023
+ 40230
+ Van_Buren
+ AR
+ US
+ 35.58
+ -92.54
+ 0
+ 0
+ LZK
+
+
+ ARZ067
+ 40670
+ Calhoun
+ AR
+ US
+ 33.54
+ -92.54
+ 0
+ 0
+ LZK
+
+
+ IAZ050
+ 150500
+ Tama
+ IA
+ US
+ 42.08
+ -92.54
+ 0
+ 0
+ DMX
+
+
+ IAZ062
+ 150620
+ Poweshiek
+ IA
+ US
+ 41.69
+ -92.54
+ 0
+ 0
+ DMX
+
+
+ MOZ008
+ 250080
+ Schuyler
+ MO
+ US
+ 40.47
+ -92.54
+ 0
+ 0
+ EAX
+
+
+ ARZ073
+ 40730
+ Union
+ AR
+ US
+ 33.20
+ -92.52
+ 0
+ 0
+ SHV
+
+
+ LAZ028
+ 180280
+ Rapides
+ LA
+ US
+ 31.21
+ -92.52
+ 0
+ 0
+ LCH
+
+
+ WIZ014
+ 490140
+ Polk
+ WI
+ US
+ 45.47
+ -92.52
+ 0
+ 0
+ MPX
+
+
+ MOZ033
+ 250330
+ Randolph
+ MO
+ US
+ 39.43
+ -92.51
+ 0
+ 0
+ EAX
+
+
+ MOZ096
+ 250960
+ Douglas
+ MO
+ US
+ 36.93
+ -92.50
+ 0
+ 0
+ SGF
+
+
+ MOZ092
+ 250920
+ Wright
+ MO
+ US
+ 37.27
+ -92.47
+ 0
+ 0
+ SGF
+
+
+ WIZ023
+ 490230
+ St._Croix
+ WI
+ US
+ 45.04
+ -92.47
+ 0
+ 0
+ MPX
+
+
+ WIZ024
+ 490240
+ Pierce
+ WI
+ US
+ 44.70
+ -92.47
+ 0
+ 0
+ MPX
+
+
+ WIZ006
+ 490060
+ Burnett
+ WI
+ US
+ 45.90
+ -92.46
+ 0
+ 0
+ DLH
+
+
+ MOZ105
+ 251050
+ Ozark
+ MO
+ US
+ 36.65
+ -92.45
+ 0
+ 0
+ SGF
+
+
+ ARZ055
+ 40550
+ Grant
+ AR
+ US
+ 34.28
+ -92.44
+ 0
+ 0
+ LZK
+
+
+ MNZ011
+ 230110
+ North_St._Louis
+ MN
+ US
+ 48.24
+ -92.44
+ 0
+ 0
+ DLH
+
+
+ MNZ019
+ 230190
+ Central_St._Louis
+ MN
+ US
+ 47.43
+ -92.44
+ 0
+ 0
+ DLH
+
+
+ MOZ057
+ 250570
+ Miller
+ MO
+ US
+ 38.22
+ -92.44
+ 0
+ 0
+ SGF
+
+
+ MNZ037
+ 230370
+ Carlton/South_St._Louis
+ MN
+ US
+ 46.72
+ -92.43
+ 0
+ 0
+ DLH
+
+
+ IAZ097
+ 150970
+ Davis
+ IA
+ US
+ 40.75
+ -92.42
+ 0
+ 0
+ DMX
+
+
+ IAZ086
+ 150860
+ Wapello
+ IA
+ US
+ 41.03
+ -92.41
+ 0
+ 0
+ DMX
+
+
+ ARZ044
+ 40440
+ Pulaski
+ AR
+ US
+ 34.76
+ -92.39
+ 0
+ 0
+ LZK
+
+
+ LAZ032
+ 180320
+ Evangeline
+ LA
+ US
+ 30.74
+ -92.39
+ 0
+ 0
+ LCH
+
+
+ MNZ087
+ 230870
+ Olmsted
+ MN
+ US
+ 44.01
+ -92.39
+ 0
+ 0
+ ARX
+
+
+ LAZ006
+ 180060
+ Union
+ LA
+ US
+ 32.80
+ -92.38
+ 0
+ 0
+ SHV
+
+
+ LAZ043
+ 180430
+ Acadia
+ LA
+ US
+ 30.28
+ -92.38
+ 0
+ 0
+ LCH
+
+
+ ARZ005
+ 40050
+ Baxter
+ AR
+ US
+ 36.24
+ -92.37
+ 0
+ 0
+ LZK
+
+
+ ARZ032
+ 40320
+ Faulkner
+ AR
+ US
+ 35.12
+ -92.36
+ 0
+ 0
+ LZK
+
+
+ LAZ052
+ 180520
+ Vermilion
+ LA
+ US
+ 29.85
+ -92.34
+ 0
+ 0
+ LCH
+
+
+ MOZ041
+ 250410
+ Boone
+ MO
+ US
+ 38.94
+ -92.34
+ 0
+ 0
+ LSX
+
+
+ IAZ009
+ 150090
+ Howard
+ IA
+ US
+ 43.36
+ -92.32
+ 0
+ 0
+ ARX
+
+
+ IAZ019
+ 150190
+ Chickasaw
+ IA
+ US
+ 43.07
+ -92.32
+ 0
+ 0
+ ARX
+
+
+ IAZ028
+ 150280
+ Bremer
+ IA
+ US
+ 42.78
+ -92.32
+ 0
+ 0
+ DMX
+
+
+ IAZ039
+ 150390
+ Black_Hawk
+ IA
+ US
+ 42.47
+ -92.31
+ 0
+ 0
+ DMX
+
+
+ MOZ048
+ 250480
+ Cole
+ MO
+ US
+ 38.53
+ -92.22
+ 0
+ 0
+ LSX
+
+
+ MOZ070
+ 250700
+ Pulaski
+ MO
+ US
+ 37.81
+ -92.22
+ 0
+ 0
+ SGF
+
+
+ ARZ063
+ 40630
+ Cleveland
+ AR
+ US
+ 33.89
+ -92.20
+ 0
+ 0
+ LZK
+
+
+ MNZ079
+ 230790
+ Wabasha
+ MN
+ US
+ 44.28
+ -92.20
+ 0
+ 0
+ ARX
+
+
+ LAZ022
+ 180220
+ La_Salle
+ LA
+ US
+ 31.63
+ -92.19
+ 0
+ 0
+ SHV
+
+
+ IAZ076
+ 150760
+ Keokuk
+ IA
+ US
+ 41.33
+ -92.18
+ 0
+ 0
+ DVN
+
+
+ ARZ068
+ 40680
+ Bradley
+ AR
+ US
+ 33.44
+ -92.16
+ 0
+ 0
+ LZK
+
+
+ LAZ014
+ 180140
+ Ouachita
+ LA
+ US
+ 32.50
+ -92.16
+ 0
+ 0
+ SHV
+
+
+ MOZ009
+ 250090
+ Scotland
+ MO
+ US
+ 40.46
+ -92.15
+ 0
+ 0
+ DVN
+
+
+ MOZ018
+ 250180
+ Knox
+ MO
+ US
+ 40.13
+ -92.15
+ 0
+ 0
+ LSX
+
+
+ ARZ014
+ 40140
+ Stone
+ AR
+ US
+ 35.91
+ -92.12
+ 0
+ 0
+ LZK
+
+
+ LAZ021
+ 180210
+ Caldwell
+ LA
+ US
+ 32.11
+ -92.09
+ 0
+ 0
+ SHV
+
+
+ LAZ044
+ 180440
+ Lafayette
+ LA
+ US
+ 30.22
+ -92.09
+ 0
+ 0
+ LCH
+
+
+ MNZ095
+ 230950
+ Fillmore
+ MN
+ US
+ 43.67
+ -92.09
+ 0
+ 0
+ ARX
+
+
+ WIZ026
+ 490260
+ Pepin
+ WI
+ US
+ 44.55
+ -92.09
+ 0
+ 0
+ MPX
+
+
+ LAZ033
+ 180330
+ St._Landry
+ LA
+ US
+ 30.58
+ -92.08
+ 0
+ 0
+ LCH
+
+
+ IAZ051
+ 150510
+ Benton
+ IA
+ US
+ 42.08
+ -92.07
+ 0
+ 0
+ DVN
+
+
+ MOZ026
+ 250260
+ Shelby
+ MO
+ US
+ 39.78
+ -92.07
+ 0
+ 0
+ LSX
+
+
+ IAZ063
+ 150630
+ Iowa
+ IA
+ US
+ 41.68
+ -92.06
+ 0
+ 0
+ DVN
+
+
+ ARZ024
+ 40240
+ Cleburne
+ AR
+ US
+ 35.54
+ -92.02
+ 0
+ 0
+ LZK
+
+
+ MOZ034
+ 250340
+ Monroe
+ MO
+ US
+ 39.50
+ -92.01
+ 0
+ 0
+ LSX
+
+
+ LAZ029
+ 180290
+ Avoyelles
+ LA
+ US
+ 31.10
+ -91.97
+ 0
+ 0
+ LCH
+
+
+ MOZ082
+ 250820
+ Texas
+ MO
+ US
+ 37.33
+ -91.96
+ 0
+ 0
+ SGF
+
+
+ IAZ087
+ 150870
+ Jefferson
+ IA
+ US
+ 41.03
+ -91.95
+ 0
+ 0
+ DVN
+
+
+ IAZ098
+ 150980
+ Van_Buren
+ IA
+ US
+ 40.75
+ -91.95
+ 0
+ 0
+ DVN
+
+
+ ARZ015
+ 40150
+ Izard
+ AR
+ US
+ 36.06
+ -91.94
+ 0
+ 0
+ LZK
+
+
+ MOZ050
+ 250500
+ Callaway
+ MO
+ US
+ 38.81
+ -91.93
+ 0
+ 0
+ LSX
+
+
+ MOZ049
+ 250490
+ Osage
+ MO
+ US
+ 38.50
+ -91.92
+ 0
+ 0
+ LSX
+
+
+ MOZ058
+ 250580
+ Maries
+ MO
+ US
+ 38.15
+ -91.92
+ 0
+ 0
+ SGF
+
+
+ WIZ001
+ 490010
+ Douglas
+ WI
+ US
+ 46.46
+ -91.92
+ 0
+ 0
+ DLH
+
+
+ LAZ024
+ 180240
+ Catahoula
+ LA
+ US
+ 31.60
+ -91.91
+ 0
+ 0
+ JAN
+
+
+ WIZ025
+ 490250
+ Dunn
+ WI
+ US
+ 44.95
+ -91.91
+ 0
+ 0
+ MPX
+
+
+ MOZ097
+ 250970
+ Howell
+ MO
+ US
+ 36.78
+ -91.90
+ 0
+ 0
+ SGF
+
+
+ ARZ045
+ 40450
+ Lonoke
+ AR
+ US
+ 34.78
+ -91.88
+ 0
+ 0
+ LZK
+
+
+ MOZ042
+ 250420
+ Audrain
+ MO
+ US
+ 39.21
+ -91.87
+ 0
+ 0
+ LSX
+
+
+ IAZ010
+ 150100
+ Winneshiek
+ IA
+ US
+ 43.29
+ -91.85
+ 0
+ 0
+ ARX
+
+
+ IAZ029
+ 150290
+ Fayette
+ IA
+ US
+ 42.86
+ -91.85
+ 0
+ 0
+ ARX
+
+
+ WIZ015
+ 490150
+ Barron
+ WI
+ US
+ 45.43
+ -91.85
+ 0
+ 0
+ MPX
+
+
+ IAZ040
+ 150400
+ Buchanan
+ IA
+ US
+ 42.47
+ -91.84
+ 0
+ 0
+ DVN
+
+
+ ARZ056
+ 40560
+ Jefferson
+ AR
+ US
+ 34.28
+ -91.83
+ 0
+ 0
+ LZK
+
+
+ LAZ053
+ 180530
+ Iberia
+ LA
+ US
+ 29.93
+ -91.81
+ 0
+ 0
+ LCH
+
+
+ WIZ032
+ 490320
+ Buffalo
+ WI
+ US
+ 44.32
+ -91.81
+ 0
+ 0
+ ARX
+
+
+ ARZ006
+ 40060
+ Fulton
+ AR
+ US
+ 36.38
+ -91.80
+ 0
+ 0
+ LZK
+
+
+ ARZ074
+ 40740
+ Ashley
+ AR
+ US
+ 33.20
+ -91.79
+ 0
+ 0
+ JAN
+
+
+ WIZ007
+ 490070
+ Washburn
+ WI
+ US
+ 45.90
+ -91.79
+ 0
+ 0
+ DLH
+
+
+ MOZ071
+ 250710
+ Phelps
+ MO
+ US
+ 37.88
+ -91.78
+ 0
+ 0
+ SGF
+
+
+ LAZ007
+ 180070
+ Morehouse
+ LA
+ US
+ 32.77
+ -91.75
+ 0
+ 0
+ JAN
+
+
+ ARZ033
+ 40330
+ White
+ AR
+ US
+ 35.28
+ -91.73
+ 0
+ 0
+ LZK
+
+
+ LAZ015
+ 180150
+ Richland
+ LA
+ US
+ 32.42
+ -91.73
+ 0
+ 0
+ JAN
+
+
+ ARZ069
+ 40690
+ Drew
+ AR
+ US
+ 33.59
+ -91.72
+ 0
+ 0
+ LZK
+
+
+ IAZ077
+ 150770
+ Washington
+ IA
+ US
+ 41.34
+ -91.71
+ 0
+ 0
+ DVN
+
+
+ MOZ010
+ 250100
+ Clark
+ MO
+ US
+ 40.43
+ -91.70
+ 0
+ 0
+ DVN
+
+
+ MOZ019
+ 250190
+ Lewis
+ MO
+ US
+ 40.10
+ -91.70
+ 0
+ 0
+ LSX
+
+
+ ARZ064
+ 40640
+ Lincoln
+ AR
+ US
+ 33.98
+ -91.69
+ 0
+ 0
+ LZK
+
+
+ MNZ088
+ 230880
+ Winona
+ MN
+ US
+ 44.02
+ -91.69
+ 0
+ 0
+ ARX
+
+
+ LAZ023
+ 180230
+ Franklin
+ LA
+ US
+ 32.14
+ -91.68
+ 0
+ 0
+ JAN
+
+
+ LAZ034
+ 180340
+ Pointe_Coupee
+ LA
+ US
+ 30.76
+ -91.67
+ 0
+ 0
+ LIX
+
+
+ LAZ045
+ 180450
+ Upper_St._Martin
+ LA
+ US
+ 30.27
+ -91.67
+ 0
+ 0
+ LCH
+
+
+ LAZ026
+ 180260
+ Concordia
+ LA
+ US
+ 31.37
+ -91.61
+ 0
+ 0
+ JAN
+
+
+ IAZ052
+ 150520
+ Linn
+ IA
+ US
+ 42.07
+ -91.60
+ 0
+ 0
+ DVN
+
+
+ IAZ064
+ 150640
+ Johnson
+ IA
+ US
+ 41.64
+ -91.60
+ 0
+ 0
+ DVN
+
+
+ MOZ027
+ 250270
+ Marion
+ MO
+ US
+ 39.80
+ -91.58
+ 0
+ 0
+ LSX
+
+
+ ARZ046
+ 40460
+ Prairie
+ AR
+ US
+ 34.79
+ -91.57
+ 0
+ 0
+ LZK
+
+
+ ARZ016
+ 40160
+ Independence
+ AR
+ US
+ 35.73
+ -91.54
+ 0
+ 0
+ LZK
+
+
+ IAZ088
+ 150880
+ Henry
+ IA
+ US
+ 40.99
+ -91.54
+ 0
+ 0
+ DVN
+
+
+ MNZ020
+ 230200
+ Southern_Lake/North_Shore
+ MN
+ US
+ 47.31
+ -91.51
+ 0
+ 0
+ DLH
+
+
+ MOZ059
+ 250590
+ Gasconade
+ MO
+ US
+ 38.44
+ -91.51
+ 0
+ 0
+ LSX
+
+
+ ARZ007
+ 40070
+ Sharp
+ AR
+ US
+ 36.19
+ -91.49
+ 0
+ 0
+ LZK
+
+
+ MOZ083
+ 250830
+ Dent
+ MO
+ US
+ 37.60
+ -91.49
+ 0
+ 0
+ SGF
+
+
+ MNZ096
+ 230960
+ Houston
+ MN
+ US
+ 43.67
+ -91.48
+ 0
+ 0
+ ARX
+
+
+ LAZ054
+ 180540
+ St._Mary
+ LA
+ US
+ 29.72
+ -91.47
+ 0
+ 0
+ LCH
+
+
+ LAZ035
+ 180350
+ West_Feliciana
+ LA
+ US
+ 30.86
+ -91.46
+ 0
+ 0
+ LIX
+
+
+ MOZ035
+ 250350
+ Ralls
+ MO
+ US
+ 39.50
+ -91.46
+ 0
+ 0
+ LSX
+
+
+ MOZ051
+ 250510
+ Montgomery
+ MO
+ US
+ 38.91
+ -91.46
+ 0
+ 0
+ LSX
+
+
+ LAZ008
+ 180080
+ West_Carroll
+ LA
+ US
+ 32.80
+ -91.44
+ 0
+ 0
+ JAN
+
+
+ IAZ099
+ 150990
+ Lee
+ IA
+ US
+ 40.59
+ -91.42
+ 0
+ 0
+ DVN
+
+
+ MNZ012
+ 230120
+ Northern_Cook/Northern_Lake
+ MN
+ US
+ 47.70
+ -91.41
+ 0
+ 0
+ DLH
+
+
+ MOZ106
+ 251060
+ Oregon
+ MO
+ US
+ 36.69
+ -91.40
+ 0
+ 0
+ SGF
+
+
+ MSZ060
+ 240600
+ Adams
+ MS
+ US
+ 31.49
+ -91.40
+ 0
+ 0
+ JAN
+
+
+ WIZ033
+ 490330
+ Trempealeau
+ WI
+ US
+ 44.29
+ -91.38
+ 0
+ 0
+ ARX
+
+
+ ARZ057
+ 40570
+ Arkansas
+ AR
+ US
+ 34.25
+ -91.37
+ 0
+ 0
+ LZK
+
+
+ IAZ041
+ 150410
+ Delaware
+ IA
+ US
+ 42.47
+ -91.37
+ 0
+ 0
+ DVN
+
+
+ LAZ046
+ 180460
+ Iberville
+ LA
+ US
+ 30.27
+ -91.35
+ 0
+ 0
+ LIX
+
+
+ MOZ098
+ 250980
+ Shannon
+ MO
+ US
+ 37.15
+ -91.35
+ 0
+ 0
+ SGF
+
+
+ IAZ011
+ 150110
+ Allamakee
+ IA
+ US
+ 43.29
+ -91.34
+ 0
+ 0
+ ARX
+
+
+ MSZ068
+ 240680
+ Wilkinson
+ MS
+ US
+ 31.19
+ -91.34
+ 0
+ 0
+ LIX
+
+
+ MOZ072
+ 250720
+ Crawford
+ MO
+ US
+ 37.95
+ -91.32
+ 0
+ 0
+ LSX
+
+
+ ARZ025
+ 40250
+ Jackson
+ AR
+ US
+ 35.63
+ -91.31
+ 0
+ 0
+ LZK
+
+
+ LAZ047
+ 180470
+ West_Baton_Rouge
+ LA
+ US
+ 30.49
+ -91.31
+ 0
+ 0
+ LIX
+
+
+ LAZ025
+ 180250
+ Tensas
+ LA
+ US
+ 32.00
+ -91.30
+ 0
+ 0
+ JAN
+
+
+ WIZ027
+ 490270
+ Chippewa
+ WI
+ US
+ 45.07
+ -91.29
+ 0
+ 0
+ MPX
+
+
+ WIZ028
+ 490280
+ Eau_Claire
+ WI
+ US
+ 44.73
+ -91.29
+ 0
+ 0
+ MPX
+
+
+ LAZ055
+ 180550
+ Lower_St._Martin
+ LA
+ US
+ 29.85
+ -91.28
+ 0
+ 0
+ LCH
+
+
+ ARZ034
+ 40340
+ Woodruff
+ AR
+ US
+ 35.18
+ -91.26
+ 0
+ 0
+ LZK
+
+
+ ARZ075
+ 40750
+ Chicot
+ AR
+ US
+ 33.29
+ -91.25
+ 0
+ 0
+ JAN
+
+
+ IAZ030
+ 150300
+ Clayton
+ IA
+ US
+ 42.86
+ -91.25
+ 0
+ 0
+ ARX
+
+
+ LAZ009
+ 180090
+ East_Carroll
+ LA
+ US
+ 32.78
+ -91.23
+ 0
+ 0
+ JAN
+
+
+ IAZ078
+ 150780
+ Louisa
+ IA
+ US
+ 41.25
+ -91.22
+ 0
+ 0
+ DVN
+
+
+ ILZ095
+ 130950
+ Adams
+ IL
+ US
+ 39.98
+ -91.22
+ 0
+ 0
+ LSX
+
+
+ ARZ047
+ 40470
+ Monroe
+ AR
+ US
+ 34.67
+ -91.21
+ 0
+ 0
+ LZK
+
+
+ ARZ065
+ 40650
+ Desha
+ AR
+ US
+ 33.82
+ -91.21
+ 0
+ 0
+ LZK
+
+
+ ILZ034
+ 130340
+ Hancock
+ IL
+ US
+ 40.42
+ -91.21
+ 0
+ 0
+ DVN
+
+
+ LAZ016
+ 180160
+ Madison
+ LA
+ US
+ 32.35
+ -91.21
+ 0
+ 0
+ JAN
+
+
+ MOZ060
+ 250600
+ Warren
+ MO
+ US
+ 38.77
+ -91.19
+ 0
+ 0
+ LSX
+
+
+ IAZ089
+ 150890
+ Des_Moines
+ IA
+ US
+ 40.89
+ -91.18
+ 0
+ 0
+ DVN
+
+
+ WIZ041
+ 490410
+ La_Crosse
+ WI
+ US
+ 43.91
+ -91.17
+ 0
+ 0
+ ARX
+
+
+ WIZ002
+ 490020
+ Bayfield
+ WI
+ US
+ 46.58
+ -91.15
+ 0
+ 0
+ DLH
+
+
+ IAZ065
+ 150650
+ Cedar
+ IA
+ US
+ 41.77
+ -91.14
+ 0
+ 0
+ DVN
+
+
+ IAZ053
+ 150530
+ Jones
+ IA
+ US
+ 42.12
+ -91.13
+ 0
+ 0
+ DVN
+
+
+ WIZ008
+ 490080
+ Sawyer
+ WI
+ US
+ 45.90
+ -91.12
+ 0
+ 0
+ DLH
+
+
+ WIZ016
+ 490160
+ Rusk
+ WI
+ US
+ 45.47
+ -91.11
+ 0
+ 0
+ MPX
+
+
+ MOZ036
+ 250360
+ Pike
+ MO
+ US
+ 39.37
+ -91.10
+ 0
+ 0
+ LSX
+
+
+ ARZ008
+ 40080
+ Randolph
+ AR
+ US
+ 36.32
+ -91.08
+ 0
+ 0
+ MEG
+
+
+ IAZ067
+ 150670
+ Muscatine
+ IA
+ US
+ 41.47
+ -91.08
+ 0
+ 0
+ DVN
+
+
+ LAZ048
+ 180480
+ East_Baton_Rouge
+ LA
+ US
+ 30.52
+ -91.08
+ 0
+ 0
+ LIX
+
+
+ LAZ036
+ 180360
+ East_Feliciana
+ LA
+ US
+ 30.83
+ -91.07
+ 0
+ 0
+ LIX
+
+
+ LAZ056
+ 180560
+ Assumption
+ LA
+ US
+ 29.86
+ -91.07
+ 0
+ 0
+ LIX
+
+
+ MOZ062
+ 250620
+ Franklin
+ MO
+ US
+ 38.45
+ -91.06
+ 0
+ 0
+ LSX
+
+
+ ARZ017
+ 40170
+ Lawrence
+ AR
+ US
+ 36.07
+ -91.05
+ 0
+ 0
+ MEG
+
+
+ MSZ059
+ 240590
+ Jefferson
+ MS
+ US
+ 31.75
+ -91.05
+ 0
+ 0
+ JAN
+
+
+ MOZ099
+ 250990
+ Reynolds
+ MO
+ US
+ 37.33
+ -91.03
+ 0
+ 0
+ LSX
+
+
+ MSZ040
+ 240400
+ Issaquena
+ MS
+ US
+ 32.73
+ -91.01
+ 0
+ 0
+ JAN
+
+
+ ILZ025
+ 130250
+ Henderson
+ IL
+ US
+ 40.85
+ -91.00
+ 0
+ 0
+ DVN
+
+
+ MSZ053
+ 240530
+ Claiborne
+ MS
+ US
+ 32.01
+ -90.98
+ 0
+ 0
+ JAN
+
+
+ ILZ097
+ 130970
+ Pike
+ IL
+ US
+ 39.62
+ -90.97
+ 0
+ 0
+ LSX
+
+
+ MOZ052
+ 250520
+ Lincoln
+ MO
+ US
+ 39.05
+ -90.97
+ 0
+ 0
+ LSX
+
+
+ MOZ107
+ 251070
+ Carter
+ MO
+ US
+ 36.96
+ -90.95
+ 0
+ 0
+ PAH
+
+
+ MSZ034
+ 240340
+ Washington
+ MS
+ US
+ 33.28
+ -90.95
+ 0
+ 0
+ JAN
+
+
+ MSZ018
+ 240180
+ Bolivar
+ MS
+ US
+ 33.83
+ -90.94
+ 0
+ 0
+ JAN
+
+
+ WIZ054
+ 490540
+ Crawford
+ WI
+ US
+ 43.21
+ -90.94
+ 0
+ 0
+ ARX
+
+
+ MSZ061
+ 240610
+ Franklin
+ MS
+ US
+ 31.47
+ -90.89
+ 0
+ 0
+ JAN
+
+
+ LAZ049
+ 180490
+ Ascension
+ LA
+ US
+ 30.21
+ -90.87
+ 0
+ 0
+ LIX
+
+
+ MOZ073
+ 250730
+ Washington
+ MO
+ US
+ 37.97
+ -90.87
+ 0
+ 0
+ LSX
+
+
+ LAZ066
+ 180660
+ Lower_Terrebonne
+ LA
+ US
+ 29.34
+ -90.86
+ 0
+ 0
+ LIX
+
+
+ MOZ108
+ 251080
+ Ripley
+ MO
+ US
+ 36.66
+ -90.86
+ 0
+ 0
+ PAH
+
+
+ MSZ047
+ 240470
+ Warren
+ MS
+ US
+ 32.34
+ -90.86
+ 0
+ 0
+ JAN
+
+
+ ARZ058
+ 40580
+ Phillips
+ AR
+ US
+ 34.39
+ -90.82
+ 0
+ 0
+ MEG
+
+
+ IAZ042
+ 150420
+ Dubuque
+ IA
+ US
+ 42.49
+ -90.82
+ 0
+ 0
+ DVN
+
+
+ LAZ065
+ 180650
+ Upper_Terrebonne
+ LA
+ US
+ 29.67
+ -90.82
+ 0
+ 0
+ LIX
+
+
+ MSZ069
+ 240690
+ Amite
+ MS
+ US
+ 31.18
+ -90.82
+ 0
+ 0
+ LIX
+
+
+ MSZ041
+ 240410
+ Sharkey
+ MS
+ US
+ 32.89
+ -90.81
+ 0
+ 0
+ JAN
+
+
+ LAZ057
+ 180570
+ St._James
+ LA
+ US
+ 30.03
+ -90.80
+ 0
+ 0
+ LIX
+
+
+ WIZ053
+ 490530
+ Vernon
+ WI
+ US
+ 43.58
+ -90.79
+ 0
+ 0
+ ARX
+
+
+ WIZ061
+ 490610
+ Grant
+ WI
+ US
+ 42.86
+ -90.79
+ 0
+ 0
+ ARX
+
+
+ ARZ035
+ 40350
+ Cross
+ AR
+ US
+ 35.30
+ -90.77
+ 0
+ 0
+ MEG
+
+
+ ARZ048
+ 40480
+ St._Francis
+ AR
+ US
+ 35.01
+ -90.77
+ 0
+ 0
+ MEG
+
+
+ ILZ024
+ 130240
+ Mercer
+ IL
+ US
+ 41.20
+ -90.77
+ 0
+ 0
+ DVN
+
+
+ ARZ049
+ 40490
+ Lee
+ AR
+ US
+ 34.77
+ -90.75
+ 0
+ 0
+ MEG
+
+
+ WIZ034
+ 490340
+ Jackson
+ WI
+ US
+ 44.33
+ -90.74
+ 0
+ 0
+ ARX
+
+
+ LAZ037
+ 180370
+ St._Helena
+ LA
+ US
+ 30.83
+ -90.73
+ 0
+ 0
+ LIX
+
+
+ ILZ096
+ 130960
+ Brown
+ IL
+ US
+ 39.98
+ -90.72
+ 0
+ 0
+ LSX
+
+
+ LAZ050
+ 180500
+ Livingston
+ LA
+ US
+ 30.42
+ -90.72
+ 0
+ 0
+ LIX
+
+
+ ILZ098
+ 130980
+ Calhoun
+ IL
+ US
+ 39.14
+ -90.71
+ 0
+ 0
+ LSX
+
+
+ ILZ035
+ 130350
+ McDonough
+ IL
+ US
+ 40.46
+ -90.68
+ 0
+ 0
+ DVN
+
+
+ MOZ084
+ 250840
+ Iron
+ MO
+ US
+ 37.51
+ -90.67
+ 0
+ 0
+ LSX
+
+
+ MSZ010
+ 240100
+ Coahoma
+ MS
+ US
+ 34.26
+ -90.67
+ 0
+ 0
+ MEG
+
+
+ ARZ026
+ 40260
+ Craighead
+ AR
+ US
+ 35.85
+ -90.66
+ 0
+ 0
+ MEG
+
+
+ ARZ027
+ 40270
+ Poinsett
+ AR
+ US
+ 35.58
+ -90.66
+ 0
+ 0
+ MEG
+
+
+ WIZ042
+ 490420
+ Monroe
+ WI
+ US
+ 43.94
+ -90.64
+ 0
+ 0
+ ARX
+
+
+ ILZ026
+ 130260
+ Warren
+ IL
+ US
+ 40.85
+ -90.62
+ 0
+ 0
+ DVN
+
+
+ MNZ021
+ 230210
+ Southern_Cook/North_Shore
+ MN
+ US
+ 47.75
+ -90.62
+ 0
+ 0
+ DLH
+
+
+ WIZ003
+ 490030
+ Ashland
+ WI
+ US
+ 46.53
+ -90.62
+ 0
+ 0
+ DLH
+
+
+ WIZ029
+ 490290
+ Clark
+ WI
+ US
+ 44.73
+ -90.62
+ 0
+ 0
+ ARX
+
+
+ IAZ068
+ 150680
+ Scott
+ IA
+ US
+ 41.61
+ -90.61
+ 0
+ 0
+ DVN
+
+
+ MSZ019
+ 240190
+ Sunflower
+ MS
+ US
+ 33.63
+ -90.61
+ 0
+ 0
+ JAN
+
+
+ ILZ040
+ 130400
+ Schuyler
+ IL
+ US
+ 40.13
+ -90.57
+ 0
+ 0
+ ILX
+
+
+ LAZ059
+ 180590
+ Upper_Lafourche
+ LA
+ US
+ 29.74
+ -90.57
+ 0
+ 0
+ LIX
+
+
+ MOZ061
+ 250610
+ St._Charles
+ MO
+ US
+ 38.75
+ -90.54
+ 0
+ 0
+ LSX
+
+
+ MOZ074
+ 250740
+ St._Francois
+ MO
+ US
+ 37.86
+ -90.54
+ 0
+ 0
+ LSX
+
+
+ MSZ035
+ 240350
+ Humphreys
+ MS
+ US
+ 33.13
+ -90.53
+ 0
+ 0
+ JAN
+
+
+ IAZ054
+ 150540
+ Jackson
+ IA
+ US
+ 42.21
+ -90.52
+ 0
+ 0
+ DVN
+
+
+ IAZ066
+ 150660
+ Clinton
+ IA
+ US
+ 41.88
+ -90.52
+ 0
+ 0
+ DVN
+
+
+ MOZ065
+ 250650
+ Jefferson
+ MO
+ US
+ 38.25
+ -90.52
+ 0
+ 0
+ LSX
+
+
+ ARZ018
+ 40180
+ Greene
+ AR
+ US
+ 36.12
+ -90.51
+ 0
+ 0
+ MEG
+
+
+ LAZ058
+ 180580
+ St._John_The_Baptist
+ LA
+ US
+ 30.09
+ -90.50
+ 0
+ 0
+ LIX
+
+
+ MSZ062
+ 240620
+ Lincoln
+ MS
+ US
+ 31.54
+ -90.49
+ 0
+ 0
+ JAN
+
+
+ WIZ017
+ 490170
+ Taylor
+ WI
+ US
+ 45.21
+ -90.48
+ 0
+ 0
+ ARX
+
+
+ ILZ049
+ 130490
+ Scott
+ IL
+ US
+ 39.66
+ -90.47
+ 0
+ 0
+ ILX
+
+
+ MOZ100
+ 251000
+ Wayne
+ MO
+ US
+ 37.12
+ -90.45
+ 0
+ 0
+ PAH
+
+
+ ARZ009
+ 40090
+ Clay
+ AR
+ US
+ 36.35
+ -90.43
+ 0
+ 0
+ MEG
+
+
+ MOZ063
+ 250630
+ St._Louis
+ MO
+ US
+ 38.64
+ -90.43
+ 0
+ 0
+ LSX
+
+
+ WIZ055
+ 490550
+ Richland
+ WI
+ US
+ 43.36
+ -90.43
+ 0
+ 0
+ ARX
+
+
+ MSZ054
+ 240540
+ Copiah
+ MS
+ US
+ 31.87
+ -90.42
+ 0
+ 0
+ JAN
+
+
+ MOZ109
+ 251090
+ Butler
+ MO
+ US
+ 36.71
+ -90.41
+ 0
+ 0
+ PAH
+
+
+ LAZ038
+ 180380
+ Tangipahoa
+ LA
+ US
+ 30.65
+ -90.40
+ 0
+ 0
+ LIX
+
+
+ MSZ070
+ 240700
+ Pike
+ MS
+ US
+ 31.18
+ -90.40
+ 0
+ 0
+ LIX
+
+
+ ILZ058
+ 130580
+ Greene
+ IL
+ US
+ 39.32
+ -90.39
+ 0
+ 0
+ LSX
+
+
+ MSZ007
+ 240070
+ Tunica
+ MS
+ US
+ 34.66
+ -90.39
+ 0
+ 0
+ MEG
+
+
+ MSZ048
+ 240480
+ Hinds
+ MS
+ US
+ 32.31
+ -90.39
+ 0
+ 0
+ JAN
+
+
+ ILZ099
+ 130990
+ Jersey
+ IL
+ US
+ 39.09
+ -90.38
+ 0
+ 0
+ LSX
+
+
+ MSZ042
+ 240420
+ Yazoo
+ MS
+ US
+ 32.77
+ -90.36
+ 0
+ 0
+ JAN
+
+
+ WIZ009
+ 490090
+ Price
+ WI
+ US
+ 45.68
+ -90.36
+ 0
+ 0
+ DLH
+
+
+ MOZ085
+ 250850
+ Madison
+ MO
+ US
+ 37.48
+ -90.35
+ 0
+ 0
+ LSX
+
+
+ LAZ060
+ 180600
+ St._Charles
+ LA
+ US
+ 29.89
+ -90.34
+ 0
+ 0
+ LIX
+
+
+ ILZ015
+ 130150
+ Rock_Island
+ IL
+ US
+ 41.56
+ -90.31
+ 0
+ 0
+ DVN
+
+
+ ILZ001
+ 130010
+ Jo_Daviess
+ IL
+ US
+ 42.35
+ -90.29
+ 0
+ 0
+ DVN
+
+
+ ILZ047
+ 130470
+ Cass
+ IL
+ US
+ 40.00
+ -90.29
+ 0
+ 0
+ ILX
+
+
+ LAZ067
+ 180670
+ Lower_Lafourche
+ LA
+ US
+ 29.31
+ -90.29
+ 0
+ 0
+ LIX
+
+
+ MSZ011
+ 240110
+ Quitman
+ MS
+ US
+ 34.30
+ -90.29
+ 0
+ 0
+ MEG
+
+
+ ARZ036
+ 40360
+ Crittenden
+ AR
+ US
+ 35.14
+ -90.28
+ 0
+ 0
+ MEG
+
+
+ ILZ050
+ 130500
+ Morgan
+ IL
+ US
+ 39.70
+ -90.27
+ 0
+ 0
+ ILX
+
+
+ MSZ025
+ 240250
+ Leflore
+ MS
+ US
+ 33.53
+ -90.27
+ 0
+ 0
+ JAN
+
+
+ MOZ064
+ 250640
+ St._Louis_City
+ MO
+ US
+ 38.65
+ -90.24
+ 0
+ 0
+ LSX
+
+
+ WIZ004
+ 490040
+ Iron
+ WI
+ US
+ 46.29
+ -90.23
+ 0
+ 0
+ DLH
+
+
+ ILZ027
+ 130270
+ Knox
+ IL
+ US
+ 40.93
+ -90.22
+ 0
+ 0
+ ILX
+
+
+ MOZ075
+ 250750
+ Ste._Genevieve
+ MO
+ US
+ 37.90
+ -90.20
+ 0
+ 0
+ LSX
+
+
+ MSZ020
+ 240200
+ Tallahatchie
+ MS
+ US
+ 33.93
+ -90.19
+ 0
+ 0
+ MEG
+
+
+ ILZ036
+ 130360
+ Fulton
+ IL
+ US
+ 40.45
+ -90.16
+ 0
+ 0
+ ILX
+
+
+ ILZ016
+ 130160
+ Henry
+ IL
+ US
+ 41.37
+ -90.15
+ 0
+ 0
+ DVN
+
+
+ ILZ102
+ 131020
+ Monroe
+ IL
+ US
+ 38.30
+ -90.14
+ 0
+ 0
+ LSX
+
+
+ LAZ061
+ 180610
+ Upper_Jefferson
+ LA
+ US
+ 29.81
+ -90.14
+ 0
+ 0
+ LIX
+
+
+ WIZ062
+ 490620
+ Iowa
+ WI
+ US
+ 43.01
+ -90.13
+ 0
+ 0
+ MKX
+
+
+ WIZ067
+ 490670
+ Lafayette
+ WI
+ US
+ 42.66
+ -90.13
+ 0
+ 0
+ MKX
+
+
+ MSZ063
+ 240630
+ Lawrence
+ MS
+ US
+ 31.55
+ -90.10
+ 0
+ 0
+ JAN
+
+
+ MSZ036
+ 240360
+ Holmes
+ MS
+ US
+ 33.13
+ -90.09
+ 0
+ 0
+ JAN
+
+
+ MSZ043
+ 240430
+ Madison
+ MS
+ US
+ 32.65
+ -90.08
+ 0
+ 0
+ JAN
+
+
+ LAZ068
+ 180680
+ Lower_Jefferson
+ LA
+ US
+ 29.56
+ -90.07
+ 0
+ 0
+ LIX
+
+
+ MSZ071
+ 240710
+ Walthall
+ MS
+ US
+ 31.18
+ -90.05
+ 0
+ 0
+ LIX
+
+
+ WIZ043
+ 490430
+ Juneau
+ WI
+ US
+ 43.95
+ -90.05
+ 0
+ 0
+ ARX
+
+
+ MOZ086
+ 250860
+ Bollinger
+ MO
+ US
+ 37.32
+ -90.04
+ 0
+ 0
+ PAH
+
+
+ LAZ039
+ 180390
+ Washington
+ LA
+ US
+ 30.84
+ -90.03
+ 0
+ 0
+ LIX
+
+
+ WIZ035
+ 490350
+ Wood
+ WI
+ US
+ 44.47
+ -90.02
+ 0
+ 0
+ GRB
+
+
+ ILZ007
+ 130070
+ Carroll
+ IL
+ US
+ 42.06
+ -90.01
+ 0
+ 0
+ DVN
+
+
+ MOZ113
+ 251130
+ Dunklin
+ MO
+ US
+ 36.31
+ -90.01
+ 0
+ 0
+ MEG
+
+
+ MSZ001
+ 240010
+ De_Soto
+ MS
+ US
+ 34.86
+ -90.01
+ 0
+ 0
+ MEG
+
+
+ ILZ101
+ 131010
+ St._Clair
+ IL
+ US
+ 38.44
+ -89.99
+ 0
+ 0
+ LSX
+
+
+ ILZ041
+ 130410
+ Mason
+ IL
+ US
+ 40.25
+ -89.98
+ 0
+ 0
+ ILX
+
+
+ MOZ110
+ 251100
+ Stoddard
+ MO
+ US
+ 36.88
+ -89.98
+ 0
+ 0
+ PAH
+
+
+ MSZ049
+ 240490
+ Rankin
+ MS
+ US
+ 32.33
+ -89.98
+ 0
+ 0
+ JAN
+
+
+ TNZ088
+ 420880
+ Shelby
+ TN
+ US
+ 35.21
+ -89.97
+ 0
+ 0
+ MEG
+
+
+ ARZ028
+ 40280
+ Mississippi
+ AR
+ US
+ 35.71
+ -89.96
+ 0
+ 0
+ MEG
+
+
+ LAZ063
+ 180630
+ Upper_Plaquemines
+ LA
+ US
+ 29.77
+ -89.96
+ 0
+ 0
+ LIX
+
+
+ MSZ012
+ 240120
+ Panola
+ MS
+ US
+ 34.36
+ -89.96
+ 0
+ 0
+ MEG
+
+
+ WIZ056
+ 490560
+ Sauk
+ WI
+ US
+ 43.40
+ -89.96
+ 0
+ 0
+ MKX
+
+
+ ILZ009
+ 130090
+ Whiteside
+ IL
+ US
+ 41.76
+ -89.95
+ 0
+ 0
+ DVN
+
+
+ MSZ008
+ 240080
+ Tate
+ MS
+ US
+ 34.67
+ -89.95
+ 0
+ 0
+ MEG
+
+
+ ILZ100
+ 131000
+ Madison
+ IL
+ US
+ 38.83
+ -89.94
+ 0
+ 0
+ LSX
+
+
+ MSZ055
+ 240550
+ Simpson
+ MS
+ US
+ 31.91
+ -89.94
+ 0
+ 0
+ JAN
+
+
+ ILZ059
+ 130590
+ Macoupin
+ IL
+ US
+ 39.26
+ -89.93
+ 0
+ 0
+ LSX
+
+
+ MSZ027
+ 240270
+ Carroll
+ MS
+ US
+ 33.45
+ -89.91
+ 0
+ 0
+ JAN
+
+
+ ILZ079
+ 130790
+ Randolph
+ IL
+ US
+ 38.01
+ -89.90
+ 0
+ 0
+ LSX
+
+
+ LAZ040
+ 180400
+ St._Tammany
+ LA
+ US
+ 30.44
+ -89.89
+ 0
+ 0
+ LIX
+
+
+ LAZ062
+ 180620
+ Orleans
+ LA
+ US
+ 30.03
+ -89.88
+ 0
+ 0
+ LIX
+
+
+ LAZ064
+ 180640
+ Upper_St._Bernard
+ LA
+ US
+ 29.91
+ -89.86
+ 0
+ 0
+ LIX
+
+
+ MSZ072
+ 240720
+ Marion
+ MS
+ US
+ 31.22
+ -89.85
+ 0
+ 0
+ JAN
+
+
+ MOZ076
+ 250760
+ Perry
+ MO
+ US
+ 37.74
+ -89.83
+ 0
+ 0
+ PAH
+
+
+ ILZ028
+ 130280
+ Stark
+ IL
+ US
+ 41.11
+ -89.82
+ 0
+ 0
+ ILX
+
+
+ MSZ026
+ 240260
+ Grenada
+ MS
+ US
+ 33.79
+ -89.82
+ 0
+ 0
+ JAN
+
+
+ TNZ049
+ 420490
+ Tipton
+ TN
+ US
+ 35.51
+ -89.82
+ 0
+ 0
+ MEG
+
+
+ WIZ044
+ 490440
+ Adams
+ WI
+ US
+ 43.95
+ -89.81
+ 0
+ 0
+ ARX
+
+
+ ILZ048
+ 130480
+ Menard
+ IL
+ US
+ 40.04
+ -89.79
+ 0
+ 0
+ ILX
+
+
+ MSZ064
+ 240640
+ Jefferson_Davis
+ MS
+ US
+ 31.59
+ -89.78
+ 0
+ 0
+ JAN
+
+
+ WIZ030
+ 490300
+ Marathon
+ WI
+ US
+ 44.90
+ -89.76
+ 0
+ 0
+ GRB
+
+
+ MOZ115
+ 251150
+ Pemiscot
+ MO
+ US
+ 36.21
+ -89.75
+ 0
+ 0
+ MEG
+
+
+ WIZ018
+ 490180
+ Lincoln
+ WI
+ US
+ 45.34
+ -89.73
+ 0
+ 0
+ GRB
+
+
+ ILZ029
+ 130290
+ Peoria
+ IL
+ US
+ 40.75
+ -89.72
+ 0
+ 0
+ ILX
+
+
+ MSZ021
+ 240210
+ Yalobusha
+ MS
+ US
+ 34.03
+ -89.72
+ 0
+ 0
+ MEG
+
+
+ MIZ009
+ 220090
+ Gogebic
+ MI
+ US
+ 46.44
+ -89.70
+ 0
+ 0
+ MQT
+
+
+ ILZ002
+ 130020
+ Stephenson
+ IL
+ US
+ 42.35
+ -89.66
+ 0
+ 0
+ DVN
+
+
+ MOZ114
+ 251140
+ New_Madrid
+ MO
+ US
+ 36.61
+ -89.66
+ 0
+ 0
+ PAH
+
+
+ MOZ087
+ 250870
+ Cape_Girardeau
+ MO
+ US
+ 37.37
+ -89.65
+ 0
+ 0
+ PAH
+
+
+ TNZ048
+ 420480
+ Lauderdale
+ TN
+ US
+ 35.75
+ -89.65
+ 0
+ 0
+ MEG
+
+
+ MSZ037
+ 240370
+ Attala
+ MS
+ US
+ 33.09
+ -89.64
+ 0
+ 0
+ JAN
+
+
+ ILZ051
+ 130510
+ Sangamon
+ IL
+ US
+ 39.75
+ -89.61
+ 0
+ 0
+ ILX
+
+
+ ILZ037
+ 130370
+ Tazewell
+ IL
+ US
+ 40.54
+ -89.60
+ 0
+ 0
+ ILX
+
+
+ WIZ068
+ 490680
+ Green
+ WI
+ US
+ 42.68
+ -89.60
+ 0
+ 0
+ MKX
+
+
+ LAZ070
+ 180700
+ Lower_St._Bernard
+ LA
+ US
+ 29.85
+ -89.59
+ 0
+ 0
+ LIX
+
+
+ MSZ077
+ 240770
+ Pearl_River
+ MS
+ US
+ 30.74
+ -89.59
+ 0
+ 0
+ LIX
+
+
+ MSZ028
+ 240280
+ Montgomery
+ MS
+ US
+ 33.49
+ -89.58
+ 0
+ 0
+ JAN
+
+
+ MSZ065
+ 240650
+ Covington
+ MS
+ US
+ 31.62
+ -89.57
+ 0
+ 0
+ JAN
+
+
+ MOZ111
+ 251110
+ Scott
+ MO
+ US
+ 37.06
+ -89.55
+ 0
+ 0
+ PAH
+
+
+ MSZ050
+ 240500
+ Scott
+ MS
+ US
+ 32.43
+ -89.55
+ 0
+ 0
+ JAN
+
+
+ WIZ010
+ 490100
+ Oneida
+ WI
+ US
+ 45.68
+ -89.54
+ 0
+ 0
+ GRB
+
+
+ MSZ056
+ 240560
+ Smith
+ MS
+ US
+ 32.01
+ -89.53
+ 0
+ 0
+ JAN
+
+
+ WIZ036
+ 490360
+ Portage
+ WI
+ US
+ 44.46
+ -89.53
+ 0
+ 0
+ GRB
+
+
+ ILZ017
+ 130170
+ Bureau
+ IL
+ US
+ 41.37
+ -89.52
+ 0
+ 0
+ DVN
+
+
+ MSZ044
+ 240440
+ Leake
+ MS
+ US
+ 32.76
+ -89.52
+ 0
+ 0
+ JAN
+
+
+ TNZ001
+ 420010
+ Lake
+ TN
+ US
+ 36.34
+ -89.52
+ 0
+ 0
+ MEG
+
+
+ MSZ073
+ 240730
+ Lamar
+ MS
+ US
+ 31.21
+ -89.50
+ 0
+ 0
+ JAN
+
+
+ MSZ080
+ 240800
+ Hancock
+ MS
+ US
+ 30.42
+ -89.50
+ 0
+ 0
+ LIX
+
+
+ LAZ069
+ 180690
+ Lower_Plaquemines
+ LA
+ US
+ 29.37
+ -89.48
+ 0
+ 0
+ LIX
+
+
+ MSZ002
+ 240020
+ Marshall
+ MS
+ US
+ 34.75
+ -89.48
+ 0
+ 0
+ MEG
+
+
+ MSZ013
+ 240130
+ Lafayette
+ MS
+ US
+ 34.37
+ -89.48
+ 0
+ 0
+ MEG
+
+
+ WIZ005
+ 490050
+ Vilas
+ WI
+ US
+ 46.08
+ -89.48
+ 0
+ 0
+ GRB
+
+
+ ILZ064
+ 130640
+ Bond
+ IL
+ US
+ 38.88
+ -89.45
+ 0
+ 0
+ LSX
+
+
+ TNZ019
+ 420190
+ Dyer
+ TN
+ US
+ 36.05
+ -89.44
+ 0
+ 0
+ MEG
+
+
+ ILZ069
+ 130690
+ Clinton
+ IL
+ US
+ 38.58
+ -89.43
+ 0
+ 0
+ LSX
+
+
+ ILZ074
+ 130740
+ Washington
+ IL
+ US
+ 38.36
+ -89.43
+ 0
+ 0
+ LSX
+
+
+ ILZ060
+ 130600
+ Montgomery
+ IL
+ US
+ 39.26
+ -89.42
+ 0
+ 0
+ LSX
+
+
+ ILZ084
+ 130840
+ Jackson
+ IL
+ US
+ 37.76
+ -89.42
+ 0
+ 0
+ PAH
+
+
+ TNZ089
+ 420890
+ Fayette
+ TN
+ US
+ 35.20
+ -89.42
+ 0
+ 0
+ MEG
+
+
+ WIZ063
+ 490630
+ Dane
+ WI
+ US
+ 43.07
+ -89.42
+ 0
+ 0
+ MKX
+
+
+ WIZ057
+ 490570
+ Columbia
+ WI
+ US
+ 43.47
+ -89.39
+ 0
+ 0
+ MKX
+
+
+ ILZ042
+ 130420
+ Logan
+ IL
+ US
+ 40.12
+ -89.38
+ 0
+ 0
+ ILX
+
+
+ WIZ046
+ 490460
+ Marquette
+ WI
+ US
+ 43.81
+ -89.38
+ 0
+ 0
+ MKX
+
+
+ MIZ002
+ 220020
+ Ontonagon
+ MI
+ US
+ 46.68
+ -89.37
+ 0
+ 0
+ MQT
+
+
+ ILZ080
+ 130800
+ Perry
+ IL
+ US
+ 38.08
+ -89.36
+ 0
+ 0
+ PAH
+
+
+ ILZ030
+ 130300
+ Marshall
+ IL
+ US
+ 41.04
+ -89.35
+ 0
+ 0
+ ILX
+
+
+ ILZ008
+ 130080
+ Ogle
+ IL
+ US
+ 42.04
+ -89.32
+ 0
+ 0
+ LOT
+
+
+ ILZ018
+ 130180
+ Putnam
+ IL
+ US
+ 41.21
+ -89.32
+ 0
+ 0
+ DVN
+
+
+ ILZ092
+ 130920
+ Alexander
+ IL
+ US
+ 37.16
+ -89.32
+ 0
+ 0
+ PAH
+
+
+ MOZ112
+ 251120
+ Mississippi
+ MO
+ US
+ 36.83
+ -89.32
+ 0
+ 0
+ PAH
+
+
+ MSZ022
+ 240220
+ Calhoun
+ MS
+ US
+ 33.95
+ -89.32
+ 0
+ 0
+ MEG
+
+
+ ILZ010
+ 130100
+ Lee
+ IL
+ US
+ 41.75
+ -89.29
+ 0
+ 0
+ LOT
+
+
+ ILZ052
+ 130520
+ Christian
+ IL
+ US
+ 39.58
+ -89.29
+ 0
+ 0
+ ILX
+
+
+ ILZ088
+ 130880
+ Union
+ IL
+ US
+ 37.47
+ -89.29
+ 0
+ 0
+ PAH
+
+
+ MSZ074
+ 240740
+ Forrest
+ MS
+ US
+ 31.18
+ -89.29
+ 0
+ 0
+ JAN
+
+
+ TNZ050
+ 420500
+ Haywood
+ TN
+ US
+ 35.61
+ -89.29
+ 0
+ 0
+ MEG
+
+
+ MSZ032
+ 240320
+ Choctaw
+ MS
+ US
+ 33.33
+ -89.27
+ 0
+ 0
+ JAN
+
+
+ MSZ029
+ 240290
+ Webster
+ MS
+ US
+ 33.60
+ -89.26
+ 0
+ 0
+ JAN
+
+
+ ILZ031
+ 130310
+ Woodford
+ IL
+ US
+ 40.76
+ -89.25
+ 0
+ 0
+ ILX
+
+
+ WIZ045
+ 490450
+ Waushara
+ WI
+ US
+ 44.11
+ -89.24
+ 0
+ 0
+ GRB
+
+
+ KYZ001
+ 170010
+ Fulton
+ KY
+ US
+ 36.58
+ -89.20
+ 0
+ 0
+ PAH
+
+
+ ILZ003
+ 130030
+ Winnebago
+ IL
+ US
+ 42.32
+ -89.17
+ 0
+ 0
+ LOT
+
+
+ MSZ003
+ 240030
+ Benton
+ MS
+ US
+ 34.80
+ -89.17
+ 0
+ 0
+ MEG
+
+
+ MSZ066
+ 240660
+ Jones
+ MS
+ US
+ 31.63
+ -89.16
+ 0
+ 0
+ JAN
+
+
+ TNZ002
+ 420020
+ Obion
+ TN
+ US
+ 36.35
+ -89.14
+ 0
+ 0
+ MEG
+
+
+ TNZ051
+ 420510
+ Crockett
+ TN
+ US
+ 35.84
+ -89.13
+ 0
+ 0
+ MEG
+
+
+ MSZ051
+ 240510
+ Newton
+ MS
+ US
+ 32.41
+ -89.12
+ 0
+ 0
+ JAN
+
+
+ MSZ045
+ 240450
+ Neshoba
+ MS
+ US
+ 32.76
+ -89.11
+ 0
+ 0
+ JAN
+
+
+ MSZ057
+ 240570
+ Jasper
+ MS
+ US
+ 32.02
+ -89.11
+ 0
+ 0
+ JAN
+
+
+ ILZ093
+ 130930
+ Pulaski
+ IL
+ US
+ 37.20
+ -89.10
+ 0
+ 0
+ PAH
+
+
+ MSZ078
+ 240780
+ Stone
+ MS
+ US
+ 30.78
+ -89.10
+ 0
+ 0
+ MOB
+
+
+ WIZ069
+ 490690
+ Rock
+ WI
+ US
+ 42.67
+ -89.07
+ 0
+ 0
+ MKX
+
+
+ MSZ038
+ 240380
+ Winston
+ MS
+ US
+ 33.11
+ -89.06
+ 0
+ 0
+ JAN
+
+
+ MSZ081
+ 240810
+ Harrison
+ MS
+ US
+ 30.44
+ -89.06
+ 0
+ 0
+ LIX
+
+
+ WIZ047
+ 490470
+ Green_Lake
+ WI
+ US
+ 43.81
+ -89.06
+ 0
+ 0
+ MKX
+
+
+ MSZ015
+ 240150
+ Pontotoc
+ MS
+ US
+ 34.23
+ -89.03
+ 0
+ 0
+ MEG
+
+
+ WIZ019
+ 490190
+ Langlade
+ WI
+ US
+ 45.25
+ -89.03
+ 0
+ 0
+ GRB
+
+
+ KYZ002
+ 170020
+ Hickman
+ KY
+ US
+ 36.65
+ -89.01
+ 0
+ 0
+ PAH
+
+
+ KYZ003
+ 170030
+ Carlisle
+ KY
+ US
+ 36.87
+ -89.00
+ 0
+ 0
+ PAH
+
+
+ KYZ004
+ 170040
+ Ballard
+ KY
+ US
+ 37.07
+ -89.00
+ 0
+ 0
+ PAH
+
+
+ ILZ053
+ 130530
+ Macon
+ IL
+ US
+ 39.86
+ -88.99
+ 0
+ 0
+ ILX
+
+
+ TNZ090
+ 420900
+ Hardeman
+ TN
+ US
+ 35.22
+ -88.99
+ 0
+ 0
+ MEG
+
+
+ ILZ065
+ 130650
+ Fayette
+ IL
+ US
+ 38.98
+ -88.98
+ 0
+ 0
+ LSX
+
+
+ MSZ014
+ 240140
+ Union
+ MS
+ US
+ 34.49
+ -88.98
+ 0
+ 0
+ MEG
+
+
+ MSZ075
+ 240750
+ Perry
+ MS
+ US
+ 31.18
+ -88.98
+ 0
+ 0
+ MOB
+
+
+ MSZ023
+ 240230
+ Chickasaw
+ MS
+ US
+ 33.91
+ -88.95
+ 0
+ 0
+ MEG
+
+
+ TNZ020
+ 420200
+ Gibson
+ TN
+ US
+ 36.01
+ -88.95
+ 0
+ 0
+ MEG
+
+
+ ILZ081
+ 130810
+ Franklin
+ IL
+ US
+ 38.00
+ -88.94
+ 0
+ 0
+ PAH
+
+
+ ILZ075
+ 130750
+ Jefferson
+ IL
+ US
+ 38.30
+ -88.93
+ 0
+ 0
+ PAH
+
+
+ ILZ085
+ 130850
+ Williamson
+ IL
+ US
+ 37.74
+ -88.93
+ 0
+ 0
+ PAH
+
+
+ ILZ070
+ 130700
+ Marion
+ IL
+ US
+ 38.65
+ -88.92
+ 0
+ 0
+ LSX
+
+
+ WIZ037
+ 490370
+ Waupaca
+ WI
+ US
+ 44.46
+ -88.91
+ 0
+ 0
+ GRB
+
+
+ MSZ004
+ 240040
+ Tippah
+ MS
+ US
+ 34.80
+ -88.89
+ 0
+ 0
+ MEG
+
+
+ ILZ019
+ 130190
+ La_Salle
+ IL
+ US
+ 41.28
+ -88.88
+ 0
+ 0
+ LOT
+
+
+ ILZ089
+ 130890
+ Johnson
+ IL
+ US
+ 37.45
+ -88.88
+ 0
+ 0
+ PAH
+
+
+ ILZ038
+ 130380
+ McLean
+ IL
+ US
+ 40.52
+ -88.87
+ 0
+ 0
+ ILX
+
+
+ ILZ043
+ 130430
+ De_Witt
+ IL
+ US
+ 40.17
+ -88.87
+ 0
+ 0
+ ILX
+
+
+ MSZ033
+ 240330
+ Oktibbeha
+ MS
+ US
+ 33.43
+ -88.87
+ 0
+ 0
+ JAN
+
+
+ MIZ001
+ 220010
+ Keweenaw
+ MI
+ US
+ 48.01
+ -88.84
+ 0
+ 0
+ MQT
+
+
+ TNZ052
+ 420520
+ Madison
+ TN
+ US
+ 35.62
+ -88.84
+ 0
+ 0
+ MEG
+
+
+ ILZ004
+ 130040
+ Boone
+ IL
+ US
+ 42.32
+ -88.83
+ 0
+ 0
+ LOT
+
+
+ MIZ084
+ 220840
+ Southern_Houghton
+ MI
+ US
+ 46.64
+ -88.83
+ 0
+ 0
+ MQT
+
+
+ ILZ061
+ 130610
+ Shelby
+ IL
+ US
+ 39.43
+ -88.81
+ 0
+ 0
+ ILX
+
+
+ ILZ011
+ 130110
+ DeKalb
+ IL
+ US
+ 41.89
+ -88.77
+ 0
+ 0
+ LOT
+
+
+ WIZ064
+ 490640
+ Jefferson
+ WI
+ US
+ 43.02
+ -88.77
+ 0
+ 0
+ MKX
+
+
+ MSZ030
+ 240300
+ Clay
+ MS
+ US
+ 33.66
+ -88.75
+ 0
+ 0
+ JAN
+
+
+ TNZ003
+ 420030
+ Weakley
+ TN
+ US
+ 36.28
+ -88.73
+ 0
+ 0
+ MEG
+
+
+ WIZ011
+ 490110
+ Forest
+ WI
+ US
+ 45.72
+ -88.73
+ 0
+ 0
+ GRB
+
+
+ WIZ020
+ 490200
+ Menominee
+ WI
+ US
+ 44.99
+ -88.73
+ 0
+ 0
+ GRB
+
+
+ WIZ031
+ 490310
+ Shawano
+ WI
+ US
+ 44.81
+ -88.73
+ 0
+ 0
+ GRB
+
+
+ ILZ094
+ 130940
+ Massac
+ IL
+ US
+ 37.20
+ -88.71
+ 0
+ 0
+ PAH
+
+
+ KYZ005
+ 170050
+ McCracken
+ KY
+ US
+ 37.08
+ -88.71
+ 0
+ 0
+ PAH
+
+
+ WIZ058
+ 490580
+ Dodge
+ WI
+ US
+ 43.42
+ -88.70
+ 0
+ 0
+ MKX
+
+
+ MSZ067
+ 240670
+ Wayne
+ MS
+ US
+ 31.66
+ -88.69
+ 0
+ 0
+ MOB
+
+
+ MSZ016
+ 240160
+ Lee
+ MS
+ US
+ 34.30
+ -88.68
+ 0
+ 0
+ MEG
+
+
+ MSZ058
+ 240580
+ Clarke
+ MS
+ US
+ 32.03
+ -88.68
+ 0
+ 0
+ JAN
+
+
+ KYZ006
+ 170060
+ Graves
+ KY
+ US
+ 36.73
+ -88.66
+ 0
+ 0
+ PAH
+
+
+ MSZ052
+ 240520
+ Lauderdale
+ MS
+ US
+ 32.40
+ -88.66
+ 0
+ 0
+ JAN
+
+
+ ILZ054
+ 130540
+ Moultrie
+ IL
+ US
+ 39.62
+ -88.64
+ 0
+ 0
+ ILX
+
+
+ MSZ079
+ 240790
+ George
+ MS
+ US
+ 30.87
+ -88.64
+ 0
+ 0
+ MOB
+
+
+ WIZ048
+ 490480
+ Winnebago
+ WI
+ US
+ 44.07
+ -88.64
+ 0
+ 0
+ GRB
+
+
+ MSZ046
+ 240460
+ Kemper
+ MS
+ US
+ 32.76
+ -88.63
+ 0
+ 0
+ JAN
+
+
+ MSZ076
+ 240760
+ Greene
+ MS
+ US
+ 31.22
+ -88.63
+ 0
+ 0
+ MOB
+
+
+ MSZ082
+ 240820
+ Jackson
+ MS
+ US
+ 30.47
+ -88.63
+ 0
+ 0
+ LIX
+
+
+ ILZ044
+ 130440
+ Piatt
+ IL
+ US
+ 40.04
+ -88.61
+ 0
+ 0
+ ILX
+
+
+ TNZ053
+ 420530
+ Chester
+ TN
+ US
+ 35.42
+ -88.61
+ 0
+ 0
+ MEG
+
+
+ ILZ032
+ 130320
+ Livingston
+ IL
+ US
+ 40.87
+ -88.59
+ 0
+ 0
+ LOT
+
+
+ ILZ066
+ 130660
+ Effingham
+ IL
+ US
+ 39.06
+ -88.59
+ 0
+ 0
+ ILX
+
+
+ MSZ005
+ 240050
+ Alcorn
+ MS
+ US
+ 34.88
+ -88.58
+ 0
+ 0
+ MEG
+
+
+ TNZ091
+ 420910
+ McNairy
+ TN
+ US
+ 35.20
+ -88.58
+ 0
+ 0
+ MEG
+
+
+ MIZ003
+ 220030
+ Northern_Houghton
+ MI
+ US
+ 47.05
+ -88.57
+ 0
+ 0
+ MQT
+
+
+ ILZ090
+ 130900
+ Pope
+ IL
+ US
+ 37.34
+ -88.56
+ 0
+ 0
+ PAH
+
+
+ MSZ039
+ 240390
+ Noxubee
+ MS
+ US
+ 33.11
+ -88.56
+ 0
+ 0
+ JAN
+
+
+ MIZ010
+ 220100
+ Iron
+ MI
+ US
+ 46.18
+ -88.55
+ 0
+ 0
+ MQT
+
+
+ ILZ082
+ 130820
+ Hamilton
+ IL
+ US
+ 38.08
+ -88.54
+ 0
+ 0
+ PAH
+
+
+ ILZ086
+ 130860
+ Saline
+ IL
+ US
+ 37.76
+ -88.54
+ 0
+ 0
+ PAH
+
+
+ WIZ070
+ 490700
+ Walworth
+ WI
+ US
+ 42.67
+ -88.53
+ 0
+ 0
+ MKX
+
+
+ MSZ009
+ 240090
+ Prentiss
+ MS
+ US
+ 34.61
+ -88.52
+ 0
+ 0
+ MEG
+
+
+ WIZ051
+ 490510
+ Fond_Du_Lac
+ WI
+ US
+ 43.74
+ -88.52
+ 0
+ 0
+ MKX
+
+
+ ILZ071
+ 130710
+ Clay
+ IL
+ US
+ 38.76
+ -88.48
+ 0
+ 0
+ ILX
+
+
+ MSZ024
+ 240240
+ Monroe
+ MS
+ US
+ 33.87
+ -88.46
+ 0
+ 0
+ MEG
+
+
+ MSZ031
+ 240310
+ Lowndes
+ MS
+ US
+ 33.52
+ -88.46
+ 0
+ 0
+ JAN
+
+
+ WIZ038
+ 490380
+ Outagamie
+ WI
+ US
+ 44.42
+ -88.46
+ 0
+ 0
+ GRB
+
+
+ ILZ005
+ 130050
+ McHenry
+ IL
+ US
+ 42.32
+ -88.45
+ 0
+ 0
+ LOT
+
+
+ ILZ020
+ 130200
+ Kendall
+ IL
+ US
+ 41.59
+ -88.44
+ 0
+ 0
+ LOT
+
+
+ TNZ021
+ 420210
+ Carroll
+ TN
+ US
+ 35.97
+ -88.44
+ 0
+ 0
+ MEG
+
+
+ ILZ012
+ 130120
+ Kane
+ IL
+ US
+ 41.94
+ -88.43
+ 0
+ 0
+ LOT
+
+
+ ILZ076
+ 130760
+ Wayne
+ IL
+ US
+ 38.43
+ -88.43
+ 0
+ 0
+ PAH
+
+
+ ILZ021
+ 130210
+ Grundy
+ IL
+ US
+ 41.29
+ -88.42
+ 0
+ 0
+ LOT
+
+
+ TNZ054
+ 420540
+ Henderson
+ TN
+ US
+ 35.62
+ -88.39
+ 0
+ 0
+ MEG
+
+
+ WIZ021
+ 490210
+ Northern_Oconto_County
+ WI
+ US
+ 45.20
+ -88.39
+ 0
+ 0
+ GRB
+
+
+ KYZ007
+ 170070
+ Livingston
+ KY
+ US
+ 37.20
+ -88.38
+ 0
+ 0
+ PAH
+
+
+ WIZ012
+ 490120
+ Florence
+ WI
+ US
+ 45.87
+ -88.36
+ 0
+ 0
+ GRB
+
+
+ MSZ017
+ 240170
+ Itawamba
+ MS
+ US
+ 34.28
+ -88.35
+ 0
+ 0
+ MEG
+
+
+ MIZ004
+ 220040
+ Baraga
+ MI
+ US
+ 46.69
+ -88.33
+ 0
+ 0
+ MQT
+
+
+ KYZ008
+ 170080
+ Marshall
+ KY
+ US
+ 36.91
+ -88.31
+ 0
+ 0
+ PAH
+
+
+ WIZ065
+ 490650
+ Waukesha
+ WI
+ US
+ 43.02
+ -88.30
+ 0
+ 0
+ MKX
+
+
+ KYZ009
+ 170090
+ Calloway
+ KY
+ US
+ 36.63
+ -88.27
+ 0
+ 0
+ PAH
+
+
+ TNZ004
+ 420040
+ Henry
+ TN
+ US
+ 36.32
+ -88.26
+ 0
+ 0
+ MEG
+
+
+ ILZ091
+ 130910
+ Hardin
+ IL
+ US
+ 37.51
+ -88.25
+ 0
+ 0
+ PAH
+
+
+ ILZ062
+ 130620
+ Cumberland
+ IL
+ US
+ 39.28
+ -88.24
+ 0
+ 0
+ ILX
+
+
+ ILZ056
+ 130560
+ Coles
+ IL
+ US
+ 39.53
+ -88.22
+ 0
+ 0
+ ILX
+
+
+ MSZ006
+ 240060
+ Tishomingo
+ MS
+ US
+ 34.73
+ -88.22
+ 0
+ 0
+ MEG
+
+
+ WIZ049
+ 490490
+ Calumet
+ WI
+ US
+ 44.07
+ -88.22
+ 0
+ 0
+ GRB
+
+
+ WIZ059
+ 490590
+ Washington
+ WI
+ US
+ 43.37
+ -88.22
+ 0
+ 0
+ MKX
+
+
+ ALZ063
+ 10630
+ Lower_Mobile
+ AL
+ US
+ 30.44
+ -88.21
+ 0
+ 0
+ MOB
+
+
+ ILZ055
+ 130550
+ Douglas
+ IL
+ US
+ 39.77
+ -88.21
+ 0
+ 0
+ ILX
+
+
+ ILZ087
+ 130870
+ Gallatin
+ IL
+ US
+ 37.75
+ -88.21
+ 0
+ 0
+ PAH
+
+
+ ALZ051
+ 10510
+ Choctaw
+ AL
+ US
+ 32.01
+ -88.20
+ 0
+ 0
+ MOB
+
+
+ ILZ039
+ 130390
+ Ford
+ IL
+ US
+ 40.70
+ -88.20
+ 0
+ 0
+ LOT
+
+
+ ILZ045
+ 130450
+ Champaign
+ IL
+ US
+ 40.14
+ -88.20
+ 0
+ 0
+ ILX
+
+
+ ALZ052
+ 10520
+ Washington
+ AL
+ US
+ 31.41
+ -88.18
+ 0
+ 0
+ MOB
+
+
+ ALZ061
+ 10610
+ Upper_Mobile
+ AL
+ US
+ 30.93
+ -88.18
+ 0
+ 0
+ MOB
+
+
+ TNZ092
+ 420920
+ Hardin
+ TN
+ US
+ 35.22
+ -88.18
+ 0
+ 0
+ MEG
+
+
+ ILZ067
+ 130670
+ Jasper
+ IL
+ US
+ 39.02
+ -88.16
+ 0
+ 0
+ ILX
+
+
+ ILZ083
+ 130830
+ White
+ IL
+ US
+ 38.08
+ -88.15
+ 0
+ 0
+ PAH
+
+
+ ALZ030
+ 10300
+ Sumter
+ AL
+ US
+ 32.65
+ -88.13
+ 0
+ 0
+ BMX
+
+
+ WIZ074
+ 490740
+ Southern_Oconto_County
+ WI
+ US
+ 44.85
+ -88.12
+ 0
+ 0
+ GRB
+
+
+ ALZ012
+ 10120
+ Lamar
+ AL
+ US
+ 33.80
+ -88.11
+ 0
+ 0
+ BMX
+
+
+ ILZ072
+ 130720
+ Richland
+ IL
+ US
+ 38.72
+ -88.11
+ 0
+ 0
+ ILX
+
+
+ TNZ055
+ 420550
+ Decatur
+ TN
+ US
+ 35.62
+ -88.10
+ 0
+ 0
+ MEG
+
+
+ WIZ013
+ 490130
+ Northern_Marinette_County
+ WI
+ US
+ 45.57
+ -88.10
+ 0
+ 0
+ GRB
+
+
+ ALZ022
+ 10220
+ Pickens
+ AL
+ US
+ 33.26
+ -88.09
+ 0
+ 0
+ BMX
+
+
+ ILZ013
+ 130130
+ DuPage
+ IL
+ US
+ 41.85
+ -88.09
+ 0
+ 0
+ LOT
+
+
+ KYZ010
+ 170100
+ Crittenden
+ KY
+ US
+ 37.34
+ -88.09
+ 0
+ 0
+ PAH
+
+
+ KYZ011
+ 170110
+ Lyon
+ KY
+ US
+ 37.03
+ -88.07
+ 0
+ 0
+ PAH
+
+
+ TNZ022
+ 420220
+ Benton
+ TN
+ US
+ 36.09
+ -88.07
+ 0
+ 0
+ OHX
+
+
+ ILZ077
+ 130770
+ Edwards
+ IL
+ US
+ 38.42
+ -88.05
+ 0
+ 0
+ PAH
+
+
+ WIZ072
+ 490720
+ Kenosha
+ WI
+ US
+ 42.58
+ -88.05
+ 0
+ 0
+ MKX
+
+
+ WIZ071
+ 490710
+ Racine
+ WI
+ US
+ 42.73
+ -88.03
+ 0
+ 0
+ MKX
+
+
+ WIZ039
+ 490390
+ Brown
+ WI
+ US
+ 44.46
+ -87.99
+ 0
+ 0
+ GRB
+
+
+ ILZ006
+ 130060
+ Lake
+ IL
+ US
+ 42.32
+ -87.98
+ 0
+ 0
+ LOT
+
+
+ ALZ031
+ 10310
+ Greene
+ AL
+ US
+ 32.84
+ -87.96
+ 0
+ 0
+ BMX
+
+
+ KYZ014
+ 170140
+ Union
+ KY
+ US
+ 37.69
+ -87.95
+ 0
+ 0
+ PAH
+
+
+ WIZ066
+ 490660
+ Milwaukee
+ WI
+ US
+ 43.02
+ -87.94
+ 0
+ 0
+ MKX
+
+
+ WIZ073
+ 490730
+ Southern_Marinette_County
+ WI
+ US
+ 45.18
+ -87.94
+ 0
+ 0
+ GRB
+
+
+ WIZ052
+ 490520
+ Sheboygan
+ WI
+ US
+ 43.72
+ -87.93
+ 0
+ 0
+ MKX
+
+
+ ALZ011
+ 10110
+ Marion
+ AL
+ US
+ 34.12
+ -87.92
+ 0
+ 0
+ BMX
+
+
+ KYZ012
+ 170120
+ Trigg
+ KY
+ US
+ 36.83
+ -87.92
+ 0
+ 0
+ PAH
+
+
+ WIZ060
+ 490600
+ Ozaukee
+ WI
+ US
+ 43.37
+ -87.92
+ 0
+ 0
+ MKX
+
+
+ ILZ014
+ 130140
+ Cook
+ IL
+ US
+ 41.81
+ -87.90
+ 0
+ 0
+ LOT
+
+
+ ILZ022
+ 130220
+ Will
+ IL
+ US
+ 41.47
+ -87.90
+ 0
+ 0
+ LOT
+
+
+ INZ085
+ 140850
+ Posey
+ IN
+ US
+ 38.01
+ -87.90
+ 0
+ 0
+ PAH
+
+
+ ILZ023
+ 130230
+ Kankakee
+ IL
+ US
+ 41.15
+ -87.89
+ 0
+ 0
+ LOT
+
+
+ KYZ013
+ 170130
+ Caldwell
+ KY
+ US
+ 37.17
+ -87.89
+ 0
+ 0
+ PAH
+
+
+ MIZ011
+ 220110
+ Dickinson
+ MI
+ US
+ 45.99
+ -87.87
+ 0
+ 0
+ MQT
+
+
+ ALZ003
+ 10030
+ Franklin
+ AL
+ US
+ 34.45
+ -87.85
+ 0
+ 0
+ HUN
+
+
+ TNZ056
+ 420560
+ Perry
+ TN
+ US
+ 35.64
+ -87.85
+ 0
+ 0
+ OHX
+
+
+ ALZ053
+ 10530
+ Clarke
+ AL
+ US
+ 31.60
+ -87.84
+ 0
+ 0
+ MOB
+
+
+ ILZ033
+ 130330
+ Iroquois
+ IL
+ US
+ 40.75
+ -87.83
+ 0
+ 0
+ LOT
+
+
+ TNZ005
+ 420050
+ Stewart
+ TN
+ US
+ 36.50
+ -87.83
+ 0
+ 0
+ OHX
+
+
+ ILZ078
+ 130780
+ Wabash
+ IL
+ US
+ 38.41
+ -87.82
+ 0
+ 0
+ PAH
+
+
+ TNZ093
+ 420930
+ Wayne
+ TN
+ US
+ 35.26
+ -87.80
+ 0
+ 0
+ OHX
+
+
+ ALZ039
+ 10390
+ Marengo
+ AL
+ US
+ 32.27
+ -87.79
+ 0
+ 0
+ BMX
+
+
+ ALZ002
+ 10020
+ Colbert
+ AL
+ US
+ 34.74
+ -87.78
+ 0
+ 0
+ HUN
+
+
+ ILZ063
+ 130630
+ Clark
+ IL
+ US
+ 39.33
+ -87.78
+ 0
+ 0
+ ILX
+
+
+ TNZ024
+ 420240
+ Humphreys
+ TN
+ US
+ 36.03
+ -87.77
+ 0
+ 0
+ OHX
+
+
+ WIZ050
+ 490500
+ Manitowoc
+ WI
+ US
+ 44.11
+ -87.77
+ 0
+ 0
+ GRB
+
+
+ ILZ057
+ 130570
+ Edgar
+ IL
+ US
+ 39.68
+ -87.75
+ 0
+ 0
+ ILX
+
+
+ TNZ023
+ 420230
+ Houston
+ TN
+ US
+ 36.28
+ -87.75
+ 0
+ 0
+ OHX
+
+
+ ILZ046
+ 130460
+ Vermilion
+ IL
+ US
+ 40.19
+ -87.74
+ 0
+ 0
+ ILX
+
+
+ ILZ068
+ 130680
+ Crawford
+ IL
+ US
+ 39.02
+ -87.74
+ 0
+ 0
+ ILX
+
+
+ ALZ062
+ 10620
+ Upper_Baldwin
+ AL
+ US
+ 31.01
+ -87.72
+ 0
+ 0
+ MOB
+
+
+ ILZ073
+ 130730
+ Lawrence
+ IL
+ US
+ 38.72
+ -87.71
+ 0
+ 0
+ ILX
+
+
+ ALZ001
+ 10010
+ Lauderdale
+ AL
+ US
+ 34.88
+ -87.70
+ 0
+ 0
+ HUN
+
+
+ ALZ064
+ 10640
+ Lower_Baldwin
+ AL
+ US
+ 30.45
+ -87.70
+ 0
+ 0
+ MOB
+
+
+ ALZ013
+ 10130
+ Fayette
+ AL
+ US
+ 33.73
+ -87.68
+ 0
+ 0
+ BMX
+
+
+ KYZ015
+ 170150
+ Webster
+ KY
+ US
+ 37.50
+ -87.66
+ 0
+ 0
+ PAH
+
+
+ INZ081
+ 140810
+ Gibson
+ IN
+ US
+ 38.35
+ -87.65
+ 0
+ 0
+ PAH
+
+
+ ALZ032
+ 10320
+ Hale
+ AL
+ US
+ 32.75
+ -87.64
+ 0
+ 0
+ BMX
+
+
+ KYZ018
+ 170180
+ Henderson
+ KY
+ US
+ 37.81
+ -87.61
+ 0
+ 0
+ PAH
+
+
+ MIZ005
+ 220050
+ Marquette
+ MI
+ US
+ 46.48
+ -87.61
+ 0
+ 0
+ MQT
+
+
+ INZ086
+ 140860
+ Vanderburgh
+ IN
+ US
+ 38.00
+ -87.58
+ 0
+ 0
+ PAH
+
+
+ KYZ016
+ 170160
+ Hopkins
+ KY
+ US
+ 37.34
+ -87.58
+ 0
+ 0
+ PAH
+
+
+ MIZ012
+ 220120
+ Menominee
+ MI
+ US
+ 45.55
+ -87.57
+ 0
+ 0
+ MQT
+
+
+ WIZ040
+ 490400
+ Kewaunee
+ WI
+ US
+ 44.50
+ -87.57
+ 0
+ 0
+ GRB
+
+
+ KYZ017
+ 170170
+ Christian
+ KY
+ US
+ 36.90
+ -87.50
+ 0
+ 0
+ PAH
+
+
+ TNZ058
+ 420580
+ Lewis
+ TN
+ US
+ 35.53
+ -87.49
+ 0
+ 0
+ OHX
+
+
+ TNZ057
+ 420570
+ Hickman
+ TN
+ US
+ 35.81
+ -87.47
+ 0
+ 0
+ OHX
+
+
+ INZ060
+ 140600
+ Sullivan
+ IN
+ US
+ 39.08
+ -87.46
+ 0
+ 0
+ IND
+
+
+ ALZ023
+ 10230
+ Tuscaloosa
+ AL
+ US
+ 33.32
+ -87.45
+ 0
+ 0
+ BMX
+
+
+ INZ043
+ 140430
+ Vermillion
+ IN
+ US
+ 39.89
+ -87.45
+ 0
+ 0
+ IND
+
+
+ INZ067
+ 140670
+ Knox
+ IN
+ US
+ 38.66
+ -87.43
+ 0
+ 0
+ IND
+
+
+ INZ051
+ 140510
+ Vigo
+ IN
+ US
+ 39.43
+ -87.42
+ 0
+ 0
+ IND
+
+
+ FLZ001
+ 90010
+ Inland_Escambia
+ FL
+ US
+ 30.86
+ -87.40
+ 0
+ 0
+ MOB
+
+
+ INZ010
+ 140100
+ Newton
+ IN
+ US
+ 40.98
+ -87.40
+ 0
+ 0
+ LOT
+
+
+ TNZ094
+ 420940
+ Lawrence
+ TN
+ US
+ 35.24
+ -87.40
+ 0
+ 0
+ OHX
+
+
+ INZ001
+ 140010
+ Lake
+ IN
+ US
+ 41.44
+ -87.38
+ 0
+ 0
+ LOT
+
+
+ TNZ006
+ 420060
+ Montgomery
+ TN
+ US
+ 36.49
+ -87.38
+ 0
+ 0
+ OHX
+
+
+ ALZ014
+ 10140
+ Winston
+ AL
+ US
+ 34.15
+ -87.37
+ 0
+ 0
+ BMX
+
+
+ ALZ055
+ 10550
+ Monroe
+ AL
+ US
+ 31.54
+ -87.35
+ 0
+ 0
+ MOB
+
+
+ TNZ025
+ 420250
+ Dickson
+ TN
+ US
+ 36.15
+ -87.35
+ 0
+ 0
+ OHX
+
+
+ ALZ004
+ 10040
+ Lawrence
+ AL
+ US
+ 34.56
+ -87.32
+ 0
+ 0
+ HUN
+
+
+ INZ019
+ 140190
+ Benton
+ IN
+ US
+ 40.61
+ -87.32
+ 0
+ 0
+ LOT
+
+
+ INZ028
+ 140280
+ Warren
+ IN
+ US
+ 40.31
+ -87.32
+ 0
+ 0
+ IND
+
+
+ ALZ015
+ 10150
+ Walker
+ AL
+ US
+ 33.76
+ -87.30
+ 0
+ 0
+ BMX
+
+
+ INZ082
+ 140820
+ Pike
+ IN
+ US
+ 38.39
+ -87.28
+ 0
+ 0
+ PAH
+
+
+ KYZ020
+ 170200
+ McLean
+ KY
+ US
+ 37.54
+ -87.28
+ 0
+ 0
+ PAH
+
+
+ ALZ033
+ 10330
+ Perry
+ AL
+ US
+ 32.59
+ -87.27
+ 0
+ 0
+ BMX
+
+
+ INZ035
+ 140350
+ Fountain
+ IN
+ US
+ 40.17
+ -87.27
+ 0
+ 0
+ IND
+
+
+ WIZ022
+ 490220
+ Door
+ WI
+ US
+ 45.05
+ -87.27
+ 0
+ 0
+ GRB
+
+
+ ALZ054
+ 10540
+ Wilcox
+ AL
+ US
+ 32.05
+ -87.26
+ 0
+ 0
+ MOB
+
+
+ INZ087
+ 140870
+ Warrick
+ IN
+ US
+ 38.06
+ -87.25
+ 0
+ 0
+ PAH
+
+
+ INZ044
+ 140440
+ Parke
+ IN
+ US
+ 39.79
+ -87.23
+ 0
+ 0
+ IND
+
+
+ FLZ002
+ 90020
+ Coastal_Escambia
+ FL
+ US
+ 30.50
+ -87.20
+ 0
+ 0
+ MOB
+
+
+ KYZ022
+ 170220
+ Todd
+ KY
+ US
+ 36.86
+ -87.20
+ 0
+ 0
+ PAH
+
+
+ ALZ059
+ 10590
+ Escambia
+ AL
+ US
+ 31.13
+ -87.16
+ 0
+ 0
+ MOB
+
+
+ ALZ034
+ 10340
+ Bibb
+ AL
+ US
+ 33.04
+ -87.15
+ 0
+ 0
+ BMX
+
+
+ ALZ040
+ 10400
+ Dallas
+ AL
+ US
+ 32.38
+ -87.14
+ 0
+ 0
+ BMX
+
+
+ KYZ021
+ 170210
+ Muhlenberg
+ KY
+ US
+ 37.23
+ -87.14
+ 0
+ 0
+ PAH
+
+
+ KYZ019
+ 170190
+ Daviess
+ KY
+ US
+ 37.75
+ -87.12
+ 0
+ 0
+ PAH
+
+
+ INZ011
+ 140110
+ Jasper
+ IN
+ US
+ 41.01
+ -87.11
+ 0
+ 0
+ LOT
+
+
+ INZ052
+ 140520
+ Clay
+ IN
+ US
+ 39.39
+ -87.10
+ 0
+ 0
+ IND
+
+
+ INZ068
+ 140680
+ Daviess
+ IN
+ US
+ 38.70
+ -87.10
+ 0
+ 0
+ IND
+
+
+ TNZ026
+ 420260
+ Cheatham
+ TN
+ US
+ 36.26
+ -87.09
+ 0
+ 0
+ OHX
+
+
+ INZ002
+ 140020
+ Porter
+ IN
+ US
+ 41.47
+ -87.08
+ 0
+ 0
+ LOT
+
+
+ TNZ060
+ 420600
+ Maury
+ TN
+ US
+ 35.64
+ -87.07
+ 0
+ 0
+ OHX
+
+
+ ALZ056
+ 10560
+ Conecuh
+ AL
+ US
+ 31.47
+ -87.04
+ 0
+ 0
+ MOB
+
+
+ FLZ003
+ 90030
+ Inland_Santa_Rosa
+ FL
+ US
+ 30.86
+ -87.04
+ 0
+ 0
+ MOB
+
+
+ ALZ005
+ 10050
+ Limestone
+ AL
+ US
+ 34.78
+ -87.02
+ 0
+ 0
+ HUN
+
+
+ INZ088
+ 140880
+ Spencer
+ IN
+ US
+ 37.99
+ -87.02
+ 0
+ 0
+ PAH
+
+
+ TNZ095
+ 420950
+ Giles
+ TN
+ US
+ 35.23
+ -87.02
+ 0
+ 0
+ OHX
+
+
+ INZ061
+ 140610
+ Greene
+ IN
+ US
+ 39.03
+ -86.98
+ 0
+ 0
+ IND
+
+
+ ALZ024
+ 10240
+ Jefferson
+ AL
+ US
+ 33.55
+ -86.93
+ 0
+ 0
+ BMX
+
+
+ MIZ013
+ 220130
+ Delta
+ MI
+ US
+ 45.82
+ -86.91
+ 0
+ 0
+ MQT
+
+
+ TNZ059
+ 420590
+ Williamson
+ TN
+ US
+ 35.88
+ -86.91
+ 0
+ 0
+ OHX
+
+
+ INZ029
+ 140290
+ Tippecanoe
+ IN
+ US
+ 40.40
+ -86.90
+ 0
+ 0
+ IND
+
+
+ INZ036
+ 140360
+ Montgomery
+ IN
+ US
+ 40.05
+ -86.90
+ 0
+ 0
+ IND
+
+
+ FLZ004
+ 90040
+ Coastal_Santa_Rosa
+ FL
+ US
+ 30.53
+ -86.89
+ 0
+ 0
+ MOB
+
+
+ INZ083
+ 140830
+ Dubois
+ IN
+ US
+ 38.36
+ -86.88
+ 0
+ 0
+ LMK
+
+
+ KYZ026
+ 170260
+ Ohio
+ KY
+ US
+ 37.48
+ -86.86
+ 0
+ 0
+ LMK
+
+
+ INZ053
+ 140530
+ Owen
+ IN
+ US
+ 39.31
+ -86.85
+ 0
+ 0
+ IND
+
+
+ KYZ070
+ 170700
+ Logan
+ KY
+ US
+ 36.86
+ -86.85
+ 0
+ 0
+ LMK
+
+
+ INZ020
+ 140200
+ White
+ IN
+ US
+ 40.75
+ -86.84
+ 0
+ 0
+ IWX
+
+
+ ALZ007
+ 10070
+ Morgan
+ AL
+ US
+ 34.50
+ -86.83
+ 0
+ 0
+ HUN
+
+
+ INZ045
+ 140450
+ Putnam
+ IN
+ US
+ 39.67
+ -86.83
+ 0
+ 0
+ IND
+
+
+ TNZ007
+ 420070
+ Robertson
+ TN
+ US
+ 36.50
+ -86.82
+ 0
+ 0
+ OHX
+
+
+ INZ069
+ 140690
+ Martin
+ IN
+ US
+ 38.70
+ -86.81
+ 0
+ 0
+ IND
+
+
+ KYZ023
+ 170230
+ Hancock
+ KY
+ US
+ 37.83
+ -86.81
+ 0
+ 0
+ LMK
+
+
+ ALZ016
+ 10160
+ Cullman
+ AL
+ US
+ 34.09
+ -86.78
+ 0
+ 0
+ HUN
+
+
+ TNZ027
+ 420270
+ Davidson
+ TN
+ US
+ 36.19
+ -86.78
+ 0
+ 0
+ OHX
+
+
+ TNZ061
+ 420610
+ Marshall
+ TN
+ US
+ 35.49
+ -86.77
+ 0
+ 0
+ OHX
+
+
+ INZ003
+ 140030
+ La_Porte
+ IN
+ US
+ 41.50
+ -86.71
+ 0
+ 0
+ IWX
+
+
+ ALZ035
+ 10350
+ Chilton
+ AL
+ US
+ 32.87
+ -86.70
+ 0
+ 0
+ BMX
+
+
+ INZ012
+ 140120
+ Starke
+ IN
+ US
+ 41.31
+ -86.70
+ 0
+ 0
+ IWX
+
+
+ INZ013
+ 140130
+ Pulaski
+ IN
+ US
+ 41.05
+ -86.70
+ 0
+ 0
+ IWX
+
+
+ ALZ025
+ 10250
+ Shelby
+ AL
+ US
+ 33.29
+ -86.68
+ 0
+ 0
+ BMX
+
+
+ ALZ057
+ 10570
+ Butler
+ AL
+ US
+ 31.75
+ -86.68
+ 0
+ 0
+ MOB
+
+
+ KYZ061
+ 170610
+ Butler
+ KY
+ US
+ 37.20
+ -86.67
+ 0
+ 0
+ LMK
+
+
+ ALZ041
+ 10410
+ Autauga
+ AL
+ US
+ 32.52
+ -86.66
+ 0
+ 0
+ BMX
+
+
+ ALZ042
+ 10420
+ Lowndes
+ AL
+ US
+ 32.19
+ -86.66
+ 0
+ 0
+ BMX
+
+
+ ALZ017
+ 10170
+ Blount
+ AL
+ US
+ 34.01
+ -86.64
+ 0
+ 0
+ BMX
+
+
+ INZ089
+ 140890
+ Perry
+ IN
+ US
+ 38.05
+ -86.63
+ 0
+ 0
+ LMK
+
+
+ FLZ006
+ 90060
+ Coastal_Okaloosa
+ FL
+ US
+ 30.55
+ -86.59
+ 0
+ 0
+ MOB
+
+
+ KYZ072
+ 170720
+ Simpson
+ KY
+ US
+ 36.77
+ -86.59
+ 0
+ 0
+ LMK
+
+
+ FLZ005
+ 90050
+ Inland_Okaloosa
+ FL
+ US
+ 30.86
+ -86.58
+ 0
+ 0
+ MOB
+
+
+ INZ021
+ 140210
+ Carroll
+ IN
+ US
+ 40.59
+ -86.57
+ 0
+ 0
+ IND
+
+
+ TNZ096
+ 420960
+ Lincoln
+ TN
+ US
+ 35.19
+ -86.57
+ 0
+ 0
+ HUN
+
+
+ MIZ077
+ 220770
+ Berrien
+ MI
+ US
+ 42.01
+ -86.53
+ 0
+ 0
+ IWX
+
+
+ ALZ006
+ 10060
+ Madison
+ AL
+ US
+ 34.74
+ -86.52
+ 0
+ 0
+ HUN
+
+
+ INZ046
+ 140460
+ Hendricks
+ IN
+ US
+ 39.77
+ -86.52
+ 0
+ 0
+ IND
+
+
+ INZ062
+ 140620
+ Monroe
+ IN
+ US
+ 39.16
+ -86.52
+ 0
+ 0
+ IND
+
+
+ INZ076
+ 140760
+ Orange
+ IN
+ US
+ 38.54
+ -86.50
+ 0
+ 0
+ LMK
+
+
+ INZ070
+ 140700
+ Lawrence
+ IN
+ US
+ 38.84
+ -86.49
+ 0
+ 0
+ IND
+
+
+ INZ037
+ 140370
+ Boone
+ IN
+ US
+ 40.06
+ -86.48
+ 0
+ 0
+ IND
+
+
+ INZ054
+ 140540
+ Morgan
+ IN
+ US
+ 39.48
+ -86.48
+ 0
+ 0
+ IND
+
+
+ MIZ006
+ 220060
+ Alger
+ MI
+ US
+ 46.43
+ -86.48
+ 0
+ 0
+ MQT
+
+
+ TNZ008
+ 420080
+ Sumner
+ TN
+ US
+ 36.45
+ -86.48
+ 0
+ 0
+ OHX
+
+
+ INZ030
+ 140300
+ Clinton
+ IN
+ US
+ 40.31
+ -86.47
+ 0
+ 0
+ IND
+
+
+ INZ084
+ 140840
+ Crawford
+ IN
+ US
+ 38.26
+ -86.46
+ 0
+ 0
+ LMK
+
+
+ TNZ075
+ 420750
+ Bedford
+ TN
+ US
+ 35.52
+ -86.45
+ 0
+ 0
+ OHX
+
+
+ ALZ060
+ 10600
+ Covington
+ AL
+ US
+ 31.26
+ -86.44
+ 0
+ 0
+ MOB
+
+
+ KYZ024
+ 170240
+ Breckinridge
+ KY
+ US
+ 37.81
+ -86.42
+ 0
+ 0
+ LMK
+
+
+ TNZ062
+ 420620
+ Rutherford
+ TN
+ US
+ 35.86
+ -86.41
+ 0
+ 0
+ OHX
+
+
+ KYZ071
+ 170710
+ Warren
+ KY
+ US
+ 36.99
+ -86.40
+ 0
+ 0
+ LMK
+
+
+ INZ022
+ 140220
+ Cass
+ IN
+ US
+ 40.75
+ -86.38
+ 0
+ 0
+ IWX
+
+
+ TNZ076
+ 420760
+ Moore
+ TN
+ US
+ 35.28
+ -86.38
+ 0
+ 0
+ HUN
+
+
+ KYZ027
+ 170270
+ Grayson
+ KY
+ US
+ 37.47
+ -86.35
+ 0
+ 0
+ LMK
+
+
+ ALZ008
+ 10080
+ Marshall
+ AL
+ US
+ 34.36
+ -86.32
+ 0
+ 0
+ HUN
+
+
+ ALZ058
+ 10580
+ Crenshaw
+ AL
+ US
+ 31.75
+ -86.32
+ 0
+ 0
+ MOB
+
+
+ ALZ026
+ 10260
+ St._Clair
+ AL
+ US
+ 33.69
+ -86.31
+ 0
+ 0
+ BMX
+
+
+ INZ004
+ 140040
+ St._Joseph
+ IN
+ US
+ 41.60
+ -86.30
+ 0
+ 0
+ IWX
+
+
+ MIZ043
+ 220430
+ Oceana
+ MI
+ US
+ 43.64
+ -86.29
+ 0
+ 0
+ GRR
+
+
+ TNZ028
+ 420280
+ Wilson
+ TN
+ US
+ 36.15
+ -86.29
+ 0
+ 0
+ OHX
+
+
+ MIZ037
+ 220370
+ Mason
+ MI
+ US
+ 44.00
+ -86.28
+ 0
+ 0
+ GRR
+
+
+ ALZ036
+ 10360
+ Coosa
+ AL
+ US
+ 32.93
+ -86.27
+ 0
+ 0
+ BMX
+
+
+ INZ014
+ 140140
+ Marshall
+ IN
+ US
+ 41.33
+ -86.27
+ 0
+ 0
+ IWX
+
+
+ KYZ062
+ 170620
+ Edmonson
+ KY
+ US
+ 37.20
+ -86.27
+ 0
+ 0
+ LMK
+
+
+ INZ063
+ 140630
+ Brown
+ IN
+ US
+ 39.19
+ -86.24
+ 0
+ 0
+ IND
+
+
+ KYZ025
+ 170250
+ Meade
+ KY
+ US
+ 38.00
+ -86.24
+ 0
+ 0
+ LMK
+
+
+ MIZ085
+ 220850
+ Northern_Schoolcraft
+ MI
+ US
+ 46.33
+ -86.23
+ 0
+ 0
+ MQT
+
+
+ ALZ044
+ 10440
+ Montgomery
+ AL
+ US
+ 32.24
+ -86.21
+ 0
+ 0
+ BMX
+
+
+ FLZ007
+ 90070
+ Inland_Walton
+ FL
+ US
+ 30.85
+ -86.21
+ 0
+ 0
+ TAE
+
+
+ INZ015
+ 140150
+ Fulton
+ IN
+ US
+ 41.05
+ -86.21
+ 0
+ 0
+ IWX
+
+
+ KYZ073
+ 170730
+ Allen
+ KY
+ US
+ 36.78
+ -86.19
+ 0
+ 0
+ LMK
+
+
+ MIZ014
+ 220140
+ Southern_Schoolcraft
+ MI
+ US
+ 46.00
+ -86.17
+ 0
+ 0
+ MQT
+
+
+ ALZ027
+ 10270
+ Talladega
+ AL
+ US
+ 33.40
+ -86.15
+ 0
+ 0
+ BMX
+
+
+ ALZ043
+ 10430
+ Elmore
+ AL
+ US
+ 32.59
+ -86.14
+ 0
+ 0
+ BMX
+
+
+ INZ047
+ 140470
+ Marion
+ IN
+ US
+ 39.78
+ -86.14
+ 0
+ 0
+ IND
+
+
+ INZ090
+ 140900
+ Harrison
+ IN
+ US
+ 38.19
+ -86.13
+ 0
+ 0
+ LMK
+
+
+ MIZ050
+ 220500
+ Muskegon
+ MI
+ US
+ 43.30
+ -86.13
+ 0
+ 0
+ GRR
+
+
+ TNZ029
+ 420290
+ Trousdale
+ TN
+ US
+ 36.40
+ -86.13
+ 0
+ 0
+ OHX
+
+
+ FLZ008
+ 90080
+ Coastal_Walton
+ FL
+ US
+ 30.49
+ -86.12
+ 0
+ 0
+ TAE
+
+
+ INZ031
+ 140310
+ Howard
+ IN
+ US
+ 40.48
+ -86.12
+ 0
+ 0
+ IND
+
+
+ INZ055
+ 140550
+ Johnson
+ IN
+ US
+ 39.49
+ -86.11
+ 0
+ 0
+ IND
+
+
+ MIZ031
+ 220310
+ Manistee
+ MI
+ US
+ 44.35
+ -86.10
+ 0
+ 0
+ APX
+
+
+ TNZ097
+ 420970
+ Franklin
+ TN
+ US
+ 35.18
+ -86.10
+ 0
+ 0
+ HUN
+
+
+ INZ077
+ 140770
+ Washington
+ IN
+ US
+ 38.60
+ -86.09
+ 0
+ 0
+ LMK
+
+
+ INZ071
+ 140710
+ Jackson
+ IN
+ US
+ 38.90
+ -86.07
+ 0
+ 0
+ IND
+
+
+ MIZ071
+ 220710
+ Van_Buren
+ MI
+ US
+ 42.25
+ -86.07
+ 0
+ 0
+ GRR
+
+
+ TNZ077
+ 420770
+ Coffee
+ TN
+ US
+ 35.50
+ -86.07
+ 0
+ 0
+ OHX
+
+
+ INZ039
+ 140390
+ Hamilton
+ IN
+ US
+ 40.08
+ -86.06
+ 0
+ 0
+ IND
+
+
+ ALZ018
+ 10180
+ Etowah
+ AL
+ US
+ 34.03
+ -86.05
+ 0
+ 0
+ BMX
+
+
+ INZ038
+ 140380
+ Tipton
+ IN
+ US
+ 40.32
+ -86.05
+ 0
+ 0
+ IND
+
+
+ TNZ063
+ 420630
+ Cannon
+ TN
+ US
+ 35.81
+ -86.05
+ 0
+ 0
+ OHX
+
+
+ MIZ025
+ 220250
+ Benzie
+ MI
+ US
+ 44.65
+ -86.04
+ 0
+ 0
+ APX
+
+
+ MIZ056
+ 220560
+ Ottawa
+ MI
+ US
+ 42.99
+ -86.03
+ 0
+ 0
+ GRR
+
+
+ INZ023
+ 140230
+ Miami
+ IN
+ US
+ 40.79
+ -86.02
+ 0
+ 0
+ IWX
+
+
+ MIZ078
+ 220780
+ Cass
+ MI
+ US
+ 41.92
+ -86.00
+ 0
+ 0
+ IWX
+
+
+ TNZ009
+ 420090
+ Macon
+ TN
+ US
+ 36.53
+ -86.00
+ 0
+ 0
+ OHX
+
+
+ ALZ065
+ 10650
+ Coffee
+ AL
+ US
+ 31.41
+ -85.99
+ 0
+ 0
+ TAE
+
+
+ KYZ028
+ 170280
+ Hardin
+ KY
+ US
+ 37.72
+ -85.98
+ 0
+ 0
+ LMK
+
+
+ ALZ009
+ 10090
+ Jackson
+ AL
+ US
+ 34.74
+ -85.97
+ 0
+ 0
+ HUN
+
+
+ KYZ074
+ 170740
+ Barren
+ KY
+ US
+ 36.95
+ -85.96
+ 0
+ 0
+ LMK
+
+
+ TNZ030
+ 420300
+ Smith
+ TN
+ US
+ 36.26
+ -85.96
+ 0
+ 0
+ OHX
+
+
+ ALZ049
+ 10490
+ Pike
+ AL
+ US
+ 31.85
+ -85.93
+ 0
+ 0
+ BMX
+
+
+ ALZ028
+ 10280
+ Clay
+ AL
+ US
+ 33.30
+ -85.91
+ 0
+ 0
+ BMX
+
+
+ KYZ063
+ 170630
+ Hart
+ KY
+ US
+ 37.30
+ -85.91
+ 0
+ 0
+ LMK
+
+
+ MIZ064
+ 220640
+ Allegan
+ MI
+ US
+ 42.60
+ -85.91
+ 0
+ 0
+ GRR
+
+
+ INZ064
+ 140640
+ Bartholomew
+ IN
+ US
+ 39.19
+ -85.90
+ 0
+ 0
+ IND
+
+
+ INZ091
+ 140910
+ Floyd
+ IN
+ US
+ 38.30
+ -85.90
+ 0
+ 0
+ LMK
+
+
+ INZ016
+ 140160
+ Kosciusko
+ IN
+ US
+ 41.25
+ -85.87
+ 0
+ 0
+ IWX
+
+
+ INZ005
+ 140050
+ Elkhart
+ IN
+ US
+ 41.60
+ -85.86
+ 0
+ 0
+ IWX
+
+
+ TNZ064
+ 420640
+ DeKalb
+ TN
+ US
+ 35.98
+ -85.84
+ 0
+ 0
+ OHX
+
+
+ ALZ019
+ 10190
+ Calhoun
+ AL
+ US
+ 33.76
+ -85.83
+ 0
+ 0
+ BMX
+
+
+ ALZ068
+ 10680
+ Geneva
+ AL
+ US
+ 31.10
+ -85.83
+ 0
+ 0
+ TAE
+
+
+ ALZ010
+ 10100
+ De_Kalb
+ AL
+ US
+ 34.53
+ -85.82
+ 0
+ 0
+ HUN
+
+
+ ALZ037
+ 10370
+ Tallapoosa
+ AL
+ US
+ 32.81
+ -85.80
+ 0
+ 0
+ BMX
+
+
+ INZ024
+ 140240
+ Wabash
+ IN
+ US
+ 40.85
+ -85.80
+ 0
+ 0
+ IWX
+
+
+ INZ056
+ 140560
+ Shelby
+ IN
+ US
+ 39.52
+ -85.80
+ 0
+ 0
+ IND
+
+
+ MIZ038
+ 220380
+ Lake
+ MI
+ US
+ 43.99
+ -85.80
+ 0
+ 0
+ GRR
+
+
+ MIZ044
+ 220440
+ Newaygo
+ MI
+ US
+ 43.56
+ -85.80
+ 0
+ 0
+ GRR
+
+
+ FLZ009
+ 90090
+ Holmes
+ FL
+ US
+ 30.86
+ -85.77
+ 0
+ 0
+ TAE
+
+
+ INZ048
+ 140480
+ Hancock
+ IN
+ US
+ 39.83
+ -85.77
+ 0
+ 0
+ IND
+
+
+ TNZ078
+ 420780
+ Warren
+ TN
+ US
+ 35.68
+ -85.77
+ 0
+ 0
+ OHX
+
+
+ INZ078
+ 140780
+ Scott
+ IN
+ US
+ 38.69
+ -85.74
+ 0
+ 0
+ LMK
+
+
+ ALZ045
+ 10450
+ Macon
+ AL
+ US
+ 32.42
+ -85.72
+ 0
+ 0
+ BMX
+
+
+ INZ040
+ 140400
+ Madison
+ IN
+ US
+ 40.17
+ -85.72
+ 0
+ 0
+ IND
+
+
+ ALZ046
+ 10460
+ Bullock
+ AL
+ US
+ 32.10
+ -85.71
+ 0
+ 0
+ BMX
+
+
+ FLZ010
+ 90100
+ Washington
+ FL
+ US
+ 30.62
+ -85.71
+ 0
+ 0
+ TAE
+
+
+ INZ092
+ 140920
+ Clark
+ IN
+ US
+ 38.44
+ -85.71
+ 0
+ 0
+ LMK
+
+
+ KYZ075
+ 170750
+ Monroe
+ KY
+ US
+ 36.73
+ -85.71
+ 0
+ 0
+ LMK
+
+
+ MIZ020
+ 220200
+ Leelanau
+ MI
+ US
+ 44.99
+ -85.71
+ 0
+ 0
+ APX
+
+
+ KYZ029
+ 170290
+ Bullitt
+ KY
+ US
+ 37.97
+ -85.70
+ 0
+ 0
+ LMK
+
+
+ TNZ079
+ 420790
+ Grundy
+ TN
+ US
+ 35.38
+ -85.70
+ 0
+ 0
+ OHX
+
+
+ KYZ030
+ 170300
+ Jefferson
+ KY
+ US
+ 38.19
+ -85.69
+ 0
+ 0
+ LMK
+
+
+ KYZ053
+ 170530
+ Larue
+ KY
+ US
+ 37.57
+ -85.69
+ 0
+ 0
+ LMK
+
+
+ FLZ012
+ 90120
+ Bay
+ FL
+ US
+ 30.31
+ -85.68
+ 0
+ 0
+ TAE
+
+
+ TNZ031
+ 420310
+ Jackson
+ TN
+ US
+ 36.37
+ -85.67
+ 0
+ 0
+ OHX
+
+
+ INZ032
+ 140320
+ Grant
+ IN
+ US
+ 40.53
+ -85.66
+ 0
+ 0
+ IWX
+
+
+ INZ072
+ 140720
+ Jennings
+ IN
+ US
+ 39.00
+ -85.63
+ 0
+ 0
+ IND
+
+
+ ALZ020
+ 10200
+ Cherokee
+ AL
+ US
+ 34.23
+ -85.62
+ 0
+ 0
+ BMX
+
+
+ KYZ076
+ 170760
+ Metcalfe
+ KY
+ US
+ 37.01
+ -85.62
+ 0
+ 0
+ LMK
+
+
+ TNZ098
+ 420980
+ Marion
+ TN
+ US
+ 35.16
+ -85.62
+ 0
+ 0
+ MRX
+
+
+ ALZ066
+ 10660
+ Dale
+ AL
+ US
+ 31.41
+ -85.61
+ 0
+ 0
+ TAE
+
+
+ ALZ021
+ 10210
+ Cleburne
+ AL
+ US
+ 33.72
+ -85.60
+ 0
+ 0
+ BMX
+
+
+ MIZ026
+ 220260
+ Grand_Traverse
+ MI
+ US
+ 44.75
+ -85.58
+ 0
+ 0
+ APX
+
+
+ MIZ032
+ 220320
+ Wexford
+ MI
+ US
+ 44.34
+ -85.58
+ 0
+ 0
+ APX
+
+
+ MIZ057
+ 220570
+ Kent
+ MI
+ US
+ 43.03
+ -85.56
+ 0
+ 0
+ GRR
+
+
+ MIZ079
+ 220790
+ St._Joseph
+ MI
+ US
+ 41.92
+ -85.55
+ 0
+ 0
+ IWX
+
+
+ MIZ007
+ 220070
+ Luce
+ MI
+ US
+ 46.50
+ -85.54
+ 0
+ 0
+ MQT
+
+
+ TNZ010
+ 420100
+ Clay
+ TN
+ US
+ 36.52
+ -85.54
+ 0
+ 0
+ OHX
+
+
+ KYZ064
+ 170640
+ Green
+ KY
+ US
+ 37.29
+ -85.53
+ 0
+ 0
+ LMK
+
+
+ MIZ072
+ 220720
+ Kalamazoo
+ MI
+ US
+ 42.25
+ -85.53
+ 0
+ 0
+ GRR
+
+
+ INZ017
+ 140170
+ Whitley
+ IN
+ US
+ 41.15
+ -85.50
+ 0
+ 0
+ IWX
+
+
+ INZ065
+ 140650
+ Decatur
+ IN
+ US
+ 39.29
+ -85.50
+ 0
+ 0
+ IND
+
+
+ INZ025
+ 140250
+ Huntington
+ IN
+ US
+ 40.84
+ -85.49
+ 0
+ 0
+ IWX
+
+
+ GAZ001
+ 100010
+ Dade
+ GA
+ US
+ 34.81
+ -85.48
+ 0
+ 0
+ FFC
+
+
+ INZ057
+ 140570
+ Rush
+ IN
+ US
+ 39.62
+ -85.48
+ 0
+ 0
+ IND
+
+
+ KYZ031
+ 170310
+ Oldham
+ KY
+ US
+ 38.42
+ -85.47
+ 0
+ 0
+ LMK
+
+
+ INZ079
+ 140790
+ Jefferson
+ IN
+ US
+ 38.75
+ -85.45
+ 0
+ 0
+ LMK
+
+
+ KYZ045
+ 170450
+ Nelson
+ KY
+ US
+ 37.76
+ -85.45
+ 0
+ 0
+ LMK
+
+
+ TNZ032
+ 420320
+ Putnam
+ TN
+ US
+ 36.15
+ -85.45
+ 0
+ 0
+ OHX
+
+
+ ALZ029
+ 10290
+ Randolph
+ AL
+ US
+ 33.31
+ -85.44
+ 0
+ 0
+ BMX
+
+
+ TNZ065
+ 420650
+ White
+ TN
+ US
+ 35.94
+ -85.44
+ 0
+ 0
+ OHX
+
+
+ INZ006
+ 140060
+ Lagrange
+ IN
+ US
+ 41.65
+ -85.43
+ 0
+ 0
+ IWX
+
+
+ INZ008
+ 140080
+ Noble
+ IN
+ US
+ 41.41
+ -85.43
+ 0
+ 0
+ IWX
+
+
+ TNZ080
+ 420800
+ Van_Buren
+ TN
+ US
+ 35.69
+ -85.43
+ 0
+ 0
+ OHX
+
+
+ KYZ081
+ 170810
+ Cumberland
+ KY
+ US
+ 36.78
+ -85.42
+ 0
+ 0
+ LMK
+
+
+ TNZ081
+ 420810
+ Sequatchie
+ TN
+ US
+ 35.36
+ -85.42
+ 0
+ 0
+ MRX
+
+
+ ALZ050
+ 10500
+ Barbour
+ AL
+ US
+ 31.89
+ -85.40
+ 0
+ 0
+ BMX
+
+
+ INZ041
+ 140410
+ Delaware
+ IN
+ US
+ 40.24
+ -85.40
+ 0
+ 0
+ IND
+
+
+ INZ049
+ 140490
+ Henry
+ IN
+ US
+ 39.94
+ -85.40
+ 0
+ 0
+ IND
+
+
+ ALZ038
+ 10380
+ Chambers
+ AL
+ US
+ 32.93
+ -85.36
+ 0
+ 0
+ BMX
+
+
+ ALZ069
+ 10690
+ Houston
+ AL
+ US
+ 31.16
+ -85.35
+ 0
+ 0
+ TAE
+
+
+ ALZ047
+ 10470
+ Lee
+ AL
+ US
+ 32.58
+ -85.34
+ 0
+ 0
+ BMX
+
+
+ KYZ065
+ 170650
+ Taylor
+ KY
+ US
+ 37.33
+ -85.34
+ 0
+ 0
+ LMK
+
+
+ MIZ039
+ 220390
+ Osceola
+ MI
+ US
+ 43.99
+ -85.33
+ 0
+ 0
+ GRR
+
+
+ MIZ045
+ 220450
+ Mecosta
+ MI
+ US
+ 43.64
+ -85.33
+ 0
+ 0
+ GRR
+
+
+ INZ033
+ 140330
+ Blackford
+ IN
+ US
+ 40.49
+ -85.32
+ 0
+ 0
+ IWX
+
+
+ GAZ011
+ 100110
+ Chattooga
+ GA
+ US
+ 34.44
+ -85.31
+ 0
+ 0
+ FFC
+
+
+ KYZ032
+ 170320
+ Trimble
+ KY
+ US
+ 38.62
+ -85.31
+ 0
+ 0
+ LMK
+
+
+ KYZ038
+ 170380
+ Spencer
+ KY
+ US
+ 38.05
+ -85.31
+ 0
+ 0
+ LMK
+
+
+ MIZ065
+ 220650
+ Barry
+ MI
+ US
+ 42.60
+ -85.31
+ 0
+ 0
+ GRR
+
+
+ GAZ002
+ 100020
+ Walker
+ GA
+ US
+ 34.79
+ -85.29
+ 0
+ 0
+ FFC
+
+
+ KYZ077
+ 170770
+ Adair
+ KY
+ US
+ 37.12
+ -85.29
+ 0
+ 0
+ LMK
+
+
+ KYZ054
+ 170540
+ Marion
+ KY
+ US
+ 37.57
+ -85.28
+ 0
+ 0
+ LMK
+
+
+ TNZ033
+ 420330
+ Overton
+ TN
+ US
+ 36.35
+ -85.28
+ 0
+ 0
+ OHX
+
+
+ INZ073
+ 140730
+ Ripley
+ IN
+ US
+ 39.11
+ -85.27
+ 0
+ 0
+ ILN
+
+
+ INZ026
+ 140260
+ Wells
+ IN
+ US
+ 40.76
+ -85.26
+ 0
+ 0
+ IWX
+
+
+ ALZ067
+ 10670
+ Henry
+ AL
+ US
+ 31.55
+ -85.23
+ 0
+ 0
+ TAE
+
+
+ FLZ011
+ 90110
+ Jackson
+ FL
+ US
+ 30.79
+ -85.23
+ 0
+ 0
+ TAE
+
+
+ GAZ019
+ 100190
+ Floyd
+ GA
+ US
+ 34.34
+ -85.23
+ 0
+ 0
+ FFC
+
+
+ FLZ014
+ 90140
+ Gulf
+ FL
+ US
+ 29.94
+ -85.22
+ 0
+ 0
+ TAE
+
+
+ KYZ034
+ 170340
+ Shelby
+ KY
+ US
+ 38.20
+ -85.22
+ 0
+ 0
+ LMK
+
+
+ GAZ041
+ 100410
+ Haralson
+ GA
+ US
+ 33.78
+ -85.21
+ 0
+ 0
+ FFC
+
+
+ KYZ046
+ 170460
+ Washington
+ KY
+ US
+ 37.77
+ -85.20
+ 0
+ 0
+ LMK
+
+
+ MIZ051
+ 220510
+ Montcalm
+ MI
+ US
+ 43.30
+ -85.20
+ 0
+ 0
+ GRR
+
+
+ TNZ099
+ 420990
+ Hamilton
+ TN
+ US
+ 35.23
+ -85.20
+ 0
+ 0
+ MRX
+
+
+ GAZ030
+ 100300
+ Polk
+ GA
+ US
+ 34.00
+ -85.17
+ 0
+ 0
+ FFC
+
+
+ INZ058
+ 140580
+ Fayette
+ IN
+ US
+ 39.65
+ -85.17
+ 0
+ 0
+ ILN
+
+
+ ALZ048
+ 10480
+ Russell
+ AL
+ US
+ 32.29
+ -85.16
+ 0
+ 0
+ BMX
+
+
+ FLZ013
+ 90130
+ Calhoun
+ FL
+ US
+ 30.40
+ -85.16
+ 0
+ 0
+ TAE
+
+
+ TNZ082
+ 420820
+ Bledsoe
+ TN
+ US
+ 35.57
+ -85.16
+ 0
+ 0
+ MRX
+
+
+ KYZ082
+ 170820
+ Clinton
+ KY
+ US
+ 36.75
+ -85.15
+ 0
+ 0
+ LMK
+
+
+ MIZ021
+ 220210
+ Antrim
+ MI
+ US
+ 45.01
+ -85.15
+ 0
+ 0
+ APX
+
+
+ KYZ089
+ 170890
+ Carroll
+ KY
+ US
+ 38.68
+ -85.14
+ 0
+ 0
+ ILN
+
+
+ TNZ011
+ 420110
+ Pickett
+ TN
+ US
+ 36.52
+ -85.14
+ 0
+ 0
+ OHX
+
+
+ GAZ003
+ 100030
+ Catoosa
+ GA
+ US
+ 34.88
+ -85.12
+ 0
+ 0
+ FFC
+
+
+ KYZ033
+ 170330
+ Henry
+ KY
+ US
+ 38.47
+ -85.12
+ 0
+ 0
+ LMK
+
+
+ GAZ052
+ 100520
+ Heard
+ GA
+ US
+ 33.28
+ -85.11
+ 0
+ 0
+ FFC
+
+
+ MIZ033
+ 220330
+ Missaukee
+ MI
+ US
+ 44.34
+ -85.10
+ 0
+ 0
+ APX
+
+
+ MIZ027
+ 220270
+ Kalkaska
+ MI
+ US
+ 44.69
+ -85.09
+ 0
+ 0
+ APX
+
+
+ MIZ058
+ 220580
+ Ionia
+ MI
+ US
+ 42.95
+ -85.08
+ 0
+ 0
+ GRR
+
+
+ GAZ042
+ 100420
+ Carroll
+ GA
+ US
+ 33.62
+ -85.07
+ 0
+ 0
+ FFC
+
+
+ INZ018
+ 140180
+ Allen
+ IN
+ US
+ 41.11
+ -85.07
+ 0
+ 0
+ IWX
+
+
+ KYZ078
+ 170780
+ Russell
+ KY
+ US
+ 37.01
+ -85.07
+ 0
+ 0
+ LMK
+
+
+ INZ066
+ 140660
+ Franklin
+ IN
+ US
+ 39.39
+ -85.06
+ 0
+ 0
+ ILN
+
+
+ MIZ019
+ 220190
+ Charlevoix
+ MI
+ US
+ 45.25
+ -85.06
+ 0
+ 0
+ APX
+
+
+ MIZ080
+ 220800
+ Branch
+ MI
+ US
+ 41.92
+ -85.06
+ 0
+ 0
+ IWX
+
+
+ GAZ066
+ 100660
+ Troup
+ GA
+ US
+ 33.04
+ -85.04
+ 0
+ 0
+ FFC
+
+
+ GAZ120
+ 101200
+ Quitman
+ GA
+ US
+ 31.88
+ -85.02
+ 0
+ 0
+ TAE
+
+
+ INZ050
+ 140500
+ Wayne
+ IN
+ US
+ 39.87
+ -85.02
+ 0
+ 0
+ ILN
+
+
+ INZ034
+ 140340
+ Jay
+ IN
+ US
+ 40.45
+ -85.01
+ 0
+ 0
+ IWX
+
+
+ INZ042
+ 140420
+ Randolph
+ IN
+ US
+ 40.17
+ -85.01
+ 0
+ 0
+ IND
+
+
+ MIZ073
+ 220730
+ Calhoun
+ MI
+ US
+ 42.25
+ -85.01
+ 0
+ 0
+ GRR
+
+
+ INZ080
+ 140800
+ Switzerland
+ IN
+ US
+ 38.81
+ -85.00
+ 0
+ 0
+ ILN
+
+
+ KYZ039
+ 170390
+ Anderson
+ KY
+ US
+ 38.00
+ -85.00
+ 0
+ 0
+ LMK
+
+
+ INZ007
+ 140070
+ Steuben
+ IN
+ US
+ 41.65
+ -84.99
+ 0
+ 0
+ IWX
+
+
+ INZ009
+ 140090
+ De_Kalb
+ IN
+ US
+ 41.41
+ -84.99
+ 0
+ 0
+ IWX
+
+
+ INZ075
+ 140750
+ Ohio
+ IN
+ US
+ 38.97
+ -84.99
+ 0
+ 0
+ ILN
+
+
+ MIZ015
+ 220150
+ Mackinac
+ MI
+ US
+ 46.04
+ -84.99
+ 0
+ 0
+ APX
+
+
+ GAZ004
+ 100040
+ Whitfield
+ GA
+ US
+ 34.80
+ -84.98
+ 0
+ 0
+ FFC
+
+
+ INZ074
+ 140740
+ Dearborn
+ IN
+ US
+ 39.12
+ -84.98
+ 0
+ 0
+ ILN
+
+
+ TNZ066
+ 420660
+ Cumberland
+ TN
+ US
+ 35.96
+ -84.98
+ 0
+ 0
+ OHX
+
+
+ GAZ121
+ 101210
+ Clay
+ GA
+ US
+ 31.64
+ -84.96
+ 0
+ 0
+ TAE
+
+
+ KYZ066
+ 170660
+ Casey
+ KY
+ US
+ 37.33
+ -84.95
+ 0
+ 0
+ LMK
+
+
+ MIZ016
+ 220160
+ Emmet
+ MI
+ US
+ 45.53
+ -84.95
+ 0
+ 0
+ APX
+
+
+ INZ027
+ 140270
+ Adams
+ IN
+ US
+ 40.76
+ -84.94
+ 0
+ 0
+ IWX
+
+
+ INZ059
+ 140590
+ Union
+ IN
+ US
+ 39.62
+ -84.93
+ 0
+ 0
+ ILN
+
+
+ GAZ078
+ 100780
+ Harris
+ GA
+ US
+ 32.73
+ -84.92
+ 0
+ 0
+ FFC
+
+
+ TNZ083
+ 420830
+ Rhea
+ TN
+ US
+ 35.62
+ -84.92
+ 0
+ 0
+ MRX
+
+
+ KYZ035
+ 170350
+ Franklin
+ KY
+ US
+ 38.23
+ -84.89
+ 0
+ 0
+ LMK
+
+
+ TNZ034
+ 420340
+ Fentress
+ TN
+ US
+ 36.36
+ -84.89
+ 0
+ 0
+ OHX
+
+
+ GAZ031
+ 100310
+ Paulding
+ GA
+ US
+ 33.93
+ -84.88
+ 0
+ 0
+ FFC
+
+
+ GAZ012
+ 100120
+ Gordon
+ GA
+ US
+ 34.51
+ -84.87
+ 0
+ 0
+ FFC
+
+
+ GAZ089
+ 100890
+ Muscogee
+ GA
+ US
+ 32.49
+ -84.87
+ 0
+ 0
+ FFC
+
+
+ GAZ142
+ 101420
+ Early
+ GA
+ US
+ 31.30
+ -84.87
+ 0
+ 0
+ TAE
+
+
+ GAZ155
+ 101550
+ Seminole
+ GA
+ US
+ 30.90
+ -84.87
+ 0
+ 0
+ TAE
+
+
+ KYZ047
+ 170470
+ Mercer
+ KY
+ US
+ 37.82
+ -84.87
+ 0
+ 0
+ LMK
+
+
+ KYZ055
+ 170550
+ Boyle
+ KY
+ US
+ 37.63
+ -84.86
+ 0
+ 0
+ LMK
+
+
+ FLZ026
+ 90260
+ Liberty
+ FL
+ US
+ 30.29
+ -84.85
+ 0
+ 0
+ TAE
+
+
+ GAZ102
+ 101020
+ Stewart
+ GA
+ US
+ 32.07
+ -84.85
+ 0
+ 0
+ FFC
+
+
+ KYZ090
+ 170900
+ Gallatin
+ KY
+ US
+ 38.77
+ -84.85
+ 0
+ 0
+ ILN
+
+
+ MIZ040
+ 220400
+ Clare
+ MI
+ US
+ 43.99
+ -84.85
+ 0
+ 0
+ GRR
+
+
+ MIZ046
+ 220460
+ Isabella
+ MI
+ US
+ 43.64
+ -84.85
+ 0
+ 0
+ GRR
+
+
+ TNZ100
+ 421000
+ Bradley
+ TN
+ US
+ 35.18
+ -84.85
+ 0
+ 0
+ MRX
+
+
+ GAZ020
+ 100200
+ Bartow
+ GA
+ US
+ 34.25
+ -84.84
+ 0
+ 0
+ FFC
+
+
+ MIZ066
+ 220660
+ Eaton
+ MI
+ US
+ 42.60
+ -84.84
+ 0
+ 0
+ GRR
+
+
+ KYZ083
+ 170830
+ Wayne
+ KY
+ US
+ 36.80
+ -84.83
+ 0
+ 0
+ JKL
+
+
+ KYZ094
+ 170940
+ Owen
+ KY
+ US
+ 38.53
+ -84.83
+ 0
+ 0
+ ILN
+
+
+ GAZ090
+ 100900
+ Chattahoochee
+ GA
+ US
+ 32.38
+ -84.82
+ 0
+ 0
+ FFC
+
+
+ TNZ084
+ 420840
+ Meigs
+ TN
+ US
+ 35.52
+ -84.82
+ 0
+ 0
+ MRX
+
+
+ FLZ015
+ 90150
+ Franklin
+ FL
+ US
+ 29.80
+ -84.77
+ 0
+ 0
+ TAE
+
+
+ GAZ005
+ 100050
+ Murray
+ GA
+ US
+ 34.79
+ -84.76
+ 0
+ 0
+ FFC
+
+
+ KYZ040
+ 170400
+ Woodford
+ KY
+ US
+ 38.02
+ -84.76
+ 0
+ 0
+ LMK
+
+
+ GAZ053
+ 100530
+ Coweta
+ GA
+ US
+ 33.35
+ -84.75
+ 0
+ 0
+ FFC
+
+
+ KYZ091
+ 170910
+ Boone
+ KY
+ US
+ 38.96
+ -84.75
+ 0
+ 0
+ ILN
+
+
+ GAZ043
+ 100430
+ Douglas
+ GA
+ US
+ 33.69
+ -84.74
+ 0
+ 0
+ FFC
+
+
+ GAZ122
+ 101220
+ Randolph
+ GA
+ US
+ 31.77
+ -84.74
+ 0
+ 0
+ TAE
+
+
+ GAZ143
+ 101430
+ Miller
+ GA
+ US
+ 31.17
+ -84.72
+ 0
+ 0
+ TAE
+
+
+ GAZ067
+ 100670
+ Meriwether
+ GA
+ US
+ 33.03
+ -84.67
+ 0
+ 0
+ FFC
+
+
+ KYZ067
+ 170670
+ Lincoln
+ KY
+ US
+ 37.44
+ -84.66
+ 0
+ 0
+ LMK
+
+
+ OHZ060
+ 350600
+ Preble
+ OH
+ US
+ 39.74
+ -84.65
+ 0
+ 0
+ ILN
+
+
+ KYZ095
+ 170950
+ Grant
+ KY
+ US
+ 38.64
+ -84.64
+ 0
+ 0
+ ILN
+
+
+ TNZ085
+ 420850
+ McMinn
+ TN
+ US
+ 35.45
+ -84.63
+ 0
+ 0
+ MRX
+
+
+ GAZ123
+ 101230
+ Calhoun
+ GA
+ US
+ 31.54
+ -84.62
+ 0
+ 0
+ TAE
+
+
+ GAZ156
+ 101560
+ Decatur
+ GA
+ US
+ 30.89
+ -84.62
+ 0
+ 0
+ TAE
+
+
+ MIZ022
+ 220220
+ Otsego
+ MI
+ US
+ 45.03
+ -84.62
+ 0
+ 0
+ APX
+
+
+ OHZ034
+ 350340
+ Mercer
+ OH
+ US
+ 40.54
+ -84.62
+ 0
+ 0
+ ILN
+
+
+ OHZ042
+ 350420
+ Darke
+ OH
+ US
+ 40.14
+ -84.62
+ 0
+ 0
+ ILN
+
+
+ TNZ035
+ 420350
+ Morgan
+ TN
+ US
+ 36.14
+ -84.62
+ 0
+ 0
+ MRX
+
+
+ FLZ016
+ 90160
+ Gadsden
+ FL
+ US
+ 30.56
+ -84.61
+ 0
+ 0
+ TAE
+
+
+ KYZ079
+ 170790
+ Pulaski
+ KY
+ US
+ 37.12
+ -84.61
+ 0
+ 0
+ JKL
+
+
+ MIZ028
+ 220280
+ Crawford
+ MI
+ US
+ 44.69
+ -84.61
+ 0
+ 0
+ APX
+
+
+ MIZ034
+ 220340
+ Roscommon
+ MI
+ US
+ 44.34
+ -84.61
+ 0
+ 0
+ APX
+
+
+ MIZ052
+ 220520
+ Gratiot
+ MI
+ US
+ 43.30
+ -84.61
+ 0
+ 0
+ GRR
+
+
+ MIZ059
+ 220590
+ Clinton
+ MI
+ US
+ 42.95
+ -84.60
+ 0
+ 0
+ GRR
+
+
+ MIZ081
+ 220810
+ Hillsdale
+ MI
+ US
+ 41.89
+ -84.60
+ 0
+ 0
+ IWX
+
+
+ GAZ044
+ 100440
+ South_Fulton
+ GA
+ US
+ 33.62
+ -84.59
+ 0
+ 0
+ FFC
+
+
+ KYZ036
+ 170360
+ Scott
+ KY
+ US
+ 38.30
+ -84.59
+ 0
+ 0
+ LMK
+
+
+ KYZ048
+ 170480
+ Jessamine
+ KY
+ US
+ 37.87
+ -84.59
+ 0
+ 0
+ LMK
+
+
+ OHZ070
+ 350700
+ Butler
+ OH
+ US
+ 39.44
+ -84.58
+ 0
+ 0
+ ILN
+
+
+ OHZ015
+ 350150
+ Paulding
+ OH
+ US
+ 41.12
+ -84.57
+ 0
+ 0
+ IWX
+
+
+ OHZ024
+ 350240
+ Van_Wert
+ OH
+ US
+ 40.84
+ -84.57
+ 0
+ 0
+ IWX
+
+
+ TNZ101
+ 421010
+ West_Polk
+ TN
+ US
+ 35.14
+ -84.57
+ 0
+ 0
+ MRX
+
+
+ GAZ032
+ 100320
+ Cobb
+ GA
+ US
+ 33.93
+ -84.56
+ 0
+ 0
+ FFC
+
+
+ OHZ001
+ 350010
+ Williams
+ OH
+ US
+ 41.57
+ -84.56
+ 0
+ 0
+ IWX
+
+
+ KYZ056
+ 170560
+ Garrard
+ KY
+ US
+ 37.65
+ -84.55
+ 0
+ 0
+ LMK
+
+
+ GAZ103
+ 101030
+ Webster
+ GA
+ US
+ 32.07
+ -84.54
+ 0
+ 0
+ FFC
+
+
+ OHZ077
+ 350770
+ Hamilton
+ OH
+ US
+ 39.16
+ -84.54
+ 0
+ 0
+ ILN
+
+
+ GAZ091
+ 100910
+ Marion
+ GA
+ US
+ 32.35
+ -84.52
+ 0
+ 0
+ FFC
+
+
+ KYZ084
+ 170840
+ McCreary
+ KY
+ US
+ 36.78
+ -84.52
+ 0
+ 0
+ JKL
+
+
+ KYZ092
+ 170920
+ Kenton
+ KY
+ US
+ 38.94
+ -84.52
+ 0
+ 0
+ ILN
+
+
+ TNZ067
+ 420670
+ Roane
+ TN
+ US
+ 35.85
+ -84.52
+ 0
+ 0
+ MRX
+
+
+ OHZ004
+ 350040
+ Defiance
+ OH
+ US
+ 41.29
+ -84.51
+ 0
+ 0
+ IWX
+
+
+ TNZ012
+ 420120
+ Scott
+ TN
+ US
+ 36.39
+ -84.51
+ 0
+ 0
+ MRX
+
+
+ GAZ054
+ 100540
+ Fayette
+ GA
+ US
+ 33.41
+ -84.49
+ 0
+ 0
+ FFC
+
+
+ GAZ079
+ 100790
+ Talbot
+ GA
+ US
+ 32.70
+ -84.49
+ 0
+ 0
+ FFC
+
+
+ KYZ041
+ 170410
+ Fayette
+ KY
+ US
+ 38.03
+ -84.48
+ 0
+ 0
+ LMK
+
+
+ MIZ017
+ 220170
+ Cheboygan
+ MI
+ US
+ 45.49
+ -84.47
+ 0
+ 0
+ APX
+
+
+ GAZ013
+ 100130
+ Pickens
+ GA
+ US
+ 34.47
+ -84.46
+ 0
+ 0
+ FFC
+
+
+ GAZ021
+ 100210
+ Cherokee
+ GA
+ US
+ 34.25
+ -84.46
+ 0
+ 0
+ FFC
+
+
+ TNZ102
+ 421020
+ East_Polk
+ TN
+ US
+ 35.12
+ -84.44
+ 0
+ 0
+ MRX
+
+
+ MIZ074
+ 220740
+ Jackson
+ MI
+ US
+ 42.25
+ -84.43
+ 0
+ 0
+ GRR
+
+
+ GAZ007
+ 100070
+ Gilmer
+ GA
+ US
+ 34.70
+ -84.42
+ 0
+ 0
+ FFC
+
+
+ GAZ124
+ 101240
+ Terrell
+ GA
+ US
+ 31.79
+ -84.42
+ 0
+ 0
+ TAE
+
+
+ FLZ027
+ 90270
+ Wakulla
+ FL
+ US
+ 30.14
+ -84.40
+ 0
+ 0
+ TAE
+
+
+ GAZ068
+ 100680
+ Pike
+ GA
+ US
+ 33.09
+ -84.39
+ 0
+ 0
+ FFC
+
+
+ GAZ144
+ 101440
+ Baker
+ GA
+ US
+ 31.27
+ -84.39
+ 0
+ 0
+ TAE
+
+
+ MIZ041
+ 220410
+ Gladwin
+ MI
+ US
+ 43.99
+ -84.39
+ 0
+ 0
+ APX
+
+
+ MIZ047
+ 220470
+ Midland
+ MI
+ US
+ 43.65
+ -84.39
+ 0
+ 0
+ DTX
+
+
+ KYZ093
+ 170930
+ Campbell
+ KY
+ US
+ 38.96
+ -84.37
+ 0
+ 0
+ ILN
+
+
+ KYZ096
+ 170960
+ Pendleton
+ KY
+ US
+ 38.70
+ -84.37
+ 0
+ 0
+ ILN
+
+
+ MIZ067
+ 220670
+ Ingham
+ MI
+ US
+ 42.60
+ -84.37
+ 0
+ 0
+ GRR
+
+
+ GAZ033
+ 100330
+ North_Fulton
+ GA
+ US
+ 33.92
+ -84.35
+ 0
+ 0
+ FFC
+
+
+ GAZ055
+ 100550
+ Clayton
+ GA
+ US
+ 33.50
+ -84.35
+ 0
+ 0
+ FFC
+
+
+ MIZ008
+ 220080
+ Chippewa
+ MI
+ US
+ 46.34
+ -84.35
+ 0
+ 0
+ APX
+
+
+ TNZ068
+ 420680
+ Loudon
+ TN
+ US
+ 35.76
+ -84.35
+ 0
+ 0
+ MRX
+
+
+ FLZ017
+ 90170
+ Leon
+ FL
+ US
+ 30.49
+ -84.34
+ 0
+ 0
+ TAE
+
+
+ KYZ037
+ 170370
+ Harrison
+ KY
+ US
+ 38.43
+ -84.33
+ 0
+ 0
+ LMK
+
+
+ KYZ068
+ 170680
+ Rockcastle
+ KY
+ US
+ 37.35
+ -84.33
+ 0
+ 0
+ JKL
+
+
+ GAZ069
+ 100690
+ Upson
+ GA
+ US
+ 32.85
+ -84.32
+ 0
+ 0
+ FFC
+
+
+ KYZ057
+ 170570
+ Madison
+ KY
+ US
+ 37.72
+ -84.31
+ 0
+ 0
+ LMK
+
+
+ GAZ092
+ 100920
+ Schley
+ GA
+ US
+ 32.29
+ -84.30
+ 0
+ 0
+ FFC
+
+
+ GAZ056
+ 100560
+ Spalding
+ GA
+ US
+ 33.27
+ -84.29
+ 0
+ 0
+ FFC
+
+
+ TNZ086
+ 420860
+ Northwest_Monroe
+ TN
+ US
+ 35.46
+ -84.28
+ 0
+ 0
+ MRX
+
+
+ OHZ061
+ 350610
+ Montgomery
+ OH
+ US
+ 39.75
+ -84.27
+ 0
+ 0
+ ILN
+
+
+ GAZ145
+ 101450
+ Mitchell
+ GA
+ US
+ 31.26
+ -84.25
+ 0
+ 0
+ TAE
+
+
+ GAZ080
+ 100800
+ Taylor
+ GA
+ US
+ 32.55
+ -84.23
+ 0
+ 0
+ FFC
+
+
+ GAZ006
+ 100060
+ Fannin
+ GA
+ US
+ 34.80
+ -84.22
+ 0
+ 0
+ FFC
+
+
+ GAZ157
+ 101570
+ Grady
+ GA
+ US
+ 30.88
+ -84.22
+ 0
+ 0
+ TAE
+
+
+ OHZ051
+ 350510
+ Miami
+ OH
+ US
+ 40.04
+ -84.22
+ 0
+ 0
+ ILN
+
+
+ GAZ125
+ 101250
+ Dougherty
+ GA
+ US
+ 31.55
+ -84.21
+ 0
+ 0
+ TAE
+
+
+ KYZ042
+ 170420
+ Bourbon
+ KY
+ US
+ 38.22
+ -84.21
+ 0
+ 0
+ LMK
+
+
+ OHZ043
+ 350430
+ Shelby
+ OH
+ US
+ 40.33
+ -84.21
+ 0
+ 0
+ ILN
+
+
+ TNZ036
+ 420360
+ Anderson
+ TN
+ US
+ 36.10
+ -84.20
+ 0
+ 0
+ MRX
+
+
+ GAZ045
+ 100450
+ DeKalb
+ GA
+ US
+ 33.79
+ -84.19
+ 0
+ 0
+ FFC
+
+
+ GAZ104
+ 101040
+ Sumter
+ GA
+ US
+ 32.05
+ -84.18
+ 0
+ 0
+ FFC
+
+
+ KYZ049
+ 170490
+ Clark
+ KY
+ US
+ 37.97
+ -84.17
+ 0
+ 0
+ LMK
+
+
+ OHZ071
+ 350710
+ Warren
+ OH
+ US
+ 39.42
+ -84.17
+ 0
+ 0
+ ILN
+
+
+ OHZ035
+ 350350
+ Auglaize
+ OH
+ US
+ 40.52
+ -84.16
+ 0
+ 0
+ ILN
+
+
+ GAZ014
+ 100140
+ Dawson
+ GA
+ US
+ 34.48
+ -84.15
+ 0
+ 0
+ FFC
+
+
+ GAZ070
+ 100700
+ Lamar
+ GA
+ US
+ 33.06
+ -84.15
+ 0
+ 0
+ FFC
+
+
+ MIZ060
+ 220600
+ Shiawassee
+ MI
+ US
+ 42.96
+ -84.15
+ 0
+ 0
+ DTX
+
+
+ OHZ078
+ 350780
+ Clermont
+ OH
+ US
+ 39.02
+ -84.15
+ 0
+ 0
+ ILN
+
+
+ TNZ087
+ 420870
+ Southeast_Monroe
+ TN
+ US
+ 35.38
+ -84.15
+ 0
+ 0
+ MRX
+
+
+ GAZ057
+ 100570
+ Henry
+ GA
+ US
+ 33.48
+ -84.14
+ 0
+ 0
+ FFC
+
+
+ TNZ013
+ 420130
+ Campbell
+ TN
+ US
+ 36.39
+ -84.14
+ 0
+ 0
+ MRX
+
+
+ GAZ126
+ 101260
+ Lee
+ GA
+ US
+ 31.77
+ -84.13
+ 0
+ 0
+ TAE
+
+
+ MIZ023
+ 220230
+ Montmorency
+ MI
+ US
+ 45.03
+ -84.13
+ 0
+ 0
+ APX
+
+
+ MIZ029
+ 220290
+ Oscoda
+ MI
+ US
+ 44.68
+ -84.13
+ 0
+ 0
+ APX
+
+
+ MIZ035
+ 220350
+ Ogemaw
+ MI
+ US
+ 44.34
+ -84.13
+ 0
+ 0
+ APX
+
+
+ OHZ016
+ 350160
+ Putnam
+ OH
+ US
+ 41.01
+ -84.13
+ 0
+ 0
+ IWX
+
+
+ OHZ025
+ 350250
+ Allen
+ OH
+ US
+ 40.78
+ -84.13
+ 0
+ 0
+ IWX
+
+
+ KYZ080
+ 170800
+ Laurel
+ KY
+ US
+ 37.13
+ -84.12
+ 0
+ 0
+ JKL
+
+
+ KYZ085
+ 170850
+ Whitley
+ KY
+ US
+ 36.78
+ -84.12
+ 0
+ 0
+ JKL
+
+
+ OHZ002
+ 350020
+ Fulton
+ OH
+ US
+ 41.60
+ -84.12
+ 0
+ 0
+ IWX
+
+
+ OHZ005
+ 350050
+ Henry
+ OH
+ US
+ 41.32
+ -84.10
+ 0
+ 0
+ IWX
+
+
+ GAZ022
+ 100220
+ Forsyth
+ GA
+ US
+ 34.19
+ -84.09
+ 0
+ 0
+ FFC
+
+
+ KYZ097
+ 170970
+ Bracken
+ KY
+ US
+ 38.68
+ -84.08
+ 0
+ 0
+ ILN
+
+
+ KYZ098
+ 170980
+ Robertson
+ KY
+ US
+ 38.51
+ -84.08
+ 0
+ 0
+ ILN
+
+
+ MIZ082
+ 220820
+ Lenawee
+ MI
+ US
+ 41.90
+ -84.07
+ 0
+ 0
+ DTX
+
+
+ MIZ048
+ 220480
+ Bay
+ MI
+ US
+ 43.74
+ -84.06
+ 0
+ 0
+ DTX
+
+
+ GAZ046
+ 100460
+ Rockdale
+ GA
+ US
+ 33.66
+ -84.04
+ 0
+ 0
+ FFC
+
+
+ GAZ093
+ 100930
+ Macon
+ GA
+ US
+ 32.35
+ -84.04
+ 0
+ 0
+ FFC
+
+
+ GAZ034
+ 100340
+ Gwinnett
+ GA
+ US
+ 33.96
+ -84.03
+ 0
+ 0
+ FFC
+
+
+ MIZ053
+ 220530
+ Saginaw
+ MI
+ US
+ 43.35
+ -84.03
+ 0
+ 0
+ DTX
+
+
+ KYZ043
+ 170430
+ Nicholas
+ KY
+ US
+ 38.33
+ -84.02
+ 0
+ 0
+ LMK
+
+
+ GAZ015
+ 100150
+ Lumpkin
+ GA
+ US
+ 34.57
+ -84.01
+ 0
+ 0
+ FFC
+
+
+ NCZ060
+ 330600
+ Cherokee
+ NC
+ US
+ 35.14
+ -84.01
+ 0
+ 0
+ MRX
+
+
+ KYZ069
+ 170690
+ Jackson
+ KY
+ US
+ 37.42
+ -84.00
+ 0
+ 0
+ JKL
+
+
+ GAZ008
+ 100080
+ Union
+ GA
+ US
+ 34.81
+ -83.98
+ 0
+ 0
+ FFC
+
+
+ GAZ058
+ 100580
+ Butts
+ GA
+ US
+ 33.32
+ -83.97
+ 0
+ 0
+ FFC
+
+
+ GAZ081
+ 100810
+ Crawford
+ GA
+ US
+ 32.69
+ -83.97
+ 0
+ 0
+ FFC
+
+
+ TNZ069
+ 420690
+ Knox
+ TN
+ US
+ 35.99
+ -83.96
+ 0
+ 0
+ MRX
+
+
+ KYZ058
+ 170580
+ Estill
+ KY
+ US
+ 37.70
+ -83.93
+ 0
+ 0
+ JKL
+
+
+ GAZ071
+ 100710
+ Monroe
+ GA
+ US
+ 33.02
+ -83.92
+ 0
+ 0
+ FFC
+
+
+ GAZ158
+ 101580
+ Thomas
+ GA
+ US
+ 30.87
+ -83.92
+ 0
+ 0
+ TAE
+
+
+ KYZ050
+ 170500
+ Montgomery
+ KY
+ US
+ 38.05
+ -83.92
+ 0
+ 0
+ JKL
+
+
+ TNZ071
+ 420710
+ NW_Blount
+ TN
+ US
+ 35.71
+ -83.92
+ 0
+ 0
+ MRX
+
+
+ MIZ068
+ 220680
+ Livingston
+ MI
+ US
+ 42.61
+ -83.91
+ 0
+ 0
+ DTX
+
+
+ OHZ062
+ 350620
+ Greene
+ OH
+ US
+ 39.70
+ -83.88
+ 0
+ 0
+ ILN
+
+
+ MIZ042
+ 220420
+ Arenac
+ MI
+ US
+ 44.04
+ -83.87
+ 0
+ 0
+ APX
+
+
+ GAZ048
+ 100480
+ Newton
+ GA
+ US
+ 33.56
+ -83.86
+ 0
+ 0
+ FFC
+
+
+ GAZ094
+ 100940
+ Peach
+ GA
+ US
+ 32.56
+ -83.86
+ 0
+ 0
+ FFC
+
+
+ OHZ079
+ 350790
+ Brown
+ OH
+ US
+ 38.95
+ -83.86
+ 0
+ 0
+ ILN
+
+
+ FLZ018
+ 90180
+ Jefferson
+ FL
+ US
+ 30.38
+ -83.84
+ 0
+ 0
+ TAE
+
+
+ GAZ023
+ 100230
+ Hall
+ GA
+ US
+ 34.30
+ -83.84
+ 0
+ 0
+ FFC
+
+
+ GAZ127
+ 101270
+ Worth
+ GA
+ US
+ 31.59
+ -83.84
+ 0
+ 0
+ TAE
+
+
+ KYZ059
+ 170590
+ Powell
+ KY
+ US
+ 37.83
+ -83.84
+ 0
+ 0
+ JKL
+
+
+ KYZ086
+ 170860
+ Knox
+ KY
+ US
+ 36.87
+ -83.84
+ 0
+ 0
+ JKL
+
+
+ MIZ075
+ 220750
+ Washtenaw
+ MI
+ US
+ 42.26
+ -83.84
+ 0
+ 0
+ DTX
+
+
+ TNZ037
+ 420370
+ Union
+ TN
+ US
+ 36.30
+ -83.84
+ 0
+ 0
+ MRX
+
+
+ TNZ072
+ 420720
+ Blount_Smoky_Mountains
+ TN
+ US
+ 35.57
+ -83.84
+ 0
+ 0
+ MRX
+
+
+ GAZ105
+ 101050
+ Dooly
+ GA
+ US
+ 32.16
+ -83.82
+ 0
+ 0
+ FFC
+
+
+ KYZ099
+ 170990
+ Mason
+ KY
+ US
+ 38.62
+ -83.82
+ 0
+ 0
+ ILN
+
+
+ MIZ018
+ 220180
+ Presque_Isle
+ MI
+ US
+ 45.42
+ -83.82
+ 0
+ 0
+ APX
+
+
+ NCZ058
+ 330580
+ Graham
+ NC
+ US
+ 35.34
+ -83.81
+ 0
+ 0
+ GSP
+
+
+ OHZ072
+ 350720
+ Clinton
+ OH
+ US
+ 39.39
+ -83.79
+ 0
+ 0
+ ILN
+
+
+ GAZ106
+ 101060
+ Crisp
+ GA
+ US
+ 31.91
+ -83.78
+ 0
+ 0
+ FFC
+
+
+ OHZ053
+ 350530
+ Clark
+ OH
+ US
+ 39.90
+ -83.78
+ 0
+ 0
+ ILN
+
+
+ OHZ044
+ 350440
+ Logan
+ OH
+ US
+ 40.38
+ -83.76
+ 0
+ 0
+ ILN
+
+
+ OHZ052
+ 350520
+ Champaign
+ OH
+ US
+ 40.14
+ -83.76
+ 0
+ 0
+ ILN
+
+
+ GAZ016
+ 100160
+ White
+ GA
+ US
+ 34.65
+ -83.75
+ 0
+ 0
+ FFC
+
+
+ GAZ047
+ 100470
+ Walton
+ GA
+ US
+ 33.76
+ -83.75
+ 0
+ 0
+ FFC
+
+
+ GAZ146
+ 101460
+ Colquitt
+ GA
+ US
+ 31.18
+ -83.75
+ 0
+ 0
+ TAE
+
+
+ NCZ061
+ 330610
+ Clay
+ NC
+ US
+ 35.07
+ -83.75
+ 0
+ 0
+ MRX
+
+
+ GAZ009
+ 100090
+ Towns
+ GA
+ US
+ 34.89
+ -83.74
+ 0
+ 0
+ FFC
+
+
+ KYZ116
+ 171160
+ Clay
+ KY
+ US
+ 37.15
+ -83.74
+ 0
+ 0
+ JKL
+
+
+ OHZ003
+ 350030
+ Lucas
+ OH
+ US
+ 41.57
+ -83.74
+ 0
+ 0
+ CLE
+
+
+ KYZ051
+ 170510
+ Bath
+ KY
+ US
+ 38.15
+ -83.73
+ 0
+ 0
+ JKL
+
+
+ KYZ044
+ 170440
+ Fleming
+ KY
+ US
+ 38.36
+ -83.72
+ 0
+ 0
+ JKL
+
+
+ KYZ111
+ 171110
+ Lee
+ KY
+ US
+ 37.60
+ -83.72
+ 0
+ 0
+ JKL
+
+
+ KYZ087
+ 170870
+ Bell
+ KY
+ US
+ 36.77
+ -83.71
+ 0
+ 0
+ JKL
+
+
+ KYZ114
+ 171140
+ Owsley
+ KY
+ US
+ 37.40
+ -83.71
+ 0
+ 0
+ JKL
+
+
+ GAZ035
+ 100350
+ Barrow
+ GA
+ US
+ 34.01
+ -83.70
+ 0
+ 0
+ FFC
+
+
+ GAZ059
+ 100590
+ Jasper
+ GA
+ US
+ 33.33
+ -83.69
+ 0
+ 0
+ FFC
+
+
+ GAZ082
+ 100820
+ Bibb
+ GA
+ US
+ 32.80
+ -83.69
+ 0
+ 0
+ FFC
+
+
+ MIZ061
+ 220610
+ Genesee
+ MI
+ US
+ 43.00
+ -83.69
+ 0
+ 0
+ DTX
+
+
+ TNZ014
+ 420140
+ Claiborne
+ TN
+ US
+ 36.47
+ -83.69
+ 0
+ 0
+ MRX
+
+
+ GAZ095
+ 100950
+ Houston
+ GA
+ US
+ 32.49
+ -83.67
+ 0
+ 0
+ FFC
+
+
+ FLZ028
+ 90280
+ Taylor
+ FL
+ US
+ 29.99
+ -83.65
+ 0
+ 0
+ TAE
+
+
+ OHZ026
+ 350260
+ Hardin
+ OH
+ US
+ 40.66
+ -83.65
+ 0
+ 0
+ ILN
+
+
+ OHZ006
+ 350060
+ Wood
+ OH
+ US
+ 41.39
+ -83.64
+ 0
+ 0
+ CLE
+
+
+ OHZ017
+ 350170
+ Hancock
+ OH
+ US
+ 40.99
+ -83.64
+ 0
+ 0
+ CLE
+
+
+ GAZ128
+ 101280
+ Turner
+ GA
+ US
+ 31.71
+ -83.63
+ 0
+ 0
+ TAE
+
+
+ KYZ060
+ 170600
+ Menifee
+ KY
+ US
+ 37.94
+ -83.61
+ 0
+ 0
+ JKL
+
+
+ OHZ080
+ 350800
+ Highland
+ OH
+ US
+ 39.20
+ -83.61
+ 0
+ 0
+ ILN
+
+
+ MIZ036
+ 220360
+ Iosco
+ MI
+ US
+ 44.34
+ -83.60
+ 0
+ 0
+ APX
+
+
+ GAZ025
+ 100250
+ Jackson
+ GA
+ US
+ 34.13
+ -83.59
+ 0
+ 0
+ FFC
+
+
+ MIZ030
+ 220300
+ Alcona
+ MI
+ US
+ 44.69
+ -83.59
+ 0
+ 0
+ APX
+
+
+ GAZ072
+ 100720
+ Jones
+ GA
+ US
+ 33.01
+ -83.58
+ 0
+ 0
+ FFC
+
+
+ NCZ051
+ 330510
+ Swain
+ NC
+ US
+ 35.48
+ -83.56
+ 0
+ 0
+ GSP
+
+
+ GAZ159
+ 101590
+ Brooks
+ GA
+ US
+ 30.85
+ -83.55
+ 0
+ 0
+ TAE
+
+
+ MIZ024
+ 220240
+ Alpena
+ MI
+ US
+ 45.03
+ -83.54
+ 0
+ 0
+ APX
+
+
+ TNZ073
+ 420730
+ North_Sevier
+ TN
+ US
+ 35.87
+ -83.53
+ 0
+ 0
+ MRX
+
+
+ GAZ017
+ 100170
+ Habersham
+ GA
+ US
+ 34.63
+ -83.51
+ 0
+ 0
+ GSP
+
+
+ GAZ024
+ 100240
+ Banks
+ GA
+ US
+ 34.35
+ -83.50
+ 0
+ 0
+ FFC
+
+
+ GAZ129
+ 101290
+ Tift
+ GA
+ US
+ 31.46
+ -83.50
+ 0
+ 0
+ TAE
+
+
+ TNZ038
+ 420380
+ Grainger
+ TN
+ US
+ 36.25
+ -83.50
+ 0
+ 0
+ MRX
+
+
+ FLZ019
+ 90190
+ Madison
+ FL
+ US
+ 30.46
+ -83.49
+ 0
+ 0
+ TAE
+
+
+ OHZ081
+ 350810
+ Adams
+ OH
+ US
+ 38.82
+ -83.49
+ 0
+ 0
+ ILN
+
+
+ GAZ049
+ 100490
+ Morgan
+ GA
+ US
+ 33.62
+ -83.48
+ 0
+ 0
+ FFC
+
+
+ KYZ108
+ 171080
+ Wolfe
+ KY
+ US
+ 37.75
+ -83.48
+ 0
+ 0
+ JKL
+
+
+ MIZ083
+ 220830
+ Monroe
+ MI
+ US
+ 41.91
+ -83.48
+ 0
+ 0
+ DTX
+
+
+ TNZ070
+ 420700
+ Jefferson
+ TN
+ US
+ 36.04
+ -83.47
+ 0
+ 0
+ MRX
+
+
+ GAZ037
+ 100370
+ Oconee
+ GA
+ US
+ 33.83
+ -83.46
+ 0
+ 0
+ FFC
+
+
+ GAZ107
+ 101070
+ Pulaski
+ GA
+ US
+ 32.25
+ -83.46
+ 0
+ 0
+ FFC
+
+
+ OHZ063
+ 350630
+ Fayette
+ OH
+ US
+ 39.54
+ -83.46
+ 0
+ 0
+ ILN
+
+
+ TNZ074
+ 420740
+ Sevier_Smoky_Mountains
+ TN
+ US
+ 35.69
+ -83.46
+ 0
+ 0
+ MRX
+
+
+ GAZ147
+ 101470
+ Cook
+ GA
+ US
+ 31.19
+ -83.43
+ 0
+ 0
+ TAE
+
+
+ OHZ054
+ 350540
+ Madison
+ OH
+ US
+ 39.90
+ -83.43
+ 0
+ 0
+ ILN
+
+
+ KYZ052
+ 170520
+ Rowan
+ KY
+ US
+ 38.21
+ -83.42
+ 0
+ 0
+ JKL
+
+
+ NCZ062
+ 330620
+ Macon
+ NC
+ US
+ 35.16
+ -83.42
+ 0
+ 0
+ GSP
+
+
+ GAZ083
+ 100830
+ Twiggs
+ GA
+ US
+ 32.67
+ -83.41
+ 0
+ 0
+ FFC
+
+
+ MIZ054
+ 220540
+ Tuscola
+ MI
+ US
+ 43.51
+ -83.40
+ 0
+ 0
+ DTX
+
+
+ GAZ108
+ 101080
+ Wilcox
+ GA
+ US
+ 31.98
+ -83.39
+ 0
+ 0
+ FFC
+
+
+ MIZ069
+ 220690
+ Oakland
+ MI
+ US
+ 42.66
+ -83.39
+ 0
+ 0
+ DTX
+
+
+ GAZ010
+ 100100
+ Rabun
+ GA
+ US
+ 34.85
+ -83.38
+ 0
+ 0
+ GSP
+
+
+ GAZ036
+ 100360
+ Clarke
+ GA
+ US
+ 33.95
+ -83.38
+ 0
+ 0
+ FFC
+
+
+ KYZ117
+ 171170
+ Leslie
+ KY
+ US
+ 37.11
+ -83.36
+ 0
+ 0
+ JKL
+
+
+ OHZ045
+ 350450
+ Union
+ OH
+ US
+ 40.30
+ -83.36
+ 0
+ 0
+ ILN
+
+
+ GAZ060
+ 100600
+ Putnam
+ GA
+ US
+ 33.32
+ -83.34
+ 0
+ 0
+ FFC
+
+
+ KYZ100
+ 171000
+ Lewis
+ KY
+ US
+ 38.52
+ -83.34
+ 0
+ 0
+ ILN
+
+
+ GAZ096
+ 100960
+ Bleckley
+ GA
+ US
+ 32.42
+ -83.32
+ 0
+ 0
+ FFC
+
+
+ OHZ027
+ 350270
+ Wyandot
+ OH
+ US
+ 40.84
+ -83.31
+ 0
+ 0
+ CLE
+
+
+ GAZ018
+ 100180
+ Stephens
+ GA
+ US
+ 34.57
+ -83.29
+ 0
+ 0
+ GSP
+
+
+ KYZ112
+ 171120
+ Breathitt
+ KY
+ US
+ 37.52
+ -83.28
+ 0
+ 0
+ JKL
+
+
+ KYZ115
+ 171150
+ Perry
+ KY
+ US
+ 37.22
+ -83.28
+ 0
+ 0
+ JKL
+
+
+ TNZ039
+ 420390
+ Hamblen
+ TN
+ US
+ 36.23
+ -83.28
+ 0
+ 0
+ MRX
+
+
+ GAZ131
+ 101310
+ Irwin
+ GA
+ US
+ 31.62
+ -83.25
+ 0
+ 0
+ TAE
+
+
+ GAZ160
+ 101600
+ Lowndes
+ GA
+ US
+ 30.82
+ -83.25
+ 0
+ 0
+ TAE
+
+
+ GAZ073
+ 100730
+ Baldwin
+ GA
+ US
+ 33.05
+ -83.24
+ 0
+ 0
+ FFC
+
+
+ GAZ130
+ 101300
+ Ben_Hill
+ GA
+ US
+ 31.75
+ -83.24
+ 0
+ 0
+ TAE
+
+
+ GAZ026
+ 100260
+ Franklin
+ GA
+ US
+ 34.39
+ -83.23
+ 0
+ 0
+ GSP
+
+
+ GAZ148
+ 101480
+ Berrien
+ GA
+ US
+ 31.25
+ -83.23
+ 0
+ 0
+ TAE
+
+
+ KYZ106
+ 171060
+ Morgan
+ KY
+ US
+ 37.92
+ -83.23
+ 0
+ 0
+ JKL
+
+
+ MIZ062
+ 220620
+ Lapeer
+ MI
+ US
+ 43.11
+ -83.22
+ 0
+ 0
+ DTX
+
+
+ MIZ076
+ 220760
+ Wayne
+ MI
+ US
+ 42.25
+ -83.21
+ 0
+ 0
+ DTX
+
+
+ GAZ027
+ 100270
+ Madison
+ GA
+ US
+ 34.13
+ -83.19
+ 0
+ 0
+ FFC
+
+
+ KYZ088
+ 170880
+ Harlan
+ KY
+ US
+ 36.85
+ -83.19
+ 0
+ 0
+ JKL
+
+
+ GAZ050
+ 100500
+ Greene
+ GA
+ US
+ 33.56
+ -83.18
+ 0
+ 0
+ FFC
+
+
+ GAZ084
+ 100840
+ Wilkinson
+ GA
+ US
+ 32.79
+ -83.18
+ 0
+ 0
+ FFC
+
+
+ FLZ034
+ 90340
+ Dixie
+ FL
+ US
+ 29.56
+ -83.16
+ 0
+ 0
+ TAE
+
+
+ NCZ059
+ 330590
+ Northern_Jackson
+ NC
+ US
+ 35.37
+ -83.14
+ 0
+ 0
+ GSP
+
+
+ OHZ036
+ 350360
+ Marion
+ OH
+ US
+ 40.57
+ -83.14
+ 0
+ 0
+ CLE
+
+
+ TNZ015
+ 420150
+ Hancock
+ TN
+ US
+ 36.50
+ -83.14
+ 0
+ 0
+ MRX
+
+
+ TNZ040
+ 420400
+ Northwest_Cocke
+ TN
+ US
+ 36.00
+ -83.13
+ 0
+ 0
+ MRX
+
+
+ FLZ029
+ 90290
+ Lafayette
+ FL
+ US
+ 30.04
+ -83.12
+ 0
+ 0
+ TAE
+
+
+ GAZ109
+ 101090
+ Dodge
+ GA
+ US
+ 32.17
+ -83.12
+ 0
+ 0
+ FFC
+
+
+ OHZ008
+ 350080
+ Sandusky
+ OH
+ US
+ 41.37
+ -83.12
+ 0
+ 0
+ CLE
+
+
+ OHZ018
+ 350180
+ Seneca
+ OH
+ US
+ 41.12
+ -83.12
+ 0
+ 0
+ CLE
+
+
+ SCZ001
+ 400010
+ Oconee_Mountains
+ SC
+ US
+ 34.83
+ -83.12
+ 0
+ 0
+ GSP
+
+
+ TNZ041
+ 420410
+ Cocke_Smoky_Mountains
+ TN
+ US
+ 35.86
+ -83.09
+ 0
+ 0
+ MRX
+
+
+ GAZ161
+ 101610
+ Lanier
+ GA
+ US
+ 31.02
+ -83.08
+ 0
+ 0
+ TAE
+
+
+ KYZ104
+ 171040
+ Elliott
+ KY
+ US
+ 38.14
+ -83.08
+ 0
+ 0
+ JKL
+
+
+ KYZ109
+ 171090
+ Magoffin
+ KY
+ US
+ 37.69
+ -83.08
+ 0
+ 0
+ JKL
+
+
+ OHZ082
+ 350820
+ Pike
+ OH
+ US
+ 39.07
+ -83.08
+ 0
+ 0
+ ILN
+
+
+ NCZ063
+ 330630
+ Southern_Jackson
+ NC
+ US
+ 35.15
+ -83.07
+ 0
+ 0
+ GSP
+
+
+ OHZ073
+ 350730
+ Ross
+ OH
+ US
+ 39.34
+ -83.07
+ 0
+ 0
+ ILN
+
+
+ KYZ102
+ 171020
+ Carter
+ KY
+ US
+ 38.34
+ -83.06
+ 0
+ 0
+ RLX
+
+
+ OHZ007
+ 350070
+ Ottawa
+ OH
+ US
+ 41.54
+ -83.06
+ 0
+ 0
+ CLE
+
+
+ GAZ038
+ 100380
+ Oglethorpe
+ GA
+ US
+ 33.87
+ -83.04
+ 0
+ 0
+ FFC
+
+
+ MIZ049
+ 220490
+ Huron
+ MI
+ US
+ 43.87
+ -83.04
+ 0
+ 0
+ DTX
+
+
+ GAZ061
+ 100610
+ Hancock
+ GA
+ US
+ 33.27
+ -83.02
+ 0
+ 0
+ FFC
+
+
+ OHZ055
+ 350550
+ Franklin
+ OH
+ US
+ 39.96
+ -83.01
+ 0
+ 0
+ ILN
+
+
+ FLZ021
+ 90210
+ Suwannee
+ FL
+ US
+ 30.17
+ -83.00
+ 0
+ 0
+ JAX
+
+
+ NCZ052
+ 330520
+ Haywood
+ NC
+ US
+ 35.54
+ -83.00
+ 0
+ 0
+ GSP
+
+
+ OHZ064
+ 350640
+ Pickaway
+ OH
+ US
+ 39.63
+ -83.00
+ 0
+ 0
+ ILN
+
+
+ SCZ004
+ 400040
+ Greater_Oconee
+ SC
+ US
+ 34.64
+ -83.00
+ 0
+ 0
+ GSP
+
+
+ VAZ001
+ 460010
+ Lee
+ VA
+ US
+ 36.74
+ -83.00
+ 0
+ 0
+ MRX
+
+
+ OHZ046
+ 350460
+ Delaware
+ OH
+ US
+ 40.28
+ -82.99
+ 0
+ 0
+ ILN
+
+
+ FLZ020
+ 90200
+ Hamilton
+ FL
+ US
+ 30.48
+ -82.96
+ 0
+ 0
+ JAX
+
+
+ OHZ088
+ 350880
+ Scioto
+ OH
+ US
+ 38.79
+ -82.96
+ 0
+ 0
+ ILN
+
+
+ GAZ028
+ 100280
+ Hart
+ GA
+ US
+ 34.35
+ -82.95
+ 0
+ 0
+ GSP
+
+
+ TNZ016
+ 420160
+ Hawkins
+ TN
+ US
+ 36.42
+ -82.94
+ 0
+ 0
+ MRX
+
+
+ GAZ097
+ 100970
+ Laurens
+ GA
+ US
+ 32.43
+ -82.93
+ 0
+ 0
+ FFC
+
+
+ GAZ110
+ 101100
+ Telfair
+ GA
+ US
+ 31.96
+ -82.93
+ 0
+ 0
+ FFC
+
+
+ KYZ101
+ 171010
+ Greenup
+ KY
+ US
+ 38.56
+ -82.92
+ 0
+ 0
+ RLX
+
+
+ KYZ113
+ 171130
+ Knott
+ KY
+ US
+ 37.36
+ -82.92
+ 0
+ 0
+ JKL
+
+
+ MIZ070
+ 220700
+ Macomb
+ MI
+ US
+ 42.68
+ -82.92
+ 0
+ 0
+ DTX
+
+
+ OHZ028
+ 350280
+ Crawford
+ OH
+ US
+ 40.85
+ -82.91
+ 0
+ 0
+ CLE
+
+
+ GAZ149
+ 101490
+ Atkinson
+ GA
+ US
+ 31.30
+ -82.88
+ 0
+ 0
+ JAX
+
+
+ TNZ042
+ 420420
+ Northwest_Greene
+ TN
+ US
+ 36.21
+ -82.88
+ 0
+ 0
+ MRX
+
+
+ GAZ132
+ 101320
+ Coffee
+ GA
+ US
+ 31.59
+ -82.87
+ 0
+ 0
+ JAX
+
+
+ GAZ162
+ 101620
+ Echols
+ GA
+ US
+ 30.73
+ -82.86
+ 0
+ 0
+ JAX
+
+
+ KYZ118
+ 171180
+ Letcher
+ KY
+ US
+ 37.12
+ -82.86
+ 0
+ 0
+ JKL
+
+
+ GAZ051
+ 100510
+ Taliaferro
+ GA
+ US
+ 33.59
+ -82.85
+ 0
+ 0
+ FFC
+
+
+ GAZ029
+ 100290
+ Elbert
+ GA
+ US
+ 34.12
+ -82.84
+ 0
+ 0
+ GSP
+
+
+ KYZ107
+ 171070
+ Johnson
+ KY
+ US
+ 37.86
+ -82.82
+ 0
+ 0
+ JKL
+
+
+ OHZ037
+ 350370
+ Morrow
+ OH
+ US
+ 40.53
+ -82.82
+ 0
+ 0
+ CLE
+
+
+ FLZ035
+ 90350
+ Gilchrist
+ FL
+ US
+ 29.75
+ -82.81
+ 0
+ 0
+ JAX
+
+
+ MIZ055
+ 220550
+ Sanilac
+ MI
+ US
+ 43.43
+ -82.81
+ 0
+ 0
+ DTX
+
+
+ NCZ064
+ 330640
+ Transylvania
+ NC
+ US
+ 35.22
+ -82.81
+ 0
+ 0
+ GSP
+
+
+ GAZ074
+ 100740
+ Washington
+ GA
+ US
+ 32.99
+ -82.79
+ 0
+ 0
+ FFC
+
+
+ FLZ039
+ 90390
+ Levy
+ FL
+ US
+ 29.30
+ -82.78
+ 0
+ 0
+ TBW
+
+
+ TNZ043
+ 420430
+ Southeast_Greene
+ TN
+ US
+ 36.01
+ -82.77
+ 0
+ 0
+ MRX
+
+
+ KYZ110
+ 171100
+ Floyd
+ KY
+ US
+ 37.52
+ -82.76
+ 0
+ 0
+ JKL
+
+
+ GAZ111
+ 101110
+ Wheeler
+ GA
+ US
+ 32.11
+ -82.75
+ 0
+ 0
+ FFC
+
+
+ KYZ105
+ 171050
+ Lawrence
+ KY
+ US
+ 38.08
+ -82.75
+ 0
+ 0
+ RLX
+
+
+ GAZ039
+ 100390
+ Wilkes
+ GA
+ US
+ 33.79
+ -82.74
+ 0
+ 0
+ FFC
+
+
+ SCZ002
+ 400020
+ Pickens_Mountains
+ SC
+ US
+ 34.95
+ -82.73
+ 0
+ 0
+ GSP
+
+
+ FLZ050
+ 90500
+ Pinellas
+ FL
+ US
+ 27.89
+ -82.71
+ 0
+ 0
+ TBW
+
+
+ MIZ063
+ 220630
+ St._Clair
+ MI
+ US
+ 42.85
+ -82.71
+ 0
+ 0
+ DTX
+
+
+ GAZ085
+ 100850
+ Johnson
+ GA
+ US
+ 32.67
+ -82.70
+ 0
+ 0
+ FFC
+
+
+ KYZ103
+ 171030
+ Boyd
+ KY
+ US
+ 38.37
+ -82.70
+ 0
+ 0
+ RLX
+
+
+ GAZ163
+ 101630
+ Clinch
+ GA
+ US
+ 30.88
+ -82.69
+ 0
+ 0
+ JAX
+
+
+ SCZ005
+ 400050
+ Greater_Pickens
+ SC
+ US
+ 34.79
+ -82.69
+ 0
+ 0
+ GSP
+
+
+ NCZ048
+ 330480
+ Madison
+ NC
+ US
+ 35.87
+ -82.68
+ 0
+ 0
+ GSP
+
+
+ SCZ010
+ 400100
+ Anderson
+ SC
+ US
+ 34.51
+ -82.65
+ 0
+ 0
+ GSP
+
+
+ VAZ005
+ 460050
+ Scott
+ VA
+ US
+ 36.74
+ -82.64
+ 0
+ 0
+ MRX
+
+
+ GAZ062
+ 100620
+ Warren
+ GA
+ US
+ 33.43
+ -82.63
+ 0
+ 0
+ FFC
+
+
+ GAZ133
+ 101330
+ Jeff_Davis
+ GA
+ US
+ 31.82
+ -82.63
+ 0
+ 0
+ JAX
+
+
+ FLZ022
+ 90220
+ Columbia
+ FL
+ US
+ 30.21
+ -82.62
+ 0
+ 0
+ JAX
+
+
+ OHZ009
+ 350090
+ Erie
+ OH
+ US
+ 41.39
+ -82.62
+ 0
+ 0
+ CLE
+
+
+ OHZ083
+ 350830
+ Jackson
+ OH
+ US
+ 39.02
+ -82.62
+ 0
+ 0
+ RLX
+
+
+ OHZ065
+ 350650
+ Fairfield
+ OH
+ US
+ 39.74
+ -82.60
+ 0
+ 0
+ ILN
+
+
+ GAZ075
+ 100750
+ Glascock
+ GA
+ US
+ 33.23
+ -82.59
+ 0
+ 0
+ FFC
+
+
+ VAZ002
+ 460020
+ Wise
+ VA
+ US
+ 37.00
+ -82.59
+ 0
+ 0
+ MRX
+
+
+ OHZ019
+ 350190
+ Huron
+ OH
+ US
+ 41.14
+ -82.58
+ 0
+ 0
+ CLE
+
+
+ GAZ098
+ 100980
+ Treutlen
+ GA
+ US
+ 32.40
+ -82.56
+ 0
+ 0
+ FFC
+
+
+ OHZ087
+ 350870
+ Lawrence
+ OH
+ US
+ 38.62
+ -82.56
+ 0
+ 0
+ RLX
+
+
+ GAZ112
+ 101120
+ Montgomery
+ GA
+ US
+ 32.15
+ -82.53
+ 0
+ 0
+ FFC
+
+
+ NCZ053
+ 330530
+ Buncombe
+ NC
+ US
+ 35.62
+ -82.53
+ 0
+ 0
+ GSP
+
+
+ OHZ029
+ 350290
+ Richland
+ OH
+ US
+ 40.77
+ -82.53
+ 0
+ 0
+ CLE
+
+
+ OHZ084
+ 350840
+ Vinton
+ OH
+ US
+ 39.21
+ -82.51
+ 0
+ 0
+ RLX
+
+
+ KYZ119
+ 171190
+ Martin
+ KY
+ US
+ 37.82
+ -82.50
+ 0
+ 0
+ JKL
+
+
+ NCZ065
+ 330650
+ Henderson
+ NC
+ US
+ 35.32
+ -82.50
+ 0
+ 0
+ GSP
+
+
+ SCZ003
+ 400030
+ Greenville_Mountains
+ SC
+ US
+ 35.09
+ -82.49
+ 0
+ 0
+ GSP
+
+
+ SCZ011
+ 400110
+ Abbeville
+ SC
+ US
+ 34.25
+ -82.49
+ 0
+ 0
+ GSP
+
+
+ TNZ044
+ 420440
+ Washington
+ TN
+ US
+ 36.27
+ -82.49
+ 0
+ 0
+ MRX
+
+
+ OHZ056
+ 350560
+ Licking
+ OH
+ US
+ 40.09
+ -82.48
+ 0
+ 0
+ ILN
+
+
+ GAZ063
+ 100630
+ McDuffie
+ GA
+ US
+ 33.49
+ -82.47
+ 0
+ 0
+ CAE
+
+
+ FLZ042
+ 90420
+ Citrus
+ FL
+ US
+ 28.86
+ -82.46
+ 0
+ 0
+ TBW
+
+
+ OHZ047
+ 350470
+ Knox
+ OH
+ US
+ 40.40
+ -82.46
+ 0
+ 0
+ CLE
+
+
+ FLZ049
+ 90490
+ Pasco
+ FL
+ US
+ 28.32
+ -82.45
+ 0
+ 0
+ TBW
+
+
+ OHZ074
+ 350740
+ Hocking
+ OH
+ US
+ 39.50
+ -82.45
+ 0
+ 0
+ ILN
+
+
+ GAZ040
+ 100400
+ Lincoln
+ GA
+ US
+ 33.81
+ -82.44
+ 0
+ 0
+ CAE
+
+
+ GAZ076
+ 100760
+ Jefferson
+ GA
+ US
+ 33.04
+ -82.44
+ 0
+ 0
+ FFC
+
+
+ GAZ134
+ 101340
+ Bacon
+ GA
+ US
+ 31.56
+ -82.42
+ 0
+ 0
+ JAX
+
+
+ GAZ150
+ 101500
+ Ware
+ GA
+ US
+ 31.02
+ -82.41
+ 0
+ 0
+ JAX
+
+
+ TNZ045
+ 420450
+ Unicoi
+ TN
+ US
+ 36.11
+ -82.41
+ 0
+ 0
+ MRX
+
+
+ WVZ005
+ 480050
+ Wayne
+ WV
+ US
+ 38.14
+ -82.41
+ 0
+ 0
+ RLX
+
+
+ FLZ055
+ 90550
+ Manatee
+ FL
+ US
+ 27.43
+ -82.40
+ 0
+ 0
+ TBW
+
+
+ FLZ048
+ 90480
+ Hernando
+ FL
+ US
+ 28.56
+ -82.37
+ 0
+ 0
+ TBW
+
+
+ FLZ030
+ 90300
+ Union
+ FL
+ US
+ 30.03
+ -82.35
+ 0
+ 0
+ JAX
+
+
+ FLZ036
+ 90360
+ Alachua
+ FL
+ US
+ 29.68
+ -82.35
+ 0
+ 0
+ JAX
+
+
+ FLZ051
+ 90510
+ Hillsborough
+ FL
+ US
+ 27.91
+ -82.35
+ 0
+ 0
+ TBW
+
+
+ FLZ060
+ 90600
+ Sarasota
+ FL
+ US
+ 27.17
+ -82.35
+ 0
+ 0
+ TBW
+
+
+ KYZ120
+ 171200
+ Pike
+ KY
+ US
+ 37.47
+ -82.35
+ 0
+ 0
+ JKL
+
+
+ OHZ086
+ 350860
+ Gallia
+ OH
+ US
+ 38.81
+ -82.34
+ 0
+ 0
+ RLX
+
+
+ SCZ006
+ 400060
+ Greater_Greenville
+ SC
+ US
+ 34.77
+ -82.34
+ 0
+ 0
+ GSP
+
+
+ VAZ003
+ 460030
+ Dickenson
+ VA
+ US
+ 37.13
+ -82.34
+ 0
+ 0
+ RLX
+
+
+ GAZ113
+ 101130
+ Toombs
+ GA
+ US
+ 32.13
+ -82.33
+ 0
+ 0
+ FFC
+
+
+ GAZ086
+ 100860
+ Emanuel
+ GA
+ US
+ 32.56
+ -82.32
+ 0
+ 0
+ FFC
+
+
+ SCZ018
+ 400180
+ McCormick
+ SC
+ US
+ 33.83
+ -82.32
+ 0
+ 0
+ CAE
+
+
+ NCZ049
+ 330490
+ Yancey
+ NC
+ US
+ 35.89
+ -82.31
+ 0
+ 0
+ GSP
+
+
+ NCZ509
+ 335090
+ Polk_Mountains
+ NC
+ US
+ 35.29
+ -82.31
+ 0
+ 0
+ GSP
+
+
+ GAZ135
+ 101350
+ Appling
+ GA
+ US
+ 31.72
+ -82.30
+ 0
+ 0
+ JAX
+
+
+ OHZ030
+ 350300
+ Ashland
+ OH
+ US
+ 40.81
+ -82.28
+ 0
+ 0
+ CLE
+
+
+ WVZ006
+ 480060
+ Cabell
+ WV
+ US
+ 38.41
+ -82.27
+ 0
+ 0
+ RLX
+
+
+ TNZ017
+ 420170
+ Sullivan
+ TN
+ US
+ 36.51
+ -82.26
+ 0
+ 0
+ MRX
+
+
+ FLZ023
+ 90230
+ Baker
+ FL
+ US
+ 30.36
+ -82.25
+ 0
+ 0
+ JAX
+
+
+ GAZ064
+ 100640
+ Columbia
+ GA
+ US
+ 33.53
+ -82.24
+ 0
+ 0
+ CAE
+
+
+ OHZ066
+ 350660
+ Perry
+ OH
+ US
+ 39.74
+ -82.24
+ 0
+ 0
+ RLX
+
+
+ FLZ031
+ 90310
+ Bradford
+ FL
+ US
+ 29.93
+ -82.23
+ 0
+ 0
+ JAX
+
+
+ GAZ151
+ 101510
+ Pierce
+ GA
+ US
+ 31.37
+ -82.20
+ 0
+ 0
+ JAX
+
+
+ NCZ507
+ 335070
+ Rutherford_Mountains
+ NC
+ US
+ 35.46
+ -82.18
+ 0
+ 0
+ GSP
+
+
+ GAZ164
+ 101640
+ Charlton
+ GA
+ US
+ 30.71
+ -82.15
+ 0
+ 0
+ JAX
+
+
+ TNZ046
+ 420460
+ Northwest_Carter
+ TN
+ US
+ 36.38
+ -82.15
+ 0
+ 0
+ MRX
+
+
+ FLZ043
+ 90430
+ Sumter
+ FL
+ US
+ 28.63
+ -82.13
+ 0
+ 0
+ TBW
+
+
+ NCZ510
+ 335100
+ Eastern_Polk
+ NC
+ US
+ 35.29
+ -82.13
+ 0
+ 0
+ GSP
+
+
+ NCZ050
+ 330500
+ Mitchell
+ NC
+ US
+ 35.98
+ -82.12
+ 0
+ 0
+ GSP
+
+
+ OHZ010
+ 350100
+ Lorain
+ OH
+ US
+ 41.29
+ -82.11
+ 0
+ 0
+ CLE
+
+
+ TNZ047
+ 420470
+ Southeast_Carter
+ TN
+ US
+ 36.23
+ -82.11
+ 0
+ 0
+ MRX
+
+
+ WVZ024
+ 480240
+ Mingo
+ WV
+ US
+ 37.74
+ -82.11
+ 0
+ 0
+ RLX
+
+
+ NCZ505
+ 335050
+ McDowell_Mountains
+ NC
+ US
+ 35.74
+ -82.10
+ 0
+ 0
+ GSP
+
+
+ SCZ019
+ 400190
+ Greenwood
+ SC
+ US
+ 34.18
+ -82.10
+ 0
+ 0
+ GSP
+
+
+ FLZ040
+ 90400
+ Marion
+ FL
+ US
+ 29.24
+ -82.09
+ 0
+ 0
+ JAX
+
+
+ GAZ065
+ 100650
+ Richmond
+ GA
+ US
+ 33.39
+ -82.09
+ 0
+ 0
+ CAE
+
+
+ VAZ006
+ 460060
+ Russell
+ VA
+ US
+ 36.93
+ -82.09
+ 0
+ 0
+ MRX
+
+
+ GAZ099
+ 100990
+ Candler
+ GA
+ US
+ 32.41
+ -82.08
+ 0
+ 0
+ CHS
+
+
+ WVZ013
+ 480130
+ Lincoln
+ WV
+ US
+ 38.16
+ -82.04
+ 0
+ 0
+ RLX
+
+
+ OHZ085
+ 350850
+ Meigs
+ OH
+ US
+ 39.04
+ -82.03
+ 0
+ 0
+ RLX
+
+
+ OHZ075
+ 350750
+ Athens
+ OH
+ US
+ 39.36
+ -82.01
+ 0
+ 0
+ RLX
+
+
+ VAZ004
+ 460040
+ Buchanan
+ VA
+ US
+ 37.29
+ -82.01
+ 0
+ 0
+ RLX
+
+
+ GAZ114
+ 101140
+ Tattnall
+ GA
+ US
+ 32.05
+ -82.00
+ 0
+ 0
+ CHS
+
+
+ GAZ152
+ 101520
+ Brantley
+ GA
+ US
+ 31.19
+ -82.00
+ 0
+ 0
+ JAX
+
+
+ WVZ007
+ 480070
+ Mason
+ WV
+ US
+ 38.75
+ -82.00
+ 0
+ 0
+ RLX
+
+
+ SCZ012
+ 400120
+ Laurens
+ SC
+ US
+ 34.49
+ -81.98
+ 0
+ 0
+ GSP
+
+
+ FLZ062
+ 90620
+ Charlotte
+ FL
+ US
+ 26.90
+ -81.97
+ 0
+ 0
+ TBW
+
+
+ VAZ008
+ 460080
+ Washington
+ VA
+ US
+ 36.76
+ -81.97
+ 0
+ 0
+ MRX
+
+
+ GAZ087
+ 100870
+ Jenkins
+ GA
+ US
+ 32.78
+ -81.96
+ 0
+ 0
+ CHS
+
+
+ OHZ057
+ 350570
+ Muskingum
+ OH
+ US
+ 39.96
+ -81.96
+ 0
+ 0
+ PBZ
+
+
+ SCZ007
+ 400070
+ Spartanburg
+ SC
+ US
+ 34.89
+ -81.96
+ 0
+ 0
+ GSP
+
+
+ NCZ506
+ 335060
+ Eastern_McDowell
+ NC
+ US
+ 35.64
+ -81.95
+ 0
+ 0
+ GSP
+
+
+ GAZ077
+ 100770
+ Burke
+ GA
+ US
+ 33.05
+ -81.94
+ 0
+ 0
+ CAE
+
+
+ NCZ508
+ 335080
+ Greater_Rutherford
+ NC
+ US
+ 35.39
+ -81.94
+ 0
+ 0
+ GSP
+
+
+ OHZ038
+ 350380
+ Holmes
+ OH
+ US
+ 40.56
+ -81.93
+ 0
+ 0
+ CLE
+
+
+ FLZ065
+ 90650
+ Lee
+ FL
+ US
+ 26.55
+ -81.92
+ 0
+ 0
+ TBW
+
+
+ OHZ020
+ 350200
+ Medina
+ OH
+ US
+ 41.13
+ -81.92
+ 0
+ 0
+ CLE
+
+
+ NCZ033
+ 330330
+ Avery
+ NC
+ US
+ 36.10
+ -81.91
+ 0
+ 0
+ GSP
+
+
+ SCZ025
+ 400250
+ Edgefield
+ SC
+ US
+ 33.76
+ -81.91
+ 0
+ 0
+ CAE
+
+
+ OHZ048
+ 350480
+ Coshocton
+ OH
+ US
+ 40.30
+ -81.90
+ 0
+ 0
+ PBZ
+
+
+ WVZ025
+ 480250
+ Logan
+ WV
+ US
+ 37.83
+ -81.90
+ 0
+ 0
+ RLX
+
+
+ GAZ136
+ 101360
+ Wayne
+ GA
+ US
+ 31.58
+ -81.88
+ 0
+ 0
+ JAX
+
+
+ OHZ031
+ 350310
+ Wayne
+ OH
+ US
+ 40.83
+ -81.88
+ 0
+ 0
+ CLE
+
+
+ WVZ014
+ 480140
+ Putnam
+ WV
+ US
+ 38.48
+ -81.88
+ 0
+ 0
+ RLX
+
+
+ GAZ115
+ 101150
+ Evans
+ GA
+ US
+ 32.16
+ -81.87
+ 0
+ 0
+ CHS
+
+
+ NCZ503
+ 335030
+ Burke_Mountains
+ NC
+ US
+ 35.88
+ -81.85
+ 0
+ 0
+ GSP
+
+
+ TNZ018
+ 420180
+ Johnson
+ TN
+ US
+ 36.44
+ -81.85
+ 0
+ 0
+ MRX
+
+
+ OHZ067
+ 350670
+ Morgan
+ OH
+ US
+ 39.61
+ -81.83
+ 0
+ 0
+ RLX
+
+
+ FLZ032
+ 90320
+ Clay
+ FL
+ US
+ 29.96
+ -81.82
+ 0
+ 0
+ JAX
+
+
+ FLZ056
+ 90560
+ Hardee
+ FL
+ US
+ 27.49
+ -81.81
+ 0
+ 0
+ TBW
+
+
+ FLZ061
+ 90610
+ De_Soto
+ FL
+ US
+ 27.19
+ -81.81
+ 0
+ 0
+ TBW
+
+
+ FLZ144
+ 91440
+ Southern_Lake_County
+ FL
+ US
+ 28.56
+ -81.80
+ 0
+ 0
+ MLB
+
+
+ GAZ165
+ 101650
+ Inland_Camden
+ GA
+ US
+ 30.95
+ -81.76
+ 0
+ 0
+ JAX
+
+
+ FLZ037
+ 90370
+ Putnam
+ FL
+ US
+ 29.58
+ -81.75
+ 0
+ 0
+ JAX
+
+
+ FLZ024
+ 90240
+ Nassau
+ FL
+ US
+ 30.54
+ -81.74
+ 0
+ 0
+ JAX
+
+
+ SCZ026
+ 400260
+ Saluda
+ SC
+ US
+ 33.99
+ -81.74
+ 0
+ 0
+ CAE
+
+
+ FLZ069
+ 90690
+ Coastal_Collier_County
+ FL
+ US
+ 26.07
+ -81.73
+ 0
+ 0
+ MFL
+
+
+ GAZ100
+ 101000
+ Bulloch
+ GA
+ US
+ 32.40
+ -81.73
+ 0
+ 0
+ CHS
+
+
+ GAZ137
+ 101370
+ Long
+ GA
+ US
+ 31.77
+ -81.73
+ 0
+ 0
+ CHS
+
+
+ WVZ026
+ 480260
+ Boone
+ WV
+ US
+ 38.00
+ -81.72
+ 0
+ 0
+ RLX
+
+
+ FLZ025
+ 90250
+ Duval
+ FL
+ US
+ 30.34
+ -81.71
+ 0
+ 0
+ JAX
+
+
+ WVZ008
+ 480080
+ Jackson
+ WV
+ US
+ 38.83
+ -81.71
+ 0
+ 0
+ RLX
+
+
+ NCZ018
+ 330180
+ Watauga
+ NC
+ US
+ 36.25
+ -81.68
+ 0
+ 0
+ RNK
+
+
+ NCZ504
+ 335040
+ Greater_Burke
+ NC
+ US
+ 35.72
+ -81.66
+ 0
+ 0
+ GSP
+
+
+ OHZ011
+ 350110
+ Cuyahoga
+ OH
+ US
+ 41.45
+ -81.66
+ 0
+ 0
+ CLE
+
+
+ WVZ033
+ 480330
+ McDowell
+ WV
+ US
+ 37.38
+ -81.65
+ 0
+ 0
+ RLX
+
+
+ FLZ044
+ 90440
+ Northern_Lake_County
+ FL
+ US
+ 29.03
+ -81.64
+ 0
+ 0
+ MLB
+
+
+ SCZ013
+ 400130
+ Union
+ SC
+ US
+ 34.68
+ -81.64
+ 0
+ 0
+ GSP
+
+
+ GAZ088
+ 100880
+ Screven
+ GA
+ US
+ 32.77
+ -81.63
+ 0
+ 0
+ CHS
+
+
+ GAZ153
+ 101530
+ Inland_Glynn
+ GA
+ US
+ 31.28
+ -81.63
+ 0
+ 0
+ JAX
+
+
+ FLZ052
+ 90520
+ Polk
+ FL
+ US
+ 28.00
+ -81.62
+ 0
+ 0
+ TBW
+
+
+ SCZ008
+ 400080
+ Cherokee
+ SC
+ US
+ 35.01
+ -81.62
+ 0
+ 0
+ GSP
+
+
+ SCZ020
+ 400200
+ Newberry
+ SC
+ US
+ 34.29
+ -81.62
+ 0
+ 0
+ CAE
+
+
+ NCZ501
+ 335010
+ Caldwell_Mountains
+ NC
+ US
+ 36.01
+ -81.61
+ 0
+ 0
+ GSP
+
+
+ SCZ030
+ 400300
+ Aiken
+ SC
+ US
+ 33.54
+ -81.60
+ 0
+ 0
+ CAE
+
+
+ VAZ007
+ 460070
+ Tazewell
+ VA
+ US
+ 37.14
+ -81.56
+ 0
+ 0
+ RNK
+
+
+ WVZ015
+ 480150
+ Kanawha
+ WV
+ US
+ 38.30
+ -81.56
+ 0
+ 0
+ RLX
+
+
+ FLZ078
+ 90780
+ Monroe/Lower_Keys
+ FL
+ US
+ 24.64
+ -81.55
+ 0
+ 0
+ KEY
+
+
+ GAZ166
+ 101660
+ Coastal_Camden
+ GA
+ US
+ 30.91
+ -81.55
+ 0
+ 0
+ JAX
+
+
+ GAZ138
+ 101380
+ Inland_Liberty
+ GA
+ US
+ 31.87
+ -81.54
+ 0
+ 0
+ CHS
+
+
+ NCZ068
+ 330680
+ Cleveland
+ NC
+ US
+ 35.36
+ -81.54
+ 0
+ 0
+ GSP
+
+
+ VAZ009
+ 460090
+ Smyth
+ VA
+ US
+ 36.82
+ -81.54
+ 0
+ 0
+ RNK
+
+
+ WVZ034
+ 480340
+ Wyoming
+ WV
+ US
+ 37.60
+ -81.54
+ 0
+ 0
+ RLX
+
+
+ OHZ021
+ 350210
+ Summit
+ OH
+ US
+ 41.13
+ -81.53
+ 0
+ 0
+ CLE
+
+
+ NCZ502
+ 335020
+ Greater_Caldwell
+ NC
+ US
+ 35.91
+ -81.52
+ 0
+ 0
+ GSP
+
+
+ GAZ116
+ 101160
+ Inland_Bryan
+ GA
+ US
+ 32.00
+ -81.50
+ 0
+ 0
+ CHS
+
+
+ WVZ009
+ 480090
+ Wood
+ WV
+ US
+ 39.22
+ -81.50
+ 0
+ 0
+ RLX
+
+
+ NCZ001
+ 330010
+ Ashe
+ NC
+ US
+ 36.41
+ -81.49
+ 0
+ 0
+ RNK
+
+
+ OHZ039
+ 350390
+ Tuscarawas
+ OH
+ US
+ 40.43
+ -81.49
+ 0
+ 0
+ PBZ
+
+
+ GAZ140
+ 101400
+ Inland_McIntosh
+ GA
+ US
+ 31.52
+ -81.48
+ 0
+ 0
+ CHS
+
+
+ SCZ035
+ 400350
+ Barnwell
+ SC
+ US
+ 33.29
+ -81.48
+ 0
+ 0
+ CAE
+
+
+ OHZ058
+ 350580
+ Guernsey
+ OH
+ US
+ 40.02
+ -81.47
+ 0
+ 0
+ PBZ
+
+
+ OHZ068
+ 350680
+ Noble
+ OH
+ US
+ 39.76
+ -81.46
+ 0
+ 0
+ PBZ
+
+
+ FLZ033
+ 90330
+ St._Johns
+ FL
+ US
+ 29.94
+ -81.45
+ 0
+ 0
+ JAX
+
+
+ OHZ076
+ 350760
+ Washington
+ OH
+ US
+ 39.43
+ -81.45
+ 0
+ 0
+ RLX
+
+
+ GAZ154
+ 101540
+ Coastal_Glynn
+ GA
+ US
+ 31.23
+ -81.41
+ 0
+ 0
+ JAX
+
+
+ WVZ017
+ 480170
+ Wirt
+ WV
+ US
+ 39.04
+ -81.38
+ 0
+ 0
+ RLX
+
+
+ FLZ041
+ 90410
+ Inland_Volusia_County
+ FL
+ US
+ 29.10
+ -81.37
+ 0
+ 0
+ MLB
+
+
+ OHZ032
+ 350320
+ Stark
+ OH
+ US
+ 40.81
+ -81.36
+ 0
+ 0
+ CLE
+
+
+ SCZ040
+ 400400
+ Allendale
+ SC
+ US
+ 32.95
+ -81.34
+ 0
+ 0
+ CHS
+
+
+ GAZ101
+ 101010
+ Effingham
+ GA
+ US
+ 32.35
+ -81.33
+ 0
+ 0
+ CHS
+
+
+ GAZ141
+ 101410
+ Coastal_McIntosh
+ GA
+ US
+ 31.46
+ -81.33
+ 0
+ 0
+ CHS
+
+
+ WVZ016
+ 480160
+ Roane
+ WV
+ US
+ 38.74
+ -81.32
+ 0
+ 0
+ RLX
+
+
+ FLZ038
+ 90380
+ Flagler
+ FL
+ US
+ 29.47
+ -81.31
+ 0
+ 0
+ JAX
+
+
+ FLZ070
+ 90700
+ Inland_Collier_County
+ FL
+ US
+ 26.16
+ -81.31
+ 0
+ 0
+ MFL
+
+
+ FLZ045
+ 90450
+ Orange
+ FL
+ US
+ 28.56
+ -81.27
+ 0
+ 0
+ MLB
+
+
+ FLZ053
+ 90530
+ Osceola
+ FL
+ US
+ 27.99
+ -81.26
+ 0
+ 0
+ MLB
+
+
+ FLZ057
+ 90570
+ Highlands
+ FL
+ US
+ 27.34
+ -81.26
+ 0
+ 0
+ TBW
+
+
+ VAZ015
+ 460150
+ Grayson
+ VA
+ US
+ 36.69
+ -81.26
+ 0
+ 0
+ RNK
+
+
+ GAZ118
+ 101180
+ Inland_Chatham
+ GA
+ US
+ 32.07
+ -81.24
+ 0
+ 0
+ CHS
+
+
+ OHZ012
+ 350120
+ Lake
+ OH
+ US
+ 41.71
+ -81.24
+ 0
+ 0
+ CLE
+
+
+ SCZ027
+ 400270
+ Lexington
+ SC
+ US
+ 33.92
+ -81.24
+ 0
+ 0
+ CAE
+
+
+ NCZ056
+ 330560
+ Catawba
+ NC
+ US
+ 35.68
+ -81.23
+ 0
+ 0
+ GSP
+
+
+ NCZ069
+ 330690
+ Lincoln
+ NC
+ US
+ 35.48
+ -81.23
+ 0
+ 0
+ GSP
+
+
+ FLZ046
+ 90460
+ Seminole
+ FL
+ US
+ 28.74
+ -81.22
+ 0
+ 0
+ MLB
+
+
+ FLZ063
+ 90630
+ Glades
+ FL
+ US
+ 26.99
+ -81.22
+ 0
+ 0
+ MFL
+
+
+ FLZ066
+ 90660
+ Hendry
+ FL
+ US
+ 26.52
+ -81.22
+ 0
+ 0
+ MFL
+
+
+ WVZ035
+ 480350
+ Raleigh
+ WV
+ US
+ 37.75
+ -81.22
+ 0
+ 0
+ RLX
+
+
+ GAZ139
+ 101390
+ Coastal_Liberty
+ GA
+ US
+ 31.66
+ -81.21
+ 0
+ 0
+ CHS
+
+
+ NCZ019
+ 330190
+ Wilkes
+ NC
+ US
+ 36.21
+ -81.21
+ 0
+ 0
+ RNK
+
+
+ GAZ117
+ 101170
+ Coastal_Bryan
+ GA
+ US
+ 31.83
+ -81.20
+ 0
+ 0
+ CHS
+
+
+ OHZ013
+ 350130
+ Geauga
+ OH
+ US
+ 41.53
+ -81.19
+ 0
+ 0
+ CLE
+
+
+ OHZ022
+ 350220
+ Portage
+ OH
+ US
+ 41.17
+ -81.19
+ 0
+ 0
+ CLE
+
+
+ WVZ010
+ 480100
+ Pleasants
+ WV
+ US
+ 39.37
+ -81.19
+ 0
+ 0
+ RLX
+
+
+ NCZ070
+ 330700
+ Gaston
+ NC
+ US
+ 35.28
+ -81.18
+ 0
+ 0
+ GSP
+
+
+ SCZ009
+ 400090
+ York
+ SC
+ US
+ 34.99
+ -81.18
+ 0
+ 0
+ GSP
+
+
+ SCZ014
+ 400140
+ Chester
+ SC
+ US
+ 34.68
+ -81.18
+ 0
+ 0
+ GSP
+
+
+ NCZ035
+ 330350
+ Alexander
+ NC
+ US
+ 35.90
+ -81.17
+ 0
+ 0
+ GSP
+
+
+ VAZ010
+ 460100
+ Bland
+ VA
+ US
+ 37.13
+ -81.15
+ 0
+ 0
+ RNK
+
+
+ WVZ018
+ 480180
+ Calhoun
+ WV
+ US
+ 38.83
+ -81.13
+ 0
+ 0
+ RLX
+
+
+ FLZ075
+ 90750
+ Mainland_Monroe
+ FL
+ US
+ 25.46
+ -81.12
+ 0
+ 0
+ MFL
+
+
+ NCZ002
+ 330020
+ Alleghany
+ NC
+ US
+ 36.47
+ -81.12
+ 0
+ 0
+ RNK
+
+
+ SCZ042
+ 400420
+ Hampton
+ SC
+ US
+ 32.79
+ -81.12
+ 0
+ 0
+ CHS
+
+
+ OHZ049
+ 350490
+ Harrison
+ OH
+ US
+ 40.29
+ -81.10
+ 0
+ 0
+ PBZ
+
+
+ SCZ021
+ 400210
+ Fairfield
+ SC
+ US
+ 34.37
+ -81.10
+ 0
+ 0
+ CAE
+
+
+ WVZ042
+ 480420
+ Mercer
+ WV
+ US
+ 37.42
+ -81.10
+ 0
+ 0
+ RNK
+
+
+ OHZ040
+ 350400
+ Carroll
+ OH
+ US
+ 40.57
+ -81.09
+ 0
+ 0
+ PBZ
+
+
+ OHZ069
+ 350690
+ Monroe
+ OH
+ US
+ 39.70
+ -81.07
+ 0
+ 0
+ PBZ
+
+
+ WVZ019
+ 480190
+ Ritchie
+ WV
+ US
+ 39.20
+ -81.07
+ 0
+ 0
+ RLX
+
+
+ WVZ036
+ 480360
+ Fayette
+ WV
+ US
+ 38.04
+ -81.07
+ 0
+ 0
+ RLX
+
+
+ VAZ012
+ 460120
+ Wythe
+ VA
+ US
+ 36.92
+ -81.06
+ 0
+ 0
+ RNK
+
+
+ SCZ047
+ 400470
+ Inland_Jasper
+ SC
+ US
+ 32.42
+ -81.05
+ 0
+ 0
+ CHS
+
+
+ WVZ027
+ 480270
+ Clay
+ WV
+ US
+ 38.47
+ -81.05
+ 0
+ 0
+ RLX
+
+
+ FLZ141
+ 91410
+ Coastal_Volusia_County
+ FL
+ US
+ 29.02
+ -81.03
+ 0
+ 0
+ MLB
+
+
+ GAZ119
+ 101190
+ Coastal_Chatham
+ GA
+ US
+ 31.91
+ -81.02
+ 0
+ 0
+ CHS
+
+
+ SCZ041
+ 400410
+ Bamberg
+ SC
+ US
+ 33.23
+ -81.01
+ 0
+ 0
+ CAE
+
+
+ SCZ051
+ 400510
+ Coastal_Jasper
+ SC
+ US
+ 32.27
+ -81.00
+ 0
+ 0
+ CHS
+
+
+ OHZ059
+ 350590
+ Belmont
+ OH
+ US
+ 40.00
+ -80.97
+ 0
+ 0
+ PBZ
+
+
+ SCZ028
+ 400280
+ Richland
+ SC
+ US
+ 34.00
+ -80.97
+ 0
+ 0
+ CAE
+
+
+ FLZ077
+ 90770
+ Monroe/Middle_Keys
+ FL
+ US
+ 24.76
+ -80.96
+ 0
+ 0
+ KEY
+
+
+ FLZ058
+ 90580
+ Okeechobee
+ FL
+ US
+ 27.38
+ -80.94
+ 0
+ 0
+ MLB
+
+
+ NCZ036
+ 330360
+ Iredell
+ NC
+ US
+ 35.78
+ -80.90
+ 0
+ 0
+ GSP
+
+
+ WVZ011
+ 480110
+ Tyler
+ WV
+ US
+ 39.45
+ -80.87
+ 0
+ 0
+ RLX
+
+
+ WVZ043
+ 480430
+ Summers
+ WV
+ US
+ 37.65
+ -80.87
+ 0
+ 0
+ RNK
+
+
+ FLZ147
+ 91470
+ Northern_Brevard_County
+ FL
+ US
+ 28.56
+ -80.86
+ 0
+ 0
+ MLB
+
+
+ WVZ037
+ 480370
+ Nicholas
+ WV
+ US
+ 38.32
+ -80.84
+ 0
+ 0
+ RLX
+
+
+ WVZ029
+ 480290
+ Gilmer
+ WV
+ US
+ 38.92
+ -80.83
+ 0
+ 0
+ RLX
+
+
+ NCZ071
+ 330710
+ Mecklenburg
+ NC
+ US
+ 35.26
+ -80.80
+ 0
+ 0
+ GSP
+
+
+ OHZ033
+ 350330
+ Mahoning
+ OH
+ US
+ 41.01
+ -80.80
+ 0
+ 0
+ CLE
+
+
+ OHZ041
+ 350410
+ Columbiana
+ OH
+ US
+ 40.76
+ -80.80
+ 0
+ 0
+ PBZ
+
+
+ SCZ036
+ 400360
+ Orangeburg
+ SC
+ US
+ 33.44
+ -80.79
+ 0
+ 0
+ CAE
+
+
+ OHZ050
+ 350500
+ Jefferson
+ OH
+ US
+ 40.37
+ -80.77
+ 0
+ 0
+ PBZ
+
+
+ SCZ037
+ 400370
+ Calhoun
+ SC
+ US
+ 33.67
+ -80.77
+ 0
+ 0
+ CAE
+
+
+ OHZ014
+ 350140
+ Ashtabula_Inland
+ OH
+ US
+ 41.71
+ -80.76
+ 0
+ 0
+ CLE
+
+
+ OHZ023
+ 350230
+ Trumbull
+ OH
+ US
+ 41.31
+ -80.76
+ 0
+ 0
+ CLE
+
+
+ OHZ089
+ 350890
+ Ashtabula_Lakeshore
+ OH
+ US
+ 41.88
+ -80.76
+ 0
+ 0
+ CLE
+
+
+ VAZ016
+ 460160
+ Carroll
+ VA
+ US
+ 36.74
+ -80.75
+ 0
+ 0
+ RNK
+
+
+ WVZ028
+ 480280
+ Braxton
+ WV
+ US
+ 38.71
+ -80.74
+ 0
+ 0
+ RLX
+
+
+ SCZ043
+ 400430
+ Inland_Colleton
+ SC
+ US
+ 32.92
+ -80.73
+ 0
+ 0
+ CHS
+
+
+ WVZ020
+ 480200
+ Doddridge
+ WV
+ US
+ 39.27
+ -80.73
+ 0
+ 0
+ RLX
+
+
+ SCZ048
+ 400480
+ Beaufort
+ SC
+ US
+ 32.39
+ -80.72
+ 0
+ 0
+ CHS
+
+
+ VAZ011
+ 460110
+ Giles
+ VA
+ US
+ 37.31
+ -80.72
+ 0
+ 0
+ RNK
+
+
+ VAZ013
+ 460130
+ Pulaski
+ VA
+ US
+ 37.06
+ -80.72
+ 0
+ 0
+ RNK
+
+
+ NCZ003
+ 330030
+ Surry
+ NC
+ US
+ 36.40
+ -80.70
+ 0
+ 0
+ RNK
+
+
+ WVZ004
+ 480040
+ Marshall
+ WV
+ US
+ 39.88
+ -80.70
+ 0
+ 0
+ PBZ
+
+
+ WVZ012
+ 480120
+ Wetzel
+ WV
+ US
+ 39.58
+ -80.67
+ 0
+ 0
+ PBZ
+
+
+ FLZ047
+ 90470
+ Southern_Brevard_County
+ FL
+ US
+ 28.08
+ -80.66
+ 0
+ 0
+ MLB
+
+
+ NCZ020
+ 330200
+ Yadkin
+ NC
+ US
+ 36.16
+ -80.66
+ 0
+ 0
+ RNK
+
+
+ SCZ015
+ 400150
+ Lancaster
+ SC
+ US
+ 34.76
+ -80.66
+ 0
+ 0
+ CAE
+
+
+ FLZ174
+ 91740
+ Far_South_Miami-Dade_County
+ FL
+ US
+ 25.30
+ -80.63
+ 0
+ 0
+ MFL
+
+
+ WVZ003
+ 480030
+ Ohio
+ WV
+ US
+ 40.11
+ -80.63
+ 0
+ 0
+ PBZ
+
+
+ FLZ073
+ 90730
+ Inland_Miami-Dade_County
+ FL
+ US
+ 25.69
+ -80.61
+ 0
+ 0
+ MFL
+
+
+ FLZ054
+ 90540
+ Indian_River
+ FL
+ US
+ 27.71
+ -80.60
+ 0
+ 0
+ MLB
+
+
+ WVZ001
+ 480010
+ Hancock
+ WV
+ US
+ 40.52
+ -80.60
+ 0
+ 0
+ PBZ
+
+
+ WVZ002
+ 480020
+ Brooke
+ WV
+ US
+ 40.28
+ -80.60
+ 0
+ 0
+ PBZ
+
+
+ FLZ071
+ 90710
+ Inland_Broward_County
+ FL
+ US
+ 26.15
+ -80.59
+ 0
+ 0
+ MFL
+
+
+ SCZ022
+ 400220
+ Kershaw
+ SC
+ US
+ 34.34
+ -80.58
+ 0
+ 0
+ CAE
+
+
+ NCZ082
+ 330820
+ Union
+ NC
+ US
+ 35.01
+ -80.56
+ 0
+ 0
+ GSP
+
+
+ FLZ067
+ 90670
+ Inland_Palm_Beach_County
+ FL
+ US
+ 26.64
+ -80.54
+ 0
+ 0
+ MFL
+
+
+ NCZ072
+ 330720
+ Cabarrus
+ NC
+ US
+ 35.35
+ -80.54
+ 0
+ 0
+ GSP
+
+
+ WVZ044
+ 480440
+ Monroe
+ WV
+ US
+ 37.55
+ -80.54
+ 0
+ 0
+ RNK
+
+
+ NCZ037
+ 330370
+ Davie
+ NC
+ US
+ 35.90
+ -80.53
+ 0
+ 0
+ GSP
+
+
+ WVZ030
+ 480300
+ Lewis
+ WV
+ US
+ 38.94
+ -80.52
+ 0
+ 0
+ RLX
+
+
+ NCZ057
+ 330570
+ Rowan
+ NC
+ US
+ 35.67
+ -80.47
+ 0
+ 0
+ GSP
+
+
+ SCZ049
+ 400490
+ Coastal_Colleton
+ SC
+ US
+ 32.61
+ -80.46
+ 0
+ 0
+ CHS
+
+
+ FLZ059
+ 90590
+ St._Lucie
+ FL
+ US
+ 27.38
+ -80.44
+ 0
+ 0
+ MLB
+
+
+ SCZ044
+ 400440
+ Dorchester
+ SC
+ US
+ 33.07
+ -80.44
+ 0
+ 0
+ CHS
+
+
+ WVZ038
+ 480380
+ Webster
+ WV
+ US
+ 38.49
+ -80.43
+ 0
+ 0
+ RLX
+
+
+ WVZ045
+ 480450
+ Greenbrier
+ WV
+ US
+ 37.98
+ -80.43
+ 0
+ 0
+ RNK
+
+
+ VAZ014
+ 460140
+ Montgomery
+ VA
+ US
+ 37.17
+ -80.40
+ 0
+ 0
+ RNK
+
+
+ WVZ031
+ 480310
+ Harrison
+ WV
+ US
+ 39.28
+ -80.39
+ 0
+ 0
+ RLX
+
+
+ FLZ064
+ 90640
+ Martin
+ FL
+ US
+ 27.11
+ -80.38
+ 0
+ 0
+ MLB
+
+
+ FLZ076
+ 90760
+ Monroe/Upper_Keys
+ FL
+ US
+ 25.15
+ -80.38
+ 0
+ 0
+ KEY
+
+
+ VAZ017
+ 460170
+ Floyd
+ VA
+ US
+ 36.92
+ -80.37
+ 0
+ 0
+ RNK
+
+
+ PAZ020
+ 380200
+ Beaver
+ PA
+ US
+ 40.67
+ -80.34
+ 0
+ 0
+ PBZ
+
+
+ VAZ032
+ 460320
+ Patrick
+ VA
+ US
+ 36.71
+ -80.33
+ 0
+ 0
+ RNK
+
+
+ PAZ013
+ 380130
+ Lawrence
+ PA
+ US
+ 40.99
+ -80.31
+ 0
+ 0
+ PBZ
+
+
+ FLZ173
+ 91730
+ Coastal_Miami_Dade_County
+ FL
+ US
+ 25.64
+ -80.30
+ 0
+ 0
+ MFL
+
+
+ FLZ072
+ 90720
+ Metro_Broward_County
+ FL
+ US
+ 26.15
+ -80.28
+ 0
+ 0
+ MFL
+
+
+ FLZ074
+ 90740
+ Metropolitan_Miami_Dade
+ FL
+ US
+ 25.78
+ -80.28
+ 0
+ 0
+ MFL
+
+
+ NCZ073
+ 330730
+ Stanly
+ NC
+ US
+ 35.33
+ -80.28
+ 0
+ 0
+ RAH
+
+
+ NCZ021
+ 330210
+ Forsyth
+ NC
+ US
+ 36.11
+ -80.27
+ 0
+ 0
+ RAH
+
+
+ SCZ031
+ 400310
+ Sumter
+ SC
+ US
+ 33.90
+ -80.27
+ 0
+ 0
+ CAE
+
+
+ NCZ038
+ 330380
+ Davidson
+ NC
+ US
+ 35.76
+ -80.26
+ 0
+ 0
+ RAH
+
+
+ PAZ007
+ 380070
+ Mercer
+ PA
+ US
+ 41.28
+ -80.26
+ 0
+ 0
+ PBZ
+
+
+ NCZ004
+ 330040
+ Stokes
+ NC
+ US
+ 36.40
+ -80.24
+ 0
+ 0
+ RNK
+
+
+ SCZ029
+ 400290
+ Lee
+ SC
+ US
+ 34.16
+ -80.23
+ 0
+ 0
+ CAE
+
+
+ WVZ039
+ 480390
+ Upshur
+ WV
+ US
+ 38.90
+ -80.23
+ 0
+ 0
+ RLX
+
+
+ PAZ031
+ 380310
+ Greene
+ PA
+ US
+ 39.87
+ -80.22
+ 0
+ 0
+ PBZ
+
+
+ VAZ018
+ 460180
+ Craig
+ VA
+ US
+ 37.49
+ -80.22
+ 0
+ 0
+ RNK
+
+
+ WVZ021
+ 480210
+ Marion
+ WV
+ US
+ 39.51
+ -80.22
+ 0
+ 0
+ PBZ
+
+
+ SCZ038
+ 400380
+ Clarendon
+ SC
+ US
+ 33.69
+ -80.21
+ 0
+ 0
+ CAE
+
+
+ PAZ029
+ 380290
+ Washington
+ PA
+ US
+ 40.22
+ -80.19
+ 0
+ 0
+ PBZ
+
+
+ SCZ016
+ 400160
+ Chesterfield
+ SC
+ US
+ 34.59
+ -80.17
+ 0
+ 0
+ CAE
+
+
+ FLZ068
+ 90680
+ Metro_Palm_Beach_County
+ FL
+ US
+ 26.64
+ -80.14
+ 0
+ 0
+ MFL
+
+
+ PAZ001
+ 380010
+ Northern_Erie
+ PA
+ US
+ 42.10
+ -80.14
+ 0
+ 0
+ CLE
+
+
+ FLZ172
+ 91720
+ Coastal_Broward_County
+ FL
+ US
+ 26.15
+ -80.12
+ 0
+ 0
+ MFL
+
+
+ WVZ022
+ 480220
+ Monongalia
+ WV
+ US
+ 39.58
+ -80.10
+ 0
+ 0
+ PBZ
+
+
+ NCZ083
+ 330830
+ Anson
+ NC
+ US
+ 35.01
+ -80.09
+ 0
+ 0
+ RAH
+
+
+ PAZ002
+ 380020
+ Southern_Erie
+ PA
+ US
+ 42.03
+ -80.07
+ 0
+ 0
+ CLE
+
+
+ PAZ003
+ 380030
+ Crawford
+ PA
+ US
+ 41.67
+ -80.07
+ 0
+ 0
+ CLE
+
+
+ FLZ168
+ 91680
+ Coastal_Palm_Beach_County
+ FL
+ US
+ 26.65
+ -80.06
+ 0
+ 0
+ MFL
+
+
+ WVZ032
+ 480320
+ Taylor
+ WV
+ US
+ 39.34
+ -80.06
+ 0
+ 0
+ RLX
+
+
+ VAZ022
+ 460220
+ Roanoke
+ VA
+ US
+ 37.26
+ -80.05
+ 0
+ 0
+ RNK
+
+
+ PAZ021
+ 380210
+ Allegheny
+ PA
+ US
+ 40.44
+ -80.03
+ 0
+ 0
+ PBZ
+
+
+ WVZ040
+ 480400
+ Barbour
+ WV
+ US
+ 39.12
+ -80.02
+ 0
+ 0
+ RLX
+
+
+ WVZ046
+ 480460
+ Pocahontas
+ WV
+ US
+ 38.39
+ -80.00
+ 0
+ 0
+ RLX
+
+
+ SCZ023
+ 400230
+ Darlington
+ SC
+ US
+ 34.31
+ -79.98
+ 0
+ 0
+ ILM
+
+
+ VAZ019
+ 460190
+ Alleghany
+ VA
+ US
+ 37.78
+ -79.95
+ 0
+ 0
+ RNK
+
+
+ PAZ014
+ 380140
+ Butler
+ PA
+ US
+ 40.92
+ -79.93
+ 0
+ 0
+ PBZ
+
+
+ VAZ033
+ 460330
+ Franklin
+ VA
+ US
+ 37.01
+ -79.92
+ 0
+ 0
+ RNK
+
+
+ SCZ045
+ 400450
+ Berkeley
+ SC
+ US
+ 33.17
+ -79.90
+ 0
+ 0
+ CHS
+
+
+ NCZ074
+ 330740
+ Montgomery
+ NC
+ US
+ 35.32
+ -79.89
+ 0
+ 0
+ RAH
+
+
+ VAZ043
+ 460430
+ Henry
+ VA
+ US
+ 36.70
+ -79.87
+ 0
+ 0
+ RNK
+
+
+ SCZ050
+ 400500
+ Charleston
+ SC
+ US
+ 32.85
+ -79.86
+ 0
+ 0
+ CHS
+
+
+ WVZ047
+ 480470
+ Randolph
+ WV
+ US
+ 38.75
+ -79.81
+ 0
+ 0
+ RLX
+
+
+ NCZ039
+ 330390
+ Randolph
+ NC
+ US
+ 35.71
+ -79.80
+ 0
+ 0
+ RAH
+
+
+ NCZ022
+ 330220
+ Guilford
+ NC
+ US
+ 36.07
+ -79.79
+ 0
+ 0
+ RAH
+
+
+ VAZ023
+ 460230
+ Botetourt
+ VA
+ US
+ 37.55
+ -79.79
+ 0
+ 0
+ RNK
+
+
+ NCZ005
+ 330050
+ Rockingham
+ NC
+ US
+ 36.39
+ -79.77
+ 0
+ 0
+ RNK
+
+
+ NCZ084
+ 330840
+ Richmond
+ NC
+ US
+ 34.99
+ -79.76
+ 0
+ 0
+ RAH
+
+
+ VAZ020
+ 460200
+ Bath
+ VA
+ US
+ 38.06
+ -79.75
+ 0
+ 0
+ RNK
+
+
+ PAZ008
+ 380080
+ Venango
+ PA
+ US
+ 41.40
+ -79.74
+ 0
+ 0
+ PBZ
+
+
+ SCZ039
+ 400390
+ Williamsburg
+ SC
+ US
+ 33.59
+ -79.71
+ 0
+ 0
+ ILM
+
+
+ WVZ023
+ 480230
+ Preston
+ WV
+ US
+ 39.46
+ -79.70
+ 0
+ 0
+ PBZ
+
+
+ SCZ017
+ 400170
+ Marlboro
+ SC
+ US
+ 34.55
+ -79.69
+ 0
+ 0
+ ILM
+
+
+ SCZ032
+ 400320
+ Florence
+ SC
+ US
+ 34.04
+ -79.69
+ 0
+ 0
+ ILM
+
+
+ PAZ032
+ 380320
+ Fayette
+ PA
+ US
+ 39.93
+ -79.66
+ 0
+ 0
+ PBZ
+
+
+ WVZ041
+ 480410
+ Tucker
+ WV
+ US
+ 39.11
+ -79.57
+ 0
+ 0
+ PBZ
+
+
+ VAZ021
+ 460210
+ Highland
+ VA
+ US
+ 38.39
+ -79.56
+ 0
+ 0
+ LWX
+
+
+ VAZ034
+ 460340
+ Bedford
+ VA
+ US
+ 37.31
+ -79.52
+ 0
+ 0
+ RNK
+
+
+ NCZ085
+ 330850
+ Scotland
+ NC
+ US
+ 34.84
+ -79.51
+ 0
+ 0
+ RAH
+
+
+ PAZ015
+ 380150
+ Clarion
+ PA
+ US
+ 41.20
+ -79.46
+ 0
+ 0
+ PBZ
+
+
+ PAZ022
+ 380220
+ Armstrong
+ PA
+ US
+ 40.85
+ -79.46
+ 0
+ 0
+ PBZ
+
+
+ PAZ030
+ 380300
+ Westmoreland
+ PA
+ US
+ 40.36
+ -79.44
+ 0
+ 0
+ PBZ
+
+
+ WVZ501
+ 485010
+ Western_Grant
+ WV
+ US
+ 39.20
+ -79.44
+ 0
+ 0
+ LWX
+
+
+ NCZ075
+ 330750
+ Moore
+ NC
+ US
+ 35.28
+ -79.43
+ 0
+ 0
+ RAH
+
+
+ NYZ019
+ 320190
+ Chautauqua
+ NY
+ US
+ 42.29
+ -79.41
+ 0
+ 0
+ BUF
+
+
+ VAZ024
+ 460240
+ Rockbridge
+ VA
+ US
+ 37.81
+ -79.41
+ 0
+ 0
+ RNK
+
+
+ VAZ044
+ 460440
+ Pittsylvania
+ VA
+ US
+ 36.84
+ -79.41
+ 0
+ 0
+ RNK
+
+
+ NCZ023
+ 330230
+ Alamance
+ NC
+ US
+ 36.04
+ -79.39
+ 0
+ 0
+ RAH
+
+
+ SCZ024
+ 400240
+ Dillon
+ SC
+ US
+ 34.42
+ -79.36
+ 0
+ 0
+ ILM
+
+
+ SCZ033
+ 400330
+ Marion
+ SC
+ US
+ 34.00
+ -79.35
+ 0
+ 0
+ ILM
+
+
+ WVZ054
+ 480540
+ Pendleton
+ WV
+ US
+ 38.68
+ -79.35
+ 0
+ 0
+ LWX
+
+
+ NCZ006
+ 330060
+ Caswell
+ NC
+ US
+ 36.39
+ -79.34
+ 0
+ 0
+ RNK
+
+
+ SCZ046
+ 400460
+ Georgetown
+ SC
+ US
+ 33.45
+ -79.34
+ 0
+ 0
+ ILM
+
+
+ PAZ004
+ 380040
+ Warren
+ PA
+ US
+ 41.81
+ -79.27
+ 0
+ 0
+ CTP
+
+
+ NCZ086
+ 330860
+ Hoke
+ NC
+ US
+ 35.02
+ -79.24
+ 0
+ 0
+ RAH
+
+
+ PAZ009
+ 380090
+ Forest
+ PA
+ US
+ 41.47
+ -79.24
+ 0
+ 0
+ PBZ
+
+
+ NCZ040
+ 330400
+ Chatham
+ NC
+ US
+ 35.69
+ -79.23
+ 0
+ 0
+ RAH
+
+
+ MDZ001
+ 200010
+ Garrett
+ MD
+ US
+ 39.46
+ -79.21
+ 0
+ 0
+ PBZ
+
+
+ NCZ076
+ 330760
+ Lee
+ NC
+ US
+ 35.46
+ -79.17
+ 0
+ 0
+ RAH
+
+
+ WVZ502
+ 485020
+ Eastern_Grant
+ WV
+ US
+ 39.06
+ -79.17
+ 0
+ 0
+ LWX
+
+
+ VAZ035
+ 460350
+ Amherst
+ VA
+ US
+ 37.59
+ -79.16
+ 0
+ 0
+ RNK
+
+
+ PAZ023
+ 380230
+ Indiana
+ PA
+ US
+ 40.64
+ -79.14
+ 0
+ 0
+ PBZ
+
+
+ NCZ087
+ 330870
+ Robeson
+ NC
+ US
+ 34.63
+ -79.13
+ 0
+ 0
+ ILM
+
+
+ VAZ025
+ 460250
+ Augusta
+ VA
+ US
+ 38.18
+ -79.13
+ 0
+ 0
+ LWX
+
+
+ VAZ045
+ 460450
+ Campbell
+ VA
+ US
+ 37.25
+ -79.13
+ 0
+ 0
+ RNK
+
+
+ WVZ503
+ 485030
+ Western_Mineral
+ WV
+ US
+ 39.40
+ -79.13
+ 0
+ 0
+ LWX
+
+
+ NCZ024
+ 330240
+ Orange
+ NC
+ US
+ 36.04
+ -79.11
+ 0
+ 0
+ RAH
+
+
+ PAZ033
+ 380330
+ Somerset
+ PA
+ US
+ 40.00
+ -79.04
+ 0
+ 0
+ CTP
+
+
+ NCZ007
+ 330070
+ Person
+ NC
+ US
+ 36.39
+ -78.98
+ 0
+ 0
+ RAH
+
+
+ PAZ016
+ 380160
+ Jefferson
+ PA
+ US
+ 41.14
+ -78.96
+ 0
+ 0
+ PBZ
+
+
+ SCZ034
+ 400340
+ Horry
+ SC
+ US
+ 33.94
+ -78.94
+ 0
+ 0
+ ILM
+
+
+ MDZ501
+ 205010
+ Extreme_Western_Allegany
+ MD
+ US
+ 39.58
+ -78.92
+ 0
+ 0
+ LWX
+
+
+ VAZ036
+ 460360
+ Nelson
+ VA
+ US
+ 37.79
+ -78.92
+ 0
+ 0
+ LWX
+
+
+ WVZ504
+ 485040
+ Eastern_Mineral
+ WV
+ US
+ 39.44
+ -78.89
+ 0
+ 0
+ LWX
+
+
+ NCZ077
+ 330770
+ Harnett
+ NC
+ US
+ 35.38
+ -78.88
+ 0
+ 0
+ RAH
+
+
+ VAZ058
+ 460580
+ Halifax
+ VA
+ US
+ 36.80
+ -78.88
+ 0
+ 0
+ RNK
+
+
+ NCZ025
+ 330250
+ Durham
+ NC
+ US
+ 36.05
+ -78.86
+ 0
+ 0
+ RAH
+
+
+ VAZ026
+ 460260
+ Rockingham
+ VA
+ US
+ 38.53
+ -78.86
+ 0
+ 0
+ LWX
+
+
+ VAZ046
+ 460460
+ Appomattox
+ VA
+ US
+ 37.38
+ -78.81
+ 0
+ 0
+ RNK
+
+
+ WVZ055
+ 480550
+ Hardy
+ WV
+ US
+ 39.00
+ -78.81
+ 0
+ 0
+ LWX
+
+
+ NCZ088
+ 330880
+ Cumberland
+ NC
+ US
+ 35.04
+ -78.80
+ 0
+ 0
+ RAH
+
+
+ NYZ085
+ 320850
+ Southern_Erie
+ NY
+ US
+ 42.62
+ -78.80
+ 0
+ 0
+ BUF
+
+
+ NYZ001
+ 320010
+ Niagara
+ NY
+ US
+ 43.20
+ -78.77
+ 0
+ 0
+ BUF
+
+
+ NYZ010
+ 320100
+ Northern_Erie
+ NY
+ US
+ 42.94
+ -78.74
+ 0
+ 0
+ BUF
+
+
+ PAZ024
+ 380240
+ Cambria
+ PA
+ US
+ 40.48
+ -78.71
+ 0
+ 0
+ CTP
+
+
+ NYZ020
+ 320200
+ Cattaraugus
+ NY
+ US
+ 42.27
+ -78.68
+ 0
+ 0
+ BUF
+
+
+ VAZ059
+ 460590
+ Charlotte
+ VA
+ US
+ 36.98
+ -78.68
+ 0
+ 0
+ RNK
+
+
+ PAZ010
+ 380100
+ Elk
+ PA
+ US
+ 41.42
+ -78.67
+ 0
+ 0
+ CTP
+
+
+ WVZ050
+ 480500
+ Hampshire
+ WV
+ US
+ 39.32
+ -78.66
+ 0
+ 0
+ LWX
+
+
+ MDZ502
+ 205020
+ Central_and_Eastern_Allegany
+ MD
+ US
+ 39.58
+ -78.65
+ 0
+ 0
+ LWX
+
+
+ NCZ008
+ 330080
+ Granville
+ NC
+ US
+ 36.28
+ -78.63
+ 0
+ 0
+ RAH
+
+
+ NCZ041
+ 330410
+ Wake
+ NC
+ US
+ 35.79
+ -78.63
+ 0
+ 0
+ RAH
+
+
+ NCZ099
+ 330990
+ Columbus
+ NC
+ US
+ 34.21
+ -78.61
+ 0
+ 0
+ ILM
+
+
+ PAZ005
+ 380050
+ McKean
+ PA
+ US
+ 41.80
+ -78.58
+ 0
+ 0
+ CTP
+
+
+ VAZ027
+ 460270
+ Shenandoah
+ VA
+ US
+ 38.86
+ -78.58
+ 0
+ 0
+ LWX
+
+
+ VAZ047
+ 460470
+ Buckingham
+ VA
+ US
+ 37.56
+ -78.55
+ 0
+ 0
+ RNK
+
+
+ NCZ096
+ 330960
+ Bladen
+ NC
+ US
+ 34.61
+ -78.53
+ 0
+ 0
+ ILM
+
+
+ VAZ037
+ 460370
+ Albemarle
+ VA
+ US
+ 38.00
+ -78.52
+ 0
+ 0
+ LWX
+
+
+ PAZ034
+ 380340
+ Bedford
+ PA
+ US
+ 40.02
+ -78.48
+ 0
+ 0
+ CTP
+
+
+ VAZ029
+ 460290
+ Page
+ VA
+ US
+ 38.62
+ -78.48
+ 0
+ 0
+ LWX
+
+
+ VAZ038
+ 460380
+ Greene
+ VA
+ US
+ 38.33
+ -78.47
+ 0
+ 0
+ LWX
+
+
+ VAZ060
+ 460600
+ Prince_Edward
+ VA
+ US
+ 37.24
+ -78.46
+ 0
+ 0
+ AKQ
+
+
+ PAZ017
+ 380170
+ Clearfield
+ PA
+ US
+ 40.99
+ -78.43
+ 0
+ 0
+ CTP
+
+
+ NCZ009
+ 330090
+ Vance
+ NC
+ US
+ 36.35
+ -78.40
+ 0
+ 0
+ RAH
+
+
+ NCZ042
+ 330420
+ Johnston
+ NC
+ US
+ 35.53
+ -78.39
+ 0
+ 0
+ RAH
+
+
+ NCZ089
+ 330890
+ Sampson
+ NC
+ US
+ 34.93
+ -78.39
+ 0
+ 0
+ RAH
+
+
+ VAZ065
+ 460650
+ Mecklenburg
+ VA
+ US
+ 36.72
+ -78.39
+ 0
+ 0
+ AKQ
+
+
+ PAZ025
+ 380250
+ Blair
+ PA
+ US
+ 40.50
+ -78.37
+ 0
+ 0
+ CTP
+
+
+ NCZ100
+ 331000
+ Brunswick
+ NC
+ US
+ 34.10
+ -78.30
+ 0
+ 0
+ ILM
+
+
+ VAZ028
+ 460280
+ Frederick
+ VA
+ US
+ 39.23
+ -78.29
+ 0
+ 0
+ LWX
+
+
+ NCZ026
+ 330260
+ Franklin
+ NC
+ US
+ 36.04
+ -78.28
+ 0
+ 0
+ RAH
+
+
+ VAZ048
+ 460480
+ Fluvanna
+ VA
+ US
+ 37.85
+ -78.28
+ 0
+ 0
+ AKQ
+
+
+ VAZ061
+ 460610
+ Cumberland
+ VA
+ US
+ 37.52
+ -78.28
+ 0
+ 0
+ AKQ
+
+
+ VAZ039
+ 460390
+ Madison
+ VA
+ US
+ 38.43
+ -78.27
+ 0
+ 0
+ LWX
+
+
+ VAZ066
+ 460660
+ Lunenburg
+ VA
+ US
+ 36.95
+ -78.25
+ 0
+ 0
+ AKQ
+
+
+ WVZ051
+ 480510
+ Morgan
+ WV
+ US
+ 39.54
+ -78.25
+ 0
+ 0
+ LWX
+
+
+ NYZ002
+ 320020
+ Orleans
+ NY
+ US
+ 43.25
+ -78.23
+ 0
+ 0
+ BUF
+
+
+ NYZ012
+ 320120
+ Wyoming
+ NY
+ US
+ 42.70
+ -78.22
+ 0
+ 0
+ BUF
+
+
+ PAZ011
+ 380110
+ Cameron
+ PA
+ US
+ 41.42
+ -78.21
+ 0
+ 0
+ CTP
+
+
+ VAZ030
+ 460300
+ Warren
+ VA
+ US
+ 38.90
+ -78.20
+ 0
+ 0
+ LWX
+
+
+ NYZ011
+ 320110
+ Genesee
+ NY
+ US
+ 43.00
+ -78.18
+ 0
+ 0
+ BUF
+
+
+ VAZ040
+ 460400
+ Rappahannock
+ VA
+ US
+ 38.69
+ -78.14
+ 0
+ 0
+ LWX
+
+
+ PAZ035
+ 380350
+ Fulton
+ PA
+ US
+ 39.94
+ -78.13
+ 0
+ 0
+ CTP
+
+
+ NCZ010
+ 330100
+ Warren
+ NC
+ US
+ 36.37
+ -78.11
+ 0
+ 0
+ RAH
+
+
+ NCZ078
+ 330780
+ Wayne
+ NC
+ US
+ 35.37
+ -78.06
+ 0
+ 0
+ RAH
+
+
+ VAZ050
+ 460500
+ Orange
+ VA
+ US
+ 38.26
+ -78.04
+ 0
+ 0
+ LWX
+
+
+ VAZ067
+ 460670
+ Nottoway
+ VA
+ US
+ 37.14
+ -78.03
+ 0
+ 0
+ AKQ
+
+
+ WVZ052
+ 480520
+ Berkeley
+ WV
+ US
+ 39.44
+ -78.03
+ 0
+ 0
+ LWX
+
+
+ NYZ021
+ 320210
+ Allegany
+ NY
+ US
+ 42.26
+ -78.01
+ 0
+ 0
+ BUF
+
+
+ PAZ018
+ 380180
+ Northern_Centre
+ PA
+ US
+ 41.00
+ -78.01
+ 0
+ 0
+ CTP
+
+
+ VAZ049
+ 460490
+ Louisa
+ VA
+ US
+ 37.94
+ -78.00
+ 0
+ 0
+ AKQ
+
+
+ VAZ031
+ 460310
+ Clarke
+ VA
+ US
+ 39.12
+ -77.99
+ 0
+ 0
+ LWX
+
+
+ NCZ027
+ 330270
+ Nash
+ NC
+ US
+ 35.96
+ -77.98
+ 0
+ 0
+ RAH
+
+
+ PAZ026
+ 380260
+ Huntingdon
+ PA
+ US
+ 40.40
+ -77.97
+ 0
+ 0
+ CTP
+
+
+ VAZ068
+ 460680
+ Amelia
+ VA
+ US
+ 37.34
+ -77.95
+ 0
+ 0
+ AKQ
+
+
+ NCZ043
+ 330430
+ Wilson
+ NC
+ US
+ 35.71
+ -77.93
+ 0
+ 0
+ RAH
+
+
+ NCZ090
+ 330900
+ Duplin
+ NC
+ US
+ 34.95
+ -77.93
+ 0
+ 0
+ MHX
+
+
+ VAZ051
+ 460510
+ Culpeper
+ VA
+ US
+ 38.51
+ -77.93
+ 0
+ 0
+ LWX
+
+
+ PAZ006
+ 380060
+ Potter
+ PA
+ US
+ 41.74
+ -77.91
+ 0
+ 0
+ CTP
+
+
+ VAZ062
+ 460620
+ Goochland
+ VA
+ US
+ 37.73
+ -77.90
+ 0
+ 0
+ AKQ
+
+
+ VAZ069
+ 460690
+ Powhatan
+ VA
+ US
+ 37.55
+ -77.90
+ 0
+ 0
+ AKQ
+
+
+ NCZ097
+ 330970
+ Pender
+ NC
+ US
+ 34.51
+ -77.89
+ 0
+ 0
+ ILM
+
+
+ NCZ101
+ 331010
+ New_Hanover
+ NC
+ US
+ 34.16
+ -77.88
+ 0
+ 0
+ ILM
+
+
+ WVZ053
+ 480530
+ Jefferson
+ WV
+ US
+ 39.32
+ -77.88
+ 0
+ 0
+ LWX
+
+
+ VAZ079
+ 460790
+ Brunswick
+ VA
+ US
+ 36.79
+ -77.86
+ 0
+ 0
+ AKQ
+
+
+ VAZ041
+ 460410
+ Fauquier
+ VA
+ US
+ 38.71
+ -77.84
+ 0
+ 0
+ LWX
+
+
+ PAZ036
+ 380360
+ Franklin
+ PA
+ US
+ 40.01
+ -77.78
+ 0
+ 0
+ CTP
+
+
+ NYZ013
+ 320130
+ Livingston
+ NY
+ US
+ 42.73
+ -77.77
+ 0
+ 0
+ BUF
+
+
+ MDZ003
+ 200030
+ Washington
+ MD
+ US
+ 39.52
+ -77.72
+ 0
+ 0
+ LWX
+
+
+ PAZ012
+ 380120
+ Northern_Clinton
+ PA
+ US
+ 41.28
+ -77.71
+ 0
+ 0
+ CTP
+
+
+ PAZ019
+ 380190
+ Southern_Centre
+ PA
+ US
+ 40.89
+ -77.69
+ 0
+ 0
+ CTP
+
+
+ NYZ003
+ 320030
+ Monroe
+ NY
+ US
+ 43.16
+ -77.68
+ 0
+ 0
+ BUF
+
+
+ VAZ056
+ 460560
+ Spotsylvania
+ VA
+ US
+ 38.19
+ -77.66
+ 0
+ 0
+ LWX
+
+
+ NCZ079
+ 330790
+ Greene
+ NC
+ US
+ 35.50
+ -77.65
+ 0
+ 0
+ MHX
+
+
+ VAZ080
+ 460800
+ Dinwiddie
+ VA
+ US
+ 37.07
+ -77.65
+ 0
+ 0
+ AKQ
+
+
+ VAZ042
+ 460420
+ Loudoun
+ VA
+ US
+ 39.09
+ -77.64
+ 0
+ 0
+ LWX
+
+
+ NCZ011
+ 330110
+ Halifax
+ NC
+ US
+ 36.25
+ -77.62
+ 0
+ 0
+ RAH
+
+
+ NCZ091
+ 330910
+ Lenoir
+ NC
+ US
+ 35.21
+ -77.61
+ 0
+ 0
+ MHX
+
+
+ PAZ027
+ 380270
+ Mifflin
+ PA
+ US
+ 40.61
+ -77.60
+ 0
+ 0
+ CTP
+
+
+ NCZ028
+ 330280
+ Edgecombe
+ NC
+ US
+ 35.91
+ -77.59
+ 0
+ 0
+ RAH
+
+
+ VAZ070
+ 460700
+ Chesterfield
+ VA
+ US
+ 37.39
+ -77.56
+ 0
+ 0
+ AKQ
+
+
+ VAZ087
+ 460870
+ Greensville
+ VA
+ US
+ 36.72
+ -77.56
+ 0
+ 0
+ AKQ
+
+
+ PAZ028
+ 380280
+ Juniata
+ PA
+ US
+ 40.48
+ -77.50
+ 0
+ 0
+ CTP
+
+
+ NCZ012
+ 330120
+ Northampton
+ NC
+ US
+ 36.36
+ -77.49
+ 0
+ 0
+ AKQ
+
+
+ VAZ052
+ 460520
+ Pr_William/Manassas/Manassas_Pk
+ VA
+ US
+ 38.72
+ -77.47
+ 0
+ 0
+ LWX
+
+
+ VAZ055
+ 460550
+ Stafford
+ VA
+ US
+ 38.42
+ -77.46
+ 0
+ 0
+ LWX
+
+
+ VAZ063
+ 460630
+ Hanover
+ VA
+ US
+ 37.78
+ -77.46
+ 0
+ 0
+ AKQ
+
+
+ VAZ071
+ 460710
+ Henrico
+ VA
+ US
+ 37.53
+ -77.42
+ 0
+ 0
+ AKQ
+
+
+ MDZ004
+ 200040
+ Frederick
+ MD
+ US
+ 39.47
+ -77.40
+ 0
+ 0
+ LWX
+
+
+ NCZ044
+ 330440
+ Pitt
+ NC
+ US
+ 35.58
+ -77.40
+ 0
+ 0
+ MHX
+
+
+ NCZ092
+ 330920
+ Jones
+ NC
+ US
+ 35.01
+ -77.39
+ 0
+ 0
+ MHX
+
+
+ PAZ045
+ 380450
+ Southern_Clinton
+ PA
+ US
+ 41.09
+ -77.39
+ 0
+ 0
+ CTP
+
+
+ NYZ022
+ 320220
+ Steuben
+ NY
+ US
+ 42.29
+ -77.36
+ 0
+ 0
+ BGM
+
+
+ VAZ064
+ 460640
+ Caroline
+ VA
+ US
+ 38.01
+ -77.36
+ 0
+ 0
+ AKQ
+
+
+ NYZ014
+ 320140
+ Ontario
+ NY
+ US
+ 42.81
+ -77.29
+ 0
+ 0
+ BUF
+
+
+ PAZ056
+ 380560
+ Perry
+ PA
+ US
+ 40.41
+ -77.29
+ 0
+ 0
+ CTP
+
+
+ VAZ053
+ 460530
+ Fairfax
+ VA
+ US
+ 38.84
+ -77.29
+ 0
+ 0
+ LWX
+
+
+ VAZ088
+ 460880
+ Sussex
+ VA
+ US
+ 36.91
+ -77.29
+ 0
+ 0
+ AKQ
+
+
+ NCZ098
+ 330980
+ Onslow
+ NC
+ US
+ 34.72
+ -77.26
+ 0
+ 0
+ MHX
+
+
+ PAZ037
+ 380370
+ Tioga
+ PA
+ US
+ 41.77
+ -77.25
+ 0
+ 0
+ CTP
+
+
+ PAZ063
+ 380630
+ Cumberland
+ PA
+ US
+ 40.14
+ -77.24
+ 0
+ 0
+ CTP
+
+
+ PAZ064
+ 380640
+ Adams
+ PA
+ US
+ 39.90
+ -77.22
+ 0
+ 0
+ CTP
+
+
+ VAZ081
+ 460810
+ Prince_George
+ VA
+ US
+ 37.16
+ -77.22
+ 0
+ 0
+ AKQ
+
+
+ MDZ009
+ 200090
+ Montgomery
+ MD
+ US
+ 39.14
+ -77.20
+ 0
+ 0
+ LWX
+
+
+ VAZ057
+ 460570
+ King_George
+ VA
+ US
+ 38.28
+ -77.18
+ 0
+ 0
+ LWX
+
+
+ VAZ092
+ 460920
+ Southampton
+ VA
+ US
+ 36.78
+ -77.16
+ 0
+ 0
+ AKQ
+
+
+ NYZ015
+ 320150
+ Yates
+ NY
+ US
+ 42.61
+ -77.13
+ 0
+ 0
+ BGM
+
+
+ VAZ054
+ 460540
+ Arlington/Falls_Ch/Alexandria
+ VA
+ US
+ 38.86
+ -77.12
+ 0
+ 0
+ LWX
+
+
+ PAZ041
+ 380410
+ Northern_Lycoming
+ PA
+ US
+ 41.41
+ -77.11
+ 0
+ 0
+ CTP
+
+
+ PAZ049
+ 380490
+ Union
+ PA
+ US
+ 40.98
+ -77.10
+ 0
+ 0
+ CTP
+
+
+ NCZ029
+ 330290
+ Martin
+ NC
+ US
+ 35.86
+ -77.09
+ 0
+ 0
+ MHX
+
+
+ PAZ050
+ 380500
+ Snyder
+ PA
+ US
+ 40.76
+ -77.09
+ 0
+ 0
+ CTP
+
+
+ VAZ082
+ 460820
+ Charles_City
+ VA
+ US
+ 37.36
+ -77.08
+ 0
+ 0
+ AKQ
+
+
+ VAZ072
+ 460720
+ King_William
+ VA
+ US
+ 37.71
+ -77.06
+ 0
+ 0
+ AKQ
+
+
+ MDZ005
+ 200050
+ Carroll
+ MD
+ US
+ 39.53
+ -77.05
+ 0
+ 0
+ LWX
+
+
+ NCZ093
+ 330930
+ Craven
+ NC
+ US
+ 35.13
+ -77.05
+ 0
+ 0
+ MHX
+
+
+ NYZ004
+ 320040
+ Wayne
+ NY
+ US
+ 43.18
+ -77.04
+ 0
+ 0
+ BUF
+
+
+ DCZ001
+ 510010
+ District_of_Columbia
+ DC
+ US
+ 38.89
+ -77.02
+ 0
+ 0
+ LWX
+
+
+ NCZ030
+ 330300
+ Bertie
+ NC
+ US
+ 36.03
+ -77.01
+ 0
+ 0
+ AKQ
+
+
+ VAZ083
+ 460830
+ New_Kent
+ VA
+ US
+ 37.50
+ -76.99
+ 0
+ 0
+ AKQ
+
+
+ MDZ016
+ 200160
+ Charles
+ MD
+ US
+ 38.48
+ -76.98
+ 0
+ 0
+ LWX
+
+
+ NCZ013
+ 330130
+ Hertford
+ NC
+ US
+ 36.39
+ -76.96
+ 0
+ 0
+ AKQ
+
+
+ MDZ010
+ 200100
+ Howard
+ MD
+ US
+ 39.23
+ -76.94
+ 0
+ 0
+ LWX
+
+
+ VAZ074
+ 460740
+ Essex
+ VA
+ US
+ 37.95
+ -76.93
+ 0
+ 0
+ AKQ
+
+
+ VAZ073
+ 460730
+ King_and_Queen
+ VA
+ US
+ 37.70
+ -76.92
+ 0
+ 0
+ AKQ
+
+
+ VAZ089
+ 460890
+ Surry
+ VA
+ US
+ 37.10
+ -76.91
+ 0
+ 0
+ AKQ
+
+
+ MDZ013
+ 200130
+ Prince_Georges
+ MD
+ US
+ 38.83
+ -76.88
+ 0
+ 0
+ LWX
+
+
+ PAZ046
+ 380460
+ Southern_Lycoming
+ PA
+ US
+ 41.22
+ -76.88
+ 0
+ 0
+ CTP
+
+
+ NYZ023
+ 320230
+ Schuyler
+ NY
+ US
+ 42.40
+ -76.86
+ 0
+ 0
+ BGM
+
+
+ NCZ080
+ 330800
+ Beaufort
+ NC
+ US
+ 35.48
+ -76.84
+ 0
+ 0
+ MHX
+
+
+ VAZ075
+ 460750
+ Westmoreland
+ VA
+ US
+ 38.12
+ -76.80
+ 0
+ 0
+ AKQ
+
+
+ PAZ057
+ 380570
+ Dauphin
+ PA
+ US
+ 40.40
+ -76.79
+ 0
+ 0
+ CTP
+
+
+ NYZ016
+ 320160
+ Seneca
+ NY
+ US
+ 42.79
+ -76.78
+ 0
+ 0
+ BGM
+
+
+ NYZ024
+ 320240
+ Chemung
+ NY
+ US
+ 42.15
+ -76.75
+ 0
+ 0
+ BGM
+
+
+ VAZ090
+ 460900
+ James_City
+ VA
+ US
+ 37.32
+ -76.75
+ 0
+ 0
+ AKQ
+
+
+ VAZ076
+ 460760
+ Richmond
+ VA
+ US
+ 37.95
+ -76.73
+ 0
+ 0
+ AKQ
+
+
+ NCZ014
+ 330140
+ Gates
+ NC
+ US
+ 36.42
+ -76.71
+ 0
+ 0
+ AKQ
+
+
+ NCZ094
+ 330940
+ Pamlico
+ NC
+ US
+ 35.15
+ -76.71
+ 0
+ 0
+ MHX
+
+
+ VAZ093
+ 460930
+ Isle_of_Wight
+ VA
+ US
+ 36.89
+ -76.71
+ 0
+ 0
+ AKQ
+
+
+ PAZ065
+ 380650
+ York
+ PA
+ US
+ 39.97
+ -76.69
+ 0
+ 0
+ CTP
+
+
+ PAZ052
+ 380520
+ Northumberland
+ PA
+ US
+ 40.89
+ -76.67
+ 0
+ 0
+ CTP
+
+
+ VAZ096
+ 460960
+ Suffolk
+ VA
+ US
+ 36.74
+ -76.67
+ 0
+ 0
+ AKQ
+
+
+ NCZ031
+ 330310
+ Chowan
+ NC
+ US
+ 36.17
+ -76.66
+ 0
+ 0
+ AKQ
+
+
+ PAZ051
+ 380510
+ Montour
+ PA
+ US
+ 41.02
+ -76.66
+ 0
+ 0
+ CTP
+
+
+ MDZ006
+ 200060
+ Northern_Baltimore
+ MD
+ US
+ 39.57
+ -76.64
+ 0
+ 0
+ LWX
+
+
+ VAZ085
+ 460850
+ Middlesex
+ VA
+ US
+ 37.65
+ -76.64
+ 0
+ 0
+ AKQ
+
+
+ MDZ011
+ 200110
+ Southern_Baltimore
+ MD
+ US
+ 39.31
+ -76.61
+ 0
+ 0
+ LWX
+
+
+ MDZ014
+ 200140
+ Anne_Arundel
+ MD
+ US
+ 38.97
+ -76.61
+ 0
+ 0
+ LWX
+
+
+ NCZ045
+ 330450
+ Washington
+ NC
+ US
+ 35.84
+ -76.60
+ 0
+ 0
+ MHX
+
+
+ NCZ095
+ 330950
+ Carteret
+ NC
+ US
+ 34.85
+ -76.60
+ 0
+ 0
+ MHX
+
+
+ NYZ005
+ 320050
+ Northern_Cayuga
+ NY
+ US
+ 43.22
+ -76.60
+ 0
+ 0
+ BUF
+
+
+ MDZ017
+ 200170
+ St._Marys
+ MD
+ US
+ 38.28
+ -76.59
+ 0
+ 0
+ LWX
+
+
+ VAZ084
+ 460840
+ Gloucester
+ VA
+ US
+ 37.43
+ -76.55
+ 0
+ 0
+ AKQ
+
+
+ MDZ018
+ 200180
+ Calvert
+ MD
+ US
+ 38.54
+ -76.54
+ 0
+ 0
+ LWX
+
+
+ PAZ038
+ 380380
+ Bradford
+ PA
+ US
+ 41.77
+ -76.53
+ 0
+ 0
+ BGM
+
+
+ PAZ042
+ 380420
+ Sullivan
+ PA
+ US
+ 41.44
+ -76.52
+ 0
+ 0
+ CTP
+
+
+ VAZ091
+ 460910
+ York
+ VA
+ US
+ 37.23
+ -76.51
+ 0
+ 0
+ AKQ
+
+
+ NYZ017
+ 320170
+ Southern_Cayuga
+ NY
+ US
+ 42.82
+ -76.50
+ 0
+ 0
+ BGM
+
+
+ VAZ094
+ 460940
+ Newport_News/Hampton
+ VA
+ US
+ 37.10
+ -76.50
+ 0
+ 0
+ AKQ
+
+
+ NYZ025
+ 320250
+ Tompkins
+ NY
+ US
+ 42.45
+ -76.47
+ 0
+ 0
+ BGM
+
+
+ VAZ078
+ 460780
+ Lancaster
+ VA
+ US
+ 37.73
+ -76.45
+ 0
+ 0
+ AKQ
+
+
+ VAZ077
+ 460770
+ Northumberland
+ VA
+ US
+ 37.86
+ -76.44
+ 0
+ 0
+ AKQ
+
+
+ PAZ053
+ 380530
+ Columbia
+ PA
+ US
+ 41.04
+ -76.43
+ 0
+ 0
+ CTP
+
+
+ PAZ059
+ 380590
+ Lebanon
+ PA
+ US
+ 40.38
+ -76.42
+ 0
+ 0
+ CTP
+
+
+ NCZ032
+ 330320
+ Perquimans
+ NC
+ US
+ 36.22
+ -76.40
+ 0
+ 0
+ AKQ
+
+
+ MDZ007
+ 200070
+ Harford
+ MD
+ US
+ 39.50
+ -76.32
+ 0
+ 0
+ LWX
+
+
+ NYZ055
+ 320550
+ Tioga
+ NY
+ US
+ 42.20
+ -76.32
+ 0
+ 0
+ BGM
+
+
+ PAZ066
+ 380660
+ Lancaster
+ PA
+ US
+ 40.02
+ -76.31
+ 0
+ 0
+ CTP
+
+
+ VAZ095
+ 460950
+ Norfolk/Portsmouth
+ VA
+ US
+ 36.87
+ -76.30
+ 0
+ 0
+ AKQ
+
+
+ VAZ086
+ 460860
+ Mathews
+ VA
+ US
+ 37.42
+ -76.29
+ 0
+ 0
+ AKQ
+
+
+ NCZ015
+ 330150
+ Pasquotank
+ NC
+ US
+ 36.31
+ -76.28
+ 0
+ 0
+ AKQ
+
+
+ VAZ097
+ 460970
+ Chesapeake
+ VA
+ US
+ 36.71
+ -76.28
+ 0
+ 0
+ AKQ
+
+
+ NCZ081
+ 330810
+ Western_Hyde
+ NC
+ US
+ 35.51
+ -76.26
+ 0
+ 0
+ MHX
+
+
+ PAZ058
+ 380580
+ Schuylkill
+ PA
+ US
+ 40.72
+ -76.23
+ 0
+ 0
+ CTP
+
+
+ NCZ046
+ 330460
+ Tyrrell
+ NC
+ US
+ 35.79
+ -76.21
+ 0
+ 0
+ MHX
+
+
+ NYZ006
+ 320060
+ Oswego
+ NY
+ US
+ 43.43
+ -76.19
+ 0
+ 0
+ BUF
+
+
+ NYZ018
+ 320180
+ Onondaga
+ NY
+ US
+ 43.02
+ -76.19
+ 0
+ 0
+ BGM
+
+
+ NCZ016
+ 330160
+ Camden
+ NC
+ US
+ 36.36
+ -76.17
+ 0
+ 0
+ AKQ
+
+
+ MDZ012
+ 200120
+ Kent
+ MD
+ US
+ 39.20
+ -76.15
+ 0
+ 0
+ PHI
+
+
+ MDZ019
+ 200190
+ Talbot
+ MD
+ US
+ 38.76
+ -76.15
+ 0
+ 0
+ PHI
+
+
+ NYZ044
+ 320440
+ Cortland
+ NY
+ US
+ 42.60
+ -76.07
+ 0
+ 0
+ BGM
+
+
+ MDZ015
+ 200150
+ Queen_Anne's
+ MD
+ US
+ 39.06
+ -76.06
+ 0
+ 0
+ PHI
+
+
+ VAZ098
+ 460980
+ Virginia_Beach
+ VA
+ US
+ 36.74
+ -76.05
+ 0
+ 0
+ AKQ
+
+
+ MDZ021
+ 200210
+ Dorchester
+ MD
+ US
+ 38.41
+ -76.03
+ 0
+ 0
+ AKQ
+
+
+ PAZ043
+ 380430
+ Wyoming
+ PA
+ US
+ 41.52
+ -76.01
+ 0
+ 0
+ BGM
+
+
+ PAZ060
+ 380600
+ Berks
+ PA
+ US
+ 40.41
+ -75.99
+ 0
+ 0
+ PHI
+
+
+ PAZ047
+ 380470
+ Luzerne
+ PA
+ US
+ 41.16
+ -75.96
+ 0
+ 0
+ BGM
+
+
+ NYZ007
+ 320070
+ Jefferson
+ NY
+ US
+ 44.03
+ -75.95
+ 0
+ 0
+ BUF
+
+
+ VAZ100
+ 461000
+ Northampton
+ VA
+ US
+ 37.34
+ -75.95
+ 0
+ 0
+ AKQ
+
+
+ NCZ017
+ 330170
+ Western_Currituck
+ NC
+ US
+ 36.31
+ -75.94
+ 0
+ 0
+ AKQ
+
+
+ MDZ008
+ 200080
+ Cecil
+ MD
+ US
+ 39.55
+ -75.93
+ 0
+ 0
+ PHI
+
+
+ NCZ104
+ 331040
+ Eastern_Hyde
+ NC
+ US
+ 35.13
+ -75.92
+ 0
+ 0
+ MHX
+
+
+ NCZ047
+ 330470
+ Western_Dare
+ NC
+ US
+ 35.77
+ -75.87
+ 0
+ 0
+ MHX
+
+
+ MDZ020
+ 200200
+ Caroline
+ MD
+ US
+ 38.90
+ -75.86
+ 0
+ 0
+ PHI
+
+
+ NCZ102
+ 331020
+ Eastern_Currituck
+ NC
+ US
+ 36.37
+ -75.84
+ 0
+ 0
+ AKQ
+
+
+ PAZ039
+ 380390
+ Susquehanna
+ PA
+ US
+ 41.82
+ -75.81
+ 0
+ 0
+ BGM
+
+
+ MDZ023
+ 200230
+ Somerset
+ MD
+ US
+ 38.10
+ -75.80
+ 0
+ 0
+ AKQ
+
+
+ NYZ056
+ 320560
+ Broome
+ NY
+ US
+ 42.21
+ -75.76
+ 0
+ 0
+ BGM
+
+
+ PAZ067
+ 380670
+ Chester
+ PA
+ US
+ 39.99
+ -75.76
+ 0
+ 0
+ PHI
+
+
+ PAZ054
+ 380540
+ Carbon
+ PA
+ US
+ 40.94
+ -75.74
+ 0
+ 0
+ PHI
+
+
+ PAZ044
+ 380440
+ Lackawanna
+ PA
+ US
+ 41.40
+ -75.64
+ 0
+ 0
+ BGM
+
+
+ VAZ099
+ 460990
+ Accomack
+ VA
+ US
+ 37.74
+ -75.64
+ 0
+ 0
+ AKQ
+
+
+ MDZ022
+ 200220
+ Wicomico
+ MD
+ US
+ 38.39
+ -75.62
+ 0
+ 0
+ AKQ
+
+
+ NYZ036
+ 320360
+ Madison
+ NY
+ US
+ 42.96
+ -75.62
+ 0
+ 0
+ BGM
+
+
+ PAZ061
+ 380610
+ Lehigh
+ PA
+ US
+ 40.60
+ -75.62
+ 0
+ 0
+ PHI
+
+
+ DEZ001
+ 80010
+ New_Castle
+ DE
+ US
+ 39.57
+ -75.60
+ 0
+ 0
+ PHI
+
+
+ NYZ045
+ 320450
+ Chenango
+ NY
+ US
+ 42.47
+ -75.59
+ 0
+ 0
+ BGM
+
+
+ DEZ002
+ 80020
+ Kent
+ DE
+ US
+ 39.10
+ -75.53
+ 0
+ 0
+ PHI
+
+
+ NCZ103
+ 331030
+ Eastern_Dare
+ NC
+ US
+ 35.48
+ -75.48
+ 0
+ 0
+ MHX
+
+
+ NYZ008
+ 320080
+ Lewis
+ NY
+ US
+ 43.82
+ -75.48
+ 0
+ 0
+ BUF
+
+
+ NYZ009
+ 320090
+ Northern_Oneida
+ NY
+ US
+ 43.38
+ -75.48
+ 0
+ 0
+ BGM
+
+
+ PAZ070
+ 380700
+ Delaware
+ PA
+ US
+ 39.93
+ -75.43
+ 0
+ 0
+ PHI
+
+
+ DEZ003
+ 80030
+ Inland_Sussex
+ DE
+ US
+ 38.70
+ -75.42
+ 0
+ 0
+ PHI
+
+
+ NYZ037
+ 320370
+ Southern_Oneida
+ NY
+ US
+ 43.08
+ -75.41
+ 0
+ 0
+ BGM
+
+
+ MDZ024
+ 200240
+ Inland_Worcester
+ MD
+ US
+ 38.23
+ -75.39
+ 0
+ 0
+ AKQ
+
+
+ PAZ068
+ 380680
+ Montgomery
+ PA
+ US
+ 40.21
+ -75.36
+ 0
+ 0
+ PHI
+
+
+ PAZ062
+ 380620
+ Northampton
+ PA
+ US
+ 40.75
+ -75.34
+ 0
+ 0
+ PHI
+
+
+ NJZ016
+ 300160
+ Salem
+ NJ
+ US
+ 39.58
+ -75.32
+ 0
+ 0
+ PHI
+
+
+ PAZ055
+ 380550
+ Monroe
+ PA
+ US
+ 41.03
+ -75.31
+ 0
+ 0
+ PHI
+
+
+ PAZ072
+ 380720
+ Southern_Wayne
+ PA
+ US
+ 41.44
+ -75.28
+ 0
+ 0
+ BGM
+
+
+ PAZ040
+ 380400
+ Northern_Wayne
+ PA
+ US
+ 41.80
+ -75.27
+ 0
+ 0
+ BGM
+
+
+ NYZ087
+ 320870
+ Southwestern_St._Lawrence
+ NY
+ US
+ 44.46
+ -75.23
+ 0
+ 0
+ BTV
+
+
+ MDZ025
+ 200250
+ Maryland_Beaches
+ MD
+ US
+ 38.17
+ -75.18
+ 0
+ 0
+ AKQ
+
+
+ NJZ017
+ 300170
+ Gloucester
+ NJ
+ US
+ 39.70
+ -75.16
+ 0
+ 0
+ PHI
+
+
+ NJZ021
+ 300210
+ Cumberland
+ NJ
+ US
+ 39.37
+ -75.14
+ 0
+ 0
+ PHI
+
+
+ PAZ071
+ 380710
+ Philadelphia
+ PA
+ US
+ 39.99
+ -75.13
+ 0
+ 0
+ PHI
+
+
+ PAZ069
+ 380690
+ Bucks
+ PA
+ US
+ 40.32
+ -75.11
+ 0
+ 0
+ PHI
+
+
+ DEZ004
+ 80040
+ Delaware_Beaches
+ DE
+ US
+ 38.63
+ -75.09
+ 0
+ 0
+ PHI
+
+
+ PAZ048
+ 380480
+ Pike
+ PA
+ US
+ 41.34
+ -75.03
+ 0
+ 0
+ BGM
+
+
+ NYZ046
+ 320460
+ Otsego
+ NY
+ US
+ 42.61
+ -75.02
+ 0
+ 0
+ BGM
+
+
+ NJZ007
+ 300070
+ Warren
+ NJ
+ US
+ 40.83
+ -74.99
+ 0
+ 0
+ PHI
+
+
+ NYZ026
+ 320260
+ Northern_St._Lawrence
+ NY
+ US
+ 44.86
+ -74.99
+ 0
+ 0
+ BTV
+
+
+ NYZ032
+ 320320
+ Northern_Herkimer
+ NY
+ US
+ 43.71
+ -74.97
+ 0
+ 0
+ ALY
+
+
+ NJZ009
+ 300090
+ Hunterdon
+ NJ
+ US
+ 40.56
+ -74.96
+ 0
+ 0
+ PHI
+
+
+ NJZ018
+ 300180
+ Camden
+ NJ
+ US
+ 39.79
+ -74.95
+ 0
+ 0
+ PHI
+
+
+ NYZ038
+ 320380
+ Southern_Herkimer
+ NY
+ US
+ 43.08
+ -74.95
+ 0
+ 0
+ ALY
+
+
+ NYZ029
+ 320290
+ Southeastern_St._Lawrence
+ NY
+ US
+ 44.39
+ -74.93
+ 0
+ 0
+ BTV
+
+
+ NYZ057
+ 320570
+ Delaware
+ NY
+ US
+ 42.19
+ -74.93
+ 0
+ 0
+ BGM
+
+
+ NJZ023
+ 300230
+ Cape_May
+ NJ
+ US
+ 39.15
+ -74.81
+ 0
+ 0
+ PHI
+
+
+ NJZ019
+ 300190
+ Northwestern_Burlington
+ NJ
+ US
+ 39.97
+ -74.77
+ 0
+ 0
+ PHI
+
+
+ NJZ024
+ 300240
+ Atlantic_Coastal_Cape_May
+ NJ
+ US
+ 39.11
+ -74.76
+ 0
+ 0
+ PHI
+
+
+ NYZ062
+ 320620
+ Sullivan
+ NY
+ US
+ 41.72
+ -74.76
+ 0
+ 0
+ BGM
+
+
+ NJZ015
+ 300150
+ Mercer
+ NJ
+ US
+ 40.27
+ -74.71
+ 0
+ 0
+ PHI
+
+
+ NJZ022
+ 300220
+ Atlantic
+ NJ
+ US
+ 39.50
+ -74.69
+ 0
+ 0
+ PHI
+
+
+ NJZ001
+ 300010
+ Sussex
+ NJ
+ US
+ 41.13
+ -74.68
+ 0
+ 0
+ PHI
+
+
+ NJZ010
+ 300100
+ Somerset
+ NJ
+ US
+ 40.56
+ -74.60
+ 0
+ 0
+ PHI
+
+
+ NJZ027
+ 300270
+ Southeastern_Burlington
+ NJ
+ US
+ 39.73
+ -74.60
+ 0
+ 0
+ PHI
+
+
+ NJZ008
+ 300080
+ Morris
+ NJ
+ US
+ 40.86
+ -74.58
+ 0
+ 0
+ PHI
+
+
+ NJZ025
+ 300250
+ Coastal_Atlantic
+ NJ
+ US
+ 39.40
+ -74.46
+ 0
+ 0
+ PHI
+
+
+ NYZ033
+ 320330
+ Hamilton
+ NY
+ US
+ 43.66
+ -74.46
+ 0
+ 0
+ ALY
+
+
+ NYZ039
+ 320390
+ Southern_Fulton
+ NY
+ US
+ 43.05
+ -74.44
+ 0
+ 0
+ ALY
+
+
+ NYZ047
+ 320470
+ Schoharie
+ NY
+ US
+ 42.59
+ -74.44
+ 0
+ 0
+ ALY
+
+
+ NYZ082
+ 320820
+ Northern_Fulton
+ NY
+ US
+ 43.17
+ -74.44
+ 0
+ 0
+ ALY
+
+
+ NJZ012
+ 300120
+ Middlesex
+ NJ
+ US
+ 40.42
+ -74.43
+ 0
+ 0
+ PHI
+
+
+ NYZ040
+ 320400
+ Montgomery
+ NY
+ US
+ 42.91
+ -74.43
+ 0
+ 0
+ ALY
+
+
+ NYZ063
+ 320630
+ Western_Ulster
+ NY
+ US
+ 41.88
+ -74.43
+ 0
+ 0
+ ALY
+
+
+ NYZ027
+ 320270
+ Northern_Franklin
+ NY
+ US
+ 44.86
+ -74.39
+ 0
+ 0
+ BTV
+
+
+ NJZ002
+ 300020
+ Western_Passaic
+ NJ
+ US
+ 41.09
+ -74.36
+ 0
+ 0
+ OKX
+
+
+ NYZ067
+ 320670
+ Orange
+ NY
+ US
+ 41.39
+ -74.36
+ 0
+ 0
+ OKX
+
+
+ NJZ013
+ 300130
+ Western_Monmouth
+ NJ
+ US
+ 40.26
+ -74.32
+ 0
+ 0
+ PHI
+
+
+ NJZ020
+ 300200
+ Ocean
+ NJ
+ US
+ 39.85
+ -74.32
+ 0
+ 0
+ PHI
+
+
+ NJZ011
+ 300110
+ Union
+ NJ
+ US
+ 40.66
+ -74.31
+ 0
+ 0
+ OKX
+
+
+ NYZ058
+ 320580
+ Western_Greene
+ NY
+ US
+ 42.26
+ -74.28
+ 0
+ 0
+ ALY
+
+
+ NJZ026
+ 300260
+ Coastal_Ocean
+ NJ
+ US
+ 39.64
+ -74.26
+ 0
+ 0
+ PHI
+
+
+ NYZ030
+ 320300
+ Southern_Franklin
+ NY
+ US
+ 44.54
+ -74.26
+ 0
+ 0
+ BTV
+
+
+ NJZ005
+ 300050
+ Essex
+ NJ
+ US
+ 40.79
+ -74.25
+ 0
+ 0
+ OKX
+
+
+ NJZ004
+ 300040
+ Eastern_Passaic
+ NJ
+ US
+ 40.91
+ -74.20
+ 0
+ 0
+ OKX
+
+
+ NYZ048
+ 320480
+ Western_Schenectady
+ NY
+ US
+ 42.80
+ -74.17
+ 0
+ 0
+ ALY
+
+
+ NYZ074
+ 320740
+ Richmond_(Staten_Is.)
+ NY
+ US
+ 40.58
+ -74.15
+ 0
+ 0
+ OKX
+
+
+ NYZ051
+ 320510
+ Western_Albany
+ NY
+ US
+ 42.58
+ -74.14
+ 0
+ 0
+ ALY
+
+
+ NYZ064
+ 320640
+ Eastern_Ulster
+ NY
+ US
+ 41.88
+ -74.09
+ 0
+ 0
+ ALY
+
+
+ NJZ003
+ 300030
+ Bergen
+ NJ
+ US
+ 40.94
+ -74.08
+ 0
+ 0
+ OKX
+
+
+ NJZ006
+ 300060
+ Hudson
+ NJ
+ US
+ 40.74
+ -74.07
+ 0
+ 0
+ OKX
+
+
+ NYZ069
+ 320690
+ Rockland
+ NY
+ US
+ 41.16
+ -74.07
+ 0
+ 0
+ OKX
+
+
+ NJZ014
+ 300140
+ Eastern_Monmouth
+ NJ
+ US
+ 40.28
+ -74.03
+ 0
+ 0
+ PHI
+
+
+ NYZ049
+ 320490
+ Eastern_Schenectady
+ NY
+ US
+ 42.85
+ -73.96
+ 0
+ 0
+ ALY
+
+
+ NYZ072
+ 320720
+ New_York_(Manhattan)
+ NY
+ US
+ 40.79
+ -73.96
+ 0
+ 0
+ OKX
+
+
+ NYZ075
+ 320750
+ Kings_(Brooklyn)
+ NY
+ US
+ 40.66
+ -73.94
+ 0
+ 0
+ OKX
+
+
+ NYZ059
+ 320590
+ Eastern_Greene
+ NY
+ US
+ 42.30
+ -73.91
+ 0
+ 0
+ ALY
+
+
+ NYZ034
+ 320340
+ Western_Essex
+ NY
+ US
+ 44.10
+ -73.90
+ 0
+ 0
+ BTV
+
+
+ NYZ050
+ 320500
+ Southern_Saratoga
+ NY
+ US
+ 42.94
+ -73.88
+ 0
+ 0
+ ALY
+
+
+ NYZ041
+ 320410
+ Northern_Saratoga
+ NY
+ US
+ 43.17
+ -73.87
+ 0
+ 0
+ ALY
+
+
+ NYZ052
+ 320520
+ Eastern_Albany
+ NY
+ US
+ 42.62
+ -73.86
+ 0
+ 0
+ ALY
+
+
+ NYZ065
+ 320650
+ Western_Dutchess
+ NY
+ US
+ 41.76
+ -73.85
+ 0
+ 0
+ ALY
+
+
+ NYZ073
+ 320730
+ Bronx
+ NY
+ US
+ 40.86
+ -73.85
+ 0
+ 0
+ OKX
+
+
+ NYZ042
+ 320420
+ Northern_Warren
+ NY
+ US
+ 43.58
+ -73.84
+ 0
+ 0
+ ALY
+
+
+ NYZ076
+ 320760
+ Queens
+ NY
+ US
+ 40.68
+ -73.83
+ 0
+ 0
+ OKX
+
+
+ NYZ031
+ 320310
+ Western_Clinton
+ NY
+ US
+ 44.71
+ -73.79
+ 0
+ 0
+ BTV
+
+
+ NYZ071
+ 320710
+ Southern_Westchester
+ NY
+ US
+ 40.99
+ -73.78
+ 0
+ 0
+ OKX
+
+
+ NYZ068
+ 320680
+ Putnam
+ NY
+ US
+ 41.43
+ -73.76
+ 0
+ 0
+ OKX
+
+
+ NYZ060
+ 320600
+ Western_Columbia
+ NY
+ US
+ 42.24
+ -73.75
+ 0
+ 0
+ ALY
+
+
+ NYZ083
+ 320830
+ Southeast_Warren
+ NY
+ US
+ 43.34
+ -73.74
+ 0
+ 0
+ ALY
+
+
+ NYZ070
+ 320700
+ Northern_Westchester
+ NY
+ US
+ 41.18
+ -73.73
+ 0
+ 0
+ OKX
+
+
+ NYZ053
+ 320530
+ Western_Rensselaer
+ NY
+ US
+ 42.70
+ -73.62
+ 0
+ 0
+ ALY
+
+
+ NYZ066
+ 320660
+ Eastern_Dutchess
+ NY
+ US
+ 41.78
+ -73.62
+ 0
+ 0
+ ALY
+
+
+ NYZ077
+ 320770
+ Nassau
+ NY
+ US
+ 40.75
+ -73.59
+ 0
+ 0
+ OKX
+
+
+ NYZ028
+ 320280
+ Eastern_Clinton
+ NY
+ US
+ 44.74
+ -73.57
+ 0
+ 0
+ BTV
+
+
+ NYZ061
+ 320610
+ Eastern_Columbia
+ NY
+ US
+ 42.24
+ -73.52
+ 0
+ 0
+ ALY
+
+
+ NYZ043
+ 320430
+ Northern_Washington
+ NY
+ US
+ 43.56
+ -73.44
+ 0
+ 0
+ ALY
+
+
+ NYZ084
+ 320840
+ Southern_Washington
+ NY
+ US
+ 43.18
+ -73.44
+ 0
+ 0
+ ALY
+
+
+ NYZ035
+ 320350
+ Eastern_Essex
+ NY
+ US
+ 44.17
+ -73.43
+ 0
+ 0
+ BTV
+
+
+ NYZ054
+ 320540
+ Eastern_Rensselaer
+ NY
+ US
+ 42.72
+ -73.42
+ 0
+ 0
+ ALY
+
+
+ CTZ009
+ 70090
+ Southern_Fairfield
+ CT
+ US
+ 41.13
+ -73.41
+ 0
+ 0
+ OKX
+
+
+ CTZ005
+ 70050
+ Northern_Fairfield
+ CT
+ US
+ 41.41
+ -73.31
+ 0
+ 0
+ OKX
+
+
+ VTZ001
+ 450010
+ Grand_Isle
+ VT
+ US
+ 44.78
+ -73.29
+ 0
+ 0
+ BTV
+
+
+ MAZ025
+ 210250
+ Southern_Berkshire
+ MA
+ US
+ 42.23
+ -73.25
+ 0
+ 0
+ ALY
+
+
+ CTZ013
+ 70130
+ Southern_Litchfield
+ CT
+ US
+ 41.64
+ -73.24
+ 0
+ 0
+ ALY
+
+
+ VTZ009
+ 450090
+ Western_Addison
+ VT
+ US
+ 44.02
+ -73.23
+ 0
+ 0
+ BTV
+
+
+ CTZ001
+ 70010
+ Northern_Litchfield
+ CT
+ US
+ 41.86
+ -73.20
+ 0
+ 0
+ ALY
+
+
+ NYZ078
+ 320780
+ Northwest_Suffolk
+ NY
+ US
+ 40.88
+ -73.18
+ 0
+ 0
+ OKX
+
+
+ VTZ011
+ 450110
+ Western_Rutland
+ VT
+ US
+ 43.57
+ -73.18
+ 0
+ 0
+ BTV
+
+
+ MAZ001
+ 210010
+ Northern_Berkshire
+ MA
+ US
+ 42.56
+ -73.16
+ 0
+ 0
+ ALY
+
+
+ NYZ080
+ 320800
+ Southwest_Suffolk
+ NY
+ US
+ 40.73
+ -73.15
+ 0
+ 0
+ OKX
+
+
+ VTZ005
+ 450050
+ Western_Chittenden
+ VT
+ US
+ 44.49
+ -73.13
+ 0
+ 0
+ BTV
+
+
+ VTZ013
+ 450130
+ Bennington
+ VT
+ US
+ 43.02
+ -73.06
+ 0
+ 0
+ ALY
+
+
+ CTZ006
+ 70060
+ Northern_New_Haven
+ CT
+ US
+ 41.47
+ -73.03
+ 0
+ 0
+ OKX
+
+
+ VTZ002
+ 450020
+ Western_Franklin
+ VT
+ US
+ 44.82
+ -73.03
+ 0
+ 0
+ BTV
+
+
+ VTZ017
+ 450170
+ Eastern_Chittenden
+ VT
+ US
+ 44.40
+ -72.94
+ 0
+ 0
+ BTV
+
+
+ VTZ018
+ 450180
+ Eastern_Addison
+ VT
+ US
+ 44.05
+ -72.94
+ 0
+ 0
+ BTV
+
+
+ MAZ009
+ 210090
+ Western_Hampden
+ MA
+ US
+ 42.19
+ -72.93
+ 0
+ 0
+ BOX
+
+
+ MAZ008
+ 210080
+ Western_Hampshire
+ MA
+ US
+ 42.39
+ -72.87
+ 0
+ 0
+ BOX
+
+
+ VTZ019
+ 450190
+ Eastern_Rutland
+ VT
+ US
+ 43.57
+ -72.86
+ 0
+ 0
+ BTV
+
+
+ CTZ010
+ 70100
+ Southern_New_Haven
+ CT
+ US
+ 41.30
+ -72.82
+ 0
+ 0
+ OKX
+
+
+ MAZ002
+ 210020
+ Western_Franklin
+ MA
+ US
+ 42.59
+ -72.80
+ 0
+ 0
+ BOX
+
+
+ VTZ014
+ 450140
+ Western_Windham
+ VT
+ US
+ 43.00
+ -72.78
+ 0
+ 0
+ ALY
+
+
+ VTZ016
+ 450160
+ Eastern_Franklin
+ VT
+ US
+ 44.83
+ -72.77
+ 0
+ 0
+ BTV
+
+
+ CTZ002
+ 70020
+ Hartford
+ CT
+ US
+ 41.79
+ -72.72
+ 0
+ 0
+ BOX
+
+
+ VTZ006
+ 450060
+ Lamoille
+ VT
+ US
+ 44.60
+ -72.65
+ 0
+ 0
+ BTV
+
+
+ VTZ012
+ 450120
+ Windsor
+ VT
+ US
+ 43.59
+ -72.59
+ 0
+ 0
+ BTV
+
+
+ VTZ008
+ 450080
+ Washington
+ VT
+ US
+ 44.26
+ -72.58
+ 0
+ 0
+ BTV
+
+
+ VTZ015
+ 450150
+ Eastern_Windham
+ VT
+ US
+ 42.98
+ -72.57
+ 0
+ 0
+ ALY
+
+
+ CTZ007
+ 70070
+ Northern_Middlesex
+ CT
+ US
+ 41.48
+ -72.53
+ 0
+ 0
+ OKX
+
+
+ MAZ010
+ 210100
+ Eastern_Hampshire
+ MA
+ US
+ 42.31
+ -72.51
+ 0
+ 0
+ BOX
+
+
+ MAZ011
+ 210110
+ Eastern_Hampden
+ MA
+ US
+ 42.14
+ -72.50
+ 0
+ 0
+ BOX
+
+
+ CTZ011
+ 70110
+ Southern_Middlesex
+ CT
+ US
+ 41.33
+ -72.46
+ 0
+ 0
+ OKX
+
+
+ MAZ003
+ 210030
+ Eastern_Franklin
+ MA
+ US
+ 42.52
+ -72.46
+ 0
+ 0
+ BOX
+
+
+ NYZ079
+ 320790
+ Northeast_Suffolk
+ NY
+ US
+ 41.07
+ -72.41
+ 0
+ 0
+ OKX
+
+
+ VTZ010
+ 450100
+ Orange
+ VT
+ US
+ 43.99
+ -72.41
+ 0
+ 0
+ BTV
+
+
+ NYZ081
+ 320810
+ Southeast_Suffolk
+ NY
+ US
+ 40.90
+ -72.37
+ 0
+ 0
+ OKX
+
+
+ CTZ003
+ 70030
+ Tolland
+ CT
+ US
+ 41.81
+ -72.31
+ 0
+ 0
+ BOX
+
+
+ NHZ011
+ 290110
+ Cheshire
+ NH
+ US
+ 42.94
+ -72.24
+ 0
+ 0
+ BOX
+
+
+ VTZ003
+ 450030
+ Orleans
+ VT
+ US
+ 44.77
+ -72.23
+ 0
+ 0
+ BTV
+
+
+ NHZ007
+ 290070
+ Sullivan
+ NH
+ US
+ 43.36
+ -72.20
+ 0
+ 0
+ GYX
+
+
+ CTZ008
+ 70080
+ Northern_New_London
+ CT
+ US
+ 41.53
+ -72.13
+ 0
+ 0
+ OKX
+
+
+ VTZ007
+ 450070
+ Caledonia
+ VT
+ US
+ 44.46
+ -72.13
+ 0
+ 0
+ BTV
+
+
+ CTZ004
+ 70040
+ Windham
+ CT
+ US
+ 41.83
+ -72.02
+ 0
+ 0
+ BOX
+
+
+ CTZ012
+ 70120
+ Southern_New_London
+ CT
+ US
+ 41.36
+ -71.96
+ 0
+ 0
+ OKX
+
+
+ NHZ005
+ 290050
+ Southern_Grafton
+ NH
+ US
+ 43.71
+ -71.93
+ 0
+ 0
+ GYX
+
+
+ MAZ004
+ 210040
+ Northern_Worcester
+ MA
+ US
+ 42.43
+ -71.92
+ 0
+ 0
+ BOX
+
+
+ MAZ012
+ 210120
+ Southern_Worcester
+ MA
+ US
+ 42.18
+ -71.81
+ 0
+ 0
+ BOX
+
+
+ NHZ015
+ 290150
+ Wrn_And_Central_Hillsborough
+ NH
+ US
+ 42.95
+ -71.78
+ 0
+ 0
+ BOX
+
+
+ NHZ003
+ 290030
+ Northern_Grafton
+ NH
+ US
+ 44.13
+ -71.76
+ 0
+ 0
+ GYX
+
+
+ VTZ004
+ 450040
+ Essex
+ VT
+ US
+ 44.68
+ -71.74
+ 0
+ 0
+ BTV
+
+
+ NHZ008
+ 290080
+ Merrimack
+ NH
+ US
+ 43.31
+ -71.67
+ 0
+ 0
+ GYX
+
+
+ RIZ003
+ 390030
+ Western_Kent
+ RI
+ US
+ 41.66
+ -71.66
+ 0
+ 0
+ BOX
+
+
+ RIZ006
+ 390060
+ Washington
+ RI
+ US
+ 41.48
+ -71.66
+ 0
+ 0
+ BOX
+
+
+ MAZ026
+ 210260
+ Northwest_Middlesex_County
+ MA
+ US
+ 42.61
+ -71.59
+ 0
+ 0
+ BOX
+
+
+ RIZ001
+ 390010
+ Northwest_Providence
+ RI
+ US
+ 41.87
+ -71.59
+ 0
+ 0
+ BOX
+
+
+ RIZ008
+ 390080
+ Block_Island
+ RI
+ US
+ 41.19
+ -71.57
+ 0
+ 0
+ BOX
+
+
+ NHZ012
+ 290120
+ Eastern_Hillsborough
+ NH
+ US
+ 42.88
+ -71.50
+ 0
+ 0
+ BOX
+
+
+ RIZ004
+ 390040
+ Eastern_Kent
+ RI
+ US
+ 41.68
+ -71.46
+ 0
+ 0
+ BOX
+
+
+ NHZ009
+ 290090
+ Belknap
+ NH
+ US
+ 43.52
+ -71.45
+ 0
+ 0
+ GYX
+
+
+ RIZ002
+ 390020
+ Southeast_Providence
+ RI
+ US
+ 41.81
+ -71.45
+ 0
+ 0
+ BOX
+
+
+ NHZ002
+ 290020
+ Southern_Coos
+ NH
+ US
+ 44.41
+ -71.39
+ 0
+ 0
+ GYX
+
+
+ MAZ005
+ 210050
+ Central_Middlesex_County
+ MA
+ US
+ 42.44
+ -71.33
+ 0
+ 0
+ BOX
+
+
+ NHZ001
+ 290010
+ Northern_Coos
+ NH
+ US
+ 45.02
+ -71.33
+ 0
+ 0
+ GYX
+
+
+ RIZ005
+ 390050
+ Bristol
+ RI
+ US
+ 41.71
+ -71.27
+ 0
+ 0
+ BOX
+
+
+ NHZ006
+ 290060
+ Southern_Carroll
+ NH
+ US
+ 43.71
+ -71.26
+ 0
+ 0
+ GYX
+
+
+ RIZ007
+ 390070
+ Newport
+ RI
+ US
+ 41.56
+ -71.26
+ 0
+ 0
+ BOX
+
+
+ MAZ013
+ 210130
+ Western_Norfolk
+ MA
+ US
+ 42.15
+ -71.24
+ 0
+ 0
+ BOX
+
+
+ NHZ004
+ 290040
+ Northern_Carroll
+ NH
+ US
+ 44.10
+ -71.22
+ 0
+ 0
+ GYX
+
+
+ MAZ017
+ 210170
+ Northern_Bristol
+ MA
+ US
+ 41.93
+ -71.18
+ 0
+ 0
+ BOX
+
+
+ NHZ013
+ 290130
+ Interior_Rockingham
+ NH
+ US
+ 43.01
+ -71.17
+ 0
+ 0
+ GYX
+
+
+ MAZ014
+ 210140
+ Southeast_Middlesex
+ MA
+ US
+ 42.41
+ -71.16
+ 0
+ 0
+ BOX
+
+
+ MAZ006
+ 210060
+ Western_Essex
+ MA
+ US
+ 42.72
+ -71.08
+ 0
+ 0
+ BOX
+
+
+ MAZ015
+ 210150
+ Suffolk
+ MA
+ US
+ 42.34
+ -71.07
+ 0
+ 0
+ BOX
+
+
+ MAZ020
+ 210200
+ Southern_Bristol
+ MA
+ US
+ 41.65
+ -71.07
+ 0
+ 0
+ BOX
+
+
+ NHZ010
+ 290100
+ Strafford
+ NH
+ US
+ 43.33
+ -71.03
+ 0
+ 0
+ GYX
+
+
+ MAZ016
+ 210160
+ Eastern_Norfolk
+ MA
+ US
+ 42.22
+ -71.02
+ 0
+ 0
+ BOX
+
+
+ MAZ018
+ 210180
+ Western_Plymouth
+ MA
+ US
+ 42.00
+ -70.88
+ 0
+ 0
+ BOX
+
+
+ MAZ007
+ 210070
+ Eastern_Essex
+ MA
+ US
+ 42.65
+ -70.83
+ 0
+ 0
+ BOX
+
+
+ NHZ014
+ 290140
+ Coastal_Rockingham
+ NH
+ US
+ 42.99
+ -70.82
+ 0
+ 0
+ GYX
+
+
+ MEZ007
+ 190070
+ Northern_Oxford
+ ME
+ US
+ 44.88
+ -70.80
+ 0
+ 0
+ GYX
+
+
+ MAZ021
+ 210210
+ Southern_Plymouth
+ MA
+ US
+ 41.72
+ -70.77
+ 0
+ 0
+ BOX
+
+
+ MAZ019
+ 210190
+ Eastern_Plymouth
+ MA
+ US
+ 42.03
+ -70.73
+ 0
+ 0
+ BOX
+
+
+ MEZ018
+ 190180
+ Interior_York
+ ME
+ US
+ 43.52
+ -70.73
+ 0
+ 0
+ GYX
+
+
+ MAZ023
+ 210230
+ Dukes
+ MA
+ US
+ 41.38
+ -70.70
+ 0
+ 0
+ BOX
+
+
+ MEZ012
+ 190120
+ Southern_Oxford
+ ME
+ US
+ 44.20
+ -70.63
+ 0
+ 0
+ GYX
+
+
+ MEZ023
+ 190230
+ Coastal_York
+ ME
+ US
+ 43.34
+ -70.58
+ 0
+ 0
+ GYX
+
+
+ MEZ019
+ 190190
+ Interior_Cumberland
+ ME
+ US
+ 43.91
+ -70.49
+ 0
+ 0
+ GYX
+
+
+ MEZ008
+ 190080
+ Northern_Franklin
+ ME
+ US
+ 45.14
+ -70.48
+ 0
+ 0
+ GYX
+
+
+ MEZ024
+ 190240
+ Coastal_Cumberland
+ ME
+ US
+ 43.75
+ -70.26
+ 0
+ 0
+ GYX
+
+
+ MEZ020
+ 190200
+ Androscoggin
+ ME
+ US
+ 44.20
+ -70.24
+ 0
+ 0
+ GYX
+
+
+ MEZ013
+ 190130
+ Southern_Franklin
+ ME
+ US
+ 44.67
+ -70.23
+ 0
+ 0
+ GYX
+
+
+ MEZ009
+ 190090
+ Central_Somerset
+ ME
+ US
+ 45.42
+ -70.10
+ 0
+ 0
+ GYX
+
+
+ MEZ003
+ 190030
+ Northern_Somerset
+ ME
+ US
+ 46.27
+ -70.01
+ 0
+ 0
+ CAR
+
+
+ MAZ024
+ 210240
+ Nantucket
+ MA
+ US
+ 41.31
+ -70.00
+ 0
+ 0
+ BOX
+
+
+ MAZ022
+ 210220
+ Barnstable
+ MA
+ US
+ 41.80
+ -69.99
+ 0
+ 0
+ BOX
+
+
+ MEZ025
+ 190250
+ Sagadahoc
+ ME
+ US
+ 43.94
+ -69.89
+ 0
+ 0
+ GYX
+
+
+ MEZ021
+ 190210
+ Kennebec
+ ME
+ US
+ 44.42
+ -69.75
+ 0
+ 0
+ GYX
+
+
+ MEZ014
+ 190140
+ Southern_Somerset
+ ME
+ US
+ 44.85
+ -69.67
+ 0
+ 0
+ GYX
+
+
+ MEZ026
+ 190260
+ Lincoln
+ ME
+ US
+ 44.05
+ -69.54
+ 0
+ 0
+ GYX
+
+
+ MEZ010
+ 190100
+ Central_Piscataquis
+ ME
+ US
+ 45.55
+ -69.38
+ 0
+ 0
+ CAR
+
+
+ MEZ004
+ 190040
+ Northern_Piscataquis
+ ME
+ US
+ 46.12
+ -69.27
+ 0
+ 0
+ CAR
+
+
+ MEZ027
+ 190270
+ Knox
+ ME
+ US
+ 44.14
+ -69.23
+ 0
+ 0
+ GYX
+
+
+ MEZ031
+ 190310
+ Southern_Piscataquis
+ ME
+ US
+ 45.27
+ -69.22
+ 0
+ 0
+ CAR
+
+
+ MEZ022
+ 190220
+ Interior_Waldo
+ ME
+ US
+ 44.53
+ -69.16
+ 0
+ 0
+ GYX
+
+
+ MEZ001
+ 190010
+ Northwest_Aroostook
+ ME
+ US
+ 47.01
+ -69.06
+ 0
+ 0
+ CAR
+
+
+ MEZ028
+ 190280
+ Coastal_Waldo
+ ME
+ US
+ 44.36
+ -69.04
+ 0
+ 0
+ GYX
+
+
+ MEZ015
+ 190150
+ Southern_Penobscot
+ ME
+ US
+ 44.93
+ -68.81
+ 0
+ 0
+ CAR
+
+
+ MEZ005
+ 190050
+ Northern_Penobscot
+ ME
+ US
+ 45.95
+ -68.69
+ 0
+ 0
+ CAR
+
+
+ MEZ011
+ 190110
+ Central_Penobscot
+ ME
+ US
+ 45.39
+ -68.41
+ 0
+ 0
+ CAR
+
+
+ MEZ016
+ 190160
+ Interior_Hancock
+ ME
+ US
+ 44.88
+ -68.41
+ 0
+ 0
+ CAR
+
+
+ MEZ029
+ 190290
+ Coastal_Hancock
+ ME
+ US
+ 44.45
+ -68.39
+ 0
+ 0
+ CAR
+
+
+ MEZ002
+ 190020
+ Northeast_Aroostook
+ ME
+ US
+ 46.83
+ -68.30
+ 0
+ 0
+ CAR
+
+
+ MEZ006
+ 190060
+ Southeast_Aroostook
+ ME
+ US
+ 45.97
+ -68.09
+ 0
+ 0
+ CAR
+
+
+ MEZ032
+ 190320
+ Northern_Washington
+ ME
+ US
+ 45.48
+ -67.73
+ 0
+ 0
+ CAR
+
+
+ MEZ017
+ 190170
+ Central_Washington
+ ME
+ US
+ 45.00
+ -67.57
+ 0
+ 0
+ CAR
+
+
+ MEZ030
+ 190300
+ Coastal_Washington
+ ME
+ US
+ 44.67
+ -67.49
+ 0
+ 0
+ CAR
+
+
+ PRZ010
+ 530100
+ Mayaguez_and_Vicinity
+ PR
+ US
+ 18.26
+ -67.12
+ 0
+ 0
+ SJU
+
+
+ PRZ011
+ 530110
+ Southwest
+ PR
+ US
+ 18.05
+ -67.04
+ 0
+ 0
+ SJU
+
+
+ PRZ008
+ 530080
+ Northwest
+ PR
+ US
+ 18.42
+ -66.97
+ 0
+ 0
+ SJU
+
+
+ PRZ009
+ 530090
+ Western_Interior
+ PR
+ US
+ 18.21
+ -66.82
+ 0
+ 0
+ SJU
+
+
+ PRZ007
+ 530070
+ Ponce_and_Vicinity
+ PR
+ US
+ 18.03
+ -66.63
+ 0
+ 0
+ SJU
+
+
+ PRZ005
+ 530050
+ North_Central
+ PR
+ US
+ 18.40
+ -66.48
+ 0
+ 0
+ SJU
+
+
+ PRZ006
+ 530060
+ Central_Interior
+ PR
+ US
+ 18.20
+ -66.43
+ 0
+ 0
+ SJU
+
+
+ PRZ001
+ 530010
+ San_Juan_and_Vicinity
+ PR
+ US
+ 18.37
+ -66.11
+ 0
+ 0
+ SJU
+
+
+ PRZ003
+ 530030
+ Southeast
+ PR
+ US
+ 18.02
+ -66.07
+ 0
+ 0
+ SJU
+
+
+ PRZ004
+ 530040
+ Eastern_Interior
+ PR
+ US
+ 18.17
+ -66.04
+ 0
+ 0
+ SJU
+
+
+ PRZ002
+ 530020
+ Northeast
+ PR
+ US
+ 18.26
+ -65.76
+ 0
+ 0
+ SJU
+
+
+ PRZ013
+ 530130
+ Vieques
+ PR
+ US
+ 18.13
+ -65.42
+ 0
+ 0
+ SJU
+
+
+ PRZ012
+ 530120
+ Culebra
+ PR
+ US
+ 18.32
+ -65.31
+ 0
+ 0
+ SJU
+
+
+ VIZ001
+ 520010
+ St._Thomas...St._John..._and_Adj
+ VI
+ US
+ 18.34
+ -64.87
+ 0
+ 0
+ SJU
+
+
+ VIZ002
+ 520020
+ St_Croix
+ VI
+ US
+ 17.73
+ -64.73
+ 0
+ 0
+ SJU
+
+
+ CAZ000
+ 50000
+ No_name
+ CA
+ US
+ 32.92
+ -118.48
+ 0
+ 0
+
+
+
+ GUZ012
+ 540120
+ Sonsorol
+ GU
+ US
+ 5.30
+ 132.22
+ 0
+ 0
+ GUM
+
+
+ GUZ011
+ 540110
+ Koror
+ GU
+ US
+ 7.53
+ 134.56
+ 0
+ 0
+ GUM
+
+
+ GUZ013
+ 540130
+ Kayangel
+ GU
+ US
+ 8.08
+ 134.72
+ 0
+ 0
+ GUM
+
+
+ GUZ022
+ 540220
+ Ngulu
+ GU
+ US
+ 8.30
+ 137.51
+ 0
+ 0
+ GUM
+
+
+ GUZ021
+ 540210
+ Yap
+ GU
+ US
+ 9.54
+ 138.12
+ 0
+ 0
+ GUM
+
+
+ GUZ023
+ 540230
+ Ulithi
+ GU
+ US
+ 10.02
+ 139.79
+ 0
+ 0
+ GUM
+
+
+ GUZ024
+ 540240
+ Sorol
+ GU
+ US
+ 8.21
+ 140.70
+ 0
+ 0
+ GUM
+
+
+ GUZ025
+ 540250
+ Woleai
+ GU
+ US
+ 7.38
+ 143.92
+ 0
+ 0
+ GUM
+
+
+ GUZ001
+ 540010
+ Guam
+ GU
+ US
+ 13.44
+ 144.79
+ 0
+ 0
+ GUM
+
+
+ GUZ002
+ 540020
+ Rota
+ GU
+ US
+ 14.15
+ 145.20
+ 0
+ 0
+ GUM
+
+
+ GUZ003
+ 540030
+ Tinian
+ GU
+ US
+ 15.01
+ 145.63
+ 0
+ 0
+ GUM
+
+
+ GUZ005
+ 540050
+ Agrihan
+ GU
+ US
+ 18.76
+ 145.66
+ 0
+ 0
+ GUM
+
+
+ GUZ004
+ 540040
+ Saipan
+ GU
+ US
+ 15.19
+ 145.76
+ 0
+ 0
+ GUM
+
+
+ GUZ026
+ 540260
+ Satawal
+ GU
+ US
+ 7.36
+ 147.04
+ 0
+ 0
+ GUM
+
+
+ GUZ032
+ 540320
+ Puluwat
+ GU
+ US
+ 7.38
+ 149.18
+ 0
+ 0
+ GUM
+
+
+ GUZ031
+ 540310
+ Chuuk
+ GU
+ US
+ 7.35
+ 151.83
+ 0
+ 0
+ GUM
+
+
+ GUZ033
+ 540330
+ Lukunor
+ GU
+ US
+ 5.50
+ 153.82
+ 0
+ 0
+ GUM
+
+
+ GUZ041
+ 540410
+ Pohnpei
+ GU
+ US
+ 6.88
+ 158.22
+ 0
+ 0
+ GUM
+
+
+ GUZ042
+ 540420
+ Mokil
+ GU
+ US
+ 6.68
+ 159.79
+ 0
+ 0
+ GUM
+
+
+ GUZ043
+ 540430
+ Pingelap
+ GU
+ US
+ 6.21
+ 160.71
+ 0
+ 0
+ GUM
+
+
+ GUZ062
+ 540620
+ Ujelang
+ GU
+ US
+ 9.76
+ 160.97
+ 0
+ 0
+ GUM
+
+
+ GUZ063
+ 540630
+ Enewetak
+ GU
+ US
+ 11.34
+ 162.33
+ 0
+ 0
+ GUM
+
+
+ GUZ051
+ 540510
+ Kosrae
+ GU
+ US
+ 5.32
+ 162.97
+ 0
+ 0
+ GUM
+
+
+ GUZ081
+ 540810
+ Wake_Island
+ GU
+ US
+ 19.30
+ 166.63
+ 0
+ 0
+ GUM
+
+
+ GUZ064
+ 540640
+ Ailinglaplap
+ GU
+ US
+ 7.29
+ 168.75
+ 0
+ 0
+ GUM
+
+
+ GUZ065
+ 540650
+ Jaluit
+ GU
+ US
+ 5.85
+ 169.53
+ 0
+ 0
+ GUM
+
+
+ GUZ066
+ 540660
+ Utirik
+ GU
+ US
+ 11.24
+ 169.86
+ 0
+ 0
+ GUM
+
+
+ GUZ067
+ 540670
+ Wotje
+ GU
+ US
+ 9.55
+ 170.24
+ 0
+ 0
+ GUM
+
+
+ GUZ061
+ 540610
+ Majuro
+ GU
+ US
+ 7.11
+ 171.08
+ 0
+ 0
+ GUM
+
+
+ GUZ068
+ 540680
+ Mili
+ GU
+ US
+ 6.04
+ 171.95
+ 0
+ 0
+ GUM
+
+
+ AKZ191
+ 21910
+ Western_Aleutians
+ AK
+ US
+ 51.51
+ 179.05
+ 0
+ 0
+ AFC
+
+
+ PKZ175
+ 691750
+ Adak_to_Kiska
+
+ US
+ 51.71
+ -178.59
+ 0
+ 0
+ AFC
+
+
+ PKZ185
+ 691850
+ St_Matthew_Island_Waters
+
+ US
+ 60.43
+ -174.18
+ 0
+ 0
+ AFC
+
+
+ PKZ172
+ 691720
+ Nikolski_to_Adak
+
+ US
+ 52.26
+ -173.19
+ 0
+ 0
+ AFC
+
+
+ PSZ152
+ 721520
+ Coastal_waters_of_Swain's_I
+
+ US
+ -11.08
+ -171.03
+ 0
+ 0
+ STU
+
+
+ PSZ150
+ 721500
+ Cstal_wtrs_of_Tututila_and_Aunuu
+
+ US
+ -14.31
+ -170.77
+ 0
+ 0
+ STU
+
+
+ PKZ179
+ 691790
+ Pribilof_Is_Nearshore_Waters
+
+ US
+ 56.90
+ -169.97
+ 0
+ 0
+ AFC
+
+
+ PKZ210
+ 692100
+ Dall_Point_to_Wales
+
+ US
+ 63.31
+ -169.57
+ 0
+ 0
+ AFG
+
+
+ PSZ151
+ 721510
+ Coastal_waters_of_Manua
+
+ US
+ -14.21
+ -169.45
+ 0
+ 0
+ STU
+
+
+ PKZ225
+ 692250
+ Cape_Thompson_to_Cape_Beaufort
+
+ US
+ 69.01
+ -167.45
+ 0
+ 0
+ AFG
+
+
+ PKZ170
+ 691700
+ Cape_Sarichef_to_Nikoski
+
+ US
+ 53.72
+ -166.78
+ 0
+ 0
+ AFC
+
+
+ PKZ220
+ 692200
+ Wales_to_Cape_Thompson
+
+ US
+ 66.97
+ -166.69
+ 0
+ 0
+ AFG
+
+
+ PKZ171
+ 691710
+ Unalaska_Bay
+
+ US
+ 53.92
+ -166.59
+ 0
+ 0
+ AFC
+
+
+ PKZ180
+ 691800
+ Cape_Newenham_to_Dall_Point
+
+ US
+ 59.92
+ -165.98
+ 0
+ 0
+ AFC
+
+
+ PKZ200
+ 692000
+ Norton_Sound
+
+ US
+ 63.99
+ -163.30
+ 0
+ 0
+ AFG
+
+
+ PKZ230
+ 692300
+ Cape_Beaufort_to_Point_Franklin
+
+ US
+ 70.53
+ -163.03
+ 0
+ 0
+ AFG
+
+
+ PKZ165
+ 691650
+ Port_Heiden_to_Cape_Sarichef
+
+ US
+ 56.01
+ -162.88
+ 0
+ 0
+ AFC
+
+
+ PKZ215
+ 692150
+ Kotzebue_Sound
+
+ US
+ 66.65
+ -162.83
+ 0
+ 0
+ AFG
+
+
+ PKZ155
+ 691550
+ Castle_Cape_to_Cape_Sarichef
+
+ US
+ 54.50
+ -160.72
+ 0
+ 0
+ AFC
+
+
+ PKZ160
+ 691600
+ Cape_Newenham_to_Port_Heiden
+
+ US
+ 57.98
+ -160.52
+ 0
+ 0
+ AFC
+
+
+ PHZ110
+ 701100
+ Kauai_Northwest_Waters
+
+ US
+ 22.44
+ -159.99
+ 0
+ 0
+ HFO
+
+
+ PHZ112
+ 701120
+ Kauai_Leeward_Waters
+
+ US
+ 21.64
+ -159.99
+ 0
+ 0
+ HFO
+
+
+ PHZ111
+ 701110
+ Kauai_Windward_Waters
+
+ US
+ 22.41
+ -159.03
+ 0
+ 0
+ HFO
+
+
+ PHZ113
+ 701130
+ Kauai_Channel
+
+ US
+ 21.62
+ -159.00
+ 0
+ 0
+ HFO
+
+
+ PHZ115
+ 701150
+ Oahu_Leeward_Waters
+
+ US
+ 21.04
+ -158.18
+ 0
+ 0
+ HFO
+
+
+ PHZ114
+ 701140
+ Oahu_Windward_Waters
+
+ US
+ 21.88
+ -157.59
+ 0
+ 0
+ HFO
+
+
+ PHZ116
+ 701160
+ Kaiwi_Channel
+
+ US
+ 21.22
+ -157.49
+ 0
+ 0
+ HFO
+
+
+ PHZ118
+ 701180
+ Maui_County_Leeward_Waters
+
+ US
+ 20.70
+ -157.49
+ 0
+ 0
+ HFO
+
+
+ PHZ120
+ 701200
+ Pailolo_Channel
+
+ US
+ 21.03
+ -156.91
+ 0
+ 0
+ HFO
+
+
+ PHZ119
+ 701190
+ Maalaea_Bay
+
+ US
+ 20.75
+ -156.53
+ 0
+ 0
+ HFO
+
+
+ PHZ121
+ 701210
+ Alenuihaha_Channel
+
+ US
+ 20.30
+ -156.44
+ 0
+ 0
+ HFO
+
+
+ PHZ123
+ 701230
+ Big_Island_Leeward_Waters
+
+ US
+ 19.34
+ -156.40
+ 0
+ 0
+ HFO
+
+
+ PHZ117
+ 701170
+ Maui_County_Windward_Waters
+
+ US
+ 21.32
+ -156.39
+ 0
+ 0
+ HFO
+
+
+ PKZ235
+ 692350
+ Point_Franklin_to_Cape_Halkett
+
+ US
+ 71.66
+ -156.01
+ 0
+ 0
+ AFG
+
+
+ PKZ150
+ 691500
+ Sitkinak_to_Castle_Cape
+
+ US
+ 55.91
+ -155.76
+ 0
+ 0
+ AFC
+
+
+ PHZ124
+ 701240
+ Big_Island_Southeast_Waters
+
+ US
+ 18.71
+ -155.37
+ 0
+ 0
+ HFO
+
+
+ PHZ122
+ 701220
+ Big_Island_Windward_Waters
+
+ US
+ 19.92
+ -154.97
+ 0
+ 0
+ HFO
+
+
+ PKZ138
+ 691380
+ _Shelikof_Strait
+
+ US
+ 57.83
+ -153.52
+ 0
+ 0
+ AFC
+
+
+ PKZ137
+ 691370
+ _Marmot_Bay
+
+ US
+ 58.00
+ -152.62
+ 0
+ 0
+ AFC
+
+
+ PKZ136
+ 691360
+ _Chiniak_Bay
+
+ US
+ 57.70
+ -152.37
+ 0
+ 0
+ AFC
+
+
+ PKZ132
+ 691320
+ Shuyak_Island_To_Sitkinak
+
+ US
+ 56.92
+ -152.20
+ 0
+ 0
+ AFC
+
+
+ PKZ140
+ 691400
+ Cook_Inlt_N_of_Kamishak_Bay_and_
+
+ US
+ 60.34
+ -151.89
+ 0
+ 0
+ AFC
+
+
+ PKZ141
+ 691410
+ Kachemak_Bay
+
+ US
+ 59.56
+ -151.45
+ 0
+ 0
+ AFC
+
+
+ PKZ130
+ 691300
+ Barren_Is_And_Kamishak_Bay_Wtrs
+
+ US
+ 58.64
+ -151.33
+ 0
+ 0
+ AFC
+
+
+ PKZ121
+ 691210
+ _Resurrection_Bay
+
+ US
+ 60.06
+ -149.39
+ 0
+ 0
+ AFC
+
+
+ PKZ240
+ 692400
+ Cape_Halkett_to_Flaxman_Island
+
+ US
+ 71.09
+ -149.19
+ 0
+ 0
+ AFG
+
+
+ PKZ129
+ 691290
+ Passage_Canal
+
+ US
+ 60.81
+ -148.58
+ 0
+ 0
+ AFC
+
+
+ PKZ125
+ 691250
+ Prince_William_Sound
+
+ US
+ 60.48
+ -147.34
+ 0
+ 0
+ AFC
+
+
+ PKZ120
+ 691200
+ Cape_Suckling_to_Gore_Point
+
+ US
+ 59.42
+ -147.01
+ 0
+ 0
+ AFC
+
+
+ PKZ128
+ 691280
+ _Valdez_Arm
+
+ US
+ 60.94
+ -146.86
+ 0
+ 0
+ AFC
+
+
+ PKZ127
+ 691270
+ _Valdez_Narrows
+
+ US
+ 61.05
+ -146.67
+ 0
+ 0
+ AFC
+
+
+ PKZ126
+ 691260
+ _Port_of_Valdez
+
+ US
+ 61.11
+ -146.44
+ 0
+ 0
+ AFC
+
+
+ PKZ245
+ 692450
+ Flaxman_I_to_Demarcation_Point
+
+ US
+ 70.60
+ -143.39
+ 0
+ 0
+ AFG
+
+
+ PKZ052
+ 690520
+ Icy_Cape_to_Cape_Suckling
+
+ US
+ 59.40
+ -142.97
+ 0
+ 0
+ AJK
+
+
+ PKZ051
+ 690510
+ Cape_Fairweather_to_Icy_Cape
+
+ US
+ 58.95
+ -140.30
+ 0
+ 0
+ AJK
+
+
+ PKZ053
+ 690530
+ Yakutat_Bay
+
+ US
+ 59.80
+ -139.76
+ 0
+ 0
+ AJK
+
+
+ PKZ043
+ 690430
+ SE_AK_Outside_Wtrs_From_C_Edgecu
+
+ US
+ 57.59
+ -137.69
+ 0
+ 0
+ AJK
+
+
+ PKZ022
+ 690220
+ Cross_Sound
+
+ US
+ 58.14
+ -136.36
+ 0
+ 0
+ AJK
+
+
+ PKZ011
+ 690110
+ _Glacier_Bay
+
+ US
+ 58.72
+ -136.23
+ 0
+ 0
+ AJK
+
+
+ PKZ042
+ 690420
+ Cape_Decision_to_Cape_Edgecumbe
+
+ US
+ 56.23
+ -136.12
+ 0
+ 0
+ AJK
+
+
+ PKZ021
+ 690210
+ Icy_Strait
+
+ US
+ 58.27
+ -135.73
+ 0
+ 0
+ AJK
+
+
+ PKZ012
+ 690120
+ Northern_Lynn_Canal
+
+ US
+ 59.10
+ -135.30
+ 0
+ 0
+ AJK
+
+
+ PKZ013
+ 690130
+ Southern_Lynn_Canal
+
+ US
+ 58.59
+ -135.07
+ 0
+ 0
+ AJK
+
+
+ PKZ032
+ 690320
+ Northern_Chatham_Strait
+
+ US
+ 57.61
+ -134.77
+ 0
+ 0
+ AJK
+
+
+ PKZ033
+ 690330
+ Southern_Chatham_Strait
+
+ US
+ 56.54
+ -134.55
+ 0
+ 0
+ AJK
+
+
+ PKZ041
+ 690410
+ Dixon_Entrance_to_Cape_Decision
+
+ US
+ 55.04
+ -134.31
+ 0
+ 0
+ AJK
+
+
+ PKZ031
+ 690310
+ Stephens_Passage
+
+ US
+ 57.94
+ -134.29
+ 0
+ 0
+ AJK
+
+
+ PKZ034
+ 690340
+ Frederick_Sound
+
+ US
+ 56.99
+ -134.28
+ 0
+ 0
+ AJK
+
+
+ PKZ035
+ 690350
+ Sumner_Strait
+
+ US
+ 56.40
+ -133.28
+ 0
+ 0
+ AJK
+
+
+ PKZ036
+ 690360
+ Clarence_Strait
+
+ US
+ 55.40
+ -131.52
+ 0
+ 0
+ AJK
+
+
+ PZZ170
+ 611700
+ Cstal_Wtrs_From_C_Flattery_To_Ja
+
+ US
+ 48.22
+ -125.73
+ 0
+ 0
+ SEW
+
+
+ PZZ173
+ 611730
+ Wtrs_From_James_I_To_Pt_Grenvl_2
+
+ US
+ 47.57
+ -125.40
+ 0
+ 0
+ SEW
+
+
+ PZZ376
+ 613760
+ Wtrs_fr_C_Blanco_OR_to_Pt._St._G
+
+ US
+ 42.33
+ -125.39
+ 0
+ 0
+ MFR
+
+
+ PZZ370
+ 613700
+ Wtrs_fr_Florence_to_C_Blanco_OR_
+
+ US
+ 43.40
+ -125.19
+ 0
+ 0
+ MFR
+
+
+ PZZ275
+ 612750
+ Wtrs_fr_Cascade_Hd_to_Florence_O
+
+ US
+ 44.59
+ -125.15
+ 0
+ 0
+ PQR
+
+
+ PZZ470
+ 614700
+ Wtrs_fr_Pt._St._Geo_to_C_Mendoci
+
+ US
+ 41.14
+ -125.08
+ 0
+ 0
+ EKA
+
+
+ PZZ176
+ 611760
+ Cstal_Wtrs_From_Pt_Grenvl_To_C_S
+
+ US
+ 46.97
+ -125.06
+ 0
+ 0
+ SEW
+
+
+ PZZ153
+ 611530
+ Cstal_Wtrs_From_James_I_To_Pt_Gr
+
+ US
+ 47.74
+ -124.99
+ 0
+ 0
+ SEW
+
+
+ PZZ270
+ 612700
+ Wtrs_fr_C_Shoalwtr_WA_to_Cascade
+
+ US
+ 45.92
+ -124.99
+ 0
+ 0
+ PQR
+
+
+ PZZ150
+ 611500
+ Cstal_Wtrs_From_C_Flattery_To_Ja
+
+ US
+ 48.17
+ -124.89
+ 0
+ 0
+ SEW
+
+
+ PZZ475
+ 614750
+ Wtrs_fr_C_Mendocino_to_Pt._Arena
+
+ US
+ 39.69
+ -124.74
+ 0
+ 0
+ EKA
+
+
+ PZZ350
+ 613500
+ Cstal_wtrs_fr_Florence_to_C_Blan
+
+ US
+ 43.47
+ -124.68
+ 0
+ 0
+ MFR
+
+
+ PZZ330
+ 613300
+ Chetco_River_Bar
+
+ US
+ 42.31
+ -124.60
+ 0
+ 0
+ MFR
+
+
+ PZZ130
+ 611300
+ W_Entr_U.S._Wtrs_St_Of_Juan_De_F
+
+ US
+ 48.37
+ -124.48
+ 0
+ 0
+ SEW
+
+
+ PZZ310
+ 613100
+ Coos_Bay_Bar
+
+ US
+ 43.43
+ -124.47
+ 0
+ 0
+ MFR
+
+
+ PZZ156
+ 611560
+ Cstal_Wtrs_From_Pt_Grenvl_To_C_S
+
+ US
+ 47.02
+ -124.44
+ 0
+ 0
+ SEW
+
+
+ PZZ356
+ 613560
+ Cstal_wtrs_fr_C_Blanco_OR_to_Pt.
+
+ US
+ 42.24
+ -124.43
+ 0
+ 0
+ MFR
+
+
+ PZZ450
+ 614500
+ Cstal_wtrs_fr_Pt._St._Geo_to_C_M
+
+ US
+ 41.11
+ -124.33
+ 0
+ 0
+ EKA
+
+
+ PZZ250
+ 612500
+ Cstal_wtrs_fr_C_Shoalwtr_WA_to_C
+
+ US
+ 45.93
+ -124.20
+ 0
+ 0
+ PQR
+
+
+ PZZ410
+ 614100
+ Humboldt_Bay_Bar
+
+ US
+ 40.77
+ -124.19
+ 0
+ 0
+ EKA
+
+
+ PZZ255
+ 612550
+ Cstal_wtrs_fr_Cascade_Hd_to_Flor
+
+ US
+ 44.47
+ -124.10
+ 0
+ 0
+ PQR
+
+
+ PZZ110
+ 611100
+ Grays_Harbor_Bar
+
+ US
+ 46.93
+ -123.99
+ 0
+ 0
+ SEW
+
+
+ PZZ570
+ 615700
+ Wtrs_fr_Pt._Arena_to_Pigeon_Pt._
+
+ US
+ 38.08
+ -123.99
+ 0
+ 0
+ MTR
+
+
+ PZZ455
+ 614550
+ Cstal_wtrs_fr_C_Mendocino_to_Pt.
+
+ US
+ 39.69
+ -123.91
+ 0
+ 0
+ EKA
+
+
+ PZZ131
+ 611310
+ Ctrl_U.S._Wtrs_St_Of_Juan_De_Fuc
+
+ US
+ 48.27
+ -123.68
+ 0
+ 0
+ SEW
+
+
+ PZZ210
+ 612100
+ Columbia_River_Bar
+
+ US
+ 46.21
+ -123.68
+ 0
+ 0
+ PQR
+
+
+ PZZ540
+ 615400
+ Cstal_Wtrs_fr_Pt_Arena_to_Pt_Rey
+
+ US
+ 38.48
+ -123.53
+ 0
+ 0
+ MTR
+
+
+ PZZ132
+ 611320
+ E_Entr_U.S._Wtrs_St_Of_Juan_De_F
+
+ US
+ 48.21
+ -122.96
+ 0
+ 0
+ SEW
+
+
+ PZZ133
+ 611330
+ Nrn_Inlnd_Wtrs_Incl_The_Sn_Juan_
+
+ US
+ 48.58
+ -122.78
+ 0
+ 0
+ SEW
+
+
+ PZZ575
+ 615750
+ Wtrs_fr_Pigeon_Pt._to_Pt._Piedra
+
+ US
+ 36.41
+ -122.76
+ 0
+ 0
+ MTR
+
+
+ PZZ545
+ 615450
+ Cstal_Wtrs_fr_Pt_Reyes_to_Pigeon
+
+ US
+ 37.58
+ -122.72
+ 0
+ 0
+ MTR
+
+
+ PZZ134
+ 611340
+ Admiralty_Inlet
+
+ US
+ 48.06
+ -122.68
+ 0
+ 0
+ SEW
+
+
+ PZZ560
+ 615600
+ Cstal_Wtrs_fr_Pigeon_Pt_to_Pt_Pi
+
+ US
+ 36.99
+ -122.59
+ 0
+ 0
+ MTR
+
+
+ PZZ135
+ 611350
+ Puget_Sound_and_Hood_Canal
+
+ US
+ 47.56
+ -122.47
+ 0
+ 0
+ SEW
+
+
+ PZZ530
+ 615300
+ Sn_Francisco/Sn_Pablo/Suisun_Bay
+
+ US
+ 37.83
+ -122.39
+ 0
+ 0
+ MTR
+
+
+ PZZ535
+ 615350
+ Monterey_Bay
+
+ US
+ 36.79
+ -121.89
+ 0
+ 0
+ MTR
+
+
+ PZZ565
+ 615650
+ Cstal_Wtrs_fr_Pt_Pinos_to_Pt_Pie
+
+ US
+ 36.11
+ -121.84
+ 0
+ 0
+ MTR
+
+
+ PZZ670
+ 616700
+ The_Wtrs_fr_Pt._Piedras_Blancas_
+
+ US
+ 35.14
+ -121.55
+ 0
+ 0
+ LOX
+
+
+ PZZ673
+ 616730
+ Wtrs_fr_Pt._Arguello_to_Sta_Cruz
+
+ US
+ 34.18
+ -120.98
+ 0
+ 0
+ LOX
+
+
+ PZZ650
+ 616500
+ E_Sta_Barbara_Chnl_fr_Pt._Concep
+
+ US
+ 34.28
+ -119.87
+ 0
+ 0
+ LOX
+
+
+ PZZ676
+ 616760
+ Out_wtrs_fr_Sta_Cruz_I_to_Sn_Cle
+
+ US
+ 33.54
+ -119.79
+ 0
+ 0
+ LOX
+
+
+ PZZ655
+ 616550
+ Inr_wtrs_fr_Pt_Mugu_to_Sn_Mateo_
+
+ US
+ 33.59
+ -118.55
+ 0
+ 0
+ LOX
+
+
+ PZZ775
+ 617750
+ Wtrs_fr_Sn_Mateo_point_to_the_Me
+
+ US
+ 32.83
+ -118.20
+ 0
+ 0
+ SGX
+
+
+ PZZ750
+ 617500
+ Cstal_Wtrs_fr_Sn_Mateo_Pt_to_the
+
+ US
+ 32.92
+ -117.55
+ 0
+ 0
+ SGX
+
+
+ GMZ135
+ 681350
+ Laguna_Madre_From_5_nm_N_Of_Port
+
+ US
+ 26.93
+ -97.44
+ 0
+ 0
+ BRO
+
+
+ GMZ132
+ 681320
+ Laguna_Madre_From_The_Arroyo_Col
+
+ US
+ 26.49
+ -97.37
+ 0
+ 0
+ BRO
+
+
+ GMZ230
+ 682300
+ Bays_and_Wtrways_fr_Baffin_Bay_t
+
+ US
+ 27.54
+ -97.31
+ 0
+ 0
+ CRP
+
+
+ GMZ130
+ 681300
+ Laguna_Madre_From_the_Port_Of_Br
+
+ US
+ 26.19
+ -97.30
+ 0
+ 0
+ BRO
+
+
+ GMZ155
+ 681550
+ Cstal_wtrs_fr_Baffin_Bay_to_Port
+
+ US
+ 26.92
+ -97.23
+ 0
+ 0
+ BRO
+
+
+ GMZ250
+ 682500
+ Cstal_wtrs_fr_Baffin_Bay_to_Port
+
+ US
+ 27.52
+ -97.10
+ 0
+ 0
+ CRP
+
+
+ GMZ150
+ 681500
+ Cstal_wtrs_fr_Port_Mansfield_TX_
+
+ US
+ 26.28
+ -97.04
+ 0
+ 0
+ BRO
+
+
+ GMZ235
+ 682350
+ Bays_and_Wtrways_fr_Port_Aransas
+
+ US
+ 28.16
+ -96.82
+ 0
+ 0
+ CRP
+
+
+ GMZ175
+ 681750
+ Wtrs_fr_Baffin_Bay_to_Port_Mansf
+
+ US
+ 26.87
+ -96.68
+ 0
+ 0
+ BRO
+
+
+ GMZ255
+ 682550
+ Cstal_wtrs_fr_Port_Aransas_to_Ma
+
+ US
+ 28.06
+ -96.66
+ 0
+ 0
+ CRP
+
+
+ GMZ270
+ 682700
+ Wtrs_fr_Baffin_Bay_to_Port_Arans
+
+ US
+ 27.35
+ -96.51
+ 0
+ 0
+ CRP
+
+
+ GMZ170
+ 681700
+ Wtrs_fr_Port_Mansfield_TX_to_the
+
+ US
+ 26.26
+ -96.50
+ 0
+ 0
+ BRO
+
+
+ GMZ330
+ 683300
+ Matagorda_Bay
+
+ US
+ 28.60
+ -96.32
+ 0
+ 0
+ HGX
+
+
+ GMZ275
+ 682750
+ Wtrs_fr_Port_Aransas_to_Matagord
+
+ US
+ 27.74
+ -96.12
+ 0
+ 0
+ CRP
+
+
+ GMZ350
+ 683500
+ Cstal_wtrs_fr_Freeport_to_Matago
+
+ US
+ 28.52
+ -95.70
+ 0
+ 0
+ HGX
+
+
+ GMZ370
+ 683700
+ Wtrs_fr_Freeport_to_Matagorda_Sh
+
+ US
+ 28.13
+ -95.38
+ 0
+ 0
+ HGX
+
+
+ GMZ335
+ 683350
+ Galveston_Bay
+
+ US
+ 29.41
+ -94.87
+ 0
+ 0
+ HGX
+
+
+ GMZ355
+ 683550
+ Cstal_wtrs_fr_Hi_I_to_Freeport_T
+
+ US
+ 29.10
+ -94.78
+ 0
+ 0
+ HGX
+
+
+ GMZ375
+ 683750
+ Wtrs_fr_Hi_I_to_Freeport_TX_fr_2
+
+ US
+ 28.66
+ -94.60
+ 0
+ 0
+ HGX
+
+
+ GMZ450
+ 684500
+ Cstal_wtrs_fr_Cameron_LA_to_Hi_I
+
+ US
+ 29.58
+ -93.95
+ 0
+ 0
+ LCH
+
+
+ GMZ430
+ 684300
+ Sabine_Lake
+
+ US
+ 29.62
+ -93.85
+ 0
+ 0
+ LCH
+
+
+ GMZ470
+ 684700
+ Wtrs_fr_Cameron_LA_to_Hi_I_TX_fr
+
+ US
+ 29.07
+ -93.82
+ 0
+ 0
+ LCH
+
+
+ GMZ432
+ 684320
+ Calcasieu_Lake
+
+ US
+ 29.92
+ -93.31
+ 0
+ 0
+ LCH
+
+
+ GMZ452
+ 684520
+ Cstal_wtrs_fr_Intracoastal_Cty_t
+
+ US
+ 29.48
+ -92.72
+ 0
+ 0
+ LCH
+
+
+ GMZ472
+ 684720
+ Wtrs_fr__Intracoastal_Cty_to_Cam
+
+ US
+ 28.95
+ -92.68
+ 0
+ 0
+ LCH
+
+
+ LSZ145
+ 651450
+ Duluth_MN_to_Port_Wing_WI
+
+ US
+ 46.76
+ -91.84
+ 0
+ 0
+ DLH
+
+
+ LSZ144
+ 651440
+ Two_Harbors_to_Duluth_MN
+
+ US
+ 46.89
+ -91.82
+ 0
+ 0
+ DLH
+
+
+ GMZ475
+ 684750
+ Wtrs_fr_Lwr_Atchafalaya_Riv_to_I
+
+ US
+ 28.70
+ -91.72
+ 0
+ 0
+ LCH
+
+
+ GMZ435
+ 684350
+ Vermillion_Bay
+
+ US
+ 29.38
+ -91.70
+ 0
+ 0
+ LCH
+
+
+ GMZ455
+ 684550
+ Cstal_wtrs_fr_Lwr_Atchafalaya_Ri
+
+ US
+ 29.32
+ -91.69
+ 0
+ 0
+ LCH
+
+
+ LSZ143
+ 651430
+ Silver_Bay_Hbr_to_2_Hbrs_MN
+
+ US
+ 47.13
+ -91.40
+ 0
+ 0
+ DLH
+
+
+ LSZ146
+ 651460
+ Port_Wing_to_Sand_Island_WI
+
+ US
+ 46.91
+ -91.19
+ 0
+ 0
+ DLH
+
+
+ LSZ142
+ 651420
+ Taconite_Hbr_to_Silver_Bay_Hbr_M
+
+ US
+ 47.38
+ -91.05
+ 0
+ 0
+ DLH
+
+
+ LSZ121
+ 651210
+ Chequamegon_Bay-Bayfield_to_Oak_
+
+ US
+ 46.69
+ -90.81
+ 0
+ 0
+ DLH
+
+
+ LSZ147
+ 651470
+ Sand_Island_to_Bayfield_WI
+
+ US
+ 46.91
+ -90.71
+ 0
+ 0
+ DLH
+
+
+ LSZ148
+ 651480
+ Oak_Point_to_Saxon_Harbor_WI
+
+ US
+ 46.67
+ -90.59
+ 0
+ 0
+ DLH
+
+
+ LSZ141
+ 651410
+ Grand_Marais_to_Taconite_Hbr_MN
+
+ US
+ 47.58
+ -90.57
+ 0
+ 0
+ DLH
+
+
+ LSZ162
+ 651620
+ L_Sup_W_of_a_line_fr_Saxon_Hbr_W
+
+ US
+ 47.28
+ -90.56
+ 0
+ 0
+ DLH
+
+
+ LSZ240
+ 652400
+ Saxon_Harbor_WI_to_Black_Riv_MI
+
+ US
+ 46.66
+ -90.24
+ 0
+ 0
+ MQT
+
+
+ GMZ550
+ 685500
+ Cstal_wtrs_fr_the_SW_pass_of_the
+
+ US
+ 29.00
+ -90.19
+ 0
+ 0
+ LIX
+
+
+ GMZ570
+ 685700
+ Wtrs_fr_the_SW_Pass_of_the_MS_Ri
+
+ US
+ 28.39
+ -90.18
+ 0
+ 0
+ LIX
+
+
+ GMZ530
+ 685300
+ L_Pontchartrain_and_L_Maurepas
+
+ US
+ 30.17
+ -90.10
+ 0
+ 0
+ LIX
+
+
+ LSZ241
+ 652410
+ Black_River_To_Ontonagon_MI
+
+ US
+ 46.81
+ -89.91
+ 0
+ 0
+ MQT
+
+
+ LSZ140
+ 651400
+ Gnd_Portage_to_Gnd_Marais_MN
+
+ US
+ 47.84
+ -89.85
+ 0
+ 0
+ DLH
+
+
+ LSZ263
+ 652630
+ L_Sup_fr_Saxon_Hbr_WI_to_Upr_Ent
+
+ US
+ 47.45
+ -89.29
+ 0
+ 0
+ MQT
+
+
+ GMZ555
+ 685550
+ Cstal_wtrs_fr_Pascagoula_MS_to_t
+
+ US
+ 29.72
+ -89.09
+ 0
+ 0
+ LIX
+
+
+ LSZ242
+ 652420
+ Ontonagon_to_Upr_Entr_of_Portage
+
+ US
+ 47.10
+ -88.96
+ 0
+ 0
+ MQT
+
+
+ GMZ575
+ 685750
+ Wtrs_fr_Pascagoula_MS_to_the_SW_
+
+ US
+ 28.86
+ -88.56
+ 0
+ 0
+ LIX
+
+
+ LSZ243
+ 652430
+ Upr_Entr_of_Portage_Canal_to_Eag
+
+ US
+ 47.37
+ -88.47
+ 0
+ 0
+ MQT
+
+
+ LSZ247
+ 652470
+ Portage_L_to_Huron_I_MI_to_Lwr_E
+
+ US
+ 46.90
+ -88.37
+ 0
+ 0
+ MQT
+
+
+ LSZ246
+ 652460
+ Pt_Isabelle_to_Lwr_Entr_of_Porta
+
+ US
+ 47.15
+ -88.22
+ 0
+ 0
+ MQT
+
+
+ LSZ264
+ 652640
+ L_Sup_fr_Upr_Entr_to_Portage_Can
+
+ US
+ 47.83
+ -88.08
+ 0
+ 0
+ MQT
+
+
+ GMZ650
+ 686500
+ Cstal_wtrs_fr_Pensacola_FL_to_Pa
+
+ US
+ 30.19
+ -88.01
+ 0
+ 0
+ MOB
+
+
+ LSZ244
+ 652440
+ Eagle_River_to_Manitou_I_MI
+
+ US
+ 47.49
+ -87.95
+ 0
+ 0
+ MQT
+
+
+ GMZ630
+ 686300
+ Mobile_Bay
+
+ US
+ 30.53
+ -87.93
+ 0
+ 0
+ MOB
+
+
+ LMZ644
+ 646440
+ Port_Washington_to_N_Pt_Lt_WI
+
+ US
+ 43.24
+ -87.87
+ 0
+ 0
+ MKX
+
+
+ LMZ522
+ 645220
+ Grn_Bay_S_of_line_fr__Oconto_WI_
+
+ US
+ 44.71
+ -87.79
+ 0
+ 0
+ GRB
+
+
+ LMZ645
+ 646450
+ N_Point_Light_to_Wind_Point_WI
+
+ US
+ 42.93
+ -87.77
+ 0
+ 0
+ MKX
+
+
+ LMZ740
+ 647400
+ Winthrop_Hbr_to_Wilmette_Hbr_IL
+
+ US
+ 42.28
+ -87.77
+ 0
+ 0
+ LOT
+
+
+ LSZ265
+ 652650
+ L_Sup_W_of_Line_fr_Manitou_I_to_
+
+ US
+ 47.00
+ -87.73
+ 0
+ 0
+ MQT
+
+
+ LMZ643
+ 646430
+ Sheboygan_to_Port_Washington_WI
+
+ US
+ 43.55
+ -87.72
+ 0
+ 0
+ MKX
+
+
+ LMZ646
+ 646460
+ Wind_Pt_WI_to_Winthrop_Hbr_IL
+
+ US
+ 42.64
+ -87.72
+ 0
+ 0
+ MKX
+
+
+ LSZ245
+ 652450
+ Manitou_I_to_Point_Isabelle_MI
+
+ US
+ 47.32
+ -87.71
+ 0
+ 0
+ MQT
+
+
+ GMZ670
+ 686700
+ Wtrs_fr_Pensacola_FL_to_Pascagou
+
+ US
+ 29.60
+ -87.65
+ 0
+ 0
+ MOB
+
+
+ LMZ543
+ 645430
+ Two_Rivers_to_Sheboygan_WI
+
+ US
+ 43.95
+ -87.64
+ 0
+ 0
+ GRB
+
+
+ LMZ742
+ 647420
+ Nerly_I_to_Calumet_Harbor_IL
+
+ US
+ 41.84
+ -87.60
+ 0
+ 0
+ LOT
+
+
+ LMZ741
+ 647410
+ Wilmette_Harbor_to_Nerly_I_IL
+
+ US
+ 41.98
+ -87.58
+ 0
+ 0
+ LOT
+
+
+ LSZ248
+ 652480
+ Huron_Islands_to_Marquette_MI
+
+ US
+ 46.77
+ -87.52
+ 0
+ 0
+ MQT
+
+
+ LMZ669
+ 646690
+ L_MI_fr_Sheboygan_to_Port_Washin
+
+ US
+ 43.63
+ -87.44
+ 0
+ 0
+ MKX
+
+
+ LMZ743
+ 647430
+ Calumet_Harbor_IL_to_Gary_IN
+
+ US
+ 41.70
+ -87.42
+ 0
+ 0
+ LOT
+
+
+ LMZ671
+ 646710
+ L_MI_fr_Port_Washington_to_N_Pt_
+
+ US
+ 43.20
+ -87.41
+ 0
+ 0
+ MKX
+
+
+ LMZ673
+ 646730
+ L_MI_fr_N_Pt_Lt_to_Wind_Pt_WI_5N
+
+ US
+ 42.93
+ -87.40
+ 0
+ 0
+ MKX
+
+
+ LMZ521
+ 645210
+ Grn_Bay_S_of_line_fr__Cedar_Riv_
+
+ US
+ 45.11
+ -87.39
+ 0
+ 0
+ GRB
+
+
+ LMZ542
+ 645420
+ Sturgeon_Bay_to_Two_Rivers_WI
+
+ US
+ 44.49
+ -87.37
+ 0
+ 0
+ GRB
+
+
+ LMZ777
+ 647770
+ L_MI_fr_Winthrop_Hbr_to_Wilmette
+
+ US
+ 42.31
+ -87.37
+ 0
+ 0
+ LOT
+
+
+ LMZ567
+ 645670
+ L_MI_fr_2_Rivs_to_Sheboygan_WI_5
+
+ US
+ 44.05
+ -87.33
+ 0
+ 0
+ GRB
+
+
+ LMZ675
+ 646750
+ L_MI_fr_Wind_Pt_WI_to_Winthrop_H
+
+ US
+ 42.61
+ -87.32
+ 0
+ 0
+ MKX
+
+
+ LMZ779
+ 647790
+ L_MI_fr_Wilmette_Hbr_to_MI_Cty_i
+
+ US
+ 41.95
+ -87.26
+ 0
+ 0
+ LOT
+
+
+ LMZ744
+ 647440
+ Gary_to_Burns_Harbor_IN
+
+ US
+ 41.67
+ -87.25
+ 0
+ 0
+ LOT
+
+
+ LMZ565
+ 645650
+ L_MI_fr_Sturgeon_Bay_to_2_Rivs_W
+
+ US
+ 44.47
+ -87.11
+ 0
+ 0
+ GRB
+
+
+ LSZ249
+ 652490
+ Marquette_to_Munising_MI
+
+ US
+ 46.60
+ -87.05
+ 0
+ 0
+ MQT
+
+
+ LMZ745
+ 647450
+ Burns_Harbor_to_MI_City_IN
+
+ US
+ 41.72
+ -87.04
+ 0
+ 0
+ LOT
+
+
+ LMZ541
+ 645410
+ Rock_I_Passage_to_Sturgeon_Bay_W
+
+ US
+ 45.07
+ -86.96
+ 0
+ 0
+ GRB
+
+
+ LMZ870
+ 648700
+ L_MI_fr_Whthall_to_Pentwtr_MI_5N
+
+ US
+ 43.63
+ -86.96
+ 0
+ 0
+ GRR
+
+
+ LMZ221
+ 642210
+ Grn_Bay_N_of_line_fr_Cedar_Riv_M
+
+ US
+ 45.66
+ -86.94
+ 0
+ 0
+ MQT
+
+
+ LMZ046
+ 640460
+ MI_City_IN_to_New_Buffalo_MI
+
+ US
+ 41.80
+ -86.86
+ 0
+ 0
+ IWX
+
+
+ LSZ266
+ 652660
+ L_Sup_E_of_a_line_fr_Manitou_I_t
+
+ US
+ 47.21
+ -86.85
+ 0
+ 0
+ MQT
+
+
+ LMZ878
+ 648780
+ L_MI_fr_St_Joseph_to_S_Haven_MI_
+
+ US
+ 42.36
+ -86.84
+ 0
+ 0
+ GRR
+
+
+ GMZ675
+ 686750
+ Wtrs_fr_Destin_to_Pensacola_FL_f
+
+ US
+ 29.72
+ -86.83
+ 0
+ 0
+ MOB
+
+
+ LMZ080
+ 640800
+ L_MI_MI_Cty_IN_to_St._Joseph_MI_
+
+ US
+ 41.97
+ -86.79
+ 0
+ 0
+ IWX
+
+
+ LMZ872
+ 648720
+ L_MI_fr_Gnd_Haven_to_Whthall_MI_
+
+ US
+ 43.22
+ -86.78
+ 0
+ 0
+ GRR
+
+
+ LMZ874
+ 648740
+ L_MI_fr_Holland_to_Gnd_Haven_MI_
+
+ US
+ 42.95
+ -86.78
+ 0
+ 0
+ GRR
+
+
+ LMZ366
+ 643660
+ L_MI_fr_Pt_Betsie_to_Manistee_MI
+
+ US
+ 44.53
+ -86.75
+ 0
+ 0
+ APX
+
+
+ GMZ655
+ 686550
+ Cstal_wtrs_fr_Destin_to_Pensacol
+
+ US
+ 30.24
+ -86.72
+ 0
+ 0
+ MOB
+
+
+ LMZ043
+ 640430
+ New_Buffalo_MI_to_St_Joseph_MI
+
+ US
+ 41.97
+ -86.67
+ 0
+ 0
+ IWX
+
+
+ LMZ563
+ 645630
+ L_MI_fr_Rock_I_Passage_to_Sturge
+
+ US
+ 45.02
+ -86.67
+ 0
+ 0
+ GRB
+
+
+ LMZ250
+ 642500
+ 5NM_E_of_a_line_fr_Fairport_MI_t
+
+ US
+ 45.49
+ -86.66
+ 0
+ 0
+ MQT
+
+
+ LMZ868
+ 648680
+ L_MI_fr_Pentwtr_to_Manistee_MI_5
+
+ US
+ 43.95
+ -86.65
+ 0
+ 0
+ GRR
+
+
+ LMZ876
+ 648760
+ L_MI_fr_S_Haven_to_Holland_MI_5N
+
+ US
+ 42.60
+ -86.65
+ 0
+ 0
+ GRR
+
+
+ LMZ849
+ 648490
+ Pentwater_to_Manistee_MI
+
+ US
+ 44.03
+ -86.57
+ 0
+ 0
+ GRR
+
+
+ LMZ848
+ 648480
+ Whitehall_to_Pentwater_MI
+
+ US
+ 43.59
+ -86.53
+ 0
+ 0
+ GRR
+
+
+ LSZ250
+ 652500
+ Munising_to_Grand_Marais_MI
+
+ US
+ 46.59
+ -86.49
+ 0
+ 0
+ MQT
+
+
+ LMZ844
+ 648440
+ St_Joseph_to_South_Haven_MI
+
+ US
+ 42.28
+ -86.46
+ 0
+ 0
+ GRR
+
+
+ LMZ847
+ 648470
+ Grand_Haven_to_Whitehall_MI
+
+ US
+ 43.22
+ -86.36
+ 0
+ 0
+ GRR
+
+
+ LMZ346
+ 643460
+ Manistee_to_Point_Betsie_MI
+
+ US
+ 44.48
+ -86.33
+ 0
+ 0
+ APX
+
+
+ LMZ261
+ 642610
+ L_MI_fr_Seul_Choix_Pt_to_Rock_I_
+
+ US
+ 45.60
+ -86.32
+ 0
+ 0
+ MQT
+
+
+ LMZ846
+ 648460
+ Holland_to_Grand_Haven_MI
+
+ US
+ 42.91
+ -86.30
+ 0
+ 0
+ GRR
+
+
+ LMZ845
+ 648450
+ South_Haven_to_Holland_MI
+
+ US
+ 42.59
+ -86.28
+ 0
+ 0
+ GRR
+
+
+ LMZ248
+ 642480
+ Seul_Choix_Pt_to_Pt_Detour_MI
+
+ US
+ 45.79
+ -86.27
+ 0
+ 0
+ MQT
+
+
+ LMZ364
+ 643640
+ L_MI_fr_Charlevoix_to_Pt_Betsie_
+
+ US
+ 45.02
+ -86.19
+ 0
+ 0
+ APX
+
+
+ LMZ345
+ 643450
+ Pt_Betsie_to_Sleeping_Bear_Pt_MI
+
+ US
+ 44.82
+ -86.18
+ 0
+ 0
+ APX
+
+
+ LMZ344
+ 643440
+ Sleeping_Bear_Pt_to_Gnd_Traverse
+
+ US
+ 45.09
+ -85.79
+ 0
+ 0
+ APX
+
+
+ GMZ770
+ 687700
+ Wtrs_fr_Apalachicola_to_Destin_F
+
+ US
+ 29.27
+ -85.76
+ 0
+ 0
+ TAE
+
+
+ LMZ341
+ 643410
+ Seul_Choix_Pt_to_5NM_W_of_Mackin
+
+ US
+ 45.96
+ -85.71
+ 0
+ 0
+ APX
+
+
+ GMZ750
+ 687500
+ Cstal_wtrs_fr_Apalachicola_to_De
+
+ US
+ 29.84
+ -85.65
+ 0
+ 0
+ TAE
+
+
+ LSZ267
+ 652670
+ L_Sup_fr_Gnd_Marais_MI_to_Whtfis
+
+ US
+ 47.00
+ -85.61
+ 0
+ 0
+ MQT
+
+
+ LMZ362
+ 643620
+ L_MI_S_of_a_line_fr_Seul_Choix_P
+
+ US
+ 45.60
+ -85.57
+ 0
+ 0
+ APX
+
+
+ LMZ323
+ 643230
+ Gnd_Traverse_Bay_S_of_a_line_Gnd
+
+ US
+ 44.98
+ -85.56
+ 0
+ 0
+ APX
+
+
+ LSZ251
+ 652510
+ Grand_Marais_to_Whitefish_Pt_MI
+
+ US
+ 46.75
+ -85.41
+ 0
+ 0
+ MQT
+
+
+ LMZ342
+ 643420
+ Norwood_MI_to_5NM_W_of_Mackinac_
+
+ US
+ 45.53
+ -85.20
+ 0
+ 0
+ APX
+
+
+ LSZ321
+ 653210
+ Whtfish_Bay_(U.S._Portion)/Whtfi
+
+ US
+ 46.54
+ -84.77
+ 0
+ 0
+ APX
+
+
+ LHZ345
+ 743450
+ Sts_of_Mackinac_within_5NM_of_Ma
+
+ US
+ 45.81
+ -84.71
+ 0
+ 0
+ APX
+
+
+ GMZ755
+ 687550
+ Cstal_Wtrs_From__Ochlockonee_Riv
+
+ US
+ 29.61
+ -84.54
+ 0
+ 0
+ TAE
+
+
+ GMZ775
+ 687750
+ Wtrs_fr__Suwannee_Riv_to_Apalach
+
+ US
+ 29.15
+ -84.35
+ 0
+ 0
+ TAE
+
+
+ LHZ347
+ 743470
+ 5NM_E_of_Mackinac_Br_to_Presque_
+
+ US
+ 45.73
+ -84.31
+ 0
+ 0
+ APX
+
+
+ LHZ346
+ 743460
+ St_Ignace_to_False_Detour_Chnl
+
+ US
+ 45.94
+ -84.13
+ 0
+ 0
+ APX
+
+
+ LSZ322
+ 653220
+ St._Marys_Riv_Pt_Iroquois_to_E._
+
+ US
+ 46.26
+ -84.11
+ 0
+ 0
+ APX
+
+
+ GMZ730
+ 687300
+ Apalachee_Bay_or_Cstal_Wtrs_From
+
+ US
+ 29.90
+ -83.95
+ 0
+ 0
+ TAE
+
+
+ LHZ361
+ 743610
+ L_Huron_fr_5NM_E_of_Mackinac_Br_
+
+ US
+ 45.63
+ -83.69
+ 0
+ 0
+ APX
+
+
+ LHZ422
+ 744220
+ Inr_Saginaw_Bay_SW_of_Pt_Au_Gres
+
+ US
+ 43.80
+ -83.67
+ 0
+ 0
+ DTX
+
+
+ GMZ870
+ 688700
+ Wtrs_fr_Tarpon_Spgs_to_Suwannee_
+
+ US
+ 28.60
+ -83.54
+ 0
+ 0
+ TBW
+
+
+ GMZ765
+ 687650
+ Cstal_wtrs_fr__Suwannee_Riv_to_K
+
+ US
+ 29.50
+ -83.53
+ 0
+ 0
+ TAE
+
+
+ LHZ421
+ 744210
+ Out_Saginaw_Bay_SW_of_Alabaster_
+
+ US
+ 44.07
+ -83.38
+ 0
+ 0
+ DTX
+
+
+ GMZ873
+ 688730
+ Wtrs_fr_Englewood_to_Tarpon_Spgs
+
+ US
+ 27.42
+ -83.36
+ 0
+ 0
+ TBW
+
+
+ LEZ142
+ 631420
+ Maumee_Bay_to_Reno_Beach_OH
+
+ US
+ 41.74
+ -83.35
+ 0
+ 0
+ CLE
+
+
+ LHZ348
+ 743480
+ Presque_I_Lt_to_Sturgeon_Pt_MI_I
+
+ US
+ 45.06
+ -83.32
+ 0
+ 0
+ APX
+
+
+ LEZ444
+ 634440
+ MI_Wtrs_of_L_Erie_fr_Detroit_Riv
+
+ US
+ 41.89
+ -83.29
+ 0
+ 0
+ DTX
+
+
+ LHZ349
+ 743490
+ Sturgeon_Point_to_Alabaster_MI
+
+ US
+ 44.45
+ -83.26
+ 0
+ 0
+ APX
+
+
+ LEZ162
+ 631620
+ Detroit_Riv_Lt._to_Maumee_Bay_OH
+
+ US
+ 41.86
+ -83.20
+ 0
+ 0
+ CLE
+
+
+ LCZ423
+ 604230
+ Detroit_River
+
+ US
+ 42.18
+ -83.16
+ 0
+ 0
+ DTX
+
+
+ GMZ850
+ 688500
+ Cstal_wtrs_fr_Tarpon_Spgs_to_Suw
+
+ US
+ 28.74
+ -82.94
+ 0
+ 0
+ TBW
+
+
+ LEZ143
+ 631430
+ Reno_Beach_to_The_Islands_OH
+
+ US
+ 41.63
+ -82.94
+ 0
+ 0
+ CLE
+
+
+ LEZ163
+ 631630
+ Reno_Beach_to_The_Is_OH_beyond_5
+
+ US
+ 41.73
+ -82.92
+ 0
+ 0
+ CLE
+
+
+ GMZ853
+ 688530
+ Cstal_wtrs_fr_Englewood_to_Tarpo
+
+ US
+ 27.53
+ -82.87
+ 0
+ 0
+ TBW
+
+
+ GMZ876
+ 688760
+ Wtrs_fr_Bonita_Beach_to_Englewoo
+
+ US
+ 26.39
+ -82.86
+ 0
+ 0
+ TBW
+
+
+ LHZ362
+ 743620
+ L_Huron_fr_Presque_I_Lt_to_Sturg
+
+ US
+ 45.10
+ -82.84
+ 0
+ 0
+ APX
+
+
+ LCZ460
+ 604600
+ L_St._Clair_Open_L_(U.S._Portion
+
+ US
+ 42.52
+ -82.76
+ 0
+ 0
+ DTX
+
+
+ LHZ363
+ 743630
+ L_Huron_fr_Sturgeon_Pt_to_Alabas
+
+ US
+ 44.42
+ -82.75
+ 0
+ 0
+ APX
+
+
+ LEZ144
+ 631440
+ The_Islands_to_Vermilion_OH
+
+ US
+ 41.48
+ -82.71
+ 0
+ 0
+ CLE
+
+
+ GMZ830
+ 688300
+ Tampa_Bay_waters
+
+ US
+ 27.76
+ -82.60
+ 0
+ 0
+ TBW
+
+
+ LHZ441
+ 744410
+ Port_Austin_to_Harbor_Beach_MI
+
+ US
+ 43.93
+ -82.59
+ 0
+ 0
+ DTX
+
+
+ LHZ442
+ 744420
+ Harbor_Beach_to_Port_Sanilac_MI
+
+ US
+ 43.64
+ -82.53
+ 0
+ 0
+ DTX
+
+
+ GMZ075
+ 680750
+ Wtrs_fr_Key_W_to_20_NM_W_of_Dry_
+
+ US
+ 24.26
+ -82.51
+ 0
+ 0
+ KEY
+
+
+ LHZ462
+ 744620
+ L_Huron_fr_Port_Austin_to_Hbr_Be
+
+ US
+ 44.05
+ -82.51
+ 0
+ 0
+ DTX
+
+
+ LEZ164
+ 631640
+ The_Is_to_Vermilion_OH_beyond_5n
+
+ US
+ 41.59
+ -82.48
+ 0
+ 0
+ CLE
+
+
+ LCZ422
+ 604220
+ St._Clair_River
+
+ US
+ 42.77
+ -82.47
+ 0
+ 0
+ DTX
+
+
+ LHZ443
+ 744430
+ Port_Sanilac_to_Port_Huron_MI
+
+ US
+ 43.21
+ -82.43
+ 0
+ 0
+ DTX
+
+
+ GMZ676
+ 686760
+ Wtrs_fr_Chokoloskee_to_Bonita_Be
+
+ US
+ 25.80
+ -82.42
+ 0
+ 0
+ MFL
+
+
+ LHZ463
+ 744630
+ L_Huron_fr_Hbr_Beach_to_Port_Sni
+
+ US
+ 43.70
+ -82.41
+ 0
+ 0
+ DTX
+
+
+ LHZ464
+ 744640
+ L_Huron_fr_Port_Snilac_to_Port_H
+
+ US
+ 43.33
+ -82.40
+ 0
+ 0
+ DTX
+
+
+ GMZ856
+ 688560
+ Cstal_wtrs_fr_Bonita_Beach_to_En
+
+ US
+ 26.56
+ -82.28
+ 0
+ 0
+ TBW
+
+
+ LEZ145
+ 631450
+ Vermilion_to_Avon_Point_OH
+
+ US
+ 41.51
+ -82.17
+ 0
+ 0
+ CLE
+
+
+ LEZ165
+ 631650
+ Vermilion_to_Avon_Pt_OH_beyond_5
+
+ US
+ 41.61
+ -82.04
+ 0
+ 0
+ CLE
+
+
+ GMZ033
+ 680330
+ Wtrs_fr_E_C_Sable_to_Chokoloskee
+
+ US
+ 25.27
+ -82.00
+ 0
+ 0
+ KEY
+
+
+ GMZ656
+ 686560
+ Cstal_wtrs_fr_Chokoloskee_to_Bon
+
+ US
+ 25.96
+ -81.92
+ 0
+ 0
+ MFL
+
+
+ LEZ166
+ 631660
+ Avon_Pt_to_Willowick_OH_beyond_5
+
+ US
+ 41.82
+ -81.81
+ 0
+ 0
+ CLE
+
+
+ LEZ146
+ 631460
+ Avon_Point_to_Willowick_OH
+
+ US
+ 41.54
+ -81.66
+ 0
+ 0
+ CLE
+
+
+ GMZ054
+ 680540
+ Cstal_wtrs_fr_the_W_end_of_the_S
+
+ US
+ 24.48
+ -81.61
+ 0
+ 0
+ KEY
+
+
+ GMZ032
+ 680320
+ Gulf_Side_of_the_Lwr_Keys_out_20
+
+ US
+ 24.86
+ -81.48
+ 0
+ 0
+ KEY
+
+
+ GMZ074
+ 680740
+ Wtrs_fr_the_W_end_of_the_Seven_M
+
+ US
+ 23.93
+ -81.44
+ 0
+ 0
+ KEY
+
+
+ GMZ657
+ 686570
+ Cstal_wtrs_fr_E_C_Sable_to_Choko
+
+ US
+ 25.47
+ -81.41
+ 0
+ 0
+ MFL
+
+
+ AMZ450
+ 664500
+ Cstal_wtrs_fr_Altamaha_Snd_to_Fe
+
+ US
+ 30.99
+ -81.28
+ 0
+ 0
+ JAX
+
+
+ LEZ147
+ 631470
+ Willowick_to_Geneva-on-the_L_OH
+
+ US
+ 41.80
+ -81.22
+ 0
+ 0
+ CLE
+
+
+ AMZ452
+ 664520
+ Cstal_wtrs_fr_Fernandina_Beach_t
+
+ US
+ 30.28
+ -81.18
+ 0
+ 0
+ JAX
+
+
+ LEZ167
+ 631670
+ Willowick_to_Geneva-on-the-L_OH_
+
+ US
+ 42.00
+ -81.16
+ 0
+ 0
+ CLE
+
+
+ AMZ354
+ 663540
+ Cstal_wtrs_fr_Savannah_GA_to_Alt
+
+ US
+ 31.67
+ -81.05
+ 0
+ 0
+ CHS
+
+
+ AMZ550
+ 665500
+ Flagler_Beach_to_Volusia-Brevard
+
+ US
+ 29.22
+ -80.97
+ 0
+ 0
+ MLB
+
+
+ AMZ454
+ 664540
+ Cstal_wtrs_fr_St._Augustine_to_F
+
+ US
+ 29.66
+ -80.94
+ 0
+ 0
+ JAX
+
+
+ GMZ053
+ 680530
+ Cstal_wtrs_fr_Craig_Key_to_the_W
+
+ US
+ 24.57
+ -80.90
+ 0
+ 0
+ KEY
+
+
+ GMZ031
+ 680310
+ Florida_Bay
+
+ US
+ 24.99
+ -80.86
+ 0
+ 0
+ KEY
+
+
+ AMZ610
+ 666100
+ Lake_Okeechobee
+
+ US
+ 26.94
+ -80.82
+ 0
+ 0
+ MFL
+
+
+ GMZ073
+ 680730
+ Wtrs_fr_Craig_Key_to_the_W_end_o
+
+ US
+ 24.10
+ -80.79
+ 0
+ 0
+ KEY
+
+
+ LEZ148
+ 631480
+ Geneva-on-the-L_to_Conneaut_OH
+
+ US
+ 41.96
+ -80.75
+ 0
+ 0
+ CLE
+
+
+ AMZ472
+ 664720
+ Wtrs_fr_Fernandina_Beach_to_St._
+
+ US
+ 30.27
+ -80.73
+ 0
+ 0
+ JAX
+
+
+ AMZ470
+ 664700
+ Wtrs_fr_Altamaha_Snd_GA_to_Ferna
+
+ US
+ 30.90
+ -80.71
+ 0
+ 0
+ JAX
+
+
+ LEZ168
+ 631680
+ Geneva-on-the-L_to_Conneaut_OH_b
+
+ US
+ 42.11
+ -80.69
+ 0
+ 0
+ CLE
+
+
+ AMZ474
+ 664740
+ Wtrs_fr_St._Augustine_to_Flagler
+
+ US
+ 29.71
+ -80.54
+ 0
+ 0
+ JAX
+
+
+ AMZ552
+ 665520
+ Volusia-Brevard_Cnty_Line_to_Seb
+
+ US
+ 28.39
+ -80.48
+ 0
+ 0
+ MLB
+
+
+ AMZ352
+ 663520
+ Cstal_wtrs_fr_Edisto_Beach_SC_to
+
+ US
+ 32.18
+ -80.47
+ 0
+ 0
+ CHS
+
+
+ AMZ374
+ 663740
+ Wtrs_fr_Savannah_GA_to_Altamaha_
+
+ US
+ 31.48
+ -80.45
+ 0
+ 0
+ CHS
+
+
+ LEZ169
+ 631690
+ Conneaut_OH_to_Ripley_NY_beyond_
+
+ US
+ 42.33
+ -80.35
+ 0
+ 0
+ CLE
+
+
+ GMZ052
+ 680520
+ Cstal_wtrs_fr_O_Reef_to_Craig_Ke
+
+ US
+ 24.94
+ -80.34
+ 0
+ 0
+ KEY
+
+
+ AMZ630
+ 666300
+ Biscayne_Bay
+
+ US
+ 25.58
+ -80.28
+ 0
+ 0
+ MFL
+
+
+ AMZ570
+ 665700
+ Flagler_Beach_to_Volusia-Brevard
+
+ US
+ 29.20
+ -80.22
+ 0
+ 0
+ MLB
+
+
+ LEZ149
+ 631490
+ Conneaut_OH_to_Ripley_NY
+
+ US
+ 42.15
+ -80.15
+ 0
+ 0
+ CLE
+
+
+ GMZ072
+ 680720
+ Wtrs_fr_O_Reef_to_Craig_Key_fr_2
+
+ US
+ 24.53
+ -80.05
+ 0
+ 0
+ KEY
+
+
+ AMZ555
+ 665550
+ Sebastian_Inlt_to_Jupiter_Inlt_0
+
+ US
+ 27.40
+ -80.03
+ 0
+ 0
+ MLB
+
+
+ AMZ651
+ 666510
+ Cstal_wtrs_fr_Deerfield_Beach_to
+
+ US
+ 25.77
+ -80.01
+ 0
+ 0
+ MFL
+
+
+ AMZ330
+ 663300
+ Charleston_Harbor
+
+ US
+ 32.78
+ -79.89
+ 0
+ 0
+ CHS
+
+
+ AMZ572
+ 665720
+ Volusia-Brevard_Cnty_Line_to_Seb
+
+ US
+ 28.42
+ -79.87
+ 0
+ 0
+ MLB
+
+
+ AMZ650
+ 666500
+ Cstal_wtrs_fr_Jupiter_Inlt_to_De
+
+ US
+ 26.59
+ -79.74
+ 0
+ 0
+ MFL
+
+
+ AMZ370
+ 663700
+ Wtrs_fr_S_Sntee_Riv_SC_to_Savann
+
+ US
+ 32.35
+ -79.63
+ 0
+ 0
+ CHS
+
+
+ LEZ040
+ 630400
+ Ripley_to_Dunkirk_NY
+
+ US
+ 42.43
+ -79.56
+ 0
+ 0
+ BUF
+
+
+ AMZ575
+ 665750
+ Sebastian_Inlt_to_Jupiter_Inlt_2
+
+ US
+ 27.46
+ -79.52
+ 0
+ 0
+ MLB
+
+
+ AMZ350
+ 663500
+ Cstal_wtrs_fr_S_Sntee_Riv_to_Edi
+
+ US
+ 32.65
+ -79.51
+ 0
+ 0
+ CHS
+
+
+ AMZ671
+ 666710
+ Wtrs_fr_Deerfield_Beach_to_O_Ree
+
+ US
+ 25.50
+ -79.50
+ 0
+ 0
+ MFL
+
+
+ LEZ061
+ 630610
+ Ripley_to_Buffalo_NY_extending_f
+
+ US
+ 42.55
+ -79.49
+ 0
+ 0
+ BUF
+
+
+ AMZ670
+ 666700
+ Wtrs_fr_Jupiter_Inlt_to_Deerfiel
+
+ US
+ 26.58
+ -79.34
+ 0
+ 0
+ MFL
+
+
+ LEZ041
+ 630410
+ Dunkirk_to_Buffalo_NY
+
+ US
+ 42.69
+ -79.11
+ 0
+ 0
+ BUF
+
+
+ LEZ020
+ 630200
+ Buffalo_Hbr_and_the_Upr_Niagara_
+
+ US
+ 43.11
+ -79.06
+ 0
+ 0
+ BUF
+
+
+ AMZ256
+ 662560
+ Cstal_wtrs_fr_Murrells_Inlt_to_S
+
+ US
+ 33.21
+ -78.86
+ 0
+ 0
+ ILM
+
+
+ LOZ042
+ 620420
+ Niagara_Riv_to_Hamlin_Beach_NY
+
+ US
+ 43.36
+ -78.79
+ 0
+ 0
+ BUF
+
+
+ LOZ062
+ 620620
+ Niagara_Riv_to_Hamlin_Beach_NY_b
+
+ US
+ 43.55
+ -78.63
+ 0
+ 0
+ BUF
+
+
+ AMZ254
+ 662540
+ Cstal_wtrs_fr_Ltl_Riv_Inlt_to_Mu
+
+ US
+ 33.62
+ -78.59
+ 0
+ 0
+ ILM
+
+
+ AMZ252
+ 662520
+ Cstal_wtrs_fr_C_Fear_NC_to_Ltl_R
+
+ US
+ 33.69
+ -78.01
+ 0
+ 0
+ ILM
+
+
+ AMZ270
+ 662700
+ Wtrs_fr_Surf_Cty_NC_to_S_Sntee_R
+
+ US
+ 33.49
+ -77.96
+ 0
+ 0
+ ILM
+
+
+ AMZ250
+ 662500
+ Cstal_wtrs_fr_Surf_Cty_to_C_Fear
+
+ US
+ 34.07
+ -77.60
+ 0
+ 0
+ ILM
+
+
+ LOZ043
+ 620430
+ Hamlin_Beach_to_Sodus_Bay_NY
+
+ US
+ 43.33
+ -77.46
+ 0
+ 0
+ BUF
+
+
+ LOZ063
+ 620630
+ Hamlin_Beach_to_Sodus_Bay_NY_bey
+
+ US
+ 43.47
+ -77.38
+ 0
+ 0
+ BUF
+
+
+ ANZ536
+ 675360
+ Tidal_Potomac_fr_Ind_Hd_to_Cobb_
+
+ US
+ 38.42
+ -77.12
+ 0
+ 0
+ LWX
+
+
+ ANZ535
+ 675350
+ Tidal_Potomac_fr_Key_Br_to_Ind_H
+
+ US
+ 38.75
+ -77.04
+ 0
+ 0
+ LWX
+
+
+ AMZ158
+ 661580
+ Cstal_wtrs_fr_C_Lookout_to_Surf_
+
+ US
+ 34.52
+ -76.95
+ 0
+ 0
+ MHX
+
+
+ LOZ064
+ 620640
+ Sodus_Bay_to_Mex_Bay_NY_beyond_5
+
+ US
+ 43.62
+ -76.75
+ 0
+ 0
+ BUF
+
+
+ LOZ044
+ 620440
+ Sodus_Bay_to_Mexico_Bay_NY
+
+ US
+ 43.44
+ -76.62
+ 0
+ 0
+ BUF
+
+
+ ANZ537
+ 675370
+ Tidal_Potomac_fr_Cobb_I_MD_to_Sm
+
+ US
+ 38.15
+ -76.58
+ 0
+ 0
+ LWX
+
+
+ ANZ533
+ 675330
+ Chsapke_Bay_fr_N_Beach_to_Drum_P
+
+ US
+ 38.56
+ -76.41
+ 0
+ 0
+ LWX
+
+
+ LOZ065
+ 620650
+ Mex_Bay_NY_to_the_St._Lawrence_R
+
+ US
+ 43.78
+ -76.39
+ 0
+ 0
+ BUF
+
+
+ LOZ045
+ 620450
+ Mex_Bay_NY_to_the_St._Lawrence_R
+
+ US
+ 43.86
+ -76.36
+ 0
+ 0
+ BUF
+
+
+ ANZ531
+ 675310
+ Chsapke_Bay_fr_Pooles_I_to_Sndy_
+
+ US
+ 39.18
+ -76.35
+ 0
+ 0
+ LWX
+
+
+ AMZ156
+ 661560
+ Cstal_wtrs_fr_Ocracoke_Inlt_to_C
+
+ US
+ 34.80
+ -76.27
+ 0
+ 0
+ MHX
+
+
+ ANZ532
+ 675320
+ Chsapke_Bay_fr_Sndy_Pt_to_N_Beac
+
+ US
+ 38.90
+ -76.27
+ 0
+ 0
+ LWX
+
+
+ AMZ135
+ 661350
+ Pamlico_Sound
+
+ US
+ 35.30
+ -76.13
+ 0
+ 0
+ MHX
+
+
+ ANZ632
+ 676320
+ Chsapke_Bay_fr_New_Pt_Comfort_to
+
+ US
+ 37.10
+ -76.13
+ 0
+ 0
+ AKQ
+
+
+ ANZ534
+ 675340
+ Chsapke_Bay_fr_Drum_Pt_MD_to_Smi
+
+ US
+ 38.13
+ -76.11
+ 0
+ 0
+ LWX
+
+
+ AMZ130
+ 661300
+ Albemarle_Sound
+
+ US
+ 36.00
+ -76.09
+ 0
+ 0
+ MHX
+
+
+ ANZ631
+ 676310
+ Chsapke_Bay_fr_Windmill_Pt_to_Ne
+
+ US
+ 37.46
+ -76.09
+ 0
+ 0
+ AKQ
+
+
+ ANZ530
+ 675300
+ Chesapeake_Bay_N_of_Pooles_I_MD
+
+ US
+ 39.46
+ -76.06
+ 0
+ 0
+ LWX
+
+
+ ANZ630
+ 676300
+ Chsapke_Bay_fr_Smith_Pt_to_Windm
+
+ US
+ 37.80
+ -76.04
+ 0
+ 0
+ AKQ
+
+
+ ANZ633
+ 676330
+ Currituck_Sound
+
+ US
+ 36.40
+ -75.92
+ 0
+ 0
+ AKQ
+
+
+ SLZ022
+ 730220
+ St._Lawrence_Riv_above_Ogdensbg_
+
+ US
+ 44.45
+ -75.79
+ 0
+ 0
+ BUF
+
+
+ ANZ656
+ 676560
+ Cstal_wtrs_fr_C_Charles_Lt_VA_to
+
+ US
+ 36.78
+ -75.68
+ 0
+ 0
+ AKQ
+
+
+ AMZ170
+ 661700
+ Wtrs_fr_Currituck_Beach_Lt_to_Su
+
+ US
+ 34.83
+ -75.64
+ 0
+ 0
+ MHX
+
+
+ ANZ654
+ 676540
+ Cstal_wtrs_fr_Parramore_I_to_C_C
+
+ US
+ 37.31
+ -75.62
+ 0
+ 0
+ AKQ
+
+
+ ANZ658
+ 676580
+ Cstal_wtrs_fr_NC_VA_border_to_Cu
+
+ US
+ 36.36
+ -75.60
+ 0
+ 0
+ AKQ
+
+
+ AMZ154
+ 661540
+ Cstal_wtrs_fr_C_Hatteras_to_Ocra
+
+ US
+ 35.05
+ -75.58
+ 0
+ 0
+ MHX
+
+
+ AMZ150
+ 661500
+ Cstal_wtrs_fr_Currituck_Beach_Lt
+
+ US
+ 36.02
+ -75.50
+ 0
+ 0
+ MHX
+
+
+ ANZ652
+ 676520
+ Cstal_wtrs_fr_Chincoteague_to_Pa
+
+ US
+ 37.81
+ -75.39
+ 0
+ 0
+ AKQ
+
+
+ AMZ152
+ 661520
+ Cstal_wtrs_fr_Oregon_Inlt_to_C_H
+
+ US
+ 35.50
+ -75.38
+ 0
+ 0
+ MHX
+
+
+ ANZ430
+ 674300
+ DE_Bay_wtrs_N_of_E_Pt_NJ_to_Slau
+
+ US
+ 39.32
+ -75.34
+ 0
+ 0
+ PHI
+
+
+ SLZ024
+ 730240
+ St._Lawrence_Riv_fr_Ogdensbg_to_
+
+ US
+ 44.86
+ -75.23
+ 0
+ 0
+ BUF
+
+
+ ANZ431
+ 674310
+ DE_Bay_wtrs_S_of_E_Pt_NJ_to_Slau
+
+ US
+ 39.00
+ -75.10
+ 0
+ 0
+ PHI
+
+
+ ANZ670
+ 676700
+ Wtrs_fr_Fenwick_I_DE_to_Currituc
+
+ US
+ 37.28
+ -75.10
+ 0
+ 0
+ AKQ
+
+
+ ANZ650
+ 676500
+ Cstal_wtrs_fr_Fenwick_I_DE_to_Ch
+
+ US
+ 38.23
+ -75.07
+ 0
+ 0
+ AKQ
+
+
+ ANZ454
+ 674540
+ Cstal_wtrs_fr_C_May_NJ_to_C_Henl
+
+ US
+ 38.80
+ -74.89
+ 0
+ 0
+ PHI
+
+
+ ANZ455
+ 674550
+ Cstal_wtrs_fr_C_Henlopen_to_Fenw
+
+ US
+ 38.48
+ -74.74
+ 0
+ 0
+ PHI
+
+
+ ANZ453
+ 674530
+ Cstal_wtrs_fr_Gt_Egg_Inlt_to_C_M
+
+ US
+ 38.97
+ -74.57
+ 0
+ 0
+ PHI
+
+
+ ANZ452
+ 674520
+ Cstal_wtrs_fr_Ltl_Egg_Inlt_to_Gt
+
+ US
+ 39.26
+ -74.36
+ 0
+ 0
+ PHI
+
+
+ ANZ338
+ 673380
+ New_York_Harbor
+
+ US
+ 40.55
+ -74.09
+ 0
+ 0
+ OKX
+
+
+ ANZ470
+ 674700
+ Wtrs_fr_Sndy_Hook_NJ_to_Fenwick_
+
+ US
+ 39.18
+ -74.02
+ 0
+ 0
+ PHI
+
+
+ ANZ451
+ 674510
+ Cstal_wtrs_fr_Manasquan_Inlt_to_
+
+ US
+ 39.65
+ -73.95
+ 0
+ 0
+ PHI
+
+
+ ANZ450
+ 674500
+ Cstal_wtrs_fr_Sndy_Hook_to_Manas
+
+ US
+ 40.16
+ -73.78
+ 0
+ 0
+ PHI
+
+
+ ANZ355
+ 673550
+ Sndy_Hook_NJ_to_Fire_I_Inlt_NY_o
+
+ US
+ 40.41
+ -73.51
+ 0
+ 0
+ OKX
+
+
+ ANZ335
+ 673350
+ Long_I_Snd_W_of_New_Haven_CT/Por
+
+ US
+ 41.04
+ -73.36
+ 0
+ 0
+ OKX
+
+
+ ANZ353
+ 673530
+ Fire_I_Inlt_NY_to_Moriches_Inlt_
+
+ US
+ 40.55
+ -73.04
+ 0
+ 0
+ OKX
+
+
+ ANZ345
+ 673450
+ S_Shore_Bays_fr_Jones_Inlt_throu
+
+ US
+ 40.74
+ -73.00
+ 0
+ 0
+ OKX
+
+
+ ANZ370
+ 673700
+ Wtrs_fr_Montauk_Pt_NY_to_Sndy_Ho
+
+ US
+ 40.31
+ -72.48
+ 0
+ 0
+ OKX
+
+
+ ANZ330
+ 673300
+ Long_I_Snd_E_of_New_Haven_CT/Por
+
+ US
+ 41.15
+ -72.44
+ 0
+ 0
+ OKX
+
+
+ ANZ340
+ 673400
+ Peconic_and_Gardiners_Bays
+
+ US
+ 41.02
+ -72.33
+ 0
+ 0
+ OKX
+
+
+ ANZ350
+ 673500
+ Moriches_Inlt_NY_to_Montauk_Pt_N
+
+ US
+ 40.75
+ -72.21
+ 0
+ 0
+ OKX
+
+
+ ANZ237
+ 672370
+ Block_Island_Sound
+
+ US
+ 41.21
+ -71.61
+ 0
+ 0
+ BOX
+
+
+ ANZ236
+ 672360
+ Narragansett_Bay
+
+ US
+ 41.62
+ -71.29
+ 0
+ 0
+ BOX
+
+
+ ANZ235
+ 672350
+ Rhode_Island_Sound
+
+ US
+ 41.32
+ -71.13
+ 0
+ 0
+ BOX
+
+
+ ANZ230
+ 672300
+ Boston_Harbor
+
+ US
+ 42.34
+ -70.94
+ 0
+ 0
+ BOX
+
+
+ ANZ233
+ 672330
+ Vineyard_Sound
+
+ US
+ 41.43
+ -70.78
+ 0
+ 0
+ BOX
+
+
+ ANZ234
+ 672340
+ Buzzards_Bay
+
+ US
+ 41.52
+ -70.74
+ 0
+ 0
+ BOX
+
+
+ ANZ255
+ 672550
+ Cstal_wtrs_fr_Nantucket_MA_to_Ma
+
+ US
+ 41.07
+ -70.74
+ 0
+ 0
+ BOX
+
+
+ ANZ250
+ 672500
+ Cstal_wtrs_fr_Merrimack_Riv_MA_o
+
+ US
+ 42.44
+ -70.37
+ 0
+ 0
+ BOX
+
+
+ ANZ231
+ 672310
+ Cape_Cod_Bay
+
+ US
+ 41.92
+ -70.34
+ 0
+ 0
+ BOX
+
+
+ ANZ154
+ 671540
+ Cstal_Wtrs_fr_C_Elizabeth,_ME_to
+
+ US
+ 43.11
+ -70.26
+ 0
+ 0
+ GYX
+
+
+ ANZ232
+ 672320
+ Nantucket_Sound
+
+ US
+ 41.48
+ -70.26
+ 0
+ 0
+ BOX
+
+
+ ANZ153
+ 671530
+ Casco_Bay
+
+ US
+ 43.72
+ -70.06
+ 0
+ 0
+ GYX
+
+
+ ANZ254
+ 672540
+ Cstal_wtrs_fr_Provincetown_MA_to
+
+ US
+ 41.66
+ -69.75
+ 0
+ 0
+ BOX
+
+
+ ANZ152
+ 671520
+ Cstal_Wtrs_fr_Port_Clyde,_ME_to_
+
+ US
+ 43.57
+ -69.47
+ 0
+ 0
+ GYX
+
+
+ ANZ170
+ 671700
+ Wtrs_fr_Stonington_ME_to_Merrima
+
+ US
+ 43.32
+ -69.31
+ 0
+ 0
+ GYX
+
+
+ ANZ270
+ 672700
+ Wtrs_fr_Merrimack_Riv_MA_to_Watc
+
+ US
+ 41.69
+ -69.29
+ 0
+ 0
+ BOX
+
+
+ ANZ150
+ 671500
+ Cstal_Wtrs_fr_Stonington,_ME_to_
+
+ US
+ 43.84
+ -68.91
+ 0
+ 0
+ GYX
+
+
+ ANZ151
+ 671510
+ Penobscot_Bay
+
+ US
+ 44.18
+ -68.77
+ 0
+ 0
+ GYX
+
+
+ ANZ051
+ 670510
+ Cstal_Wtrs_fr_Schoodic_Pt,_ME_to
+
+ US
+ 44.00
+ -68.25
+ 0
+ 0
+ CAR
+
+
+ ANZ052
+ 670520
+ Intra_Cstal_Wtrs_fr_Schoodic_Pt,
+
+ US
+ 44.19
+ -68.25
+ 0
+ 0
+ CAR
+
+
+ ANZ070
+ 670700
+ Wtrs_fr_Eport_ME_to_Stonington_(
+
+ US
+ 43.84
+ -67.86
+ 0
+ 0
+ CAR
+
+
+ AMZ741
+ 667410
+ Mona_Passage_Southward_to_17N
+
+ US
+ 17.74
+ -67.69
+ 0
+ 0
+ SJU
+
+
+ ANZ050
+ 670500
+ Cstal_Wtrs_fr_Eport,_ME_to_Schoo
+
+ US
+ 44.30
+ -67.48
+ 0
+ 0
+ CAR
+
+
+ AMZ742
+ 667420
+ Cstal_Wtrs_OF_NWrn_Puerto_Rico_o
+
+ US
+ 18.34
+ -67.30
+ 0
+ 0
+ SJU
+
+
+ AMZ745
+ 667450
+ Cstal_Wtrs_OF_SWrn_Puerto_Rico_o
+
+ US
+ 18.06
+ -67.28
+ 0
+ 0
+ SJU
+
+
+ AMZ712
+ 667120
+ Cstal_Wtrs_of_Nrn_Puerto_Rico_ou
+
+ US
+ 18.60
+ -66.63
+ 0
+ 0
+ SJU
+
+
+ AMZ735
+ 667350
+ Cstal_Wtrs_of_Srn_Puerto_Rico_ou
+
+ US
+ 17.84
+ -66.43
+ 0
+ 0
+ SJU
+
+
+ AMZ710
+ 667100
+ Atl_Wtrs_of_Puerto_Rico_AND_USVI
+
+ US
+ 19.04
+ -66.01
+ 0
+ 0
+ SJU
+
+
+ AMZ732
+ 667320
+ Carib_Wtrs_of_Puerto_Rico_fr_10_
+
+ US
+ 17.49
+ -65.58
+ 0
+ 0
+ SJU
+
+
+ AMZ725
+ 667250
+ Cstal_Wtrs_of_Srn_USVI,_Vieques,
+
+ US
+ 18.24
+ -65.16
+ 0
+ 0
+ SJU
+
+
+ AMZ715
+ 667150
+ Cstal_Wtrs_of_Nrn_USVI_and_Culeb
+
+ US
+ 18.47
+ -64.85
+ 0
+ 0
+ SJU
+
+
+ AMZ722
+ 667220
+ Anegada_Passage_Sward_to_17N
+
+ US
+ 17.75
+ -64.08
+ 0
+ 0
+ SJU
+
+
+ PMZ161
+ 711610
+ Koror_Palau_Coastal_Waters
+
+ US
+ 7.34
+ 134.48
+ 0
+ 0
+ GUM
+
+
+ PMZ171
+ 711710
+ Yap_Coastal_Waters
+
+ US
+ 9.48
+ 138.08
+ 0
+ 0
+ GUM
+
+
+ PMZ151
+ 711510
+ Guam_Coastal_Waters
+
+ US
+ 13.32
+ 144.66
+ 0
+ 0
+ GUM
+
+
+ PMZ152
+ 711520
+ Rota_Coastal_Waters
+
+ US
+ 14.18
+ 145.24
+ 0
+ 0
+ GUM
+
+
+ PMZ153
+ 711530
+ Tinian_Coastal_Waters
+
+ US
+ 14.83
+ 145.45
+ 0
+ 0
+ GUM
+
+
+ PMZ154
+ 711540
+ Saipan_Coastal_Waters
+
+ US
+ 15.40
+ 145.81
+ 0
+ 0
+ GUM
+
+
+ PMZ172
+ 711720
+ Chuuk_Coastal_Waters
+
+ US
+ 7.45
+ 151.83
+ 0
+ 0
+ GUM
+
+
+ PMZ173
+ 711730
+ Pohnpei_Coastal_Waters
+
+ US
+ 6.97
+ 158.23
+ 0
+ 0
+ GUM
+
+
+ PMZ174
+ 711740
+ Kosrae_Coastal_Waters
+
+ US
+ 5.35
+ 162.95
+ 0
+ 0
+ GUM
+
+
+ PMZ191
+ 711910
+ Waters_out_to_40_Nautical_Miles
+
+ US
+ 19.30
+ 166.64
+ 0
+ 0
+ GUM
+
+
+ PMZ181
+ 711810
+ Majuro_Coastal_Waters
+
+ US
+ 7.08
+ 171.38
+ 0
+ 0
+ GUM
+
+
+ PKZ176
+ 691760
+ Kiska_to_Attu
+
+ US
+ 52.48
+ 174.46
+ 0
+ 0
+ AFC
+
+
diff --git a/ncep/gov.noaa.nws.ncep.gempak.parameters/META-INF/MANIFEST.MF b/ncep/gov.noaa.nws.ncep.gempak.parameters/META-INF/MANIFEST.MF
index d00a3e04f1..548be8fc9c 100644
--- a/ncep/gov.noaa.nws.ncep.gempak.parameters/META-INF/MANIFEST.MF
+++ b/ncep/gov.noaa.nws.ncep.gempak.parameters/META-INF/MANIFEST.MF
@@ -8,17 +8,18 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.4.1",
org.eclipse.core.runtime,
org.apache.commons.lang;bundle-version="2.3.0",
javax.measure;bundle-version="1.0.0",
- com.raytheon.uf.viz.core;bundle-version="1.11.31"
+ com.raytheon.uf.viz.core;bundle-version="1.11.31",
+ gov.noaa.nws.ncep.gempak.parameters.core
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: gov.noaa.nws.ncep.viz.common.ui,
+Import-Package: gov.noaa.nws.ncep.gempak.parameters.core.contourinterval,
+ gov.noaa.nws.ncep.gempak.parameters.core.util,
+ gov.noaa.nws.ncep.viz.common.ui,
gov.noaa.nws.ncep.viz.common.ui.color,
gov.noaa.nws.ncep.viz.localization,
org.junit
Export-Package: gov.noaa.nws.ncep.gempak.parameters,
- gov.noaa.nws.ncep.gempak.parameters.categorymap,
gov.noaa.nws.ncep.gempak.parameters.colors,
- gov.noaa.nws.ncep.gempak.parameters.contourinterval,
gov.noaa.nws.ncep.gempak.parameters.discrete,
gov.noaa.nws.ncep.gempak.parameters.dlines,
gov.noaa.nws.ncep.gempak.parameters.gridlimits,
@@ -29,8 +30,5 @@ Export-Package: gov.noaa.nws.ncep.gempak.parameters,
gov.noaa.nws.ncep.gempak.parameters.intext,
gov.noaa.nws.ncep.gempak.parameters.line,
gov.noaa.nws.ncep.gempak.parameters.marker,
- gov.noaa.nws.ncep.gempak.parameters.marshaller.garea,
- gov.noaa.nws.ncep.gempak.parameters.marshaller.garea.station,
- gov.noaa.nws.ncep.gempak.parameters.title,
- gov.noaa.nws.ncep.gempak.parameters.util
+ gov.noaa.nws.ncep.gempak.parameters.title
Bundle-ClassPath: ., jna.jar
diff --git a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/discrete/Discrete.java b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/discrete/Discrete.java
index 73209e9a8d..8ae561b758 100644
--- a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/discrete/Discrete.java
+++ b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/discrete/Discrete.java
@@ -9,7 +9,7 @@
package gov.noaa.nws.ncep.gempak.parameters.discrete;
-import gov.noaa.nws.ncep.gempak.parameters.util.StringUtil;
+import gov.noaa.nws.ncep.gempak.parameters.core.util.StringUtil;
import java.util.ArrayList;
import java.util.List;
diff --git a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/dlines/DLines.java b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/dlines/DLines.java
index 02756027ce..e824084148 100644
--- a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/dlines/DLines.java
+++ b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/dlines/DLines.java
@@ -7,7 +7,7 @@
*/
package gov.noaa.nws.ncep.gempak.parameters.dlines;
-import gov.noaa.nws.ncep.gempak.parameters.util.StringUtil;
+import gov.noaa.nws.ncep.gempak.parameters.core.util.StringUtil;
/**
* Parses an input String of the form yes or no;yes or no [ | epsilon ]
diff --git a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/gridlimits/GGLIMS.java b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/gridlimits/GGLIMS.java
index 80c33844ce..1bd95c17e1 100644
--- a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/gridlimits/GGLIMS.java
+++ b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/gridlimits/GGLIMS.java
@@ -7,7 +7,7 @@
*/
package gov.noaa.nws.ncep.gempak.parameters.gridlimits;
-import gov.noaa.nws.ncep.gempak.parameters.util.StringUtil;
+import gov.noaa.nws.ncep.gempak.parameters.core.util.StringUtil;
import java.util.regex.Pattern;
diff --git a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FINT.java b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FINT.java
index 6d926f167e..a5a1a332be 100644
--- a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FINT.java
+++ b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FINT.java
@@ -10,7 +10,7 @@ import java.util.Map;
import java.util.Set;
import gov.noaa.nws.ncep.gempak.parameters.infill.FINT;
-import gov.noaa.nws.ncep.gempak.parameters.contourinterval.ContourStringParser;
+import gov.noaa.nws.ncep.gempak.parameters.core.contourinterval.ContourStringParser;
//import gov.noaa.nws.ncep.gempak.parameters.fillinterval.FINT.ZoomLevel;
/**
diff --git a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FLine.java b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FLine.java
index 8e6aca3353..994b67861f 100644
--- a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FLine.java
+++ b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/infill/FLine.java
@@ -1,6 +1,6 @@
package gov.noaa.nws.ncep.gempak.parameters.infill;
-import gov.noaa.nws.ncep.gempak.parameters.util.StringUtil;
+import gov.noaa.nws.ncep.gempak.parameters.core.util.StringUtil;
import java.util.ArrayList;
import java.util.List;
diff --git a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/inline/LineDataStringParser.java b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/inline/LineDataStringParser.java
index bd126b8def..857e840e39 100644
--- a/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/inline/LineDataStringParser.java
+++ b/ncep/gov.noaa.nws.ncep.gempak.parameters/src/gov/noaa/nws/ncep/gempak/parameters/inline/LineDataStringParser.java
@@ -1,6 +1,6 @@
package gov.noaa.nws.ncep.gempak.parameters.inline;
-import gov.noaa.nws.ncep.gempak.parameters.util.StringUtil;
+import gov.noaa.nws.ncep.gempak.parameters.core.util.StringUtil;
import java.util.ArrayList;
import java.util.List;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/META-INF/MANIFEST.MF b/ncep/gov.noaa.nws.ncep.ui.pgen/META-INF/MANIFEST.MF
index ed57357152..5d5ffbce97 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/META-INF/MANIFEST.MF
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/META-INF/MANIFEST.MF
@@ -8,23 +8,21 @@ Eclipse-RegisterBuddy: com.raytheon.viz.core,
org.apache.log4j
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- com.raytheon.uf.common.message,
- com.raytheon.viz.ui,
- com.raytheon.viz.core,
org.geotools,
- gov.noaa.nws.ncep.viz.common;bundle-version="1.0.0",
- org.apache.log4j;bundle-version="1.0.0",
com.sun.jna;bundle-version="3.0.9",
- gov.noaa.nws.ncep.viz.ui.display;bundle-version="1.0.0",
- gov.noaa.nws.ncep.edex.common;bundle-version="1.0.0",
org.apache.commons.beanutils;bundle-version="1.6.1",
+ com.raytheon.viz.core,
+ com.raytheon.viz.ui,
com.raytheon.viz.texteditor;bundle-version="1.11.22",
- gov.noaa.nws.ncep.viz.localization;bundle-version="1.0.0",
+ com.raytheon.uf.common.message,
+ com.raytheon.viz.core.gl;bundle-version="1.12.1174",
org.dom4j,
- gov.noaa.nws.ncep.viz.tools;bundle-version="1.0.0",
- gov.noaa.nws.ncep.gempak.parameters;bundle-version="1.0.0",
org.junit;bundle-version="1.0.0",
- com.raytheon.viz.core.gl;bundle-version="1.12.1174"
+ gov.noaa.nws.ncep.edex.common;bundle-version="1.0.0",
+ gov.noaa.nws.ncep.viz.common;bundle-version="1.0.0",
+ gov.noaa.nws.ncep.viz.localization;bundle-version="1.0.0",
+ gov.noaa.nws.ncep.gempak.parameters.core;bundle-version="1.0.0",
+ gov.noaa.nws.ncep.viz.customprojection;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: gov.noaa.nws.ncep.ui.pgen,
gov.noaa.nws.ncep.ui.pgen.attrDialog,
@@ -36,12 +34,14 @@ Export-Package: gov.noaa.nws.ncep.ui.pgen,
gov.noaa.nws.ncep.ui.pgen.elements.tcm,
gov.noaa.nws.ncep.ui.pgen.file,
gov.noaa.nws.ncep.ui.pgen.gfa,
- gov.noaa.nws.ncep.ui.pgen.maps,
gov.noaa.nws.ncep.ui.pgen.rsc,
gov.noaa.nws.ncep.ui.pgen.sigmet,
gov.noaa.nws.ncep.ui.pgen.tca,
gov.noaa.nws.ncep.ui.pgen.tools
Import-Package: com.raytheon.edex.meteoLib,
gov.noaa.nws.ncep.viz.localization,
+ com.raytheon.viz.core.gl,
+ com.raytheon.viz.core.gl.images,
+ gov.noaa.nws.ncep.common.staticdata,
javax.measure.unit
Bundle-ClassPath: .
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenSession.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenSession.java
index 5f1fd15048..249b96f0f4 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenSession.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenSession.java
@@ -10,7 +10,7 @@ package gov.noaa.nws.ncep.ui.pgen;
import gov.noaa.nws.ncep.ui.pgen.controls.PgenCommandManager;
import gov.noaa.nws.ncep.ui.pgen.palette.PgenPaletteWindow;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
/**
* This singleton is intended to couple a PGEN Palette with a PGgenResource, so that
@@ -95,7 +95,8 @@ public class PgenSession {
public PgenResource getPgenResource() {
if ( pgenResource == null ) {
- PgenResource rsc = PgenUtil.findPgenResource(NmapUiUtils.getActiveNatlCntrsEditor());
+// PgenResource rsc = PgenUtil.findPgenResource(NmapUiUtils.getActiveNatlCntrsEditor());
+ PgenResource rsc = PgenUtil.findPgenResource(PgenUtil.getActiveEditor());
if ( rsc != null ) {
pgenResource = rsc;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenUtil.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenUtil.java
index c9c6ba1cd2..33449ec7fd 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenUtil.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/PgenUtil.java
@@ -21,8 +21,9 @@ import gov.noaa.nws.ncep.ui.pgen.graphToGrid.CoordinateTransform;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResourceData;
import gov.noaa.nws.ncep.ui.pgen.tca.TCAElement;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
import java.io.ByteArrayOutputStream;
import java.io.File;
@@ -54,6 +55,7 @@ import org.opengis.referencing.operation.MathTransform;
import com.raytheon.uf.common.geospatial.MapUtil;
import com.raytheon.uf.viz.core.IDisplayPane;
import com.raytheon.uf.viz.core.drawables.IDescriptor;
+import com.raytheon.uf.viz.core.drawables.IRenderableDisplay;
import com.raytheon.uf.viz.core.drawables.ResourcePair;
import com.raytheon.uf.viz.core.localization.LocalizationManager;
import com.raytheon.uf.viz.core.map.IMapDescriptor;
@@ -61,6 +63,9 @@ import com.raytheon.uf.viz.core.rsc.AbstractVizResource;
import com.raytheon.uf.viz.core.rsc.LoadProperties;
import com.raytheon.uf.viz.core.rsc.ResourceList;
import com.raytheon.viz.ui.EditorUtil;
+import com.raytheon.viz.ui.editor.AbstractEditor;
+import com.raytheon.viz.ui.editor.EditorInput;
+import com.raytheon.viz.ui.editor.ISelectedPanesChangedListener;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.Geometry;
import com.vividsolutions.jts.geom.MultiPolygon;
@@ -149,14 +154,18 @@ public class PgenUtil {
*/
public static final String FOUR_ZERO = "0000";
public static final String FIVE_ZERO = "00000";
+
+ //Default CAVE window title string
+ public static final String CaveTitle = "CAVE";
/**
* Check the given editor for a PgenResource. If editor is null then the current Nmap Editor is used. If found, return it.
* @param editor
* @return reference to a PgenResource
*/
- public static final PgenResource findPgenResource(NCMapEditor editor) {
- return (PgenResource)NmapUiUtils.findResource( PgenResource.class, editor );
+ public static final PgenResource findPgenResource(AbstractEditor editor) {
+// return (PgenResource)NmapUiUtils.findResource( PgenResource.class, editor );
+ return (PgenResource)findResource( PgenResource.class, editor );
}
/**
@@ -539,7 +548,8 @@ public class PgenUtil {
public static final PgenResource createNewResource() {
PgenResource drawingLayer = null;
- NCMapEditor editor = NmapUiUtils.getActiveNatlCntrsEditor();
+// NCMapEditor editor = NmapUiUtils.getActiveNatlCntrsEditor();
+ AbstractEditor editor = getActiveEditor();
if(editor != null){
try {
switch ( getPgenMode() ) {
@@ -585,8 +595,10 @@ public class PgenUtil {
* Refresh the PGEN drawing editor.
*/
public static final void refresh() {
- if( NmapUiUtils.getActiveNatlCntrsEditor() != null )
- NmapUiUtils.getActiveNatlCntrsEditor().refresh();
+// if( NmapUiUtils.getActiveNatlCntrsEditor() != null )
+// NmapUiUtils.getActiveNatlCntrsEditor().refresh();
+ if( getActiveEditor() != null )
+ getActiveEditor().refresh();
}
/**
@@ -933,7 +945,8 @@ public class PgenUtil {
* @param loc - Location
* @param me - map editor
*/
- static public void mergeLabels(LabeledLine ll, Coordinate loc, NCMapEditor mapEditor ){
+// static public void mergeLabels(LabeledLine ll, Coordinate loc, NCMapEditor mapEditor ){
+ static public void mergeLabels(LabeledLine ll, Coordinate loc, AbstractEditor mapEditor ){
//label at location loc.
Label testLbl = null;
@@ -1580,4 +1593,130 @@ public class PgenUtil {
return wrappedLine.toString();
}
+
+ /**
+ * Get a reference to the current editor, if it is a AbstractEditor.
+ *
+ * Copy from NmapUiUtils.getActiveNatlCntrsEditor() - to remove dependency on ui.display.
+ */
+ public static final AbstractEditor getActiveEditor() {
+ // bsteffen change to EditorUtils
+ // if (VizApp.getCurrentEditor() instanceof NCMapEditor) {
+ // return (NCMapEditor) VizApp.getCurrentEditor();
+ if (EditorUtil.getActiveEditor() instanceof AbstractEditor) {
+ return (AbstractEditor) EditorUtil.getActiveEditor();
+ } else {
+ return null;
+ }
+ }
+
+ // TODO: Do we need to look in all the panes or just the active (or the
+ // selected panes)
+ //
+ public static final AbstractVizResource findResource(
+ Class extends AbstractVizResource> rscClass, AbstractEditor aEdit) {
+ AbstractEditor editor = (aEdit != null ? aEdit : getActiveEditor());
+ if (editor == null)
+ return null;
+
+ IRenderableDisplay disp = editor.getActiveDisplayPane()
+ .getRenderableDisplay();
+
+ if (disp == null)
+ return null;
+
+ ResourceList rscList = disp.getDescriptor().getResourceList();
+
+ for (ResourcePair rp : rscList) {
+ AbstractVizResource rsc = rp.getResource();
+
+ if (rsc.getClass() == rscClass) {
+ return rsc;
+ }
+ }
+
+ return null;
+ }
+
+ /**
+ * Modify the title of the CAVE to "CAVE:title".
+ */
+ public static final void setCaveTitle(String title) {
+ if (PlatformUI.getWorkbench().getActiveWorkbenchWindow() != null
+ && PlatformUI.getWorkbench().getActiveWorkbenchWindow()
+ .getShell() != null) {
+ PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell()
+ .setText( CaveTitle + ":" + title );
+ }
+
+ }
+
+ /**
+ * Reset the title of the CAVE to "CAVE".
+ */
+ public static final void resetCaveTitle() {
+ PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell()
+ .setText( CaveTitle );
+ }
+
+ /*
+ * Get the display ID for multipane editor
+ *
+ * Copy from NmapUiUtils.getNcDisplayID()
+ */
+ public static int getDisplayID(String displayTitle) {
+ int indx = displayTitle.indexOf("-");
+ if (indx == -1 || indx > 3) {
+ return -1;
+ } else {
+ return Integer.parseInt(displayTitle.substring(0, indx));
+ }
+ }
+
+
+ /*
+ * Get an editor's name
+ *
+ * Copy from NCMapEditor.getDisplayName()
+ */
+ public static String getDisplayName( AbstractEditor editor ) {
+ return editor.getEditorInput().getName();
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see com.raytheon.viz.ui.editor.IMultiPaneEditor#getNumberofPanes()
+ */
+ public static int getNumberofPanes( AbstractEditor editor ) {
+ return ((EditorInput)editor.getEditorInput()).getPaneManager().getNumberofPanes();
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see
+ * com.raytheon.viz.ui.editor.IMultiPaneEditor#addSelectedPaneChangedListener
+ * (com.raytheon.viz.ui.editor.ISelectedPanesChangedListener)
+ */
+ public static void addSelectedPaneChangedListener( AbstractEditor editor,
+ ISelectedPanesChangedListener listener) {
+ ((EditorInput)editor.getEditorInput()).getPaneManager().addSelectedPaneChangedListener(listener);
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see
+ * com.raytheon.viz.ui.editor.IMultiPaneEditor#removeSelectedPaneChangedListener
+ * (com.raytheon.viz.ui.editor.ISelectedPanesChangedListener)
+ */
+ public static void removeSelectedPaneChangedListener( AbstractEditor editor,
+ ISelectedPanesChangedListener listener) {
+ ((EditorInput)editor.getEditorInput()).getPaneManager().removeSelectedPaneChangedListener(listener);
+ }
+
+
+
+
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrDlg.java
index 6442285b1e..011c37dce2 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrDlg.java
@@ -23,6 +23,7 @@ import org.eclipse.jface.dialogs.Dialog;
import org.eclipse.jface.dialogs.IDialogConstants;
import com.raytheon.uf.viz.core.exception.VizException;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
@@ -31,7 +32,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.DECollection;
import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import gov.noaa.nws.ncep.ui.pgen.sigmet.*;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.vaaDialog.*;
@@ -74,7 +75,8 @@ public abstract class AttrDlg extends Dialog implements IAttribute {
* A handler to the current map editor. The map editor is used to
* redraw the drawing layer when user click on 'OK'.
*/
- protected NCMapEditor mapEditor = null;
+// protected NCMapEditor mapEditor = null;
+ protected AbstractEditor mapEditor = null;
protected String pgenCategory = null;
protected String pgenType = null;
protected static final int CHK_WIDTH = 16;
@@ -140,7 +142,8 @@ public abstract class AttrDlg extends Dialog implements IAttribute {
* Sets the map editor
* @param me
*/
- public void setMapEditor( NCMapEditor me ){
+// public void setMapEditor( NCMapEditor me ){
+ public void setMapEditor( AbstractEditor me ){
this.mapEditor = me;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrSettings.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrSettings.java
index d0e9915a2d..81b76d632a 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrSettings.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/AttrSettings.java
@@ -8,27 +8,24 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
+import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
+import gov.noaa.nws.ncep.ui.pgen.elements.Text;
+import gov.noaa.nws.ncep.ui.pgen.elements.Track;
+import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
+import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
+import gov.noaa.nws.ncep.ui.pgen.file.Products;
+import gov.noaa.nws.ncep.ui.pgen.productManage.ProductConfigureDialog;
+
import java.io.File;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.TimeZone;
-import com.raytheon.uf.common.localization.LocalizationContext;
import com.raytheon.uf.common.localization.LocalizationFile;
-import com.raytheon.uf.common.localization.LocalizationContext.LocalizationLevel;
-import com.raytheon.uf.common.localization.LocalizationContext.LocalizationType;
import com.raytheon.uf.viz.core.exception.VizException;
-import gov.noaa.nws.ncep.ui.pgen.elements.*;
-
-import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
-import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
-import gov.noaa.nws.ncep.ui.pgen.file.Products;
-import gov.noaa.nws.ncep.ui.pgen.productManage.ProductConfigureDialog;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
-
/**
* Singleton for the default attribute settings of PGEN DrawableElements.
*
@@ -56,7 +53,7 @@ public class AttrSettings {
private static HashMap settings = null;
private static String settingsTblLocal = "." + File.separator;
- private static String settingsFileName = "settings_tbl.xml";
+ public static String settingsFileName = "settings_tbl.xml";
/**
* Private constructor
@@ -139,8 +136,8 @@ public class AttrSettings {
/*
* Get the settings table file from localization
*/
- File settingsFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_SETTINGS_TBL );
+ File settingsFile = PgenStaticDataProvider.getProvider().getFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + settingsFileName);
if ( settingsFile == null ) {
System.out.println("Unable to fing pgen settings table");
@@ -159,13 +156,8 @@ public class AttrSettings {
String pt = ProductConfigureDialog.getProductTypes().get(prodName).getType();
String pt1 = pt.replaceAll(" ", "_");
- // LocalizationContext userContext = NcPathManager.getInstance().getContext(
- // LocalizationType.CAVE_STATIC, LocalizationLevel.USER );
-
- // LocalizationFile lFile1 = NcPathManager.getInstance().getLocalizationFile(
- // userContext, ProductConfigureDialog.getSettingFullPath(pt1));
- LocalizationFile lFile = NcPathManager.getInstance().getStaticLocalizationFile(ProductConfigureDialog.getSettingFullPath(pt1));
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getStaticLocalizationFile(ProductConfigureDialog.getSettingFullPath(pt1));
String filePath = lFile.getFile().getAbsolutePath();
if ( !new File( filePath).canRead()){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/CloudAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/CloudAttrDlg.java
index 4cbf19ef2a..8c45c46dac 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/CloudAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/CloudAttrDlg.java
@@ -8,12 +8,11 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
-import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
-import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
-import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.display.ILine;
+import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
+import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
import gov.noaa.nws.ncep.ui.pgen.elements.Line;
import gov.noaa.nws.ncep.ui.pgen.elements.MidCloudText;
import gov.noaa.nws.ncep.ui.pgen.elements.labeledLines.Cloud;
@@ -590,7 +589,6 @@ public class CloudAttrDlg extends AttrDlg implements ILine{
public boolean close(){
if ( labelDlg != null ) labelDlg.close();
- PgenUtil.setSelectingMode();
return super.close();
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursAttrDlg.java
index 930a390e04..97234b80a5 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursAttrDlg.java
@@ -47,7 +47,7 @@ import org.eclipse.ui.PlatformUI;
import com.raytheon.uf.viz.core.exception.VizException;
import com.vividsolutions.jts.geom.Coordinate;
-import gov.noaa.nws.ncep.gempak.parameters.contourinterval.CINT;
+import gov.noaa.nws.ncep.gempak.parameters.core.contourinterval.CINT;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourCircle;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourLine;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourMinmax;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursInfoDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursInfoDlg.java
index 3a03bc9be2..0511247978 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursInfoDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/ContoursInfoDlg.java
@@ -14,9 +14,8 @@ import java.util.Calendar;
import java.util.List;
import java.util.TimeZone;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.contours.IContours;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import org.dom4j.Document;
import org.dom4j.Node;
@@ -474,8 +473,9 @@ public class ContoursInfoDlg extends CaveJFACEDialog implements IContours {
if ( contoursInfoTbl == null) {
try {
- String cntrInfoFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_CONTOURS_INFO ).getAbsolutePath();
+ String cntrInfoFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "contoursInfo.xml" );
+
SAXReader reader = new SAXReader();
contoursInfoTbl = reader.read(cntrInfoFile);
} catch (Exception e) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaAttrDlg.java
index 07cf913e13..81ca28ffc7 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaAttrDlg.java
@@ -10,6 +10,7 @@ package gov.noaa.nws.ncep.ui.pgen.attrDialog;
import static gov.noaa.nws.ncep.ui.pgen.gfa.GfaInfo.*;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
@@ -22,14 +23,12 @@ import gov.noaa.nws.ncep.ui.pgen.gfa.PreloadGfaDataThread;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenCycleTool;
import gov.noaa.nws.ncep.viz.common.SnapUtil;
import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.awt.Color;
import java.util.*;
import java.util.List;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import org.dom4j.Node;
import org.eclipse.jface.dialogs.IDialogConstants;
import org.eclipse.jface.util.IPropertyChangeListener;
@@ -75,7 +74,8 @@ public class GfaAttrDlg extends LineAttrDlg implements IGfa {
private static GfaAttrDlg instance = null;
/** Logger */
- private final static Logger log = Logger.getLogger(GfaAttrDlg.class);
+// private final static Logger log = Logger.getLogger(GfaAttrDlg.class);
+ public static final String PGEN_RED_CROSS_IMG = "red_cross.png";
private final String[] LABELS = { "Hazard:", "Fcst Hr:", "Tag:", "Desk:", "Issue Type:", "", "" };
@@ -130,8 +130,8 @@ public class GfaAttrDlg extends LineAttrDlg implements IGfa {
private Label warning;
private final String RED_CROSS_PATH =
- NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_RED_CROSS_IMG ).getAbsolutePath();
+ PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + PGEN_RED_CROSS_IMG );
/** Digits, semicolon*/
private final String TIME = "[01234569]?|12|[012345]?:|[012345]?:(0|1|3|4|00|15|30|45)";
@@ -158,7 +158,8 @@ public class GfaAttrDlg extends LineAttrDlg implements IGfa {
try {
instance = new GfaAttrDlg(parShell);
} catch (VizException e) {
- log.error(e.getStackTrace());
+// log.error(e.getStackTrace());
+ e.printStackTrace();
}
}
return instance;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaFormatAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaFormatAttrDlg.java
index 9e3aea9dc3..2c2e5d2c54 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaFormatAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/GfaFormatAttrDlg.java
@@ -30,7 +30,7 @@ import java.util.HashMap;
import javax.xml.bind.JAXBException;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
@@ -65,7 +65,7 @@ import com.raytheon.uf.viz.core.exception.VizException;
*/
public class GfaFormatAttrDlg extends AttrDlg {
- private final static Logger logger = Logger.getLogger(GfaFormatAttrDlg.class);
+// private final static Logger logger = Logger.getLogger(GfaFormatAttrDlg.class);
private static final String ZULU = "ZULU";
private static final String TANGO = "TANGO";
@@ -131,7 +131,8 @@ public class GfaFormatAttrDlg extends AttrDlg {
instance = new GfaFormatAttrDlg(parShell);
} catch (VizException e) {
- logger.error(e);
+// logger.error(e);
+ e.printStackTrace();
}
}
@@ -317,10 +318,12 @@ public class GfaFormatAttrDlg extends AttrDlg {
text.setText(sb.toString());
} catch (IOException e) {
text.setText("I/O Error");
- logger.error(e);
+// logger.error(e);
+ e.printStackTrace();
} catch (JAXBException e) {
text.setText("Serialization Error");
- logger.error(e);
+// logger.error(e);
+ e.printStackTrace();
}
getButton(OK_ID).setEnabled(false);
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/JetAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/JetAttrDlg.java
index e32063e52e..7a8ab04ea5 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/JetAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/JetAttrDlg.java
@@ -512,6 +512,7 @@ public class JetAttrDlg extends LineAttrDlg {
if ( barbAttrDlg != null ) barbAttrDlg.close();
if ( hashAttrDlg != null ) hashAttrDlg.close();
if ( flAttrDlg != null ) flAttrDlg.close();
+ jetTool = null; //prevent reseting mouse handler
barbDlg.close();
return super.close();
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookAttrDlg.java
index 17b2d635f5..efa3c5b28e 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookAttrDlg.java
@@ -8,47 +8,16 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
-import java.util.ArrayList;
-import java.util.Calendar;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.List;
-import java.awt.Color;
-
-import org.dom4j.Document;
-import org.dom4j.Node;
-import org.dom4j.io.SAXReader;
-
-import org.eclipse.jface.dialogs.MessageDialog;
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.widgets.Group;
-import org.eclipse.swt.widgets.Shell;
-import org.eclipse.swt.widgets.Button;
-import org.eclipse.swt.widgets.Control;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.swt.layout.GridData;
-import org.eclipse.swt.layout.GridLayout;
-import org.eclipse.swt.events.SelectionAdapter;
-import org.eclipse.swt.events.SelectionEvent;
-import org.eclipse.swt.graphics.RGB;
-import org.eclipse.swt.widgets.Slider;
-import org.eclipse.swt.widgets.Combo;
-import org.eclipse.swt.widgets.Label;
-import org.eclipse.ui.PlatformUI;
-
-import com.raytheon.uf.viz.core.exception.VizException;
-import com.vividsolutions.jts.geom.Coordinate;
-
-import gov.noaa.nws.ncep.edex.common.stationTables.StationTable;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.contours.IContours;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
+import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.display.ILine;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.elements.DECollection;
import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
-import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.elements.Layer;
import gov.noaa.nws.ncep.ui.pgen.elements.Line;
import gov.noaa.nws.ncep.ui.pgen.elements.Outlook;
@@ -59,8 +28,36 @@ import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.graphToGrid.GraphToGridParamDialog;
import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
+
+import java.awt.Color;
+import java.util.ArrayList;
+import java.util.Calendar;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
+
+import org.dom4j.Document;
+import org.dom4j.Node;
+import org.dom4j.io.SAXReader;
+import org.eclipse.jface.dialogs.MessageDialog;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.events.SelectionAdapter;
+import org.eclipse.swt.events.SelectionEvent;
+import org.eclipse.swt.graphics.RGB;
+import org.eclipse.swt.layout.GridData;
+import org.eclipse.swt.layout.GridLayout;
+import org.eclipse.swt.widgets.Button;
+import org.eclipse.swt.widgets.Combo;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.Control;
+import org.eclipse.swt.widgets.Group;
+import org.eclipse.swt.widgets.Label;
+import org.eclipse.swt.widgets.Shell;
+import org.eclipse.swt.widgets.Slider;
+import org.eclipse.ui.PlatformUI;
+
+import com.raytheon.uf.viz.core.exception.VizException;
+import com.vividsolutions.jts.geom.Coordinate;
/**
* Singleton attribute dialog for outlooks.
@@ -1280,8 +1277,8 @@ public class OutlookAttrDlg extends AttrDlg implements IContours, ILine{
if (outlookTbl == null) {
try {
- String outlookTypeFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_OUTLOOK_TYPE ).getAbsolutePath();
+ String outlookTypeFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "outlooktype.xml" );
SAXReader reader = new SAXReader();
outlookTbl = reader.read(outlookTypeFile);
@@ -1465,9 +1462,9 @@ public class OutlookAttrDlg extends AttrDlg implements IContours, ILine{
settings = new HashMap();
- String settingFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_OUTLOOK_SETTINGS ).getAbsolutePath();
-
+ String settingFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "outlooksettings.xml" );
+
gov.noaa.nws.ncep.ui.pgen.file.Products products = FileTools.read( settingFile );
if ( products != null ){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookFormatDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookFormatDlg.java
index 98fec7a459..52c95ad64b 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookFormatDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/OutlookFormatDlg.java
@@ -20,6 +20,7 @@ import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.transform.dom.DOMSource;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.Layer;
import gov.noaa.nws.ncep.ui.pgen.elements.Outlook;
@@ -27,8 +28,6 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Product;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.file.Products;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import org.dom4j.Document;
import org.dom4j.Node;
@@ -411,9 +410,9 @@ public class OutlookFormatDlg extends CaveJFACEDialog{
DOMSource ds = new DOMSource(sw);
//get style sheet file path
- String xsltPath = NcPathConstants.PGEN_ROOT + File.separator + "xslt" + File.separator + "outlook" + File.separator + "Outlook.xlt";
+ String xsltPath = PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + File.separator + "xslt" + File.separator + "outlook" + File.separator + "Outlook.xlt";
- LocalizationFile lFile = NcPathManager.getInstance().getStaticLocalizationFile(xsltPath);
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getStaticLocalizationFile(xsltPath);
if ( lFile != null ){
msg = PgenUtil.applyStyleSheet( ds, lFile.getFile().getAbsolutePath());
@@ -500,8 +499,9 @@ public class OutlookFormatDlg extends CaveJFACEDialog{
if ( otlkTimesTbl == null) {
try {
- String outlookTimesFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_OUTLOOK_TIMES ).getAbsolutePath();
+ String outlookTimesFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "outlooktimes.xml" );
+
SAXReader reader = new SAXReader();
otlkTimesTbl = reader.read(outlookTimesFile);
} catch (Exception e) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/PgenFilterDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/PgenFilterDlg.java
index 4eeacd307b..e7af37aec2 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/PgenFilterDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/PgenFilterDlg.java
@@ -12,12 +12,11 @@ import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.filter.ElementFilter;
import gov.noaa.nws.ncep.ui.pgen.filter.ForecastHourFilter;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import org.dom4j.Document;
import org.dom4j.Node;
@@ -37,6 +36,7 @@ import org.eclipse.swt.widgets.Shell;
import com.raytheon.uf.viz.core.exception.VizException;
import com.raytheon.viz.ui.dialogs.CaveJFACEDialog;
+import com.raytheon.viz.ui.editor.AbstractEditor;
/**
* Implementation of a dialog to control filters.
@@ -65,7 +65,8 @@ public class PgenFilterDlg extends CaveJFACEDialog {
private PgenResource drawingLayer;
//Map editor
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
//top level container for all widgets
private Composite top;
@@ -378,7 +379,8 @@ public class PgenFilterDlg extends CaveJFACEDialog {
* @param resource
* @param editor
*/
- public void setResource(PgenResource resource, NCMapEditor editor){
+ public void setResource(PgenResource resource, AbstractEditor editor){
+// public void setResource(PgenResource resource, NCMapEditor editor){
this.drawingLayer = resource;
this.mapEditor = editor;
}
@@ -392,8 +394,8 @@ public class PgenFilterDlg extends CaveJFACEDialog {
if (HOURS == null) {
try {
- String filterHourFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_FILTER_HOUR ).getAbsolutePath();
+ String filterHourFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "filterHour.xml" );
SAXReader reader = new SAXReader();
filterHourTbl = reader.read(filterHourFile);
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetAttrDlg.java
index 59381a692a..3e652c336c 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetAttrDlg.java
@@ -13,6 +13,7 @@ import static gov.noaa.nws.ncep.ui.pgen.sigmet.SigmetInfo.ID_MAP;
import static gov.noaa.nws.ncep.ui.pgen.sigmet.SigmetInfo.SIGMET_TYPES;
import static gov.noaa.nws.ncep.ui.pgen.sigmet.SigmetInfo.VOL_NAME_BUCKET_ARRAY;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
@@ -22,8 +23,6 @@ import gov.noaa.nws.ncep.ui.pgen.sigmet.Sigmet;
import gov.noaa.nws.ncep.ui.pgen.sigmet.SigmetInfo;
import gov.noaa.nws.ncep.viz.common.SnapUtil;
import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.awt.Color;
import java.beans.PropertyDescriptor;
@@ -2504,8 +2503,8 @@ GridData gdText = new GridData(); gdText.widthHint=66;
org.w3c.dom.NodeList nlist = null;
- File file = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_PHENOMENONS );
+ File file = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "phenomenons.xml" );
try {
org.w3c.dom.Document doc =
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetCommAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetCommAttrDlg.java
index 3ec1e6a724..2cc9d86846 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetCommAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/SigmetCommAttrDlg.java
@@ -9,6 +9,7 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
@@ -19,7 +20,6 @@ import gov.noaa.nws.ncep.ui.pgen.sigmet.ISigmet;
import gov.noaa.nws.ncep.ui.pgen.sigmet.Sigmet;
import gov.noaa.nws.ncep.ui.pgen.sigmet.SigmetInfo;
import gov.noaa.nws.ncep.viz.common.SnapUtil;
-import gov.noaa.nws.ncep.viz.common.dbQuery.NcDirectDbQuery;
import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
@@ -878,18 +878,7 @@ public class SigmetCommAttrDlg extends AttrDlg implements ISigmet{
//"id","bounds.greatlakesbnds"
//"id","bounds.adjcstlbnds"
public static List initAllStates(String field, String table){
- List list = null;
- String query = "Select AsBinary(the_geom_0_016), "+field+" FROM "+table;//mapdata.states";
-
- try {
- list = NcDirectDbQuery.executeQuery( query, "ncep", QueryLanguage.SQL);
- }
- catch (Exception e ){
- System.out.println("___ Error: SigmetCommAttrDlg: initAllStates(): "+e.getMessage());
- list = new ArrayList();
- }
-
- return list;
+ return PgenStaticDataProvider.getProvider().queryNcepDB(field, table);
}
public static List getAreaStringList(Polygon cSigPoly, IMapDescriptor mapDescriptor, String field, String table){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcaAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcaAttrDlg.java
index 942b17b5cb..7f438d43d5 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcaAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcaAttrDlg.java
@@ -47,6 +47,7 @@ import com.raytheon.uf.common.serialization.SerializationUtil;
import com.raytheon.uf.viz.core.exception.VizException;
import com.vividsolutions.jts.geom.Coordinate;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.tca.Basin;
@@ -55,8 +56,6 @@ import gov.noaa.nws.ncep.ui.pgen.tca.ITca;
import gov.noaa.nws.ncep.ui.pgen.tca.StormAdvisoryNumber;
import gov.noaa.nws.ncep.ui.pgen.tca.TropicalCycloneAdvisory;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenTcaTool;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
/**
* Singleton attribute dialog for text.
@@ -84,7 +83,8 @@ public class TcaAttrDlg extends AttrDlg implements ITca, SelectionListener {
private static final String CREATE_TEXT_LABEL = "Create Text";
private static final int CANCEL_ID = IDialogConstants.CLIENT_ID + 7588;
private static final String CANCEL_LABEL = "Cancel All";
-
+ public static final String PGEN_TCA_ATTR_INFO = "TCAinfo.xml";
+
private final String APPLY = "Apply";
private final String DELETE_SEGMENT = "Delete Segment";
private final String NEW_SEGMENT = "New Segment";
@@ -996,9 +996,8 @@ public class TcaAttrDlg extends AttrDlg implements ITca, SelectionListener {
*/
private static void readOptions() {
- File tcainfoFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_TCA_ATTR_INFO );
-
+ File tcainfoFile = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + PGEN_TCA_ATTR_INFO);
try {
info = (TcaAttrInfo)SerializationUtil.jaxbUnmarshalFromXmlFile(tcainfoFile.getAbsoluteFile() );
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcmAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcmAttrDlg.java
index 5e5f575cb6..0fd2bc4290 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcmAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TcmAttrDlg.java
@@ -8,6 +8,7 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElementFactory;
@@ -16,8 +17,6 @@ import gov.noaa.nws.ncep.ui.pgen.elements.tcm.ITcm;
import gov.noaa.nws.ncep.ui.pgen.elements.tcm.Tcm;
import gov.noaa.nws.ncep.ui.pgen.elements.tcm.TcmFcst;
import gov.noaa.nws.ncep.ui.pgen.elements.tcm.TcmWindQuarters;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.File;
import java.util.Calendar;
@@ -156,8 +155,8 @@ public class TcmAttrDlg extends AttrDlg implements ITcm, SelectionListener {
*/
private static void readOptions() {
- File tcainfoFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_TCA_ATTR_INFO );
+ File tcainfoFile = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + TcaAttrDlg.PGEN_TCA_ATTR_INFO);
try {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackAttrDlg.java
index f3ad4b52ae..9ac8b3adf0 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackAttrDlg.java
@@ -64,8 +64,8 @@ import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
public class TrackAttrDlg extends AttrDlg implements ITrack{
- private final static org.apache.log4j.Logger log =
- org.apache.log4j.Logger.getLogger(TrackAttrDlg.class);
+// private final static org.apache.log4j.Logger log =
+// org.apache.log4j.Logger.getLogger(TrackAttrDlg.class);
public static enum FontSizeName { TINY, SMALL, MEDIUM, LARGE, HUGE, GIANT };
public static int[] FontSizeValue = { 10, 12, 14, 18, 24, 34 };
@@ -380,7 +380,7 @@ public class TrackAttrDlg extends AttrDlg implements ITrack{
GridLayout childGridLayout = new GridLayout( 2, false );
this.getShell().setText("Track Attributes");
- log.info("===now it is inside initializeComponents(...)");
+// log.info("===now it is inside initializeComponents(...)");
/**
* Draw Frame/Set time buttons
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackExtrapPointInfoDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackExtrapPointInfoDlg.java
index ff31bf14d5..bfd31792c4 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackExtrapPointInfoDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TrackExtrapPointInfoDlg.java
@@ -45,8 +45,8 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Track;
public class TrackExtrapPointInfoDlg extends AttrDlg {
- private final static org.apache.log4j.Logger log =
- org.apache.log4j.Logger.getLogger(TrackExtrapPointInfoDlg.class);
+// private final static org.apache.log4j.Logger log =
+// org.apache.log4j.Logger.getLogger(TrackExtrapPointInfoDlg.class);
private static TrackExtrapPointInfoDlg INSTANCE = null;
@@ -233,7 +233,7 @@ public class TrackExtrapPointInfoDlg extends AttrDlg {
mainLayout.marginWidth = 3;
top.setLayout(mainLayout);
- log.info("===right before calling initializeComponents(...) in TrackExtrapPointInfoDlg");
+// log.info("===right before calling initializeComponents(...) in TrackExtrapPointInfoDlg");
// Initialize all of the menus, controls, and layouts
initializeComponents(top, parent);
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TurbAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TurbAttrDlg.java
index eddc643d20..b576f5841d 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TurbAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/TurbAttrDlg.java
@@ -8,12 +8,11 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
-import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
-import gov.noaa.nws.ncep.ui.pgen.elements.AvnText;
-import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.display.ILine;
+import gov.noaa.nws.ncep.ui.pgen.elements.AvnText;
+import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
import gov.noaa.nws.ncep.ui.pgen.elements.Line;
import gov.noaa.nws.ncep.ui.pgen.elements.labeledLines.LabeledLine;
import gov.noaa.nws.ncep.ui.pgen.tools.ILabeledLine;
@@ -605,7 +604,6 @@ public class TurbAttrDlg extends AttrDlg implements ILine {
@Override
public boolean close(){
- PgenUtil.setSelectingMode();
return super.close();
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchBoxAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchBoxAttrDlg.java
index 10ce7bec22..88a86b098a 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchBoxAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchBoxAttrDlg.java
@@ -36,6 +36,7 @@ import org.eclipse.swt.widgets.Text;
import com.raytheon.uf.viz.core.exception.VizException;
import com.vividsolutions.jts.geom.Coordinate;
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
@@ -43,7 +44,6 @@ import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.display.IWatchBox;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox.WatchShape;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenWatchBoxModifyTool;
import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
@@ -583,7 +583,8 @@ public class WatchBoxAttrDlg extends AttrDlg implements IWatchBox{
* @param flag
*/
public void enableDspBtn( boolean flag){
- dispBtn.setEnabled(flag);
+ if ( !dispBtn.isDisposed() )
+ dispBtn.setEnabled(flag);
}
@Override
@@ -591,6 +592,7 @@ public class WatchBoxAttrDlg extends AttrDlg implements IWatchBox{
* Close the watch attribute dialog and the watch info dialog
*/
public boolean close(){
+ wbTool = null;
if( infoDlg != null ){
infoDlg.close();
}
@@ -752,7 +754,7 @@ public class WatchBoxAttrDlg extends AttrDlg implements IWatchBox{
}
@Override
- public List getCountyList() {
+ public List getCountyList() {
// TODO Auto-generated method stub
return null;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchCoordDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchCoordDlg.java
index 3d18be9981..1223a1577f 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchCoordDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchCoordDlg.java
@@ -8,12 +8,11 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.productManage.ProductConfigureDialog;
import gov.noaa.nws.ncep.ui.pgen.productTypes.ProductType;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenToolUtils;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.File;
import java.util.ArrayList;
@@ -61,7 +60,8 @@ import com.raytheon.viz.ui.dialogs.CaveJFACEDialog;
public class WatchCoordDlg extends CaveJFACEDialog {
static final int LINE_LEN = 65;
-
+ public static final String PGEN_FORECASTER = "forecasters.xml";
+
//instance of watch info dialog
static private WatchCoordDlg INSTANCE = null;
@@ -501,9 +501,9 @@ public class WatchCoordDlg extends CaveJFACEDialog {
if (FORECASTERS == null) {
try {
- String forecasterFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_FORECASTER ).getAbsolutePath();
-
+ String forecasterFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + PGEN_FORECASTER );
+
SAXReader reader = new SAXReader();
forecasterTbl = reader.read(forecasterFile);
} catch (Exception e) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchFormatMsgDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchFormatMsgDlg.java
index 477bd580ff..3ec7ac443a 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchFormatMsgDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchFormatMsgDlg.java
@@ -8,6 +8,7 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.Layer;
import gov.noaa.nws.ncep.ui.pgen.elements.Product;
@@ -16,8 +17,6 @@ import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.file.Products;
import gov.noaa.nws.ncep.ui.pgen.productManage.ProductConfigureDialog;
import gov.noaa.nws.ncep.ui.pgen.productTypes.ProductType;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.File;
import java.io.FileWriter;
@@ -239,9 +238,9 @@ public class WatchFormatMsgDlg extends CaveJFACEDialog {
DOMSource ds = new DOMSource(sw);
//get style sheet file path
- String xsltPath = NcPathConstants.PGEN_ROOT + File.separator + "xslt" + File.separator + "watchbox" + File.separator + xslt;
+ String xsltPath = PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "xslt" + File.separator + "watchbox" + File.separator + xslt;
- LocalizationFile lFile = NcPathManager.getInstance().getStaticLocalizationFile(xsltPath);
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getStaticLocalizationFile(xsltPath);
String outStr ="";
if ( lFile != null ){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchInfoDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchInfoDlg.java
index 3ea73a2692..41cea4c070 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchInfoDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchInfoDlg.java
@@ -8,9 +8,10 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog;
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
import java.util.ArrayList;
import java.util.Iterator;
@@ -853,7 +854,7 @@ public class WatchInfoDlg extends CaveJFACEDialog {
if ( fmtDlg != null ) fmtDlg.close();
WatchCoordDlg.getInstance(WatchInfoDlg.this.getParentShell(),wbDlg).close();
if ( wbDlg != null) {
- wbDlg.getWbTool().resetMouseHandler();
+ if (wbDlg.getWbTool() != null ) wbDlg.getWbTool().resetMouseHandler();
wbDlg.enableDspBtn(true);
}
@@ -894,31 +895,6 @@ public class WatchInfoDlg extends CaveJFACEDialog {
return wfoStr;
}
- /**
- * Return the county table
- * @return
- */
-/* static public ListgetAllCounties(){
-
-
- //read county table from database
- if ( allCounties == null ){
- String query = "Select AsBinary(the_geom), countyname, state, cwa, fips, time_zone, lon, lat, gid FROM mapdata.county";
- try {
- allCounties = NcDirectDbQuery.executeQuery(
- query, "maps", QueryLanguage.SQL);
- }
- catch (Exception e ){
- System.out.println("db exception!");
- }
- }
-
- County.getAllCounties();
-
- return allCounties;
- }
- */
-
/**
* Enable/disable CWA in/out buttons
* @param flag
@@ -955,7 +931,7 @@ public class WatchInfoDlg extends CaveJFACEDialog {
* not set either button.
*/
public void setCwaBtns(){
- List cntyInWb = wbDlg.getWatchBox().getCountyList();
+ List cntyInWb = wbDlg.getWatchBox().getCountyList();
for ( CwaComposite cwa : cwaComp){
//get number of counties of a CWA, which are inside of the watch box
@@ -968,7 +944,7 @@ public class WatchInfoDlg extends CaveJFACEDialog {
}
else {
//get the total county number of the CWA
- int totalCounties = getCountiesOfCwa(cwa.lbl.getText(), County.getAllCounties());
+ int totalCounties = getCountiesOfCwa(cwa.lbl.getText(), PgenStaticDataProvider.getProvider().getSPCCounties());
if ( totalCounties == countiesIn ){
cwa.inBtn.setSelection(true);
cwa.outBtn.setSelection(false);
@@ -988,9 +964,9 @@ public class WatchInfoDlg extends CaveJFACEDialog {
* @param counties
* @return - number of counties
*/
- private int getCountiesOfCwa(String cwa, List counties){
+ private int getCountiesOfCwa(String cwa, List counties){
int total = 0;
- for ( County cnty : counties ){
+ for ( SPCCounty cnty : counties ){
if (cnty.getWfo() != null && cwa.equalsIgnoreCase(cnty.getWfo())){
total++;
}
@@ -1149,9 +1125,9 @@ public class WatchInfoDlg extends CaveJFACEDialog {
WatchBox newWb = (WatchBox)wbDlg.getWatchBox().copy();
- List counties = County.getCountiesInGeometry(watchGeo);
+ List counties = PgenStaticDataProvider.getProvider().getCountiesInGeometry(watchGeo);
- for ( County county : counties ){
+ for ( SPCCounty county : counties ){
if(isClusteringOn()){
newWb.addClstCnty(county);
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchStatusDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchStatusDlg.java
index 4f678a8ab8..5e18e60ebf 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchStatusDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/WatchStatusDlg.java
@@ -14,12 +14,12 @@ import java.util.List;
import java.util.TimeZone;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.Line;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.elements.DECollection;
-import gov.noaa.nws.ncep.ui.pgen.stationTables.StationTableUtil;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenToolUtils;
import org.eclipse.jface.dialogs.IDialogConstants;
@@ -272,7 +272,7 @@ public class WatchStatusDlg extends CaveJFACEDialog{
Iterator it = ((DECollection)adc).getComponentIterator();
//get anchor point list
- List anchors = StationTableUtil.getAnchorTbl().getStationList();
+ List anchors = PgenStaticDataProvider.getProvider().getAnchorTbl().getStationList();
//loop through status lines and construct from lines.
while ( it.hasNext() ){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpMsgDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpMsgDlg.java
index 52485b92ee..eb39e439b7 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpMsgDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpMsgDlg.java
@@ -8,12 +8,16 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog.vaaDialog;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
+import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
+import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrDlg;
+import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
+import gov.noaa.nws.ncep.ui.pgen.sigmet.CcfpInfo;
+
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.Writer;
-import java.util.ArrayList;
-import java.util.HashMap;
import org.eclipse.jface.dialogs.IDialogConstants;
import org.eclipse.swt.SWT;
@@ -32,20 +36,6 @@ import org.eclipse.swt.widgets.Text;
import com.raytheon.uf.viz.core.exception.VizException;
-import gov.noaa.nws.ncep.ui.pgen.PgenSession;
-import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
-import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrDlg;
-import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
-import gov.noaa.nws.ncep.ui.pgen.elements.Product;
-import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
-import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
-import gov.noaa.nws.ncep.ui.pgen.file.Products;
-import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.ui.pgen.sigmet.CcfpInfo;
-import gov.noaa.nws.ncep.viz.common.ui.NmapCommon;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
-
/**
* Singleton text product dialog for CCFP.
*
@@ -63,6 +53,8 @@ public class CcfpMsgDlg extends AttrDlg{
// Constant for Button Update
private static final int CCFP_CONSTANT_UPDATE = 20101007;
+ public static final String PGEN_CCFP_XSLT = "xslt"+File.separator+
+ "ccfp"+File.separator+"ccfpXml2Txt.xslt";
// singleton instance for this class
private static CcfpMsgDlg INSTANCE = null;
@@ -134,8 +126,8 @@ public class CcfpMsgDlg extends AttrDlg{
String xmlFileName = CcfpInfo.saveCcfpXmlFile(getIssueTime(), getValidTime());
txtFileContent = CcfpInfo.convertXml2Txt(xmlFileName,
- NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_CCFP_XSLT).getAbsolutePath() );
+ PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + PGEN_CCFP_XSLT ));
txtInfo.setText(txtFileContent.trim());
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpTimeDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpTimeDlg.java
index 4e3176ec74..f0a6d587c1 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpTimeDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/CcfpTimeDlg.java
@@ -9,11 +9,10 @@
package gov.noaa.nws.ncep.ui.pgen.attrDialog.vaaDialog;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrDlg;
import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.sigmet.*;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.File;
import java.text.SimpleDateFormat;
@@ -242,8 +241,8 @@ public class CcfpTimeDlg extends AttrDlg{
//save CCFP xml file then apply style sheet to get text product
String fileName = CcfpInfo.saveCcfpXmlFile(ccfpIssueTime, ccfpValidTime);
String txtPrd = CcfpInfo.convertXml2Txt( fileName,
- NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_CCFP_XSLT).getAbsolutePath() );
+ PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + CcfpMsgDlg.PGEN_CCFP_XSLT ));
//close this dialog
cancelPressed();
@@ -276,8 +275,9 @@ public class CcfpTimeDlg extends AttrDlg{
try {
- File file = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_CCFP_TIMES );
+ File file = PgenStaticDataProvider.getProvider().getFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "ccfpTimes.xml" );
+
DocumentBuilder builder = factory.newDocumentBuilder();
doc = builder.parse( file.getAbsoluteFile() );
} catch (Exception e) { System.out.println("-----------"+e.getMessage()); }
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/VolcanoVaaAttrDlg.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/VolcanoVaaAttrDlg.java
index ea271e3258..5ae1728932 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/VolcanoVaaAttrDlg.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/attrDialog/vaaDialog/VolcanoVaaAttrDlg.java
@@ -46,8 +46,6 @@ import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.file.Products;
import gov.noaa.nws.ncep.ui.pgen.sigmet.*;
import gov.noaa.nws.ncep.ui.pgen.*;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import com.raytheon.uf.viz.core.exception.VizException;
@@ -88,6 +86,8 @@ public class VolcanoVaaAttrDlg extends AttrDlg implements ISigmet{
*/
private static int RESET_ID = 20100201+1;
+ private static final String PGEN_VAA_XSLT = "xslt"+File.separator+
+ "vaa"+File.separator+"vaaXml2Txt.xslt";
/**
* top Composite for this dialog.
*/
@@ -415,8 +415,8 @@ public class VolcanoVaaAttrDlg extends AttrDlg implements ISigmet{
smDlg.setVolcano(volcano);
String xmlDir = PgenUtil.getWorkingDirectory();//LocalizationManager.getBaseDir();
- String xsltFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_VAA_XSLT).getAbsolutePath();
+ String xsltFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + PGEN_VAA_XSLT );
smDlg.setTxtFileContent( convertXml2Txt(xmlDir+File.separator+volXMLFileName, xsltFile));
smDlg.open();
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/controls/PgenFileManageDialog.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/controls/PgenFileManageDialog.java
index 4d7131c3ab..490cba7b69 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/controls/PgenFileManageDialog.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/controls/PgenFileManageDialog.java
@@ -47,7 +47,7 @@ import com.raytheon.uf.viz.core.exception.VizException;
import com.raytheon.viz.ui.dialogs.CaveJFACEDialog;
import gov.noaa.nws.ncep.viz.common.ui.*;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet;
@@ -994,8 +994,10 @@ public class PgenFileManageDialog extends CaveJFACEDialog {
*/
private void setJetTool(java.util.List prods){
+// PgenSnapJet st = new PgenSnapJet(PgenSession.getInstance().getPgenResource().getDescriptor(),
+// NmapUiUtils.getActiveNatlCntrsEditor(), null);
PgenSnapJet st = new PgenSnapJet(PgenSession.getInstance().getPgenResource().getDescriptor(),
- NmapUiUtils.getActiveNatlCntrsEditor(), null);
+ PgenUtil.getActiveEditor(), null);
for(gov.noaa.nws.ncep.ui.pgen.elements.Product prod : prods){
for ( Layer layer : prod.getLayers() ) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/DisplayElementFactory.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/DisplayElementFactory.java
index d7cbeb777c..df93da05d4 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/DisplayElementFactory.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/DisplayElementFactory.java
@@ -28,6 +28,7 @@ import org.eclipse.swt.graphics.Rectangle;
import org.geotools.referencing.GeodeticCalculator;
import org.geotools.referencing.datum.DefaultEllipsoid;
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.display.CornerPatternApplicator.CornerPattern;
@@ -52,7 +53,6 @@ import gov.noaa.nws.ncep.ui.pgen.elements.tcm.TcmFcst;
import gov.noaa.nws.ncep.ui.pgen.elements.tcm.ITcmWindQuarter;
import gov.noaa.nws.ncep.ui.pgen.gfa.Gfa;
import gov.noaa.nws.ncep.ui.pgen.gfa.IGfa;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
import gov.noaa.nws.ncep.ui.pgen.tca.BPGeography;
import gov.noaa.nws.ncep.ui.pgen.tca.ITca;
import gov.noaa.nws.ncep.ui.pgen.tca.TropicalCycloneAdvisory;
@@ -419,7 +419,7 @@ public class DisplayElementFactory {
*/
ArrayList dlist = new ArrayList();
- List counties = watchBox.getCountyList();
+ List counties = watchBox.getCountyList();
if ( counties != null && !counties.isEmpty()){
if ( watchBox.getFillFlag() ){
@@ -429,7 +429,7 @@ public class DisplayElementFactory {
Collection gCollection = new ArrayList();
//draw county border
- for ( County cnty : counties ){
+ for ( SPCCounty cnty : counties ){
Geometry countyGeo = cnty.getShape();
colors = watchBox.getColors();
@@ -492,7 +492,7 @@ public class DisplayElementFactory {
}
}
else {
- for ( County cnty : counties ){
+ for ( SPCCounty cnty : counties ){
Symbol cSymbol = new Symbol(null, watchBox.getColors(),
watchBox.getWatchSymbolWidth(), watchBox.getWatchSymbolSize(), false,
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/IWatchBox.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/IWatchBox.java
index 1e578afe47..4f76343a4d 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/IWatchBox.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/IWatchBox.java
@@ -24,9 +24,9 @@ package gov.noaa.nws.ncep.ui.pgen.display;
*/
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox.WatchShape;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
import java.awt.Color;
import java.util.List;
@@ -37,7 +37,7 @@ public interface IWatchBox extends IMultiPoint{
public Color getFillColor();
public WatchShape getWatchBoxShape();
public Station[] getAnchors();
- public List getCountyList();
+ public List getCountyList();
public String getWatchSymbolType();
public float getWatchSymbolWidth();
public double getWatchSymbolSize();
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/LinePatternManager.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/LinePatternManager.java
index 908375eb63..a8c8c692dc 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/LinePatternManager.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/LinePatternManager.java
@@ -7,10 +7,9 @@
*/
package gov.noaa.nws.ncep.ui.pgen.display;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.display.ArrowHead.ArrowHeadType;
import gov.noaa.nws.ncep.ui.pgen.display.PatternSegment.PatternType;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.File;
import java.io.PrintWriter;
@@ -72,8 +71,10 @@ public class LinePatternManager {
private void initialize() {
loadInternal();
- File patterns = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_LINE_PATTERNS );
+ File patterns = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "linePatterns.xml");
+
+
if ( patterns != null && patterns.exists() ) {
loadPatternsFromFile( patterns.getAbsolutePath() );
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/SymbolPatternManager.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/SymbolPatternManager.java
index b68347b507..785e244a47 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/SymbolPatternManager.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/display/SymbolPatternManager.java
@@ -7,9 +7,7 @@
*/
package gov.noaa.nws.ncep.ui.pgen.display;
-import gov.noaa.nws.ncep.viz.common.ui.NmapCommon;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import java.io.File;
import java.io.PrintWriter;
@@ -73,8 +71,8 @@ public class SymbolPatternManager {
private void initialize() {
loadInternal();
- File patterns = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_SYMBOL_PATTERNS );
+ File patterns = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "symbolPatterns.xml");
if ( patterns != null && patterns.exists() ) {
loadPatternsFromFile( patterns.getAbsolutePath() );
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/DrawableElementFactory.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/DrawableElementFactory.java
index c066e21aec..4a8319d10b 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/DrawableElementFactory.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/DrawableElementFactory.java
@@ -67,8 +67,8 @@ import com.vividsolutions.jts.geom.Coordinate;
*/
public class DrawableElementFactory {
- private final static org.apache.log4j.Logger log =
- org.apache.log4j.Logger.getLogger(DrawableElementFactory.class);
+// private final static org.apache.log4j.Logger log =
+// org.apache.log4j.Logger.getLogger(DrawableElementFactory.class);
public AbstractDrawableComponent create( DrawableType typeName, IAttribute attr,
String pgenCategory, String pgenType,
@@ -224,7 +224,7 @@ public class DrawableElementFactory {
/*
* Do nothing.
*/
- log.info( typeName + " is not supported.");
+// log.info( typeName + " is not supported.");
break;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Outlook.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Outlook.java
index c4894d91b5..908c188c7b 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Outlook.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Outlook.java
@@ -23,6 +23,7 @@ import org.geotools.referencing.datum.DefaultEllipsoid;
import com.vividsolutions.jts.geom.Coordinate;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourLine;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourMinmax;
@@ -30,7 +31,6 @@ import gov.noaa.nws.ncep.ui.pgen.contours.Contours;
import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.file.Products;
-import gov.noaa.nws.ncep.ui.pgen.stationTables.StationTableUtil;
import gov.noaa.nws.ncep.ui.pgen.annotation.ElementOperations;
import gov.noaa.nws.ncep.ui.pgen.annotation.Operation;
//import gov.noaa.nws.ncep.ui.pgen.attrDialog.OutlookAttrDlg;
@@ -459,7 +459,7 @@ public class Outlook extends Contours {
String lnInfo = "";
- List anchors = StationTableUtil.getAnchorTbl().getStationList();
+ List anchors = PgenStaticDataProvider.getProvider().getAnchorTbl().getStationList();
Iterator it = this.getComponentIterator();
while( it.hasNext() ){
@@ -754,7 +754,7 @@ public class Outlook extends Contours {
String rainTxt = "RISK OF RAINFALL EXCEEDING FFG TO THE RIGHT OF A LINE FROM";
String fiveInch = "TOTAL RAINFALL AMOUNTS OF FIVE INCHES WILL BE POSSIBLE TO THE RIGHT OF A LINE FROM";
- List sfstns = StationTableUtil.getSfstnTbl().getStationList();
+ List sfstns = PgenStaticDataProvider.getProvider().getSfStnTbl().getStationList();
Iterator it = this.getComponentIterator();
while( it.hasNext() ){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/ProductGenerater.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/ProductGenerater.java
index 75f3ef8355..710812c2b9 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/ProductGenerater.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/ProductGenerater.java
@@ -13,6 +13,7 @@ import java.awt.Color;
import com.vividsolutions.jts.geom.Coordinate;
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
import gov.noaa.nws.ncep.ui.pgen.display.ArrowHead.ArrowHeadType;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
@@ -30,7 +31,6 @@ import gov.noaa.nws.ncep.ui.pgen.display.LinePatternManager;
import gov.noaa.nws.ncep.ui.pgen.display.SymbolPatternManager;
import gov.noaa.nws.ncep.ui.pgen.display.TrackPoint;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox.WatchShape;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenCycleTool;
/**
@@ -758,7 +758,7 @@ class AttributeGenerator implements IArc, IAvnText, ICombo, IKink, IMidCloudText
}
@Override
- public List getCountyList() {
+ public List getCountyList() {
// TODO Auto-generated method stub
return null;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Track.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Track.java
index a41cb9678e..f24a6c1f2f 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Track.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/Track.java
@@ -46,8 +46,8 @@ import com.vividsolutions.jts.geom.Coordinate;
public class Track extends Line implements ITrack {
//public class Track extends MultiPointElement implements ITrack {
- private final static org.apache.log4j.Logger log =
- org.apache.log4j.Logger.getLogger(Track.class);
+// private final static org.apache.log4j.Logger log =
+// org.apache.log4j.Logger.getLogger(Track.class);
private final static float DEFAULT_FONT_SIZE = 14.0f;
@@ -520,7 +520,7 @@ public class Track extends Line implements ITrack {
ExtraPointTimeDisplayOption extraPointTimeDisplayOption,
String skipFactorTextString) {
if(initialPoints == null || initialPoints.length < 2) {
- log.error("Method:calculateExtrapTrackPoints, the input initialPoints is null or initialPoints.length less than 2");
+// log.error("Method:calculateExtrapTrackPoints, the input initialPoints is null or initialPoints.length less than 2");
return null;
}
@@ -531,8 +531,8 @@ public class Track extends Line implements ITrack {
!isCoordinateValid(lastInitPointCoordinate) ||
initPointBeforeLastInitPointTimeCal == null ||
lastInitPointTimeCal == null) {
- log.error("Method: calculateExtrapTrackPoints, find 4 possible invalid input: startPointCoordinate or "+
- "destPointCoordinate is invalid. firstTimeCal or secondTimeCal is null");
+// log.error("Method: calculateExtrapTrackPoints, find 4 possible invalid input: startPointCoordinate or "+
+// "destPointCoordinate is invalid. firstTimeCal or secondTimeCal is null");
return null;
}
@@ -628,8 +628,8 @@ public class Track extends Line implements ITrack {
try {
skipFactorIntValue = Integer.parseInt(skipFactorTextString);
} catch(NumberFormatException nfe) {
- log.error("The input of skipFactorTextString is invalid, skipFactorTextString="+
- skipFactorTextString);
+// log.error("The input of skipFactorTextString is invalid, skipFactorTextString="+
+// skipFactorTextString);
}
/*
@@ -781,7 +781,7 @@ public class Track extends Line implements ITrack {
elapsedHour = cal.get(Calendar.HOUR_OF_DAY);
elapsedMinute = cal.get(Calendar.MINUTE);
} catch(ParseException pe) {
- log.error("The input of dateString is invalid, parse fails, dateString="+dateString);
+// log.error("The input of dateString is invalid, parse fails, dateString="+dateString);
elapsedHour = 1;
}
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/WatchBox.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/WatchBox.java
index 782886ae68..b8d3f40974 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/WatchBox.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/elements/WatchBox.java
@@ -7,7 +7,9 @@
*/
package gov.noaa.nws.ncep.ui.pgen.elements;
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.annotation.ElementOperations;
import gov.noaa.nws.ncep.ui.pgen.annotation.Operation;
@@ -16,9 +18,6 @@ import gov.noaa.nws.ncep.ui.pgen.display.IWatchBox;
import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.file.Products;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
-import gov.noaa.nws.ncep.ui.pgen.maps.USState;
-import gov.noaa.nws.ncep.ui.pgen.stationTables.StationTableUtil;
import java.awt.Color;
import java.awt.geom.Point2D;
@@ -45,6 +44,7 @@ import com.vividsolutions.jts.geom.GeometryCollection;
import com.vividsolutions.jts.geom.GeometryFactory;
import com.vividsolutions.jts.geom.LinearRing;
import com.vividsolutions.jts.geom.Polygon;
+
/**
* Implementation of Pgen watch box element.
*
@@ -88,7 +88,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
private boolean fillFlag;
private Color fillColor;
private Station anchors[];
- private List countyList;
+ private List countyList;
//Watch Issue Information
private String issueStatus;
@@ -122,7 +122,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
public WatchBox(){
anchors = new Station[2];
- countyList = new ArrayList();
+ countyList = new ArrayList();
issueFlag = 0;
}
@@ -326,7 +326,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
*/
public Station getNearestVor(Coordinate loc ){
- return StationTableUtil.getVorTbl().getNearestStation(loc);
+ return PgenStaticDataProvider.getProvider().getVorTbl().getNearestStation(loc);
}
@@ -390,18 +390,18 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* Add the input county in the county list
* @param cnty
*/
- public void addCounty(County cnty){
+ public void addCounty(SPCCounty cnty){
countyList.add(cnty);
}
- public void removeCounty(County cnty){
+ public void removeCounty(SPCCounty cnty){
countyList.remove(cnty);
}
/**
* Get the county list
*/
- public List getCountyList(){
+ public List getCountyList(){
return countyList;
}
@@ -410,9 +410,9 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* county to it
* @param cl
*/
- public void setCountyList(List cl){
- List newList = new ArrayList();
- for( County cnty : cl ){
+ public void setCountyList(List cl){
+ List newList = new ArrayList();
+ for( SPCCounty cnty : cl ){
newList.add(cnty);
}
countyList = newList;
@@ -479,7 +479,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
ArrayList wfos = new ArrayList();
if ( countyList != null && !countyList.isEmpty()){
- for(County cnty: countyList ){
+ for(SPCCounty cnty: countyList ){
String wfo = cnty.getWfo();
//wfo can be more than one
@@ -504,7 +504,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
public List getStates(){
ArrayList states = new ArrayList();
if ( countyList != null && !countyList.isEmpty()){
- for(County cnty : countyList ){
+ for(SPCCounty cnty : countyList ){
if ( cnty.getState()!= null && !states.contains(cnty.getState())){
states.add(cnty.getState());
@@ -524,9 +524,9 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
*/
public void removeState(String state ){
if ( countyList != null && !countyList.isEmpty()){
- Iterator it = countyList.iterator();
+ Iterator it = countyList.iterator();
while( it.hasNext() ){
- County cnty = it.next();
+ SPCCounty cnty = it.next();
if (cnty.getState() != null && cnty.getState().equalsIgnoreCase(state)){
it.remove();
}
@@ -540,9 +540,9 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
*/
public void removeCwa(String cwa ){
if ( countyList != null && !countyList.isEmpty()){
- Iterator it = countyList.iterator();
+ Iterator it = countyList.iterator();
while( it.hasNext() ){
- County cnty = it.next();
+ SPCCounty cnty = it.next();
if (cnty.getWfo() != null && cnty.getWfo().equalsIgnoreCase(cwa)){
it.remove();
}
@@ -556,10 +556,10 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* @param cwa
*/
public void addCwa(String cwa ){
- List allCounties = County.getAllCounties();
+ List allCounties = PgenStaticDataProvider.getProvider().getSPCCounties();
if ( allCounties != null){
- for ( County cnty : allCounties ){
+ for ( SPCCounty cnty : allCounties ){
if ( cnty.getWfo() != null
&& cnty.getWfo().equalsIgnoreCase(cwa)
&& !countyList.contains(cnty) ) {
@@ -588,13 +588,13 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* of the active county union
* @return
*/
- public List getInactiveCountiesInWB(){
+ public List getInactiveCountiesInWB(){
if ( countyList == null || countyList.isEmpty() ){
return null;
}
- List rt = new ArrayList();
+ List rt = new ArrayList();
Geometry union = getCountyUnion();
GeometryFactory gf = new GeometryFactory();
@@ -615,7 +615,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
if ( area < 0.01 ) continue;
//Check any county centeriod inside the hole
- for ( County cnty : County.getAllCounties() ){
+ for ( SPCCounty cnty : PgenStaticDataProvider.getProvider().getSPCCounties() ){
if ( p.contains(gf.createPoint(cnty.getCentriod()))){
rt.add(cnty);
@@ -632,14 +632,14 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* Get a list of active counties outside of the main watch box
* @return
*/
- public List getActiveCountiesOutsideWB(){
+ public List getActiveCountiesOutsideWB(){
if ( countyList == null || countyList.isEmpty() ){
return null;
}
//initialization
- List rt = new ArrayList();
+ List rt = new ArrayList();
Geometry union = getCountyUnion();
GeometryFactory gf = new GeometryFactory();
Polygon largestPoly = null;
@@ -658,7 +658,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
//loop through the active county list and check if
// any county is outside of the largest polygon
- for ( County cnty : countyList ){
+ for ( SPCCounty cnty : countyList ){
if ( !largestPoly.contains(gf.createPoint(cnty.getCentriod()))){
rt.add(cnty);
@@ -677,7 +677,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
Collection gCollection = new ArrayList();;
- for ( County cnty : countyList ){
+ for ( SPCCounty cnty : countyList ){
Geometry countyGeo = cnty.getShape();
if ( countyGeo != null ){
if ( !countyGeo.isValid() ) {
@@ -1500,13 +1500,13 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
Geometry union = this.getCountyUnion();
Geometry bUnion = union.buffer(0.01);
- List counties = new ArrayList();
+ List counties = new ArrayList();
- counties.addAll(County.getCountiesInGeometry(bUnion));
+ counties.addAll(PgenStaticDataProvider.getProvider().getCountiesInGeometry(bUnion));
ArrayList nWFOs = new ArrayList();
List wfos = this.getWFOs();
- for(County cnty : counties ){
+ for(SPCCounty cnty : counties ){
String wfo = cnty.getWfo();
//wfo can be more than one
if ( wfo != null ) {
@@ -1526,20 +1526,8 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* Get the state name hash map
* @return
*/
- public static HashMap getStateName(){
- if (stateName == null ){
- stateName = new HashMap();
- List states = USState.getAllStates();
-
- if ( states != null ){
- for ( USState st : states ){
- stateName.put(st.getStateAbrv(), st.getName());
- }
- }
-
- }
-
- return stateName;
+ public HashMap getStateName(){
+ return PgenStaticDataProvider.getProvider().getStateAbrvMap();
}
/**
@@ -1550,7 +1538,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
*/
public String createCountyInfo(String state, Calendar exp ){
- if ( stateName == null ) getStateName();
+ if ( stateName == null ) stateName = getStateName();
String ugcStr ="";
String oneLine ="";
@@ -1563,7 +1551,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
int iCiti = 0;
int iCnty = 0;
- for ( County county : countyList ){
+ for ( SPCCounty county : countyList ){
if ( county.getState() != null && state.equalsIgnoreCase(county.getState())){
if (ugcStr.isEmpty()){
ugcStr = county.getUgcId();
@@ -1670,7 +1658,7 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
*/
private List findCntyInClst(String fips, List rt){
if ( rt == null ) rt = new ArrayList();
- String value = StationTableUtil.getClstTbl().get(fips);
+ String value = PgenStaticDataProvider.getProvider().getClstTbl().get(fips);
if ( value != null ){
int index = 0;
do {
@@ -1698,12 +1686,12 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* Remove counties from the watch box
* @param county
*/
- public void rmClstCnty(County county){
+ public void rmClstCnty(SPCCounty county){
if ( county.getFips().isEmpty() || county.getFips().equalsIgnoreCase("00000")){
removeCounty( county);
}
for ( String fips : findCntyInClst(county.getFips(), null)){
- removeCounty(County.findCounty(fips));
+ removeCounty(PgenStaticDataProvider.getProvider().findCounty(fips));
}
}
@@ -1711,13 +1699,13 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* Add clustering counties to the watch box
* @param county
*/
- public void addClstCnty(County county){
+ public void addClstCnty(SPCCounty county){
if ( county.getFips().isEmpty() || county.getFips().equalsIgnoreCase("00000")){
addCounty( county);
}
else {
for ( String fips : findCntyInClst(county.getFips(), null)){
- County cnty = County.findCounty(fips);
+ SPCCounty cnty = PgenStaticDataProvider.getProvider().findCounty(fips);
if ( cnty != null && !countyList.contains(cnty)) addCounty(cnty);
}
}
@@ -1765,12 +1753,12 @@ public class WatchBox extends MultiPointElement implements IWatchBox{
* @param countyList
* @return
*/
- public String formatCountyInfo( List cntyList){
+ public String formatCountyInfo( List cntyList){
String cntyInfo="";
if ( cntyList != null && !cntyList.isEmpty() ){
- for( County cnty : cntyList ){
+ for( SPCCounty cnty : cntyList ){
String cntyName = cnty.getName().replaceAll("City of ", "").replaceAll(" City", "");
cntyInfo += String.format("%1$-7s%2$-5s%3$-12s%4$6.2f%5$8.2f%6$7s%7$5s",
cnty.getUgcId(), cnty.getState(), cntyName,
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/FileTools.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/FileTools.java
index ada8a1aef8..5fbf93da88 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/FileTools.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/FileTools.java
@@ -9,9 +9,10 @@ package gov.noaa.nws.ncep.ui.pgen.file;
import java.net.URL;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.productTypes.ProductTypes;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import com.raytheon.uf.common.serialization.SerializationException;
import com.raytheon.uf.common.serialization.SerializationUtil;
@@ -22,9 +23,6 @@ import javax.xml.transform.stream.StreamSource;
import javax.xml.validation.*;
import java.io.File;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
-
/**
* Define a file tool for reading/writing PGEN products using JAXB.
*
@@ -49,7 +47,7 @@ import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
*/
public class FileTools {
- private static Logger log = Logger.getLogger(FileTools.class);
+// private static Logger log = Logger.getLogger(FileTools.class);
/**
* Reads product in a file into a JAXB-based Products object
@@ -95,7 +93,8 @@ public class FileTools {
SerializationUtil.jaxbMarshalToXmlFile(products, fileName);
} catch (SerializationException e) {
- log.error("SerializationException thrown", e);
+// log.error("SerializationException thrown", e);
+ e.printStackTrace();
}
}
@@ -111,7 +110,8 @@ public class FileTools {
types = (ProductTypes) SerializationUtil.jaxbUnmarshalFromXmlFile(fileName);
} catch (SerializationException e) {
- log.error("SerializationException thrown", e);
+// log.error("SerializationException thrown", e);
+ e.printStackTrace();
}
return types;
@@ -128,7 +128,8 @@ public class FileTools {
SerializationUtil.jaxbMarshalToXmlFile(types, fileName);
} catch (SerializationException e) {
- log.error("SerializationException thrown", e);
+// log.error("SerializationException thrown", e);
+ e.printStackTrace();
}
}
@@ -143,8 +144,8 @@ public class FileTools {
boolean valid = true;
if ( xsdFile == null ) {
- xsdFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_PROD_SCHEMA ).getAbsolutePath();
+ xsdFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "product.xsd" );
}
File xsdf = new File( fileName );
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/ProductConverter.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/ProductConverter.java
index 6a2908ca17..405e249d88 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/ProductConverter.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/ProductConverter.java
@@ -28,8 +28,10 @@ import com.vividsolutions.jts.geom.Geometry;
import com.vividsolutions.jts.geom.LineString;
import com.vividsolutions.jts.geom.Polygon;
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
import gov.noaa.nws.ncep.edex.common.stationTables.IStationField.StationField;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
import gov.noaa.nws.ncep.ui.pgen.display.IAvnText.AviationTextType;
import gov.noaa.nws.ncep.ui.pgen.display.IText.DisplayType;
@@ -74,7 +76,6 @@ import gov.noaa.nws.ncep.ui.pgen.contours.ContourMinmax;
import gov.noaa.nws.ncep.ui.pgen.contours.Contours;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourLine;
import gov.noaa.nws.ncep.ui.pgen.tca.TCAElement;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
import gov.noaa.nws.ncep.ui.pgen.sigmet.Sigmet;
import gov.noaa.nws.ncep.ui.pgen.gfa.Gfa;
import gov.noaa.nws.ncep.ui.pgen.gfa.GfaRules;
@@ -82,7 +83,6 @@ import gov.noaa.nws.ncep.ui.pgen.gfa.GfaWording;
import gov.noaa.nws.ncep.ui.pgen.sigmet.CcfpInfo;
import gov.noaa.nws.ncep.ui.pgen.sigmet.VaaInfo;
import gov.noaa.nws.ncep.ui.pgen.sigmet.Volcano;
-import gov.noaa.nws.ncep.ui.pgen.stationTables.StationTableUtil;
import gov.noaa.nws.ncep.viz.common.SnapUtil;
@@ -1887,7 +1887,7 @@ public class ProductConverter {
}
//set county list
- for ( County cnty : wb.getCountyList()){
+ for ( SPCCounty cnty : wb.getCountyList()){
String cntyName = "";
if ( cnty.getName() != null ){
@@ -2128,13 +2128,13 @@ public class ProductConverter {
Station anchors[] = new Station[fwb.getAnchorPoints().size()];
nn = 0;
for ( String str : fwb.getAnchorPoints()){
- anchors[nn++] = StationTableUtil.getAnchorTbl().getStation(StationField.STID, str.substring(0, 3));
+ anchors[nn++] = PgenStaticDataProvider.getProvider().getAnchorTbl().getStation(StationField.STID, str.substring(0, 3));
}
wb.setAnchors(anchors[0], anchors[1]);
//set county list
if ( !fwb.getCounties().isEmpty()){
- for ( County cnty : County.getAllCounties()){
+ for ( SPCCounty cnty : PgenStaticDataProvider.getProvider().getSPCCounties()){
if( cnty.getUgcId() != null ){
Iterator it = fwb.getCounties().iterator();
while ( it.hasNext() ){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/TrackConverter.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/TrackConverter.java
index e5cc008e6a..940cec1409 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/TrackConverter.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/file/TrackConverter.java
@@ -40,8 +40,8 @@ import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
* */
public class TrackConverter {
- private final static org.apache.log4j.Logger log =
- org.apache.log4j.Logger.getLogger(TrackConverter.class);
+// private final static org.apache.log4j.Logger log =
+// org.apache.log4j.Logger.getLogger(TrackConverter.class);
/*
* Convert a XML file DrawableElement object to a list of PGEN in-memory
@@ -236,7 +236,7 @@ public class TrackConverter {
indexOffSet++;
List trackPointElementList = getTrackPointElementListByTrackPointBeanList(trackBean.getInitialPoints());
if(trackPointElementList == null || trackPointElementList.size() < 2) {
- log.error("Retrieved List trackPointElementList is NULL or the initial points are less than 2 points");
+// log.error("Retrieved List trackPointElementList is NULL or the initial points are less than 2 points");
return null;
}
int listSize = trackPointElementList.size();
@@ -310,7 +310,7 @@ public class TrackConverter {
XMLGregorianCalendar xmlGregorianCalendar = DatatypeFactory.newInstance().newXMLGregorianCalendar(gregorianCalendar);
trackPointBean.setTime(xmlGregorianCalendar);
} catch(DatatypeConfigurationException dce) {
- log.error("Error, instantiating XMLGregorianCalendar failed, error="+dce.getMessage());
+// log.error("Error, instantiating XMLGregorianCalendar failed, error="+dce.getMessage());
}
}
if(trackPointElement.getLocation() != null) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/AirmetCycleInfo.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/AirmetCycleInfo.java
index 1ab5724460..18d3e92888 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/AirmetCycleInfo.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/AirmetCycleInfo.java
@@ -7,10 +7,8 @@
*/
package gov.noaa.nws.ncep.ui.pgen.gfa;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenCycleTool;
-import gov.noaa.nws.ncep.viz.common.ui.NmapCommon;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.File;
import java.util.Calendar;
@@ -58,8 +56,9 @@ public class AirmetCycleInfo {
private static void readAirmetCycle() {
try {
- File airmetCycleFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_AIRMET_CYCLE_TBL );
+ File airmetCycleFile = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot()+ "airmetcycle.xml" );
+
SAXReader reader = new SAXReader();
airmetCycleDoc = reader.read(airmetCycleFile.getAbsoluteFile() );
} catch (Exception e) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/Gfa.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/Gfa.java
index b118b33b69..9b7505dabb 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/Gfa.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/Gfa.java
@@ -22,7 +22,7 @@ import java.util.Collection;
import java.util.HashMap;
import java.util.List;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import org.dom4j.Node;
import com.vividsolutions.jts.geom.Coordinate;
@@ -53,7 +53,7 @@ import com.vividsolutions.jts.geom.Polygon;
public class Gfa extends Line implements IGfa, Comparable {
/** Logger */
- private final static Logger logger = Logger.getLogger(Gfa.class);
+// private final static Logger logger = Logger.getLogger(Gfa.class);
private String hazard = "";
private String fcstHr = "";
@@ -123,7 +123,7 @@ public class Gfa extends Line implements IGfa, Comparable {
public Gfa() {
super();
- logger.trace("Gfa created");
+// logger.trace("Gfa created");
}
public Gfa(IAttribute attr, ArrayList points) {
@@ -135,7 +135,7 @@ public class Gfa extends Line implements IGfa, Comparable {
setLinePoints(points);
- logger.trace("Gfa created");
+// logger.trace("Gfa created");
}
public Gfa(Coordinate[] range, Color[] colors, float lineWidth, double sizeScale,
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaClip.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaClip.java
index bf364029ff..9d2504f6e7 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaClip.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaClip.java
@@ -7,41 +7,52 @@
*/
package gov.noaa.nws.ncep.ui.pgen.gfa;
+import gov.noaa.nws.ncep.common.staticdata.CostalWater;
+import gov.noaa.nws.ncep.common.staticdata.FAArea;
+import gov.noaa.nws.ncep.common.staticdata.FARegion;
+import gov.noaa.nws.ncep.common.staticdata.GreatLake;
+import gov.noaa.nws.ncep.common.staticdata.USState;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.display.FillPatternList.FillPattern;
-import gov.noaa.nws.ncep.ui.pgen.display.IText.*;
+import gov.noaa.nws.ncep.ui.pgen.display.IText.DisplayType;
+import gov.noaa.nws.ncep.ui.pgen.display.IText.FontStyle;
+import gov.noaa.nws.ncep.ui.pgen.display.IText.TextJustification;
+import gov.noaa.nws.ncep.ui.pgen.display.IText.TextRotation;
import gov.noaa.nws.ncep.ui.pgen.elements.Layer;
import gov.noaa.nws.ncep.ui.pgen.elements.Line;
import gov.noaa.nws.ncep.ui.pgen.elements.Product;
import gov.noaa.nws.ncep.ui.pgen.elements.ProductInfo;
import gov.noaa.nws.ncep.ui.pgen.elements.ProductTime;
import gov.noaa.nws.ncep.ui.pgen.elements.Text;
+import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.file.Products;
-import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
import gov.noaa.nws.ncep.viz.common.SnapUtil.SnapVOR;
-import gov.noaa.nws.ncep.viz.common.dbQuery.NcDirectDbQuery;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
-
import java.awt.Color;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import org.dom4j.Document;
import org.dom4j.Node;
import org.dom4j.io.SAXReader;
-
-import com.raytheon.uf.viz.core.catalog.DirectDbQuery.QueryLanguage;
import com.raytheon.uf.viz.core.exception.VizException;
-import com.vividsolutions.jts.geom.*;
+import com.vividsolutions.jts.geom.Coordinate;
+import com.vividsolutions.jts.geom.CoordinateList;
+import com.vividsolutions.jts.geom.Geometry;
+import com.vividsolutions.jts.geom.GeometryCollection;
+import com.vividsolutions.jts.geom.GeometryFactory;
+import com.vividsolutions.jts.geom.LineString;
+import com.vividsolutions.jts.geom.LinearRing;
+import com.vividsolutions.jts.geom.MultiPolygon;
+import com.vividsolutions.jts.geom.Point;
+import com.vividsolutions.jts.geom.Polygon;
import com.vividsolutions.jts.geom.impl.CoordinateArraySequence;
-import com.vividsolutions.jts.io.WKBReader;
/**
* GFA clipping functionality.
@@ -80,7 +91,7 @@ public class GfaClip {
private static GfaClip instance = new GfaClip();
- private final static Logger logger = Logger.getLogger( GfaClip.class );
+// private final static Logger logger = Logger.getLogger( GfaClip.class );
/** Factory */
private static GeometryFactory geometryFactory;
@@ -207,7 +218,7 @@ public class GfaClip {
*/
public ArrayList simpleclip(Gfa smear) {
- logger.debug("clipping started");
+// logger.debug("clipping started");
ArrayList list = new ArrayList();
for (String key : getFaRegionBounds().keySet()) {
@@ -377,9 +388,10 @@ public class GfaClip {
* @throws VizException
*/
private void readFaRegionBounds() throws VizException {
- String sql = "select t.region, AsBinary(t.the_geom) from " + SCHEMA + "." + FA_REGION_TABLE + " t";
- faRegionBounds = readBounds( DATABASE, sql );
-
+ faRegionBounds = new HashMap();
+ for ( FARegion fa : PgenStaticDataProvider.getProvider().getFARegions()){
+ faRegionBounds.put(fa.getRegion(), fa.getGeometry());
+ }
loadFaRegionCommBounds();
}
@@ -389,8 +401,10 @@ public class GfaClip {
* @throws VizException
*/
private void readFaAreaBounds() throws VizException {
- String sql = "select t.area, AsBinary(t.the_geom) from " + SCHEMA + "." + FA_AREA_TABLE + " t";
- faAreaBounds = readBounds( DATABASE, sql );
+ faAreaBounds = new HashMap();
+ for ( FAArea fa : PgenStaticDataProvider.getProvider().getFAAreas()){
+ faAreaBounds.put(fa.getArea(), fa.getGeometry());
+ }
}
/**
@@ -399,8 +413,10 @@ public class GfaClip {
* @throws VizException
*/
private void readFaAreaXBounds() throws VizException {
- String sql = "select t.area, AsBinary(t.the_geom) from " + SCHEMA + "." + FA_AREAX_TABLE + " t";
- faAreaXBounds = readBounds( DATABASE, sql );
+ faAreaXBounds = new HashMap();
+ for ( FAArea fa : PgenStaticDataProvider.getProvider().getFAAreaX()){
+ faAreaXBounds.put(fa.getArea(), fa.getGeometry());
+ }
}
/**
@@ -410,7 +426,7 @@ public class GfaClip {
*/
private void readStateBounds() throws VizException {
// TODO change to use SCHEMA, DATABASE, and STATE_BNDS_TABLE
- String sql = "select t.state, AsBinary(t.the_geom) from mapdata.states t";
+// String sql = "select t.state, AsBinary(t.the_geom) from mapdata.states t";
// String sql = "select t.state, AsBinary(t.the_geom_0) from mapdata.states t";
// String sql = "select t.state, AsBinary(t.the_geom_0_001) from mapdata.states t";
// String sql = "select t.state, AsBinary(t.the_geom_0_004) from mapdata.states t";
@@ -422,7 +438,11 @@ public class GfaClip {
// System.out.println("Time to load state bounds = " + (System.currentTimeMillis() - l1 ) );
- HashMap originalStateBounds = readBounds( "maps", sql );
+ HashMap originalStateBounds = new HashMap();
+
+ for ( USState st : PgenStaticDataProvider.getProvider().getAllstates()){
+ originalStateBounds.put(st.getStateAbrv(), st.getShape());
+ }
//Exclude a few states.
for ( String s : EXCLUDE_STATES ) {
@@ -439,8 +459,10 @@ public class GfaClip {
* @throws VizException
*/
private void readGreatLakeBounds() throws VizException {
- String sql = "select t.id, AsBinary(t.the_geom) from " + SCHEMA + "." + GREATE_LAKE_BNDS_TABLE + " t";
- greatLakesBounds = readBounds( DATABASE, sql );
+ greatLakesBounds = new HashMap();
+ for ( GreatLake lake : PgenStaticDataProvider.getProvider().getGreatLakes()){
+ greatLakesBounds.put(lake.getId(), lake.getGeometry());
+ }
}
/**
@@ -449,50 +471,10 @@ public class GfaClip {
* @throws VizException
*/
private void readCoastalWaterBounds() throws VizException {
- String sql = "select t.id, AsBinary(t.the_geom) from " + SCHEMA + "." + COASTAL_WATER_BNDS_TABLE + " t";
- coastalWaterBounds = readBounds( DATABASE, sql );
- }
-
-
- /**
- * Read bounds.
- *
- * @throws VizException
- */
- private HashMap readBounds(String database, String sql) throws VizException {
- HashMap map = new HashMap();
-
- List result = NcDirectDbQuery.executeQuery(sql, database, QueryLanguage.SQL);
-
- WKBReader wkbReader = new WKBReader();
- if (result != null && !result.isEmpty()) {
- try {
- for (Object[] obj : result) {
- //Throw out if either the key or the Geometry is null.
- if ( obj[0] == null || obj[1] == null) continue;
- Geometry g = wkbReader.read((byte[]) obj[1]);
-
- if(!g.isValid()) {
-// if ( sql.contains( GREATE_LAKE_BNDS_TABLE ) ) {
-// System.out.println( "Get lakes found for key: " + obj[0] + " but is invalid!" );
-// }
-// logger.warn("Skipped an invalid shape file for " + obj[0] + ": " + sql + "");
- continue;
- }
-
- map.put( (String)obj[0], g );
-
- }
- } catch (Exception e) {
- // cannot do anything here, wrong data
- // the same as database problem
- throw new VizException(e);
- }
- } else {
- throw new VizException("No bounds found, please check parameters");
+ coastalWaterBounds = new HashMap();
+ for ( CostalWater water : PgenStaticDataProvider.getProvider().getCostalWaters()){
+ coastalWaterBounds.put(water.getId(), water.getGeometry());
}
-
- return map;
}
/**
@@ -504,7 +486,8 @@ public class GfaClip {
try {
readFaRegionBounds();
} catch ( VizException e) {
- logger.error("Error ", e);
+// logger.error("Error ", e);
+ e.printStackTrace();
}
}
@@ -520,7 +503,8 @@ public class GfaClip {
try {
readFaAreaBounds();
} catch ( VizException e ) {
- logger.error("Error ", e);
+// logger.error("Error ", e);
+ e.printStackTrace();
}
}
@@ -536,7 +520,8 @@ public class GfaClip {
try {
readFaAreaXBounds();
} catch ( VizException e ) {
- logger.error("Error ", e);
+// logger.error("Error ", e);
+ e.printStackTrace();
}
}
@@ -553,7 +538,8 @@ public class GfaClip {
try {
readStateBounds();
} catch ( VizException e ) {
- logger.error("Error ", e);
+// logger.error("Error ", e);
+ e.printStackTrace();
}
}
@@ -569,7 +555,8 @@ public class GfaClip {
try {
readGreatLakeBounds();
} catch ( VizException e) {
- logger.error("Error ", e);
+// logger.error("Error ", e);
+ e.printStackTrace();
}
}
@@ -585,7 +572,8 @@ public class GfaClip {
try {
readCoastalWaterBounds();
} catch ( VizException e ) {
- logger.error("Error ", e);
+// logger.error("Error ", e);
+ e.printStackTrace();
}
}
@@ -1034,8 +1022,9 @@ public class GfaClip {
if ( mtObscTbl == null) {
try {
- String mtObscFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_MNTN_OBSC_STATES ).getAbsolutePath();
+ String mtObscFile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "mt_obsc_states.xml");
+
SAXReader reader = new SAXReader();
mtObscTbl = reader.read( mtObscFile );
} catch ( Exception e ) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaFormat.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaFormat.java
index 14c44ca9bc..9c3973188b 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaFormat.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaFormat.java
@@ -27,7 +27,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.TreeSet;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import com.vividsolutions.jts.algorithm.CGAlgorithms;
import com.vividsolutions.jts.geom.Coordinate;
@@ -64,7 +64,7 @@ import com.vividsolutions.jts.geom.impl.CoordinateArraySequence;
* @version 1
*/
public class GfaFormat {
- private final static Logger logger = Logger.getLogger(GfaFormat.class);
+// private final static Logger logger = Logger.getLogger(GfaFormat.class);
PgenResource drawingLayer;
private static GeometryFactory geometryFactory;
@@ -92,7 +92,7 @@ public class GfaFormat {
}
}
- logger.debug("formatting time: " + (System.currentTimeMillis() - time) + " ms");
+// logger.debug("formatting time: " + (System.currentTimeMillis() - time) + " ms");
}
/**
@@ -960,7 +960,8 @@ public class GfaFormat {
else
return 1;
} catch (RuntimeException e) {
- logger.error("Comparator problem", e);
+// logger.error("Comparator problem", e);
+ e.printStackTrace();
return -1;
}
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaGenerate.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaGenerate.java
index ad8096bf0c..d197aa0503 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaGenerate.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaGenerate.java
@@ -8,6 +8,7 @@
package gov.noaa.nws.ncep.ui.pgen.gfa;
import static gov.noaa.nws.ncep.ui.pgen.gfa.Gfa.nvl;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.elements.Layer;
@@ -15,8 +16,6 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Product;
import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.file.Products;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenCycleTool;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.BufferedWriter;
import java.io.File;
@@ -34,7 +33,7 @@ import javax.xml.transform.TransformerFactory;
import javax.xml.transform.stream.StreamResult;
import javax.xml.transform.stream.StreamSource;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import com.raytheon.uf.common.serialization.SerializationUtil;
import com.vividsolutions.jts.geom.Geometry;
@@ -59,11 +58,11 @@ import com.vividsolutions.jts.geom.Geometry;
*/
public class GfaGenerate {
- private final static Logger logger = Logger.getLogger(GfaGenerate.class);
+// private final static Logger logger = Logger.getLogger(GfaGenerate.class);
private Transformer transformer;
- private String XSLT_FILE = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_GFA_PROD_XSL ).getAbsolutePath();
-
+ private String XSLT_FILE = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot()+ "xslt"+File.separator+
+ "airmet"+File.separator+"gfa_product.xsl");
/**
* Generates product text out of the list.
@@ -203,7 +202,8 @@ public class GfaGenerate {
if (output != null)
output.close();
} catch ( IOException e ) {
- logger.error( e );
+// logger.error( e );
+ e.printStackTrace();
}
}
}
@@ -260,10 +260,11 @@ public class GfaGenerate {
res = result.getWriter().toString().trim();
} catch ( Exception e ) {
- logger.error( "", e );
+// logger.error( "", e );
+ e.printStackTrace();
}
- logger.debug( res );
+// logger.debug( res );
if ( res.contains("FRZLVL...")){
res = wrapFrzl(res);
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaInfo.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaInfo.java
index cfdf8a8b5d..69498f248e 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaInfo.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaInfo.java
@@ -7,8 +7,7 @@
*/
package gov.noaa.nws.ncep.ui.pgen.gfa;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import java.awt.Color;
import java.io.File;
@@ -101,8 +100,8 @@ public class GfaInfo {
* Read the menu configuration from gfa.xml file
*/
private static void readOptions() {
- File gfainfoFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_GFA_ATTR_FILE );
+ File gfainfoFile = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "gfa.xml");
try {
SAXReader reader = new SAXReader();
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaReducePoint.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaReducePoint.java
index aa86d113bb..b5bc9df71c 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaReducePoint.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaReducePoint.java
@@ -15,7 +15,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.TreeSet;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.Geometry;
@@ -44,7 +44,7 @@ import com.vividsolutions.jts.geom.Polygon;
*/
public class GfaReducePoint {
- private final static Logger logger = Logger.getLogger(GfaClip.class);
+// private final static Logger logger = Logger.getLogger(GfaClip.class);
/**
* SMEAR_INCR_PCT - maximum percentage allowed for the increase in size
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaRules.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaRules.java
index 35e4d5d3a9..86e1365a32 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaRules.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/GfaRules.java
@@ -27,7 +27,7 @@ import java.util.LinkedHashMap;
import java.util.List;
import java.util.TreeSet;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.Geometry;
@@ -65,7 +65,7 @@ public class GfaRules {
public static final String WORDING = "WORDING";
/** Logger */
- private final static Logger logger = Logger.getLogger(GfaRules.class);
+// private final static Logger logger = Logger.getLogger(GfaRules.class);
/** Area limit in square nautical miles */
public static final double AREA_LIMIT = 3000.0;
@@ -279,8 +279,8 @@ public class GfaRules {
}
smear.addAttribute( WORDING, wording );
- logger.trace( smear.toString() );
- logger.debug( "\n" + wording );
+// logger.trace( smear.toString() );
+// logger.debug( "\n" + wording );
// create beginning and ending
parseWording( smear, wording );
@@ -529,7 +529,7 @@ public class GfaRules {
// sanity check - should never reach this place
// check asssignXorO if this happens
String err = "Snapshot type must be assigned by this time";
- logger.error(err);
+// logger.error(err);
throw new IllegalArgumentException(err);
}
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/PreloadGfaDataThread.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/PreloadGfaDataThread.java
index 2e1838a5b1..fc7752c362 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/PreloadGfaDataThread.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/PreloadGfaDataThread.java
@@ -10,7 +10,7 @@ package gov.noaa.nws.ncep.ui.pgen.gfa;
import gov.noaa.nws.ncep.ui.pgen.sigmet.SigmetInfo;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenCycleTool;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import com.raytheon.uf.viz.core.localization.LocalizationManager;
@@ -38,7 +38,7 @@ public class PreloadGfaDataThread extends Thread {
public boolean started;
- private final static Logger logger = Logger.getLogger(PreloadGfaDataThread.class);
+// private final static Logger logger = Logger.getLogger(PreloadGfaDataThread.class);
private String [] toLoad = {LocalizationManager.class.getName(),
PgenCycleTool.class.getName(),
@@ -69,11 +69,12 @@ public class PreloadGfaDataThread extends Thread {
ReduceGfaPointsUtil.getStationTable(); //put here because Gfa uses canFormatted
} catch (Exception e) {
- logger.error(e);
- logger.debug("LoadGfaClassesThread loading time: " + (System.currentTimeMillis() - time) + " ms");
+// logger.error(e);
+ e.printStackTrace();
+// logger.debug("LoadGfaClassesThread loading time: " + (System.currentTimeMillis() - time) + " ms");
}
- logger.debug("LoadGfaClassesThread loading time: " + (System.currentTimeMillis() - time) + " ms");
+// logger.debug("LoadGfaClassesThread loading time: " + (System.currentTimeMillis() - time) + " ms");
loaded = true;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/ReduceGfaPointsUtil.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/ReduceGfaPointsUtil.java
index 0127eb958e..9e7c3a03d5 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/ReduceGfaPointsUtil.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/gfa/ReduceGfaPointsUtil.java
@@ -9,10 +9,9 @@ package gov.noaa.nws.ncep.ui.pgen.gfa;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
import gov.noaa.nws.ncep.edex.common.stationTables.StationTable;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.gfa.GfaSnap;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.util.ArrayList;
import java.util.Iterator;
@@ -61,9 +60,7 @@ public class ReduceGfaPointsUtil {
static StationTable stationTable;
public static StationTable getStationTable() {
- stationTable = new StationTable(
- NcPathManager.getInstance().getStaticFile(
- NcPathConstants.VORS_STN_TBL ).getAbsolutePath() );
+ stationTable = PgenStaticDataProvider.getProvider().getVorTbl();
return stationTable;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/BoundPolygon.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/BoundPolygon.java
index d4b869daef..e8fd98f89c 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/BoundPolygon.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/BoundPolygon.java
@@ -7,22 +7,19 @@
*/
package gov.noaa.nws.ncep.ui.pgen.graphToGrid;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourLine;
import gov.noaa.nws.ncep.ui.pgen.contours.Contours;
-import gov.noaa.nws.ncep.viz.common.dbQuery.NcDirectDbQuery;
import java.awt.Color;
import java.util.ArrayList;
-import java.util.List;
import com.raytheon.uf.viz.core.catalog.DirectDbQuery.QueryLanguage;
import com.raytheon.uf.viz.core.exception.VizException;
-
-import com.vividsolutions.jts.geom.*;
-import com.vividsolutions.jts.io.ParseException;
-import com.vividsolutions.jts.io.WKBReader;
-
-import org.apache.log4j.Logger;
+import com.vividsolutions.jts.geom.Coordinate;
+import com.vividsolutions.jts.geom.Geometry;
+import com.vividsolutions.jts.geom.MultiPolygon;
+import com.vividsolutions.jts.geom.Point;
/**
@@ -41,7 +38,7 @@ import org.apache.log4j.Logger;
public class BoundPolygon {
- private final static Logger logger = Logger.getLogger( BoundPolygon.class);
+// private final static Logger logger = Logger.getLogger( BoundPolygon.class);
/**
* The bound specification string.
@@ -69,21 +66,6 @@ public class BoundPolygon {
*/
private Boolean inout;
- /**
- * Database name, currently defaulted to "ncep".
- */
- public String database = "ncep";
-
- /**
- * Schema name, currently defaulted to "bounds".
- */
- public String schema = "bounds";
-
- /**
- * Factory
- * */
- private GeometryFactory geometryFactory = new GeometryFactory();
-
/**
* Bound polygons retrieve for the specified bounds.
*/
@@ -148,84 +130,9 @@ public class BoundPolygon {
// Parse the bound specification
parseBounds();
-
- // Query the bound table name in config.clo
- String bndsTable = "select t.table_name from config.clo t where t.alias_name = '" +
- boundsTableAlias.toUpperCase() + "'";
-
- logger.debug( "bndsTable=" + bndsTable );
-
- List tableFile = null;
- try {
- tableFile = NcDirectDbQuery.executeQuery(
- bndsTable, database, QueryLanguage.SQL );
- } catch (Exception e ) {
- logger.debug( "Cannot find table for " + boundsTableAlias );
- }
-
-
- String tableName = null;
- if ( tableFile.isEmpty() ){
- // no record, try to use it directly as a table name
- tableName = boundsTableAlias;
- } else {
- for (Object o : tableFile.get(0) ) {
- tableName = (String) o;
- }
- }
-
- // Query the bounds from the table
- String queryBnds;
- queryBnds = "SELECT AsBinary(t.the_geom) FROM " + schema + "." + tableName;
- if ( columnName != null && columnValue != null ) {
-// queryBnds += " t" + " WHERE t." + columnName + " like '" + columnValue + "%'";
- queryBnds += " t" + " WHERE t." + columnName.toUpperCase() + " = '" +
- columnValue.toUpperCase() + "'";
- }
-
- logger.debug( "queryBnds=" + queryBnds );
-
- List bounds = null;
- try {
- bounds = NcDirectDbQuery.executeQuery(
- queryBnds, database, QueryLanguage.SQL );
- } catch (Exception e ) {
- logger.debug( "Cannot find bounds for " + boundsTableAlias );
- }
-
-
- // Read and store it
- WKBReader wkbReader = new WKBReader();
-
- if ( bounds != null && !bounds.isEmpty() ) {
- for ( Object[] bnd : bounds ){
-
- if ( bnd[0] != null ){
-
- MultiPolygon mpoly = null;
- try {
- Geometry g = wkbReader.read( (byte[]) bnd[0] );
- if ( g instanceof MultiPolygon ) {
- mpoly = (MultiPolygon) g;
- }
- else if ( g instanceof Polygon ) {
- mpoly = new MultiPolygon( new Polygon[]{ (Polygon)g },
- geometryFactory );
- }
-
- } catch ( ParseException e) {
- logger.debug( "Error reading bound polygon" + e );
- }
-
- if ( mpoly != null ) {
- multiPolygons.add( mpoly );
- }
-
- }
- }
- }
-
+ multiPolygons = PgenStaticDataProvider.getProvider().getG2GBounds(boundsTableAlias, columnName, columnValue);
+
}
@@ -237,7 +144,7 @@ public class BoundPolygon {
private void parseBounds() {
String[] bndStr = bnds.split("\\|");
- logger.debug( "bnds=" + bnds );
+// logger.debug( "bnds=" + bnds );
inout = true;
@@ -246,7 +153,7 @@ public class BoundPolygon {
boundsTableAlias = bndStr[0];
}
- logger.debug( "boundsTableAlias=" + boundsTableAlias);
+// logger.debug( "boundsTableAlias=" + boundsTableAlias);
if ( bndStr.length > 1 ) {
int inds = bndStr[1].indexOf("<");
@@ -258,8 +165,8 @@ public class BoundPolygon {
}
}
- logger.debug( "columnName=" + columnName);
- logger.debug( "columnvale=" + columnValue);
+// logger.debug( "columnName=" + columnName);
+// logger.debug( "columnvale=" + columnValue);
if ( bndStr.length > 2 ) {
if ( bndStr[2].trim().charAt(0) != 'T' &&
@@ -329,8 +236,8 @@ public class BoundPolygon {
nn++;
}
- logger.debug( "# of bounds MultiPolygon found: " + nn );
- logger.debug( "# of bound Polygon found: " + mm );
+// logger.debug( "# of bounds MultiPolygon found: " + nn );
+// logger.debug( "# of bound Polygon found: " + mm );
return boundContours;
}
@@ -347,7 +254,7 @@ public class BoundPolygon {
ArrayList allBounds = new ArrayList();
String[] bndArray = bndStr.split("\\+");
- logger.debug( "Total # of bounds"+ bndArray.length );
+// logger.debug( "Total # of bounds"+ bndArray.length );
for ( String str : bndArray ) {
if ( str.trim().length() > 0 ) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursExtension.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursExtension.java
index 8c5f11ff8f..d9a7694df8 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursExtension.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursExtension.java
@@ -7,7 +7,7 @@
*/
package gov.noaa.nws.ncep.ui.pgen.graphToGrid;
-import gov.noaa.nws.ncep.gempak.parameters.categorymap.CatMap;
+import gov.noaa.nws.ncep.gempak.parameters.core.categorymap.CatMap;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.contours.ContourLine;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursToGrid.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursToGrid.java
index c203881a0e..46ca0a42e1 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursToGrid.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/ContoursToGrid.java
@@ -8,7 +8,7 @@
*/
package gov.noaa.nws.ncep.ui.pgen.graphToGrid;
-import gov.noaa.nws.ncep.gempak.parameters.categorymap.CatMap;
+import gov.noaa.nws.ncep.gempak.parameters.core.categorymap.CatMap;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
@@ -40,7 +40,7 @@ import com.vividsolutions.jts.geom.Point;
import com.vividsolutions.jts.geom.Polygon;
import com.vividsolutions.jts.geom.impl.CoordinateArraySequence;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.ui.PlatformUI;
@@ -67,7 +67,7 @@ import org.eclipse.ui.PlatformUI;
public class ContoursToGrid extends GraphToGrid {
- private final static Logger logger = Logger.getLogger( ContoursToGrid.class );
+// private final static Logger logger = Logger.getLogger( ContoursToGrid.class );
private static float smallestContourValue = Util.GRID_FILL_VALUE - 1;
private static float largestContourValue = Util.GRID_FILL_VALUE + 1;
@@ -105,7 +105,7 @@ public class ContoursToGrid extends GraphToGrid {
ky = Integer.parseInt( nkxky[1] );
}
else {
- logger.warn( "Invalid input for kx;ky - default to 63;28" );
+// logger.warn( "Invalid input for kx;ky - default to 63;28" );
}
/*
@@ -399,12 +399,12 @@ public class ContoursToGrid extends GraphToGrid {
}
if ( gparm == null || gparm.trim().length() == 0 ) {
- logger.debug( "GPARM is not provided");
+// logger.debug( "GPARM is not provided");
return;
}
if ( glevel == null || glevel.trim().length() == 0 ) {
- logger.debug( "GLEVEL is not provided");
+// logger.debug( "GLEVEL is not provided");
return;
}
@@ -463,7 +463,8 @@ public class ContoursToGrid extends GraphToGrid {
*/
String cpyfil = new String(" ");
String anlyss = new String(" ");
-
+
+/*
logger.debug( "G2G parameters for writing GEMPAK grid file:");
logger.debug( "hstgrd="+histgrd);
logger.debug( "path="+path);
@@ -478,7 +479,7 @@ public class ContoursToGrid extends GraphToGrid {
logger.debug( "kxky="+ckxky);
logger.debug( "proj="+proj);
logger.debug( "gdarea="+gdarea);
-
+*/
g2gNative.g2g_write( grid, hist, histgrd,
fullFile, proj, cpyfil, gdarea, anlyss, ckxky,
maxgrd, gparm, gdatim, gvcord, glevel );
@@ -539,7 +540,7 @@ public class ContoursToGrid extends GraphToGrid {
interval = Math.abs( Float.parseFloat( cint ) );
}
catch( Exception e) {
- logger.debug( "Invalid contour interval - " + e );
+// logger.debug( "Invalid contour interval - " + e );
}
if ( interval > 0. && (gmin + interval) < gmax ) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/CoordinateTransform.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/CoordinateTransform.java
index 787253652b..bd80846b6d 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/CoordinateTransform.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/CoordinateTransform.java
@@ -7,13 +7,14 @@
*/
package gov.noaa.nws.ncep.ui.pgen.graphToGrid;
-import gov.noaa.nws.ncep.viz.tools.customProjection.CustomProjectionServiceImpl;
-import gov.noaa.nws.ncep.viz.tools.customProjection.ICustomProjectionService;
-import gov.noaa.nws.ncep.gempak.parameters.marshaller.garea.GraphicsAreaCoordinates;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
+import java.io.File;
-import org.apache.log4j.Logger;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
+import gov.noaa.nws.ncep.viz.customprojection.CustomProjectionServiceImpl;
+import gov.noaa.nws.ncep.viz.customprojection.ICustomProjectionService;
+import gov.noaa.nws.ncep.gempak.parameters.core.marshaller.garea.GraphicsAreaCoordinates;
+
+//import org.apache.log4j.Logger;
import org.geotools.coverage.grid.GeneralGridGeometry;
import org.geotools.referencing.operation.DefaultMathTransformFactory;
import org.opengis.referencing.crs.CoordinateReferenceSystem;
@@ -50,15 +51,14 @@ import com.vividsolutions.jts.geom.Coordinate;
public class CoordinateTransform {
- private final static Logger logger = Logger.getLogger( CoordinateTransform.class );
+// private final static Logger logger = Logger.getLogger( CoordinateTransform.class );
/*
* Configure the two files in the extension
*/
- private final String geogFilePath = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.GEOG_TBL ).getAbsolutePath();
- private final String stationFilePath = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.SFSTNS_TBL ).getAbsolutePath();
+ private final String geogFilePath = PgenStaticDataProvider.getProvider().getGeogFile().getAbsolutePath();
+
+ private final String stationFilePath = PgenStaticDataProvider.getProvider().getSfcStnFile().getAbsolutePath();
/*
* Max dimension for holding intersections defined in grphgd.cmn
@@ -204,35 +204,35 @@ public class CoordinateTransform {
*/
if ( this.projection == null || this.projection.length() == 0 ) {
this.projection = "DEF";
- logger.warn( "Invalid input for PROJ - default to DEF");
+// logger.warn( "Invalid input for PROJ - default to DEF");
}
if ( this.garea == null || this.garea.length() == 0 ) {
this.garea = "US";
- logger.warn( "Invalid input for GAREA - default to US");
+// logger.warn( "Invalid input for GAREA - default to US");
}
if ( this.kx <= 0 ) {
this.kx = 63;
- logger.warn( "Invalid input for kx - default to 63");
+// logger.warn( "Invalid input for kx - default to 63");
}
if ( this.ky <= 0 ) {
this.ky = 28;
- logger.warn( "Invalid input for ky - default to 28");
+// logger.warn( "Invalid input for ky - default to 28");
}
if ( ( kx * ky ) > LLMXTG || ( kx + ky ) > MAXDIM ) {
this.kx = 63;
this.ky = 28;
- logger.warn( "Grid is too large - default to 63 x 28");
+// logger.warn( "Grid is too large - default to 63 x 28");
}
/*
* Parse the garea and projection.
*/
- logger.debug( "Projection/garea/kx/ky are " + projection + "/" + garea +
- "/" + kx + "/" + ky );
+// logger.debug( "Projection/garea/kx/ky are " + projection + "/" + garea +
+// "/" + kx + "/" + ky );
GraphicsAreaCoordinates gareaCoordObj = new GraphicsAreaCoordinates( garea );
@@ -296,11 +296,13 @@ public class CoordinateTransform {
yscale = ysize / (ky - 1);
} catch (Exception e) {
- logger.error( "Failed to create CoordinateTransform", e );
+// logger.error( "Failed to create CoordinateTransform", e );
+ e.printStackTrace();
}
} catch ( Exception e) {
- logger.error( "Failed to create CoordinateTransform", e );
+// logger.error( "Failed to create CoordinateTransform", e );
+ e.printStackTrace();
}
}
@@ -328,7 +330,8 @@ public class CoordinateTransform {
try {
worldToGeneralGrid.transform( lonlat, 0, outp, 0, numPts );
} catch (Exception e) {
- logger.error( "Failed to transform from world to grid coordinate", e );
+// logger.error( "Failed to transform from world to grid coordinate", e );
+ e.printStackTrace();
}
/*
@@ -383,8 +386,9 @@ public class CoordinateTransform {
lonlat = new double[ numPts * 2 ];
generalGridToWorld.transform( outp, 0, lonlat, 0, numPts );
} catch (Exception e) {
- logger.error( "Failed to transform from grid to world coordinate", e );
- }
+// logger.error( "Failed to transform from grid to world coordinate", e );
+ e.printStackTrace();
+ }
}
@@ -413,7 +417,8 @@ public class CoordinateTransform {
try {
worldToGeneralGrid.transform( lonlat, 0, gridout, 0, numPts );
} catch (Exception e) {
- logger.error( "Failed to transform from world to grid coordinate", e );
+// logger.error( "Failed to transform from world to grid coordinate", e );
+ e.printStackTrace();
}
}
@@ -444,8 +449,9 @@ public class CoordinateTransform {
lonlat = new double[ numPts * 2 ];
generalGridToWorld.transform( gridin, 0, lonlat, 0, numPts );
} catch (Exception e) {
- logger.error( "Failed to transform from grid to world coordinate", e );
- }
+// logger.error( "Failed to transform from grid to world coordinate", e );
+ e.printStackTrace();
+ }
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/G2GNativeLibrary.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/G2GNativeLibrary.java
index a8a7a2a9aa..d45ec4a54c 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/G2GNativeLibrary.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/G2GNativeLibrary.java
@@ -7,7 +7,7 @@
*/
package gov.noaa.nws.ncep.ui.pgen.graphToGrid;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import com.sun.jna.Library;
import com.sun.jna.Native;
@@ -34,7 +34,7 @@ import com.sun.jna.Native;
public class G2GNativeLibrary {
- private final static Logger logger = Logger.getLogger( G2GNativeLibrary.class);
+// private final static Logger logger = Logger.getLogger( G2GNativeLibrary.class);
/** Setting up Singleton */
private static G2GNativeLibrary instance;
@@ -77,9 +77,9 @@ public class G2GNativeLibrary {
* Test
*/
public static void main(String[] args) {
- logger.debug("Test G2G native library");
+// logger.debug("Test G2G native library");
G2GNative INSTANCE = (G2GNative) Native.loadLibrary("g2g", G2GNative.class);
- logger.debug("Finish test G2G native library");
+// logger.debug("Finish test G2G native library");
}
@@ -102,7 +102,7 @@ public class G2GNativeLibrary {
String catmap, String hstgrd, String discrete,
String dlines, String gglimt, String edgeopts ) {
- logger.debug( "Start G2G native calculation ......");
+// logger.debug( "Start G2G native calculation ......");
int ier = g2gNative.g2g_driver( grid, hist, kx, ky, nlines,
nlatlons, latPts, lonPts,
@@ -114,7 +114,7 @@ public class G2GNativeLibrary {
catmap, hstgrd, discrete, dlines,
gglimt, edgeopts );
- logger.debug( "Finish G2G native calculation - ier = " + ier );
+// logger.debug( "Finish G2G native calculation - ier = " + ier );
return ier;
}
@@ -128,13 +128,13 @@ public class G2GNativeLibrary {
String maxgrd, String gparm, String gdatim,
String gvcord, String glevel ) {
- logger.debug( "Writing G2G grid to file ......");
+// logger.debug( "Writing G2G grid to file ......");
int ier = g2gNative.g2g_writer( grid, hist, hstgrd,
gdfile, proj, cpyfil, gdarea, anlyss, kxky,
maxgrd, gparm, gdatim, gvcord, glevel );
- logger.debug( "Finish writing G2G grid - ier = " + ier );
+// logger.debug( "Finish writing G2G grid - ier = " + ier );
return 0;
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGrid.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGrid.java
index 0bb56876ca..b35427ed7d 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGrid.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGrid.java
@@ -13,11 +13,11 @@ import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Scanner;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
-import gov.noaa.nws.ncep.gempak.parameters.categorymap.CatMap;
+import gov.noaa.nws.ncep.gempak.parameters.core.categorymap.CatMap;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
/**
@@ -38,7 +38,7 @@ import gov.noaa.nws.ncep.viz.localization.NcPathManager;
public abstract class GraphToGrid {
- private final static Logger logger = Logger.getLogger( GraphToGrid.class);
+// private final static Logger logger = Logger.getLogger( GraphToGrid.class);
AbstractDrawableComponent currentGraph;
@@ -230,8 +230,8 @@ public abstract class GraphToGrid {
//Check if the given file exists and readable.
String fname = null;
- if ( NcPathManager.getInstance().getStaticFile( localizationName ) != null ) {
- fname = NcPathManager.getInstance().getStaticFile( localizationName ).getAbsolutePath();
+ if ( PgenStaticDataProvider.getProvider().getStaticFile( localizationName ) != null ) {
+ fname = PgenStaticDataProvider.getProvider().getStaticFile( localizationName ).getAbsolutePath();
}
File thisFile = null;
@@ -306,7 +306,7 @@ public abstract class GraphToGrid {
return mapVals;
}
else {
- logger.debug( "Cannot find input for " + paramName );
+// logger.debug( "Cannot find input for " + paramName );
return new String("");
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGridParamDialog.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGridParamDialog.java
index 7059ab73c0..32788e3746 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGridParamDialog.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/graphToGrid/GraphToGridParamDialog.java
@@ -8,6 +8,7 @@
package gov.noaa.nws.ncep.ui.pgen.graphToGrid;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrDlg;
@@ -20,9 +21,8 @@ import gov.noaa.nws.ncep.ui.pgen.contours.Contours;
import gov.noaa.nws.ncep.ui.pgen.contours.IContours;
import gov.noaa.nws.ncep.ui.pgen.elements.DECollection;
import gov.noaa.nws.ncep.ui.pgen.elements.DrawableElement;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import java.util.ArrayList;
import java.util.Calendar;
@@ -30,7 +30,7 @@ import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.TimeZone;
-import org.apache.log4j.Logger;
+//import org.apache.log4j.Logger;
import org.eclipse.jface.dialogs.IDialogConstants;
import org.eclipse.swt.SWT;
@@ -52,6 +52,7 @@ import org.eclipse.swt.widgets.Text;
import com.raytheon.uf.viz.core.exception.VizException;
import com.raytheon.viz.ui.dialogs.CaveJFACEDialog;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import java.awt.Color;
import java.io.File;
@@ -76,12 +77,12 @@ import java.io.File;
public class GraphToGridParamDialog extends CaveJFACEDialog {
- private final static Logger logger = Logger.getLogger( GraphToGridParamDialog.class );
+// private final static Logger logger = Logger.getLogger( GraphToGridParamDialog.class );
private static LinkedHashMap productMaps = null;
private static HashMap currentProductParams = null;
private static ArrayList productNames = null;
- private static String grphgdTblName = NcPathConstants.PGEN_G2G_GRPHGD; // "grphgd.tbl";
+ private static String grphgdTblName = PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "grphgd.tbl"; // "grphgd.tbl";
private static ArrayList< HashMap > productDefaults = null;
private static final int BASIC_ADV_ID = IDialogConstants.CLIENT_ID + 7585;
@@ -141,7 +142,7 @@ public class GraphToGridParamDialog extends CaveJFACEDialog {
String fileName = value.substring( value.lastIndexOf('/') + 1 );
HashMap map = GraphToGrid.loadParameters(
- NcPathConstants.PGEN_ROOT+File.separator+fileName );
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot()+File.separator+fileName );
if ( map.size() > 0 ) {
productDefaults.add( map );
@@ -717,7 +718,8 @@ public class GraphToGridParamDialog extends CaveJFACEDialog {
*/
private void showExtension() {
- NCMapEditor currentEditor = NmapUiUtils.getActiveNatlCntrsEditor();
+// AbstractEditor currentEditor = NmapUiUtils.getActiveNatlCntrsEditor();
+ AbstractEditor currentEditor = PgenUtil.getActiveEditor();
PgenResource drawingLayer = PgenSession.getInstance().getPgenResource();
Contours cnt = getCurrentContours();
@@ -739,7 +741,7 @@ public class GraphToGridParamDialog extends CaveJFACEDialog {
ky = Integer.parseInt( nkxky[1] );
}
else {
- logger.warn( "Invalid input for kx;ky - default to 63;28" );
+// logger.warn( "Invalid input for kx;ky - default to 63;28" );
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringDisplayDialog.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringDisplayDialog.java
index 2a4547936d..8218e47347 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringDisplayDialog.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringDisplayDialog.java
@@ -10,7 +10,6 @@ package gov.noaa.nws.ncep.ui.pgen.layering;
import java.awt.Color;
import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
-import gov.noaa.nws.ncep.viz.common.ui.color.ColorMatrixSelector;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringHotKeyHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringHotKeyHandler.java
index 709c6f4ce9..88cd0b22e2 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringHotKeyHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/layering/PgenLayeringHotKeyHandler.java
@@ -7,7 +7,7 @@ import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.Layer;
import gov.noaa.nws.ncep.ui.pgen.elements.Product;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
@@ -30,7 +30,8 @@ public class PgenLayeringHotKeyHandler extends AbstractHandler {
}
int layerIndex = Integer.parseInt(layerIndexStr);
- PgenResource pgenResource = PgenUtil.findPgenResource(NmapUiUtils.getActiveNatlCntrsEditor());
+// PgenResource pgenResource = PgenUtil.findPgenResource(NmapUiUtils.getActiveNatlCntrsEditor());
+ PgenResource pgenResource = PgenUtil.findPgenResource(PgenUtil.getActiveEditor());
if(pgenResource != null && layerIndex > 0){
Product activeProduct = pgenResource.getActiveProduct();
int layerListSize = activeProduct.getLayers().size();
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteAction.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteAction.java
index a2522f4815..d22c3c8010 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteAction.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteAction.java
@@ -9,7 +9,7 @@
package gov.noaa.nws.ncep.ui.pgen.palette;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
@@ -34,7 +34,8 @@ public class PgenPaletteAction extends AbstractHandler {
*/
AbstractEditor editor = (AbstractEditor) EditorUtil.getActiveEditor();
- if( editor instanceof NCMapEditor ) {//&& ((NCMapEditor) editor).getApplicationName().equals("NA") ) {
+// if( editor instanceof NCMapEditor ) {//&& ((NCMapEditor) editor).getApplicationName().equals("NA") ) {
+ if( editor instanceof AbstractEditor ) {//&& ((NCMapEditor) editor).getApplicationName().equals("NA") ) {
IWorkbenchPage wpage = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
IViewPart vpart = wpage.findView( PgenUtil.VIEW_ID );
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteWindow.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteWindow.java
index 2f34edb2bf..6c9db10b81 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteWindow.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/palette/PgenPaletteWindow.java
@@ -80,8 +80,8 @@ import gov.noaa.nws.ncep.ui.pgen.productManage.ProductDialogStarter;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenCycleTool;
import gov.noaa.nws.ncep.viz.common.ui.NmapCommon;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* The PGEN View is used for all interaction with the objects in the PGEN Resource,
@@ -161,7 +161,7 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
private List buttonList = null; // Names of items that should appear on the palette
private IContextActivation pgenContextActivation;
- private NCMapEditor currentIsMultiPane = null;
+ private AbstractEditor currentIsMultiPane = null;
/**
* Constructor
@@ -247,10 +247,6 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
* change the title to show cycle day and cycle hour
*/
PgenCycleTool.updateTitle();
- if( !PreloadGfaDataThread.loaded ) {
- // preload the classes to reduce the first GFA format time
- new PreloadGfaDataThread().start();
- }
}
@@ -296,7 +292,8 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
/*
* change the title back to "CAVE"
*/
- NmapUiUtils.resetCaveTitle();
+// NmapUiUtils.resetCaveTitle();
+ PgenUtil.resetCaveTitle();
}
/**
@@ -536,7 +533,7 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
public void widgetSelected( SelectionEvent se ) {
IEditorPart editor = VizWorkbenchManager.getInstance().getActiveEditor();
- if( editor instanceof NCMapEditor ){//&& ((NCMapEditor) editor).getApplicationName().equals("NA") ) {
+ if( editor instanceof AbstractEditor ){//&& ((NCMapEditor) editor).getApplicationName().equals("NA") ) {
@@ -735,19 +732,20 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
IWorkbenchPart part = partRef.getPart(false);
//System.out.println("Something Activated: "+part.getClass().getCanonicalName() );
//if ( part instanceof NCMapEditor &&((NCMapEditor) part).getApplicationName().equals("NA")) {
- if ( part instanceof NCMapEditor ) {
+ if ( part instanceof AbstractEditor ) {
- PgenResource rsc = PgenUtil.findPgenResource((NCMapEditor)part);
+ PgenResource rsc = PgenUtil.findPgenResource((AbstractEditor)part);
if ( (rsc==null) && (PgenUtil.getPgenMode()==PgenMode.SINGLE) ) rsc = PgenUtil.createNewResource();
if ( rsc != null )rsc.setCatFilter(new CategoryFilter((currentCategory==null)?"Any":currentCategory));
PgenSession.getInstance().setResource(rsc);
- NCMapEditor editor = (NCMapEditor)part;
- if ( editor.getNumberofPanes() > 1 ) {
+ AbstractEditor editor = (AbstractEditor)part;
+// if ( editor.getNumberofPanes() > 1 ) {
+ if ( PgenUtil.getNumberofPanes( editor) > 1 ) {
currentIsMultiPane = editor;
- editor.addSelectedPaneChangedListener( this );
+// editor.addSelectedPaneChangedListener( this );
+ PgenUtil.addSelectedPaneChangedListener( editor, this );
}
-
activatePGENContext();
}
@@ -755,7 +753,8 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
activatePGENContext();
//found NCMapEditor
- NCMapEditor editor = NmapUiUtils.getActiveNatlCntrsEditor();
+// AbstractEditor editor = NmapUiUtils.getActiveNatlCntrsEditor();
+ AbstractEditor editor = PgenUtil.getActiveEditor();
if( editor != null ) {
IRenderableDisplay display = editor.getActiveDisplayPane().getRenderableDisplay();
ResourceList rscList = display.getDescriptor().getResourceList();
@@ -785,13 +784,14 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
//System.out.println("Something BroughtToTop: "+part.getClass().getCanonicalName() );
partActivated(partRef);
- if ( part instanceof NCMapEditor ) {
- NCMapEditor editor = (NCMapEditor)part;
- PgenResource rsc = PgenUtil.findPgenResource((NCMapEditor)part);
+ if ( part instanceof AbstractEditor ) {
+ AbstractEditor editor = (AbstractEditor)part;
+ PgenResource rsc = PgenUtil.findPgenResource((AbstractEditor)part);
if ( (rsc != null) && (PgenUtil.getPgenMode()==PgenMode.SINGLE)
&& (PgenUtil.doesLayerLink() ) ) {
- int id = NmapUiUtils.getNcDisplayID( editor.getDisplayName() );
+// int id = NmapUiUtils.getNcDisplayID( editor.getDisplayName() );
+ int id = PgenUtil.getDisplayID( PgenUtil.getDisplayName( editor ) );
if ( id > 0 && rsc != null ) {
@@ -831,10 +831,13 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
}
}
- if ( currentIsMultiPane != null ) currentIsMultiPane.removeSelectedPaneChangedListener( this );
+// if ( currentIsMultiPane != null ) currentIsMultiPane.removeSelectedPaneChangedListener( this );
+ if ( currentIsMultiPane != null ) {
+ PgenUtil.removeSelectedPaneChangedListener( currentIsMultiPane, this );
+ }
}
- else if ( part instanceof NCMapEditor ) {
- PgenResource pgen = PgenUtil.findPgenResource( (NCMapEditor) part );
+ else if ( part instanceof AbstractEditor ) {
+ PgenResource pgen = PgenUtil.findPgenResource( (AbstractEditor) part );
if ( pgen != null ){
pgen.closeDialogs();
}
@@ -846,21 +849,23 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
IWorkbenchPart part = partRef.getPart(false);
//System.out.println("Something Deactivated: "+part.getClass().getCanonicalName() );
- if ( part instanceof NCMapEditor ) {
+ if ( part instanceof AbstractEditor ) {
- PgenResource pgen = PgenUtil.findPgenResource( (NCMapEditor) part );
+ PgenResource pgen = PgenUtil.findPgenResource( (AbstractEditor) part );
if ( pgen != null ){
pgen.removeGhostLine();
pgen.removeSelected();
//pgen.closeDialogs();
deactivatePGENContext();
- ((NCMapEditor) part).refresh();
+ ((AbstractEditor) part).refresh();
}
- NCMapEditor editor = (NCMapEditor)part;
- if ( editor.getNumberofPanes() > 1 ) {
+ AbstractEditor editor = (AbstractEditor)part;
+// if ( editor.getNumberofPanes() > 1 ) {
+ if ( PgenUtil.getNumberofPanes( editor) > 1 ) {
currentIsMultiPane = null;
- editor.removeSelectedPaneChangedListener( this );
+// editor.removeSelectedPaneChangedListener( this );
+ PgenUtil.removeSelectedPaneChangedListener(editor, this );
}
}
@@ -873,8 +878,8 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
@Override
public void partOpened(IWorkbenchPartReference partRef) {
- //IWorkbenchPart part = partRef.getPart(false);
- //System.out.println("Something Opened: "+part.getClass().getCanonicalName() );
+// IWorkbenchPart part = partRef.getPart(false);
+// System.out.println("Something Opened: "+part.getClass().getCanonicalName() );
}
@Override
@@ -882,8 +887,8 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
IWorkbenchPart part = partRef.getPart(false);
//System.out.println("Something Hidden: "+part.getClass().getCanonicalName() );
- if ( part instanceof NCMapEditor ) {
- PgenResource pgen = PgenUtil.findPgenResource( (NCMapEditor) part );
+ if ( part instanceof AbstractEditor ) {
+ PgenResource pgen = PgenUtil.findPgenResource( (AbstractEditor) part );
if ( pgen != null ){
pgen.closeDialogs();
}
@@ -897,8 +902,14 @@ public class PgenPaletteWindow extends ViewPart implements SelectionListener,
@Override
public void partVisible(IWorkbenchPartReference partRef) {
- // TODO Auto-generated method stub
- }
+ IWorkbenchPart part = partRef.getPart(false);
+ //System.out.println("Something Opened: "+part.getClass().getCanonicalName() );
+ if(part instanceof AbstractEditor && !PreloadGfaDataThread.loaded ) {
+ // preload the classes to reduce the first GFA format time
+ new PreloadGfaDataThread().start();
+ }
+
+ }
private void unloadPgenResource(AbstractEditor editor) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/PgenHelpDialog.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/PgenHelpDialog.java
index d7da94072f..0740eba431 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/PgenHelpDialog.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/PgenHelpDialog.java
@@ -7,8 +7,7 @@
*/
package gov.noaa.nws.ncep.ui.pgen.productManage;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import java.io.File;
import java.io.FileNotFoundException;
@@ -186,9 +185,8 @@ public class PgenHelpDialog extends ProductDialog {
* Get the help file from the localization
*/
helpContent = "";
- File prdHelpFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_HELP_FILE );
-
+ File prdHelpFile = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "PgenHelp.txt" );
if( prdHelpFile != null && prdHelpFile.exists() && prdHelpFile.canRead() ) {
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProdTypeDialog.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProdTypeDialog.java
index 04093ef3f2..20dbd747b6 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProdTypeDialog.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProdTypeDialog.java
@@ -8,10 +8,9 @@
package gov.noaa.nws.ncep.ui.pgen.productManage;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.productTypes.ProdType;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
import java.io.File;
import java.io.FileInputStream;
@@ -280,10 +279,10 @@ public class ProdTypeDialog extends Dialog {
}
else {
//put into localization
- LocalizationContext userContext = NcPathManager.getInstance().getContext(
+ LocalizationContext userContext = PgenStaticDataProvider.getProvider().getLocalizationContext(
LocalizationType.CAVE_STATIC, LocalizationLevel.USER );
- LocalizationFile lFile = NcPathManager.getInstance().getLocalizationFile(
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getLocalizationFile(
userContext, getStyleSheetFileName(nameTxt.getText()));
//check file
@@ -332,7 +331,7 @@ public class ProdTypeDialog extends Dialog {
String pn = prodName.replaceAll(" ", "_");
- return NcPathConstants.PGEN_ROOT + File.separator + "xslt" + File.separator + "prod" + File.separator + pn + ".xslt";
+ return PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + File.separator + "xslt" + File.separator + "prod" + File.separator + pn + ".xslt";
}
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProductConfigureDialog.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProductConfigureDialog.java
index 5c34dc612b..b1e4ee500b 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProductConfigureDialog.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productManage/ProductConfigureDialog.java
@@ -58,16 +58,16 @@ import com.raytheon.uf.viz.core.exception.VizException;
import gov.noaa.nws.ncep.ui.pgen.PgenPreferences;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.Activator;
+import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrSettings;
import gov.noaa.nws.ncep.ui.pgen.file.FileTools;
import gov.noaa.nws.ncep.ui.pgen.palette.PgenPaletteWindow;
import gov.noaa.nws.ncep.ui.pgen.productTypes.*;
import gov.noaa.nws.ncep.viz.common.ui.color.ColorButtonSelector;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
/**
* This class allows the user to configure and edit the product types.
@@ -102,7 +102,8 @@ public class ProductConfigureDialog extends ProductDialog {
"Delete current activity type", "Ignore changes and exit" };
private final String[] typeTabNames = { "Palette", "Settings", "Layer", "Save", "Filter",
"Share", "Clip", "Products" };
-
+ private static final String PGEN_PRODUCT_TYPES ="productTypes.xml";
+
private HashMap itemMap = null; // map of PGEN configuration elements
private static ArrayList controls = null;
@@ -579,8 +580,8 @@ public class ProductConfigureDialog extends ProductDialog {
ProductTypes ptyps = new ProductTypes();
- prdTypesFile = NcPathManager.getInstance().getStaticLocalizationFile(
- NcPathConstants.PGEN_PRODUCT_TYPES );
+ prdTypesFile = PgenStaticDataProvider.getProvider().getStaticLocalizationFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + PGEN_PRODUCT_TYPES);
if( prdTypesFile != null && prdTypesFile.getFile().exists() &&
prdTypesFile.getFile().canRead() ) {
@@ -836,10 +837,10 @@ public class ProductConfigureDialog extends ProductDialog {
if ( !settings.equalsIgnoreCase("settings_tbl.xml")){ //don't delete the default file
- LocalizationContext userContext = NcPathManager.getInstance().getContext(
+ LocalizationContext userContext = PgenStaticDataProvider.getProvider().getLocalizationContext(
LocalizationType.CAVE_STATIC, LocalizationLevel.USER );
- LocalizationFile lFile = NcPathManager.getInstance().getLocalizationFile(
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getLocalizationFile(
userContext, settings);
lFile.delete();
@@ -952,11 +953,11 @@ public class ProductConfigureDialog extends ProductDialog {
}
else { // create a user-level context and create/get a new localization file
- LocalizationContext userContext = NcPathManager.getInstance().getContext(
+ LocalizationContext userContext = PgenStaticDataProvider.getProvider().getLocalizationContext(
prdTypesFile.getContext().getLocalizationType(),
LocalizationLevel.USER );
- prdTypesFile = NcPathManager.getInstance().getLocalizationFile(
- userContext, NcPathConstants.PGEN_PRODUCT_TYPES );
+ prdTypesFile = PgenStaticDataProvider.getProvider().getLocalizationFile(
+ userContext, PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + PGEN_PRODUCT_TYPES );
}
File ptypFile = prdTypesFile.getFile();
@@ -3034,10 +3035,10 @@ public class ProductConfigureDialog extends ProductDialog {
ptyp.setPgenSettingsFile( "" );
//put into localization
- LocalizationContext userContext = NcPathManager.getInstance().getContext(
+ LocalizationContext userContext = PgenStaticDataProvider.getProvider().getLocalizationContext(
LocalizationType.CAVE_STATIC, LocalizationLevel.USER );
- LocalizationFile lFile = NcPathManager.getInstance().getLocalizationFile(
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getLocalizationFile(
userContext, getSettingFullPath(pdName));
//check file
@@ -3129,10 +3130,10 @@ public class ProductConfigureDialog extends ProductDialog {
//remove style sheets
String xsltFile = ProdTypeDialog.getStyleSheetFileName( pt.getName());
if ( xsltFile != null && !xsltFile.isEmpty()){
- LocalizationContext userContext = NcPathManager.getInstance().getContext(
+ LocalizationContext userContext = PgenStaticDataProvider.getProvider().getLocalizationContext(
LocalizationType.CAVE_STATIC, LocalizationLevel.USER );
- LocalizationFile lFile = NcPathManager.getInstance().getLocalizationFile(
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getLocalizationFile(
userContext, xsltFile);
lFile.delete();
@@ -3333,7 +3334,7 @@ public class ProductConfigureDialog extends ProductDialog {
*/
static public String getSettingFullPath( String prodType ){
- return NcPathConstants.PGEN_ROOT + getSettingFileName( prodType );
+ return PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + getSettingFileName( prodType );
}
/**
@@ -3356,14 +3357,14 @@ public class ProductConfigureDialog extends ProductDialog {
* @return
*/
private String getCurrentSetting( String prodType ){
- File settingsFile = NcPathManager.getInstance().getStaticFile(
+ File settingsFile = PgenStaticDataProvider.getProvider().getStaticFile(
getSettingFullPath( prodType));
String fileName = "";
if ( settingsFile == null || !settingsFile.exists() ){
fileName = "settings_tbl.xml";
- settingsFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_SETTINGS_TBL);
+ settingsFile = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + AttrSettings.settingsFileName);
}
else {
fileName = getSettingFileName( prodType );
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productTypes/ProdType.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productTypes/ProdType.java
index 8dca3aaae7..b1338e4902 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productTypes/ProdType.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/productTypes/ProdType.java
@@ -8,15 +8,12 @@
package gov.noaa.nws.ncep.ui.pgen.productTypes;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.Product;
import gov.noaa.nws.ncep.ui.pgen.file.ProductConverter;
import gov.noaa.nws.ncep.ui.pgen.productManage.ProdTypeDialog;
-import gov.noaa.nws.ncep.ui.pgen.productManage.ProductConfigureDialog;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import java.io.ByteArrayOutputStream;
-import java.io.File;
import java.io.StringReader;
import java.io.StringWriter;
import java.util.ArrayList;
@@ -39,9 +36,6 @@ import javax.xml.transform.stream.StreamSource;
import org.w3c.dom.Document;
-import com.raytheon.uf.common.localization.LocalizationContext;
-import com.raytheon.uf.common.localization.LocalizationContext.LocalizationLevel;
-import com.raytheon.uf.common.localization.LocalizationContext.LocalizationType;
import com.raytheon.uf.common.localization.LocalizationFile;
import com.raytheon.uf.common.serialization.SerializationUtil;
@@ -270,13 +264,8 @@ public class ProdType {
private String getStyleSheetFilePath(){
String ret = "";
try {
- // LocalizationContext userContext = NcPathManager.getInstance().getContext(
- // LocalizationType.CAVE_STATIC, LocalizationLevel.USER );
-
- // LocalizationFile lFile = NcPathManager.getInstance().getLocalizationFile(
- // userContext, ProdTypeDialog.getStyleSheetFileName(name) );
- LocalizationFile lFile = NcPathManager.getInstance().getStaticLocalizationFile(ProdTypeDialog.getStyleSheetFileName(name) );
+ LocalizationFile lFile = PgenStaticDataProvider.getProvider().getStaticLocalizationFile(ProdTypeDialog.getStyleSheetFileName(name) );
ret = lFile.getFile().getAbsolutePath();
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/rsc/PgenResource.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/rsc/PgenResource.java
index 00dc09b970..3a91653769 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/rsc/PgenResource.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/rsc/PgenResource.java
@@ -48,8 +48,8 @@ import gov.noaa.nws.ncep.ui.pgen.tca.TCAElement;
import gov.noaa.nws.ncep.ui.pgen.tca.TropicalCycloneAdvisory;
import gov.noaa.nws.ncep.ui.pgen.tools.PgenSnapJet;
import gov.noaa.nws.ncep.ui.pgen.controls.PgenFileNameDisplay;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
import java.awt.Color;
import java.awt.image.BufferedImage;
@@ -76,6 +76,7 @@ import com.raytheon.uf.viz.core.rsc.IResourceDataChanged;
import com.raytheon.uf.viz.core.rsc.LoadProperties;
import com.raytheon.uf.viz.core.rsc.ResourceList.RemoveListener;
import com.raytheon.viz.core.gl.IGLTarget;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.CoordinateArrays;
import com.vividsolutions.jts.geom.CoordinateList;
@@ -304,7 +305,7 @@ public class PgenResource extends AbstractVizResource getGeometriesFromShapefile() {
- String FILE_NAME =
- NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_FIR_BOUNDS ).getAbsolutePath();
String[] LABEL_ATTR = new String[]{"FIR_ID"};
FeatureIterator featureIterator = null;
@@ -545,7 +540,7 @@ public class SigmetInfo {
String shapeField=null;
try{
- File file = new File(FILE_NAME);
+ File file = PgenStaticDataProvider.getProvider().getFirBoundsFile();
shapefileDataStore = new IndexedShapefileDataStore(file.toURI()
.toURL(), null, false, true, org.geotools.data.shapefile.indexed.IndexType.QIX);
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/sigmet/VaaInfo.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/sigmet/VaaInfo.java
index a98a869c81..9a4b06e697 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/sigmet/VaaInfo.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/sigmet/VaaInfo.java
@@ -28,12 +28,10 @@ import java.lang.reflect.*;
import org.w3c.dom.*;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.*;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
-
/**
* The class for Volcano info storage and utilities
*
@@ -395,8 +393,8 @@ public class VaaInfo {
try {
DocumentBuilder builder = factory.newDocumentBuilder();
- File vaaFile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_VAA_FILE );
+ File vaaFile = PgenStaticDataProvider.getProvider().getStaticFile(
+ PgenStaticDataProvider.getProvider().getPgenLocalizationRoot() + "vaa.xml" );
doc = builder.parse( vaaFile.getAbsoluteFile() );
} catch (Exception e) {
@@ -1180,7 +1178,7 @@ public class VaaInfo {
return sb.toString();
if(fhr.substring(0, 3).contains(hour)){
- String txt = getParsedTxt(fhr,fromLine, vac.getType(), Integer.toString((int)(vac.getWidth()/PgenUtil.NM2M)));
+ String txt = getParsedTxt(fhr,fromLine, vac.getType(), Integer.toString((int) (vac.getWidth())));
//OBS takes ONLY the first element if NotSeen is present
if( ! VaaInfo.LAYERS[2].equals(hour )
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tca/BreakpointManager.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tca/BreakpointManager.java
index 6c9ddb97df..9a2569ff40 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tca/BreakpointManager.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tca/BreakpointManager.java
@@ -7,24 +7,15 @@
*/
package gov.noaa.nws.ncep.ui.pgen.tca;
-import gov.noaa.nws.ncep.viz.common.dbQuery.NcDirectDbQuery;
-import gov.noaa.nws.ncep.ui.pgen.tca.BreakpointPair;
-import gov.noaa.nws.ncep.viz.common.ui.NmapCommon;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager;
-import gov.noaa.nws.ncep.viz.localization.NcPathManager.NcPathConstants;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
-import java.util.Map;
import org.geotools.referencing.GeodeticCalculator;
-import com.raytheon.uf.common.dataquery.db.QueryResult;
-import com.raytheon.uf.common.dataquery.db.QueryResultRow;
import com.raytheon.uf.common.serialization.SerializationUtil;
-import com.raytheon.uf.viz.core.catalog.DirectDbQuery.QueryLanguage;
-import com.raytheon.uf.viz.core.exception.VizException;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.CoordinateList;
import com.vividsolutions.jts.geom.Envelope;
@@ -48,10 +39,11 @@ public class BreakpointManager {
private static BreakpointManager instance=null;;
private final double DIST = 1.0;
-
- // query used to grab forecast zones from EDEX Database
- // TODO - move column/table names to config file so query is not hardwired in code
- private final static String zoneQuery = "select state,zone,cwa from mapdata.zone;";
+
+ private static final String PGEN_ROOT = PgenStaticDataProvider.getProvider().getPgenLocalizationRoot();
+ private static final String PGEN_ISLND_BRKPTS_TBL= PGEN_ROOT + "IslandBreakpoints.xml";
+ private static final String PGEN_WATER_BRKPTS_TBL= PGEN_ROOT + "WaterBreakpoints.xml";
+ private static final String PGEN_COAST_BRKPTS_TBL= PGEN_ROOT + "CoastBreakpoints.xml";
private GeodeticCalculator gc;
@@ -131,8 +123,8 @@ public class BreakpointManager {
/*
* unmarshal island breakpoints from XML file
*/
- String bkptfile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_COAST_BRKPTS_TBL ).getAbsolutePath();
+ String bkptfile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PGEN_COAST_BRKPTS_TBL );
try {
coasts = (CoastBreakpointList)SerializationUtil.jaxbUnmarshalFromXmlFile(bkptfile);
@@ -176,8 +168,8 @@ public class BreakpointManager {
/*
* unmarshal island breakpoints from XML file
*/
- String bkptfile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_ISLND_BRKPTS_TBL ).getAbsolutePath();
+ String bkptfile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PGEN_ISLND_BRKPTS_TBL );
try {
islands = (IslandBreakpointList)SerializationUtil.jaxbUnmarshalFromXmlFile(bkptfile);
}
@@ -216,8 +208,8 @@ public class BreakpointManager {
/*
* unmarshal waterway breakpoints from XML file
*/
- String bkptfile = NcPathManager.getInstance().getStaticFile(
- NcPathConstants.PGEN_WATER_BRKPTS_TBL ).getAbsolutePath();
+ String bkptfile = PgenStaticDataProvider.getProvider().getFileAbsolutePath(
+ PGEN_WATER_BRKPTS_TBL );
try {
waterways = (WaterBreakpointList)SerializationUtil.jaxbUnmarshalFromXmlFile(bkptfile);
}
@@ -603,27 +595,7 @@ public class BreakpointManager {
*/
private void initializeZoneMap() {
- zoneMap = new HashMap();
- QueryResult results = null;
-
- try {
- results = NcDirectDbQuery.executeMappedQuery(zoneQuery, "maps", QueryLanguage.SQL);
- QueryResultRow[] rows = results.getRows();
- Map columns = results.getColumnNames();
- //System.out.println("column nmaes: "+columns.keySet().toString());
- for ( QueryResultRow row : rows ) {
- Object state = row.getColumn( columns.get("state") );
- Object zone = row.getColumn( columns.get("zone") );
- Object cwa = row.getColumn( columns.get("cwa") );
- if ( state!=null && zone!=null && cwa!=null ) {
- zoneMap.put(state.toString()+"Z"+zone.toString(), cwa.toString());
- }
- }
- }
- catch ( VizException ve ) {
- ve.printStackTrace();
- }
-
+ zoneMap = PgenStaticDataProvider.getProvider().getZoneMap();
//System.out.println("FOUND "+zoneMap.size()+" ZONES");
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenDrawingTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenDrawingTool.java
index 0ab6045e8f..5fbd1cf0cc 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenDrawingTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenDrawingTool.java
@@ -10,7 +10,7 @@ package gov.noaa.nws.ncep.ui.pgen.tools;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrDlg;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrDlgFactory;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.ui.IEditorPart;
@@ -18,6 +18,7 @@ import org.eclipse.ui.PlatformUI;
import com.raytheon.uf.viz.core.rsc.IInputHandler;
import com.raytheon.viz.ui.EditorUtil;
+import com.raytheon.viz.ui.editor.AbstractEditor;
/**
* The abstract super class for all PGEN drawing tools.
@@ -66,7 +67,8 @@ public abstract class AbstractPgenDrawingTool extends AbstractPgenTool {
@Override
protected void activateTool( ) {
IEditorPart ep = EditorUtil.getActiveEditor();
- if (!(ep instanceof NCMapEditor) ){
+// if (!(ep instanceof NCMapEditor) ){
+ if (!(ep instanceof AbstractEditor) ){
return;
}
/*
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenTool.java
index e0f857e72b..09af2f7ba6 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/AbstractPgenTool.java
@@ -10,11 +10,13 @@ package gov.noaa.nws.ncep.ui.pgen.tools;
import gov.noaa.nws.ncep.ui.pgen.PgenSession;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
-import gov.noaa.nws.ncep.ui.pgen.palette.PgenPaletteWindow;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.AbstractNCModalMapTool;
+//import gov.noaa.nws.ncep.viz.ui.display.AbstractNCModalMapTool;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import com.raytheon.uf.viz.core.rsc.IInputHandler;
+import com.raytheon.viz.ui.editor.AbstractEditor;
+import com.raytheon.viz.ui.tools.AbstractModalTool;
/**
* The abstract super class for all PGEN tools.
@@ -33,7 +35,11 @@ import com.raytheon.uf.viz.core.rsc.IInputHandler;
* @author B. Yin
*/
-public abstract class AbstractPgenTool extends AbstractNCModalMapTool{
+ public abstract class AbstractPgenTool extends AbstractModalTool{
+ //public abstract class AbstractPgenTool extends AbstractNCModalMapTool{
+
+// protected String buttonName = null;
+ protected AbstractEditor mapEditor = null;
protected String buttonName = null;
private static boolean delObjFlag;
@@ -52,7 +58,13 @@ public abstract class AbstractPgenTool extends AbstractNCModalMapTool{
@Override
protected void activateTool( ) {
if ( PgenSession.getInstance().getPgenPalette() == null ) return;
- super.activateTool(event);
+// super.activateTool(event);
+// super.activateTool();
+
+ if( editor instanceof AbstractEditor ) {
+ this.mapEditor = (AbstractEditor)super.editor;
+ }
+
String param;
param = event.getParameter("name");
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenAddLabelHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenAddLabelHandler.java
index c4cd527119..78f6626f8d 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenAddLabelHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenAddLabelHandler.java
@@ -31,7 +31,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.SinglePointElement;
import gov.noaa.nws.ncep.ui.pgen.elements.labeledLines.Label;
import gov.noaa.nws.ncep.ui.pgen.elements.labeledLines.LabeledLine;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import java.awt.Color;
import java.awt.Polygon;
@@ -40,6 +40,7 @@ import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.GeometryFactory;
@@ -59,7 +60,8 @@ import com.vividsolutions.jts.geom.GeometryFactory;
*/
public class PgenAddLabelHandler extends InputHandlerDefaultImpl {
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private PgenResource drawingLayer;
//"labeled line drawing tool" or "labeled line modify tool"
@@ -82,7 +84,8 @@ public class PgenAddLabelHandler extends InputHandlerDefaultImpl {
* @param prevTool
* @param dlg
*/
- public PgenAddLabelHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+// public PgenAddLabelHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+ public PgenAddLabelHandler(AbstractEditor mapEditor, PgenResource drawingLayer,
ILabeledLine prevTool, AttrDlg dlg ){
this.mapEditor= mapEditor;
this.drawingLayer = drawingLayer;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenCycleTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenCycleTool.java
index b42397bf4d..2c5f1e6456 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenCycleTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenCycleTool.java
@@ -9,7 +9,7 @@
package gov.noaa.nws.ncep.ui.pgen.tools;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
-import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
+//import gov.noaa.nws.ncep.viz.ui.display.NmapUiUtils;
import java.util.Calendar;
import java.util.Date;
@@ -188,7 +188,8 @@ public class PgenCycleTool extends AbstractPgenDrawingTool {
public static void updateTitle(){
String title = " -- Day/Cycle: " + pad(cycleDay) + "/" + pad(cycleHour) + "Z ";
title += isRoutine? "Routine": "Update";
- NmapUiUtils.setCaveTitle(title);
+// NmapUiUtils.setCaveTitle(title);
+ PgenUtil.setCaveTitle(title);
}
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenFlipDrawingElement.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenFlipDrawingElement.java
index 9f645c1b14..b28415a1f8 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenFlipDrawingElement.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenFlipDrawingElement.java
@@ -9,6 +9,7 @@
package gov.noaa.nws.ncep.ui.pgen.tools;
import com.raytheon.uf.viz.core.rsc.IInputHandler;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
//import gov.noaa.nws.ncep.ui.display.InputHandlerDefaultImpl;
@@ -17,7 +18,7 @@ import gov.noaa.nws.ncep.ui.pgen.annotation.Operation;
import gov.noaa.nws.ncep.ui.pgen.elements.AbstractDrawableComponent;
import gov.noaa.nws.ncep.ui.pgen.filter.OperationFilter;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Implements a modal map tool for the PGEN flip element function.
@@ -70,11 +71,13 @@ public class PgenFlipDrawingElement extends AbstractPgenTool {
public class PgenFlipHandler extends InputHandlerDefaultImpl {
private PgenResource flipPgenSource;
- private NCMapEditor flipNCMapEditor;
+// private NCMapEditor flipNCMapEditor;
+ private AbstractEditor flipNCMapEditor;
private boolean preempt;
private OperationFilter flipFilter;
- public PgenFlipHandler(PgenResource _flipPgenSource, NCMapEditor _flipNCMapEditor) {
+// public PgenFlipHandler(PgenResource _flipPgenSource, NCMapEditor _flipNCMapEditor) {
+ public PgenFlipHandler(PgenResource _flipPgenSource, AbstractEditor _flipNCMapEditor) {
flipPgenSource = _flipPgenSource;
flipNCMapEditor = _flipNCMapEditor;
flipFilter = new OperationFilter( Operation.FLIP );
@@ -153,7 +156,8 @@ public class PgenFlipDrawingElement extends AbstractPgenTool {
* @return
*/
private void rightMouseButtonDownHandler(PgenResource thePpgenSource,
- AbstractDrawableComponent selectedDrawableElement, NCMapEditor theNCMapEditor) {
+// AbstractDrawableComponent selectedDrawableElement, NCMapEditor theNCMapEditor) {
+ AbstractDrawableComponent selectedDrawableElement, AbstractEditor theNCMapEditor) {
if ( selectedDrawableElement != null ){
// de-select element
thePpgenSource.removeSelected();
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenInterpolationTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenInterpolationTool.java
index b869cf2953..29c32efa34 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenInterpolationTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenInterpolationTool.java
@@ -12,7 +12,10 @@ package gov.noaa.nws.ncep.ui.pgen.tools;
import java.awt.Color;
import java.util.List;
+import com.raytheon.uf.viz.core.drawables.IRenderableDisplay;
+import com.raytheon.uf.viz.core.map.IMapDescriptor;
import com.raytheon.uf.viz.core.rsc.IInputHandler;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
//import gov.noaa.nws.ncep.ui.display.InputHandlerDefaultImpl;
@@ -287,8 +290,10 @@ public class PgenInterpolationTool extends AbstractPgenDrawingTool {
/*
* perform the interpolation and get back new elements
*/
+// List deList = PgenInterpolator.interpolate(selectedEls.get(0).getPrimaryDE(), selectedEls.get(1).getPrimaryDE(),
+// props, mapEditor.getDescriptor() );
List deList = PgenInterpolator.interpolate(selectedEls.get(0).getPrimaryDE(), selectedEls.get(1).getPrimaryDE(),
- props, mapEditor.getDescriptor() );
+ props, getDescriptor( mapEditor ) );
/*
* Add any new elements to the Pgen Resource
@@ -347,6 +352,20 @@ public class PgenInterpolationTool extends AbstractPgenDrawingTool {
return false;
}
+
+ // Convenience method to get the map descriptor
+ private IMapDescriptor getDescriptor( AbstractEditor editor ) {
+ // bsteffen ported this function from NCPaneManager
+ // return (IMapDescriptor) getPaneManager().getDescriptor();
+ IMapDescriptor descriptor = null;
+ IRenderableDisplay display = editor.getActiveDisplayPane()
+ .getRenderableDisplay();
+ if (display != null) {
+ descriptor = (IMapDescriptor) display.getDescriptor();
+ }
+ return descriptor;
+ }
+
}
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbAddingHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbAddingHandler.java
index e1393f6c72..d6a1e2a398 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbAddingHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbAddingHandler.java
@@ -10,6 +10,7 @@ package gov.noaa.nws.ncep.ui.pgen.tools;
import java.awt.Color;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
@@ -27,7 +28,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Jet;
import gov.noaa.nws.ncep.ui.pgen.elements.Text;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet.JetBarb;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Mouse handler to add barb when drawing jet.
@@ -46,7 +47,8 @@ import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
*/
public class PgenJetBarbAddingHandler extends InputHandlerDefaultImpl {
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private PgenResource drawingLayer;
private IJetBarb prevTool;
private JetAttrDlg jetDlg;
@@ -59,7 +61,8 @@ public class PgenJetBarbAddingHandler extends InputHandlerDefaultImpl {
* @param jet
* @param jetDlg
*/
- public PgenJetBarbAddingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+// public PgenJetBarbAddingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+ public PgenJetBarbAddingHandler(AbstractEditor mapEditor, PgenResource drawingLayer,
IJetBarb prevTool, JetAttrDlg jetDlg){
this.mapEditor= mapEditor;
this.drawingLayer = drawingLayer;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbDeletingHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbDeletingHandler.java
index 15f19128d2..d0c57f1923 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbDeletingHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetBarbDeletingHandler.java
@@ -10,6 +10,7 @@ package gov.noaa.nws.ncep.ui.pgen.tools;
import java.awt.Color;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
@@ -22,7 +23,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.IJetTools;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet;
import gov.noaa.nws.ncep.ui.pgen.elements.Symbol;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Mouse handler to delete barb when drawing jet.
@@ -42,7 +43,8 @@ import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
*/
public class PgenJetBarbDeletingHandler extends InputHandlerDefaultImpl {
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private PgenResource drawingLayer;
private IJetBarb prevTool;
private JetAttrDlg jetDlg;
@@ -56,7 +58,8 @@ public class PgenJetBarbDeletingHandler extends InputHandlerDefaultImpl {
* @param prevTool
* @param jet
*/
- public PgenJetBarbDeletingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+// public PgenJetBarbDeletingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+ public PgenJetBarbDeletingHandler(AbstractEditor mapEditor, PgenResource drawingLayer,
IJetBarb prevTool, JetAttrDlg jetDlg){
this.mapEditor= mapEditor;
this.drawingLayer = drawingLayer;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashAddingHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashAddingHandler.java
index e7e2903b16..4ce609874c 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashAddingHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashAddingHandler.java
@@ -14,10 +14,11 @@ import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet.JetHash;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import java.awt.Color;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
/**
@@ -35,7 +36,8 @@ import com.vividsolutions.jts.geom.Coordinate;
*/
public class PgenJetHashAddingHandler extends InputHandlerDefaultImpl {
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private PgenResource drawingLayer;
private IJetBarb prevTool;
private JetAttrDlg jetDlg;
@@ -48,7 +50,8 @@ public class PgenJetHashAddingHandler extends InputHandlerDefaultImpl {
* @param jet
* @param jetDlg
*/
- public PgenJetHashAddingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+// public PgenJetHashAddingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+ public PgenJetHashAddingHandler(AbstractEditor mapEditor, PgenResource drawingLayer,
IJetBarb prevTool, JetAttrDlg jetDlg){
this.mapEditor= mapEditor;
this.drawingLayer = drawingLayer;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashDeletingHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashDeletingHandler.java
index 6549250eae..c9875df2c4 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashDeletingHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenJetHashDeletingHandler.java
@@ -10,6 +10,7 @@ package gov.noaa.nws.ncep.ui.pgen.tools;
import java.awt.Color;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
@@ -21,7 +22,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Jet;
import gov.noaa.nws.ncep.ui.pgen.elements.Symbol;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet.JetHash;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Mouse handler to delete hash when drawing jet.
@@ -39,7 +40,8 @@ import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
*/
public class PgenJetHashDeletingHandler extends InputHandlerDefaultImpl {
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private PgenResource drawingLayer;
private IJetBarb prevTool;
private AbstractDrawableComponent hashSelected;
@@ -52,7 +54,8 @@ public class PgenJetHashDeletingHandler extends InputHandlerDefaultImpl {
* @param prevTool
* @param jet
*/
- public PgenJetHashDeletingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+// public PgenJetHashDeletingHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+ public PgenJetHashDeletingHandler(AbstractEditor mapEditor, PgenResource drawingLayer,
IJetBarb prevTool, JetAttrDlg jetDlg){
this.mapEditor= mapEditor;
this.drawingLayer = drawingLayer;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenLabeledLineDelHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenLabeledLineDelHandler.java
index f65759c9e9..8f572484e9 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenLabeledLineDelHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenLabeledLineDelHandler.java
@@ -15,10 +15,11 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Line;
import gov.noaa.nws.ncep.ui.pgen.elements.labeledLines.Label;
import gov.noaa.nws.ncep.ui.pgen.elements.labeledLines.LabeledLine;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
import java.util.Iterator;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.GeometryFactory;
import com.vividsolutions.jts.geom.Point;
@@ -41,7 +42,8 @@ import com.vividsolutions.jts.geom.Point;
*/
public class PgenLabeledLineDelHandler extends InputHandlerDefaultImpl {
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private PgenResource drawingLayer;
//LabeledLineDrawingTool or LabeledLineModifyTool
@@ -67,7 +69,8 @@ public class PgenLabeledLineDelHandler extends InputHandlerDefaultImpl {
* @param prevTool
* @param dlg
*/
- public PgenLabeledLineDelHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+// public PgenLabeledLineDelHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+ public PgenLabeledLineDelHandler(AbstractEditor mapEditor, PgenResource drawingLayer,
ILabeledLine prevTool, AttrDlg dlg, boolean delLine, boolean flip, boolean openClose ){
this.mapEditor= mapEditor;
this.drawingLayer = drawingLayer;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenMultiPointDrawingTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenMultiPointDrawingTool.java
index bd62eb59f3..50f985bc29 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenMultiPointDrawingTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenMultiPointDrawingTool.java
@@ -74,8 +74,8 @@ import gov.noaa.nws.ncep.viz.common.LocatorUtil;
public class PgenMultiPointDrawingTool extends AbstractPgenDrawingTool {
- private final static org.apache.log4j.Logger log =
- org.apache.log4j.Logger.getLogger(PgenMultiPointDrawingTool.class);
+// private final static org.apache.log4j.Logger log =
+// org.apache.log4j.Logger.getLogger(PgenMultiPointDrawingTool.class);
private TrackExtrapPointInfoDlg trackExtrapPointInfoDlg;
@@ -193,7 +193,7 @@ public class PgenMultiPointDrawingTool extends AbstractPgenDrawingTool {
else {
//Use pgenType value to decide if the DrawableType should be TRACK or LINE
DrawableType drawableType = getDrawableType(pgenType);
- log.debug("PgenMultiPointDrawingTool, before call def.create, drawableType=" + drawableType + ", pgenType="+pgenType);
+// log.debug("PgenMultiPointDrawingTool, before call def.create, drawableType=" + drawableType + ", pgenType="+pgenType);
/*if(drawableType == DrawableType.CONV_SIGMET && ("NCON_SIGMET".equals(pgenType))) //"CONV_SIGMET".equals(pgenType)||
points = SnapUtil.getSnapWithStation(points, SnapUtil.VOR_STATION_LIST, 10, 8);*/
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSelectingTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSelectingTool.java
index e810aabb9c..35cabecee8 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSelectingTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSelectingTool.java
@@ -20,6 +20,7 @@ import org.geotools.referencing.GeodeticCalculator;
import com.raytheon.uf.viz.core.rsc.IInputHandler;
import com.raytheon.viz.ui.EditorUtil;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
//import gov.noaa.nws.ncep.ui.display.InputHandlerDefaultImpl;
@@ -68,7 +69,7 @@ import gov.noaa.nws.ncep.ui.pgen.attrDialog.TrackAttrDlg;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.TrackExtrapPointInfoDlg;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.OutlookAttrDlg;
import gov.noaa.nws.ncep.viz.common.SnapUtil;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Implements a modal map tool for PGEN selecting functions.
@@ -142,7 +143,7 @@ public class PgenSelectingTool extends AbstractPgenDrawingTool
if ( PgenSession.getInstance().getPgenPalette() == null ) return;
IEditorPart ep = EditorUtil.getActiveEditor();
- if (!(ep instanceof NCMapEditor) ){
+ if (!(ep instanceof AbstractEditor) ){
return;
}
attrDlg = null;
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSnapJet.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSnapJet.java
index cfd46789cf..67cd812f2e 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSnapJet.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenSnapJet.java
@@ -12,6 +12,7 @@ import java.awt.Color;
import java.util.Iterator;
import com.raytheon.uf.viz.core.map.IMapDescriptor;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.JetAttrDlg;
@@ -28,7 +29,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Text;
import gov.noaa.nws.ncep.ui.pgen.elements.Vector;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet.JetHash;
import gov.noaa.nws.ncep.ui.pgen.elements.Jet.JetText;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Implements snap functions for jet.
@@ -58,7 +59,8 @@ public class PgenSnapJet implements IJetTools{
// Map editor is needed for zooming.
// Map descriptor is needed when projection changes
private IMapDescriptor descriptor;
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private JetAttrDlg jetDlg;
private JetHash hashTmp;
private static final double defaultZoomLevel = 0.24;
@@ -67,7 +69,8 @@ public class PgenSnapJet implements IJetTools{
* public constructor
* @param mapEditor
*/
- public PgenSnapJet( IMapDescriptor des, NCMapEditor editor, JetAttrDlg dlg ){
+// public PgenSnapJet( IMapDescriptor des, NCMapEditor editor, JetAttrDlg dlg ){
+ public PgenSnapJet( IMapDescriptor des, AbstractEditor editor, JetAttrDlg dlg ){
this.descriptor = des;
this.mapEditor = editor;
this.jetDlg = dlg;
@@ -578,7 +581,8 @@ public class PgenSnapJet implements IJetTools{
*/
public Coordinate relative2LatLon(Coordinate relativeLoc, Vector barb) {
- double scaleFactor = mapEditor.getSelectedPane().getZoomLevel() / defaultZoomLevel;
+// double scaleFactor = mapEditor.getSelectedPane().getZoomLevel() / defaultZoomLevel;
+ double scaleFactor = mapEditor.getActiveDisplayPane().getZoomLevel() / defaultZoomLevel;
double [] pt0 = descriptor.worldToPixel( new double[]{barb.getPoints().get(0).x, barb.getPoints().get(0).y});
@@ -618,7 +622,8 @@ public class PgenSnapJet implements IJetTools{
//get radius in the polar coordinate system
polar.x = Math.sqrt(deltaX*deltaX+deltaY*deltaY);
- double scaleFactor = mapEditor.getSelectedPane().getZoomLevel() / defaultZoomLevel;
+// double scaleFactor = mapEditor.getSelectedPane().getZoomLevel() / defaultZoomLevel;
+ double scaleFactor = mapEditor.getActiveDisplayPane().getZoomLevel() / defaultZoomLevel;
polar.x /= scaleFactor;
//get angular wind barb and flight text
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenTextDrawingTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenTextDrawingTool.java
index 71382bc224..c861011364 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenTextDrawingTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenTextDrawingTool.java
@@ -11,6 +11,7 @@ package gov.noaa.nws.ncep.ui.pgen.tools;
import java.awt.geom.Line2D;
import com.raytheon.uf.viz.core.rsc.IInputHandler;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
//import gov.noaa.nws.ncep.ui.display.InputHandlerDefaultImpl;
@@ -30,7 +31,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.Symbol;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.AttrSettings;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.TextAttrDlg;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Implements a modal map tool for PGEN text drawing.
@@ -344,7 +345,8 @@ public class PgenTextDrawingTool extends AbstractPgenDrawingTool {
* -1 - left side of the line
* 0 - on the line
*/
- public static int rightOfLine( NCMapEditor mEditor, Coordinate pt, Line ln ){
+// public static int rightOfLine( NCMapEditor mEditor, Coordinate pt, Line ln ){
+ public static int rightOfLine( AbstractEditor mEditor, Coordinate pt, Line ln ){
double screenPt[] = mEditor.translateInverseClick(pt);
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxAddDelCntyHandler.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxAddDelCntyHandler.java
index 351bb95467..0014ef409f 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxAddDelCntyHandler.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxAddDelCntyHandler.java
@@ -23,17 +23,19 @@ import org.opengis.feature.simple.SimpleFeatureType;
import org.opengis.filter.FilterFactory2;
import org.opengis.filter.Filter;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.Geometry;
import com.vividsolutions.jts.geom.GeometryFactory;
import com.vividsolutions.jts.geom.MultiPolygon;
import com.vividsolutions.jts.geom.Point;
+import gov.noaa.nws.ncep.common.staticdata.SPCCounty;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.WatchBoxAttrDlg;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
import gov.noaa.nws.ncep.ui.pgen.rsc.PgenResource;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Mouse handler to add/delete counties when editing watch box.
@@ -50,7 +52,8 @@ import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
*/
public class PgenWatchBoxAddDelCntyHandler extends InputHandlerDefaultImpl {
- private NCMapEditor mapEditor;
+// private NCMapEditor mapEditor;
+ private AbstractEditor mapEditor;
private PgenResource drawingLayer;
private WatchBox wb;
private PgenWatchBoxModifyTool wbTool;
@@ -64,7 +67,8 @@ public class PgenWatchBoxAddDelCntyHandler extends InputHandlerDefaultImpl {
* @param drawingLayer
* @param watch box
*/
- public PgenWatchBoxAddDelCntyHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+// public PgenWatchBoxAddDelCntyHandler(NCMapEditor mapEditor, PgenResource drawingLayer,
+ public PgenWatchBoxAddDelCntyHandler(AbstractEditor mapEditor, PgenResource drawingLayer,
WatchBox wb, PgenWatchBoxModifyTool tool){
this.mapEditor= mapEditor;
@@ -116,14 +120,14 @@ public class PgenWatchBoxAddDelCntyHandler extends InputHandlerDefaultImpl {
}
boolean gotCnty = false;
- County county = null;
+ SPCCounty county = null;
//get the county with ID
if ( ugc != null ){
- List cntyTbl = County.getAllCounties();
+ List cntyTbl = PgenStaticDataProvider.getProvider().getSPCCounties();
- for ( County cnty : cntyTbl ){
+ for ( SPCCounty cnty : cntyTbl ){
if ( ugc.equalsIgnoreCase(cnty.getUgcId()) ){
gotCnty = true;
county = cnty;
@@ -139,7 +143,7 @@ public class PgenWatchBoxAddDelCntyHandler extends InputHandlerDefaultImpl {
//or add it into the list if it is not in
if ( gotCnty ){
- for ( County cnty : wb.getCountyList() ){
+ for ( SPCCounty cnty : wb.getCountyList() ){
if ( ugc.equalsIgnoreCase(cnty.getUgcId() )){
inList = true;
break;
@@ -227,8 +231,8 @@ public class PgenWatchBoxAddDelCntyHandler extends InputHandlerDefaultImpl {
SimpleFeatureBuilder fbuild = new SimpleFeatureBuilder( POLY );
//create feature collection
- List cntyTbl = County.getAllCounties();
- for ( County cnty : cntyTbl ){
+ List cntyTbl = PgenStaticDataProvider.getProvider().getSPCCounties();
+ for ( SPCCounty cnty : cntyTbl ){
if ( cnty.getShape() != null && cnty.getName() != null ){
Geometry countyGeo = cnty.getShape();
if ( countyGeo != null ){
diff --git a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxDrawingTool.java b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxDrawingTool.java
index 646f1c6a52..bdc0545b91 100644
--- a/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxDrawingTool.java
+++ b/ncep/gov.noaa.nws.ncep.ui.pgen/src/gov/noaa/nws/ncep/ui/pgen/tools/PgenWatchBoxDrawingTool.java
@@ -16,10 +16,13 @@ import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.ui.PlatformUI;
import com.raytheon.uf.viz.core.rsc.IInputHandler;
+import com.raytheon.viz.ui.editor.AbstractEditor;
import com.vividsolutions.jts.geom.Coordinate;
+import gov.noaa.nws.ncep.common.staticdata.USState;
import gov.noaa.nws.ncep.edex.common.stationTables.Station;
import gov.noaa.nws.ncep.edex.common.stationTables.StationTable;
+import gov.noaa.nws.ncep.ui.pgen.PgenStaticDataProvider;
import gov.noaa.nws.ncep.ui.pgen.PgenUtil;
import gov.noaa.nws.ncep.ui.pgen.elements.*;
import gov.noaa.nws.ncep.ui.pgen.attrDialog.WatchBoxAttrDlg;
@@ -28,10 +31,7 @@ import gov.noaa.nws.ncep.ui.pgen.elements.DrawableType;
import gov.noaa.nws.ncep.ui.pgen.display.IAttribute;
import gov.noaa.nws.ncep.ui.pgen.elements.Line;
import gov.noaa.nws.ncep.ui.pgen.elements.WatchBox.WatchShape;
-import gov.noaa.nws.ncep.ui.pgen.maps.County;
-import gov.noaa.nws.ncep.ui.pgen.maps.USState;
-import gov.noaa.nws.ncep.ui.pgen.stationTables.StationTableUtil;
-import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
+//import gov.noaa.nws.ncep.viz.ui.display.NCMapEditor;
/**
* Implements a modal map tool to draw PGEN watch boxes.
@@ -70,8 +70,7 @@ public class PgenWatchBoxDrawingTool extends AbstractPgenDrawingTool {
new Thread(){
public void run(){
- USState.loadStateTable();
- County.loadCountyTable();
+ PgenStaticDataProvider.getProvider().getSPCCounties();
}
}.start();
@@ -338,7 +337,8 @@ public class PgenWatchBoxDrawingTool extends AbstractPgenDrawingTool {
* @param polyPoints - list of coordinates of the polygon
* @return - list of anchor points in the polygon
*/
- public static ArrayList getAnchorsInPoly(NCMapEditor editor, List polyPoints ){
+ public static ArrayList getAnchorsInPoly(AbstractEditor editor, List polyPoints ){
+// public static ArrayList