Merge branch upc_14.4.1 into master_14.4.1
Former-commit-id: 2288995260
|
@ -36,9 +36,9 @@ collectingFolder=${archivePrefix}
|
|||
# configs=win32,win32,x86 & linux,motif,x86
|
||||
# By default the value is *,*,*
|
||||
#configs = *, *, *
|
||||
configs=linux, gtk, x86 & \
|
||||
linux, gtk, x86_64 & \
|
||||
win32, win32, x86
|
||||
configs=linux, gtk, x86_64
|
||||
# linux, gtk, x86_64 & \
|
||||
# win32, win32, x86
|
||||
# win32, win32, x86 & \
|
||||
# linux, gtk, x86_64 & \
|
||||
# linux, motif, x86 & \
|
||||
|
@ -125,7 +125,7 @@ baseLocation=${base}/eclipse
|
|||
#Os/Ws/Arch/nl of the eclipse specified by baseLocation
|
||||
baseos=linux
|
||||
basews=gtk
|
||||
basearch=x86
|
||||
basearch=x86_64
|
||||
|
||||
#this property indicates whether you want the set of plug-ins and features to be considered during the build to be limited to the ones reachable from the features / plugins being built
|
||||
filteredDependencyCheck=false
|
||||
|
|
|
@ -14,7 +14,7 @@ skipFetch=true
|
|||
skipMaps=true
|
||||
baseos=linux
|
||||
basews=gtk
|
||||
basearch=x86
|
||||
basearch=x86_64
|
||||
|
||||
logExtension=.log
|
||||
javacDebugInfo=false
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<project default="usage" basedir=".">
|
||||
<property name="eclipse.dir"
|
||||
value="/opt/uframe-eclipse" />
|
||||
value="/awips2/eclipse" />
|
||||
<property name="build.os"
|
||||
value="linux" />
|
||||
<property name="build.ws"
|
||||
value="gtk" />
|
||||
<property name="build.arch"
|
||||
value="x86" />
|
||||
value="x86_64" />
|
||||
<!-- Copy the zip file that is produced to this location. -->
|
||||
<property name="destination.dir"
|
||||
value="" />
|
||||
value="/awips2/jenkins/build/dump/" />
|
||||
|
||||
<target name="usage">
|
||||
<echo
|
||||
|
|
|
@ -46,7 +46,7 @@ collectingFolder=${archivePrefix}
|
|||
# configs=win32,win32,x86 & linux,motif,x86
|
||||
# By default the value is *,*,*
|
||||
#configs = *, *, *
|
||||
configs=linux, gtk, x86 & \
|
||||
configs=linux, gtk, x86 & \
|
||||
linux, gtk, x86_64 & \
|
||||
win32, win32, x86
|
||||
# win32, win32, x86 & \
|
||||
|
@ -134,7 +134,7 @@ timestamp=007
|
|||
#Os/Ws/Arch/nl of the eclipse specified by baseLocation
|
||||
baseos=linux
|
||||
basews=gtk
|
||||
basearch=x86
|
||||
basearch=x86_64
|
||||
|
||||
#this property indicates whether you want the set of plug-ins and features to be considered during the build to be limited to the ones reachable from the features / plugins being built
|
||||
filteredDependencyCheck=false
|
||||
|
|
|
@ -237,10 +237,8 @@
|
|||
<var name="cave.arch" value="arch.x86" />
|
||||
<extractCAVEini
|
||||
zip.file="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip" />
|
||||
<!-- add the Xss jvm parameter to the 32-bit CAVE -->
|
||||
<echo file="/tmp/cave/cave.ini" append="true" message="-Xss512k" />
|
||||
<antcall target="generateDynamicCAVE" />
|
||||
<!-- Update the 32-bit CAVE zip file -->
|
||||
<zip destfile="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip"
|
||||
basedir="/tmp"
|
||||
includes="cave/*.ini, cave/*.sh"
|
||||
|
|
BIN
cave/build/lib/ant/xalan-2.7.1.jar
Normal file
|
@ -13,7 +13,7 @@
|
|||
|
||||
<!-- TODO: Verify These Properties References An Actual Directory. -->
|
||||
<property name="eclipse.dir"
|
||||
value="/opt/uframe-eclipse" />
|
||||
value="/awips2/eclipse" />
|
||||
<property name="build.version"
|
||||
value="1.0.0" />
|
||||
<property name="workspace.dir" value="${basedir}/../" />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- TODO: Verify These Properties References An Actual Directory. -->
|
||||
<property name="eclipse.dir"
|
||||
value="/opt/uframe-eclipse" />
|
||||
value="/awips2/eclipse" />
|
||||
<property name="build.version"
|
||||
value="1.0.0" />
|
||||
<property name="build.os"
|
||||
|
@ -10,7 +10,7 @@
|
|||
<property name="build.ws"
|
||||
value="gtk" />
|
||||
<property name="build.arch"
|
||||
value="x86" />
|
||||
value="x86_64" />
|
||||
<property name="workspace.dir" value="${basedir}/../" />
|
||||
|
||||
<property name="pde.build.script"
|
||||
|
@ -297,10 +297,12 @@
|
|||
<param name="feature"
|
||||
value="com.raytheon.uf.viz.registry.feature" />
|
||||
</antcall>
|
||||
<!--
|
||||
<antcall target="p2.build.repo">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.viz.datadelivery.feature" />
|
||||
</antcall>
|
||||
-->
|
||||
<antcall target="p2.build.repo">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.viz.npp.feature" />
|
||||
|
|
265
cave/build/static/linux/cave/run.sh
Normal file
|
@ -0,0 +1,265 @@
|
|||
#!/bin/bash
|
||||
# CAVE startup script
|
||||
# Note: CAVE will not run as 'root'
|
||||
|
||||
# This software was developed and / or modified by Raytheon Company,
|
||||
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
|
||||
#
|
||||
# U.S. EXPORT CONTROLLED TECHNICAL DATA
|
||||
# This software product contains export-restricted data whose
|
||||
# export/transfer/disclosure is restricted by U.S. law. Dissemination
|
||||
# to non-U.S. persons whether in the United States or abroad requires
|
||||
# an export license or other authorization.
|
||||
#
|
||||
# Contractor Name: Raytheon Company
|
||||
# Contractor Address: 6825 Pine Street, Suite 340
|
||||
# Mail Stop B8
|
||||
# Omaha, NE 68106
|
||||
# 402.291.0100
|
||||
#
|
||||
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||
# further licensing information.
|
||||
#
|
||||
#
|
||||
# SOFTWARE HISTORY
|
||||
# Date Ticket# Engineer Description
|
||||
# ------------ ---------- ----------- --------------------------
|
||||
# Dec 05, 2013 #2593 rjpeter Added check for number of running
|
||||
# cave sessions.
|
||||
# Dec 05, 2013 #2590 dgilling Modified so gfeclient.sh can be wrapped
|
||||
# around this script.
|
||||
# Jan 24, 2014 #2739 bsteffen Log exit status
|
||||
# Jan 30, 2014 #2593 bclement warns based on memory usage, fixed for INI files with spaces
|
||||
# Jul 10, 2014 #3363 bclement logs command used to launch application to console logs
|
||||
# Oct 10, 2014 #3675 njensen Logback now does console logging to ensure correct pid
|
||||
# Oct 13, 2014 #3675 bclement startup shutdown log includes both launching pid and placeholder
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
user=`/usr/bin/whoami`
|
||||
if [ ${user} == 'root' ];then
|
||||
echo "WARNING: CAVE cannot be run as user '${user}'!"
|
||||
echo " change to another user and run again."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Since, we no longer need to worry about re-location ...
|
||||
CAVE_INSTALL="/awips2/cave"
|
||||
JAVA_INSTALL="/awips2/java"
|
||||
PYTHON_INSTALL="/awips2/python"
|
||||
export AWIPS_INSTALL_DIR="${CAVE_INSTALL}"
|
||||
|
||||
MAX_MEM_PROPORTION="0.85"
|
||||
|
||||
source ${CAVE_INSTALL}/caveUtil.sh
|
||||
RC=$?
|
||||
if [ ${RC} -ne 0 ]; then
|
||||
echo "ERROR: unable to find and/or access ${CAVE_INSTALL}/caveUtil.sh."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Run monitorThreads?
|
||||
runMonitorThreads=false
|
||||
|
||||
# copy the viz shutdown utility if necessary.
|
||||
copyVizShutdownUtilIfNecessary
|
||||
|
||||
# delete any old disk caches in the background
|
||||
deleteOldCaveDiskCaches &
|
||||
|
||||
# Enable core dumps
|
||||
ulimit -c unlimited
|
||||
|
||||
export LD_LIBRARY_PATH=${JAVA_INSTALL}/lib:${PYTHON_INSTALL}/lib:$LD_LIBRARY_PATH
|
||||
export LD_PRELOAD=libpython.so
|
||||
if [[ -z "$CALLED_EXTEND_LIB_PATH" ]]; then
|
||||
extendLibraryPath
|
||||
fi
|
||||
export PATH=${JAVA_INSTALL}/bin:${PYTHON_INSTALL}/bin:$PATH
|
||||
export JAVA_HOME="${JAVA_INSTALL}/jre"
|
||||
|
||||
# The user can update this field if they choose to do so.
|
||||
export HYDRO_APPS_DIR="/awips2/edex/data/share/hydroapps"
|
||||
|
||||
export EDEX_HOME=/awips2/edex
|
||||
export LOCALIZATION_ROOT=~/caveData/common
|
||||
export PGSQL_DRIVER_DIR=`ls -1d /awips2/cave/plugins/org.postgres_*`
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "FATAL: Unable to locate the PostgreSQL JDBC Driver."
|
||||
exit 1
|
||||
fi
|
||||
export apps_dir=${HYDRO_APPS_DIR}
|
||||
|
||||
TESTCHECK="$TMCP_HOME/bin/getTestMode"
|
||||
if [ -x ${TESTCHECK} ]; then
|
||||
echo "Calling getTestMode()"
|
||||
${TESTCHECK}
|
||||
status=${?}
|
||||
if [ $status -eq 11 ]; then
|
||||
MODE="TEST"
|
||||
SWITCHES="${SWITCHES} -mode TEST "
|
||||
elif [ $status -eq 12 ];then
|
||||
MODE="PRACTICE"
|
||||
SWITCHES="${SWITCHES} -mode PRACTICE "
|
||||
elif [ $status -eq 15 ];then
|
||||
MODE="OPERATIONAL"
|
||||
SWITCHES="${SWITCHES} -mode OPERATIONAL"
|
||||
else
|
||||
MODE="OPERATIONAL (no response)"
|
||||
SWITCHES="${SWITCHES} "
|
||||
fi
|
||||
echo "getTestMode() returned ${MODE}"
|
||||
else
|
||||
MODE="UNKNOWN"
|
||||
echo "getTestMode() not found - going to use defaults"
|
||||
fi
|
||||
|
||||
export TEXTWS=`hostname | sed -e 's/lx/xt/g'`
|
||||
|
||||
hostName=`hostname -s`
|
||||
|
||||
# check number of running caves
|
||||
if [[ -z $IGNORE_NUM_CAVES ]]; then
|
||||
# get total memory on system in bytes
|
||||
mem=( `free -b | grep "Mem:"` )
|
||||
mem=${mem[1]}
|
||||
# get max amount of system memory used before we warn
|
||||
memThreshold=$(echo "$mem * $MAX_MEM_PROPORTION" | bc)
|
||||
# remove decimal
|
||||
printf -v memThreshold "%.0f" "$memThreshold"
|
||||
# get launcher.ini argument determined by user arguments
|
||||
lookupINI "$@"
|
||||
launcherRegex='--launcher.ini\s(.+\.ini)'
|
||||
# default to cave.ini
|
||||
targetIni="/awips2/cave/cave.ini"
|
||||
if [[ $CAVE_INI_ARG =~ $launcherRegex ]]
|
||||
then
|
||||
targetIni="${BASH_REMATCH[1]}"
|
||||
fi
|
||||
# read max memory that could be used by this instance
|
||||
memOfLaunchingCave=$(readMemFromIni "$targetIni")
|
||||
# read total max memory of caves already running
|
||||
getTotalMemOfRunningCaves
|
||||
# add them together
|
||||
_totalAfterStart=$(($memOfLaunchingCave + $_totalRunningMem))
|
||||
if [[ "$_totalAfterStart" -ge "$memThreshold" ]]; then
|
||||
# convert to megs for display
|
||||
memOfLaunchingCave=$(($memOfLaunchingCave / $BYTES_IN_MB))
|
||||
_totalRunningMem=$(($_totalRunningMem / $BYTES_IN_MB))
|
||||
getPidsOfMyRunningCaves
|
||||
memMsg="$_numPids CAVE applications already running with a combined max memory of ${_totalRunningMem}MB. "
|
||||
memMsg+="The requested application has a max memory requirement of ${memOfLaunchingCave}MB. "
|
||||
memMsg+="Starting may impact system performance and stability.\n\nProceed?"
|
||||
zenity --question --title "Low Available Memory for Application" --text "$memMsg"
|
||||
cancel="$?"
|
||||
|
||||
if [[ "$cancel" == "1" ]]; then
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
#check for gtk-2.0 value
|
||||
gtkResource=.gtkrc-2.0
|
||||
includeLine="include \"$HOME/.gtkrc.mine\""
|
||||
mineFile=.gtkrc.mine
|
||||
altButtonLine="gtk-alternative-button-order=1"
|
||||
if [ -f $HOME/$gtkResource ]; then
|
||||
if [ -w $HOME/$gtkResource ]; then
|
||||
var=`grep "gtkrc.mine" $HOME/$gtkResource`
|
||||
if [ '' == "$var" ]; then
|
||||
echo $includeLine >> $HOME/$gtkResource
|
||||
fi
|
||||
fi
|
||||
else
|
||||
touch $HOME/$gtkResource
|
||||
echo $includeLine >> $HOME/$gtkResource
|
||||
fi
|
||||
|
||||
if [ -f $HOME/$mineFile ]; then
|
||||
if [ -w $HOME/$mineFile ]; then
|
||||
var=`grep "alternative-button-order" $HOME/$mineFile`
|
||||
if [ '' == "$var" ]; then
|
||||
echo $altButtonLine >> $HOME/$mineFile
|
||||
fi
|
||||
fi
|
||||
else
|
||||
touch $HOME/$mineFile
|
||||
echo $altButtonLine >> $HOME/$mineFile
|
||||
fi
|
||||
|
||||
if [[ -z "$PROGRAM_NAME" ]]
|
||||
then
|
||||
PROGRAM_NAME="cave"
|
||||
fi
|
||||
|
||||
BASE_LOGDIR=$HOME/caveData/logs/consoleLogs
|
||||
LOGDIR=$BASE_LOGDIR/$hostName/
|
||||
|
||||
# make sure directory exists
|
||||
if [ ! -d $LOGDIR ]; then
|
||||
mkdir -p $LOGDIR
|
||||
fi
|
||||
|
||||
# delete any old disk caches in the background
|
||||
deleteOldCaveLogs &
|
||||
|
||||
curTime=`date +%Y%m%d_%H%M%S`
|
||||
|
||||
# At this point fork so that log files can be set up with the process pid and
|
||||
# this process can log the exit status of cave.
|
||||
(
|
||||
export pid=`/bin/bash -c 'echo $PPID'`
|
||||
|
||||
# we include the PID of the launching process along with
|
||||
# a %PID% placeholder to be replaced with the "real" PID
|
||||
LOGFILE_STARTUP_SHUTDOWN="${LOGDIR}/${PROGRAM_NAME}_${pid}_${curTime}_pid_%PID%_startup-shutdown.log"
|
||||
export LOGFILE_CAVE="${LOGDIR}/${PROGRAM_NAME}_${curTime}_pid_%PID%_logs.log"
|
||||
export LOGFILE_CONSOLE="${LOGDIR}/${PROGRAM_NAME}_${curTime}_pid_%PID%_console.log"
|
||||
export LOGFILE_PERFORMANCE="${LOGDIR}/${PROGRAM_NAME}_${curTime}_pid_%PID%_perf.log"
|
||||
|
||||
# can we write to log directory
|
||||
if [ -w ${LOGDIR} ]; then
|
||||
touch ${LOGFILE_STARTUP_SHUTDOWN}
|
||||
fi
|
||||
|
||||
# remove "-noredirect" flag from command-line if set so it doesn't confuse any
|
||||
# commands we call later.
|
||||
redirect="true"
|
||||
USER_ARGS=()
|
||||
while [[ $1 ]]
|
||||
do
|
||||
if [[ "$1" == "-noredirect" ]]
|
||||
then
|
||||
redirect="false"
|
||||
else
|
||||
USER_ARGS+=("$1")
|
||||
fi
|
||||
shift
|
||||
done
|
||||
|
||||
lookupINI "${USER_ARGS[@]}"
|
||||
|
||||
if [[ "${runMonitorThreads}" == "true" ]] ; then
|
||||
# nohup to allow tar process to continue after user has logged out
|
||||
nohup ${CAVE_INSTALL}/monitorThreads.sh $pid >> /dev/null 2>&1 &
|
||||
fi
|
||||
|
||||
echo "Launching cave application using the following command: " >> ${LOGFILE_STARTUP_SHUTDOWN}
|
||||
echo "${CAVE_INSTALL}/cave ${CAVE_INI_ARG} ${SWITCHES} ${USER_ARGS[@]}" >> ${LOGFILE_STARTUP_SHUTDOWN}
|
||||
|
||||
if [[ "${redirect}" == "true" ]] ; then
|
||||
# send output to /dev/null because the logback CaveConsoleAppender will capture that output
|
||||
exec ${CAVE_INSTALL}/cave ${CAVE_INI_ARG} ${SWITCHES} "${USER_ARGS[@]}" >> /dev/null 2>&1
|
||||
else
|
||||
# allow output to print to the console/terminal that launched CAVE
|
||||
exec ${CAVE_INSTALL}/cave ${CAVE_INI_ARG} ${SWITCHES} "${USER_ARGS[@]}" 2>&1
|
||||
fi
|
||||
) &
|
||||
|
||||
pid=$!
|
||||
LOGFILE_STARTUP_SHUTDOWN="${LOGDIR}/${PROGRAM_NAME}_${pid}_${curTime}_pid_%PID%_startup-shutdown.log"
|
||||
logExitStatus $pid $LOGFILE_STARTUP_SHUTDOWN
|
||||
|
||||
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 294 B |
|
@ -236,10 +236,14 @@ public class AlertVisualization implements ITimerAction, IAudioAction,
|
|||
this.display = display;
|
||||
this.runningStandalone = runningStandalone;
|
||||
ConfigurationManager.getInstance().addListener(this);
|
||||
/*
|
||||
if (Boolean.getBoolean("SystemTray")) {
|
||||
showAlertDlg = Boolean.getBoolean("ShowAlertVizBar");
|
||||
doNotDisturb = true;
|
||||
}
|
||||
*/
|
||||
showAlertDlg = false;
|
||||
doNotDisturb = true;
|
||||
initShell();
|
||||
}
|
||||
|
||||
|
@ -322,6 +326,7 @@ public class AlertVisualization implements ITimerAction, IAudioAction,
|
|||
display.asyncExec(new Runnable() {
|
||||
public void run() {
|
||||
alertMessageDlg.open();
|
||||
alertMessageDlg.showDialog(false);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/arrows-alt.png
Normal file
After Width: | Height: | Size: 477 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/backward.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/caret-down.png
Normal file
After Width: | Height: | Size: 231 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/fast-backward.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/fast-forward.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/forward.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/gear.png
Normal file
After Width: | Height: | Size: 470 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/picture-o.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/play-left.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/play-right.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/plus.png
Normal file
After Width: | Height: | Size: 312 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/refresh.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/square.png
Normal file
After Width: | Height: | Size: 312 B |
BIN
cave/com.raytheon.uf.viz.d2d.ui/icons/stop.png
Normal file
After Width: | Height: | Size: 238 B |
|
@ -70,52 +70,66 @@
|
|||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
<command
|
||||
commandId="org.eclipse.ui.window.newEditor"
|
||||
label="New Map..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.loadSerialized"
|
||||
label="Load Map..."
|
||||
style="push">
|
||||
</command>
|
||||
<separator
|
||||
name="top"
|
||||
visible="false">
|
||||
name="bundleSeparator"
|
||||
visible="true">
|
||||
</separator>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.openAWIPSProcedure"
|
||||
label="Load Bundle"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.saveAWIPSProcedure"
|
||||
label="Save Bundle"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.deleteAWIPSProcedure"
|
||||
label="Delete Bundle"
|
||||
style="push">
|
||||
</command>
|
||||
<separator
|
||||
name="saveSeparator"
|
||||
visible="true">
|
||||
</separator>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.saveBundle"
|
||||
label="Save Map Locally"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.saveProcedure"
|
||||
label="Save Bundle Locally"
|
||||
style="push">
|
||||
</command>
|
||||
<separator
|
||||
name="importExportSeparator"
|
||||
visible="true">
|
||||
</separator>
|
||||
<menu
|
||||
label="Procedures">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.newAWIPSProcedure"
|
||||
label="New..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.openAWIPSProcedure"
|
||||
label="Open..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.deleteAWIPSProcedure"
|
||||
label="Delete..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.copyOutAWIPSProcedure"
|
||||
label="Copy Display to Procedure(s)"
|
||||
style="push">
|
||||
</command>
|
||||
id="import"
|
||||
label="Import">
|
||||
</menu>
|
||||
<menu
|
||||
id="export"
|
||||
label="Export">
|
||||
</menu>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.showHistoryList"
|
||||
label="History List..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.showPrintDialog"
|
||||
label="Print..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.export.save"
|
||||
label="Capture Window..."
|
||||
style="push">
|
||||
</command>
|
||||
</menu>
|
||||
<menu
|
||||
id="view"
|
||||
label="View">
|
||||
label="View"
|
||||
sibling_order="<menu
 label="label">
 </menu>">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
|
@ -192,7 +206,7 @@
|
|||
</separator>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
|
||||
label="Default Pane Layout">
|
||||
label="1 Pane Layout">
|
||||
<parameter
|
||||
name="sideViews"
|
||||
value="4">
|
||||
|
@ -200,10 +214,10 @@
|
|||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
|
||||
label="Three Pane Layout">
|
||||
label="5 Pane Layout">
|
||||
<parameter
|
||||
name="sideViews"
|
||||
value="2">
|
||||
value="0">
|
||||
</parameter>
|
||||
</command>
|
||||
<separator
|
||||
|
@ -273,6 +287,11 @@
|
|||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.showHistoryList"
|
||||
label="History List..."
|
||||
style="push">
|
||||
</command>
|
||||
<separator
|
||||
name="tools.start"
|
||||
visible="false">
|
||||
|
@ -393,7 +412,7 @@
|
|||
id="loopControls">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
|
||||
icon="icons/first0.gif"
|
||||
icon="icons/fast-backward.png"
|
||||
label="First Frame"
|
||||
style="push">
|
||||
<visibleWhen>
|
||||
|
@ -412,7 +431,7 @@
|
|||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
|
||||
icon="icons/back0.gif"
|
||||
icon="icons/play-left.png"
|
||||
label="Previous Frame"
|
||||
style="push">
|
||||
<visibleWhen>
|
||||
|
@ -431,7 +450,7 @@
|
|||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
|
||||
icon="icons/fwd0.gif"
|
||||
icon="icons/play-right.png"
|
||||
label="Next Frame"
|
||||
style="push">
|
||||
<visibleWhen>
|
||||
|
@ -450,7 +469,7 @@
|
|||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
|
||||
icon="icons/last0.gif"
|
||||
icon="icons/fast-forward.png"
|
||||
label="Last Frame"
|
||||
style="push">
|
||||
<visibleWhen>
|
||||
|
@ -469,7 +488,7 @@
|
|||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.tools.looping.loop"
|
||||
icon="icons/looping0.gif"
|
||||
icon="icons/refresh.png"
|
||||
label="Loop"
|
||||
style="toggle">
|
||||
<visibleWhen>
|
||||
|
@ -480,7 +499,7 @@
|
|||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.tools.looping.loopProperties"
|
||||
icon="icons/loopprop0.gif"
|
||||
icon="icons/gear.png"
|
||||
label="Loop Controls"
|
||||
style="push">
|
||||
<visibleWhen>
|
||||
|
@ -492,44 +511,10 @@
|
|||
</toolbar>
|
||||
<toolbar
|
||||
id="d2d-2">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.imageCombination"
|
||||
icon="icons/nocombine.gif"
|
||||
label="Toggle Image Combination"
|
||||
style="toggle">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.imageProperties"
|
||||
icon="icons/imageprop.gif"
|
||||
label="Image Properties">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.showPrintDialog"
|
||||
icon="icons/print.gif"
|
||||
label="Print">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
<separator
|
||||
name="tools.toolbar" visible="false">
|
||||
</separator>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
|
||||
icon="icons/5-pane.gif"
|
||||
label="Default Pane Layout">
|
||||
icon="icons/stop.png"
|
||||
label="Full Layout">
|
||||
<parameter
|
||||
name="sideViews"
|
||||
value="4">
|
||||
|
@ -542,11 +527,11 @@
|
|||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
|
||||
icon="icons/3-pane.gif"
|
||||
label="Three Pane Layout">
|
||||
icon="icons/5-pane.gif"
|
||||
label="Default Pane Layout">
|
||||
<parameter
|
||||
name="sideViews"
|
||||
value="2">
|
||||
value="0">
|
||||
</parameter>
|
||||
<visibleWhen>
|
||||
<reference
|
||||
|
@ -763,40 +748,6 @@
|
|||
value="10">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="11">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="12">
|
||||
</parameter>
|
||||
</command>
|
||||
<separator
|
||||
name="separator"
|
||||
visible="true">
|
||||
</separator>
|
||||
<menu
|
||||
label="13 ~ 19">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="13">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="14">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
|
@ -804,37 +755,6 @@
|
|||
value="15">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="16">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="17">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="18">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="19">
|
||||
</parameter>
|
||||
</command>
|
||||
</menu>
|
||||
<menu
|
||||
label="20 ~ 29">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
|
@ -846,68 +766,9 @@
|
|||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="21">
|
||||
value="5">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="22">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="23">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="24">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="25">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="26">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="27">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="28">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="29">
|
||||
</parameter>
|
||||
</command>
|
||||
</menu>
|
||||
<menu
|
||||
label="30 ~ 39">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
|
@ -915,72 +776,6 @@
|
|||
value="30">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="31">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="32">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="33">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="34">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="35">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="36">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="37">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="38">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="39">
|
||||
</parameter>
|
||||
</command>
|
||||
</menu>
|
||||
<menu
|
||||
label="40 ~ 49">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
|
@ -988,72 +783,6 @@
|
|||
value="40">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="41">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="42">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="43">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="44">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="45">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="46">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="47">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="48">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="49">
|
||||
</parameter>
|
||||
</command>
|
||||
</menu>
|
||||
<menu
|
||||
label="50 ~ 59">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
|
@ -1061,108 +790,6 @@
|
|||
value="50">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="51">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="52">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="53">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="54">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="55">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="56">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="57">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="58">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="59">
|
||||
</parameter>
|
||||
</command>
|
||||
</menu>
|
||||
<menu
|
||||
label="60 ~ 64">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="60">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="61">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="62">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="63">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="64">
|
||||
</parameter>
|
||||
</command>
|
||||
</menu>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
locationURI="menu:com.raytheon.viz.ui.actions.magnification">
|
||||
|
@ -1285,6 +912,10 @@
|
|||
class="com.raytheon.uf.viz.d2d.ui.actions.OpenAWIPSProcedure"
|
||||
commandId="com.raytheon.viz.ui.openAWIPSProcedure">
|
||||
</handler>
|
||||
<handler
|
||||
class="com.raytheon.uf.viz.d2d.ui.actions.SaveAWIPSProcedure"
|
||||
commandId="com.raytheon.viz.ui.saveAWIPSProcedure">
|
||||
</handler>
|
||||
<handler
|
||||
class="com.raytheon.uf.viz.d2d.ui.actions.DeleteAWIPSProcedure"
|
||||
commandId="com.raytheon.viz.ui.deleteAWIPSProcedure">
|
||||
|
@ -1376,9 +1007,9 @@
|
|||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.viz.ui.newAWIPSProcedure"
|
||||
commandId="com.raytheon.viz.ui.saveAWIPSProcedure"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+N">
|
||||
sequence="M1+S">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
|
@ -1387,17 +1018,11 @@
|
|||
sequence="M1+O">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.viz.ui.deleteAWIPSProcedure"
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+D">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.viz.ui.copyOutAWIPSProcedure"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+B">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.viz.ui.clear"
|
||||
|
@ -1652,12 +1277,6 @@
|
|||
<parameter id="startIndex" value="2"></parameter>
|
||||
<parameter id="hideIndex" value="0"></parameter>
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.dataScaleAction"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+S">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.imageCombination"
|
||||
|
@ -1815,23 +1434,23 @@
|
|||
description="Show the d2d history list"
|
||||
name="Show History List">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.ui.newAWIPSProcedure"
|
||||
categoryId="com.raytheon.uf.viz.d2d.ui"
|
||||
description="Create a new procedure"
|
||||
name="New AWIPS Procedure">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.ui.openAWIPSProcedure"
|
||||
categoryId="com.raytheon.uf.viz.d2d.ui"
|
||||
description="Open an existing procedure"
|
||||
name="Open AWIPS Procedure">
|
||||
description="Open an existing bundle"
|
||||
name="Load Bundle">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.ui.saveAWIPSProcedure"
|
||||
categoryId="com.raytheon.uf.viz.d2d.ui"
|
||||
description="Save current display to bundle"
|
||||
name="Save Bundle">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.ui.deleteAWIPSProcedure"
|
||||
categoryId="com.raytheon.uf.viz.d2d.ui"
|
||||
description="Delete a procedure"
|
||||
name="Delete AWIPS Procedure">
|
||||
description="Delete a bundle"
|
||||
name="Delete Bundle">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.ui.copyOutAWIPSProcedure"
|
||||
|
|
|
@ -71,7 +71,7 @@ public class ChangeD2DLayoutAction extends AbstractHandler {
|
|||
@Override
|
||||
public Object execute(ExecutionEvent event) throws ExecutionException {
|
||||
String sideViews = event.getParameter("sideViews");
|
||||
if (sideViews != null) {
|
||||
//if (sideViews != null) {
|
||||
int numViews = Integer.parseInt(sideViews);
|
||||
IWorkbenchWindow window = PlatformUI.getWorkbench()
|
||||
.getActiveWorkbenchWindow();
|
||||
|
@ -91,7 +91,7 @@ public class ChangeD2DLayoutAction extends AbstractHandler {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
//}
|
||||
|
||||
// get current map editor, if non existent create one.
|
||||
IDisplayPaneContainer part = EditorUtil.getActiveVizContainer();
|
||||
|
|
|
@ -30,6 +30,7 @@ import com.raytheon.uf.common.localization.LocalizationFile;
|
|||
import com.raytheon.uf.common.localization.LocalizationUtil;
|
||||
import com.raytheon.uf.common.status.IUFStatusHandler;
|
||||
import com.raytheon.uf.common.status.UFStatus;
|
||||
import com.raytheon.uf.viz.core.exception.VizException;
|
||||
import com.raytheon.uf.viz.core.procedures.Procedure;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.OpenProcedureListDlg;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.ProcedureDlg;
|
||||
|
@ -51,6 +52,9 @@ import com.raytheon.viz.ui.dialogs.ICloseCallback;
|
|||
* Oct 16, 2012 1229 rferrel Changes for non-blocking ProcedureListDlg.
|
||||
* Jun 07, 2013 2074 mnash Don't open the dialog if no procedures are deserialized
|
||||
* Aug 11, 2014 3480 bclement added logging
|
||||
* Apr 19, 2015 mjames Call loadProcedureToScreen instead of ProcedureDlg.displayDialog
|
||||
* when procedure file selected, no longer using procedure element
|
||||
* loader... too cumbersome for users.
|
||||
* </pre>
|
||||
*
|
||||
* @author chammack
|
||||
|
@ -86,10 +90,12 @@ public class OpenAWIPSProcedure extends AbstractHandler {
|
|||
if (p != null) {
|
||||
log.info("Loading display file: "
|
||||
+ f.getAbsolutePath());
|
||||
ProcedureDlg.displayDialog(LocalizationUtil
|
||||
.extractName(selectedFile.getName()), p,
|
||||
VizWorkbenchManager.getInstance()
|
||||
.getCurrentWindow().getShell());
|
||||
try {
|
||||
LoadSerializedXml.loadProcedureToScreen( p, false);
|
||||
} catch (VizException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
dialog = null;
|
||||
|
|
|
@ -0,0 +1,218 @@
|
|||
/**
|
||||
* This software was developed and / or modified by Raytheon Company,
|
||||
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
|
||||
*
|
||||
* U.S. EXPORT CONTROLLED TECHNICAL DATA
|
||||
* This software product contains export-restricted data whose
|
||||
* export/transfer/disclosure is restricted by U.S. law. Dissemination
|
||||
* to non-U.S. persons whether in the United States or abroad requires
|
||||
* an export license or other authorization.
|
||||
*
|
||||
* Contractor Name: Raytheon Company
|
||||
* Contractor Address: 6825 Pine Street, Suite 340
|
||||
* Mail Stop B8
|
||||
* Omaha, NE 68106
|
||||
* 402.291.0100
|
||||
*
|
||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||
* further licensing information.
|
||||
**/
|
||||
package com.raytheon.uf.viz.d2d.ui.actions;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.concurrent.CopyOnWriteArrayList;
|
||||
|
||||
import org.eclipse.core.commands.AbstractHandler;
|
||||
import org.eclipse.core.commands.ExecutionEvent;
|
||||
import org.eclipse.core.commands.ExecutionException;
|
||||
import org.eclipse.swt.widgets.Shell;
|
||||
import org.eclipse.ui.PlatformUI;
|
||||
import org.eclipse.ui.handlers.HandlerUtil;
|
||||
|
||||
import com.raytheon.uf.common.localization.IPathManager;
|
||||
import com.raytheon.uf.common.localization.LocalizationContext;
|
||||
import com.raytheon.uf.common.localization.LocalizationFile;
|
||||
import com.raytheon.uf.common.localization.LocalizationUtil;
|
||||
import com.raytheon.uf.common.localization.PathManagerFactory;
|
||||
import com.raytheon.uf.common.localization.LocalizationContext.LocalizationLevel;
|
||||
import com.raytheon.uf.common.localization.LocalizationContext.LocalizationType;
|
||||
import com.raytheon.uf.common.status.IUFStatusHandler;
|
||||
import com.raytheon.uf.common.status.UFStatus;
|
||||
import com.raytheon.uf.common.status.UFStatus.Priority;
|
||||
import com.raytheon.uf.common.util.FileUtil;
|
||||
import com.raytheon.uf.viz.core.drawables.AbstractRenderableDisplay;
|
||||
import com.raytheon.uf.viz.core.drawables.ResourcePair;
|
||||
import com.raytheon.uf.viz.core.exception.VizException;
|
||||
import com.raytheon.uf.viz.core.procedures.Bundle;
|
||||
import com.raytheon.uf.viz.core.procedures.Procedure;
|
||||
import com.raytheon.uf.viz.core.rsc.AbstractRequestableResourceData;
|
||||
import com.raytheon.uf.viz.core.rsc.ResourceList;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.OpenProcedureListDlg;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.ProcedureTree;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.SaveProcedureListDlg;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.ProcedureDlg;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.ProcedureComm.BundlePair;
|
||||
import com.raytheon.viz.ui.VizWorkbenchManager;
|
||||
import com.raytheon.viz.ui.actions.LoadSerializedXml;
|
||||
import com.raytheon.viz.ui.actions.SaveProcedure;
|
||||
import com.raytheon.viz.ui.dialogs.ICloseCallback;
|
||||
|
||||
/**
|
||||
* OpenAWIPSProcedure
|
||||
*
|
||||
* <pre>
|
||||
*
|
||||
* SOFTWARE HISTORY
|
||||
*
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Apr 19, 2015 mjames Copied from OpenAWIPSProcedure
|
||||
* </pre>
|
||||
*
|
||||
* @author chammack
|
||||
* @version 1
|
||||
*/
|
||||
public class SaveAWIPSProcedure extends AbstractHandler {
|
||||
|
||||
private final transient IUFStatusHandler statusHandler = UFStatus
|
||||
.getHandler(ProcedureDlg.class);
|
||||
|
||||
private java.util.List<BundlePair> bundles;
|
||||
|
||||
private String fileName;
|
||||
|
||||
private Boolean frozen = false;
|
||||
|
||||
private SaveProcedureListDlg dialog;
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
* @see
|
||||
* org.eclipse.core.commands.AbstractHandler#execute(org.eclipse.core.commands
|
||||
* .ExecutionEvent)
|
||||
*/
|
||||
@Override
|
||||
public Object execute(ExecutionEvent event) throws ExecutionException {
|
||||
Procedure procedure = SaveProcedure.getCurrentProcedure();
|
||||
|
||||
this.bundles = new ArrayList<BundlePair>();
|
||||
frozen = false;
|
||||
if (procedure != null && procedure.getBundles() != null) {
|
||||
Bundle[] bund = procedure.getBundles();
|
||||
for (Bundle b : bund) {
|
||||
// remove any bad resource pairs from each display
|
||||
for (AbstractRenderableDisplay display : b.getDisplays()) {
|
||||
ResourceList rList = display.getDescriptor()
|
||||
.getResourceList();
|
||||
// modify the resource list so that we remove any null
|
||||
// resource datas
|
||||
for (ResourcePair rp : rList) {
|
||||
if (rp.getResourceData() == null) {
|
||||
rList.remove(rp);
|
||||
}
|
||||
}
|
||||
}
|
||||
// Check to see if frozen
|
||||
for (AbstractRenderableDisplay display : b.getDisplays()) {
|
||||
ResourceList rList = display.getDescriptor()
|
||||
.getResourceList();
|
||||
for (ResourcePair rp : rList) {
|
||||
if (rp.getResourceData().isFrozen()) {
|
||||
frozen = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (frozen) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
BundlePair bp = new BundlePair();
|
||||
try {
|
||||
bp.xml = b.toXML();
|
||||
} catch (VizException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
bp.name = (b.getName() != null ? b.getName() : " ");
|
||||
this.bundles.add(bp);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (dialog == null || dialog.getShell() == null || dialog.isDisposed()) {
|
||||
dialog = new SaveProcedureListDlg(HandlerUtil.getActiveShell(event));
|
||||
dialog.setCloseCallback(new ICloseCallback() {
|
||||
|
||||
@Override
|
||||
public void dialogClosed(Object returnValue) {
|
||||
String fn = dialog.getSelectedFileName();
|
||||
if (fn != null) {
|
||||
frozen = dialog.isFrozen();
|
||||
fileName = fn;
|
||||
saveProcedure(frozen,fileName);
|
||||
}
|
||||
}
|
||||
});
|
||||
dialog.open();
|
||||
} else {
|
||||
dialog.bringToTop();
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
private void saveProcedure(boolean frozen, String fileName) {
|
||||
try {
|
||||
IPathManager pm = PathManagerFactory.getPathManager();
|
||||
|
||||
LocalizationContext context = pm.getContext(
|
||||
LocalizationType.CAVE_STATIC, LocalizationLevel.USER);
|
||||
|
||||
LocalizationFile localizationFile = pm.getLocalizationFile(context,
|
||||
ProcedureDlg.PROCEDURES_DIR + File.separator + fileName);
|
||||
|
||||
Procedure procedure = SaveProcedure.getCurrentProcedure();
|
||||
BundlePair[] bp = bundles.toArray(new BundlePair[bundles.size()]);
|
||||
Bundle[] bundlesToSave = new Bundle[bp.length];
|
||||
int i = 0;
|
||||
for (BundlePair b : bp) {
|
||||
Bundle bundle = Bundle.unmarshalBundle(b.xml, null);
|
||||
|
||||
if (!frozen) {
|
||||
for (AbstractRenderableDisplay display : bundle
|
||||
.getDisplays()) {
|
||||
for (ResourcePair rp : display.getDescriptor()
|
||||
.getResourceList()) {
|
||||
if (rp.getResourceData() != null
|
||||
&& rp.getResourceData() instanceof AbstractRequestableResourceData) {
|
||||
((AbstractRequestableResourceData) rp
|
||||
.getResourceData()).setFrozenTime(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
bundlesToSave[i] = bundle;
|
||||
bundlesToSave[i].setName(b.name);
|
||||
i++;
|
||||
}
|
||||
procedure.setBundles(bundlesToSave);
|
||||
|
||||
String procedureXML = procedure.toXML();
|
||||
FileUtil.bytes2File(procedureXML.getBytes(),
|
||||
localizationFile.getFile());
|
||||
localizationFile.save();
|
||||
|
||||
//shell.setText("Procedure - " + fileName);
|
||||
//saved = true;
|
||||
//saveBtn.setEnabled(false);
|
||||
|
||||
dialog.close();
|
||||
} catch (Exception e) {
|
||||
final String errMsg = "Error occurred during procedure save.";
|
||||
statusHandler.handle(Priority.PROBLEM, errMsg, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
|
@ -63,7 +63,7 @@ public class OpenProcedureListDlg extends ProcedureListDlg {
|
|||
* Parent shell.
|
||||
*/
|
||||
public OpenProcedureListDlg(Shell parent) {
|
||||
super("Open Procedure", parent, Mode.OPEN);
|
||||
super("Open Bundle", parent, Mode.OPEN);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -0,0 +1,106 @@
|
|||
/**
|
||||
* This software was developed and / or modified by Raytheon Company,
|
||||
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
|
||||
*
|
||||
* U.S. EXPORT CONTROLLED TECHNICAL DATA
|
||||
* This software product contains export-restricted data whose
|
||||
* export/transfer/disclosure is restricted by U.S. law. Dissemination
|
||||
* to non-U.S. persons whether in the United States or abroad requires
|
||||
* an export license or other authorization.
|
||||
*
|
||||
* Contractor Name: Raytheon Company
|
||||
* Contractor Address: 6825 Pine Street, Suite 340
|
||||
* Mail Stop B8
|
||||
* Omaha, NE 68106
|
||||
* 402.291.0100
|
||||
*
|
||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||
* further licensing information.
|
||||
**/
|
||||
package com.raytheon.uf.viz.d2d.ui.dialogs.procedures;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import org.eclipse.swt.SWT;
|
||||
import org.eclipse.swt.layout.GridData;
|
||||
import org.eclipse.swt.layout.GridLayout;
|
||||
import org.eclipse.swt.widgets.Composite;
|
||||
import org.eclipse.swt.widgets.Shell;
|
||||
|
||||
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.LocalizationContext.LocalizationType;
|
||||
import com.raytheon.uf.common.localization.LocalizationFile;
|
||||
import com.raytheon.uf.common.localization.LocalizationUtil;
|
||||
import com.raytheon.uf.common.localization.PathManagerFactory;
|
||||
import com.raytheon.uf.common.localization.exception.LocalizationOpFailedException;
|
||||
import com.raytheon.uf.common.status.UFStatus.Priority;
|
||||
import com.raytheon.uf.common.util.FileUtil;
|
||||
import com.raytheon.uf.viz.core.drawables.AbstractRenderableDisplay;
|
||||
import com.raytheon.uf.viz.core.drawables.ResourcePair;
|
||||
import com.raytheon.uf.viz.core.exception.VizException;
|
||||
import com.raytheon.uf.viz.core.procedures.Bundle;
|
||||
import com.raytheon.uf.viz.core.procedures.Procedure;
|
||||
import com.raytheon.uf.viz.core.rsc.AbstractRequestableResourceData;
|
||||
import com.raytheon.uf.viz.d2d.ui.dialogs.procedures.ProcedureComm.BundlePair;
|
||||
|
||||
/**
|
||||
* This dialog will allow users to open existing procedures.
|
||||
*
|
||||
* <pre>
|
||||
*
|
||||
* SOFTWARE HISTORY
|
||||
*
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Apr 19, 2015 mjames Copied from OpenProcedureListDlg
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
* @author mschenke
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
|
||||
|
||||
public class SaveProcedureListDlg extends ProcedureListDlg {
|
||||
|
||||
/** Flag indicating the data will only be at the root level. */
|
||||
protected boolean oneLevel = true;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param parent
|
||||
* Parent shell.
|
||||
*/
|
||||
public SaveProcedureListDlg(Shell parent) {
|
||||
super("Save Bundle", parent, ProcedureListDlg.Mode.SAVE);
|
||||
}
|
||||
|
||||
/**
|
||||
* populate the data list
|
||||
*/
|
||||
protected ProcedureTree populateDataList() {
|
||||
ProcedureTree root = new ProcedureTree("root", null);
|
||||
IPathManager mgr = PathManagerFactory.getPathManager();
|
||||
LocalizationContext ctx = mgr.getContext(LocalizationType.CAVE_STATIC,
|
||||
LocalizationLevel.USER);
|
||||
LocalizationFile[] files = mgr.listFiles(ctx,
|
||||
ProcedureDlg.PROCEDURES_DIR, null, true, true);
|
||||
String[] strings = new String[files.length];
|
||||
for (int i = 0; i < strings.length; i++) {
|
||||
strings[i] = LocalizationUtil.extractName(files[i].getName());
|
||||
root.addChild(strings[i], files[i]);
|
||||
}
|
||||
this.oneLevel = true;
|
||||
return root;
|
||||
}
|
||||
}
|
|
@ -65,9 +65,9 @@ public class D2D5Pane implements IPerspectiveFactory {
|
|||
private static final String BASE_VIEW_ID_PREFIX = SideView.ID
|
||||
+ UiUtil.SECONDARY_ID_SEPARATOR + "sideView";
|
||||
|
||||
private static final float THREE_PANE_WIDTH = 0.4f;
|
||||
private static final float FIVE_PANE_WIDTH = 0.1f;
|
||||
|
||||
private static final float FIVE_PANE_WIDTH = 0.2f;
|
||||
private static final float ZERO_PANE_WIDTH = 0.0f;
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
|
@ -93,31 +93,32 @@ public class D2D5Pane implements IPerspectiveFactory {
|
|||
}
|
||||
}
|
||||
|
||||
int numViews = ChangeD2DLayoutAction.getViewCount() == 2 ? 2
|
||||
: baseViewsToAdd.size();
|
||||
int numViews = ChangeD2DLayoutAction.getViewCount() > 0 ? 0
|
||||
: 4;
|
||||
|
||||
String lastAdded = null;
|
||||
|
||||
Collections.sort(baseViewsToAdd);
|
||||
|
||||
for (int i = 0; i < baseViewsToAdd.size(); ++i) {
|
||||
String baseView = baseViewsToAdd.get(i);
|
||||
if (baseViewsToAdd.contains(baseView)) {
|
||||
if (lastAdded == null) {
|
||||
layout.addStandaloneView(
|
||||
baseView,
|
||||
false,
|
||||
IPageLayout.LEFT,
|
||||
ChangeD2DLayoutAction.getViewCount() == 2 ? THREE_PANE_WIDTH
|
||||
: FIVE_PANE_WIDTH, editorArea);
|
||||
} else {
|
||||
layout.addStandaloneView(baseView, false,
|
||||
IPageLayout.BOTTOM, (i >= numViews) ? 1.0f
|
||||
: 1.0f / (numViews - i + 1), lastAdded);
|
||||
}
|
||||
lastAdded = baseView;
|
||||
addedViews.add(lastAdded);
|
||||
}
|
||||
if (numViews > 0) {
|
||||
for (int i = 0; i < baseViewsToAdd.size(); ++i) {
|
||||
String baseView = baseViewsToAdd.get(i);
|
||||
if (baseViewsToAdd.contains(baseView)) {
|
||||
if (lastAdded == null) {
|
||||
layout.addStandaloneView(
|
||||
baseView,
|
||||
false,
|
||||
IPageLayout.LEFT,
|
||||
FIVE_PANE_WIDTH, editorArea);
|
||||
} else {
|
||||
layout.addStandaloneView(baseView, false,
|
||||
IPageLayout.BOTTOM, (i >= numViews) ? 1.0f
|
||||
: 1.0f / (numViews - i + 1), lastAdded);
|
||||
}
|
||||
lastAdded = baseView;
|
||||
addedViews.add(lastAdded);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
addedViews.addAll(baseViewsToAdd);
|
||||
|
@ -131,7 +132,7 @@ public class D2D5Pane implements IPerspectiveFactory {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (extraViews.size() > 0) {
|
||||
IFolderLayout folder = layout.createFolder(
|
||||
"com.raytheon.uf.viz.d2d.ui.extrasFolder",
|
||||
|
|
|
@ -245,7 +245,7 @@ public class PydevSetup {
|
|||
* popup.
|
||||
*/
|
||||
public static void preventPydevEclipsePopup() {
|
||||
PydevRootPrefs.setCheckPreferredPydevSettings(false);
|
||||
//PydevRootPrefs.setCheckPreferredPydevSettings(false);
|
||||
IEclipsePreferences debug = InstanceScope.INSTANCE
|
||||
.getNode("org.eclipse.debug.ui");
|
||||
debug.put("org.eclipse.debug.ui.wait_for_build", "never");
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<table>mapdata.ffmp_basins</table>
|
||||
<mapName>FFMP Small Stream Basins</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<table>mapdata.ffmp_streams</table>
|
||||
<mapName>FFMP Small Stream Basin Links</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -41,12 +41,12 @@ Developed on the Raytheon Visualization Environment (viz)
|
|||
<solaris/>
|
||||
<win useIco="false">
|
||||
<bmp
|
||||
winSmallHigh="/com.raytheon.viz.ui.personalities.awips/alertViz_icon16x16_32bit.bmp"
|
||||
winSmallLow="/com.raytheon.viz.ui.personalities.awips/alertViz_icon16x16_8bit.bmp"
|
||||
winMediumHigh="/com.raytheon.viz.ui.personalities.awips/alertViz_icon32x32_32bit.bmp"
|
||||
winMediumLow="/com.raytheon.viz.ui.personalities.awips/alertViz_icon32x32_8bit.bmp"
|
||||
winLargeHigh="/com.raytheon.viz.ui.personalities.awips/alertViz_icon48x48_32bit.bmp"
|
||||
winLargeLow="/com.raytheon.viz.ui.personalities.awips/alertViz_icon48x48_8bit.bmp"/>
|
||||
winSmallHigh="/com.raytheon.viz.ui.personalities.awips/awips2_tray16x16.bmp"
|
||||
winSmallLow="/com.raytheon.viz.ui.personalities.awips/awips2_tray16x16.bmp"
|
||||
winMediumHigh="/com.raytheon.viz.ui.personalities.awips/awips2_tray32x32.bmp"
|
||||
winMediumLow="/com.raytheon.viz.ui.personalities.awips/awips2_tray32x32.bmp"
|
||||
winLargeHigh="/com.raytheon.viz.ui.personalities.awips/awips2_tray48x48.bmp"
|
||||
winLargeLow="/com.raytheon.viz.ui.personalities.awips/awips2_tray48x48.bmp"/>
|
||||
</win>
|
||||
</launcher>
|
||||
|
||||
|
|
|
@ -57,10 +57,6 @@
|
|||
<contribute xsi:type="bundleItem" file="bundles/tools/Home.xml"
|
||||
menuText="Home" id="homeTool" timeQuery="false" />
|
||||
|
||||
<contribute xsi:type="command"
|
||||
commandId="com.raytheon.viz.awipstools.lapstools"
|
||||
menuText="LAPS tools..." id="lapsTools" />
|
||||
|
||||
<contribute xsi:type="bundleItem" file="bundles/tools/Points.xml"
|
||||
menuText="Points" id="pointsTool" timeQuery="false" />
|
||||
|
||||
|
@ -105,4 +101,4 @@
|
|||
</contribute>
|
||||
-->
|
||||
|
||||
</menuTemplate>
|
||||
</menuTemplate>
|
||||
|
|
|
@ -70,10 +70,6 @@
|
|||
<command
|
||||
id="com.raytheon.viz.awipstools.home"
|
||||
name="Home">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.awipstools.lapstools"
|
||||
name="LAPS tools">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.awipstools.unitscalculator"
|
||||
|
@ -207,37 +203,4 @@
|
|||
commandId="com.raytheon.viz.awipstools.arbitrary">
|
||||
</handler>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="toolbar:d2d-2?after=tools.toolbar">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.ui.loadbundle"
|
||||
icon="icons/points.gif"
|
||||
label="Points">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
<parameter
|
||||
name="bundleFile"
|
||||
value="bundles/tools/Points.xml">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.ui.loadbundle"
|
||||
icon="icons/Baseline.gif"
|
||||
label="Baselines">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
<parameter
|
||||
name="bundleFile"
|
||||
value="bundles/tools/Baselines.xml" />
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
|
@ -1,209 +0,0 @@
|
|||
38.7302 -27.3207 20011.945 LPLA
|
||||
13.4558 144.8111 14152.645 PGUA
|
||||
56.8528 -135.5292 7450.124 PACG
|
||||
24.5969 -81.7033 5298.969 KBYX
|
||||
19.0950 -155.5689 4513.304 PHWA
|
||||
32.4953 -114.6567 3142.994 KYUX
|
||||
46.0392 -67.8064 2687.522 KCBW
|
||||
26.3019 127.9097 2267.472 RODN
|
||||
47.5281 -97.3250 2219.321 KMVX
|
||||
64.5114 -165.2950 1806.983 PAEC
|
||||
18.1157 -66.0782 1769.318 TJUA
|
||||
27.7839 -97.5108 1615.021 KCRP
|
||||
45.7150 -122.9650 1510.339 KRTX
|
||||
37.5908 -83.3131 1452.663 KJKL
|
||||
37.2076 127.2856 1213.893 RKSG
|
||||
43.0661 -108.4773 1001.997 KRIW
|
||||
34.6342 -103.6189 957.308 KFDX
|
||||
37.2353 -93.4003 891.203 KSGF
|
||||
30.6794 -88.2397 870.110 KMOB
|
||||
65.0351 -147.5014 842.329 PAPD
|
||||
37.1552 -121.8984 839.304 KMUX
|
||||
44.9063 -84.7195 821.733 KAPX
|
||||
58.6794 -156.6294 792.520 PAKC
|
||||
42.1997 -75.9847 764.910 KBGM
|
||||
41.9579 -100.5762 658.870 KLNX
|
||||
34.7758 -76.8764 656.710 KMHX
|
||||
30.4846 -81.7019 626.038 KJAX
|
||||
59.4619 -146.3011 595.943 PAIH
|
||||
37.5910 -112.8622 589.567 KICX
|
||||
48.2064 -106.6247 589.303 KGGW
|
||||
43.4902 -116.2360 587.026 KCBX
|
||||
41.6117 -90.5808 543.397 KDVN
|
||||
32.4508 -93.8412 533.445 KSHV
|
||||
21.8939 -159.5525 518.534 PHKI
|
||||
37.7608 -99.9689 469.488 KDDC
|
||||
32.5383 -99.2542 466.523 KDYX
|
||||
47.6806 -117.6258 461.915 KOTX
|
||||
39.0622 -108.2138 437.104 KGJX
|
||||
40.4983 -124.2922 425.550 KBHX
|
||||
37.0683 -88.7719 410.514 KPAH
|
||||
41.3586 -85.7000 402.358 KIWX
|
||||
35.0978 -117.5608 394.555 KEYX
|
||||
46.8369 -92.2097 394.017 KDLH
|
||||
33.9486 -81.1186 389.005 KCAE
|
||||
31.8936 -110.6303 384.653 KEMX
|
||||
38.8256 -75.4400 377.936 KDOX
|
||||
60.7919 -161.8764 376.107 PABC
|
||||
31.8731 -106.6980 371.210 KEPZ
|
||||
41.1519 -104.8061 363.098 KCYS
|
||||
43.5878 -96.7289 362.462 KFSD
|
||||
35.3331 -97.2778 360.228 KTLX
|
||||
33.8969 -88.3292 354.857 KGWX
|
||||
42.0180 -80.1570 344.687 EERI
|
||||
44.5111 -73.1664 343.381 KCXX
|
||||
48.3720 -124.6760 322.567 FQKW
|
||||
29.2725 -100.2803 317.112 KDFX
|
||||
60.7259 -151.3515 313.128 PAHG
|
||||
40.7397 -116.8028 309.343 KLRX
|
||||
38.4594 -104.1814 304.060 KPUX
|
||||
34.5743 -111.1984 302.677 KFSX
|
||||
44.1247 -102.8300 302.579 KUDX
|
||||
45.8538 -108.6068 301.591 KBLX
|
||||
40.8655 -72.8639 299.072 KOKX
|
||||
35.1497 -106.8239 297.820 KABX
|
||||
43.1056 -112.6861 290.381 KSFX
|
||||
34.8364 -92.2619 285.659 KLZK
|
||||
46.5311 -87.5483 284.301 KMQT
|
||||
31.9435 -102.1892 283.794 KMAF
|
||||
47.0411 -113.9861 283.144 KMSX
|
||||
28.1131 -80.6544 282.536 KMLB
|
||||
48.3925 -100.8644 280.451 KMBX
|
||||
32.5367 -85.7897 280.449 KMXX
|
||||
37.0242 -80.2742 276.000 KFCX
|
||||
40.0060 -82.7150 273.469 TCMH
|
||||
30.7217 -97.3828 268.638 KGRK
|
||||
30.1253 -93.2159 265.279 KLCH
|
||||
41.7311 -93.7229 261.262 KDMX
|
||||
21.1328 -157.1803 259.538 PHMO
|
||||
40.3208 -98.4419 255.055 KUEX
|
||||
30.3975 -84.3289 251.984 KTLH
|
||||
35.7011 -114.8914 251.028 KESX
|
||||
39.7541 -119.4620 250.837 KRGX
|
||||
43.8228 -91.1911 250.826 KARX
|
||||
38.6989 -90.6828 246.930 KLSX
|
||||
40.9670 -111.9300 245.821 TSLC
|
||||
36.9839 -77.0075 245.774 KAKQ
|
||||
45.4558 -98.4131 244.978 KABR
|
||||
43.8913 -70.2564 241.938 KGYX
|
||||
45.6906 -118.8529 240.215 KPDT
|
||||
38.9969 -96.2325 239.622 KTWX
|
||||
32.2800 -89.9844 236.815 KDGX
|
||||
34.9306 -86.0836 235.848 KHTX
|
||||
39.3669 -101.7003 233.524 KGLD
|
||||
44.4986 -88.1111 230.181 KGRB
|
||||
32.6750 -83.3511 228.901 KJGX
|
||||
32.9189 -117.0419 228.044 KNKX
|
||||
33.0650 -96.9180 226.030 TDFW
|
||||
36.3142 -119.6321 222.514 KHNX
|
||||
44.8489 -93.5655 220.586 KMPX
|
||||
30.0220 -90.4030 220.036 TMSY
|
||||
47.6790 -103.7810 219.737 FQWA
|
||||
42.0811 -122.7174 219.701 KMAX
|
||||
26.1430 -80.3440 219.523 TFLL
|
||||
40.9231 -78.0039 216.759 KCCX
|
||||
35.3447 -89.8733 214.158 KNQA
|
||||
25.9156 -97.4186 207.914 KBRO
|
||||
41.3203 -96.3668 206.943 KOAX
|
||||
47.4597 -111.3853 201.705 KTFX
|
||||
42.1580 -70.9330 200.395 TBOS
|
||||
42.1110 -83.5150 199.638 TDTW
|
||||
35.2904 -94.3619 197.650 KSRX
|
||||
33.6541 -101.8142 193.381 KLBB
|
||||
40.1505 -89.3368 193.192 KILX
|
||||
34.3622 -98.9767 188.884 KFDR
|
||||
30.0650 -95.5670 188.815 TIAH
|
||||
39.4961 -121.6317 187.993 KBBX
|
||||
42.8190 -88.0460 186.807 TMKE
|
||||
27.8600 -82.5180 185.109 TTPA
|
||||
39.0840 -77.5290 182.873 TIAD
|
||||
38.8980 -84.5800 182.637 TCVG
|
||||
36.0020 -78.6970 181.040 TRDU
|
||||
46.7708 -100.7603 180.466 KBIS
|
||||
39.6370 -86.4360 179.636 TIDS
|
||||
34.8386 -120.3979 178.068 KVBX
|
||||
35.2333 -101.7093 175.835 KAMA
|
||||
43.7558 -75.6800 174.769 KTYX
|
||||
36.7408 -98.1275 174.151 KVNX
|
||||
31.3711 -100.4922 172.741 KSJT
|
||||
38.8102 -94.2645 171.526 KEAX
|
||||
42.8939 -85.5449 171.170 KGRR
|
||||
40.5010 -80.4860 170.883 TPIT
|
||||
33.9892 -78.4292 167.169 KLTX
|
||||
42.5866 -74.0641 163.455 KENX
|
||||
48.1946 -122.4957 162.501 KATX
|
||||
38.2603 -87.7245 161.427 KVWX
|
||||
38.3111 -81.7228 160.777 KRLX
|
||||
36.1683 -83.4019 158.347 KMRX
|
||||
37.9753 -85.9439 156.939 KLVX
|
||||
33.4210 -112.1630 156.028 TPHX
|
||||
35.3370 -80.8850 155.830 TCLT
|
||||
42.9486 -78.7369 155.756 KBUF
|
||||
41.2900 -82.0080 154.707 TLVE
|
||||
36.0710 -95.8270 154.550 TTUL
|
||||
35.9242 126.6222 154.492 RKJK
|
||||
30.5650 -85.9217 153.740 KEVX
|
||||
39.9469 -74.4107 152.848 KDIX
|
||||
39.7866 -104.5458 150.864 KFTG
|
||||
33.0770 -106.1200 144.407 KHDX
|
||||
32.6555 -81.0422 143.939 KCLX
|
||||
33.6470 -84.2620 137.350 TATL
|
||||
36.7367 -87.2850 137.233 KHPX
|
||||
41.6044 -88.0844 135.073 KLOT
|
||||
30.8903 -83.0018 132.212 KVAX
|
||||
34.8833 -82.2198 131.459 KGSP
|
||||
29.7041 -98.0286 129.031 KEWX
|
||||
34.4117 -119.1786 121.226 KVTX
|
||||
40.0220 -84.1230 119.903 TDAY
|
||||
37.6544 -97.4431 118.280 KICT
|
||||
31.1553 -92.9758 116.793 KPOE
|
||||
20.1253 -155.7778 116.617 PHKM
|
||||
33.1719 -86.7697 115.603 KBMX
|
||||
33.8177 -117.6360 114.140 KSOX
|
||||
38.5011 -121.6778 110.694 KDAX
|
||||
31.4606 -85.4594 108.879 KEOX
|
||||
35.9800 -86.6620 100.940 TBNA
|
||||
39.4980 -94.7420 86.844 TMCI
|
||||
40.5890 -73.8810 84.352 TJFK
|
||||
29.4719 -95.0789 81.036 KHGX
|
||||
39.0900 -76.6300 77.582 TBWI
|
||||
30.5239 -88.9847 73.358 KBIX
|
||||
39.4203 -83.8217 71.685 KILN
|
||||
28.3440 -81.3260 70.617 TMCO
|
||||
30.3367 -89.8254 65.618 KLIX
|
||||
42.7000 -83.4717 65.580 KDTX
|
||||
32.5728 -97.3031 65.491 KFWS
|
||||
26.6880 -80.2730 61.003 TPBI
|
||||
25.6106 -80.4131 59.593 KAMX
|
||||
39.9490 -75.0690 56.108 TPHL
|
||||
41.2628 -112.4478 54.429 KMTX
|
||||
34.8960 -89.9930 51.059 TMEM
|
||||
36.1440 -115.0070 50.329 TLAS
|
||||
44.8710 -92.9330 49.906 TMSP
|
||||
33.2892 -111.6700 48.070 KIWA
|
||||
38.6950 -76.8450 47.694 TADW
|
||||
42.9678 -88.5506 44.305 KMKX
|
||||
33.3633 -84.5658 42.285 KFFC
|
||||
35.6653 -78.4900 41.825 KRAX
|
||||
18.4740 -66.1790 41.232 TSJU
|
||||
40.5930 -74.2700 32.844 TEWR
|
||||
36.2472 -86.5625 31.022 KOHX
|
||||
38.0460 -85.6100 30.286 TSDF
|
||||
41.6510 -87.7300 29.903 TMDW
|
||||
41.9558 -71.1369 28.083 KBOX
|
||||
36.1750 -95.5641 26.289 KINX
|
||||
40.5317 -80.2179 22.915 KPBZ
|
||||
35.2760 -97.5100 22.003 TOKC
|
||||
27.7053 -82.4019 20.645 KTBW
|
||||
38.8050 -90.4890 20.531 TSTL
|
||||
41.7970 -87.8580 19.398 TORD
|
||||
41.4131 -81.8600 18.436 KCLE
|
||||
25.7580 -80.4910 18.151 TMIA
|
||||
29.5160 -95.2420 16.526 THOU
|
||||
37.5070 -97.4370 16.396 TICH
|
||||
32.9260 -96.9680 16.142 TDAL
|
||||
39.7075 -86.2803 15.458 KIND
|
||||
38.9761 -77.4875 12.520 KLWX
|
||||
38.7590 -76.9620 12.393 TDCA
|
||||
39.7280 -104.5260 6.731 TDEN
|
||||
35.2383 -97.4603 6.159 KCRI
|
|
@ -1,13 +0,0 @@
|
|||
40.5900 -73.6700 36007.371 LONG-BEACH-FW
|
||||
44.4686 -71.1856 799.860 BERLIN-FW
|
||||
42.3613 -73.5979 354.153 CHATHUM-FW
|
||||
41.4901 -71.3203 258.095 NEWPORT-FW
|
||||
43.1978 -70.8742 255.189 dover-fw
|
||||
42.3166 -71.0666 166.806 BOSTON-FW
|
||||
41.8220 -71.4197 66.869 PROVIDENCE-FW
|
||||
42.5000 -71.5833 55.938 HARVARD-FW
|
||||
43.2081 -71.5381 53.833 CONCORD-FW
|
||||
41.6778 -71.2743 31.213 BRISTOL-FW
|
||||
42.2833 -71.3500 24.283 natick-fw
|
||||
42.4000 -71.1666 18.537 BELMONT-FW
|
||||
42.4187 -71.6853 18.293 clinton-fw
|
|
@ -1,794 +0,0 @@
|
|||
-75.0 -180.0 600 180
|
||||
-75.0 -170.0 300 170W
|
||||
-75.0 -160.0 300 160W
|
||||
-75.0 -150.0 500 150W
|
||||
-75.0 -140.0 300 140W
|
||||
-75.0 -130.0 300 130W
|
||||
-75.0 -110.0 300 110W
|
||||
-75.0 -100.0 300 100W
|
||||
-75.0 -60.0 500 60W
|
||||
-75.0 -50.0 300 50W
|
||||
-75.0 -40.0 300 40W
|
||||
-75.0 -30.0 500 30W
|
||||
-75.0 170.0 300 170E
|
||||
-65.0 -180.0 500 180
|
||||
-65.0 -170.0 200 170W
|
||||
-65.0 -160.0 200 160W
|
||||
-65.0 -150.0 400 150W
|
||||
-65.0 -140.0 200 140W
|
||||
-65.0 -130.0 200 130W
|
||||
-65.0 -120.0 400 120W
|
||||
-65.0 -110.0 200 110W
|
||||
-65.0 -100.0 200 100W
|
||||
-65.0 -90.0 500 90W
|
||||
-65.0 -80.0 200 80W
|
||||
-65.0 -70.0 200 70W
|
||||
-65.0 -60.0 400 60W
|
||||
-65.0 -50.0 200 50W
|
||||
-65.0 -40.0 200 40W
|
||||
-65.0 -30.0 400 30W
|
||||
-65.0 -20.0 200 20W
|
||||
-65.0 -10.0 200 10W
|
||||
-65.0 0.0 500 GM
|
||||
-65.0 10.0 200 10E
|
||||
-65.0 20.0 200 20E
|
||||
-65.0 30.0 400 30E
|
||||
-65.0 40.0 200 40E
|
||||
-65.0 50.0 200 50E
|
||||
-65.0 60.0 400 60E
|
||||
-65.0 70.0 200 70E
|
||||
-65.0 80.0 200 80E
|
||||
-65.0 90.0 500 90E
|
||||
-65.0 100.0 200 100E
|
||||
-65.0 110.0 200 110E
|
||||
-65.0 120.0 400 120E
|
||||
-65.0 130.0 200 130E
|
||||
-65.0 140.0 200 140E
|
||||
-65.0 150.0 400 150E
|
||||
-65.0 160.0 200 160E
|
||||
-65.0 170.0 200 170E
|
||||
-55.0 -180.0 500 180
|
||||
-55.0 -170.0 200 170W
|
||||
-55.0 -160.0 200 160W
|
||||
-55.0 -150.0 400 150W
|
||||
-55.0 -140.0 200 140W
|
||||
-55.0 -130.0 200 130W
|
||||
-55.0 -120.0 400 120W
|
||||
-55.0 -110.0 200 110W
|
||||
-55.0 -100.0 200 100W
|
||||
-55.0 -90.0 500 90W
|
||||
-55.0 -80.0 200 80W
|
||||
-55.0 -60.0 400 60W
|
||||
-55.0 -50.0 200 50W
|
||||
-55.0 -40.0 200 40W
|
||||
-55.0 -30.0 400 30W
|
||||
-55.0 -20.0 200 20W
|
||||
-55.0 -10.0 200 10W
|
||||
-55.0 0.0 500 GM
|
||||
-55.0 10.0 200 10E
|
||||
-55.0 20.0 200 20E
|
||||
-55.0 30.0 400 30E
|
||||
-55.0 40.0 200 40E
|
||||
-55.0 50.0 200 50E
|
||||
-55.0 60.0 400 60E
|
||||
-55.0 70.0 200 70E
|
||||
-55.0 80.0 200 80E
|
||||
-55.0 90.0 500 90E
|
||||
-55.0 100.0 200 100E
|
||||
-55.0 110.0 200 110E
|
||||
-55.0 120.0 400 120E
|
||||
-55.0 130.0 200 130E
|
||||
-55.0 140.0 200 140E
|
||||
-55.0 150.0 400 150E
|
||||
-55.0 160.0 200 160E
|
||||
-55.0 170.0 200 170E
|
||||
-45.0 -180.0 800 180
|
||||
-45.0 -170.0 500 170W
|
||||
-45.0 -160.0 500 160W
|
||||
-45.0 -150.0 700 150W
|
||||
-45.0 -140.0 500 140W
|
||||
-45.0 -130.0 500 130W
|
||||
-45.0 -120.0 700 120W
|
||||
-45.0 -110.0 500 110W
|
||||
-45.0 -100.0 500 100W
|
||||
-45.0 -90.0 800 90W
|
||||
-45.0 -80.0 500 80W
|
||||
-45.0 -60.0 700 60W
|
||||
-45.0 -50.0 500 50W
|
||||
-45.0 -40.0 500 40W
|
||||
-45.0 -30.0 700 30W
|
||||
-45.0 -20.0 500 20W
|
||||
-45.0 -10.0 500 10W
|
||||
-45.0 0.0 800 GM
|
||||
-45.0 10.0 500 10E
|
||||
-45.0 20.0 500 20E
|
||||
-45.0 30.0 700 30E
|
||||
-45.0 40.0 500 40E
|
||||
-45.0 50.0 500 50E
|
||||
-45.0 60.0 700 60E
|
||||
-45.0 70.0 500 70E
|
||||
-45.0 80.0 500 80E
|
||||
-45.0 90.0 800 90E
|
||||
-45.0 100.0 500 100E
|
||||
-45.0 110.0 500 110E
|
||||
-45.0 120.0 700 120E
|
||||
-45.0 130.0 500 130E
|
||||
-45.0 140.0 500 140E
|
||||
-45.0 150.0 700 150E
|
||||
-45.0 160.0 500 160E
|
||||
-35.0 -180.0 500 180
|
||||
-35.0 -170.0 200 170W
|
||||
-35.0 -160.0 200 160W
|
||||
-35.0 -150.0 400 150W
|
||||
-35.0 -140.0 200 140W
|
||||
-35.0 -130.0 200 130W
|
||||
-35.0 -120.0 400 120W
|
||||
-35.0 -110.0 200 110W
|
||||
-35.0 -100.0 200 100W
|
||||
-35.0 -90.0 500 90W
|
||||
-35.0 -80.0 200 80W
|
||||
-35.0 -50.0 200 50W
|
||||
-35.0 -40.0 200 40W
|
||||
-35.0 -30.0 400 30W
|
||||
-35.0 -20.0 200 20W
|
||||
-35.0 -10.0 200 10W
|
||||
-35.0 0.0 500 GM
|
||||
-35.0 10.0 200 10E
|
||||
-35.0 20.0 200 20E
|
||||
-35.0 30.0 400 30E
|
||||
-35.0 40.0 200 40E
|
||||
-35.0 50.0 200 50E
|
||||
-35.0 60.0 400 60E
|
||||
-35.0 70.0 200 70E
|
||||
-35.0 80.0 200 80E
|
||||
-35.0 90.0 500 90E
|
||||
-35.0 100.0 200 100E
|
||||
-35.0 110.0 200 110E
|
||||
-35.0 120.0 400 120E
|
||||
-35.0 130.0 200 130E
|
||||
-35.0 160.0 200 160E
|
||||
-35.0 170.0 200 170E
|
||||
-25.0 -180.0 500 180
|
||||
-25.0 -170.0 200 170W
|
||||
-25.0 -160.0 200 160W
|
||||
-25.0 -150.0 400 150W
|
||||
-25.0 -140.0 200 140W
|
||||
-25.0 -130.0 200 130W
|
||||
-25.0 -120.0 400 120W
|
||||
-25.0 -110.0 200 110W
|
||||
-25.0 -100.0 200 100W
|
||||
-25.0 -90.0 500 90W
|
||||
-25.0 -80.0 200 80W
|
||||
-25.0 -40.0 200 40W
|
||||
-25.0 -30.0 400 30W
|
||||
-25.0 -20.0 200 20W
|
||||
-25.0 -10.0 200 10W
|
||||
-25.0 0.0 500 GM
|
||||
-25.0 10.0 200 10E
|
||||
-25.0 40.0 200 40E
|
||||
-25.0 50.0 200 50E
|
||||
-25.0 60.0 400 60E
|
||||
-25.0 70.0 200 70E
|
||||
-25.0 80.0 200 80E
|
||||
-25.0 90.0 500 90E
|
||||
-25.0 100.0 200 100E
|
||||
-25.0 110.0 200 110E
|
||||
-25.0 160.0 200 160E
|
||||
-25.0 170.0 200 170E
|
||||
-15.0 -180.0 700 180
|
||||
-15.0 -170.0 400 170W
|
||||
-15.0 -160.0 400 160W
|
||||
-15.0 -150.0 600 150W
|
||||
-15.0 -140.0 400 140W
|
||||
-15.0 -130.0 400 130W
|
||||
-15.0 -120.0 600 120W
|
||||
-15.0 -110.0 400 110W
|
||||
-15.0 -100.0 400 100W
|
||||
-15.0 -90.0 700 90W
|
||||
-15.0 -80.0 400 80W
|
||||
-15.0 -30.0 600 30W
|
||||
-15.0 -20.0 400 20W
|
||||
-15.0 -10.0 400 10W
|
||||
-15.0 0.0 700 GM
|
||||
-15.0 10.0 400 10E
|
||||
-15.0 60.0 600 60E
|
||||
-15.0 70.0 400 70E
|
||||
-15.0 80.0 400 80E
|
||||
-15.0 90.0 700 90E
|
||||
-15.0 100.0 400 100E
|
||||
-15.0 110.0 400 110E
|
||||
-15.0 120.0 600 120E
|
||||
-15.0 130.0 400 130E
|
||||
-15.0 140.0 400 140E
|
||||
-15.0 150.0 600 150E
|
||||
-15.0 160.0 400 160E
|
||||
-15.0 170.0 400 170E
|
||||
-5.0 -180.0 500 180
|
||||
-5.0 -170.0 200 170W
|
||||
-5.0 -160.0 200 160W
|
||||
-5.0 -150.0 400 150W
|
||||
-5.0 -140.0 200 140W
|
||||
-5.0 -130.0 200 130W
|
||||
-5.0 -120.0 400 120W
|
||||
-5.0 -110.0 200 110W
|
||||
-5.0 -100.0 200 100W
|
||||
-5.0 -90.0 500 90W
|
||||
-5.0 -30.0 400 30W
|
||||
-5.0 -20.0 200 20W
|
||||
-5.0 -10.0 200 10W
|
||||
-5.0 0.0 500 GM
|
||||
-5.0 10.0 200 10E
|
||||
-5.0 40.0 200 40E
|
||||
-5.0 50.0 200 50E
|
||||
-5.0 60.0 400 60E
|
||||
-5.0 70.0 200 70E
|
||||
-5.0 80.0 200 80E
|
||||
-5.0 90.0 500 90E
|
||||
-5.0 100.0 200 100E
|
||||
-5.0 110.0 200 110E
|
||||
-5.0 130.0 200 130E
|
||||
-5.0 150.0 400 150E
|
||||
-5.0 160.0 200 160E
|
||||
-5.0 170.0 200 170E
|
||||
5.0 -180.0 500 180
|
||||
5.0 -170.0 200 170W
|
||||
5.0 -160.0 200 160W
|
||||
5.0 -150.0 400 150W
|
||||
5.0 -140.0 200 140W
|
||||
5.0 -130.0 200 130W
|
||||
5.0 -120.0 400 120W
|
||||
5.0 -110.0 200 110W
|
||||
5.0 -100.0 200 100W
|
||||
5.0 -90.0 500 90W
|
||||
5.0 -80.0 200 80W
|
||||
5.0 -50.0 200 50W
|
||||
5.0 -40.0 200 40W
|
||||
5.0 -30.0 400 30W
|
||||
5.0 -20.0 200 20W
|
||||
5.0 -10.0 200 10W
|
||||
5.0 0.0 500 GM
|
||||
5.0 50.0 200 50E
|
||||
5.0 60.0 400 60E
|
||||
5.0 70.0 200 70E
|
||||
5.0 80.0 200 80E
|
||||
5.0 90.0 500 90E
|
||||
5.0 100.0 200 100E
|
||||
5.0 110.0 200 110E
|
||||
5.0 120.0 400 120E
|
||||
5.0 130.0 200 130E
|
||||
5.0 140.0 200 140E
|
||||
5.0 150.0 400 150E
|
||||
5.0 160.0 200 160E
|
||||
5.0 170.0 200 170E
|
||||
15.0 -180.0 700 180
|
||||
15.0 -170.0 400 170W
|
||||
15.0 -160.0 400 160W
|
||||
15.0 -150.0 600 150W
|
||||
15.0 -140.0 400 140W
|
||||
15.0 -130.0 400 130W
|
||||
15.0 -120.0 600 120W
|
||||
15.0 -110.0 400 110W
|
||||
15.0 -100.0 400 100W
|
||||
15.0 -80.0 400 80W
|
||||
15.0 -70.0 400 70W
|
||||
15.0 -60.0 600 60W
|
||||
15.0 -50.0 400 50W
|
||||
15.0 -40.0 400 40W
|
||||
15.0 -30.0 600 30W
|
||||
15.0 -20.0 400 20W
|
||||
15.0 60.0 600 60E
|
||||
15.0 70.0 400 70E
|
||||
15.0 80.0 400 80E
|
||||
15.0 90.0 700 90E
|
||||
15.0 110.0 400 110E
|
||||
15.0 130.0 400 130E
|
||||
15.0 140.0 400 140E
|
||||
15.0 150.0 600 150E
|
||||
15.0 160.0 400 160E
|
||||
15.0 170.0 400 170E
|
||||
25.0 -180.0 500 180
|
||||
25.0 -170.0 200 170W
|
||||
25.0 -160.0 200 160W
|
||||
25.0 -150.0 400 150W
|
||||
25.0 -140.0 200 140W
|
||||
25.0 -130.0 200 130W
|
||||
25.0 -120.0 400 120W
|
||||
25.0 -110.0 200 110W
|
||||
25.0 -90.0 500 90W
|
||||
25.0 -80.0 200 80W
|
||||
25.0 -70.0 200 70W
|
||||
25.0 -60.0 400 60W
|
||||
25.0 -50.0 200 50W
|
||||
25.0 -40.0 200 40W
|
||||
25.0 -30.0 400 30W
|
||||
25.0 -20.0 200 20W
|
||||
25.0 60.0 400 60E
|
||||
25.0 120.0 400 120E
|
||||
25.0 130.0 200 130E
|
||||
25.0 140.0 200 140E
|
||||
25.0 150.0 400 150E
|
||||
25.0 160.0 200 160E
|
||||
25.0 170.0 200 170E
|
||||
35.0 -180.0 500 180
|
||||
35.0 -170.0 200 170W
|
||||
35.0 -160.0 200 160W
|
||||
35.0 -150.0 400 150W
|
||||
35.0 -140.0 200 140W
|
||||
35.0 -130.0 200 130W
|
||||
35.0 -70.0 200 70W
|
||||
35.0 -60.0 400 60W
|
||||
35.0 -50.0 200 50W
|
||||
35.0 -40.0 200 40W
|
||||
35.0 -30.0 400 30W
|
||||
35.0 -20.0 200 20W
|
||||
35.0 -10.0 200 10W
|
||||
35.0 20.0 200 20E
|
||||
35.0 30.0 400 30E
|
||||
35.0 130.0 200 130E
|
||||
35.0 150.0 400 150E
|
||||
35.0 160.0 200 160E
|
||||
35.0 170.0 200 170E
|
||||
45.0 -180.0 800 180
|
||||
45.0 -170.0 500 170W
|
||||
45.0 -160.0 500 160W
|
||||
45.0 -150.0 700 150W
|
||||
45.0 -140.0 500 140W
|
||||
45.0 -130.0 500 130W
|
||||
45.0 -50.0 500 50W
|
||||
45.0 -40.0 500 40W
|
||||
45.0 -30.0 700 30W
|
||||
45.0 -20.0 500 20W
|
||||
45.0 -10.0 500 10W
|
||||
45.0 50.0 500 50E
|
||||
45.0 60.0 700 60E
|
||||
45.0 140.0 500 140E
|
||||
45.0 150.0 700 150E
|
||||
45.0 160.0 500 160E
|
||||
45.0 170.0 500 170E
|
||||
55.0 -180.0 500 180
|
||||
55.0 -170.0 200 170W
|
||||
55.0 -160.0 200 160W
|
||||
55.0 -150.0 400 150W
|
||||
55.0 -140.0 200 140W
|
||||
55.0 -80.0 200 80W
|
||||
55.0 -50.0 200 50W
|
||||
55.0 -40.0 200 40W
|
||||
55.0 -30.0 400 30W
|
||||
55.0 -20.0 200 20W
|
||||
55.0 -10.0 200 10W
|
||||
55.0 0.0 500 GM
|
||||
55.0 10.0 200 10E
|
||||
55.0 20.0 200 20E
|
||||
55.0 140.0 200 140E
|
||||
55.0 150.0 400 150E
|
||||
55.0 170.0 200 170E
|
||||
65.0 -180.0 500 180
|
||||
65.0 -170.0 200 170W
|
||||
65.0 -80.0 200 80W
|
||||
65.0 -60.0 400 60W
|
||||
65.0 -30.0 400 30W
|
||||
65.0 -10.0 200 10W
|
||||
65.0 0.0 500 GM
|
||||
65.0 10.0 200 10E
|
||||
65.0 40.0 200 40E
|
||||
75.0 -180.0 600 180
|
||||
75.0 -150.0 500 150W
|
||||
75.0 -120.0 500 120W
|
||||
75.0 -80.0 300 80W
|
||||
75.0 -70.0 300 70W
|
||||
75.0 0.0 600 GM
|
||||
75.0 30.0 500 30E
|
||||
75.0 50.0 300 50E
|
||||
75.0 80.0 300 80E
|
||||
75.0 130.0 300 130E
|
||||
75.0 160.0 300 160E
|
||||
85.0 -180.0 200 180
|
||||
85.0 -90.0 200 90W
|
||||
85.0 0.0 200 GM
|
||||
85.0 90.0 200 90E
|
||||
-80.0 -175.0 -100 80S
|
||||
-80.0 -165.0 100 80S
|
||||
-80.0 -155.0 -100 80S
|
||||
-80.0 165.0 100 80S
|
||||
-80.0 175.0 -100 80S
|
||||
-70.0 -175.0 100 70S
|
||||
-70.0 -165.0 300 70S
|
||||
-70.0 -155.0 100 70S
|
||||
-70.0 -145.0 100 70S
|
||||
-70.0 -135.0 400 70S
|
||||
-70.0 -125.0 100 70S
|
||||
-70.0 -115.0 100 70S
|
||||
-70.0 -105.0 300 70S
|
||||
-70.0 -95.0 100 70S
|
||||
-70.0 -85.0 100 70S
|
||||
-70.0 -75.0 300 70S
|
||||
-70.0 -55.0 100 70S
|
||||
-70.0 -45.0 400 70S
|
||||
-70.0 -35.0 100 70S
|
||||
-70.0 -25.0 100 70S
|
||||
-70.0 -15.0 300 70S
|
||||
-70.0 -5.0 100 70S
|
||||
-70.0 5.0 100 70S
|
||||
-70.0 15.0 300 70S
|
||||
-70.0 25.0 100 70S
|
||||
-70.0 165.0 300 70S
|
||||
-70.0 175.0 100 70S
|
||||
-60.0 -175.0 400 60S
|
||||
-60.0 -165.0 600 60S
|
||||
-60.0 -155.0 400 60S
|
||||
-60.0 -145.0 400 60S
|
||||
-60.0 -135.0 700 60S
|
||||
-60.0 -125.0 400 60S
|
||||
-60.0 -115.0 400 60S
|
||||
-60.0 -105.0 600 60S
|
||||
-60.0 -95.0 400 60S
|
||||
-60.0 -85.0 400 60S
|
||||
-60.0 -75.0 600 60S
|
||||
-60.0 -65.0 400 60S
|
||||
-60.0 -55.0 400 60S
|
||||
-60.0 -45.0 700 60S
|
||||
-60.0 -35.0 400 60S
|
||||
-60.0 -25.0 400 60S
|
||||
-60.0 -15.0 600 60S
|
||||
-60.0 -5.0 400 60S
|
||||
-60.0 5.0 400 60S
|
||||
-60.0 15.0 600 60S
|
||||
-60.0 25.0 400 60S
|
||||
-60.0 35.0 400 60S
|
||||
-60.0 45.0 700 60S
|
||||
-60.0 55.0 400 60S
|
||||
-60.0 65.0 400 60S
|
||||
-60.0 75.0 600 60S
|
||||
-60.0 85.0 400 60S
|
||||
-60.0 95.0 400 60S
|
||||
-60.0 105.0 600 60S
|
||||
-60.0 115.0 400 60S
|
||||
-60.0 125.0 400 60S
|
||||
-60.0 135.0 700 60S
|
||||
-60.0 145.0 400 60S
|
||||
-60.0 155.0 400 60S
|
||||
-60.0 165.0 600 60S
|
||||
-60.0 175.0 400 60S
|
||||
-50.0 -175.0 200 50S
|
||||
-50.0 -165.0 400 50S
|
||||
-50.0 -155.0 200 50S
|
||||
-50.0 -145.0 200 50S
|
||||
-50.0 -135.0 500 50S
|
||||
-50.0 -125.0 200 50S
|
||||
-50.0 -115.0 200 50S
|
||||
-50.0 -105.0 400 50S
|
||||
-50.0 -95.0 200 50S
|
||||
-50.0 -85.0 200 50S
|
||||
-50.0 -65.0 200 50S
|
||||
-50.0 -55.0 200 50S
|
||||
-50.0 -45.0 500 50S
|
||||
-50.0 -35.0 200 50S
|
||||
-50.0 -25.0 200 50S
|
||||
-50.0 -15.0 400 50S
|
||||
-50.0 -5.0 200 50S
|
||||
-50.0 5.0 200 50S
|
||||
-50.0 15.0 400 50S
|
||||
-50.0 25.0 200 50S
|
||||
-50.0 35.0 200 50S
|
||||
-50.0 45.0 500 50S
|
||||
-50.0 55.0 200 50S
|
||||
-50.0 65.0 200 50S
|
||||
-50.0 75.0 400 50S
|
||||
-50.0 85.0 200 50S
|
||||
-50.0 95.0 200 50S
|
||||
-50.0 105.0 400 50S
|
||||
-50.0 115.0 200 50S
|
||||
-50.0 125.0 200 50S
|
||||
-50.0 135.0 500 50S
|
||||
-50.0 145.0 200 50S
|
||||
-50.0 155.0 200 50S
|
||||
-50.0 165.0 400 50S
|
||||
-50.0 175.0 200 50S
|
||||
-40.0 -175.0 200 40S
|
||||
-40.0 -165.0 400 40S
|
||||
-40.0 -155.0 200 40S
|
||||
-40.0 -145.0 200 40S
|
||||
-40.0 -135.0 500 40S
|
||||
-40.0 -125.0 200 40S
|
||||
-40.0 -115.0 200 40S
|
||||
-40.0 -105.0 400 40S
|
||||
-40.0 -95.0 200 40S
|
||||
-40.0 -85.0 200 40S
|
||||
-40.0 -75.0 400 40S
|
||||
-40.0 -55.0 200 40S
|
||||
-40.0 -45.0 500 40S
|
||||
-40.0 -35.0 200 40S
|
||||
-40.0 -25.0 200 40S
|
||||
-40.0 -15.0 400 40S
|
||||
-40.0 -5.0 200 40S
|
||||
-40.0 5.0 200 40S
|
||||
-40.0 15.0 400 40S
|
||||
-40.0 25.0 200 40S
|
||||
-40.0 35.0 200 40S
|
||||
-40.0 45.0 500 40S
|
||||
-40.0 55.0 200 40S
|
||||
-40.0 65.0 200 40S
|
||||
-40.0 75.0 400 40S
|
||||
-40.0 85.0 200 40S
|
||||
-40.0 95.0 200 40S
|
||||
-40.0 105.0 400 40S
|
||||
-40.0 115.0 200 40S
|
||||
-40.0 125.0 200 40S
|
||||
-40.0 135.0 500 40S
|
||||
-40.0 145.0 200 40S
|
||||
-40.0 155.0 200 40S
|
||||
-40.0 165.0 400 40S
|
||||
-30.0 -175.0 400 30S
|
||||
-30.0 -165.0 600 30S
|
||||
-30.0 -155.0 400 30S
|
||||
-30.0 -145.0 400 30S
|
||||
-30.0 -135.0 700 30S
|
||||
-30.0 -125.0 400 30S
|
||||
-30.0 -115.0 400 30S
|
||||
-30.0 -105.0 600 30S
|
||||
-30.0 -95.0 400 30S
|
||||
-30.0 -85.0 400 30S
|
||||
-30.0 -75.0 600 30S
|
||||
-30.0 -45.0 700 30S
|
||||
-30.0 -35.0 400 30S
|
||||
-30.0 -25.0 400 30S
|
||||
-30.0 -15.0 600 30S
|
||||
-30.0 -5.0 400 30S
|
||||
-30.0 5.0 400 30S
|
||||
-30.0 15.0 600 30S
|
||||
-30.0 35.0 400 30S
|
||||
-30.0 45.0 700 30S
|
||||
-30.0 55.0 400 30S
|
||||
-30.0 65.0 400 30S
|
||||
-30.0 75.0 600 30S
|
||||
-30.0 85.0 400 30S
|
||||
-30.0 95.0 400 30S
|
||||
-30.0 105.0 600 30S
|
||||
-30.0 115.0 400 30S
|
||||
-30.0 155.0 400 30S
|
||||
-30.0 165.0 600 30S
|
||||
-30.0 175.0 400 30S
|
||||
-20.0 -175.0 200 20S
|
||||
-20.0 -165.0 400 20S
|
||||
-20.0 -145.0 200 20S
|
||||
-20.0 -135.0 500 20S
|
||||
-20.0 -125.0 200 20S
|
||||
-20.0 -115.0 200 20S
|
||||
-20.0 -105.0 400 20S
|
||||
-20.0 -95.0 200 20S
|
||||
-20.0 -85.0 200 20S
|
||||
-20.0 -75.0 400 20S
|
||||
-20.0 -35.0 200 20S
|
||||
-20.0 -25.0 200 20S
|
||||
-20.0 -15.0 400 20S
|
||||
-20.0 -5.0 200 20S
|
||||
-20.0 5.0 200 20S
|
||||
-20.0 35.0 200 20S
|
||||
-20.0 55.0 200 20S
|
||||
-20.0 65.0 200 20S
|
||||
-20.0 75.0 400 20S
|
||||
-20.0 85.0 200 20S
|
||||
-20.0 95.0 200 20S
|
||||
-20.0 105.0 400 20S
|
||||
-20.0 115.0 200 20S
|
||||
-20.0 155.0 200 20S
|
||||
-20.0 165.0 400 20S
|
||||
-20.0 175.0 200 20S
|
||||
-10.0 -175.0 200 10S
|
||||
-10.0 -165.0 400 10S
|
||||
-10.0 -155.0 200 10S
|
||||
-10.0 -145.0 200 10S
|
||||
-10.0 -135.0 500 10S
|
||||
-10.0 -125.0 200 10S
|
||||
-10.0 -115.0 200 10S
|
||||
-10.0 -105.0 400 10S
|
||||
-10.0 -95.0 200 10S
|
||||
-10.0 -85.0 200 10S
|
||||
-10.0 -35.0 200 10S
|
||||
-10.0 -25.0 200 10S
|
||||
-10.0 -15.0 400 10S
|
||||
-10.0 -5.0 200 10S
|
||||
-10.0 5.0 200 10S
|
||||
-10.0 45.0 500 10S
|
||||
-10.0 55.0 200 10S
|
||||
-10.0 65.0 200 10S
|
||||
-10.0 75.0 400 10S
|
||||
-10.0 85.0 200 10S
|
||||
-10.0 95.0 200 10S
|
||||
-10.0 105.0 400 10S
|
||||
-10.0 115.0 200 10S
|
||||
-10.0 125.0 200 10S
|
||||
-10.0 135.0 500 10S
|
||||
-10.0 145.0 200 10S
|
||||
-10.0 155.0 200 10S
|
||||
-10.0 165.0 400 10S
|
||||
-10.0 175.0 200 10S
|
||||
0.0 -175.0 500 EQ
|
||||
0.0 -165.0 700 EQ
|
||||
0.0 -155.0 500 EQ
|
||||
0.0 -145.0 500 EQ
|
||||
0.0 -135.0 800 EQ
|
||||
0.0 -125.0 500 EQ
|
||||
0.0 -115.0 500 EQ
|
||||
0.0 -105.0 700 EQ
|
||||
0.0 -95.0 500 EQ
|
||||
0.0 -85.0 500 EQ
|
||||
0.0 -45.0 800 EQ
|
||||
0.0 -35.0 500 EQ
|
||||
0.0 -25.0 500 EQ
|
||||
0.0 -15.0 700 EQ
|
||||
0.0 -5.0 500 EQ
|
||||
0.0 5.0 500 EQ
|
||||
0.0 45.0 800 EQ
|
||||
0.0 55.0 500 EQ
|
||||
0.0 65.0 500 EQ
|
||||
0.0 75.0 700 EQ
|
||||
0.0 85.0 500 EQ
|
||||
0.0 95.0 500 EQ
|
||||
0.0 105.0 700 EQ
|
||||
0.0 125.0 500 EQ
|
||||
0.0 135.0 800 EQ
|
||||
0.0 145.0 500 EQ
|
||||
0.0 155.0 500 EQ
|
||||
0.0 165.0 700 EQ
|
||||
0.0 175.0 500 EQ
|
||||
10.0 -175.0 200 10N
|
||||
10.0 -165.0 400 10N
|
||||
10.0 -155.0 200 10N
|
||||
10.0 -145.0 200 10N
|
||||
10.0 -135.0 500 10N
|
||||
10.0 -125.0 200 10N
|
||||
10.0 -115.0 200 10N
|
||||
10.0 -105.0 400 10N
|
||||
10.0 -95.0 200 10N
|
||||
10.0 -85.0 200 10N
|
||||
10.0 -55.0 200 10N
|
||||
10.0 -45.0 500 10N
|
||||
10.0 -35.0 200 10N
|
||||
10.0 -25.0 200 10N
|
||||
10.0 -15.0 400 10N
|
||||
10.0 55.0 200 10N
|
||||
10.0 65.0 200 10N
|
||||
10.0 75.0 400 10N
|
||||
10.0 85.0 200 10N
|
||||
10.0 95.0 200 10N
|
||||
10.0 115.0 200 10N
|
||||
10.0 125.0 200 10N
|
||||
10.0 135.0 500 10N
|
||||
10.0 145.0 200 10N
|
||||
10.0 155.0 200 10N
|
||||
10.0 165.0 400 10N
|
||||
10.0 175.0 200 10N
|
||||
20.0 -175.0 200 20N
|
||||
20.0 -165.0 400 20N
|
||||
20.0 -155.0 200 20N
|
||||
20.0 -145.0 200 20N
|
||||
20.0 -135.0 500 20N
|
||||
20.0 -125.0 200 20N
|
||||
20.0 -115.0 200 20N
|
||||
20.0 -95.0 200 20N
|
||||
20.0 -85.0 200 20N
|
||||
20.0 -65.0 200 20N
|
||||
20.0 -55.0 200 20N
|
||||
20.0 -45.0 500 20N
|
||||
20.0 -35.0 200 20N
|
||||
20.0 -25.0 200 20N
|
||||
20.0 65.0 200 20N
|
||||
20.0 115.0 200 20N
|
||||
20.0 125.0 200 20N
|
||||
20.0 135.0 500 20N
|
||||
20.0 145.0 200 20N
|
||||
20.0 155.0 200 20N
|
||||
20.0 165.0 400 20N
|
||||
20.0 175.0 200 20N
|
||||
30.0 -175.0 400 30N
|
||||
30.0 -165.0 600 30N
|
||||
30.0 -155.0 400 30N
|
||||
30.0 -145.0 400 30N
|
||||
30.0 -135.0 700 30N
|
||||
30.0 -125.0 400 30N
|
||||
30.0 -75.0 600 30N
|
||||
30.0 -65.0 400 30N
|
||||
30.0 -55.0 400 30N
|
||||
30.0 -45.0 700 30N
|
||||
30.0 -35.0 400 30N
|
||||
30.0 -25.0 400 30N
|
||||
30.0 -15.0 600 30N
|
||||
30.0 125.0 400 30N
|
||||
30.0 135.0 700 30N
|
||||
30.0 145.0 400 30N
|
||||
30.0 155.0 400 30N
|
||||
30.0 165.0 600 30N
|
||||
30.0 175.0 400 30N
|
||||
40.0 -175.0 200 40N
|
||||
40.0 -165.0 400 40N
|
||||
40.0 -155.0 200 40N
|
||||
40.0 -145.0 200 40N
|
||||
40.0 -135.0 500 40N
|
||||
40.0 -125.0 200 40N
|
||||
40.0 -65.0 200 40N
|
||||
40.0 -55.0 200 40N
|
||||
40.0 -45.0 500 40N
|
||||
40.0 -35.0 200 40N
|
||||
40.0 -25.0 200 40N
|
||||
40.0 -15.0 400 40N
|
||||
40.0 5.0 200 40N
|
||||
40.0 15.0 400 40N
|
||||
40.0 25.0 200 40N
|
||||
40.0 135.0 500 40N
|
||||
40.0 145.0 200 40N
|
||||
40.0 155.0 200 40N
|
||||
40.0 165.0 400 40N
|
||||
40.0 175.0 200 40N
|
||||
50.0 -175.0 200 50N
|
||||
50.0 -165.0 400 50N
|
||||
50.0 -155.0 200 50N
|
||||
50.0 -145.0 200 50N
|
||||
50.0 -135.0 500 50N
|
||||
50.0 -65.0 200 50N
|
||||
50.0 -55.0 200 50N
|
||||
50.0 -45.0 500 50N
|
||||
50.0 -35.0 200 50N
|
||||
50.0 -25.0 200 50N
|
||||
50.0 -15.0 400 50N
|
||||
50.0 -5.0 200 50N
|
||||
50.0 145.0 200 50N
|
||||
50.0 155.0 200 50N
|
||||
50.0 165.0 400 50N
|
||||
50.0 175.0 200 50N
|
||||
60.0 -175.0 400 60N
|
||||
60.0 -145.0 400 60N
|
||||
60.0 -85.0 400 60N
|
||||
60.0 -55.0 400 60N
|
||||
60.0 -35.0 400 60N
|
||||
60.0 -25.0 400 60N
|
||||
60.0 -15.0 600 60N
|
||||
60.0 -5.0 400 60N
|
||||
60.0 5.0 400 60N
|
||||
60.0 25.0 400 60N
|
||||
60.0 175.0 400 60N
|
||||
70.0 -175.0 100 70N
|
||||
70.0 -165.0 300 70N
|
||||
70.0 -145.0 100 70N
|
||||
70.0 -135.0 400 70N
|
||||
70.0 -125.0 100 70N
|
||||
70.0 -65.0 100 70N
|
||||
70.0 -55.0 100 70N
|
||||
70.0 -15.0 300 70N
|
||||
70.0 -5.0 100 70N
|
||||
70.0 5.0 100 70N
|
||||
70.0 15.0 300 70N
|
||||
70.0 35.0 100 70N
|
||||
70.0 45.0 400 70N
|
||||
70.0 55.0 100 70N
|
||||
70.0 65.0 100 70N
|
||||
70.0 165.0 300 70N
|
||||
70.0 175.0 100 70N
|
||||
80.0 -175.0 -100 80N
|
||||
80.0 -165.0 100 80N
|
||||
80.0 -155.0 -100 80N
|
||||
80.0 -145.0 -100 80N
|
||||
80.0 -135.0 200 80N
|
||||
80.0 -125.0 -100 80N
|
||||
80.0 -115.0 -100 80N
|
||||
80.0 -105.0 100 80N
|
||||
80.0 -95.0 -100 80N
|
||||
80.0 -65.0 -100 80N
|
||||
80.0 -15.0 100 80N
|
||||
80.0 -5.0 -100 80N
|
||||
80.0 5.0 -100 80N
|
||||
80.0 15.0 100 80N
|
||||
80.0 35.0 -100 80N
|
||||
80.0 45.0 200 80N
|
||||
80.0 55.0 -100 80N
|
||||
80.0 65.0 -100 80N
|
||||
80.0 75.0 100 80N
|
||||
80.0 85.0 -100 80N
|
||||
80.0 105.0 100 80N
|
||||
80.0 115.0 -100 80N
|
||||
80.0 125.0 -100 80N
|
||||
80.0 135.0 200 80N
|
||||
80.0 145.0 -100 80N
|
||||
80.0 155.0 -100 80N
|
||||
80.0 165.0 100 80N
|
||||
80.0 175.0 -100 80N
|
|
@ -1,698 +0,0 @@
|
|||
40.5760 -106.4930 29027.590 97234253-JA4
|
||||
43.7500 -70.0000 3185.264 33333335-KBP
|
||||
41.1500 -71.6000 460.442 33333334-BLK
|
||||
40.6393 -102.0515 374.923 98544156-P14
|
||||
38.5205 -103.7030 370.743 74465264-53
|
||||
39.1603 -105.7944 209.219 38362267-P9
|
||||
40.9008 -104.2978 191.536 98952302-W66
|
||||
39.7431 -103.2205 176.101 93832484-16
|
||||
41.2800 -70.0000 159.486 33333333-NTK
|
||||
39.8880 -105.7670 117.318 97261502-GR5
|
||||
39.2006 -104.0765 114.271 75412875-47
|
||||
40.0583 -104.2387 100.629 38495357-W55
|
||||
40.9037 -103.1526 96.231 93342421-62
|
||||
40.4767 -104.8937 84.553 96862067-20
|
||||
38.9748 -103.2180 82.528 77432212-L26
|
||||
40.7923 -105.5966 78.672 98812949-L15
|
||||
39.4330 -105.1170 72.519 39735735-D5
|
||||
40.1823 -103.1535 71.083 93452765-17
|
||||
39.6368 -104.3982 69.254 36443292-AR2
|
||||
40.6110 -103.6008 60.525 97352281-W59
|
||||
40.2610 -105.8340 60.514 96273471-GR4
|
||||
40.9267 -106.4950 56.545 97234000-JA6
|
||||
39.4018 -103.5668 54.526 77632280-L22
|
||||
39.7637 -105.0731 53.415 32349695-J18
|
||||
40.9365 -102.5208 53.387 94638828-42
|
||||
39.4540 -106.0040 50.985 94537106-S6
|
||||
40.5925 -103.0058 50.305 95224139-L12
|
||||
39.8702 -103.7402 48.853 94325585-AD2
|
||||
40.8874 -104.8675 47.917 98972434-23
|
||||
39.1023 -104.6000 47.762 74952598-41
|
||||
38.9442 -103.7588 47.021 75412858-E21
|
||||
40.4422 -102.4512 46.675 98543149-15
|
||||
38.6416 -103.2235 46.060 74465379-L30
|
||||
40.3255 -104.4163 45.728 93528802-W53
|
||||
40.0490 -105.3370 44.588 34497569-B17
|
||||
40.8907 -103.6510 41.943 94375454-W1
|
||||
40.5012 -105.9652 40.495 97238366-JA8
|
||||
40.2325 -103.9047 39.875 98675080-M33
|
||||
40.4330 -105.3410 38.419 96671341-L7
|
||||
39.9255 -102.9345 38.331 92463602-W1
|
||||
39.6776 -105.4754 36.941 CJOHNSON-C9
|
||||
40.4755 -104.0875 36.796 96563676-M11
|
||||
39.3010 -103.1892 36.264 77683248-L20
|
||||
39.4172 -104.3432 35.752 36212022-76
|
||||
40.0715 -103.5672 35.659 98422002-116
|
||||
39.1405 -103.4885 35.433 77432473-L34
|
||||
40.4232 -103.4077 34.377 95221829-W44
|
||||
39.6382 -102.8738 34.063 93574379-9
|
||||
39.4408 -103.9533 33.686 77752608-E1
|
||||
39.8697 -104.4033 33.427 36443049-AD14
|
||||
40.6340 -104.3240 32.507 96563436-33
|
||||
40.6715 -102.6558 32.255 97746150-P22
|
||||
40.8905 -102.1503 31.922 94742337-S1
|
||||
39.6168 -103.5020 31.591 97632218-W45
|
||||
40.2585 -102.8213 30.835 98482609-12
|
||||
40.2188 -104.7160 30.597 97850145-W52
|
||||
39.5208 -103.1526 30.572 77683419-L17
|
||||
38.8345 -103.4785 30.010 74465416-L49
|
||||
40.7253 -106.2807 29.681 97233488-JA2
|
||||
40.7703 -104.5573 29.585 98342190-37
|
||||
40.4343 -103.7505 29.065 98677037-M7
|
||||
39.4260 -105.4530 28.874 38386568-P8
|
||||
39.5222 -104.6568 28.758 38413575-39
|
||||
38.8833 -104.0708 28.706 74783745-58
|
||||
40.7610 -103.4178 28.654 95228321-L36
|
||||
39.2743 -104.5596 27.930 36464225-E17
|
||||
39.2970 -104.9230 27.698 36813904-D1
|
||||
40.3605 -103.0838 27.589 93452070-W36
|
||||
40.2440 -105.5200 26.847 37472955-B1
|
||||
39.8590 -105.4610 26.614 35820142-G8
|
||||
39.7395 -104.1540 26.600 38225382-4
|
||||
39.9276 -105.0785 26.440 34690841-B15
|
||||
40.7185 -102.3573 26.360 98542602-P15
|
||||
40.2907 -103.6033 26.298 98422688-M32
|
||||
38.6886 -103.6052 25.980 74465373-35
|
||||
38.7655 -103.8688 25.854 74465251-L55
|
||||
40.7882 -102.9386 25.826 95224009-L15
|
||||
39.2855 -103.8228 25.758 77752790-E12
|
||||
40.4503 -102.8355 25.606 92653875-L9
|
||||
39.6110 -105.0010 25.452 37987554-A11
|
||||
40.0015 -104.5657 25.441 35364256-W58
|
||||
40.0010 -103.9058 25.392 94325578-AD15
|
||||
39.5977 -105.8832 25.205 94689445-S5
|
||||
40.8418 -103.9358 25.205 98953352-W3
|
||||
40.4876 -102.1185 25.186 98542779-20
|
||||
39.7443 -104.6066 24.951 33600732-17
|
||||
40.3498 -105.0628 24.847 96634376-L13
|
||||
40.5972 -103.9166 24.337 94375322-W61
|
||||
39.8976 -103.4605 24.271 93450358-2W
|
||||
40.2025 -105.2483 24.117 34493621-B7
|
||||
40.5448 -104.6396 24.038 94543680-W72
|
||||
40.0850 -104.8180 23.181 38574973-1W
|
||||
40.9930 -103.3652 22.892 93342318-L50
|
||||
38.5352 -103.4426 22.775 74465280-L5
|
||||
40.4095 -105.6055 22.660 95861399-L8
|
||||
40.9185 -102.8408 22.620 98863315-L35
|
||||
40.2908 -104.1443 22.419 96452213-M26
|
||||
39.9037 -103.1932 22.359 93456761-40
|
||||
39.5400 -105.3080 22.056 38382268-J21
|
||||
40.7036 -104.7835 21.807 98972330-25
|
||||
39.0878 -103.9380 21.784 75412885-E11
|
||||
39.8005 -102.8370 21.753 93574333-W3
|
||||
40.9728 -103.8740 21.746 94375444-W41
|
||||
39.2006 -104.3235 21.282 73473120-E3
|
||||
39.7402 -103.7253 21.003 33862293-6
|
||||
39.2700 -103.4755 20.916 77632212-L28
|
||||
40.4330 -106.1780 20.916 97238393-JA3
|
||||
39.8992 -104.0572 20.858 38225216-AD7
|
||||
40.6568 -103.2178 20.631 95221202-81
|
||||
40.5517 -103.3548 20.554 95226819-L56
|
||||
39.6335 -104.0238 20.433 37694501-AR3
|
||||
40.1335 -102.8505 20.328 98482948-5
|
||||
38.6070 -103.8716 20.239 74465376-L3
|
||||
40.0745 -103.3307 20.127 93456720-W16
|
||||
40.7700 -106.5005 20.042 97234588-JA7
|
||||
40.7896 -102.5536 20.019 94635721-39
|
||||
40.4208 -104.6335 20.007 93569141-26
|
||||
40.1256 -104.0178 19.717 94325634-103
|
||||
40.7695 -102.1260 19.590 98544373-S3
|
||||
40.5765 -105.0232 19.560 94849463-L5
|
||||
40.1255 -104.4265 19.350 37324313-W35
|
||||
40.5892 -102.2583 19.338 98543203-45
|
||||
39.4408 -103.3563 19.154 77683263-L15
|
||||
39.0212 -103.4210 19.046 77432766-31
|
||||
39.1896 -103.1178 18.960 77654818-L32
|
||||
40.7393 -103.8412 18.358 94375718-W63
|
||||
38.8343 -103.7003 18.332 74465246-L7
|
||||
39.7844 -103.4192 18.220 93862246-W30
|
||||
40.1330 -105.5170 17.904 37472516-B13
|
||||
40.8370 -102.3348 17.851 94635330-S12
|
||||
40.0918 -103.7891 17.684 98672019-M3
|
||||
38.7188 -103.3682 17.653 74465273-L57
|
||||
40.5882 -102.5262 17.240 97747157-P7
|
||||
40.9082 -104.5018 17.192 98952307-32
|
||||
40.3583 -103.9873 17.168 96452316-M20
|
||||
40.6120 -104.1265 17.055 96563648-W62
|
||||
38.8698 -103.2012 16.989 77432756-L29
|
||||
40.7870 -103.6255 16.860 97352536-W38
|
||||
40.2203 -103.3385 16.839 93452141-26
|
||||
39.6703 -105.1630 16.829 39868968-J34
|
||||
39.3618 -104.6633 16.750 36464549-E16
|
||||
40.7548 -104.0426 16.645 96563513-W7
|
||||
40.5615 -102.8180 16.595 92654895-L46
|
||||
38.9355 -103.5240 16.454 74465314-L8
|
||||
40.5208 -104.4513 16.404 96563584-W16
|
||||
39.7423 -103.0290 16.371 93832268-5W
|
||||
40.0717 -103.1386 16.348 93456403-4
|
||||
40.9858 -104.2008 15.913 98952486-W6
|
||||
39.6062 -103.0675 15.618 93832324-W34
|
||||
40.5068 -102.6226 15.515 97747339-P10
|
||||
40.6106 -104.8323 15.514 98342706-W44
|
||||
40.8072 -104.7703 15.366 98972210-24
|
||||
40.7128 -104.2210 15.357 96563629-W50
|
||||
39.3860 -105.2720 15.243 38384204-J12
|
||||
40.7563 -103.1076 15.160 95228031-78
|
||||
40.6746 -102.8355 15.159 92653365-79
|
||||
39.3862 -103.8098 15.158 77752405-E5
|
||||
39.6512 -103.2545 15.114 93832264-3W
|
||||
39.2940 -104.3188 15.065 36212001-E19
|
||||
40.4988 -102.3005 15.050 98543357-38
|
||||
39.7416 -104.3293 14.993 36229444-6
|
||||
40.6905 -103.6893 14.831 97352416-39
|
||||
39.8918 -105.2380 14.715 39662444-J35
|
||||
39.7960 -105.5870 14.687 35674009-C4
|
||||
40.9680 -102.2423 14.607 94742164-40
|
||||
40.0602 -105.1688 14.409 35302551-B8
|
||||
39.7090 -105.3170 14.404 35267309-J20
|
||||
39.3845 -104.9491 14.310 36883230-D7
|
||||
40.5103 -103.0655 14.210 95226362-L54
|
||||
40.8695 -104.1405 14.173 98952328-W5
|
||||
39.9880 -105.4570 14.085 32587058-B19
|
||||
38.7965 -104.0548 14.070 74785155-L48
|
||||
39.6330 -106.0320 14.065 94684839-S8
|
||||
38.8523 -103.8690 13.997 74465412-L11
|
||||
39.6550 -104.1915 13.987 38225858-AR1
|
||||
39.9792 -104.3017 13.815 36229234-AD18
|
||||
40.7952 -103.2678 13.797 95228333-75
|
||||
39.5012 -104.3670 13.710 36212554-73
|
||||
39.0835 -103.6062 13.706 77432765-50
|
||||
40.9082 -104.7098 13.643 98972203-38
|
||||
40.0413 -104.4092 13.606 37324417-W29
|
||||
40.4290 -102.9886 13.427 92463637-W17
|
||||
40.3396 -104.6012 13.398 92846221-31
|
||||
40.9430 -103.4920 13.370 95228314-L28
|
||||
40.9892 -103.2063 13.346 93342420-L21
|
||||
39.2028 -103.8226 13.337 77752436-49
|
||||
39.9420 -103.5925 13.330 93862349-W37
|
||||
40.8056 -104.2376 13.123 98952368-W25
|
||||
39.5023 -104.0523 13.075 77642343-60
|
||||
39.8420 -103.3122 13.049 93456457-7W
|
||||
40.0013 -103.7526 13.047 94325512-M2
|
||||
40.2818 -103.1150 12.978 93452186-W23
|
||||
39.3860 -104.2043 12.973 36212171-74
|
||||
40.3382 -102.8425 12.964 98482720-1W
|
||||
40.3342 -103.8422 12.900 98679165-M5
|
||||
39.7792 -104.4708 12.864 36443839-AD11
|
||||
39.5195 -103.3023 12.842 77683242-L19
|
||||
40.8542 -103.7860 12.753 94375438-W2
|
||||
39.6810 -105.9120 12.749 35692698-C1
|
||||
39.2882 -103.9708 12.744 75412132-6E
|
||||
40.2175 -104.0893 12.723 94836298-104
|
||||
40.6607 -103.4850 12.646 92284191-L48
|
||||
40.2955 -102.9670 12.643 92463613-W25
|
||||
38.7638 -103.5718 12.472 74465318-L51
|
||||
40.1255 -104.5718 12.354 35364292-W22
|
||||
38.5970 -103.7060 12.339 74465372-L59
|
||||
39.7220 -103.5022 12.325 93862282-1
|
||||
40.8733 -102.9568 12.215 95226984-L17
|
||||
40.3470 -105.2050 12.056 95930120-L16
|
||||
39.1588 -104.1926 12.045 75412690-50
|
||||
40.1663 -103.7923 12.018 98676088-M38
|
||||
40.5208 -104.3098 11.960 96563686-W15
|
||||
40.1954 -105.1095 11.861 37726561-B12
|
||||
39.4580 -104.5909 11.835 36464708-42
|
||||
40.8338 -103.1093 11.828 95228758-L33
|
||||
39.8108 -103.6590 11.824 93862386-8W
|
||||
40.0553 -104.0563 11.791 94325237-M16
|
||||
39.6360 -105.3240 11.778 36740539-J2
|
||||
38.9373 -103.3883 11.740 77432764-L41
|
||||
40.9566 -102.3876 11.682 94635656-43
|
||||
39.9996 -105.0680 11.634 36667249-B14
|
||||
40.3530 -105.5230 11.571 85861878-L17
|
||||
40.5755 -103.2260 11.550 95210688-74
|
||||
40.8522 -102.4692 11.542 94638836-S13
|
||||
40.2193 -103.5966 11.528 98424143-89
|
||||
39.6597 -103.3875 11.461 93832283-28
|
||||
40.2523 -103.7166 11.436 98676263-106
|
||||
40.5082 -103.4608 11.392 95225330-L62
|
||||
39.5210 -106.0410 11.320 JWHITE-S7
|
||||
39.9572 -104.1295 11.218 94325653-AD21
|
||||
40.4650 -106.2940 11.195 97234330-JA5
|
||||
40.6078 -102.7205 11.160 97747188-L3
|
||||
38.7203 -103.7715 11.154 74465473-L6
|
||||
39.8597 -102.9735 11.141 92463471-39
|
||||
40.5708 -102.3985 11.115 98542676-P28
|
||||
40.6507 -102.3337 11.088 98542403-36
|
||||
39.6610 -105.6010 11.042 35672244-C8
|
||||
39.1978 -104.4513 11.018 36483710-51
|
||||
39.4025 -103.2502 10.990 77683252-L25
|
||||
39.3056 -103.5843 10.974 77632251-L23
|
||||
39.9095 -103.3283 10.967 93452502-W42
|
||||
40.2725 -103.2426 10.934 93452119-32
|
||||
40.5105 -104.7517 10.930 94542020-W54
|
||||
39.4830 -105.3850 10.819 38384307-J29
|
||||
39.3152 -104.4595 10.814 36212772-52
|
||||
40.6120 -103.7922 10.766 94375479-W10
|
||||
39.1913 -104.5756 10.755 36489899-25
|
||||
39.8782 -104.5275 10.695 36443522-AD8
|
||||
40.0876 -103.0168 10.688 92463628-22
|
||||
40.1166 -104.1785 10.687 94837802-W68
|
||||
40.0000 -105.2550 10.616 34406216-B21
|
||||
40.8558 -102.8032 10.570 98862833-63
|
||||
39.0920 -103.4062 10.551 77432215-L36
|
||||
40.5018 -103.2758 10.438 95222822-L34
|
||||
40.2763 -104.6590 10.423 92846626-W65
|
||||
40.5365 -103.8745 10.420 94375480-W11
|
||||
39.5795 -104.3440 10.364 36224651-AR9
|
||||
40.9170 -103.9350 10.347 94375315-W49
|
||||
39.4549 -104.7099 10.225 38414574-D6
|
||||
39.6973 -104.5277 10.184 36444042-AR14
|
||||
39.9180 -105.5010 10.156 32583326-G5
|
||||
39.5864 -102.9387 10.065 93574246-W4
|
||||
40.1710 -103.9245 10.056 98679779-M36
|
||||
39.9135 -103.8248 10.045 94325630-AD3
|
||||
40.1643 -102.9530 9.998 92463735-42
|
||||
38.5965 -103.4260 9.994 74465397-L53
|
||||
40.9172 -102.6333 9.981 94635730-S15
|
||||
39.2815 -104.0857 9.944 75412862-71
|
||||
39.1390 -104.3233 9.934 73472795-E9
|
||||
40.3777 -104.0975 9.854 XXXXXXXX-M37
|
||||
40.6295 -102.1657 9.790 98542436-P21
|
||||
39.4583 -103.5253 9.789 77632328-L38
|
||||
40.7890 -102.2362 9.759 94742166-S4
|
||||
38.9482 -103.6462 9.757 77432291-L46
|
||||
40.0203 -104.6742 9.748 35364487-W32
|
||||
40.4906 -103.8000 9.722 88675041-90
|
||||
39.0288 -103.9603 9.704 75412070-3E
|
||||
40.7048 -102.2456 9.646 98544100-P26
|
||||
39.5810 -104.4558 9.585 36443363-4
|
||||
40.6518 -103.0048 9.564 95223764-L11
|
||||
40.2607 -104.0125 9.527 94837467-M21
|
||||
40.3940 -105.4410 9.519 95863840-L3
|
||||
38.9526 -103.8677 9.514 75412943-57
|
||||
40.5807 -104.7275 9.453 98341577-3W
|
||||
40.8908 -102.3763 9.312 94638831-25
|
||||
39.0006 -103.7373 9.283 77752539-29
|
||||
39.2620 -105.0090 9.262 36813228-D3
|
||||
39.5658 -103.2180 9.151 77683245-L54
|
||||
40.3945 -102.8560 9.143 92654691-W27
|
||||
40.3738 -103.4593 9.095 98473445-96
|
||||
40.6170 -103.2990 9.080 95222673-67
|
||||
39.7088 -104.4157 9.063 36443197-AR7
|
||||
40.1528 -105.2022 8.966 37768665-B6
|
||||
39.5317 -104.7593 8.936 38414062-D4
|
||||
39.7930 -103.1755 8.934 93832388-15
|
||||
38.6975 -103.4626 8.889 74465226-L50
|
||||
40.5680 -102.6230 8.830 97747291-37
|
||||
40.8500 -104.0426 8.822 98953325-W4
|
||||
40.0710 -104.5723 8.789 35364608-W21
|
||||
39.9090 -105.3350 8.764 36421724-J30
|
||||
39.4178 -104.1218 8.732 77642845-46
|
||||
40.5850 -102.1060 8.713 98542122-P1
|
||||
40.7753 -103.5172 8.676 92284171-L58
|
||||
38.6430 -103.7570 8.641 74465289-L9
|
||||
40.2852 -103.8865 8.635 98675179-M22
|
||||
40.8672 -102.2420 8.622 94742392-S5
|
||||
40.5678 -104.1842 8.618 96563442-W14
|
||||
40.7400 -103.7262 8.567 97352561-40
|
||||
40.3842 -103.8750 8.532 96452303-91
|
||||
40.9736 -103.1092 8.518 93342371-76
|
||||
40.5670 -104.3575 8.489 96563648-W17
|
||||
40.7026 -102.7373 8.471 97747302-L1
|
||||
40.9335 -103.8072 8.469 94375373-W40
|
||||
40.2068 -102.8078 8.407 98482930-38
|
||||
39.3017 -103.3985 8.379 77632405-L43
|
||||
40.3989 -105.0921 8.325 96679456-L4
|
||||
40.1215 -103.5902 8.295 98422962-M1
|
||||
40.7202 -102.4552 8.254 97746264-49
|
||||
40.5506 -104.9396 8.245 96862634-28
|
||||
40.0370 -103.2647 8.239 93456703-W15
|
||||
40.7685 -102.3765 8.206 98542605-S6
|
||||
39.9562 -104.3878 8.204 36443375-AD24
|
||||
40.3852 -104.5580 8.190 93531863-17
|
||||
40.5860 -103.6852 8.189 97352261-W9
|
||||
40.2025 -104.6258 8.118 35360435-W24
|
||||
38.7895 -103.6578 8.107 74465252-L40
|
||||
40.7148 -103.1615 8.107 95224518-L42
|
||||
39.8530 -103.4175 8.066 93452162-W11
|
||||
39.2848 -103.2773 8.028 77683324-L45
|
||||
40.1906 -103.2466 8.014 93452182-14W
|
||||
40.0012 -104.0860 7.995 94325652-AD13
|
||||
40.6730 -102.1218 7.977 98544195-P2
|
||||
40.5355 -103.5395 7.968 92284426-L27
|
||||
39.8927 -103.5892 7.955 93862271-31
|
||||
40.0263 -104.1683 7.925 38495209-W31
|
||||
40.1092 -104.3388 7.921 38495215-W69
|
||||
40.5268 -102.2248 7.879 98542773-P18
|
||||
40.3954 -105.1846 7.848 96630456-L11
|
||||
39.9563 -104.0375 7.843 36443427-AD9
|
||||
40.0257 -103.5952 7.763 98424091-M17
|
||||
39.3556 -103.5420 7.746 77632236-L21
|
||||
38.9910 -103.6056 7.746 77432210-L13
|
||||
38.9055 -103.6052 7.743 74465494-L39
|
||||
40.3408 -104.6925 7.742 92845387-16
|
||||
40.0372 -103.8120 7.689 94325607-M25
|
||||
40.5528 -104.8018 7.689 94542152-W64
|
||||
38.8198 -103.8048 7.645 74465208-L1
|
||||
40.0445 -103.9693 7.611 94325596-M18
|
||||
38.6586 -103.5375 7.607 74465428-43
|
||||
39.7375 -103.4096 7.606 93832452-W12
|
||||
39.3695 -104.5763 7.572 36464093-37
|
||||
39.5850 -105.2820 7.563 36744034-J28
|
||||
40.6082 -102.8183 7.530 92653981-L5
|
||||
40.4358 -103.0765 7.513 95226372-L32
|
||||
39.3562 -103.2432 7.488 77683236-L16
|
||||
39.2312 -104.5107 7.453 36483744-5E
|
||||
39.5900 -103.5725 7.432 77752786-W9
|
||||
40.8143 -102.4205 7.320 94635627-S11
|
||||
39.3250 -103.4708 7.259 77632343-L33
|
||||
40.9915 -102.1696 7.227 94742309-S2
|
||||
40.6390 -103.4100 7.223 95229409-L60
|
||||
40.2327 -103.7930 7.212 98677376-M13
|
||||
39.6670 -105.2470 7.204 36974159-J13
|
||||
40.5388 -102.3376 7.139 98542769-48
|
||||
40.4646 -104.6213 7.130 93631665-W46
|
||||
40.9738 -103.2856 7.114 93342314-L22
|
||||
39.5340 -105.2260 7.113 36971293-J25
|
||||
40.5223 -102.8556 7.097 92653932-L8
|
||||
38.9703 -103.4743 7.074 77432247-L12
|
||||
38.7918 -103.4603 7.061 74465287-1L
|
||||
38.9355 -103.2536 7.057 77432697-28
|
||||
40.5327 -103.7776 7.047 94375354-W42
|
||||
40.0952 -104.1068 7.017 94325629-M30
|
||||
40.4530 -102.5315 6.997 97746215-1P
|
||||
39.8290 -105.5210 6.994 35823536-G7
|
||||
40.8168 -103.3400 6.992 95228243-L23
|
||||
40.1760 -105.5260 6.987 37472543-B22
|
||||
40.6542 -103.7343 6.976 94375464-W51
|
||||
39.3845 -105.4762 6.954 38385466-P4
|
||||
39.4728 -103.3023 6.948 77683407-L18
|
||||
40.3304 -104.1120 6.939 96452376-M23
|
||||
40.4882 -103.3530 6.893 95227222-65
|
||||
40.7605 -103.2198 6.889 95229458-L43
|
||||
40.5960 -103.5247 6.861 92284321-L55
|
||||
39.8710 -103.8267 6.857 94325515-AD16
|
||||
39.7563 -103.1048 6.850 93832257-W28
|
||||
40.6532 -103.6003 6.805 97352616-W8
|
||||
39.7216 -103.2888 6.804 93832444-W13
|
||||
40.0401 -104.4891 6.802 37324626-W73
|
||||
39.9272 -103.5172 6.788 93862281-6W
|
||||
40.7013 -103.5038 6.734 92284181-L2
|
||||
40.5745 -102.9338 6.720 92654011-L10
|
||||
39.5990 -105.3610 6.718 36740698-J4
|
||||
40.5376 -102.5683 6.705 97747175-P9
|
||||
40.6082 -102.6052 6.668 97746090-34
|
||||
40.1422 -103.1343 6.662 93452259-36
|
||||
40.5675 -103.9713 6.647 94375331-W13
|
||||
39.9692 -103.8563 6.643 94325674-AD12
|
||||
40.8335 -103.1882 6.638 95220336-L19
|
||||
40.4583 -102.9123 6.615 92653913-L30
|
||||
39.3205 -104.3763 6.553 36212137-E13
|
||||
40.2018 -103.8430 6.543 98679131-86
|
||||
40.4020 -102.7803 6.533 98482430-W39
|
||||
39.3657 -103.7446 6.507 77752711-E6
|
||||
40.7488 -102.2285 6.507 98543065-S19
|
||||
40.1775 -103.0780 6.456 93456761-41
|
||||
40.0120 -104.2597 6.372 38495368-W18
|
||||
39.8980 -104.4627 6.366 36443081-AD20
|
||||
40.0074 -105.1408 6.342 36653113-B10
|
||||
40.5350 -103.2363 6.321 95221914-L31
|
||||
40.7592 -102.9886 6.313 95228020-L14
|
||||
40.7692 -104.7535 6.302 98972220-W47
|
||||
40.7352 -102.5245 6.297 97747266-P12
|
||||
39.9405 -103.2172 6.269 93456476-25
|
||||
39.8280 -103.7245 6.243 93862278-AD4
|
||||
39.1548 -104.5523 6.232 36483631-59
|
||||
40.9057 -102.2422 6.208 94743376-28
|
||||
39.4510 -104.0862 6.157 77642851-E18
|
||||
39.5668 -103.2896 6.138 77683223-W10
|
||||
38.6755 -103.7203 6.133 74465384-L4
|
||||
38.7265 -103.6082 6.117 74465426-3L
|
||||
39.2003 -103.1855 6.075 77683288-L56
|
||||
39.4035 -104.6055 6.046 36464802-19
|
||||
40.6067 -102.3790 6.037 98543572-P27
|
||||
39.8573 -103.6118 6.027 93862256-W24
|
||||
40.2665 -102.8902 5.977 98483515-W2
|
||||
39.8072 -103.5895 5.963 93862284-3
|
||||
40.6058 -103.1860 5.952 95223127-L44
|
||||
39.2375 -104.3242 5.951 73472209-E4
|
||||
39.9340 -105.4380 5.926 36423459-B3
|
||||
39.7650 -105.6250 5.918 35672321-C3
|
||||
40.0555 -104.1262 5.907 94325524-M4
|
||||
40.0903 -104.4088 5.881 37320723-W27
|
||||
40.0555 -103.0490 5.871 93452144-W31
|
||||
39.9330 -105.2830 5.847 34945005-B18
|
||||
39.7785 -103.0283 5.839 93832303-4W
|
||||
40.3125 -104.7353 5.806 92846468-2W
|
||||
39.5823 -103.0052 5.741 93574334-W32
|
||||
39.4292 -103.4871 5.720 77632331-44
|
||||
40.9583 -103.1703 5.703 93342368-L20
|
||||
40.6762 -103.4243 5.702 95222959-L24
|
||||
39.9137 -103.3945 5.684 93456465-W5
|
||||
40.7838 -104.1850 5.666 98952332-34
|
||||
40.5376 -103.0238 5.655 95225480-L13
|
||||
39.8950 -105.4517 5.650 35825380-G2
|
||||
40.3250 -103.5905 5.638 98424098-98
|
||||
40.2620 -104.5987 5.627 92847910-W45
|
||||
40.0400 -104.6196 5.609 35360137-W33
|
||||
40.8198 -102.2060 5.609 94742131-S10
|
||||
39.7100 -105.3820 5.567 36748530-J24
|
||||
39.5710 -105.2230 5.565 36974783-J14
|
||||
38.7583 -103.4740 5.534 74465296-34
|
||||
39.4823 -105.3208 5.514 38384393-J7
|
||||
40.4242 -102.9128 5.500 92463690-W19
|
||||
40.3413 -103.9313 5.485 96452251-M19
|
||||
40.2739 -103.8257 5.471 98676071-111
|
||||
40.3180 -105.0857 5.462 96794570-L10
|
||||
40.7900 -103.1138 5.457 95228032-L41
|
||||
40.5815 -103.8600 5.411 94375363-W70
|
||||
40.2421 -103.6433 5.405 98425610-83
|
||||
40.8482 -102.9990 5.400 95228204-L38
|
||||
40.8912 -102.8038 5.369 98863863-L16
|
||||
40.8568 -103.7225 5.356 94375416-W37
|
||||
39.7538 -102.9705 5.344 93574312-24
|
||||
40.0336 -105.2819 5.338 34422353-B5
|
||||
39.6340 -105.2620 5.324 36974140-J6
|
||||
39.8693 -103.4925 5.322 93452432-W6
|
||||
40.2080 -105.5400 5.313 37472819-B24
|
||||
40.5066 -103.0028 5.295 95222197-77
|
||||
40.9258 -103.8743 5.291 94375434-46
|
||||
40.9435 -102.4597 5.267 94635679-S17
|
||||
38.6225 -103.9248 5.258 74783010-L47
|
||||
40.0710 -104.4588 5.256 37321124-W19
|
||||
40.7338 -102.2835 5.255 98543683-P5
|
||||
38.7065 -103.5548 5.243 74465274-2L
|
||||
40.3347 -104.0507 5.239 98473417-M24
|
||||
39.6550 -102.8218 5.229 93574269-W22
|
||||
40.6230 -102.5506 5.211 97747147-44
|
||||
39.9270 -104.4143 5.211 36443419-3
|
||||
39.1853 -104.2708 5.180 73472288-E8
|
||||
39.6400 -103.1980 5.156 93832255-W38
|
||||
39.9877 -104.3965 5.138 36443040-AD5
|
||||
40.6386 -102.8366 5.128 92653991-L6
|
||||
39.7980 -105.5098 5.103 36423636-G3
|
||||
40.2405 -103.9627 5.091 98672082-M35
|
||||
40.5948 -103.3415 5.077 95225948-L59
|
||||
40.3556 -102.7932 5.051 98482770-20
|
||||
40.6242 -102.3013 5.046 98543419-19
|
||||
40.4828 -102.5502 5.044 97746551-P23
|
||||
40.6188 -102.2398 5.042 98543296-P3
|
||||
39.7580 -104.4282 5.011 36443658-9
|
||||
40.2723 -103.6558 4.984 98425338-102
|
||||
40.5515 -104.4513 4.951 96563509-W26
|
||||
39.7202 -104.4892 4.932 36443663-AR13
|
||||
40.2908 -104.0864 4.910 94837495-M14
|
||||
40.8000 -102.6082 4.877 97747262-S9
|
||||
39.6803 -104.3975 4.861 36444557-AR5
|
||||
40.4806 -103.0564 4.847 95228107-66
|
||||
40.2548 -103.5916 4.843 98424045-84
|
||||
40.5820 -104.1270 4.838 96563640-W43
|
||||
40.6050 -105.0050 4.830 94820421-L9
|
||||
40.4856 -103.8563 4.827 94375496-M8
|
||||
39.2718 -103.3970 4.823 77632455-L61
|
||||
39.6213 -103.2532 4.822 77683479-W8
|
||||
40.7647 -103.0528 4.816 95228084-L52
|
||||
40.7168 -103.2185 4.813 95226357-80
|
||||
40.6705 -102.7790 4.805 92653855-L61
|
||||
39.4178 -103.3916 4.797 77632439-47
|
||||
40.5590 -103.2730 4.789 95224039-L29
|
||||
39.6115 -102.8975 4.772 93574225-W41
|
||||
40.1882 -103.3023 4.749 93456933-34
|
||||
40.8120 -104.7150 4.712 98972615-W67
|
||||
40.7023 -102.8183 4.707 92653491-L7
|
||||
39.5963 -105.9380 4.700 94684332-S4
|
||||
40.7745 -103.1712 4.682 95229176-61
|
||||
39.6400 -105.3780 4.679 36745248-J1
|
||||
40.6563 -102.7027 4.673 97746536-L51
|
||||
39.6930 -105.2726 4.622 35261441-J33
|
||||
39.5180 -105.3430 4.616 38388071-J32
|
||||
39.2730 -103.2285 4.604 77683454-L44
|
||||
40.7432 -102.4008 4.586 98542621-S7
|
||||
40.4546 -103.7883 4.578 98674360-M27
|
||||
38.6375 -103.5725 4.566 74465216-37
|
||||
40.6098 -103.2392 4.534 95222633-20
|
||||
40.2892 -103.2852 4.498 93452551-29
|
||||
40.0873 -103.2842 4.468 93452466-W35
|
||||
40.5205 -103.9176 4.461 94375310-M9
|
||||
39.2008 -104.3752 4.454 36483110-E15
|
||||
40.4083 -103.0220 4.388 92463687-W21
|
||||
39.6086 -104.0446 4.388 37694465-8
|
||||
40.6546 -102.1842 4.318 98544112-42
|
||||
39.1083 -103.5876 4.311 77432740-L37
|
||||
40.9570 -102.5536 4.281 94635735-38
|
||||
40.5293 -103.3290 4.213 95224460-L57
|
||||
39.4510 -105.1520 4.204 36976507-J27
|
||||
39.3630 -104.9225 4.173 36883161-D2
|
||||
39.9660 -105.4320 4.165 32583810-B4
|
||||
40.6052 -103.8405 4.160 94375338-36
|
||||
39.6070 -102.9925 4.135 93574258-W43
|
||||
40.1256 -104.5235 4.107 37324888-W28
|
||||
39.5640 -104.3820 4.095 36443971-AR8
|
||||
39.9386 -103.8176 4.093 36224500-20
|
||||
40.1750 -103.2085 4.091 93456393-12W
|
||||
40.7185 -102.2053 4.076 98544343-41
|
||||
39.4960 -106.0360 4.062 94536433-S2
|
||||
39.6704 -103.3447 4.053 93832396-W26
|
||||
39.3452 -103.5847 4.038 77632237-L58
|
||||
40.3296 -103.8895 4.016 96452265-108
|
||||
40.7995 -102.3823 3.982 94635333-S21
|
||||
40.3788 -104.0512 3.926 95461210-M31
|
||||
40.3803 -102.8182 3.923 98482797-W14
|
||||
39.8681 -104.4863 3.885 36444562-AD10
|
||||
39.6897 -105.4363 3.850 35672683-C5
|
||||
39.4203 -105.4963 3.819 38385141-P6
|
||||
40.9215 -102.5892 3.776 94635651-30
|
||||
40.2523 -103.8428 3.772 98675674-88
|
||||
40.3748 -103.9560 3.752 96452572-M15
|
||||
40.1025 -104.5655 3.752 35364367-W48
|
||||
39.8562 -105.4175 3.748 35823707-G9
|
||||
40.6238 -103.4426 3.689 95221560-L25
|
||||
40.7430 -102.4553 3.677 97747542-S8
|
||||
40.7256 -104.7725 3.659 98972777-W60
|
||||
40.5185 -102.3563 3.652 98542853-16
|
||||
39.7688 -103.0666 3.636 93832426-43
|
||||
38.9513 -103.4213 3.634 77432710-L14
|
||||
39.8380 -105.4820 3.614 35825628-G1
|
||||
40.1498 -102.9847 3.578 92463835-W40
|
||||
40.9576 -102.4925 3.553 94635754-29
|
||||
40.7738 -103.2578 3.549 95228292-72
|
||||
40.5822 -104.6857 3.536 98342222-W56
|
||||
39.7926 -103.4573 3.510 93862363-W7
|
||||
40.3543 -104.0683 3.499 96452523-M10
|
||||
40.1563 -103.0695 3.491 93456491-8
|
||||
39.7415 -103.1800 3.470 93832322-9W
|
||||
38.7893 -103.6178 3.467 74465321-54
|
||||
39.4990 -105.2950 3.464 38382220-J26
|
||||
40.0236 -104.2082 3.423 38495371-W20
|
||||
40.6195 -102.6870 3.413 97746159-L39
|
||||
40.6870 -102.6836 3.411 98863315-L37
|
||||
40.5455 -102.3001 3.361 98543308-P13
|
||||
39.1777 -104.2352 3.309 73472237-E7
|
||||
40.5148 -102.2561 3.298 98543396-P4
|
||||
40.1866 -103.7886 3.289 98672189-101
|
||||
39.7177 -104.5273 3.281 36444615-AR10
|
||||
40.6609 -102.3004 3.272 98542620-P17
|
||||
39.8832 -105.4832 3.270 36423491-G4
|
||||
40.6902 -102.6413 3.264 97746490-P11
|
||||
40.0092 -104.6425 3.251 35369236-W34
|
||||
39.4063 -105.4463 3.237 38385411-P7
|
||||
39.6533 -104.0236 3.194 37694980-AR4
|
||||
39.5033 -103.1352 3.186 77654868-L31
|
||||
40.6028 -102.5688 3.186 97747122-P8
|
||||
39.6520 -105.3020 3.174 36743740-J5
|
||||
40.6393 -103.2348 3.171 95228389-35
|
||||
39.4990 -105.3530 3.170 38387469-J22
|
||||
40.3932 -103.4620 3.136 98473532-M29
|
||||
40.6395 -102.1346 3.099 98543562-40
|
||||
40.0715 -104.4163 3.095 37324802-W23
|
||||
40.6386 -102.6842 3.091 97746516-L4
|
||||
40.2175 -103.7713 3.067 98678702-113
|
||||
39.9932 -104.2553 3.056 36224611-AD6
|
||||
39.9313 -102.9007 3.036 92463676-13W
|
||||
40.9225 -103.1545 3.035 93342250-70
|
||||
38.8385 -103.8068 3.021 74465200-L10
|
||||
40.4938 -103.4388 2.972 95222003-89
|
||||
39.1573 -104.3242 2.953 73472212-E2
|
||||
40.3185 -103.8245 2.944 98676104-100
|
||||
40.3763 -102.8562 2.935 98482698-W33
|
||||
40.8180 -103.1700 2.925 95227743-L18
|
||||
38.8370 -103.8870 2.916 74465386-L2
|
||||
40.5275 -102.3023 2.911 98543223-P29
|
||||
39.6775 -103.3918 2.894 93832326-37
|
||||
39.4466 -103.4928 2.847 77632382-L35
|
||||
39.5970 -105.3060 2.843 36701328-J23
|
||||
40.6008 -102.0918 2.831 98543324-P19
|
||||
39.2228 -104.5395 2.818 36483073-2E
|
||||
40.9425 -102.5718 2.806 94742106-S16
|
||||
40.0035 -105.1726 2.774 34999897-B9
|
||||
40.4715 -102.5255 2.758 97747497-43
|
||||
39.9425 -104.1132 2.751 94325260-AD23
|
||||
38.7738 -103.6047 2.745 74465322-39
|
||||
40.8830 -102.2305 2.737 94635361-26
|
||||
39.5500 -105.2330 2.656 36974539-J10
|
||||
38.6728 -103.6138 2.656 74465322-36
|
||||
40.8092 -102.2282 2.549 94742152-S14
|
||||
40.5012 -103.8607 2.544 94375495-M39
|
||||
40.3500 -103.9556 2.494 96452485-M6
|
||||
40.5230 -103.4685 2.473 97352321-M34
|
||||
40.9058 -102.3827 2.472 94635584-S20
|
||||
40.2055 -103.3310 2.467 93456816-11W
|
||||
40.3095 -102.9568 2.423 92460903-W20
|
||||
40.9306 -103.4761 2.402 95228324-L53
|
||||
40.2470 -105.8440 2.397 96278426-GR3
|
||||
40.3696 -104.0732 2.378 96452551-85
|
||||
39.7518 -103.4032 2.372 93832298-27
|
||||
40.0430 -105.3030 2.367 34473875-B20
|
||||
40.0710 -104.2522 2.352 38495231-W36
|
||||
40.5805 -104.9964 2.347 94848213-L12
|
||||
40.1400 -105.4930 2.317 34593213-B2
|
||||
38.8067 -104.0366 2.276 74783343-59
|
||||
40.5434 -103.7951 2.273 94375471-W39
|
||||
40.7048 -102.2022 2.221 98544121-P25
|
||||
40.2423 -103.6023 2.212 98425210-114
|
||||
39.6253 -105.3401 2.194 36701990-J19
|
||||
39.9904 -104.0706 2.184 94325568-AD22
|
||||
40.3434 -104.1052 2.172 96452319-87
|
||||
40.1332 -103.1158 2.134 93450130-W18
|
||||
40.4648 -103.8043 2.130 98679155-109
|
||||
39.6248 -104.0425 2.126 37694233-AR12
|
||||
40.1512 -102.9553 2.123 92463241-30
|
||||
40.1817 -103.8117 2.115 98679553-M40
|
||||
40.0148 -104.1800 2.102 38495343-W71
|
||||
40.9862 -103.1153 2.093 93342258-L40
|
||||
40.7056 -102.3573 2.079 98542662-P16
|
||||
40.5053 -103.4846 2.066 95226341-97
|
||||
40.5076 -102.2760 2.056 98542796-39
|
||||
39.6614 -102.8426 2.051 93574247-21
|
||||
40.7524 -103.0570 2.017 95228015-71
|
||||
40.0031 -104.2409 2.009 38495548-43
|
||||
40.4645 -104.8892 2.007 96869408-27
|
||||
39.3090 -104.3675 2.007 36212128-26
|
||||
39.1312 -103.4731 2.001 77432544-L27
|
||||
40.9675 -102.3765 1.999 94635357-36
|
||||
39.4483 -104.6055 1.997 36464986-E20
|
||||
40.6263 -102.8386 1.991 92652121-L49
|
||||
39.1698 -104.2526 1.964 73472336-E14
|
||||
39.8462 -105.4978 1.904 35825549-G6
|
||||
39.5230 -105.2340 1.894 36974040-J31
|
||||
40.6066 -103.5340 1.880 92284431-L26
|
||||
40.0321 -104.5049 1.858 37324464-W30
|
||||
39.2738 -103.2794 1.784 77683311-L42
|
||||
40.7784 -102.2305 1.770 94635741-37
|
||||
39.3050 -104.4538 1.720 36106184-33
|
||||
39.2052 -104.4370 1.711 36483398-54
|
||||
39.9068 -104.4520 1.682 36224870-AD19
|
||||
39.3205 -104.4753 1.610 36212674-16
|
||||
39.3752 -103.7503 1.608 77678007-E10
|
||||
40.1760 -103.1677 1.581 93456550-15W
|
||||
39.9800 -104.3857 1.550 36443691-AD1
|
||||
40.8963 -104.8741 1.544 98972345-42
|
||||
40.6005 -102.3922 1.506 98543494-P6
|
||||
40.2658 -103.8336 1.468 98644304-82
|
||||
40.0829 -103.7892 1.435 98672019-M12
|
||||
40.3101 -105.0807 1.347 95323127-L14
|
||||
39.4375 -103.4871 1.338 77632324-L24
|
||||
39.7508 -103.2183 1.257 93832211-10W
|
||||
39.5565 -105.2250 1.250 36975858-J8
|
||||
40.6493 -103.2212 1.250 95222518-12
|
||||
39.6178 -104.0482 1.250 37694643-9
|
||||
40.1891 -105.1088 1.250 36788005-B11
|
||||
39.6424 -105.3675 1.250 36744579-J3
|
||||
40.7280 -106.2900 1.250 97234388-JA1
|
||||
39.5763 -105.2200 1.250 36974480-J11
|
||||
39.7626 -104.4316 1.250 36443053-13
|
||||
40.9523 -102.5545 1.250 94638821-35
|
||||
40.3500 -105.5180 1.250 95864581-L1
|
||||
40.5187 -102.2564 1.250 98542564-23
|
||||
39.9640 -105.4310 1.250 32587035-B23
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="lpiResourceData">
|
||||
<filename>88D.lpi</filename>
|
||||
<mapName>WSR-88D Station Locs</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="lpiResourceData">
|
||||
<filename>volcanoes.lpi</filename>
|
||||
<mapName>Volcano Locations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,47 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="pointCapability" pointStyle="NONE"/>
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="lpiResourceData">
|
||||
<filename>us_county.lpi</filename>
|
||||
<mapName>County Names</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="lpiResourceData">
|
||||
<filename>fireWxSta.lpi</filename>
|
||||
<mapName>Fire Wx Stations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="lpiResourceData">
|
||||
<filename>spotters.lpi</filename>
|
||||
<mapName>Spotters</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -35,7 +35,8 @@
|
|||
-XX:G1MixedGCCountTarget=16
|
||||
-XX:G1MixedGCLiveThresholdPercent=25
|
||||
-XX:G1OldCSetRegionThresholdPercent=25
|
||||
-XX:G1HeapWastePercent=5</vmArgs>
|
||||
-XX:G1HeapWastePercent=5
|
||||
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false</vmArgs>
|
||||
<vmArgsLin>-Xmx2048M -XX:MaxDirectMemorySize=2G</vmArgsLin>
|
||||
<vmArgsWin>-Dfile.encoding=UTF-8 -Xmx768M</vmArgsWin>
|
||||
</launcherArgs>
|
||||
|
@ -51,12 +52,12 @@
|
|||
<solaris/>
|
||||
<win useIco="false">
|
||||
<bmp
|
||||
winSmallHigh="/com.raytheon.viz.ui.personalities.awips/alertViz_icon16x16_32bit.bmp"
|
||||
winSmallLow="/com.raytheon.viz.ui.personalities.awips/alertViz_icon16x16_8bit.bmp"
|
||||
winMediumHigh="/com.raytheon.viz.ui.personalities.awips/alertViz_icon32x32_32bit.bmp"
|
||||
winMediumLow="/com.raytheon.viz.ui.personalities.awips/alertViz_icon32x32_8bit.bmp"
|
||||
winLargeHigh="/com.raytheon.viz.ui.personalities.awips/alertViz_icon48x48_32bit.bmp"
|
||||
winLargeLow="/com.raytheon.viz.ui.personalities.awips/alertViz_icon48x48_8bit.bmp"/>
|
||||
winSmallHigh="/com.raytheon.viz.ui.personalities.awips/awips2_tray16x16.bmp"
|
||||
winSmallLow="/com.raytheon.viz.ui.personalities.awips/awips2_tray16x16.bmp"
|
||||
winMediumHigh="/com.raytheon.viz.ui.personalities.awips/awips2_tray32x32.bmp"
|
||||
winMediumLow="/com.raytheon.viz.ui.personalities.awips/awips2_tray32x32.bmp"
|
||||
winLargeHigh="/com.raytheon.viz.ui.personalities.awips/awips2_tray48x48.bmp"
|
||||
winLargeLow="/com.raytheon.viz.ui.personalities.awips/awips2_tray48x48.bmp"/>
|
||||
</win>
|
||||
</launcher>
|
||||
|
||||
|
|
74
cave/com.raytheon.viz.product.awips/d2d.product
Normal file
|
@ -0,0 +1,74 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="CAVE" id="com.raytheon.viz.product.awips.CAVE" application="com.raytheon.uf.viz.application.application" useFeatures="true" includeLaunchers="true">
|
||||
|
||||
<aboutInfo>
|
||||
<image path="/com.raytheon.viz.product.awips/icons/ipr.gif"/>
|
||||
<text>
|
||||
%caveAboutText
|
||||
</text>
|
||||
</aboutInfo>
|
||||
|
||||
<configIni use="default" path="/com.raytheon.viz.product.awips/config.ini">
|
||||
</configIni>
|
||||
|
||||
<launcherArgs>
|
||||
<programArgs>-data @user.home/caveData -user @user.home/caveData -clean -consoleLog -alertviz</programArgs>
|
||||
<vmArgs>-Xmx1536M
|
||||
-XX:+UseG1GC
|
||||
-Dosgi.instance.area.readOnly=true
|
||||
-Declipse.log.enabled=false
|
||||
-Dorg.eclipse.update.reconcile=false -XX:MaxPermSize=256m
|
||||
-Dorg.eclipse.ui/KEY_CONFIGURATION_ID=com.raytheon.viz.ui.awips.scheme
|
||||
-Dqpid.dest_syntax=BURL
|
||||
-Dlogback.configurationFile=logback-viz-core-developer.xml
|
||||
-Dlogback.statusListenerClass=com.raytheon.uf.common.status.logback.UFLogbackInternalStatusListener
|
||||
-Dthrift.stream.maxsize=200
|
||||
-Dviz.memory.warn.threshold=99
|
||||
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
|
||||
-Dhttps.certificate.check=false
|
||||
-XX:MaxDirectMemorySize=1G
|
||||
-XX:+UnlockExperimentalVMOptions
|
||||
-XX:G1HeapRegionSize=4M
|
||||
-XX:InitiatingHeapOccupancyPercent=25
|
||||
-XX:G1MixedGCCountTarget=16
|
||||
-XX:G1MixedGCLiveThresholdPercent=25
|
||||
-XX:G1OldCSetRegionThresholdPercent=25
|
||||
-XX:G1HeapWastePercent=5</vmArgs>
|
||||
<vmArgsWin>-Dfile.encoding=UTF-8</vmArgsWin>
|
||||
</launcherArgs>
|
||||
|
||||
<windowImages/>
|
||||
|
||||
<splash
|
||||
location="com.raytheon.viz.ui.personalities.awips"
|
||||
startupProgressRect="3,234,413,13"
|
||||
startupMessageRect="7,252,445,20"
|
||||
startupForegroundColor="000000" />
|
||||
<launcher name="cave">
|
||||
<solaris/>
|
||||
<win useIco="false">
|
||||
<bmp/>
|
||||
</win>
|
||||
</launcher>
|
||||
|
||||
|
||||
<vm>
|
||||
<windows include="true">jdk1.6.0</windows>
|
||||
</vm>
|
||||
|
||||
<plugins>
|
||||
</plugins>
|
||||
|
||||
<features>
|
||||
<feature id="com.raytheon.viz.feature.awips" version="1.9.0.qualifier"/>
|
||||
<feature id="com.raytheon.viz.feature.awips.developer" version="1.9.0.qualifier"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
<plugin id="com.raytheon.uf.viz.spring.dm" autoStart="true" startLevel="0" />
|
||||
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
|
||||
</configurations>
|
||||
|
||||
</product>
|
|
@ -14,7 +14,7 @@
|
|||
</configIni>
|
||||
|
||||
<launcherArgs>
|
||||
<programArgs>-data @user.home/caveData -user @user.home/caveData -clean -consoleLog -alertviz</programArgs>
|
||||
<programArgs>-perspective NCP -data @user.home/caveData -user @user.home/caveData -clean -consoleLog -alertviz</programArgs>
|
||||
<vmArgs>-Xmx1536M
|
||||
-XX:+UseG1GC
|
||||
-Dosgi.instance.area.readOnly=true
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="d2DMapRenderableDisplay" density="1.0" magnification="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="true">
|
||||
<capabilities>
|
||||
<capability xsi:type="colorMapCapability">
|
||||
<colorMapParameters colorMapName="${colormap}"/>
|
||||
</capability>
|
||||
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0"/>
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<perspectiveProperty xsi:type="d2dLoadProperties" overlayMatchTolerance="1"/>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
</properties>
|
||||
<resourceData xsi:type="satResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="satellite" constraintType="EQUALS"/>
|
||||
</mapping>
|
||||
<mapping key="physicalElement">
|
||||
<constraint constraintValue="${element}" constraintType="EQUALS"/>
|
||||
</mapping>
|
||||
<mapping key="sectorID">
|
||||
<constraint constraintValue="CONUS" constraintType="EQUALS"/>
|
||||
</mapping>
|
||||
<mapping key="creatingEntity">
|
||||
<constraint constraintValue="NEXRCOMP" constraintType="LIKE"/>
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<timeMatcher xsi:type="d2DTimeMatcher" deltaFilter="0" forecastFilter="0"/>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -22,6 +22,7 @@
|
|||
<contribute xsi:type="separator" id="${icao}applicationsSeparator"/>
|
||||
<contribute xsi:type="titleItem" titleText="------ Applications ------"
|
||||
id="${icao}Applications" />
|
||||
<!--
|
||||
<contribute xsi:type="command"
|
||||
commandId="com.raytheon.uf.viz.radarapps.alertreq.alertRequest"
|
||||
menuText="Alert Request..." id="${icao}AlertRequest" />
|
||||
|
@ -37,16 +38,18 @@
|
|||
<contribute xsi:type="command"
|
||||
commandId="com.raytheon.uf.viz.radarapps.rps.rpsListEditor" menuText="RPS List Editor..."
|
||||
id="${icao}RPSListEditor" />
|
||||
<contribute xsi:type="subMenu" menuText="Radar Tools">
|
||||
-->
|
||||
<contribute xsi:type="command" commandId="com.raytheon.viz.awipstools.estimatedactualvelocity" menuText="Estimated Actual Velocity"
|
||||
id="${icao}EstimatedActualVelocity" />
|
||||
<contribute xsi:type="command"
|
||||
commandId="com.raytheon.viz.ui.viz.radarapps.fsi.startFSI" menuText="4-D Storm Investigator (FSI)"
|
||||
id="${icao}4DStormInvestigatorFSI" />
|
||||
|
||||
<!--
|
||||
<contribute xsi:type="command"
|
||||
commandId="com.raytheon.viz.radar.ui.RadarDisplayControls" menuText="Radar Display Controls..."
|
||||
id="${icao}ApplicationsRadarDisplayControls" />
|
||||
-->
|
||||
<contribute xsi:type="command" commandId="com.raytheon.viz.awipstools.vrshear" menuText="VR - Shear"
|
||||
id="${icao}VRShear" />
|
||||
</contribute>
|
||||
</menuTemplate>
|
|
@ -11,13 +11,53 @@
|
|||
menuText="10km Radar Coded Msg" id="10kmRadarCodedMsg">
|
||||
</contribute>
|
||||
<contribute xsi:type="subinclude" fileName="menus/radar/airportRadars.xml" />
|
||||
<contribute xsi:type="titleItem" titleText="------ Unidata Composites ------"
|
||||
id="RadarMosaic" />
|
||||
<!-- Unidata Composite -->
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="DHR - Digital Hybrid Reflectivity" id="DHR">
|
||||
<substitute key="element" value="DHR"/>
|
||||
<substitute key="sectorID" value="CONUS"/>
|
||||
<substitute key="creatingEntity" value="NEXRCOMP"/>
|
||||
<substitute key="colormap" value="Radar/Hi-Res Ref (SGF)"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="DVL - Digital VIL" id="DVL">
|
||||
<substitute key="element" value="DVL"/>
|
||||
<substitute key="colormap" value="Radar/Digital VIL"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="EET - Enhanced Echo Tops" id="EET">
|
||||
<substitute key="element" value="EET"/>
|
||||
<substitute key="colormap" value="Radar/Enhanced Echo Tops"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="HHC - Hybrid Hydrometeor Classification" id="HHC">
|
||||
<substitute key="element" value="HHC"/>
|
||||
<substitute key="colormap" value="Radar/HHC NEXRCOMP"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="N0R - Base Reflectivity" id="N0R">
|
||||
<substitute key="element" value="N0R"/>
|
||||
<substitute key="colormap" value="Radar/OSF/8 Level Reflectivity"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="N1P - One Hour Precipiation" id="N1P">
|
||||
<substitute key="element" value="N1P"/>
|
||||
<substitute key="colormap" value="Radar/Storm Total Precip"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="NTP - Storm Total Precipiation" id="NTP">
|
||||
<substitute key="element" value="NTP"/>
|
||||
<substitute key="colormap" value="Radar/Storm Total Precip"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="titleItem" titleText="------ Mosaic ------"
|
||||
id="RadarMosaic" />
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="0.5 Reflectivity" id="Radar05Reflectivity">
|
||||
<substitute key="product" value="94,19,20" />
|
||||
menuText="N0Q - Base Reflectivity" id="Radar05Reflectivity">
|
||||
<substitute key="product" value="94" />
|
||||
<substitute key="elevation" value="0.5" />
|
||||
<substitute key="name" value="0.5 Reflectivity" />
|
||||
<substitute key="name" value="N0Q - Base Reflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="0.5 Differential Refl" id="Radar05ZDR">
|
||||
|
@ -38,44 +78,46 @@
|
|||
<substitute key="name" value="0.5 Correlation Coefficient" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Hybrid Scan Refl" id="RadarHybridScanRefl">
|
||||
<substitute key="product" value="32,33" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Hybrid Scan Refl" />
|
||||
<substitute key="name" value="DHR - Digital Hybrid Reflectivity" />
|
||||
</contribute>
|
||||
<!--
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Composite Refl" id="RadarCompositeRefl">
|
||||
<substitute key="product" value="37" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Composite Refl" />
|
||||
</contribute>
|
||||
|
||||
<contribute xsi:type="bundleItem"
|
||||
file="bundles/DefaultRadarMosaicVILCompRefl.xml" menuText="VIL/Comp Ref"
|
||||
id="RadarVILCompRef">
|
||||
</contribute>
|
||||
-->
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Vert integrated Liquid" id="RadarVertIntegratedLiquid">
|
||||
<substitute key="product" value="57" />
|
||||
menuText="DVL - Vert Integrated Liquid" id="RadarVertIntegratedLiquid">
|
||||
<substitute key="product" value="134" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Vert integrated Liquid" />
|
||||
<substitute key="name" value="DVL - Vert Integrated Liquid" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Storm Total Precip" id="RadarStormTotalPrecip">
|
||||
<substitute key="product" value="80" />
|
||||
menuText="DSP - Storm Total Precip" id="RadarStormTotalPrecip">
|
||||
<substitute key="product" value="138" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Storm Total Precip" />
|
||||
<substitute key="name" value="DSP - Storm Total Precip" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="One Hour Precip" id="RadarOneHourPrecip">
|
||||
<substitute key="product" value="78" />
|
||||
menuText="OHA - One Hour Precip" id="RadarOneHourPrecip">
|
||||
<substitute key="product" value="169" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="One Hour Precip" />
|
||||
<substitute key="name" value="OHA - One Hour Precip" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Three Hour Precip" id="RadarThreeHourPrecip">
|
||||
menuText="N3P - Three Hour Precip" id="RadarThreeHourPrecip">
|
||||
<substitute key="product" value="79" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Three Hour Precip" />
|
||||
<substitute key="name" value="N3P - Three Hour Precip" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="User Selectable Precip" id="RadarUserSelectablePrecip">
|
||||
|
@ -102,33 +144,37 @@
|
|||
<substitute key="name" value="Layer 3 Max Refl" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Echo Tops" id="RadarEchoTops">
|
||||
<substitute key="product" value="41" />
|
||||
menuText="EET - Enhanced Echo Tops" id="RadarEchoTops">
|
||||
<substitute key="product" value="135" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Echo Tops" />
|
||||
<substitute key="name" value="EET - Enhanced Echo Tops" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Hybrid Hydro Class" id="RadarHybridHydroClass">
|
||||
menuText="HHC - Hybrid Hydro Class" id="RadarHybridHydroClass">
|
||||
<substitute key="product" value="177" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Hybrid Hydro Class" />
|
||||
<substitute key="name" value="HHC - Hybrid Hydro Class" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Dual Pol Storm Total" id="RadarDualPolStormTotal">
|
||||
menuText="DTA - Dual Pol Storm Total" id="RadarDualPolStormTotal">
|
||||
<substitute key="product" value="172" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Dual Pol Storm Total" />
|
||||
<substitute key="name" value="DTA - Dual Pol Storm Total" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
|
||||
menuText="Dual Pol 1hr Accum" id="RadarDualPol1hrAccum">
|
||||
menuText="DAA - Dual Pol 1hr Accum" id="RadarDualPol1hrAccum">
|
||||
<substitute key="product" value="170" />
|
||||
<substitute key="elevation" value="0.0" />
|
||||
<substitute key="name" value="Dual Pol 1hr Accum" />
|
||||
<substitute key="name" value="DAA - Dual Pol 1hr Accum" />
|
||||
</contribute>
|
||||
<contribute xsi:type="separator" id="belowRadarMosaics" />
|
||||
<contribute xsi:type="subMenu" menuText="Dial Radars"
|
||||
<contribute xsi:type="subMenu" menuText="NEXRAD Stations"
|
||||
id="RadarMenuDialRadarsSubMenu">
|
||||
<contribute xsi:type="subinclude" fileName="menus/radar/dialRadars.xml" />
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="TWDR Stations"
|
||||
id="RadarMenuTwdrRadarsSubMenu">
|
||||
<contribute xsi:type="subinclude" fileName="menus/radar/tdwrRadars.xml" />
|
||||
</contribute>
|
||||
<contribute xsi:type="subinclude" fileName="menus/radar/baseRadarApplications.xml" />
|
||||
</menuTemplate>
|
||||
|
|
|
@ -119,10 +119,14 @@
|
|||
<substitute key="name" value="Dual Pol 1hr Accum"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="separator" id="RadarDialRadarsSeparator" />
|
||||
<contribute xsi:type="subMenu" menuText="Dial Radars"
|
||||
<contribute xsi:type="subMenu" menuText="NEXRAD Stations"
|
||||
id="RadarMenuDialRadarsSubMenu">
|
||||
<contribute xsi:type="subinclude" fileName="menus/radar/dialRadars.xml" />
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="TDWR Stations"
|
||||
id="RadarMenuDialRadarsSubMenu">
|
||||
<contribute xsi:type="subinclude" fileName="menus/radar/tdwrRadars.xml" />
|
||||
</contribute>
|
||||
<contribute xsi:type="separator" id="RadarApplicationsSeparator" />
|
||||
<contribute xsi:type="subinclude" fileName="menus/radar/baseRadarApplications.xml" />
|
||||
</menuTemplate>
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<contribute xsi:type="separator" id="baseTdwrRadarSeparator" />
|
||||
</menuTemplate>
|
|
@ -1,206 +0,0 @@
|
|||
3001 TADW 38.6950 -76.8450 113 47.694
|
||||
3002 TATL 33.6470 -84.2620 352 42.259
|
||||
3003 TBNA 35.9800 -86.6620 268 31.022
|
||||
3004 TBOS 42.1580 -70.9330 86 28.083
|
||||
3005 TBWI 39.0900 -76.6300 97 74.319
|
||||
3006 TCLE 41.2900 -82.0080 305 18.453
|
||||
3007 TCLT 35.3370 -80.8850 285 195.450
|
||||
3008 TCMH 40.0060 -82.7200 376 114.532
|
||||
3009 TCVG 38.8980 -84.5800 345 87.436
|
||||
3010 TDAL 32.9260 -96.9680 204 16.142
|
||||
3011 TDAY 40.0220 -84.1230 333 71.685
|
||||
3012 TDCA 38.7590 -76.9620 112 12.393
|
||||
3013 TDEN 39.7280 -104.5300 1870 6.665
|
||||
3014 TDFW 33.0650 -96.9180 191 65.463
|
||||
3015 TDTW 42.1110 -83.5150 253 65.547
|
||||
3016 TEWR 40.5930 -74.2700 44 32.844
|
||||
3017 TFLL 26.1260 -80.3350 39 57.772
|
||||
3018 THOU 29.5160 -95.2420 38 16.499
|
||||
3019 TIAD 39.0840 -77.5290 155 12.869
|
||||
3020 TIAH 30.0650 -95.5670 83 81.019
|
||||
3021 TICT 37.5070 -97.4370 442 16.340
|
||||
3022 TIND 39.6370 -86.4360 277 15.458
|
||||
3023 TJFK 40.5890 -73.8810 36 84.357
|
||||
3024 TLAS 36.1440 -115.0070 674 50.329
|
||||
3025 TMCI 39.4980 -94.7420 357 86.918
|
||||
3026 TMCO 28.3440 -81.3260 55 70.627
|
||||
3027 TMDW 41.6510 -87.7300 250 29.922
|
||||
3028 TMEM 34.8960 -89.9930 158 51.059
|
||||
3029 TMIA 25.7580 -80.4910 40 18.114
|
||||
3030 TMKE 42.8190 -88.0460 306 44.305
|
||||
3031 TMSP 44.8710 -92.9330 367 49.913
|
||||
3032 TMSY 30.0220 -90.4030 32 254.179
|
||||
3033 TOKC 35.2760 -97.5100 429 6.159
|
||||
3034 TORD 41.7970 -87.8580 243 19.398
|
||||
3035 TPBI 26.6880 -80.2730 43 120.537
|
||||
3036 TPHL 39.9490 -75.0690 50 56.100
|
||||
3037 TPHX 33.4210 -112.1600 357 47.805
|
||||
3038 TPIT 40.5010 -80.4860 454 22.899
|
||||
3039 TRDU 36.0020 -78.6970 168 41.808
|
||||
3040 TSDF 38.0460 -85.6100 239 30.286
|
||||
3041 TSJU 18.4770 -66.1790 51 4363.212
|
||||
3042 TSLC 40.9670 -111.9300 1408 54.429
|
||||
3043 TSTL 38.8050 -90.4890 211 20.531
|
||||
3044 TTPA 27.8600 -82.5180 30 20.628
|
||||
3045 TTUL 36.0710 -95.8270 270 26.305
|
||||
0 KFTG 39.7867 -104.5458 1803 150.876
|
||||
1 PAHG 60.7258 -151.3514 79 313.045
|
||||
2 PACG 56.8528 -135.5292 67 7450.065
|
||||
3 PAPD 65.0350 -147.5017 850 842.316
|
||||
4 PAEC 64.5114 -165.2950 17 1806.983
|
||||
5 PAKC 58.6794 -156.6294 20 792.520
|
||||
8 PABC 60.7919 -161.8764 52 376.107
|
||||
9 PAIH 59.4614 -146.3031 21 595.827
|
||||
10 PHKM 20.1256 -155.7778 1250 116.650
|
||||
11 PHMO 21.1328 -157.1800 447 259.549
|
||||
12 PHKI 21.8942 -159.5522 58 518.528
|
||||
13 PHWA 19.0950 -155.5689 452 4513.304
|
||||
14 KBOX 41.9558 -71.1369 38 420.733
|
||||
15 KPBZ 40.5317 -80.2181 388 169.083
|
||||
16 KDDC 37.7608 -99.9689 849 233.397
|
||||
17 KEAX 38.8097 -94.2639 326 310.707
|
||||
18 KGLD 39.3658 -101.6997 1197 297.648
|
||||
19 KICT 37.6539 -97.4428 437 222.500
|
||||
20 KICX 37.5908 -112.8622 3477 589.546
|
||||
21 KINX 36.1750 -95.5639 219 521.543
|
||||
22 KMTX 41.2628 -112.4478 2125 383.678
|
||||
23 KTWX 38.9969 -96.2319 448 171.534
|
||||
24 KTLX 35.3331 -97.2778 397 180.752
|
||||
25 KFDR 34.3622 -98.9764 415 252.275
|
||||
27 KVNX 36.7408 -98.1278 396 118.259
|
||||
28 KMPX 44.8489 -93.5656 310 220.593
|
||||
29 KDLH 46.8369 -92.2097 468 1861.106
|
||||
30 KBIS 46.7708 -100.7606 543 180.467
|
||||
31 KMBX 48.3925 -100.8650 489 280.463
|
||||
32 KUEX 40.3208 -98.4419 648 880.702
|
||||
33 KGRK 30.7219 -97.3831 176 129.041
|
||||
34 KFWS 32.5731 -97.3031 224 431.056
|
||||
35 KDYX 32.5383 -99.2544 497 182.891
|
||||
36 KLIX 30.3367 -89.8256 7 65.601
|
||||
37 KCCX 40.9231 -78.0036 789 368.299
|
||||
38 KDIX 39.9469 -74.4108 48 322.790
|
||||
39 KOKX 40.8656 -72.8639 27 166.074
|
||||
40 KRTX 45.7147 -122.9653 515 277.978
|
||||
41 KCBX 43.4906 -116.2356 1004 629.511
|
||||
42 KILN 39.4203 -83.8217 346 213.120
|
||||
43 KIND 39.7075 -86.2803 259 407.201
|
||||
44 KJKL 37.5908 -83.3131 447 158.313
|
||||
45 KLVX 37.9753 -85.9439 235 158.932
|
||||
46 KHPX 36.7367 -87.2850 188 84.450
|
||||
47 KPAH 37.0683 -88.7719 128 161.418
|
||||
48 KHGX 29.4719 -95.0792 5 193.894
|
||||
49 KFFC 33.3636 -84.5658 281 223.255
|
||||
50 KVAX 30.8903 -83.0017 58 132.200
|
||||
51 KJGX 32.6753 -83.3511 170 136.667
|
||||
52 KMLB 28.1133 -80.6542 11 177.566
|
||||
53 KAMA 35.2333 -101.7092 1176 368.464
|
||||
54 KTFX 47.4597 -111.3853 1227 201.705
|
||||
55 KMSX 47.0411 -113.9861 2601 432.154
|
||||
56 KATX 48.1944 -122.4958 162 867.399
|
||||
57 KOTX 47.6803 -117.6267 782 240.154
|
||||
58 KDTX 42.6997 -83.4717 351 828.241
|
||||
59 KGRR 42.8939 -85.5447 255 170.480
|
||||
60 KMQT 46.5311 -87.5483 462 357.094
|
||||
61 KAPX 44.9072 -84.7197 480 265.058
|
||||
63 KBYX 24.5975 -81.7031 3 352.511
|
||||
64 KAMX 25.6111 -80.4128 4 171.966
|
||||
65 KCRP 27.7842 -97.5111 14 207.892
|
||||
66 KDFX 29.2728 -100.2806 371 348.553
|
||||
67 KEWX 29.7039 -98.0283 207 223.170
|
||||
68 KBRO 25.9161 -97.4189 7 814.900
|
||||
69 KCLE 41.4131 -81.8597 250 195.357
|
||||
70 KRLX 38.3111 -81.7228 360 191.626
|
||||
71 KBBX 39.4961 -121.6317 56 187.978
|
||||
72 KDAX 38.5011 -121.6778 9 110.694
|
||||
73 KMUX 37.1553 -121.8983 1138 222.502
|
||||
74 PGUA 13.4556 144.8111 89 14152.670
|
||||
75 KILX 40.1506 -89.3369 190 193.178
|
||||
76 KLOT 41.6047 -88.0847 217 192.907
|
||||
77 KSGF 37.2353 -93.4006 419 190.667
|
||||
78 KLSX 38.6989 -90.6828 199 323.954
|
||||
79 KEPZ 31.8731 -106.6981 1346 364.470
|
||||
80 KHDX 33.0764 -106.1228 1385 144.251
|
||||
81 KLBB 33.6542 -101.8142 1069 175.824
|
||||
82 KMAF 31.9433 -102.1892 940 3762.060
|
||||
83 KSJT 31.3714 -100.4925 620 172.694
|
||||
84 KMHX 34.7761 -76.8761 10 167.175
|
||||
85 KRAX 35.6656 -78.4897 114 186.438
|
||||
86 KLTX 33.9894 -78.4289 20 284.462
|
||||
87 KFSX 34.5744 -111.1978 2433 302.679
|
||||
88 KYUX 32.4953 -114.6567 57 1173.600
|
||||
89 KIWA 33.2892 -111.6700 446 149.376
|
||||
90 KEMX 31.8936 -110.6303 1707 384.653
|
||||
91 KLNX 41.9578 -100.5764 974 255.059
|
||||
92 KOAX 41.3203 -96.3667 376 206.950
|
||||
93 KABX 35.1497 -106.8239 1925 557.998
|
||||
94 KFDX 34.6353 -103.6300 1525 187.264
|
||||
95 KPOE 31.1556 -92.9758 133 116.824
|
||||
96 KLCH 30.1253 -93.2158 4 623.701
|
||||
97 KSHV 32.4508 -93.8414 89 265.285
|
||||
98 KLWX 38.9753 -77.4778 89 221.139
|
||||
99 KFCX 37.0244 -80.2739 940 290.056
|
||||
100 KDOX 38.8256 -75.4397 16 152.828
|
||||
101 KAKQ 36.9839 -77.0072 36 1148.702
|
||||
102 KBHX 40.4983 -124.2919 788 1990.655
|
||||
103 KEYX 35.0978 -117.5608 904 142.473
|
||||
104 KESX 35.7011 -114.8914 1596 277.298
|
||||
105 KRGX 39.7542 -119.4622 2722 382.740
|
||||
106 KDMX 41.7311 -93.7228 321 261.254
|
||||
107 KDVN 41.6117 -90.5808 247 595.206
|
||||
108 KFSD 43.5878 -96.7294 469 389.814
|
||||
109 KMRX 36.1686 -83.4017 438 577.953
|
||||
110 KLZK 34.8364 -92.2622 186 224.540
|
||||
111 KGWX 33.8967 -88.3289 156 214.192
|
||||
112 KNQA 35.3447 -89.8733 92 1104.941
|
||||
113 KOHX 36.2472 -86.5625 189 152.653
|
||||
114 KCLX 32.6556 -81.0422 31 436.854
|
||||
115 KCAE 33.9486 -81.1183 75 143.926
|
||||
116 KGSP 34.8833 -82.2200 308 131.476
|
||||
117 KCBW 46.0392 -67.8064 244 3067.950
|
||||
118 KGYX 43.8914 -70.2564 134 226.816
|
||||
119 KVTX 34.4117 -119.1794 894 121.052
|
||||
120 KVBX 34.8381 -120.3969 401 178.080
|
||||
121 KNKX 32.9189 -117.0419 313 114.141
|
||||
122 KSOX 33.8178 -117.6358 993 313.831
|
||||
123 KHNX 36.3142 -119.6322 79 617.209
|
||||
124 KGRB 44.4983 -88.1114 223 230.218
|
||||
125 KARX 43.8228 -91.1911 418 250.826
|
||||
126 KMKX 42.9678 -88.5506 314 156.315
|
||||
127 KBMX 33.1722 -86.7697 211 165.426
|
||||
128 KMXX 32.5367 -85.7897 131 115.623
|
||||
129 KEOX 31.4606 -85.4594 142 511.482
|
||||
169 KDGX 32.2800 -89.9843 162 340.879
|
||||
134 KMOB 30.6794 -88.2397 68 220.036
|
||||
135 KTBW 27.7056 -82.4017 13 1947.623
|
||||
136 KENX 42.5864 -74.0639 599 184.532
|
||||
137 KBGM 42.1997 -75.9847 526 163.465
|
||||
138 KBUF 42.9489 -78.7367 227 233.238
|
||||
139 KCXX 44.5111 -73.1669 104 217.324
|
||||
141 KLRX 40.7397 -116.8028 2254 250.847
|
||||
142 KMAX 42.0811 -122.7172 2464 219.696
|
||||
143 KPDT 45.6906 -118.8528 497 320.527
|
||||
144 KCYS 41.1519 -104.8061 2010 367.919
|
||||
145 KGJX 39.0622 -108.2139 3277 437.104
|
||||
146 KPUX 38.4594 -104.1814 1722 237.148
|
||||
147 KRIW 43.0661 -108.4772 1826 1339.633
|
||||
148 KJAX 30.4847 -81.7019 10 249.312
|
||||
149 KEVX 30.5644 -85.9214 45 108.929
|
||||
150 KTLH 30.3975 -84.3289 20 159.977
|
||||
151 KBLX 45.8539 -108.6067 1180 301.567
|
||||
152 KGGW 48.2064 -106.6250 746 589.295
|
||||
153 KSFX 43.1058 -112.6861 1467 205.839
|
||||
154 KABR 45.4558 -98.4131 427 244.930
|
||||
155 KMVX 47.5278 -97.3256 323 394.056
|
||||
156 KUDX 44.1250 -102.8297 989 469.607
|
||||
157 KHTX 34.9306 -86.0833 577 278.877
|
||||
158 KIWX 41.3589 -85.7000 314 190.032
|
||||
161 KSRX 35.2908 -94.3619 209 146.391
|
||||
162 KTYX 43.7558 -75.6791 605 641.833
|
||||
163 TJUA 18.1156 -66.0781 916 41.567
|
||||
132 KBIX 30.5239 -88.9847 45 73.358
|
||||
26 KCRI 35.2383 -97.4603 424 19.631
|
||||
164 LPLA 38.7303 -27.3217 1081 20011.945
|
||||
165 RKJK 35.9211 126.6083 25 120.815
|
||||
166 RKSG 36.9558 127.0211 17 1187.438
|
||||
167 RODN 26.3019 127.9097 73 2267.486
|
||||
168 KVWX 38.2602 -87.7245 204 203.632
|
|
@ -1,592 +0,0 @@
|
|||
0 AAH 23.0700 72.6300 55 3604.277
|
||||
0 AAO 37.7500 -97.2200 432 21.561
|
||||
0 AAT 41.4800 -119.4500 1333 631.179
|
||||
0 ABI 32.4200 -99.6800 546 140.064
|
||||
0 ABQ 35.0500 -106.6200 1619 467.208
|
||||
0 ABY 31.5300 -84.1800 59 262.576
|
||||
0 ACA 16.7500 -99.7700 5 616.861
|
||||
0 ACT 31.6200 -97.2200 155 428.886
|
||||
0 AEX 31.3300 -92.5500 27 160.424
|
||||
0 AEZ -34.8200 -58.5300 20 31.408
|
||||
0 AGS 33.3700 -81.9700 45 101.709
|
||||
0 AKL -37.0200 174.8200 6 744.574
|
||||
0 AKM -28.8000 24.7700 1192 814.928
|
||||
0 AKO 40.1700 -103.2200 1431 343.467
|
||||
0 AKP 68.1300 -151.7300 640 689.451
|
||||
0 AKR 41.0400 -81.4700 325 13.757
|
||||
0 ALB 42.7500 -73.8000 86 299.231
|
||||
0 ALS 37.4500 -105.8700 2299 275.165
|
||||
0 AMA 35.2300 -101.7000 1094 176.004
|
||||
0 AMS 52.3000 4.7700 2 134.557
|
||||
0 ANC 61.1700 -150.0200 45 125.701
|
||||
0 APA 39.5700 -104.8500 1790 36.733
|
||||
0 ARA 30.0300 -91.8800 7 22.145
|
||||
0 ATL 33.6500 -84.4200 115 236.766
|
||||
0 ATW 44.2500 -88.5200 280 40.183
|
||||
0 AUS 30.3000 -97.7000 189 113.288
|
||||
0 AVL 35.4300 -82.5500 661 136.308
|
||||
0 BBG 42.4800 27.4800 28 270.666
|
||||
0 BBL 51.1700 5.4700 64 253.486
|
||||
0 BDL 41.9300 -72.6800 55 22.374
|
||||
0 BDR 41.1700 -73.1300 5 43.432
|
||||
0 BFI 47.5300 -122.3000 5 8.894
|
||||
0 BFM 30.6300 -88.0700 8 18.091
|
||||
0 BGR 44.8000 -68.8300 59 174.460
|
||||
0 BGSF 67.0000 -50.9000 50 1854.671
|
||||
0 BHM 33.4700 -86.8300 227 74.451
|
||||
0 BIF 31.8500 -106.3800 1204 5.871
|
||||
0 BIKF 63.9700 -22.6000 54 710.121
|
||||
0 BIL 45.8000 -108.5300 1088 420.749
|
||||
0 BIS 46.7700 -100.7500 504 352.432
|
||||
0 BJX 21.0000 -102.5000 1999 204.695
|
||||
0 BKK 13.9200 100.6000 12 498.170
|
||||
0 BKL 41.5200 -81.6800 178 277.641
|
||||
0 BKO 12.5300 -7.9500 381 3119.064
|
||||
0 BKP -23.0000 -47.1300 661 405.469
|
||||
0 BKV 28.4700 -82.4500 20 210.262
|
||||
0 BNA 36.2500 -86.5700 180 223.564
|
||||
0 BOG 4.7100 -74.1400 2548 1559.422
|
||||
0 BOI 43.5700 -116.2200 871 352.132
|
||||
0 BOM 19.0800 72.8700 9999 444.296
|
||||
0 BOS 42.3600 -71.0900 30 69.202
|
||||
0 BRD 46.4000 -94.1300 374 90.755
|
||||
0 BRU 50.9000 4.5300 58 33.420
|
||||
0 BSM 30.2000 -97.6800 165 11.283
|
||||
0 BTP 40.7900 -79.9500 380 166.004
|
||||
0 BTR 30.5300 -91.1500 21 903.781
|
||||
0 BTV 44.4700 -73.1500 104 198.253
|
||||
0 BUE -34.5700 -58.3700 25 206.128
|
||||
0 BUF 42.9300 -78.7300 218 360.833
|
||||
0 BUR 34.2000 -118.3700 236 30.145
|
||||
0 BWI 39.1800 -76.6700 47 72.535
|
||||
0 BYH 35.9700 -89.9500 78 101.594
|
||||
0 CAE 33.9500 -81.1200 69 333.520
|
||||
0 CAK 40.9200 -81.4300 377 69.906
|
||||
0 CCS 10.6100 -66.9800 48 8.813
|
||||
0 CDG 49.0130 2.5500 117 0.334
|
||||
0 CEF 42.2000 -72.5300 75 104.876
|
||||
0 CGN 50.8700 7.1700 99 123.478
|
||||
0 CHO 38.1300 -78.4500 195 120.755
|
||||
0 CHS 32.9000 -80.0300 15 154.455
|
||||
0 CID 41.8800 -91.7000 265 166.464
|
||||
0 CKB 39.2800 -80.2300 366 438.352
|
||||
0 CKC 47.8400 -90.3800 548 1025.184
|
||||
0 CKD 61.8700 -158.1000 9999 632.863
|
||||
0 CKL 32.9000 -87.2500 140 442.044
|
||||
0 CKS -6.0000 -37.5500 0 3025.565
|
||||
0 CLE 41.4200 -81.8700 213 19.343
|
||||
0 CLT 35.2200 -80.9300 234 130.308
|
||||
0 CMH 40.0000 -82.8800 249 113.050
|
||||
0 COS 38.8200 -104.7200 1881 182.513
|
||||
0 CRP 27.7700 -97.5000 13 688.529
|
||||
0 CTP 25.0800 121.2200 33 575.936
|
||||
0 CVG 39.0500 -84.6700 267 102.748
|
||||
0 CYEG 53.3300 -113.5800 719 819.763
|
||||
0 CYQX 48.9600 -54.5700 151 2027.719
|
||||
0 CYS 41.1500 -104.8200 1872 173.430
|
||||
0 CYVR 49.1800 -123.1800 2 154.951
|
||||
0 CYWG 49.9200 -97.2300 239 551.368
|
||||
0 CYYZ 43.6800 -79.6300 176 32.599
|
||||
0 DAL 32.9000 -97.0300 182 28.483
|
||||
0 DAY 39.9000 -84.2000 298 177.775
|
||||
0 DBBS 8.0300 2.4700 200 193.166
|
||||
0 DCA 38.8500 -77.0300 5 40.714
|
||||
0 DDK 50.8700 7.1700 99 0.000
|
||||
0 DEL 28.5800 77.2000 216 9.827
|
||||
0 DEN 39.8700 -104.6700 1611 116.816
|
||||
0 DFW 32.9000 -97.0300 182 0.000
|
||||
0 DGAA 5.6000 -0.2000 68 399.677
|
||||
0 DIAP 5.2000 -3.9000 7 809.296
|
||||
0 DKC 10.6000 103.6800 12 1897.865
|
||||
0 DNMM 6.5000 3.3000 38 1403.352
|
||||
0 DRT 29.3700 -100.9200 113 378.324
|
||||
0 DSM 41.5300 -93.6500 294 339.182
|
||||
0 DTMB 35.6000 10.7000 2 140.752
|
||||
0 DTTA 36.8000 10.2000 6 522.204
|
||||
0 DTW 42.2300 -83.3300 191 156.914
|
||||
0 DUS 51.2800 6.7800 44 53.103
|
||||
0 DXR 41.3700 -73.4800 139 36.740
|
||||
0 EBBR 50.9000 4.5300 58 0.000
|
||||
0 EBCI 50.6000 4.5000 187 92.975
|
||||
0 EDDC 51.1000 13.8000 230 106.834
|
||||
0 EDDF 50.0500 8.6000 113 887.693
|
||||
0 EDDG 52.1000 7.7000 48 124.664
|
||||
0 EDDH 53.6300 10.0000 16 106.103
|
||||
0 EDDK 50.8700 7.1700 99 0.000
|
||||
0 EDDL 51.2800 6.7800 44 0.000
|
||||
0 EDDM 48.3500 11.7800 448 137.163
|
||||
0 EDDN 49.5000 11.1000 318 189.612
|
||||
0 EDDP 51.3000 12.3000 141 159.948
|
||||
0 EDDS 48.8000 9.2000 396 145.586
|
||||
0 EDDT 52.6000 13.3000 36 432.274
|
||||
0 EDDV 52.5000 9.7000 53 82.208
|
||||
0 EDDW 53.0000 8.8000 3 305.679
|
||||
0 EDW 34.9100 -117.8700 705 37.696
|
||||
0 EFD 29.6200 -95.1700 12 296.482
|
||||
0 EFHK 60.3000 25.0000 17 875.356
|
||||
0 EGAA 54.7000 -6.2000 4 144.531
|
||||
0 EGCC 53.4000 -2.2000 78 180.830
|
||||
0 EGJJ 49.3000 -2.2000 84 513.011
|
||||
0 EGKK 51.1500 -0.1800 62 85.973
|
||||
0 EGLC 51.4000 0.1000 5 33.937
|
||||
0 EGLL 51.4800 -0.4500 24 41.207
|
||||
0 EGNM 53.8000 -1.7000 207 55.369
|
||||
0 EGNT 55.0000 -1.7000 81 246.546
|
||||
0 EGNX 52.8300 -1.3200 94 86.394
|
||||
0 EGPD 57.2000 -2.2000 65 492.329
|
||||
0 EGPF 55.9000 -4.4000 7 197.447
|
||||
0 EGPH 55.9000 -3.3000 41 68.563
|
||||
0 EGSS 51.8800 0.2300 106 334.162
|
||||
0 EHAM 52.3000 4.7700 2 0.000
|
||||
0 EICK 51.8000 -8.5000 153 236.120
|
||||
0 EIDW 53.4000 -6.2000 73 1010.633
|
||||
0 EINN 52.7000 -9.0000 14 105.689
|
||||
0 EKCH 55.6000 12.6000 5 198.360
|
||||
0 ELP 31.8000 -106.4000 1193 361.903
|
||||
0 EMA 52.8300 -1.3200 94 0.000
|
||||
0 ENAL 62.5000 6.1000 21 490.495
|
||||
0 ENAT 70.0000 23.4000 2 175.497
|
||||
0 ENBO 67.3000 14.5000 12 679.511
|
||||
0 ENBR 60.3000 5.2000 50 249.230
|
||||
0 ENCN 58.2000 8.1000 17 1606.296
|
||||
0 ENEV 68.5000 16.7000 25 159.391
|
||||
0 ENGM 60.2000 11.1000 207 280.314
|
||||
0 ENHD 59.3000 5.2000 22 60.109
|
||||
0 ENKR 69.7000 29.9000 86 2708.759
|
||||
0 ENTC 69.7000 18.9000 9 321.294
|
||||
0 ENVA 63.4000 11.0000 17 176.225
|
||||
0 ENZV 58.8000 5.6000 8 159.800
|
||||
0 EPGD 54.3000 18.5000 148 292.146
|
||||
0 EPKK 50.1000 19.8000 241 235.236
|
||||
0 EPWA 52.1000 20.9000 110 907.271
|
||||
0 ESDB 56.3000 12.8000 20 78.814
|
||||
0 ESGG 57.8000 12.3000 154 180.253
|
||||
0 ESMK 55.9000 14.1000 23 99.604
|
||||
0 ESMQ 56.7000 16.3000 5 93.981
|
||||
0 ESMS 55.6000 13.4000 71 50.249
|
||||
0 ESMX 56.9000 14.8000 185 360.057
|
||||
0 ESNN 62.5000 17.4000 4 125.546
|
||||
0 ESNO 63.4000 18.9000 107 220.876
|
||||
0 ESNU 63.9000 20.2000 7 84.882
|
||||
0 ESOK 59.5000 13.3000 107 145.415
|
||||
0 ESPA 65.6000 22.1000 17 386.541
|
||||
0 ESPC 63.2000 14.5000 376 432.873
|
||||
0 ESSA 59.7000 17.9000 37 400.073
|
||||
0 ETOR 49.5000 8.4000 95 62.811
|
||||
0 EUG 44.1200 -123.2200 114 425.029
|
||||
0 EVRA 57.1000 24.1000 10 264.709
|
||||
0 EWR 40.7000 -74.1700 9 89.135
|
||||
0 EYVI 54.8000 25.2000 196 413.569
|
||||
0 EZE -34.8200 -58.5300 20 0.000
|
||||
0 FACN -29.9700 30.9500 8 480.619
|
||||
0 FACT -33.9000 18.6000 42 5314.069
|
||||
0 FAI 64.8200 -147.8700 138 300.684
|
||||
0 FAJS -26.1000 28.3000 1720 430.235
|
||||
0 FAR 46.9000 -96.8000 274 131.417
|
||||
0 FAT 36.7700 -119.7200 100 505.910
|
||||
0 FAWW -22.5700 17.1000 1725 1268.128
|
||||
0 FIMP 57.6700 -20.4300 56 4592.917
|
||||
0 FLL 26.0700 -80.1500 3 30.683
|
||||
0 FNLU -8.4000 12.8000 70 2628.349
|
||||
0 FPG 49.0100 2.5500 117 1.834
|
||||
0 FQMA -25.9000 32.6000 43 1351.862
|
||||
0 FSD 43.5700 -96.7300 435 511.321
|
||||
0 FSIA -4.7000 55.5000 3 4343.239
|
||||
0 FVHA -17.9000 31.1000 1480 539.264
|
||||
0 FWA 41.0000 -85.2000 252 121.629
|
||||
0 FWKI -13.7910 33.7800 1229 2364.697
|
||||
0 GCFV 28.5000 -13.8000 21 48.560
|
||||
0 GCLA 28.6000 -17.7000 31 229.077
|
||||
0 GCLP 27.9000 -15.5000 57 548.031
|
||||
0 GCRR 28.9000 -13.6000 39 216.530
|
||||
0 GCTS 28.0000 -16.5000 64 98.836
|
||||
0 GDL 20.5200 -103.3200 1526 100.572
|
||||
0 GEG 47.6300 -117.5300 720 9.060
|
||||
0 GGT 14.5800 -90.5200 1489 9.462
|
||||
0 GIG -22.9200 -43.1700 5 1489.824
|
||||
0 GMAD 30.4000 -9.5000 76 398.300
|
||||
0 GMMN 33.6000 -7.6000 61 861.890
|
||||
0 GNX 52.8300 -1.3200 94 0.000
|
||||
0 GON 41.3300 -72.0500 6 68.120
|
||||
0 GRB 44.4800 -88.1300 214 178.313
|
||||
0 GRR 42.8800 -85.5200 245 68.959
|
||||
0 GRU -23.5300 -46.6300 792 3.488
|
||||
0 GSO 36.0800 -79.9500 275 259.662
|
||||
0 GSP 34.9000 -82.2200 296 66.118
|
||||
0 GTF 47.4800 -111.3500 1118 215.400
|
||||
0 GUA 14.5000 -90.5500 1489 293.557
|
||||
0 HDN 40.5000 -107.2500 2012 399.306
|
||||
0 HEBA 31.2000 30.0000 54 181.342
|
||||
0 HECA 30.1000 31.4000 116 1688.352
|
||||
0 HFD 41.7300 -72.6500 6 39.009
|
||||
0 HHH 32.2200 -80.7000 9999 48.103
|
||||
0 HKG 22.3300 114.1800 24 1717.019
|
||||
0 HKNA -1.3000 36.8000 1624 1427.888
|
||||
0 HLLT 32.8000 13.2000 80 1728.036
|
||||
0 HLP -6.1800 106.8300 8 9738.985
|
||||
0 HNL 21.3300 -157.9300 2 2.224
|
||||
0 HOG 20.5000 -76.2300 9999 1408.486
|
||||
0 HOU 29.6500 -95.2800 15 11.141
|
||||
0 HPN 41.0700 -73.7200 134 55.882
|
||||
0 HSV 34.6500 -86.7700 196 178.804
|
||||
0 HTDA -6.9000 39.2000 54 677.051
|
||||
0 HXX -34.5200 144.8300 9999 405.927
|
||||
0 IAD 38.9800 -77.4700 85 164.996
|
||||
0 IAH 29.9700 -95.3500 13 42.612
|
||||
0 ICT 37.6500 -97.4300 406 210.893
|
||||
0 IDA 43.5200 -112.0700 1445 305.849
|
||||
0 IJD 41.7400 -72.1800 75 46.849
|
||||
0 IND 39.7300 -86.2700 246 358.837
|
||||
0 ISP 40.7800 -73.1000 30 175.031
|
||||
0 IST 40.9700 28.8200 37 7.961
|
||||
0 JAC 43.6000 -110.7300 1964 108.321
|
||||
0 JAN 32.3200 -90.0800 91 223.398
|
||||
0 JAX 30.5000 -81.7000 9 1189.535
|
||||
0 JCC 42.8000 141.6700 30 1081.527
|
||||
0 JFK 40.6500 -73.7800 7 33.351
|
||||
0 JSJ 18.4300 -66.0000 19 119.416
|
||||
0 KAFW 32.9800 -97.3200 220 151.492
|
||||
0 KARA 30.0300 -91.8800 7 0.000
|
||||
0 KBGR 44.8000 -68.8300 59 0.000
|
||||
0 KCSG 32.5200 -84.9300 121 130.812
|
||||
0 KLaS 36.0800 -115.1700 664 414.154
|
||||
0 KMcO 28.4300 -81.3200 32 13.377
|
||||
0 KOB 34.4700 135.2200 59 4514.152
|
||||
0 KPMD 34.6300 -118.0800 774 16.954
|
||||
0 KUL 3.1200 101.5500 22 864.157
|
||||
0 LAN 42.7700 -84.6000 266 27.122
|
||||
0 LAS 36.0800 -115.1700 664 0.000
|
||||
0 LAX 33.9300 -118.4000 34 118.353
|
||||
0 LBB 33.6500 -101.8200 988 1161.259
|
||||
0 LBSF 42.8000 23.4000 530 165.494
|
||||
0 LCK 39.8200 -82.9300 227 20.461
|
||||
0 LCLK 34.9000 33.7000 2 565.883
|
||||
0 LDZA 45.9000 16.1000 106 246.462
|
||||
0 LEAL 38.3000 -0.5000 42 722.845
|
||||
0 LEAM 36.8000 -2.4000 21 236.332
|
||||
0 LEBB 43.3000 -2.9000 42 242.294
|
||||
0 LEBL 41.3000 2.1000 3 179.366
|
||||
0 LEIB 38.9000 1.4000 7 178.049
|
||||
0 LEMD 40.5000 -3.6000 609 361.551
|
||||
0 LEMG 36.7000 -4.5000 15 146.586
|
||||
0 LEMH 39.8700 4.2300 82 443.863
|
||||
0 LEPA 39.5000 2.7000 9 130.361
|
||||
0 LEVC 39.5000 -0.5000 68 133.413
|
||||
0 LEX 38.0500 -84.6000 101 236.146
|
||||
0 LEZL 37.4000 -5.9000 34 449.598
|
||||
0 LFBD 44.8000 -0.7000 49 1931.851
|
||||
0 LFBO 43.6000 1.4000 152 150.625
|
||||
0 LFBT 43.1000 0.0000 363 126.095
|
||||
0 LFBZ 43.4000 -1.5000 74 113.727
|
||||
0 LFKB 42.5000 9.5000 8 88.167
|
||||
0 LFKC 42.6000 8.8000 64 58.400
|
||||
0 LFKJ 41.9000 8.8000 5 281.773
|
||||
0 LFLC 45.8000 3.1000 332 317.242
|
||||
0 LFLL 45.9000 4.9000 249 73.606
|
||||
0 LFLS 45.3000 5.3000 396 108.485
|
||||
0 LFML 43.4000 5.2000 22 162.812
|
||||
0 LFMN 43.6000 7.2000 3 169.771
|
||||
0 LFMP 42.8000 2.9000 41 344.138
|
||||
0 LFMT 43.6000 3.9000 5 107.170
|
||||
0 LFPG 49.0200 2.5300 109 36.826
|
||||
0 LFPO 48.7000 2.4000 89 342.028
|
||||
0 LFRB 48.4000 -4.4000 99 189.504
|
||||
0 LFRH 47.8000 -3.5000 51 94.419
|
||||
0 LFRS 47.2000 -1.6000 27 237.658
|
||||
0 LFSB 47.6000 7.5000 269 278.049
|
||||
0 LFST 48.5000 7.6000 153 100.336
|
||||
0 LFT 30.2000 -92.0000 13 89.411
|
||||
0 LFTW 43.8000 4.4000 94 45.930
|
||||
0 LGA 40.7700 -73.9000 13 16.741
|
||||
0 LGAT 37.9000 23.7000 20 300.752
|
||||
0 LGB 33.8200 -118.1500 12 26.117
|
||||
0 LGIR 35.3000 25.1000 35 825.223
|
||||
0 LGKR 39.3000 19.5000 46 665.358
|
||||
0 LGRP 36.3000 28.1000 5 239.292
|
||||
0 LGTS 40.5000 22.9000 6 194.602
|
||||
0 LHBP 47.4000 19.2000 150 216.300
|
||||
0 LHR 46.1500 -1.1500 10 121.678
|
||||
0 LICC 37.5000 15.1000 12 432.384
|
||||
0 LIH 21.9800 -159.3500 31 424.376
|
||||
0 LIMC 45.6200 8.7300 211 46.332
|
||||
0 LIMF 45.1000 7.6000 301 521.799
|
||||
0 LIMJ 44.5000 8.8000 3 115.805
|
||||
0 LIML 45.5000 9.3000 107 140.180
|
||||
0 LIPE 44.5000 11.3000 38 111.444
|
||||
0 LIPX 45.4000 10.9000 72 104.893
|
||||
0 LIPZ 45.5000 12.3000 2 370.174
|
||||
0 LIRF 41.8000 12.2000 4 1004.476
|
||||
0 LIRN 40.9000 14.3000 90 201.807
|
||||
0 LIRP 43.8000 10.3000 2 244.057
|
||||
0 LIT 34.7300 -92.2300 78 370.296
|
||||
0 LJLJ 46.3000 14.5000 384 131.114
|
||||
0 LKPR 50.1000 14.2000 380 278.309
|
||||
0 LLBG 32.1000 34.9000 41 108.996
|
||||
0 LMML 36.1000 14.3000 91 171.166
|
||||
0 LNK 40.8500 -96.7500 162 270.135
|
||||
0 LOWW 48.1000 16.5000 182 544.047
|
||||
0 LPFB 43.4000 -0.4000 187 46.494
|
||||
0 LPFR 37.0000 -8.0000 7 191.207
|
||||
0 LPFU 32.7000 -16.8000 57 2416.663
|
||||
0 LPPR 41.3000 -8.7000 69 757.005
|
||||
0 LPPT 38.8000 -9.1000 113 280.020
|
||||
0 LQSA 43.9000 18.3000 520 487.160
|
||||
0 LRBS 44.7000 26.1000 90 3462.428
|
||||
0 LSGG 46.1000 6.1000 430 161.161
|
||||
0 LSZH 47.5000 8.5000 431 75.857
|
||||
0 LTAC 39.9000 32.5000 953 749.035
|
||||
0 LTBA 40.9000 28.8000 47 207.035
|
||||
0 LTBJ 38.3000 27.1000 125 378.053
|
||||
0 LWSK 42.0000 21.7000 238 348.047
|
||||
0 LYBE 44.8000 20.3000 102 187.857
|
||||
0 MAA 13.0000 80.1800 16 2.166
|
||||
0 MBS 43.5300 -84.0800 204 684.430
|
||||
0 MCI 39.3200 -94.7200 112 242.371
|
||||
0 MCO 28.4300 -81.3200 32 0.000
|
||||
0 MDT 40.2000 -76.7700 94 138.829
|
||||
0 MDW 41.7800 -87.7500 188 118.961
|
||||
0 MEL -37.7300 144.9000 85 9.078
|
||||
0 MEM 35.0500 -90.0000 87 115.481
|
||||
0 MEX 19.4300 -99.0700 2234 3.145
|
||||
0 MFE 26.1800 -98.2300 33 190.996
|
||||
0 MFR 42.3700 -122.8700 401 196.614
|
||||
0 MGL 20.5200 -103.3200 1528 0.000
|
||||
0 MGM 32.3000 -86.4000 62 103.864
|
||||
0 MHR 38.5700 -121.3000 29 29.794
|
||||
0 MHT 42.9300 -71.4300 71 120.317
|
||||
0 MIA 25.8200 -80.2800 4 96.934
|
||||
0 MKA 6.1920 100.4010 4 364.492
|
||||
0 MKC 39.1200 -94.6000 231 24.520
|
||||
0 MKD 3.7800 103.2200 16 199.326
|
||||
0 MKE 42.9500 -87.9000 211 117.907
|
||||
0 MKG 43.1700 -86.2700 193 163.482
|
||||
0 MKK 21.1500 -157.1000 137 192.063
|
||||
0 MKL 35.6000 -88.9200 132 315.984
|
||||
0 MLI 41.4500 -90.5200 181 109.041
|
||||
0 MMA 55.5500 13.3700 106 5.870
|
||||
0 MME 19.4300 -99.0800 2231 1.048
|
||||
0 MMM -22.8000 148.7000 166 1516.664
|
||||
0 MMMX 19.4300 -99.1000 2238 104.420
|
||||
0 MMU 40.8000 -74.4200 57 23.811
|
||||
0 MMX 55.5500 13.3700 106 0.000
|
||||
0 MMY 25.7800 -100.1000 387 16.413
|
||||
0 MNL 14.5200 121.0200 16 3.095
|
||||
0 MOB 30.6800 -88.2500 67 264.281
|
||||
0 MPTO 9.0500 -79.3700 11 752.256
|
||||
0 MROC 9.9300 -84.1000 931 334.561
|
||||
0 MRY 36.5800 -121.8500 67 191.095
|
||||
0 MSL 34.7500 -87.6200 168 78.485
|
||||
0 MSLP 13.4400 -89.0600 30 199.323
|
||||
0 MSN 43.1300 -89.3300 264 426.828
|
||||
0 MSO 46.9200 -114.0800 976 626.466
|
||||
0 MSP 44.8800 -93.2200 256 121.087
|
||||
0 MSY 29.9800 -90.2500 9 21.898
|
||||
0 MTJ 38.5000 -107.8800 1755 211.315
|
||||
0 MTY 25.8700 -100.2300 448 343.474
|
||||
0 MUC 48.3500 11.7800 448 0.000
|
||||
0 MUHA 23.1700 -82.3500 50 697.758
|
||||
0 MWC 43.1200 -88.0500 227 22.490
|
||||
0 MWCR 19.3000 -81.3000 3 443.795
|
||||
0 MXF 32.3800 -86.3700 51 9.330
|
||||
0 MXP 45.6200 8.7300 211 0.000
|
||||
0 NEW 30.0300 -90.0300 3 121.049
|
||||
0 NFFN -17.7500 177.4500 18 3484.256
|
||||
0 NKT 34.8500 -76.8800 13 583.296
|
||||
0 NMG 12.1500 -86.1700 50 5183.599
|
||||
0 NNN 55.0300 82.9000 177 6982.750
|
||||
0 NRT 35.6800 139.7700 36 55.959
|
||||
0 NTAA -17.5500 -149.6200 2 20011.945
|
||||
0 NZAA -37.0200 174.8200 6 0.000
|
||||
0 NZCH -43.4830 172.5160 37 2024.122
|
||||
0 NZQN -45.0170 168.7330 357 346.135
|
||||
0 NZWN -41.3330 174.8000 13 303.765
|
||||
0 OAH 26.2000 127.6800 53 88.918
|
||||
0 OAK 37.7300 -122.2200 1 18.648
|
||||
0 OEDF 26.5000 49.8000 11 2332.486
|
||||
0 OGG 20.9000 -156.4300 15 74.880
|
||||
0 OJAI 31.8000 36.0000 730 405.440
|
||||
0 OKC 35.4000 -97.6000 192 177.222
|
||||
0 OKJ 26.3300 126.8000 5 1211.766
|
||||
0 OKL 37.7300 -122.2200 1 0.000
|
||||
0 OMA 41.3000 -95.9000 299 87.051
|
||||
0 ONT 34.0500 -117.6200 293 62.911
|
||||
0 OPF 25.9000 -80.2800 3 8.894
|
||||
0 ORD 41.9800 -87.9000 203 25.468
|
||||
0 ORF 37.1300 -76.4900 13 84.904
|
||||
0 ORL 28.5500 -81.3300 34 109.779
|
||||
0 OSDI 33.3000 36.5000 615 173.223
|
||||
0 PAE 47.9200 -122.2800 184 1676.796
|
||||
0 PANC 61.1700 -150.0200 40 0.000
|
||||
0 PBC 19.0300 -98.2000 2166 303.054
|
||||
0 PBI 26.6800 -80.1200 7 173.899
|
||||
0 PDX 45.6000 -122.6000 7 171.642
|
||||
0 PEN 5.3000 100.2700 4 100.223
|
||||
0 PHKO 19.7300 -156.0500 13 2357.726
|
||||
0 PHL 39.9200 -75.1800 5 1260.556
|
||||
0 PHNL 21.3500 -157.9300 5 88.830
|
||||
0 PHOG 20.9000 -156.4300 20 0.000
|
||||
0 PHX 33.4300 -112.0200 137 177.742
|
||||
0 PIA 40.6700 -89.6800 200 231.897
|
||||
0 PIE 27.9700 -82.5300 3 56.139
|
||||
0 PIT 40.5300 -80.2300 159 37.327
|
||||
0 PKD 46.9000 -95.0700 440 368.210
|
||||
0 PMDY 28.2200 -177.3700 4 5899.577
|
||||
0 POU 41.6300 -73.8800 50 23.319
|
||||
0 PSP 33.8300 -116.5000 146 116.187
|
||||
0 PTK 42.6700 -83.4200 299 49.472
|
||||
0 PTO 18.5000 -67.1300 238 261.791
|
||||
0 PVD 41.7300 -71.4300 19 225.625
|
||||
0 PVG 11.0300 125.7300 60 2778.004
|
||||
0 PVR 20.6800 -105.2500 6 472.297
|
||||
0 PWM 43.6500 -70.3200 20 463.067
|
||||
0 RAP 44.0500 -103.0700 970 1231.787
|
||||
0 RCTP 25.0800 121.2200 33 0.000
|
||||
0 RDU 35.8700 -78.7800 134 107.826
|
||||
0 RFD 42.2000 -89.1000 226 105.091
|
||||
0 RIC 37.5000 -77.3300 54 297.374
|
||||
0 RJAA 35.7700 140.3800 7 490.918
|
||||
0 RJBB 34.4300 135.2400 7 4.810
|
||||
0 RJCC 42.8000 141.6700 30 0.000
|
||||
0 RKC -8.6300 122.2500 3 1721.523
|
||||
0 RKSO 37.0800 127.0300 12 793.334
|
||||
0 RKSS 37.5500 126.8000 19 56.071
|
||||
0 RNO 39.5000 -119.7800 1341 221.892
|
||||
0 ROA 37.3200 -79.9700 158 137.871
|
||||
0 ROAH 26.2000 127.6800 53 0.000
|
||||
0 ROC 43.1200 -77.6700 169 88.705
|
||||
0 RPMM 14.5000 121.0000 13 641.692
|
||||
0 RST 43.9200 -92.5000 402 270.190
|
||||
0 RSW 26.6500 -81.8700 9 389.912
|
||||
0 SAEZ -34.8200 -58.5300 20 0.000
|
||||
0 SAL 13.4400 -89.0800 101 2.163
|
||||
0 SAME -32.8300 -68.7800 704 396.748
|
||||
0 SAN 32.7300 -117.1700 9 3005.758
|
||||
0 SAP 15.5000 -88.0200 9999 422.599
|
||||
0 SAT 29.5300 -98.4700 242 217.354
|
||||
0 SAV 32.1300 -81.2000 15 139.138
|
||||
0 SBA 34.4300 -119.8300 6 260.345
|
||||
0 SBGL -22.8200 -43.2500 6 13.812
|
||||
0 SBGR -23.5300 -46.6300 792 0.000
|
||||
0 SBN 41.7000 -86.3200 236 219.060
|
||||
0 SCEL -33.3800 -70.7800 476 196.037
|
||||
0 SCL -33.5500 -70.7000 476 20.304
|
||||
0 SCS -29.9200 -71.2000 146 1432.269
|
||||
0 SDF 38.1800 -85.7300 151 99.893
|
||||
0 SDQ 18.4300 -69.8800 14 659.408
|
||||
0 SEA 47.4500 -122.3000 130 52.275
|
||||
0 SEGU -2.1000 -79.9000 4 991.273
|
||||
0 SEL 37.5200 126.9300 87 11.936
|
||||
0 SFO 37.6200 -122.3800 5 124.810
|
||||
0 SGAS -25.2700 -57.6300 10 9375.707
|
||||
0 SGF 37.2300 -93.3800 187 252.084
|
||||
0 SHJ 25.3300 55.5200 33 586.531
|
||||
0 SHV 32.4700 -93.8200 79 291.211
|
||||
0 SIN 1.3700 103.8500 16 321.146
|
||||
0 SJC 37.3700 -121.9200 17 49.182
|
||||
0 SJO 9.9300 -84.1000 931 0.000
|
||||
0 SJT 31.3700 -100.5000 582 225.974
|
||||
0 SJU 18.4300 -66.0000 19 0.000
|
||||
0 SKA 47.6200 -117.6500 750 280.305
|
||||
0 SKBQ 10.9000 -74.7700 10 544.036
|
||||
0 SKJ 56.5500 -154.1300 17 2959.149
|
||||
0 SLC 40.7700 -111.9700 1288 815.912
|
||||
0 SLP 22.1800 -100.9800 1871 1925.896
|
||||
0 SMF 38.7000 -121.6000 10 180.461
|
||||
0 SMX 34.9000 -120.4500 73 77.101
|
||||
0 SMZO 5.4000 -55.2000 0 2333.254
|
||||
0 SNA 33.6700 -117.8800 16 48.590
|
||||
0 SPI 39.8500 -89.6700 187 91.170
|
||||
0 SPIM -12.0000 -77.1000 13 2520.765
|
||||
0 SPS 33.9700 -98.4800 314 286.570
|
||||
0 SRQ 27.4000 -82.5500 7 107.182
|
||||
0 SSS -5.9000 147.9500 9999 817.296
|
||||
0 STL 38.6200 -90.1800 139 2381.753
|
||||
0 STN 51.8800 0.2300 106 0.000
|
||||
0 STT 18.3300 -64.9700 4 72.311
|
||||
0 STX 17.7000 -64.8000 18 543.018
|
||||
0 SUMU -34.7800 -56.1300 9999 1067.066
|
||||
0 SVMI 10.6000 -66.9000 47 398.284
|
||||
0 SWF 41.5000 -74.1000 143 115.835
|
||||
0 SYD -33.9500 151.1800 3 236.646
|
||||
0 SYR 43.1200 -76.1200 128 193.260
|
||||
0 TEW 42.5700 -84.4100 280 96.388
|
||||
0 TIS -10.5800 142.2200 61 3621.551
|
||||
0 TJS 18.4300 -66.0000 19 0.000
|
||||
0 TJSJ 18.4300 -66.0000 19 0.000
|
||||
0 TKA 62.3000 -150.1000 109 391.437
|
||||
0 TKJ 63.3200 -142.7200 509 647.686
|
||||
0 TLH 30.3800 -84.3700 21 129.131
|
||||
0 TNCA 12.5000 -70.0000 32 978.186
|
||||
0 TPA 27.9700 -82.5300 1 0.000
|
||||
0 TPE 25.0800 121.2200 33 0.000
|
||||
0 TTC 13.8500 20.8500 549 18912.412
|
||||
0 TUL 36.2000 -95.9000 206 572.154
|
||||
0 TUS 32.1200 -110.9300 787 589.413
|
||||
0 TXK 33.4500 -94.0000 122 110.240
|
||||
0 TYO 35.6800 139.7700 36 0.000
|
||||
0 TYS 35.8200 -83.9800 299 628.319
|
||||
0 UAAA 43.2000 76.9000 851 1384.547
|
||||
0 UKBB 50.4000 30.9000 130 720.437
|
||||
0 UKKK 50.5000 30.5000 178 30.421
|
||||
0 ULLI 60.0000 30.3000 24 295.092
|
||||
0 USPP 57.9000 56.0000 170 318.241
|
||||
0 USSS 56.8000 60.9000 283 801.619
|
||||
0 UUEE 55.9000 37.4000 192 875.464
|
||||
0 UWKD 55.6000 49.3000 116 282.731
|
||||
0 UWWW 53.1000 50.1000 39 1973.826
|
||||
0 VABB 19.1000 72.8000 3 7.684
|
||||
0 VCP -23.5000 -46.6200 792 76.184
|
||||
0 VCV 34.5800 -117.3800 876 206.594
|
||||
0 VECC 22.7000 88.4000 6 232.652
|
||||
0 VGTJ 23.7000 90.4000 9 1813.528
|
||||
0 VHHH 22.3300 114.1800 24 0.000
|
||||
0 VIDD 28.5800 77.2000 216 0.000
|
||||
0 VIDP 28.5700 77.1000 236 757.459
|
||||
0 VMI 10.6000 -66.9800 48 1.112
|
||||
0 VOMM 13.0000 80.2000 15 1375.341
|
||||
0 VTBD 13.9200 100.6000 12 0.000
|
||||
0 WJF 34.7300 -118.2200 728 78.610
|
||||
0 WKB -36.3230 142.4180 121 296.518
|
||||
0 WKC 58.1800 -103.6800 492 9410.328
|
||||
0 WKD 50.7300 -71.0200 497 1193.083
|
||||
0 WKM 69.6200 -140.2000 13 259.599
|
||||
0 WKO 49.1700 -105.9800 917 610.956
|
||||
0 WKR 43.9700 -79.5700 390 134.034
|
||||
0 WKS 52.2500 -122.7200 937 482.418
|
||||
0 WSSS 1.3700 103.8500 16 0.000
|
||||
0 XKF 32.3700 -64.6800 6 3139.672
|
||||
0 YARG -16.6300 128.4500 159 537.556
|
||||
0 YAYE -25.1800 130.9700 496 331.983
|
||||
0 YBAS -23.8000 133.8800 547 1714.714
|
||||
0 YBBN -27.3800 153.1000 5 86.718
|
||||
0 YBCG -28.1700 153.5000 6 766.934
|
||||
0 YBCS -16.8800 145.7500 7 726.804
|
||||
0 YBHM -20.3500 148.9500 5 260.601
|
||||
0 YBMC -26.6000 153.1000 3 178.959
|
||||
0 YBRM -17.9500 122.2200 9 649.321
|
||||
0 YBTL -19.2500 146.7500 9 283.896
|
||||
0 YHM 43.1700 -79.9400 237 93.803
|
||||
0 YKA 50.7000 -120.4500 346 233.227
|
||||
0 YKD 68.2200 -135.0000 7 1614.947
|
||||
0 YKL 54.8000 -66.8000 522 533.955
|
||||
0 YMAV -38.0300 144.4700 11 262.774
|
||||
0 YMHB -42.8300 147.4800 27 5694.244
|
||||
0 YMLT -41.5300 147.2000 171 146.360
|
||||
0 YMML -37.6700 144.8300 14 50.996
|
||||
0 YMX 45.6800 -74.0400 82 133.172
|
||||
0 YNN 25.0500 -77.4700 3 521.571
|
||||
0 YOW 45.3200 -75.6700 126 601.692
|
||||
0 YPAD -34.9300 138.5200 4 1170.240
|
||||
0 YPDN -12.4000 130.8700 30 1031.073
|
||||
0 YPKA -20.7200 116.7700 9 1248.961
|
||||
0 YPKG -30.7800 121.4500 367 537.529
|
||||
0 YPPH -31.9300 115.9500 29 3014.905
|
||||
0 YSCB -35.3000 149.1800 580 849.876
|
||||
0 YSNF -29.0330 167.9330 113 1584.775
|
||||
0 YSSY -33.9500 151.1800 3 0.000
|
||||
0 YUL 45.4700 -73.7500 30 32.472
|
||||
0 YVR 49.1800 -123.1800 2 0.000
|
||||
0 YYC 51.1200 -114.0200 1084 247.521
|
||||
0 YYZ 43.6800 -79.6300 176 0.000
|
||||
0 ZBAA 39.9300 116.2800 55 1779.448
|
||||
0 ZIH 17.6500 -101.4500 6 204.564
|
|
@ -1,90 +0,0 @@
|
|||
0 AKO 40.17 -103.21 -9999 1.0
|
||||
0 ALS 37.44 -105.87 -9999 1.0
|
||||
0 ASE 39.22 -106.87 -9999 1.0
|
||||
0 COS 38.81 -104.71 -9999 1.0
|
||||
0 CEZ 37.30 -108.63 -9999 1.0
|
||||
0 CAG 40.50 -107.52 -9999 1.0
|
||||
0 DEN 39.83 -104.66 -9999 1.0
|
||||
0 DRO 37.15 -107.75 -9999 1.0
|
||||
0 EGE 39.64 -106.91 -9999 1.0
|
||||
0 FNL 40.45 -105.01 -9999 1.0
|
||||
0 FRZC2 39.95 -105.82 -9999 1.0
|
||||
0 GLWC2 39.58 -107.38 -9999 1.0
|
||||
0 GLKC2 40.27 -105.83 -9999 1.0
|
||||
0 GJT 39.12 -108.53 -9999 1.0
|
||||
0 GRLC2 40.43 -104.63 -9999 1.0
|
||||
0 GUC 38.53 -106.93 -9999 1.0
|
||||
0 HDN 40.48 -107.22 -9999 1.0
|
||||
0 LHX 38.05 -103.51 -9999 1.0
|
||||
0 LAA 38.07 -102.69 -9999 1.0
|
||||
0 LXV 39.23 -106.32 -9999 1.0
|
||||
0 LIC 39.27 -103.67 -9999 1.0
|
||||
0 EEO 40.04 -107.89 -9999 1.0
|
||||
0 MTJ 38.50 -107.89 -9999 1.0
|
||||
0 PUB 38.28 -104.52 -9999 1.0
|
||||
0 RIL 39.53 -107.72 -9999 1.0
|
||||
0 S29 38.52 -106.02 -9999 1.0
|
||||
0 TAD 37.25 -104.33 -9999 1.0
|
||||
0 WGEC2 39.75 -105.08 -9999 1.0
|
||||
0 ALPC2 40.20 -105.52 -9999 0.0
|
||||
0 ASIC2 39.83 -105.48 -9999 0.0
|
||||
0 AURC2 39.73 -104.85 -9999 0.0
|
||||
0 BALC2 39.40 -105.47 -9999 0.0
|
||||
0 BUVC2 38.85 -106.12 -9999 0.0
|
||||
0 CASC2 39.37 -104.87 -9999 0.0
|
||||
0 CNNC2 38.43 -105.27 -9999 0.0
|
||||
0 COSC2 38.81 -104.71 -9999 0.0
|
||||
0 CONC2 39.52 -105.3 -9999 0.0
|
||||
0 CTZC2 37.35 -108.58 -9999 0.0
|
||||
0 CRKC2 40.85 -102.8 -9999 0.0
|
||||
0 CRHC2 39.433 -105.45 -9999 0.0
|
||||
0 DIVC2 38.95 -105.17 -9999 0.0
|
||||
0 DBLC2 39.57 -104.28 -9999 0.0
|
||||
0 DVDC2 38.97 -105.2 -9999 0.0
|
||||
0 EAGC2 39.65 -107.08 -9999 0.0
|
||||
0 ELBC2 39.2194 -104.5367 -9999 0.0
|
||||
0 FLEC2 40.68 -102.83 -9999 0.0
|
||||
0 FORC2 40.58 -105.08 -9999 0.0
|
||||
0 FMGC2 40.25 -103.8 -9999 0.0
|
||||
0 FOXC2 39.42 -105.23 -9999 0.0
|
||||
0 FRTC2 39.16 -108.75 -9999 0.0
|
||||
0 GDLC2 40.18 -105.87 -9999 0.0
|
||||
0 GGCC2 39.82 -105.42 -9999 0.0
|
||||
0 GJTC2 39.07 -108.55 -9999 0.0
|
||||
0 GRLC2 40.40 -104.7 -9999 0.0
|
||||
0 GUXC2 38.55 -106.92 -9999 0.0
|
||||
0 HIRC2 39.538 -104.967 -9999 0.0
|
||||
0 HGOC2 39.13 -103.47 -9999 0.0
|
||||
0 IDSC2 39.75 -105.52 -9999 0.0
|
||||
0 JAXC2 39.23 -106.42 -9999 0.0
|
||||
0 KIOC2 39.35 -104.47 -9999 0.0
|
||||
0 KIRC2 39.62 -102.6 -9999 0.0
|
||||
0 KDKC2 39.95 -105.62 -9999 0.0
|
||||
0 LAHC2 37.98 -103.55 -9999 0.0
|
||||
0 LDVC2 39.25 -106.3 -9999 0.0
|
||||
0 LONC2 40.17 -105.1 -9999 0.0
|
||||
0 LGMC2 40.1864 -105.0625 -9999 0.0
|
||||
0 LSVC2 39.98 -105.13 -9999 0.0
|
||||
0 LLDC2 40.40 -105.07 -9999 0.0
|
||||
0 MERC2 40.48 -103.35 -9999 0.0
|
||||
0 MNTC2 38.48 -107.87 -9999 0.0
|
||||
0 MRSC2 39.65 -105.18 -9999 0.0
|
||||
0 NATC2 38.73 -106.08 -9999 0.0
|
||||
0 NNNC2 40.70 -104.78 -9999 0.0
|
||||
0 ORDC2 38.22 -103.72 -9999 0.0
|
||||
0 OVIC2 40.9600 -102.3933 -9999 0.0
|
||||
0 PADC2 40.77 -103.17 -9999 0.0
|
||||
0 PAKC2 39.52 -104.77 -9999 0.0
|
||||
0 PUEC2 38.35 -104.51 -9999 0.0
|
||||
0 PBFC2 38.28 -105.61 -9999 0.0
|
||||
0 ROLC2 39.90 -105.48 -9999 0.0
|
||||
0 ROSC2 38.10 -105.33 -9999 0.0
|
||||
0 SBTC2 40.48 -106.83 -9999 0.0
|
||||
0 SIAC2 39.50 -104.95 -9999 0.0
|
||||
0 SDGC2 40.85 -102.38 -9999 0.0
|
||||
0 SUGC2 38.23 -103.67 -9999 0.0
|
||||
0 TRIC2 37.17 -104.52 -9999 0.0
|
||||
0 WASC2 37.38 -102.25 -9999 0.0
|
||||
0 WDDC2 39.00 -105.07 -9999 0.0
|
||||
0 WWPC2 38.98 -105.05 -9999 0.0
|
||||
0 WDRC2 39.98 -103.58 -9999 0.0
|
|
@ -1,657 +0,0 @@
|
|||
0 PNCP1 40.5200 77.0300 -99999 20011.945 PNCP1NWS
|
||||
0 BDAT2 29.4300 -99.0500 -99999 12224.580 BDAT2NWS
|
||||
0 DXOI2 39.8500 0.0000 0 6316.817
|
||||
0 WENM1 45.1500 -68.3900 -99999 3196.296 WENM1NWS
|
||||
0 FSSO3 45.7042 -123.7542 -99999 2810.086 FSSO3NWS
|
||||
0 SUNM5 45.5442 -92.8589 -99999 1871.449 SUNM5NWS
|
||||
0 LC2V1 35.5000 -80.7300 65 1495.012 LC2V1NWS
|
||||
0 LC2U1 39.0700 -110.0200 65 1344.692 LC2U1NWS
|
||||
0 MTHN8 46.2978 -103.9175 -99999 858.665 MTHN8NWS
|
||||
0 LC5U1 38.6200 -119.8500 65 850.504 LC5U1NWS
|
||||
0 MURI2 37.7333 -89.3667 -99999 809.339 MURI2NWS
|
||||
0 COLM4 43.1000 -83.2100 -99999 791.727 COLM4NWS
|
||||
0 LNGP1 40.1000 -74.5800 -99999 743.561 LNGP1NWS
|
||||
0 LC2O2 36.7400 -102.2300 65 730.498 LC2O2NWS
|
||||
0 RHLL1 31.4500 -92.2100 -99999 692.870 RHLL1NWS
|
||||
0 BMBP1 45.5975 -76.2525 -99999 615.823 BMBP1NWS
|
||||
0 LC6O2 35.6600 -95.6100 65 564.090 LC6O2NWS
|
||||
0 TYLO3 45.0333 -117.5333 -99999 491.449 TYLO3NWS
|
||||
0 FDLI2 42.1167 -88.9000 -99999 478.151 FDLI2NWS
|
||||
0 LXBK2 38.7364 -84.2192 310 463.073 3007NWS
|
||||
0 BRHC2 39.9930 -104.8170 1516 426.156 1920UDFCD
|
||||
0 ELZP1 40.1552 -79.5397 -99999 421.598 ELZP1NWS
|
||||
0 CMBS2 45.3600 -98.1900 -99999 416.209 CMBS2NWS
|
||||
0 MCAW3 45.3333 -87.3333 -99999 379.105 MCAW3NWS
|
||||
0 WSTN8 49.0000 -100.9500 -99999 373.639 WSTN8NWS
|
||||
0 SIOI4 42.3100 -96.2400 -99999 373.384 SIOI4NWS
|
||||
0 LC3V1 35.5600 -76.7000 65 364.660 LC3V1NWS
|
||||
0 CENV1 43.3622 -73.0082 -99999 357.704 CENV1NWS
|
||||
0 LC4V1 35.5700 -86.7000 65 338.231 LC4V1NWS
|
||||
0 LC4U1 37.3300 -113.0900 65 330.673 LC4U1NWS
|
||||
0 LC4O2 35.9500 -98.9300 65 301.068 LC4O2NWS
|
||||
0 BALN6 43.0942 -76.1992 -99999 260.190 BALN6NWS
|
||||
0 CHBI2 40.0089 -87.8242 -99999 251.085 CHBI2NWS
|
||||
0 BBCW3 44.3000 -90.1167 -99999 247.735 BBCW3NWS
|
||||
0 LC3M3 41.3800 -71.6800 65 245.887 LC3M3NWS
|
||||
0 MENN8 46.8000 -100.6500 -99999 245.610 MENN8NWS
|
||||
0 WHTM4 43.2800 -86.1400 -99999 238.330 WHTM4NWS
|
||||
0 LC1U1 40.1900 -112.3500 65 235.166 LC1U1NWS
|
||||
0 MVOM5 44.5600 -95.4500 -99999 231.045 MVOM5NWS
|
||||
0 PTSN3 45.0242 -71.2662 -99999 226.185 PTSN3NWS
|
||||
0 KAHO3 44.8567 -121.1486 -99999 224.539 KAHO3NWS
|
||||
0 DKBK2 37.5008 -82.2278 757 221.820 3125NWS
|
||||
0 DAWM2 39.1281 -77.3369 65 220.450 DAWM2NWS
|
||||
0 FLCN6 42.0700 -79.1200 -99999 215.764 FLCN6NWS
|
||||
0 LC1V1 35.5200 -83.0800 65 212.682 LC1V1NWS
|
||||
0 LOYP1 41.2000 -76.5500 -99999 206.313 LOYP1NWS
|
||||
0 MPLO3 44.0625 -123.8819 -99999 182.794 MPLO3NWS
|
||||
0 LTKW3 45.8667 -89.5333 -99999 180.095 LTKW3NWS
|
||||
0 CRAK2 36.8272 -84.1908 368 176.236 3174NWS
|
||||
0 ADRM4 41.5400 -83.5900 -99999 176.227 ADRM4NWS
|
||||
0 LC8U1 38.7300 -112.4700 65 162.646 LC8U1NWS
|
||||
0 LLGT2 29.3997 -97.3907 -99999 160.732 LLGT2NWS
|
||||
0 HAYW3 44.0225 -88.1161 -99999 158.327 HAYW3NWS
|
||||
0 RVLW3 42.7311 -90.6403 -99999 158.313 RVLW3NWS
|
||||
0 LC8O2 34.5600 -98.6700 65 156.329 LC8O2NWS
|
||||
0 NVRN6 41.4945 -74.3833 -99999 155.918 NVRN6NWS
|
||||
0 MOTM4 41.4800 -85.4500 -99999 154.994 MOTM4NWS
|
||||
0 RMNS2 44.1097 -97.3869 -99999 152.786 RMNS2NWS
|
||||
0 CRLL1 32.3033 -93.4752 -99999 152.535 CRLL1NWS
|
||||
0 BRSW3 46.5378 -91.5919 -99999 147.518 BRSW3NWS
|
||||
0 LC5V1 36.1000 -78.1000 65 139.744 LC5V1NWS
|
||||
0 LC7O2 34.9200 -97.2500 65 135.762 LC7O2NWS
|
||||
0 CLFI2 39.9500 -89.3861 -99999 133.225 CLFI2NWS
|
||||
0 SHEW3 45.3000 -90.9500 -99999 126.961 SHEW3NWS
|
||||
0 PORM4 42.5200 -84.5400 -99999 126.193 PORM4NWS
|
||||
0 RPDM5 44.0700 -94.0200 -99999 126.124 RPDM5NWS
|
||||
0 LC7M3 42.2800 -72.5900 65 125.051 LC7M3NWS
|
||||
0 OAKW3 42.9250 -87.8700 -99999 123.285 OAKW3NWS
|
||||
0 THNI2 41.5667 -87.6167 -99999 122.624 THNI2NWS
|
||||
0 GPEK2 38.5783 -82.8361 163 121.352 3087NWS
|
||||
0 LC7U1 39.7000 -111.1200 65 117.643 LC7U1NWS
|
||||
0 MEHO3 44.7889 -122.6167 -99999 116.010 MEHO3NWS
|
||||
0 LWSP1 40.3600 -77.3500 -99999 115.140 LWSP1NWS
|
||||
0 WLKM4 46.2467 -88.0125 -99999 114.380 WLKM4NWS
|
||||
0 PNRK2 37.7728 -83.6328 400 113.440 3070NWS
|
||||
0 WELV1 44.0900 -72.0200 -99999 113.361 WELV1NWS
|
||||
0 MORW3 44.8981 -88.8442 -99999 113.194 MORW3NWS
|
||||
0 ZAPN8 47.2889 -101.9247 -99999 110.815 ZAPN8NWS
|
||||
0 EFFI2 39.1771 -88.5333 -99999 110.650 EFFI2NWS
|
||||
0 LAMN8 46.3500 -98.3000 -99999 110.395 LAMN8NWS
|
||||
0 BONO3 45.6333 -121.9592 -99999 107.079 BONO3NWS
|
||||
0 CRNN6 42.0900 -77.0300 -99999 106.681 CRNN6NWS
|
||||
0 LC5O2 36.5600 -95.2000 65 106.621 LC5O2NWS
|
||||
0 REGN8 46.4333 -102.5500 -99999 105.988 REGN8NWS
|
||||
0 LC7V1 36.4200 -80.9600 65 104.356 LC7V1NWS
|
||||
0 CINN6 42.3200 -75.5400 -99999 101.528 CINN6NWS
|
||||
0 BTVN6 42.5900 -78.1100 -99999 101.159 BTVN6NWS
|
||||
0 KLSN8 48.1383 -100.5394 -99999 100.446 KLSN8NWS
|
||||
0 LC6M3 42.3000 -71.3700 65 100.360 LC6M3NWS
|
||||
0 SCOM5 45.3300 -94.0900 -99999 98.948 SCOM5NWS
|
||||
0 FSRM4 42.3500 -82.5700 -99999 98.412 FSRM4NWS
|
||||
0 BABW3 43.4884 -89.6333 -99999 98.188 BABW3NWS
|
||||
0 MCKN6 43.3700 -75.0700 -99999 96.468 MCKN6NWS
|
||||
0 HNKM2 39.6969 -78.1775 116 95.984 HNKM2NWS
|
||||
0 SSPM5 44.5150 -93.0200 -99999 93.703 SSPM5NWS
|
||||
0 CHDP1 39.5200 -75.3700 -99999 93.327 CHDP1NWS
|
||||
0 WMBT2 30.0000 -98.0500 -99999 92.244 WMBT2NWS
|
||||
0 BETN3 44.1600 -73.1800 -99999 89.768 BETN3NWS
|
||||
0 LNCP1 40.0300 -76.1700 -99999 88.811 LNCP1NWS
|
||||
0 BGBK2 36.9144 -82.8947 1261 87.964 3142NWS
|
||||
0 BSWS2 44.8422 -97.0492 -99999 85.733 BSWS2NWS
|
||||
0 WBRP1 41.1500 -75.5300 -99999 85.537 WBRP1NWS
|
||||
0 EBBC2 39.2450 -104.5890 2087 85.423 1440UDFCD
|
||||
0 LC8V1 36.4200 -78.9600 65 84.909 LC8V1NWS
|
||||
0 BNCK2 38.1897 -84.9000 240 84.892 3092NWS
|
||||
0 EVRM4 43.5400 -85.1600 -99999 84.262 EVRM4NWS
|
||||
0 IRQI2 40.8167 -87.5833 -99999 83.430 IRQI2NWS
|
||||
0 LC9O2 35.4900 -96.5000 65 82.669 LC9O2NWS
|
||||
0 MIDM4 43.3600 -84.1400 -99999 80.690 MIDM4NWS
|
||||
0 WLGW2 40.0337 -80.4373 -99999 77.532 WLGW2NWS
|
||||
0 MILW3 43.1000 -88.8500 -99999 76.698 MILW3NWS
|
||||
0 APPM5 45.1200 -96.0100 -99999 76.322 APPM5NWS
|
||||
0 ROVP1 41.1947 -77.4505 -99999 75.333 ROVP1NWS
|
||||
0 CMSM4 42.1700 -85.3100 -99999 74.280 CMSM4NWS
|
||||
0 SPRO3 44.0928 -122.9556 -99999 74.066 SPRO3NWS
|
||||
0 DELN6 42.1500 -74.5400 -99999 74.024 DELN6NWS
|
||||
0 LC6U1 39.1400 -119.3300 65 73.264 LC6U1NWS
|
||||
0 SHWN8 48.9833 -101.9500 -99999 72.974 SHWN8NWS
|
||||
0 LGHP1 40.5000 -75.4300 -99999 72.753 LGHP1NWS
|
||||
0 SILO3 44.7153 -123.8861 -99999 72.575 SILO3NWS
|
||||
0 BARW3 45.3953 -91.8300 -99999 69.571 BARW3NWS
|
||||
0 ATHW3 45.3878 -88.3050 -99999 68.934 ATHW3NWS
|
||||
0 FGPK2 37.9225 -82.8736 365 68.695 3117NWS
|
||||
0 BERW3 43.9500 -88.9500 -99999 67.190 BERW3NWS
|
||||
0 SPAW3 43.9500 -90.8000 -99999 66.993 SPAW3NWS
|
||||
0 BRKC2 39.5800 -105.3830 2548 66.682 2260UDFCD
|
||||
0 MNTI2 40.0333 -88.6000 -99999 66.111 MNTI2NWS
|
||||
0 KEWW3 44.4333 -87.5167 -99999 66.082 KEWW3NWS
|
||||
0 WIBP1 40.2800 -78.1200 -99999 65.008 WIBP1NWS
|
||||
0 MCHM4 42.0900 -84.0100 -99999 64.688 MCHM4NWS
|
||||
0 NSTN3 44.4493 -71.3783 -99999 64.519 NSTN3NWS
|
||||
0 MSHK2 38.3697 -83.5272 329 64.470 3011NWS
|
||||
0 MCMO3 45.2058 -123.1814 -99999 64.186 MCMO3NWS
|
||||
0 NBRT2 29.4232 -98.0658 -99999 64.148 NBRT2NWS
|
||||
0 DANW3 46.0075 -92.3700 -99999 63.958 DANW3NWS
|
||||
0 BCHW3 42.7833 -89.8667 -99999 63.416 BCHW3NWS
|
||||
0 DVWC2 39.7380 -104.1540 1731 63.282 1010UDFCD
|
||||
0 DOVM1 45.1100 -69.1900 -99999 62.906 DOVM1NWS
|
||||
0 YRKI2 41.6717 -88.4414 -99999 62.355 YRKI2NWS
|
||||
0 ROTW3 44.8833 -89.6333 -99999 62.179 ROTW3NWS
|
||||
0 WERW3 45.8492 -91.0789 -99999 61.874 WERW3NWS
|
||||
0 BEPC2 40.2270 -105.4760 2621 61.779 4300UDFCD
|
||||
0 NIPI2 42.4436 -88.2475 -99999 61.775 NIPI2NWS
|
||||
0 OCTW3 44.8697 -87.9842 -99999 61.000 OCTW3NWS
|
||||
0 MERW1 45.9506 -122.5975 -99999 60.766 MERW1NWS
|
||||
0 FTCM4 42.5900 -83.3800 -99999 58.369 FTCM4NWS
|
||||
0 PDLK2 37.3214 -83.9931 396 57.673 3020NWS
|
||||
0 ANKM5 45.0800 -93.1800 -99999 57.388 ANKM5NWS
|
||||
0 ROCM4 43.0500 -85.3600 -99999 56.830 ROCM4NWS
|
||||
0 PGFK2 36.9289 -83.5728 627 56.115 3156NWS
|
||||
0 CCCN6 41.4600 -75.0300 -99999 54.001 CCCN6NWS
|
||||
0 RBNK2 37.4672 -83.1578 463 53.885 3135NWS
|
||||
0 CLIW3 42.6000 -88.8833 -99999 53.753 CLIW3NWS
|
||||
0 TRIW3 45.4833 -89.9500 -99999 53.516 TRIW3NWS
|
||||
0 CBEM2 39.6217 -78.7733 178 51.679 CBEM2NWS
|
||||
0 NEWW3 44.3833 -88.7333 -99999 51.182 NEWW3NWS
|
||||
0 NIAW3 45.7714 -87.9447 -99999 51.038 NIAW3NWS
|
||||
0 MIWO3 45.4531 -122.6392 -99999 50.513 MIWO3NWS
|
||||
0 HILW3 43.6500 -90.3333 -99999 50.147 HILW3NWS
|
||||
0 LC3O2 36.1700 -94.9200 65 50.084 LC3O2NWS
|
||||
0 TGRP1 41.5390 -77.0852 -99999 48.936 TGRP1NWS
|
||||
0 NEIW3 44.5333 -90.6333 -99999 48.542 NEIW3NWS
|
||||
0 WTLW3 46.5944 -90.9631 -99999 48.481 WTLW3NWS
|
||||
0 NCHK2 38.3167 -84.1250 274 47.377 3091NWS
|
||||
0 ANNM4 42.1700 -83.4400 -99999 46.954 ANNM4NWS
|
||||
0 SBRM5 44.4856 -94.0364 -99999 46.219 SBRM5NWS
|
||||
0 EMHI2 41.8889 -87.9614 -99999 45.841 EMHI2NWS
|
||||
0 ARTN6 43.5900 -75.5500 -99999 45.800 ARTN6NWS
|
||||
0 LUDN8 45.9478 -98.1747 -99999 45.747 LUDN8NWS
|
||||
0 HLEN6 42.0000 -75.2300 -99999 43.799 HLEN6NWS
|
||||
0 MNMK2 36.5589 -83.7292 810 43.431 3158NWS
|
||||
0 LC3U1 38.9600 -112.0700 65 43.053 LC3U1NWS
|
||||
0 BANN8 48.5056 -100.4344 -99999 41.558 BANN8NWS
|
||||
0 IONM4 42.5800 -85.0400 -99999 41.492 IONM4NWS
|
||||
0 CDRW3 43.2833 -87.9833 -99999 40.887 CDRW3NWS
|
||||
0 SOSW3 46.6500 -92.1000 -99999 40.770 SOSW3NWS
|
||||
0 NAMW3 46.1714 -91.3292 -99999 40.704 NAMW3NWS
|
||||
0 LC5M3 42.3000 -72.1000 65 40.360 LC5M3NWS
|
||||
0 FCEW3 45.7636 -88.4631 -99999 40.208 FCEW3NWS
|
||||
0 OWOM4 43.0000 -84.1000 -99999 40.155 OWOM4NWS
|
||||
0 FISI2 40.3111 -88.3056 -99999 39.742 FISI2NWS
|
||||
0 CARP1 40.2403 -80.0580 -99999 39.589 CARP1NWS
|
||||
0 SNCK2 38.2631 -83.0417 256 39.360 3079NWS
|
||||
0 QUHC2 39.4720 -104.9360 1673 39.073 620UDFCD
|
||||
0 BEAW3 43.4500 -88.8500 -99999 38.912 BEAW3NWS
|
||||
0 SNCM5 44.6667 -93.6167 -99999 38.862 SNCM5NWS
|
||||
0 IDAP1 40.3928 -79.2093 -99999 38.511 IDAP1NWS
|
||||
0 LQPM5 45.0000 -95.5500 -99999 38.509 LQPM5NWS
|
||||
0 LC1M3 42.5800 -72.8200 65 38.324 LC1M3NWS
|
||||
0 MUKW3 42.8567 -88.3278 -99999 38.054 MUKW3NWS
|
||||
0 GBYW3 44.5286 -88.0200 -99999 38.029 GBYW3NWS
|
||||
0 LRKK2 37.7658 -82.4867 243 37.250 3194NWS
|
||||
0 OWKK2 37.3817 -83.5789 457 37.212 3166NWS
|
||||
0 THOW3 44.9736 -90.8492 -99999 37.139 THOW3NWS
|
||||
0 DCRI2 39.8333 -88.9833 -99999 36.724 DCRI2NWS
|
||||
0 MRLW3 45.2333 -89.6500 -99999 36.356 MRLW3NWS
|
||||
0 STRW3 44.8333 -90.0889 -99999 36.330 STRW3NWS
|
||||
0 TIDO3 44.3861 -123.8306 -99999 36.211 TIDO3NWS
|
||||
0 FDKM2 39.4525 -77.3711 73 36.190 FDKM2NWS
|
||||
0 WHTN6 42.0230 -77.4572 -99999 36.040 WHTN6NWS
|
||||
0 FTMK2 37.2850 -82.5267 865 35.676 3127NWS
|
||||
0 JHCI2 41.5167 -88.0667 -99999 35.605 JHCI2NWS
|
||||
0 RDRP1 40.2000 -75.5600 -99999 35.125 RDRP1NWS
|
||||
0 FULW3 42.8333 -89.1667 -99999 34.765 FULW3NWS
|
||||
0 MTWW3 44.1072 -87.6986 -99999 34.658 MTWW3NWS
|
||||
0 BANM4 45.4819 -87.8022 -99999 34.033 BANM4NWS
|
||||
0 PFDW3 45.1433 -87.8006 -99999 33.670 PFDW3NWS
|
||||
0 LGLW3 45.1900 -88.7333 -99999 33.605 LGLW3NWS
|
||||
0 LC9U1 38.4700 -112.2800 65 33.288 LC9U1NWS
|
||||
0 BMTC2 39.8700 -105.2970 2453 33.069 140UDFCD
|
||||
0 BISI2 40.2703 -87.6428 -99999 32.896 BISI2NWS
|
||||
0 MONP1 41.4200 -76.2900 -99999 32.706 MONP1NWS
|
||||
0 SCTM4 43.5700 -86.1700 -99999 32.332 SCTM4NWS
|
||||
0 MTMP1 41.2100 -74.4500 -99999 32.116 MTMP1NWS
|
||||
0 RLLI2 40.1167 -89.0500 -99999 32.009 RLLI2NWS
|
||||
0 WBAK2 37.2192 -82.8736 621 31.563 3163NWS
|
||||
0 LC1O2 34.9700 -97.5900 65 31.479 LC1O2NWS
|
||||
0 LUSK2 38.1103 -82.6106 249 31.092 3083NWS
|
||||
0 WLPK2 38.0600 -83.2858 365 31.068 3048NWS
|
||||
0 ALGI2 42.1667 -88.2833 -99999 30.931 ALGI2NWS
|
||||
0 CTSK2 37.0686 -83.1767 658 30.341 3181NWS
|
||||
0 DVDK2 37.6144 -82.8683 383 30.315 3103NWS
|
||||
0 LWBK2 38.5575 -83.7797 243 30.314 3018NWS
|
||||
0 RNVK2 38.1917 -83.8167 332 30.295 3002NWS
|
||||
0 GDRM4 42.5800 -85.4100 -99999 30.290 GDRM4NWS
|
||||
0 CHCK2 37.7917 -83.2764 313 29.844 3044NWS
|
||||
0 BRUW3 45.4500 -91.2667 -99999 29.829 BRUW3NWS
|
||||
0 JDNM5 44.4200 -93.3700 -99999 29.711 JDNM5NWS
|
||||
0 MYHK2 36.8122 -83.2467 731 29.176 3144NWS
|
||||
0 APLW3 44.2511 -88.4200 -99999 28.936 APLW3NWS
|
||||
0 TRAO3 45.4464 -123.7092 -99999 28.872 TRAO3NWS
|
||||
0 PRTN6 42.3400 -78.0300 -99999 28.558 PRTN6NWS
|
||||
0 CHSK2 37.7256 -83.9481 438 28.209 3010NWS
|
||||
0 COMW3 45.9475 -88.2153 -99999 28.037 COMW3NWS
|
||||
0 EMBW3 44.6656 -88.7072 -99999 28.018 EMBW3NWS
|
||||
0 HTVP1 40.2400 -76.3500 -99999 27.914 HTVP1NWS
|
||||
0 SIPC2 39.6840 -104.7630 1706 27.844 830UDFCD
|
||||
0 MRPM4 43.0700 -84.4200 -99999 27.144 MRPM4NWS
|
||||
0 RUSI2 42.4894 -87.9256 -99999 26.891 RUSI2NWS
|
||||
0 BURM4 42.0600 -85.0200 -99999 26.862 BURM4NWS
|
||||
0 HARO3 44.2706 -123.1725 -99999 26.264 HARO3NWS
|
||||
0 SCHI2 41.8833 -88.3167 -99999 25.704 SCHI2NWS
|
||||
0 LCDK2 37.1411 -83.4783 566 25.039 3182NWS
|
||||
0 GBLC2 40.0740 -105.1780 1589 24.843 1110UDFCD
|
||||
0 BVRP1 40.4600 -77.0900 -99999 24.659 BVRP1NWS
|
||||
0 DETM4 42.2200 -83.1500 -99999 24.525 DETM4NWS
|
||||
0 LC8M3 42.2100 -71.6400 65 24.367 LC8M3NWS
|
||||
0 PORM2 39.2736 -77.5431 61 24.024 PORM2NWS
|
||||
0 CROM4 43.2633 -85.3965 -99999 23.902 CROM4NWS
|
||||
0 MILI2 40.6306 -87.7236 -99999 23.829 MILI2NWS
|
||||
0 SCRK2 37.9781 -83.8142 274 23.749 3038NWS
|
||||
0 GTLK2 36.6686 -84.0186 653 23.374 3171NWS
|
||||
0 DEKI2 41.9333 -88.7667 -99999 23.167 DEKI2NWS
|
||||
0 WPNW3 43.6417 -88.7375 -99999 23.157 WPNW3NWS
|
||||
0 WITW3 44.8253 -89.1181 -99999 23.050 WITW3NWS
|
||||
0 PNCK2 38.3856 -82.7397 256 23.016 3097NWS
|
||||
0 DLTN3 44.2460 -71.4327 -99999 23.015 DLTN3NWS
|
||||
0 DIHC2 39.7540 -105.0160 1602 22.993 1420UDFCD
|
||||
0 TWHK2 37.5450 -83.3972 365 22.820 3139NWS
|
||||
0 MPTM4 43.3800 -84.4200 -99999 22.738 MPTM4NWS
|
||||
0 HAWM5 44.7622 -95.4289 -99999 22.544 HAWM5NWS
|
||||
0 MOLK2 38.5297 -84.0344 286 22.364 3061NWS
|
||||
0 FLTM4 43.0200 -83.4600 -99999 22.170 FLTM4NWS
|
||||
0 CLFK2 37.0022 -83.8042 438 22.113 3155NWS
|
||||
0 BTTK2 37.5578 -83.6936 353 22.042 3023NWS
|
||||
0 WRDC2 40.0360 -105.5430 2956 21.986 4710UDFCD
|
||||
0 HZAK2 37.2644 -83.1736 512 21.774 3176NWS
|
||||
0 OKEN8 46.1372 -98.1358 -99999 21.275 OKEN8NWS
|
||||
0 HNDC2 39.9220 -104.0870 1524 21.242 1659UDFCD
|
||||
0 ILTP1 41.0112 -76.5192 -99999 21.153 ILTP1NWS
|
||||
0 BOLI2 41.7181 -88.0706 -99999 21.038 BOLI2NWS
|
||||
0 HRLN6 42.2100 -77.4200 -99999 21.015 HRLN6NWS
|
||||
0 SNGK2 37.4931 -84.0917 420 20.979 3021NWS
|
||||
0 JACM4 42.1700 -84.2400 -99999 20.946 JACM4NWS
|
||||
0 STNK2 36.8169 -83.8831 544 20.440 3153NWS
|
||||
0 JHPK2 37.4681 -82.5417 388 20.395 3101NWS
|
||||
0 EATM4 42.3208 -84.3738 -99999 20.063 EATM4NWS
|
||||
0 BHNK2 37.9444 -82.5156 323 20.019 3196NWS
|
||||
0 SRGT2 29.5200 -98.2400 -99999 20.001 SRGT2NWS
|
||||
0 HDMK2 38.2367 -83.3131 365 19.785 3064NWS
|
||||
0 HWYP1 41.2900 -75.1000 -99999 19.782 HWYP1NWS
|
||||
0 RKBK2 38.0883 -83.0417 365 19.426 3032NWS
|
||||
0 OHBK2 37.3672 -82.7589 487 19.336 3177NWS
|
||||
0 CRYM4 46.1667 -88.2333 -99999 19.178 CRYM4NWS
|
||||
0 OLGK2 37.7722 -82.7028 426 19.006 3121NWS
|
||||
0 DNNK2 37.9539 -83.4550 359 18.941 3037NWS
|
||||
0 WKAW3 43.0117 -88.2314 -99999 18.934 WKAW3NWS
|
||||
0 BRFC2 39.9280 -105.0640 1625 18.914 1200UDFCD
|
||||
0 CDKK2 37.3342 -82.3222 548 18.887 3123NWS
|
||||
0 NVLW3 42.8575 -88.9408 -99999 18.604 NVLW3NWS
|
||||
0 PRTK2 38.0356 -84.0117 320 18.445 3042NWS
|
||||
0 OLSK2 38.0644 -83.6397 274 18.046 3001NWS
|
||||
0 ERDC2 40.2440 -105.2650 1914 18.007 4520UDFCD
|
||||
0 SHUK2 38.5806 -83.0417 305 17.867 3084NWS
|
||||
0 WWTW3 43.0500 -88.0000 -99999 17.461 WWTW3NWS
|
||||
0 APEC2 39.7100 -105.2120 1956 17.457 1060UDFCD
|
||||
0 CLGK2 37.3394 -83.3892 329 17.410 3051NWS
|
||||
0 FAIO3 45.5278 -122.4475 -99999 17.092 FAIO3NWS
|
||||
0 LCKK2 37.0767 -82.8019 851 17.068 3165NWS
|
||||
0 FXHK2 38.2178 -83.5411 286 16.936 3063NWS
|
||||
0 ALMM4 43.2300 -84.4000 -99999 16.755 ALMM4NWS
|
||||
0 LRKK2 38.1172 -82.8014 320 16.711 3080NWS
|
||||
0 EKLK2 38.5192 -83.5161 359 16.643 3030NWS
|
||||
0 BCRM4 42.2000 -85.0900 -99999 16.600 BCRM4NWS
|
||||
0 BDHK2 38.3550 -83.7150 292 16.451 3012NWS
|
||||
0 PERO3 44.7261 -121.2458 -99999 16.417 PERO3NWS
|
||||
0 SMYM4 43.0300 -85.1600 -99999 16.403 SMYM4NWS
|
||||
0 CNAK2 37.5869 -82.3786 487 16.385 3124NWS
|
||||
0 BVDI2 42.2550 -88.8333 -99999 16.331 BVDI2NWS
|
||||
0 JACC2 40.1080 -105.3660 2036 16.198 4443UDFCD
|
||||
0 MMAK2 37.9228 -83.0581 365 16.176 3047NWS
|
||||
0 RAYW3 42.8167 -88.0000 -99999 16.039 RAYW3NWS
|
||||
0 KXKK2 36.9450 -83.9694 502 15.999 3152NWS
|
||||
0 WLFK2 38.3944 -83.1142 329 15.917 3077NWS
|
||||
0 GDVN8 47.1667 -102.0333 -99999 15.871 GDVN8NWS
|
||||
0 ODSM5 45.1400 -96.2100 -99999 15.844 ODSM5NWS
|
||||
0 FRVK2 38.4436 -83.8897 286 15.820 3013NWS
|
||||
0 GUNI2 42.3500 -87.9333 -99999 15.517 GUNI2NWS
|
||||
0 LBRK2 37.5056 -82.7100 329 15.425 3105NWS
|
||||
0 SGKK2 37.4847 -82.9294 512 15.396 3114NWS
|
||||
0 OLTK2 38.4367 -82.9036 195 15.366 3085NWS
|
||||
0 DRYN6 42.0880 -74.3747 -99999 15.278 DRYN6NWS
|
||||
0 LNDK2 37.7536 -82.8750 243 15.278 3116NWS
|
||||
0 LTSK2 37.4567 -83.8106 341 15.255 3054NWS
|
||||
0 GULK2 37.6372 -82.5453 365 15.200 3102NWS
|
||||
0 EKBK2 37.7833 -83.1044 396 15.136 3113NWS
|
||||
0 ARJK2 36.8083 -83.6500 313 15.061 3159NWS
|
||||
0 ELNM4 42.4400 -84.2900 -99999 14.931 ELNM4NWS
|
||||
0 YTFK2 37.2336 -82.7089 670 14.670 3164NWS
|
||||
0 SAVM5 44.4700 -93.2000 -99999 14.594 SAVM5NWS
|
||||
0 EJFK2 36.8111 -83.4094 103 14.489 3145NWS
|
||||
0 PASV1 44.2200 -72.0200 -99999 14.453 PASV1NWS
|
||||
0 SAPC2 39.4990 -104.7760 1789 14.052 2730UDFCD
|
||||
0 WIRC2 39.9480 -105.4240 2478 13.875 4530UDFCD
|
||||
0 LSKK2 36.9831 -83.4339 609 13.730 3184NWS
|
||||
0 BEKK2 36.7303 -83.7736 696 13.705 3157NWS
|
||||
0 WRNI2 41.8228 -88.1731 -99999 13.666 WRNI2NWS
|
||||
0 BDEK2 38.4761 -82.6342 167 13.633 3096NWS
|
||||
0 SELI2 42.0000 -88.2667 -99999 13.614 SELI2NWS
|
||||
0 MHYI2 42.2833 -88.2333 -99999 13.608 MHYI2NWS
|
||||
0 TRPK2 38.6506 -84.0272 262 13.449 3008NWS
|
||||
0 LTMK2 37.6689 -83.0039 396 13.381 3112NWS
|
||||
0 LC6V1 36.3000 -78.9500 65 13.371 LC6V1NWS
|
||||
0 HVDN6 42.0100 -75.0700 -99999 13.265 HVDN6NWS
|
||||
0 COKC2 39.3760 -104.8460 1999 13.178 2750UDFCD
|
||||
0 KOSM4 45.3872 -87.7019 -99999 13.119 KOSM4NWS
|
||||
0 SHAW3 44.5000 -88.7500 -99999 13.038 SHAW3NWS
|
||||
0 PTYK2 36.9267 -83.2244 838 12.877 3141NWS
|
||||
0 HHRK2 37.7886 -83.7778 439 12.863 3057NWS
|
||||
0 FGNK2 37.9125 -83.6944 335 12.779 3035NWS
|
||||
0 HMGM4 42.2800 -83.4800 -99999 12.665 HMGM4NWS
|
||||
0 OAKI2 41.6167 -87.7500 -99999 12.402 OAKI2NWS
|
||||
0 BGRK2 37.2847 -82.9867 536 12.378 3179NWS
|
||||
0 HIGC2 39.5620 -105.0190 1691 12.280 2710UDFCD
|
||||
0 KDCK2 36.9964 -82.9867 853 12.236 3162NWS
|
||||
0 MSTK2 37.7544 -82.3486 426 12.201 3195NWS
|
||||
0 RSHK2 38.3372 -83.2325 347 12.119 3028NWS
|
||||
0 BHBK2 38.4467 -83.6425 274 11.990 3015NWS
|
||||
0 STWK2 38.0953 -83.8981 304 11.957 3039NWS
|
||||
0 PCMI4 42.4162 -96.2223 -99999 11.892 PCMI4NWS
|
||||
0 BNFK2 37.5761 -83.5253 382 11.804 3132NWS
|
||||
0 EVTK2 37.5583 -83.0256 457 11.782 3133NWS
|
||||
0 MYTK2 37.8489 -83.4636 335 11.698 3045NWS
|
||||
0 HCBK2 36.8644 -83.7658 573 11.691 3151NWS
|
||||
0 LC2M3 42.4800 -72.8600 65 11.591 LC2M3NWS
|
||||
0 UNCK2 38.5942 -83.9156 243 11.549 3017NWS
|
||||
0 PAMC2 39.6960 -104.8970 1664 11.542 540UDFCD
|
||||
0 JUCC2 40.0140 -105.2880 1645 11.496 4360UDFCD
|
||||
0 ADAM4 42.5800 -85.2700 -99999 11.462 ADAM4NWS
|
||||
0 RKHK2 37.3703 -83.2672 457 11.309 3167NWS
|
||||
0 RTBP1 40.1800 -78.1000 -99999 11.246 RTBP1NWS
|
||||
0 KNKK2 37.3414 -82.8831 573 11.119 3180NWS
|
||||
0 LC9V1 36.3200 -80.9600 65 11.118 LC9V1NWS
|
||||
0 VABC2 39.7950 -105.1460 1684 11.005 300UDFCD
|
||||
0 MRMK2 37.8897 -83.8706 409 10.996 3055NWS
|
||||
0 BKBK2 38.3467 -83.4050 274 10.959 3066NWS
|
||||
0 PBIW3 45.5794 -87.7869 -99999 10.905 PBIW3NWS
|
||||
0 ORCO3 45.3578 -122.6097 -99999 10.839 ORCO3NWS
|
||||
0 PMTP1 41.3500 -75.2000 -99999 10.687 PMTP1NWS
|
||||
0 HGCC2 39.6720 -105.3470 2331 10.683 2210UDFCD
|
||||
0 TRVM4 41.5600 -85.3800 -99999 10.633 TRVM4NWS
|
||||
0 3186 37.2939 -83.6261 468 10.614 3186NWS
|
||||
0 PLVK2 36.6819 -84.1361 457 10.582 3172NWS
|
||||
0 LCCK2 37.7556 -83.3875 371 10.557 3067NWS
|
||||
0 EWAN6 42.1037 -75.0730 -99999 10.417 EWAN6NWS
|
||||
0 TRTK2 38.1772 -83.4050 420 10.401 3062NWS
|
||||
0 WPCC2 39.3720 -104.9660 1807 10.323 2810UDFCD
|
||||
0 YLCK2 36.6681 -83.6886 345 10.260 3161NWS
|
||||
0 NIVC2 39.8570 -104.9880 1596 10.215 1900UDFCD
|
||||
0 LEKK2 37.6258 -83.7708 388 10.175 3025NWS
|
||||
0 ALTK2 38.1958 -83.2103 341 10.060 3033NWS
|
||||
0 BRCW3 45.3667 -91.2167 -99999 10.054 BRCW3NWS
|
||||
0 PESW3 45.0667 -87.7333 -99999 10.024 PESW3NWS
|
||||
0 DRTK2 38.0833 -83.7500 368 9.877 3034NWS
|
||||
0 SPDC2 39.6650 -105.0040 1609 9.782 1629UDFCD
|
||||
0 SMGC2 39.6040 -104.7160 1853 9.762 740UDFCD
|
||||
0 FGRK2 36.7211 -83.8811 627 9.633 3150NWS
|
||||
0 CLCK2 38.4678 -82.8011 219 9.571 3086NWS
|
||||
0 STVK2 37.5647 -82.6314 426 9.555 3106NWS
|
||||
0 HOSC2 39.5980 -104.9190 1687 9.457 1610UDFCD
|
||||
0 GRKK2 37.8508 -83.3533 295 9.430 3043NWS
|
||||
0 BONK2 37.4900 -83.6294 341 9.423 3052NWS
|
||||
0 LAFC2 39.9920 -105.1530 1700 9.362 4750UDFCD
|
||||
0 TLLM3 42.3800 -72.1300 -99999 9.230 TLLM3NWS
|
||||
0 FLNK2 37.7917 -83.0000 381 9.224 3110NWS
|
||||
0 PTDK2 37.8353 -82.8856 353 9.127 3119NWS
|
||||
0 SGLK2 37.5917 -83.3125 396 9.092 3137NWS
|
||||
0 STLK2 37.7678 -83.4889 347 9.015 3069NWS
|
||||
0 DAVM4 43.0200 -83.3500 -99999 8.941 DAVM4NWS
|
||||
0 MLNM5 45.0800 -95.5600 -99999 8.929 MLNM5NWS
|
||||
0 GRCK2 37.0025 -83.2569 670 8.911 3185NWS
|
||||
0 3210 36.8611 -83.3253 349 8.858 3210NWS
|
||||
0 SCPC2 39.7570 -104.8310 1624 8.823 1800UDFCD
|
||||
0 BBRK2 37.7078 -83.1331 335 8.768 3122NWS
|
||||
0 LCOK2 37.7117 -83.6956 381 8.754 3024NWS
|
||||
0 GOAC2 40.1230 -105.4660 2487 8.665 4230UDFCD
|
||||
0 MBNK2 37.3764 -82.4042 470 8.630 3126NWS
|
||||
0 GHRC2 39.7970 -105.3310 2535 8.619 310UDFCD
|
||||
0 BLAK2 38.0417 -82.8231 304 8.611 3082NWS
|
||||
0 BDBK2 37.2856 -82.8158 585 8.594 3178NWS
|
||||
0 SPKK2 37.8444 -82.6683 400 8.581 3192NWS
|
||||
0 COHC2 40.1820 -105.3880 2475 8.437 4350UDFCD
|
||||
0 STQK2 37.9900 -83.6258 377 8.366 3036NWS
|
||||
0 INZK2 37.8714 -82.5369 329 8.336 3193NWS
|
||||
0 LC9M3 42.2100 -71.5400 65 8.234 LC9M3NWS
|
||||
0 MARC2 39.9430 -105.3150 1987 8.222 4040UDFCD
|
||||
0 TMTK2 37.8333 -83.1733 353 8.217 3111NWS
|
||||
0 FMBK2 38.4228 -83.7500 286 8.129 3014NWS
|
||||
0 RLDK2 36.8353 -84.1006 452 8.083 3173NWS
|
||||
0 SHCC2 39.6310 -104.8260 1716 7.987 1710UDFCD
|
||||
0 CARC2 39.4160 -104.7690 1837 7.972 2830UDFCD
|
||||
0 DLKK2 37.7078 -82.7425 353 7.970 3109NWS
|
||||
0 SFSC2 40.0180 -105.4040 2395 7.967 4730UDFCD
|
||||
0 BFFK2 37.1936 -83.1869 620 7.963 3169NWS
|
||||
0 GEEC2 40.1570 -105.2980 1853 7.943 4250UDFCD
|
||||
0 PTWK2 37.7958 -82.8022 390 7.934 3118NWS
|
||||
0 HERP1 40.1800 -76.4000 -99999 7.907 HERP1NWS
|
||||
0 OMCI2 42.4153 -87.9689 -99999 7.823 OMCI2NWS
|
||||
0 KIPC2 39.6010 -105.2960 2347 7.811 2280UDFCD
|
||||
0 MKEK2 37.4644 -84.0111 449 7.787 3022NWS
|
||||
0 INFW3 42.8000 -89.0833 -99999 7.740 INFW3NWS
|
||||
0 HTBK2 36.8781 -83.9497 367 7.646 3154NWS
|
||||
0 PWSC2 40.2610 -105.3520 2087 7.620 4510UDFCD
|
||||
0 UPIK2 38.4103 -83.4375 292 7.618 3031NWS
|
||||
0 CNCK2 37.8892 -83.7850 373 7.507 3059NWS
|
||||
0 BCRK2 37.1606 -83.5583 365 7.412 3187NWS
|
||||
0 3212 36.8647 -83.1964 390 7.324 3212NWS
|
||||
0 PWVK2 38.6556 -84.1111 286 7.305 3009NWS
|
||||
0 SHKK2 38.0875 -83.1242 219 7.220 3072NWS
|
||||
0 MFDP1 41.4800 -77.0500 -99999 7.183 MFDP1NWS
|
||||
0 RBRK2 37.5208 -82.7889 304 7.161 3108NWS
|
||||
0 WNRK2 38.3292 -83.3264 377 7.126 3027NWS
|
||||
0 CRKK2 38.3831 -83.0342 335 7.086 3078NWS
|
||||
0 HRCK2 38.4197 -82.6692 268 6.971 3098NWS
|
||||
0 3216 36.7506 -83.2547 304 6.893 3216NWS
|
||||
0 DNWK2 38.4578 -83.5225 341 6.848 3029NWS
|
||||
0 SRDK2 38.5386 -83.9489 280 6.822 3016NWS
|
||||
0 FUNK2 37.7614 -83.8442 421 6.573 3056NWS
|
||||
0 MELK2 37.3636 -82.6850 609 6.541 3104NWS
|
||||
0 MRSC2 39.6530 -105.1950 1764 6.502 2330UDFCD
|
||||
0 MCRK2 37.4500 -82.6889 426 6.451 3107NWS
|
||||
0 OTSM4 43.0700 -83.3100 -99999 6.439 OTSM4NWS
|
||||
0 FTGK2 37.8383 -83.0414 384 6.335 3115NWS
|
||||
0 SUSC2 40.0490 -105.4710 2645 6.296 4240UDFCD
|
||||
0 NICC2 39.8520 -105.3660 2382 6.219 150UDFCD
|
||||
0 RRLW3 45.1833 -89.6833 -99999 6.141 RRLW3NWS
|
||||
0 LECC2 39.8440 -105.2340 1828 6.104 220UDFCD
|
||||
0 GLBK2 38.2864 -83.2583 329 6.084 3076NWS
|
||||
0 SCMC2 39.8110 -104.9510 1560 6.011 1810UDFCD
|
||||
0 LSMK2 37.3175 -83.1842 562 5.972 3168NWS
|
||||
0 LLBK2 38.0122 -83.9503 326 5.969 3041NWS
|
||||
0 ELTK2 38.1733 -83.2719 365 5.940 3065NWS
|
||||
0 SHCK2 38.0428 -83.8928 280 5.856 3040NWS
|
||||
0 MDBK2 36.6094 -83.7108 346 5.854 3160NWS
|
||||
0 FLSI2 41.5500 -87.6833 -99999 5.847 FLSI2NWS
|
||||
0 SXNK2 36.6339 -84.1117 289 5.771 3175NWS
|
||||
0 SHGC2 39.6080 -104.9850 1661 5.762 1620UDFCD
|
||||
0 NSRC2 39.7440 -105.1380 1691 5.711 1023UDFCD
|
||||
0 DLVK2 37.5047 -83.7881 353 5.699 3026NWS
|
||||
0 NBJC2 40.0340 -105.2290 1612 5.494 4550UDFCD
|
||||
0 BFLK2 37.3794 -83.6403 408 5.430 3053NWS
|
||||
0 LEYC2 39.8400 -105.1670 1706 5.315 200UDFCD
|
||||
0 PBHC2 40.0530 -105.3220 2109 5.213 4170UDFCD
|
||||
0 STAC2 39.9840 -105.4630 2545 5.202 4570UDFCD
|
||||
0 USDC2 39.7540 -105.0790 1655 5.164 1400UDFCD
|
||||
0 BLHK2 37.5225 -83.4478 390 5.111 3138NWS
|
||||
0 INKM4 42.1800 -83.1800 -99999 5.087 INKM4NWS
|
||||
0 PTTK2 36.9667 -83.4869 743 5.052 3183NWS
|
||||
0 ILIC2 39.6760 -104.8230 1713 5.009 440UDFCD
|
||||
0 QURC2 39.6390 -104.7690 1752 4.961 750UDFCD
|
||||
0 HAJC2 39.6690 -104.9420 1649 4.882 610UDFCD
|
||||
0 INDC2 39.6370 -105.2640 2247 4.851 2360UDFCD
|
||||
0 PLOK2 38.0614 -83.7978 274 4.841 3003NWS
|
||||
0 ABGK2 38.5758 -83.9775 268 4.828 3060NWS
|
||||
0 CRTC2 39.8050 -105.0910 1621 4.827 100UDFCD
|
||||
0 LSHC2 39.9610 -105.3700 2347 4.824 4060UDFCD
|
||||
0 BPTK2 37.7256 -83.4792 408 4.771 3068NWS
|
||||
0 RSDC2 39.6380 -105.3810 2228 4.770 2250UDFCD
|
||||
0 VBCC2 39.8020 -105.2240 1798 4.747 330UDFCD
|
||||
0 LC4M3 42.3300 -72.1400 65 4.684 LC4M3NWS
|
||||
0 MCLM4 42.3800 -82.5300 -99999 4.683 MCLM4NWS
|
||||
0 RVRC2 40.1800 -105.4430 2542 4.677 4340UDFCD
|
||||
0 JOPC2 40.2440 -105.4020 2340 4.645 4310UDFCD
|
||||
0 GDIC2 39.7250 -104.7970 1659 4.594 810UDFCD
|
||||
0 TLMO3 45.4842 -123.6878 -99999 4.519 TLMO3NWS
|
||||
0 TEMC2 39.6320 -104.8910 1692 4.477 630UDFCD
|
||||
0 IDLC2 39.6710 -105.2410 2054 4.262 2350UDFCD
|
||||
0 MOVC2 39.7480 -104.8790 1616 4.223 400UDFCD
|
||||
0 CREC2 39.9240 -105.3640 2365 4.145 4010UDFCD
|
||||
0 GLHC2 40.0550 -105.4080 2475 4.127 4150UDFCD
|
||||
0 CHDC2 39.6960 -105.2750 2392 4.024 2320UDFCD
|
||||
0 EVEC2 39.6310 -105.3220 2159 4.010 2223UDFCD
|
||||
0 PCHI4 42.3807 -96.2217 -99999 3.947 PCHI4NWS
|
||||
0 GLLC2 40.0930 -105.4420 2609 3.910 4180UDFCD
|
||||
0 LYBK2 37.8675 -82.9028 256 3.889 3120NWS
|
||||
0 APLC2 40.2380 -105.3100 1804 3.877 4490UDFCD
|
||||
0 TWIC2 39.9840 -105.4120 2475 3.841 4080UDFCD
|
||||
0 BTRC2 40.2210 -105.3690 1981 3.793 4790UDFCD
|
||||
0 CALC2 40.1480 -105.3900 2365 3.784 4280UDFCD
|
||||
0 TYMC2 40.1910 -105.4850 2567 3.771 4260UDFCD
|
||||
0 HORN6 42.1800 -77.4000 -99999 3.719 HORN6NWS
|
||||
0 VICC2 39.7070 -104.8390 1691 3.709 510UDFCD
|
||||
0 ENWC2 39.6320 -105.0140 1612 3.645 1640UDFCD
|
||||
0 CBBC2 39.5930 -105.3440 2304 3.641 2270UDFCD
|
||||
0 ERPC2 39.7020 -105.3300 2340 3.639 2340UDFCD
|
||||
0 FAGC2 39.7210 -105.1680 1804 3.622 1050UDFCD
|
||||
0 CMTC2 40.1490 -105.4330 2475 3.550 4270UDFCD
|
||||
0 BETC2 40.0240 -105.3390 1975 3.535 4110UDFCD
|
||||
0 LNSM4 42.4500 -84.3300 -99999 3.465 LNSM4NWS
|
||||
0 WWLK2 38.4492 -82.6542 182 3.465 3099NWS
|
||||
0 GACM4 42.2100 -83.1900 -99999 3.435 GACM4NWS
|
||||
0 INRC2 40.1590 -105.3380 2374 3.406 4330UDFCD
|
||||
0 CEDW3 43.2808 -87.9417 -99999 3.384 CEDW3NWS
|
||||
0 MAGC2 39.9910 -105.3700 2231 3.335 4090UDFCD
|
||||
0 LCNC2 39.8220 -105.1230 1655 3.322 210UDFCD
|
||||
0 LAZC2 40.0990 -105.3290 2139 3.301 4200UDFCD
|
||||
0 RDHC2 40.1860 -105.2910 2008 3.279 4290UDFCD
|
||||
0 JEWC2 39.6820 -104.8600 1694 3.236 520UDFCD
|
||||
0 OKGM4 43.2585 -85.3573 -99999 3.216 OKGM4NWS
|
||||
0 SUNC2 40.0630 -105.3720 2304 3.190 4160UDFCD
|
||||
0 BPKC2 39.9710 -105.3080 2109 3.170 4070UDFCD
|
||||
0 RRPC2 39.6800 -105.1970 1856 3.007 2370UDFCD
|
||||
0 CGCC2 39.6660 -105.2750 2028 2.963 2240UDFCD
|
||||
0 ELDC2 39.9300 -105.2860 1807 2.864 4383UDFCD
|
||||
0 GAEC2 39.6560 -104.9020 1669 2.830 640UDFCD
|
||||
0 LOGC2 40.0380 -105.3780 2194 2.826 4140UDFCD
|
||||
0 BTKK2 37.5833 -83.3422 412 2.778 3134NWS
|
||||
0 BTCM4 42.1900 -85.1200 -99999 2.710 BTCM4NWS
|
||||
0 ODAM5 45.1500 -96.1800 -99999 2.602 ODAM5NWS
|
||||
0 CBRK2 36.9739 -82.9939 435 2.582 3146NWS
|
||||
0 IVYC2 39.7110 -104.9200 1652 2.579 530UDFCD
|
||||
0 MVJC2 39.6490 -104.7960 1725 2.565 760UDFCD
|
||||
0 RALC2 39.8230 -105.2460 1838 2.550 110UDFCD
|
||||
0 AEFW3 46.5728 -90.9714 -99999 2.492 AEFW3NWS
|
||||
0 CCSC2 39.7130 -104.9490 1614 2.490 1720UDFCD
|
||||
0 LENC2 40.2030 -105.3100 1706 2.485 4470UDFCD
|
||||
0 RGRC2 39.9230 -105.3260 2234 2.413 4020UDFCD
|
||||
0 SADC2 39.7450 -104.8080 1655 2.376 800UDFCD
|
||||
0 SERC2 39.7410 -105.1760 1828 2.326 1030UDFCD
|
||||
0 CREC2 39.8200 -105.1730 1703 2.282 120UDFCD
|
||||
0 WLRC2 39.9520 -105.3390 2231 2.277 4050UDFCD
|
||||
0 SEXC2 39.8020 -105.1180 1652 2.264 320UDFCD
|
||||
0 CNPC2 39.6670 -104.7770 1697 2.238 720UDFCD
|
||||
0 HAVC2 39.7320 -104.8640 1638 2.193 500UDFCD
|
||||
0 ROWC2 40.0770 -105.3900 2185 2.183 4433UDFCD
|
||||
0 HIWC2 39.7250 -105.1930 1682 2.183 1040UDFCD
|
||||
0 LDDC2 39.9730 -105.1560 1665 2.128 1100UDFCD
|
||||
0 SWIC2 40.0230 -105.4280 2621 2.118 4130UDFCD
|
||||
0 HPDC2 39.6870 -104.8030 1673 2.103 710UDFCD
|
||||
0 HGPC2 39.6720 -104.9820 1613 2.037 600UDFCD
|
||||
0 CCWC2 39.7420 -104.9990 1581 1.973 1700UDFCD
|
||||
0 BLFC2 40.0020 -105.3940 2039 1.972 4393UDFCD
|
||||
0 KELC2 39.7320 -104.8880 1628 1.939 410UDFCD
|
||||
0 BGEC2 40.0150 -105.3200 1740 1.902 4423UDFCD
|
||||
0 3214 36.8447 -83.3247 359 1.823 3214NWS
|
||||
0 NNCC2 39.6380 -104.7480 1740 1.801 730UDFCD
|
||||
0 TGSC2 39.7250 -104.8180 1645 1.796 700UDFCD
|
||||
0 EXPC2 39.7110 -104.8590 1663 1.767 420UDFCD
|
||||
0 GSRC2 39.9380 -105.3480 2072 1.736 4373UDFCD
|
||||
0 SLGC2 40.1020 -105.3840 2255 1.670 4190UDFCD
|
||||
0 ETGC2 39.7110 -104.7900 1664 1.667 820UDFCD
|
||||
0 BERC2 40.1710 -105.3760 2051 1.592 4463UDFCD
|
||||
0 NSVC2 40.2480 -105.2980 1694 1.508 4563UDFCD
|
||||
0 MRGN6 42.0868 -74.3923 -99999 1.464 MRGN6NWS
|
||||
0 ODBC2 40.0050 -105.3310 1775 1.453 4403UDFCD
|
||||
0 UTAC2 39.6850 -104.8440 1687 1.409 429UDFCD
|
||||
0 CCRN6 41.4500 -75.0400 -99999 1.390 CCRN6NWS
|
||||
0 MGVC2 39.7560 -105.1370 1682 1.337 1000UDFCD
|
||||
0 DNVC2 39.7600 -105.0030 1572 1.296 1649UDFCD
|
||||
0 GEVC2 39.7020 -105.2640 2243 1.154 2310UDFCD
|
||||
0 LLHC2 40.1080 -105.3350 1898 1.123 4453UDFCD
|
||||
0 FRMC2 40.0400 -105.3660 1969 1.045 4413UDFCD
|
||||
0 ENGC2 39.5890 -104.9180 1697 1.004 1600UDFCD
|
||||
0 SFSC2 40.0180 -105.4200 2395 0.879 4120UDFCD
|
||||
0 HOWW3 44.5336 -88.0129 -99999 0.789 HOWW3NWS
|
||||
0 FILC2 40.0110 -105.3340 1938 0.714 4100UDFCD
|
||||
0 WALN6 42.1000 -75.0800 -99999 0.707 WALN6NWS
|
||||
0 BRLC2 40.2160 -105.3640 1889 0.699 4483UDFCD
|
||||
0 REDC2 39.9320 -105.2920 1938 0.557 4030UDFCD
|
||||
0 BBCC2 39.6320 -105.3210 2139 0.140 2230UDFCD
|
||||
0 CRTC2 39.8050 -105.0910 1621 0.000 103UDFCD
|
||||
0 3217 36.7506 -83.2547 304 0.000 3217NWS
|
||||
0 3215 36.8447 -83.3247 359 0.000 3215NWS
|
||||
0 3213 36.8647 -83.1964 390 0.000 3213NWS
|
||||
0 3211 36.8611 -83.3253 349 0.000 3211NWS
|
||||
0 CALC2 40.1480 -105.3900 2365 0.000 4770UDFCD
|
||||
0 BRLC2 40.2160 -105.3640 1889 0.000 4487UDFCD
|
||||
0 BRLC2 40.2160 -105.3640 1889 0.000 4486UDFCD
|
||||
0 LENC2 40.2030 -105.3100 1706 0.000 4473UDFCD
|
||||
0 CARC2 39.4160 -104.7690 1837 0.000 2833UDFCD
|
||||
0 WPCC2 39.3720 -104.9660 1807 0.000 2813UDFCD
|
||||
0 RRPC2 39.6800 -105.1970 1856 0.000 2373UDFCD
|
||||
0 MRSC2 39.6530 -105.1950 1764 0.000 2333UDFCD
|
||||
0 CBBC2 39.5930 -105.3440 2304 0.000 2273UDFCD
|
||||
0 RSDC2 39.6380 -105.3810 2228 0.000 2253UDFCD
|
||||
0 CGCC2 39.6660 -105.2750 2028 0.000 2243UDFCD
|
||||
0 BBCC2 39.6320 -105.3210 2139 0.000 2233UDFCD
|
||||
0 NIVC2 39.8570 -104.9880 1596 0.000 1903UDFCD
|
||||
0 SCMC2 39.8110 -104.9510 1560 0.000 1813UDFCD
|
||||
0 SCPC2 39.7570 -104.8310 1624 0.000 1803UDFCD
|
||||
0 CCSC2 39.7130 -104.9490 1614 0.000 1723UDFCD
|
||||
0 CCWC2 39.7420 -104.9990 1581 0.000 1703UDFCD
|
||||
0 HNDC2 39.9220 -104.0870 1524 0.000 1660UDFCD
|
||||
0 ENWC2 39.6320 -105.0140 1612 0.000 1643UDFCD
|
||||
0 SHGC2 39.6080 -104.9850 1661 0.000 1623UDFCD
|
||||
0 HOSC2 39.5980 -104.9190 1687 0.000 1613UDFCD
|
||||
0 ENGC2 39.5890 -104.9180 1697 0.000 1603UDFCD
|
||||
0 USDC2 39.7540 -105.0790 1655 0.000 1403UDFCD
|
||||
0 BRFC2 39.9280 -105.0640 1625 0.000 1203UDFCD
|
||||
0 GBLC2 40.0740 -105.1780 1589 0.000 1113UDFCD
|
||||
0 LDDC2 39.9730 -105.1560 1665 0.000 1103UDFCD
|
||||
0 HIWC2 39.7250 -105.1930 1682 0.000 1043UDFCD
|
||||
0 MGVC2 39.7560 -105.1370 1682 0.000 1003UDFCD
|
||||
0 ETGC2 39.7110 -104.7900 1664 0.000 823UDFCD
|
||||
0 GDIC2 39.7250 -104.7970 1659 0.000 813UDFCD
|
||||
0 SADC2 39.7450 -104.8080 1655 0.000 803UDFCD
|
||||
0 NNCC2 39.6380 -104.7480 1740 0.000 733UDFCD
|
||||
0 CNPC2 39.6670 -104.7770 1697 0.000 724UDFCD
|
||||
0 CNPC2 39.6670 -104.7770 1697 0.000 723UDFCD
|
||||
0 HPDC2 39.6870 -104.8030 1673 0.000 713UDFCD
|
||||
0 TGSC2 39.7250 -104.8180 1645 0.000 703UDFCD
|
||||
0 GAEC2 39.6560 -104.9020 1669 0.000 643UDFCD
|
||||
0 TEMC2 39.6320 -104.8910 1692 0.000 633UDFCD
|
||||
0 HAJC2 39.6690 -104.9420 1649 0.000 613UDFCD
|
||||
0 HGPC2 39.6720 -104.9820 1613 0.000 603UDFCD
|
||||
0 HAVC2 39.7320 -104.8640 1638 0.000 503UDFCD
|
||||
0 UTAC2 39.6850 -104.8440 1687 0.000 430UDFCD
|
||||
0 EXPC2 39.7110 -104.8590 1663 0.000 424UDFCD
|
||||
0 EXPC2 39.7110 -104.8590 1663 0.000 423UDFCD
|
||||
0 KELC2 39.7320 -104.8880 1628 0.000 413UDFCD
|
||||
0 MOVC2 39.7480 -104.8790 1616 0.000 403UDFCD
|
||||
0 VBCC2 39.8020 -105.2240 1798 0.000 333UDFCD
|
||||
0 SEXC2 39.8020 -105.1180 1652 0.000 323UDFCD
|
||||
0 LCNC2 39.8220 -105.1230 1655 0.000 213UDFCD
|
||||
0 LEYC2 39.8400 -105.1670 1706 0.000 203UDFCD
|
||||
0 CREC2 39.8200 -105.1730 1703 0.000 123UDFCD
|
||||
0 RALC2 39.8230 -105.2460 1838 0.000 113UDFCD
|
|
@ -1,35 +0,0 @@
|
|||
11008 PLTC2 40.1800 -104.7300 1524 20011.945
|
||||
11035 CENA2 65.5000 -144.6800 259 3769.218
|
||||
11039 SYCN6 43.1200 -76.0900 122 2389.732
|
||||
11031 OKOM6 34.0900 -88.8600 125 1493.116
|
||||
11010 BLRW3 43.2200 -90.5300 226 1025.290
|
||||
11022 WSMN5 32.4100 -106.3500 1224 875.912
|
||||
11040 LDBT2 30.0895 -96.7788 124 867.995
|
||||
11020 LMNO2 36.6900 -97.4800 306 736.700
|
||||
11009 NLGN1 42.2100 -97.7900 524 603.373
|
||||
11015 JTNT2 33.0200 -100.9800 707 506.816
|
||||
11027 AZCN5 36.8400 -107.9100 1902 462.981
|
||||
11037 TLKA2 62.3100 -150.4200 137 451.936
|
||||
11023 CNWM7 37.5200 -92.7000 390 433.707
|
||||
11006 WNFL1 31.9000 -92.7800 93 430.942
|
||||
11038 WLCI3 40.8100 -87.0500 212 392.895
|
||||
11004 TCUN5 35.0800 -103.6100 1241 333.357
|
||||
11017 WDLM5 44.6700 -95.4500 319 332.355
|
||||
11024 MRRN1 42.9100 -101.6900 991 328.682
|
||||
11002 RWDN1 40.0900 -100.6500 800 325.252
|
||||
11026 WNCI2 39.6600 -90.4800 170 306.281
|
||||
11025 SLAI4 41.9000 -93.7000 315 298.171
|
||||
11019 GDAC2 37.7700 -102.1800 1155 289.881
|
||||
11014 DQUA4 34.1100 -94.2900 195 283.169
|
||||
11003 LTHM7 39.5800 -94.1900 297 261.212
|
||||
11013 BLMM7 36.8800 -89.9700 130 252.000
|
||||
11018 FBYN1 40.0800 -97.3100 433 240.192
|
||||
11036 GNAA2 62.1100 -145.9700 564 231.687
|
||||
11016 MBWW4 41.9000 -106.1900 1997 227.050
|
||||
11030 PATT2 31.7800 -95.7100 119 213.800
|
||||
11021 PRCO2 34.9800 -97.5200 331 190.148
|
||||
11012 HBRK1 38.3100 -97.3000 447 180.806
|
||||
11029 NDSK1 37.3000 -95.6000 265 180.182
|
||||
11011 HVLK1 37.6500 -99.1100 648 174.762
|
||||
11028 VCIO2 36.0700 -99.2200 648 170.314
|
||||
11005 HKLO2 35.6800 -95.8600 219 169.486
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/GFSmodelBufr.spi</filename>
|
||||
<mapName>GFS</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/goesBufr.spi</filename>
|
||||
<mapName>GOES</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/modelBufr.spi</filename>
|
||||
<mapName>NAM</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/raob.spi</filename>
|
||||
<mapName>RAOB Station Locations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/airports.spi</filename>
|
||||
<mapName>ACARS Airport Locations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/BUOY.spi</filename>
|
||||
<mapName>Fixed Buoy Locations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/ldad15.spi</filename>
|
||||
<mapName>LDAD Stations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/ldad15prcp.spi</filename>
|
||||
<mapName>LDAD Precip</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/MTR.spi</filename>
|
||||
<mapName>METAR Station Locations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
opacity="1.0" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/profiler.spi</filename>
|
||||
<mapName>NPN Profilers</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,46 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="spiResourceData">
|
||||
<filename>basemaps/synoptic.spi</filename>
|
||||
<mapName>Synoptic Station Locations</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 1.7 KiB |
|
@ -23,7 +23,7 @@
|
|||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:file.new">
|
||||
locationURI="menu:tools">
|
||||
<command
|
||||
commandId="com.raytheon.viz.textworkstation.opentextworkstation"
|
||||
label="Text Workstation"
|
||||
|
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
|
@ -0,0 +1,510 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="d2DMapRenderableDisplay"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="GFS212" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="ECMWF-HiRes"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="ECMF-NorthernHemisphere" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="GFS213" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="UKMET-NorthernHemisphere" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="ETA218" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="HiResW-ARW-East"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="HiResW-ARW-West"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="HiResW-NMM-East"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
<capability xsi:type="outlineCapability" lineStyle="SOLID"
|
||||
outlineOn="true" outlineWidth="1" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="HiResW-NMM-West"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="RUC" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties"
|
||||
displayType="CONTOUR" loadWithoutData="false">
|
||||
<capabilities>
|
||||
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="CONTOUR" isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="false">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData"
|
||||
retrieveData="true" isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="MB" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.level.levelonevalue">
|
||||
<constraint constraintValue="250.0" constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="ETA" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser" />
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -166,13 +166,8 @@
|
|||
<constraint constraintValue="GH" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="GFS229" constraintType="EQUALS" />
|
||||
<constraint constraintValue="GFS213" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<!-- Replaced by the above GFS229 mapping.
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="GFS213" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
-->
|
||||
<mapping key="info.level.leveltwovalue">
|
||||
<constraint constraintValue="-999999" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
|
|