move Installer.localization/utility to awips2-static. fixes #249
This commit is contained in:
parent
d28c664021
commit
bdcc4c9c8f
497 changed files with 1 additions and 1784 deletions
|
@ -46,7 +46,7 @@ fi
|
|||
|
||||
# Build all WFO site localization Map Scales (Regional.xml and WFO.xml)
|
||||
BUILD_DIR=%{_baseline_workspace}/rpms/awips2.core/Installer.localization/
|
||||
UTIL=%{_baseline_workspace}/localization/utility
|
||||
UTIL=%{_static_files}/localization
|
||||
#file=$BUILD_DIR/wfo.dat
|
||||
file=$BUILD_DIR/coords.dat
|
||||
regional=$BUILD_DIR/coords_regional.dat
|
||||
|
|
|
@ -1,106 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="d2DMapRenderableDisplay" magnification="1.0" density="1.0" scale="Regional - XXX" mapCenter="LONGITUDE LATITUDE 0.0" zoomLevel="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false" renderingOrderId="MAP_OUTLINE">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="mapResourceGroupData">
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="shadeableCapability" opacity="1.0"/>
|
||||
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<mapName>World</mapName>
|
||||
<table>mapdata.world</table>
|
||||
<constraint>name not in ('UNITED STATES')</constraint>
|
||||
<geomField>the_geom</geomField>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="shadeableCapability" opacity="1.0"/>
|
||||
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="750000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<mapName>County Boundaries</mapName>
|
||||
<table>mapdata.county</table>
|
||||
<geomField>the_geom</geomField>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="shadeableCapability" opacity="1.0"/>
|
||||
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="2" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<mapName>State Boundaries</mapName>
|
||||
<table>mapdata.states</table>
|
||||
<geomField>the_geom</geomField>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<mapName>State/County Boundaries</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<limitedNumberOfFrames>2147483647</limitedNumberOfFrames>
|
||||
<gridGeometry rangeX="LOWX HIGHX" rangeY="LOWY HIGHY" envelopeMinX="MINX" envelopeMaxX="MAXX" envelopeMinY="MINY" envelopeMaxY="MAXY">
|
||||
<CRS>PROJCS["Mercator_1SP",
|
||||
GEOGCS["WGS84(DD)",
|
||||
DATUM["WGS84",
|
||||
SPHEROID["WGS84", 6378137.0, 298.257223563]],
|
||||
PRIMEM["Greenwich", 0.0],
|
||||
UNIT["degree", 0.017453292519943295],
|
||||
AXIS["Geodetic longitude", EAST],
|
||||
AXIS["Geodetic latitude", NORTH]],
|
||||
PROJECTION["Mercator_1SP"],
|
||||
PARAMETER["semi_major", 6371229.0],
|
||||
PARAMETER["semi_minor", 6371229.0],
|
||||
PARAMETER["latitude_of_origin", 0.0],
|
||||
PARAMETER["central_meridian", 0.0],
|
||||
PARAMETER["scale_factor", 1.0],
|
||||
PARAMETER["false_easting", 0.0],
|
||||
PARAMETER["false_northing", 0.0],
|
||||
UNIT["m", 1.0],
|
||||
AXIS["Easting", EAST],
|
||||
AXIS["Northing", NORTH]]</CRS>
|
||||
</gridGeometry>
|
||||
<numberOfFrames>12</numberOfFrames>
|
||||
<timeMatcher xsi:type="d2DTimeMatcher" forecastFilter="0" deltaFilter="0" loadMode="VALID_TIME_SEQ"/>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,147 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="d2DMapRenderableDisplay" magnification="1.0" density="1.0" scale="WFO - XXX" mapCenter="LONGITUDE LATITUDE 0.0" zoomLevel="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false" renderingOrderId="MAP_OUTLINE">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="mapResourceGroupData">
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="shadeableCapability" opacity="1.0"/>
|
||||
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<mapName>World</mapName>
|
||||
<table>mapdata.world</table>
|
||||
<constraint>name not in ('UNITED STATES')</constraint>
|
||||
<geomField>the_geom</geomField>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="shadeableCapability" opacity="1.0"/>
|
||||
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="750000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<mapName>County Boundaries</mapName>
|
||||
<table>mapdata.county</table>
|
||||
<geomField>the_geom</geomField>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
|
||||
<capability xsi:type="shadeableCapability" opacity="1.0"/>
|
||||
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="2" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<mapName>State Boundaries Zoom</mapName>
|
||||
<table>mapdata.states</table>
|
||||
<geomField>the_geom</geomField>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<mapName>State/County Boundaries</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="white"/>
|
||||
<capability xsi:type="shadeableCapability" opacity="1.0"/>
|
||||
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="3" outlineOn="true" lineStyle="SOLID"/>
|
||||
<capability xsi:type="labelableCapability" labelField="CWA"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false" renderingOrderId="MAP_OUTLINE">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<mapName>County Warning Areas</mapName>
|
||||
<table>mapdata.cwa</table>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="#bfbfbf"/>
|
||||
<capability xsi:type="labelableCapability" labelField="name" xOffset="0" yOffset="0"/>
|
||||
<capability xsi:type="densityCapability" density="0.4"/>
|
||||
<capability xsi:type="magnificationCapability" magnification="1.25"/>
|
||||
<capability xsi:type="pointCapability" pointStyle="CROSS"/>
|
||||
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false" renderingOrderId="MAP_OUTLINE">
|
||||
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="dbPointMapResourceData">
|
||||
<mapName>Cities</mapName>
|
||||
<table>mapdata.city</table>
|
||||
<geomField>the_geom</geomField>
|
||||
<goodnessField>prog_disc</goodnessField>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<limitedNumberOfFrames>2147483647</limitedNumberOfFrames>
|
||||
<gridGeometry rangeX="LOWX HIGHX" rangeY="LOWY HIGHY" envelopeMinX="MINX" envelopeMaxX="MAXX" envelopeMinY="MINY" envelopeMaxY="MAXY">
|
||||
<CRS>PROJCS["Mercator_1SP",
|
||||
GEOGCS["WGS84(DD)",
|
||||
DATUM["WGS84",
|
||||
SPHEROID["WGS84", 6378137.0, 298.257223563]],
|
||||
PRIMEM["Greenwich", 0.0],
|
||||
UNIT["degree", 0.017453292519943295],
|
||||
AXIS["Geodetic longitude", EAST],
|
||||
AXIS["Geodetic latitude", NORTH]],
|
||||
PROJECTION["Mercator_1SP"],
|
||||
PARAMETER["semi_major", 6371229.0],
|
||||
PARAMETER["semi_minor", 6371229.0],
|
||||
PARAMETER["latitude_of_origin", 0.0],
|
||||
PARAMETER["central_meridian", 0.0],
|
||||
PARAMETER["scale_factor", 1.0],
|
||||
PARAMETER["false_easting", 0.0],
|
||||
PARAMETER["false_northing", 0.0],
|
||||
UNIT["m", 1.0],
|
||||
AXIS["Easting", EAST],
|
||||
AXIS["Northing", NORTH]]</CRS>
|
||||
</gridGeometry>
|
||||
<numberOfFrames>12</numberOfFrames>
|
||||
<timeMatcher xsi:type="d2DTimeMatcher" forecastFilter="0" deltaFilter="0" loadMode="VALID_TIME_SEQ"/>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1 +0,0 @@
|
|||
INSERT INTO radar_spatial ("rda_id","rpg_id_dec","immutablex","wfo_id","eqp_elv","name","lon","lat","elevmeter",the_geom) VALUES ('KLGX','870','666.0000','LGX','337.9000','Grays Harbor','-124.1069','47.1158','103',ST_GeomFromText('POINT(-124.1069 47.1158)',4326) );
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<requestPatterns xmlns:ns2="group">
|
||||
<regex>^Alaska*</regex>
|
||||
<regex>^GOESR-PG*</regex>
|
||||
</requestPatterns>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime fileName="County_-535034791.bin" areaSourceTime="1433783721720" timeZoneSourceTime="1433783701500" parentSourceTime="1433787093168">
|
||||
<metaData areaSource="County" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" parentAreaSource="States" areaNotationField="STATE" parentAreaField="NAME" timeZoneSource="TIMEZONES" timeZoneField="TIME_ZONE"/>
|
||||
</geoTime>
|
||||
<geoTime fileName="Zone_1241015285.bin" areaSourceTime="1433784088847" timeZoneSourceTime="1433783701500" parentSourceTime="1433787093168">
|
||||
<metaData areaSource="Zone" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" parentAreaSource="States" areaNotationField="STATE" parentAreaField="NAME" timeZoneSource="TIMEZONES" timeZoneField="TIME_ZONE"/>
|
||||
</geoTime>
|
||||
<geoTime fileName="COUNTY_-19404679.bin" areaSourceTime="1433783721720" timeZoneSourceTime="1433783701500" parentSourceTime="1433787093168">
|
||||
<metaData areaSource="COUNTY" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" parentAreaSource="States" areaNotationField="STATE" parentAreaField="NAME" timeZoneSource="TIMEZONES" timeZoneField="TIME_ZONE"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime fileName="County_-535034791.bin" areaSourceTime="1433783721720" timeZoneSourceTime="1433783701500" parentSourceTime="1433787093168">
|
||||
<metaData areaSource="County" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" parentAreaSource="States" areaNotationField="STATE" parentAreaField="NAME" timeZoneSource="TIMEZONES" timeZoneField="TIME_ZONE"/>
|
||||
</geoTime>
|
||||
<geoTime fileName="Zone_1241015285.bin" areaSourceTime="1433784088847" timeZoneSourceTime="1433783701500" parentSourceTime="1433787093168">
|
||||
<metaData areaSource="Zone" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" parentAreaSource="States" areaNotationField="STATE" parentAreaField="NAME" timeZoneSource="TIMEZONES" timeZoneField="TIME_ZONE"/>
|
||||
</geoTime>
|
||||
<geoTime fileName="COUNTY_-19404679.bin" areaSourceTime="1433783721720" timeZoneSourceTime="1433783701500" parentSourceTime="1433787093168">
|
||||
<metaData areaSource="COUNTY" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" parentAreaSource="States" areaNotationField="STATE" parentAreaField="NAME" timeZoneSource="TIMEZONES" timeZoneField="TIME_ZONE"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<geoTimeSet>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="County_-535034791.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="County"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433784088847" fileName="Zone_1241015285.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid NAME FE_AREA LON LAT TIME_ZONE STATE_ZONE STATE" areaSource="Zone"/>
|
||||
</geoTime>
|
||||
<geoTime parentSourceTime="1433787093168" timeZoneSourceTime="1433783701500" areaSourceTime="1433783721720" fileName="COUNTY_-19404679.bin">
|
||||
<metaData timeZoneField="TIME_ZONE" timeZoneSource="TIMEZONES" parentAreaField="NAME" areaNotationField="STATE" parentAreaSource="States" areaFields="gid COUNTYNAME FE_AREA LON LAT TIME_ZONE FIPS STATE" areaSource="COUNTY"/>
|
||||
</geoTime>
|
||||
</geoTimeSet>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue