geo_combine 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/.github/workflows/ruby.yml +53 -0
 - data/.gitignore +2 -0
 - data/.rubocop.yml +20 -0
 - data/.rubocop_todo.yml +165 -0
 - data/Gemfile +3 -1
 - data/README.md +15 -1
 - data/Rakefile +4 -2
 - data/bin/geocombine +1 -0
 - data/geo_combine.gemspec +5 -0
 - data/lib/geo_combine/bounding_box.rb +7 -1
 - data/lib/geo_combine/ckan_metadata.rb +10 -8
 - data/lib/geo_combine/cli.rb +3 -1
 - data/lib/geo_combine/esri_open_data.rb +2 -0
 - data/lib/geo_combine/exceptions.rb +3 -0
 - data/lib/geo_combine/fgdc.rb +2 -2
 - data/lib/geo_combine/formats.rb +2 -0
 - data/lib/geo_combine/formatting.rb +3 -1
 - data/lib/geo_combine/geo_blacklight_harvester.rb +20 -13
 - data/lib/geo_combine/geoblacklight.rb +20 -6
 - data/lib/geo_combine/geometry_types.rb +2 -0
 - data/lib/geo_combine/iso19139.rb +2 -1
 - data/lib/geo_combine/ogp.rb +13 -11
 - data/lib/geo_combine/railtie.rb +2 -0
 - data/lib/geo_combine/subjects.rb +2 -0
 - data/lib/geo_combine/version.rb +3 -1
 - data/lib/geo_combine.rb +4 -3
 - data/lib/tasks/geo_combine.rake +47 -26
 - data/lib/xslt/fgdc2html.xsl +38 -9
 - data/spec/features/fgdc2html_spec.rb +53 -1
 - data/spec/features/iso2html_spec.rb +10 -1
 - data/spec/fixtures/docs/princeton_fgdc.xml +374 -0
 - data/spec/fixtures/docs/repos.json +3224 -0
 - data/spec/fixtures/docs/simple_xml.xml +10 -0
 - data/spec/fixtures/docs/simple_xslt.xsl +11 -0
 - data/spec/fixtures/docs/stanford_iso.xml +652 -0
 - data/spec/fixtures/docs/tufts_fgdc.xml +977 -0
 - data/spec/fixtures/indexing/basic_geoblacklight.json +27 -0
 - data/spec/fixtures/indexing/geoblacklight.json +33 -0
 - data/spec/fixtures/indexing/layers.json +16119 -0
 - data/spec/fixtures/indexing/test.txt +1 -0
 - data/spec/fixtures/json_docs.rb +2 -0
 - data/spec/fixtures/xml_docs.rb +9 -1659
 - data/spec/helpers.rb +7 -7
 - data/spec/lib/geo_combine/bounding_box_spec.rb +18 -0
 - data/spec/lib/geo_combine/ckan_metadata_spec.rb +34 -11
 - data/spec/lib/geo_combine/esri_open_data_spec.rb +23 -2
 - data/spec/lib/geo_combine/fgdc_spec.rb +41 -10
 - data/spec/lib/geo_combine/formatting_spec.rb +13 -5
 - data/spec/lib/geo_combine/geo_blacklight_harvester_spec.rb +32 -28
 - data/spec/lib/geo_combine/geoblacklight_spec.rb +41 -11
 - data/spec/lib/geo_combine/iso19139_spec.rb +26 -14
 - data/spec/lib/geo_combine/ogp_spec.rb +28 -8
 - data/spec/lib/geo_combine_spec.rb +7 -4
 - data/spec/lib/tasks/geo_combine_spec.rb +45 -0
 - data/spec/spec_helper.rb +19 -84
 - data/spec/support/fixtures.rb +9 -0
 - metadata +102 -7
 - data/.coveralls.yml +0 -1
 - data/.travis.yml +0 -8
 
| 
         @@ -0,0 +1,977 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <?xml version="1.0" encoding="utf-8"?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <!DOCTYPE metadata SYSTEM "http://www.fgdc.gov/metadata/fgdc-std-001-1998.dtd">
         
     | 
| 
      
 3 
     | 
    
         
            +
            <metadata>
         
     | 
| 
      
 4 
     | 
    
         
            +
              <idinfo>
         
     | 
| 
      
 5 
     | 
    
         
            +
                <citation>
         
     | 
| 
      
 6 
     | 
    
         
            +
                  <citeinfo>
         
     | 
| 
      
 7 
     | 
    
         
            +
                    <origin>Instituto Geografico Militar (Ecuador)</origin>
         
     | 
| 
      
 8 
     | 
    
         
            +
                    <pubdate>2011</pubdate>
         
     | 
| 
      
 9 
     | 
    
         
            +
                    <title>Drilling Towers 50k Scale Ecuador 2011</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                    <geoform>vector digital data</geoform>
         
     | 
| 
      
 11 
     | 
    
         
            +
                    <serinfo>
         
     | 
| 
      
 12 
     | 
    
         
            +
                      <sername>Ecuador</sername>
         
     | 
| 
      
 13 
     | 
    
         
            +
                    </serinfo>
         
     | 
| 
      
 14 
     | 
    
         
            +
                    <pubinfo>
         
     | 
| 
      
 15 
     | 
    
         
            +
                      <pubplace>Ecuador</pubplace>
         
     | 
| 
      
 16 
     | 
    
         
            +
                      <publish>Instituto Geografico Militar (Ecuador)</publish>
         
     | 
| 
      
 17 
     | 
    
         
            +
                    </pubinfo>
         
     | 
| 
      
 18 
     | 
    
         
            +
                    <onlink>http://www.geoportaligm.gob.ec/portal/</onlink>
         
     | 
| 
      
 19 
     | 
    
         
            +
                    <lworkcit>
         
     | 
| 
      
 20 
     | 
    
         
            +
                      <citeinfo>
         
     | 
| 
      
 21 
     | 
    
         
            +
                        <origin>Instituto Geografico Militar (Ecuador)</origin>
         
     | 
| 
      
 22 
     | 
    
         
            +
                        <pubdate>2011</pubdate>
         
     | 
| 
      
 23 
     | 
    
         
            +
                        <title>Instituto Geografico Militar Data</title>
         
     | 
| 
      
 24 
     | 
    
         
            +
                        <pubinfo>
         
     | 
| 
      
 25 
     | 
    
         
            +
                          <pubplace>Ecuador</pubplace>
         
     | 
| 
      
 26 
     | 
    
         
            +
                          <publish>Instituto Geografico Militar (Ecuador)</publish>
         
     | 
| 
      
 27 
     | 
    
         
            +
                        </pubinfo>
         
     | 
| 
      
 28 
     | 
    
         
            +
                        <onlink>http://www.geoportaligm.gob.ec/portal/</onlink>
         
     | 
| 
      
 29 
     | 
    
         
            +
                      </citeinfo>
         
     | 
| 
      
 30 
     | 
    
         
            +
                    </lworkcit>
         
     | 
| 
      
 31 
     | 
    
         
            +
                    <ftname Sync="TRUE">Ecuador50KDrillingTower11</ftname>
         
     | 
| 
      
 32 
     | 
    
         
            +
                  </citeinfo>
         
     | 
| 
      
 33 
     | 
    
         
            +
                </citation>
         
     | 
| 
      
 34 
     | 
    
         
            +
                <descript>
         
     | 
| 
      
 35 
     | 
    
         
            +
                  <abstract>This point dataset represents drilling towers in Ecuador created from 1:50,000 scale topographic maps.</abstract>
         
     | 
| 
      
 36 
     | 
    
         
            +
                  <purpose>This dataset is intended for researchers, students, and policy makers for reference and mapping purposes, and may be used for basic applications such as viewing, querying, and map output production, or to provide a basemap to support graphical overlays and analysis with other spatial data.</purpose>
         
     | 
| 
      
 37 
     | 
    
         
            +
                  <langdata Sync="TRUE">en</langdata>
         
     | 
| 
      
 38 
     | 
    
         
            +
                </descript>
         
     | 
| 
      
 39 
     | 
    
         
            +
                <timeperd>
         
     | 
| 
      
 40 
     | 
    
         
            +
                  <timeinfo>
         
     | 
| 
      
 41 
     | 
    
         
            +
                    <sngdate>
         
     | 
| 
      
 42 
     | 
    
         
            +
                      <caldate>2011</caldate>
         
     | 
| 
      
 43 
     | 
    
         
            +
                    </sngdate>
         
     | 
| 
      
 44 
     | 
    
         
            +
                  </timeinfo>
         
     | 
| 
      
 45 
     | 
    
         
            +
                  <current>publication date</current>
         
     | 
| 
      
 46 
     | 
    
         
            +
                </timeperd>
         
     | 
| 
      
 47 
     | 
    
         
            +
                <status>
         
     | 
| 
      
 48 
     | 
    
         
            +
                  <progress>Complete</progress>
         
     | 
| 
      
 49 
     | 
    
         
            +
                  <update>As needed</update>
         
     | 
| 
      
 50 
     | 
    
         
            +
                </status>
         
     | 
| 
      
 51 
     | 
    
         
            +
                <spdom>
         
     | 
| 
      
 52 
     | 
    
         
            +
                  <bounding>
         
     | 
| 
      
 53 
     | 
    
         
            +
                    <westbc>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  -79.904768</westbc>
         
     | 
| 
      
 55 
     | 
    
         
            +
                    <eastbc>
         
     | 
| 
      
 56 
     | 
    
         
            +
                  -79.904768</eastbc>
         
     | 
| 
      
 57 
     | 
    
         
            +
                    <northbc>
         
     | 
| 
      
 58 
     | 
    
         
            +
                  -1.377743</northbc>
         
     | 
| 
      
 59 
     | 
    
         
            +
                    <southbc>
         
     | 
| 
      
 60 
     | 
    
         
            +
                  -1.377743</southbc>
         
     | 
| 
      
 61 
     | 
    
         
            +
                  </bounding>
         
     | 
| 
      
 62 
     | 
    
         
            +
                  <lboundng>
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <leftbc Sync="TRUE">621844.388200</leftbc>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <rightbc Sync="TRUE">621844.388200</rightbc>
         
     | 
| 
      
 65 
     | 
    
         
            +
                    <bottombc Sync="TRUE">9847689.668600</bottombc>
         
     | 
| 
      
 66 
     | 
    
         
            +
                    <topbc Sync="TRUE">9847689.668600</topbc>
         
     | 
| 
      
 67 
     | 
    
         
            +
                  </lboundng>
         
     | 
| 
      
 68 
     | 
    
         
            +
                </spdom>
         
     | 
| 
      
 69 
     | 
    
         
            +
                <keywords>
         
     | 
| 
      
 70 
     | 
    
         
            +
                  <theme>
         
     | 
| 
      
 71 
     | 
    
         
            +
                    <themekt>FGDC</themekt>
         
     | 
| 
      
 72 
     | 
    
         
            +
                    <themekey>point</themekey>
         
     | 
| 
      
 73 
     | 
    
         
            +
                  </theme>
         
     | 
| 
      
 74 
     | 
    
         
            +
                  <theme>
         
     | 
| 
      
 75 
     | 
    
         
            +
                    <themekt>ISO 19115 Topic Category</themekt>
         
     | 
| 
      
 76 
     | 
    
         
            +
                    <themekey>structure</themekey>
         
     | 
| 
      
 77 
     | 
    
         
            +
                    <themekey>economy</themekey>
         
     | 
| 
      
 78 
     | 
    
         
            +
                  </theme>
         
     | 
| 
      
 79 
     | 
    
         
            +
                  <theme>
         
     | 
| 
      
 80 
     | 
    
         
            +
                    <themekt>LCSH</themekt>
         
     | 
| 
      
 81 
     | 
    
         
            +
                    <themekey>Drilling platforms</themekey>
         
     | 
| 
      
 82 
     | 
    
         
            +
                    <themekey>Oil well drilling</themekey>
         
     | 
| 
      
 83 
     | 
    
         
            +
                  </theme>
         
     | 
| 
      
 84 
     | 
    
         
            +
                  <place>
         
     | 
| 
      
 85 
     | 
    
         
            +
                    <placekt>GNS</placekt>
         
     | 
| 
      
 86 
     | 
    
         
            +
                    <placekey>Ecuador</placekey>
         
     | 
| 
      
 87 
     | 
    
         
            +
                    <placekey>República del Ecuador</placekey>
         
     | 
| 
      
 88 
     | 
    
         
            +
                  </place>
         
     | 
| 
      
 89 
     | 
    
         
            +
                  <place>
         
     | 
| 
      
 90 
     | 
    
         
            +
                    <placekt>LCNH</placekt>
         
     | 
| 
      
 91 
     | 
    
         
            +
                    <placekey>Northern Hemisphere</placekey>
         
     | 
| 
      
 92 
     | 
    
         
            +
                    <placekey>Southern Hemisphere</placekey>
         
     | 
| 
      
 93 
     | 
    
         
            +
                    <placekey>Western Hemisphere</placekey>
         
     | 
| 
      
 94 
     | 
    
         
            +
                    <placekey>South America</placekey>
         
     | 
| 
      
 95 
     | 
    
         
            +
                  </place>
         
     | 
| 
      
 96 
     | 
    
         
            +
                </keywords>
         
     | 
| 
      
 97 
     | 
    
         
            +
                <accconst>Unrestricted Access Online</accconst>
         
     | 
| 
      
 98 
     | 
    
         
            +
                <useconst>For educational noncommercial use only.</useconst>
         
     | 
| 
      
 99 
     | 
    
         
            +
                <ptcontac>
         
     | 
| 
      
 100 
     | 
    
         
            +
                  <cntinfo>
         
     | 
| 
      
 101 
     | 
    
         
            +
                    <cntorgp>
         
     | 
| 
      
 102 
     | 
    
         
            +
                      <cntorg>Instituto Geografico Militar</cntorg>
         
     | 
| 
      
 103 
     | 
    
         
            +
                    </cntorgp>
         
     | 
| 
      
 104 
     | 
    
         
            +
                    <cntpos>Gestion Geografica- Gestion IDE</cntpos>
         
     | 
| 
      
 105 
     | 
    
         
            +
                    <cntaddr>
         
     | 
| 
      
 106 
     | 
    
         
            +
                      <addrtype>mailing and physical address</addrtype>
         
     | 
| 
      
 107 
     | 
    
         
            +
                      <address>Senierges E4-676</address>
         
     | 
| 
      
 108 
     | 
    
         
            +
                      <city>Sector el Dorado, Quito</city>
         
     | 
| 
      
 109 
     | 
    
         
            +
                      <state>Pinchincha</state>
         
     | 
| 
      
 110 
     | 
    
         
            +
                      <postal>17-01-2435</postal>
         
     | 
| 
      
 111 
     | 
    
         
            +
                      <country>Ecuador</country>
         
     | 
| 
      
 112 
     | 
    
         
            +
                    </cntaddr>
         
     | 
| 
      
 113 
     | 
    
         
            +
                    <cntvoice>3975100 extension 129</cntvoice>
         
     | 
| 
      
 114 
     | 
    
         
            +
                    <cntemail>nicolay.vaca@mail.igm.gob.ec</cntemail>
         
     | 
| 
      
 115 
     | 
    
         
            +
                    <cntinst>Capt. Nicolay Vaca (Jefe Gestión Geográfica) nicolay.vaca@mail.igm.gob.ec
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
      
 117 
     | 
    
         
            +
                  Ing. Susana Arciniegas (Investigación y desarrollo) susana.arciniegas@mail.igm.gob.ec
         
     | 
| 
      
 118 
     | 
    
         
            +
             
     | 
| 
      
 119 
     | 
    
         
            +
                  Ing. Miguel Ruano (Normalización)miguel.ruano@mail.igm.gob.ec
         
     | 
| 
      
 120 
     | 
    
         
            +
             
     | 
| 
      
 121 
     | 
    
         
            +
                  Ing. Edison Bravo (Administrador de Contenidos Geográficos)edison.bravo@mail.igm.gob.ec
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
                  Ing. Fernanda León (Administradora de Contenidos Geográficos)fernanda.leon@mail.igm.gob.ec
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
                  Ing. Pablo Montenegro (Administrador de Aplicaciones Geoinformáticas)  pablo.montenegro@mail.igm.gob.ec
         
     | 
| 
      
 126 
     | 
    
         
            +
             
     | 
| 
      
 127 
     | 
    
         
            +
                  Ing. Mauricio Albán (Administrador de Aplicaciones Geoinformáticas)mauricio.alban@mail.igm.gob.ec
         
     | 
| 
      
 128 
     | 
    
         
            +
             
     | 
| 
      
 129 
     | 
    
         
            +
                  Ing. Xavier Vivas (Diseñador) xavier.vivas@mail.igm.gob.ec</cntinst>
         
     | 
| 
      
 130 
     | 
    
         
            +
                  </cntinfo>
         
     | 
| 
      
 131 
     | 
    
         
            +
                </ptcontac>
         
     | 
| 
      
 132 
     | 
    
         
            +
                <native>Microsoft Windows Vista Version 6.1 (Build 7601) Service Pack 1; ESRI ArcCatalog 9.3.1.4000</native>
         
     | 
| 
      
 133 
     | 
    
         
            +
                <natvform Sync="TRUE">Shapefile</natvform>
         
     | 
| 
      
 134 
     | 
    
         
            +
              </idinfo>
         
     | 
| 
      
 135 
     | 
    
         
            +
              <dataqual>
         
     | 
| 
      
 136 
     | 
    
         
            +
                <lineage>
         
     | 
| 
      
 137 
     | 
    
         
            +
                  <srcinfo>
         
     | 
| 
      
 138 
     | 
    
         
            +
                    <srcscale>1:50,000</srcscale>
         
     | 
| 
      
 139 
     | 
    
         
            +
                    <srccontr>Instituto Geografico Militar (Ecuador)</srccontr>
         
     | 
| 
      
 140 
     | 
    
         
            +
                  </srcinfo>
         
     | 
| 
      
 141 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 142 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 143 
     | 
    
         
            +
                    <srcused>C:\Users\nsusma01\AppData\Local\Temp\\xmlEFBB.tmp</srcused>
         
     | 
| 
      
 144 
     | 
    
         
            +
                    <procdate>20130212</procdate>
         
     | 
| 
      
 145 
     | 
    
         
            +
                    <proctime>11073200</proctime>
         
     | 
| 
      
 146 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 147 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 148 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 149 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Starter Metadata Template -Tufts - UTF-8.xml</srcused>
         
     | 
| 
      
 150 
     | 
    
         
            +
                    <procdate>20130708</procdate>
         
     | 
| 
      
 151 
     | 
    
         
            +
                    <proctime>12383100</proctime>
         
     | 
| 
      
 152 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 153 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 154 
     | 
    
         
            +
                    <procdesc>Name changed from torre_perforacion_p to Ecuador50KDrillingTower11</procdesc>
         
     | 
| 
      
 155 
     | 
    
         
            +
                    <procdate>20130708</procdate>
         
     | 
| 
      
 156 
     | 
    
         
            +
                    <proccont>
         
     | 
| 
      
 157 
     | 
    
         
            +
                      <cntinfo>
         
     | 
| 
      
 158 
     | 
    
         
            +
                        <cntorgp>
         
     | 
| 
      
 159 
     | 
    
         
            +
                          <cntorg>Tufts University GIS Center</cntorg>
         
     | 
| 
      
 160 
     | 
    
         
            +
                        </cntorgp>
         
     | 
| 
      
 161 
     | 
    
         
            +
                        <cntpos>GIS Data Technician</cntpos>
         
     | 
| 
      
 162 
     | 
    
         
            +
                        <cntaddr>
         
     | 
| 
      
 163 
     | 
    
         
            +
                          <addrtype>mailing and physical address</addrtype>
         
     | 
| 
      
 164 
     | 
    
         
            +
                          <address>Academic Technology</address>
         
     | 
| 
      
 165 
     | 
    
         
            +
                          <address>16 Dearborn Ave</address>
         
     | 
| 
      
 166 
     | 
    
         
            +
                          <city>Somerville</city>
         
     | 
| 
      
 167 
     | 
    
         
            +
                          <state>MA</state>
         
     | 
| 
      
 168 
     | 
    
         
            +
                          <postal>02144</postal>
         
     | 
| 
      
 169 
     | 
    
         
            +
                          <country>USA</country>
         
     | 
| 
      
 170 
     | 
    
         
            +
                        </cntaddr>
         
     | 
| 
      
 171 
     | 
    
         
            +
                        <cntvoice>617-627-3380</cntvoice>
         
     | 
| 
      
 172 
     | 
    
         
            +
                        <cntemail>gis-support@elist.tufts.edu</cntemail>
         
     | 
| 
      
 173 
     | 
    
         
            +
                        <hours>Monday-Friday, 9:00 AM-5:00 PM, EST-USA</hours>
         
     | 
| 
      
 174 
     | 
    
         
            +
                      </cntinfo>
         
     | 
| 
      
 175 
     | 
    
         
            +
                    </proccont>
         
     | 
| 
      
 176 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 177 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 178 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 179 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\IGMMetadata.xml</srcused>
         
     | 
| 
      
 180 
     | 
    
         
            +
                    <procdate>20130708</procdate>
         
     | 
| 
      
 181 
     | 
    
         
            +
                    <proctime>15510900</proctime>
         
     | 
| 
      
 182 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 183 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 184 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 185 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\acequia_l\EcuadorIrrigation12.shp.xml</srcused>
         
     | 
| 
      
 186 
     | 
    
         
            +
                    <procdate>20130709</procdate>
         
     | 
| 
      
 187 
     | 
    
         
            +
                    <proctime>09201900</proctime>
         
     | 
| 
      
 188 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 189 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 190 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 191 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\acueducto_a\EcuadorAqueducts11.shp.xml</srcused>
         
     | 
| 
      
 192 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 193 
     | 
    
         
            +
                    <proctime>09400600</proctime>
         
     | 
| 
      
 194 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 195 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 196 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 197 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\aeropuerto_a\EcuadorAirports11.shp.xml</srcused>
         
     | 
| 
      
 198 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 199 
     | 
    
         
            +
                    <proctime>11044900</proctime>
         
     | 
| 
      
 200 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 201 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 202 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 203 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\alcantarilla_p\EcuadorCulvert11.shp.xml</srcused>
         
     | 
| 
      
 204 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 205 
     | 
    
         
            +
                    <proctime>11094800</proctime>
         
     | 
| 
      
 206 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 207 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 208 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 209 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\antena_parabolica_p\EcuadorSatelliteDish11.shp.xml</srcused>
         
     | 
| 
      
 210 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 211 
     | 
    
         
            +
                    <proctime>11211000</proctime>
         
     | 
| 
      
 212 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 213 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 214 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 215 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\area_inundacion_a\EcuadorInundationArea11.shp.xml</srcused>
         
     | 
| 
      
 216 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 217 
     | 
    
         
            +
                    <proctime>11315000</proctime>
         
     | 
| 
      
 218 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 219 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 220 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 221 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\arena_a\EcuadorArena11.shp.xml</srcused>
         
     | 
| 
      
 222 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 223 
     | 
    
         
            +
                    <proctime>11501300</proctime>
         
     | 
| 
      
 224 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 225 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 226 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 227 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\arena_p\EcuadorArenaPt11.shp.xml</srcused>
         
     | 
| 
      
 228 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 229 
     | 
    
         
            +
                    <proctime>12433800</proctime>
         
     | 
| 
      
 230 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 231 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 232 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 233 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\bocatoma_p\EcuadorWaterIntake11.shp.xml</srcused>
         
     | 
| 
      
 234 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 235 
     | 
    
         
            +
                    <proctime>12513700</proctime>
         
     | 
| 
      
 236 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 237 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 238 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 239 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\bodega_p\EcuadorWarehouse11.shp.xml</srcused>
         
     | 
| 
      
 240 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 241 
     | 
    
         
            +
                    <proctime>13510700</proctime>
         
     | 
| 
      
 242 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 243 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 244 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 245 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cable_aereo_l\EcuadorRailroad11.shp.xml</srcused>
         
     | 
| 
      
 246 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 247 
     | 
    
         
            +
                    <proctime>14203000</proctime>
         
     | 
| 
      
 248 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 249 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 250 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 251 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campamento_a\EcuadorTemporaryHousing11.shp.xml</srcused>
         
     | 
| 
      
 252 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 253 
     | 
    
         
            +
                    <proctime>14490000</proctime>
         
     | 
| 
      
 254 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 255 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 256 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 257 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campamento_militar_p\EcuadorMilitaryCamp11.shp.xml</srcused>
         
     | 
| 
      
 258 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 259 
     | 
    
         
            +
                    <proctime>14551100</proctime>
         
     | 
| 
      
 260 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 261 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 262 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 263 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campamento_p\EcuadorTemporaryHousingPt11.shp.xml</srcused>
         
     | 
| 
      
 264 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 265 
     | 
    
         
            +
                    <proctime>15085600</proctime>
         
     | 
| 
      
 266 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 267 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 268 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 269 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campo_gas_a\EcuadorGasFields11.shp.xml</srcused>
         
     | 
| 
      
 270 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 271 
     | 
    
         
            +
                    <proctime>15301900</proctime>
         
     | 
| 
      
 272 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 273 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 274 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 275 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cancha_a\EcuadorFields11.shp.xml</srcused>
         
     | 
| 
      
 276 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 277 
     | 
    
         
            +
                    <proctime>15455200</proctime>
         
     | 
| 
      
 278 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 279 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 280 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 281 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cantera_a\EcuadorQuarries11.shp.xml</srcused>
         
     | 
| 
      
 282 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 283 
     | 
    
         
            +
                    <proctime>16113800</proctime>
         
     | 
| 
      
 284 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 285 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 286 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 287 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\caracteristica_terreno_a\EcuadorSurfaceCover11.shp.xml</srcused>
         
     | 
| 
      
 288 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 289 
     | 
    
         
            +
                    <proctime>16232300</proctime>
         
     | 
| 
      
 290 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 291 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 292 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 293 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\casa_a\EcuadorHouses11.shp.xml</srcused>
         
     | 
| 
      
 294 
     | 
    
         
            +
                    <procdate>20130710</procdate>
         
     | 
| 
      
 295 
     | 
    
         
            +
                    <proctime>16430800</proctime>
         
     | 
| 
      
 296 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 297 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 298 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 299 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cascada_l\EcuadorWaterfalls11.shp.xml</srcused>
         
     | 
| 
      
 300 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 301 
     | 
    
         
            +
                    <proctime>09501700</proctime>
         
     | 
| 
      
 302 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 303 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 304 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 305 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cementerio_a\EcuadorCemetery11.shp.xml</srcused>
         
     | 
| 
      
 306 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 307 
     | 
    
         
            +
                    <proctime>10112700</proctime>
         
     | 
| 
      
 308 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 309 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 310 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 311 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\central_electrica_a\EcuadorPowerPlants11.shp.xml</srcused>
         
     | 
| 
      
 312 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 313 
     | 
    
         
            +
                    <proctime>10221000</proctime>
         
     | 
| 
      
 314 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 315 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 316 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 317 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\central_electrica_p\EcuadorPowerPlantsPoints11.shp.xml</srcused>
         
     | 
| 
      
 318 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 319 
     | 
    
         
            +
                    <proctime>10282300</proctime>
         
     | 
| 
      
 320 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 321 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 322 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 323 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cerca_l\EcuadorFenceBoundaries11.shp.xml</srcused>
         
     | 
| 
      
 324 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 325 
     | 
    
         
            +
                    <proctime>10495600</proctime>
         
     | 
| 
      
 326 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 327 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 328 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 329 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\choza_a\EcuadorHutsShacks11.shp.xml</srcused>
         
     | 
| 
      
 330 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 331 
     | 
    
         
            +
                    <proctime>11030100</proctime>
         
     | 
| 
      
 332 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 333 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 334 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 335 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cienaga_a\EcuadorSwamps11.shp.xml</srcused>
         
     | 
| 
      
 336 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 337 
     | 
    
         
            +
                    <proctime>11181500</proctime>
         
     | 
| 
      
 338 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 339 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 340 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 341 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\complejo_a\EcuadorEntertainment11.shp.xml</srcused>
         
     | 
| 
      
 342 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 343 
     | 
    
         
            +
                    <proctime>11351900</proctime>
         
     | 
| 
      
 344 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 345 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 346 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 347 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\compuerta_p\EcuadorFloodGates11.shp.xml</srcused>
         
     | 
| 
      
 348 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 349 
     | 
    
         
            +
                    <proctime>11470800</proctime>
         
     | 
| 
      
 350 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 351 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 352 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 353 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\comunidad_a\EcuadorIndigenousComm11.shp.xml</srcused>
         
     | 
| 
      
 354 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 355 
     | 
    
         
            +
                    <proctime>11592500</proctime>
         
     | 
| 
      
 356 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 357 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 358 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 359 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\corral_a\EcuadorLivestock11.shp.xml</srcused>
         
     | 
| 
      
 360 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 361 
     | 
    
         
            +
                    <proctime>12363900</proctime>
         
     | 
| 
      
 362 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 363 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 364 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 365 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\curva_batimetrica_l\EcuadorBathymetry11.shp.xml</srcused>
         
     | 
| 
      
 366 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 367 
     | 
    
         
            +
                    <proctime>13051400</proctime>
         
     | 
| 
      
 368 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 369 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 370 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 371 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\curva_nivel_l\EcuadorElevation11.shp.xml</srcused>
         
     | 
| 
      
 372 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 373 
     | 
    
         
            +
                    <proctime>13143000</proctime>
         
     | 
| 
      
 374 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 375 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 376 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 377 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\duna_a\EcuadorSandDunes11.shp.xml</srcused>
         
     | 
| 
      
 378 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 379 
     | 
    
         
            +
                    <proctime>13225500</proctime>
         
     | 
| 
      
 380 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 381 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 382 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 383 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\edificio_a\EcuadorBuildings11.shp.xml</srcused>
         
     | 
| 
      
 384 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 385 
     | 
    
         
            +
                    <proctime>13452700</proctime>
         
     | 
| 
      
 386 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 387 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 388 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 389 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\embalse_a\EcuadorReservoir11.shp.xml</srcused>
         
     | 
| 
      
 390 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 391 
     | 
    
         
            +
                    <proctime>13564600</proctime>
         
     | 
| 
      
 392 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 393 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 394 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 395 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\esclusa_l\EcuadorSluice11.shp.xml</srcused>
         
     | 
| 
      
 396 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 397 
     | 
    
         
            +
                    <proctime>14081800</proctime>
         
     | 
| 
      
 398 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 399 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 400 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 401 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\establo_a\EcuadorStables11.shp.xml</srcused>
         
     | 
| 
      
 402 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 403 
     | 
    
         
            +
                    <proctime>14194600</proctime>
         
     | 
| 
      
 404 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 405 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 406 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 407 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\estacion_a\EcuadorStation11.shp.xml</srcused>
         
     | 
| 
      
 408 
     | 
    
         
            +
                    <procdate>20130711</procdate>
         
     | 
| 
      
 409 
     | 
    
         
            +
                    <proctime>15354600</proctime>
         
     | 
| 
      
 410 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 411 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 412 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 413 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\estadio_a\EcuadorStadiums11.shp.xml</srcused>
         
     | 
| 
      
 414 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 415 
     | 
    
         
            +
                    <proctime>12582700</proctime>
         
     | 
| 
      
 416 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 417 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 418 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 419 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\estrato_rocoso_a\EcuadorTerrain11.shp.xml</srcused>
         
     | 
| 
      
 420 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 421 
     | 
    
         
            +
                    <proctime>13041600</proctime>
         
     | 
| 
      
 422 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 423 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 424 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 425 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\faro_p\EcuadorLighthouse11.shp.xml</srcused>
         
     | 
| 
      
 426 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 427 
     | 
    
         
            +
                    <proctime>13233600</proctime>
         
     | 
| 
      
 428 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 429 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 430 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 431 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\granjas_acuaticas_a\EcuadorFishFarm11.shp.xml</srcused>
         
     | 
| 
      
 432 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 433 
     | 
    
         
            +
                    <proctime>13281900</proctime>
         
     | 
| 
      
 434 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 435 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 436 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 437 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\granjas_acuaticas_p\EcuadorFishFarmsPoints11.shp.xml</srcused>
         
     | 
| 
      
 438 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 439 
     | 
    
         
            +
                    <proctime>13301300</proctime>
         
     | 
| 
      
 440 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 441 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 442 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 443 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\hacienda_a\EcuadorFarms11.shp.xml</srcused>
         
     | 
| 
      
 444 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 445 
     | 
    
         
            +
                    <proctime>13464300</proctime>
         
     | 
| 
      
 446 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 447 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 448 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 449 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\helipuerto_p\EcuadorHelipuerts11.shp.xml</srcused>
         
     | 
| 
      
 450 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 451 
     | 
    
         
            +
                    <proctime>15301800</proctime>
         
     | 
| 
      
 452 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 453 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 454 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 455 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\instalacion_militar_a\EcuadorMilitary11.shp.xml</srcused>
         
     | 
| 
      
 456 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 457 
     | 
    
         
            +
                    <proctime>15375800</proctime>
         
     | 
| 
      
 458 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 459 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 460 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 461 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\instalacion_militar_p\EcuadorMilitaryPoints11.shp.xml</srcused>
         
     | 
| 
      
 462 
     | 
    
         
            +
                    <procdate>20130712</procdate>
         
     | 
| 
      
 463 
     | 
    
         
            +
                    <proctime>15523800</proctime>
         
     | 
| 
      
 464 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 465 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 466 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 467 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\instalaciones_petroliferas_a\EcuadorOilProduction11.shp.xml</srcused>
         
     | 
| 
      
 468 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 469 
     | 
    
         
            +
                    <proctime>09151700</proctime>
         
     | 
| 
      
 470 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 471 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 472 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 473 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\isla_a\EcuadorIslands11.shp.xml</srcused>
         
     | 
| 
      
 474 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 475 
     | 
    
         
            +
                    <proctime>09483400</proctime>
         
     | 
| 
      
 476 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 477 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 478 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 479 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\linea_transmision_electrica_l\EcuadorElectricLines11.shp.xml</srcused>
         
     | 
| 
      
 480 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 481 
     | 
    
         
            +
                    <proctime>10021800</proctime>
         
     | 
| 
      
 482 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 483 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 484 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 485 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\linea_tren_l\EcuadorRailLines11.shp.xml</srcused>
         
     | 
| 
      
 486 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 487 
     | 
    
         
            +
                    <proctime>10260800</proctime>
         
     | 
| 
      
 488 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 489 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 490 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 491 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\malecon_l\EcuadorBreakwater11.shp.xml</srcused>
         
     | 
| 
      
 492 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 493 
     | 
    
         
            +
                    <proctime>10374500</proctime>
         
     | 
| 
      
 494 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 495 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 496 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 497 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\manantial_p\EcuadorNaturalSpring11.shp.xml</srcused>
         
     | 
| 
      
 498 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 499 
     | 
    
         
            +
                    <proctime>10560800</proctime>
         
     | 
| 
      
 500 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 501 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 502 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 503 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\mina_a\EcuadorMine11.shp.xml</srcused>
         
     | 
| 
      
 504 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 505 
     | 
    
         
            +
                    <proctime>11242100</proctime>
         
     | 
| 
      
 506 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 507 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 508 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 509 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\mirador_p\EcuadorViewpoint11.shp.xml</srcused>
         
     | 
| 
      
 510 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 511 
     | 
    
         
            +
                    <proctime>11364200</proctime>
         
     | 
| 
      
 512 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 513 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 514 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 515 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\monumento_p\EcuadorMonuments11.shp.xml</srcused>
         
     | 
| 
      
 516 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 517 
     | 
    
         
            +
                    <proctime>11452800</proctime>
         
     | 
| 
      
 518 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 519 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 520 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 521 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\muelle_a\EcuadorDocks11.shp.xml</srcused>
         
     | 
| 
      
 522 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 523 
     | 
    
         
            +
                    <proctime>12500200</proctime>
         
     | 
| 
      
 524 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 525 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 526 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 527 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\muro_contencion_l\EcuadorRetainingWalls11.shp.xml</srcused>
         
     | 
| 
      
 528 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 529 
     | 
    
         
            +
                    <proctime>12590400</proctime>
         
     | 
| 
      
 530 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 531 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 532 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 533 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\muro_l\EcuadorWalls11.shp.xml</srcused>
         
     | 
| 
      
 534 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 535 
     | 
    
         
            +
                    <proctime>13440800</proctime>
         
     | 
| 
      
 536 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 537 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 538 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 539 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\piscina_a\EcuadorPools11.shp.xml</srcused>
         
     | 
| 
      
 540 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 541 
     | 
    
         
            +
                    <proctime>13532400</proctime>
         
     | 
| 
      
 542 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 543 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 544 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 545 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\pista_aterrizaje_l\EcuadorRunways11.shp.xml</srcused>
         
     | 
| 
      
 546 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 547 
     | 
    
         
            +
                    <proctime>14211000</proctime>
         
     | 
| 
      
 548 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 549 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 550 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 551 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\pista_carreras_a\RacetracksEquador11.shp.xml</srcused>
         
     | 
| 
      
 552 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 553 
     | 
    
         
            +
                    <proctime>14354300</proctime>
         
     | 
| 
      
 554 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 555 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 556 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 557 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\planta_procesamiento_p\EcuadorProcessingPlant11.shp.xml</srcused>
         
     | 
| 
      
 558 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 559 
     | 
    
         
            +
                    <proctime>15371800</proctime>
         
     | 
| 
      
 560 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 561 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 562 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 563 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\poblado_p\EcuadorCitiesTowns11.shp.xml</srcused>
         
     | 
| 
      
 564 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 565 
     | 
    
         
            +
                    <proctime>15542200</proctime>
         
     | 
| 
      
 566 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 567 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 568 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 569 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\pozo_a\EcuadorLiqGasWell11.shp.xml</srcused>
         
     | 
| 
      
 570 
     | 
    
         
            +
                    <procdate>20130715</procdate>
         
     | 
| 
      
 571 
     | 
    
         
            +
                    <proctime>16164400</proctime>
         
     | 
| 
      
 572 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 573 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 574 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 575 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\presa_a\EcuadorReservoirs11.shp.xml</srcused>
         
     | 
| 
      
 576 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 577 
     | 
    
         
            +
                    <proctime>09464800</proctime>
         
     | 
| 
      
 578 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 579 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 580 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 581 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\procesamiento_residuos_a\EcuadorWaste11.shp.xml</srcused>
         
     | 
| 
      
 582 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 583 
     | 
    
         
            +
                    <proctime>10323300</proctime>
         
     | 
| 
      
 584 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 585 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 586 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 587 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\puente_l\EcuadorBridges11.shp.xml</srcused>
         
     | 
| 
      
 588 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 589 
     | 
    
         
            +
                    <proctime>12163200</proctime>
         
     | 
| 
      
 590 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 591 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 592 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 593 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\rio_a\EcuadorRiver11.shp.xml</srcused>
         
     | 
| 
      
 594 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 595 
     | 
    
         
            +
                    <proctime>12242800</proctime>
         
     | 
| 
      
 596 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 597 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 598 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 599 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\rio_l\EucadorRiversLine11.shp.xml</srcused>
         
     | 
| 
      
 600 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 601 
     | 
    
         
            +
                    <proctime>12344000</proctime>
         
     | 
| 
      
 602 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 603 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 604 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 605 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\roca_a\EcuadorRocks11.shp.xml</srcused>
         
     | 
| 
      
 606 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 607 
     | 
    
         
            +
                    <proctime>13280000</proctime>
         
     | 
| 
      
 608 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 609 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 610 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 611 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\ruta_ferry_l\EcuadorFerryRoute11.shp.xml</srcused>
         
     | 
| 
      
 612 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 613 
     | 
    
         
            +
                    <proctime>13492900</proctime>
         
     | 
| 
      
 614 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 615 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 616 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 617 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\ruta_ferry_p\EcuadorFerryRoutePoint11.shp.xml</srcused>
         
     | 
| 
      
 618 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 619 
     | 
    
         
            +
                    <proctime>14222500</proctime>
         
     | 
| 
      
 620 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 621 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 622 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 623 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\sin_informacion_a\EcuadorNoInfo11.shp.xml</srcused>
         
     | 
| 
      
 624 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 625 
     | 
    
         
            +
                    <proctime>14275700</proctime>
         
     | 
| 
      
 626 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 627 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 628 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 629 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\sitio_arqueologico_a\EcuadorArchaeologicalSites11.shp.xml</srcused>
         
     | 
| 
      
 630 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 631 
     | 
    
         
            +
                    <proctime>14375100</proctime>
         
     | 
| 
      
 632 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 633 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 634 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 635 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\subestacion_a\EcuadorSubstations11.shp.xml</srcused>
         
     | 
| 
      
 636 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 637 
     | 
    
         
            +
                    <proctime>15210500</proctime>
         
     | 
| 
      
 638 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 639 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 640 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 641 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\tanque_a\EcuadorTanks11.shp.xml</srcused>
         
     | 
| 
      
 642 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 643 
     | 
    
         
            +
                    <proctime>15562900</proctime>
         
     | 
| 
      
 644 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 645 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 646 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 647 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\terraplen_a\EcuadorEmbank11.shp.xml</srcused>
         
     | 
| 
      
 648 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 649 
     | 
    
         
            +
                    <proctime>16103500</proctime>
         
     | 
| 
      
 650 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 651 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 652 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 653 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\terreno_inundable_a\EcuadorFloodPlain11.shp.xml</srcused>
         
     | 
| 
      
 654 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 655 
     | 
    
         
            +
                    <proctime>16240700</proctime>
         
     | 
| 
      
 656 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 657 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 658 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 659 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\texto_descriptivo_l\EcuadorUniqueFeature11.shp.xml</srcused>
         
     | 
| 
      
 660 
     | 
    
         
            +
                    <procdate>20130716</procdate>
         
     | 
| 
      
 661 
     | 
    
         
            +
                    <proctime>16404000</proctime>
         
     | 
| 
      
 662 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 663 
     | 
    
         
            +
                  <procstep>
         
     | 
| 
      
 664 
     | 
    
         
            +
                    <procdesc>Metadata imported.</procdesc>
         
     | 
| 
      
 665 
     | 
    
         
            +
                    <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\torre_agua_p\EcuadorWaterTower11.shp.xml</srcused>
         
     | 
| 
      
 666 
     | 
    
         
            +
                    <procdate>20130717</procdate>
         
     | 
| 
      
 667 
     | 
    
         
            +
                    <proctime>10330200</proctime>
         
     | 
| 
      
 668 
     | 
    
         
            +
                  </procstep>
         
     | 
| 
      
 669 
     | 
    
         
            +
                </lineage>
         
     | 
| 
      
 670 
     | 
    
         
            +
              </dataqual>
         
     | 
| 
      
 671 
     | 
    
         
            +
              <spdoinfo>
         
     | 
| 
      
 672 
     | 
    
         
            +
                <direct>Vector</direct>
         
     | 
| 
      
 673 
     | 
    
         
            +
                <ptvctinf>
         
     | 
| 
      
 674 
     | 
    
         
            +
                  <sdtsterm Name="Ecuador50KDrillingTower11">
         
     | 
| 
      
 675 
     | 
    
         
            +
                    <sdtstype>Entity point</sdtstype>
         
     | 
| 
      
 676 
     | 
    
         
            +
                    <ptvctcnt>1</ptvctcnt>
         
     | 
| 
      
 677 
     | 
    
         
            +
                  </sdtsterm>
         
     | 
| 
      
 678 
     | 
    
         
            +
                  <esriterm Name="Ecuador50KDrillingTower11">
         
     | 
| 
      
 679 
     | 
    
         
            +
                    <efeatyp Sync="TRUE">Simple</efeatyp>
         
     | 
| 
      
 680 
     | 
    
         
            +
                    <efeageom Sync="TRUE">Point</efeageom>
         
     | 
| 
      
 681 
     | 
    
         
            +
                    <esritopo Sync="TRUE">FALSE</esritopo>
         
     | 
| 
      
 682 
     | 
    
         
            +
                    <efeacnt Sync="TRUE">1</efeacnt>
         
     | 
| 
      
 683 
     | 
    
         
            +
                    <spindex Sync="TRUE">TRUE</spindex>
         
     | 
| 
      
 684 
     | 
    
         
            +
                    <linrefer Sync="TRUE">FALSE</linrefer>
         
     | 
| 
      
 685 
     | 
    
         
            +
                  </esriterm>
         
     | 
| 
      
 686 
     | 
    
         
            +
                </ptvctinf>
         
     | 
| 
      
 687 
     | 
    
         
            +
              </spdoinfo>
         
     | 
| 
      
 688 
     | 
    
         
            +
              <spref>
         
     | 
| 
      
 689 
     | 
    
         
            +
                <horizsys>
         
     | 
| 
      
 690 
     | 
    
         
            +
                  <planar>
         
     | 
| 
      
 691 
     | 
    
         
            +
                    <planci>
         
     | 
| 
      
 692 
     | 
    
         
            +
                      <plance>coordinate pair</plance>
         
     | 
| 
      
 693 
     | 
    
         
            +
                      <coordrep>
         
     | 
| 
      
 694 
     | 
    
         
            +
                        <absres>0.000000</absres>
         
     | 
| 
      
 695 
     | 
    
         
            +
                        <ordres>0.000000</ordres>
         
     | 
| 
      
 696 
     | 
    
         
            +
                      </coordrep>
         
     | 
| 
      
 697 
     | 
    
         
            +
                      <plandu>meters</plandu>
         
     | 
| 
      
 698 
     | 
    
         
            +
                    </planci>
         
     | 
| 
      
 699 
     | 
    
         
            +
                    <gridsys>
         
     | 
| 
      
 700 
     | 
    
         
            +
                      <gridsysn Sync="TRUE">Universal Transverse Mercator</gridsysn>
         
     | 
| 
      
 701 
     | 
    
         
            +
                      <utm>
         
     | 
| 
      
 702 
     | 
    
         
            +
                        <utmzone Sync="TRUE">-17</utmzone>
         
     | 
| 
      
 703 
     | 
    
         
            +
                        <transmer>
         
     | 
| 
      
 704 
     | 
    
         
            +
                          <sfctrmer Sync="TRUE">0.999600</sfctrmer>
         
     | 
| 
      
 705 
     | 
    
         
            +
                          <longcm Sync="TRUE">-81.000000</longcm>
         
     | 
| 
      
 706 
     | 
    
         
            +
                          <latprjo Sync="TRUE">0.000000</latprjo>
         
     | 
| 
      
 707 
     | 
    
         
            +
                          <feast Sync="TRUE">500000.000000</feast>
         
     | 
| 
      
 708 
     | 
    
         
            +
                          <fnorth Sync="TRUE">10000000.000000</fnorth>
         
     | 
| 
      
 709 
     | 
    
         
            +
                        </transmer>
         
     | 
| 
      
 710 
     | 
    
         
            +
                      </utm>
         
     | 
| 
      
 711 
     | 
    
         
            +
                    </gridsys>
         
     | 
| 
      
 712 
     | 
    
         
            +
                  </planar>
         
     | 
| 
      
 713 
     | 
    
         
            +
                  <geodetic>
         
     | 
| 
      
 714 
     | 
    
         
            +
                    <horizdn>D_WGS_1984</horizdn>
         
     | 
| 
      
 715 
     | 
    
         
            +
                    <ellips>WGS_1984</ellips>
         
     | 
| 
      
 716 
     | 
    
         
            +
                    <semiaxis>6378137.000000</semiaxis>
         
     | 
| 
      
 717 
     | 
    
         
            +
                    <denflat>298.257224</denflat>
         
     | 
| 
      
 718 
     | 
    
         
            +
                  </geodetic>
         
     | 
| 
      
 719 
     | 
    
         
            +
                  <cordsysn>
         
     | 
| 
      
 720 
     | 
    
         
            +
                    <geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn>
         
     | 
| 
      
 721 
     | 
    
         
            +
                    <projcsn Sync="TRUE">WGS_1984_UTM_Zone_17S</projcsn>
         
     | 
| 
      
 722 
     | 
    
         
            +
                  </cordsysn>
         
     | 
| 
      
 723 
     | 
    
         
            +
                </horizsys>
         
     | 
| 
      
 724 
     | 
    
         
            +
              </spref>
         
     | 
| 
      
 725 
     | 
    
         
            +
              <eainfo>
         
     | 
| 
      
 726 
     | 
    
         
            +
                <detailed Name="Ecuador50KDrillingTower11">
         
     | 
| 
      
 727 
     | 
    
         
            +
                  <enttyp>
         
     | 
| 
      
 728 
     | 
    
         
            +
                    <enttypl>
         
     | 
| 
      
 729 
     | 
    
         
            +
                  Ecuador50KDrillingTower11</enttypl>
         
     | 
| 
      
 730 
     | 
    
         
            +
                    <enttypt Sync="TRUE">Feature Class</enttypt>
         
     | 
| 
      
 731 
     | 
    
         
            +
                    <enttypc Sync="TRUE">1</enttypc>
         
     | 
| 
      
 732 
     | 
    
         
            +
                  </enttyp>
         
     | 
| 
      
 733 
     | 
    
         
            +
                  <attr>
         
     | 
| 
      
 734 
     | 
    
         
            +
                    <attrlabl>FID</attrlabl>
         
     | 
| 
      
 735 
     | 
    
         
            +
                    <attrdef>Internal feature number.</attrdef>
         
     | 
| 
      
 736 
     | 
    
         
            +
                    <attrdefs>Environmental Systems Research Institute (Redlands, Calif.)</attrdefs>
         
     | 
| 
      
 737 
     | 
    
         
            +
                    <attrdomv>
         
     | 
| 
      
 738 
     | 
    
         
            +
                      <udom>Sequential unique whole numbers that are automatically generated.</udom>
         
     | 
| 
      
 739 
     | 
    
         
            +
                    </attrdomv>
         
     | 
| 
      
 740 
     | 
    
         
            +
                    <attalias Sync="TRUE">FID</attalias>
         
     | 
| 
      
 741 
     | 
    
         
            +
                    <attrtype Sync="TRUE">OID</attrtype>
         
     | 
| 
      
 742 
     | 
    
         
            +
                    <attwidth Sync="TRUE">4</attwidth>
         
     | 
| 
      
 743 
     | 
    
         
            +
                    <atprecis Sync="TRUE">0</atprecis>
         
     | 
| 
      
 744 
     | 
    
         
            +
                    <attscale Sync="TRUE">0</attscale>
         
     | 
| 
      
 745 
     | 
    
         
            +
                  </attr>
         
     | 
| 
      
 746 
     | 
    
         
            +
                  <attr>
         
     | 
| 
      
 747 
     | 
    
         
            +
                    <attrlabl>Shape</attrlabl>
         
     | 
| 
      
 748 
     | 
    
         
            +
                    <attrdef>Feature geometry.</attrdef>
         
     | 
| 
      
 749 
     | 
    
         
            +
                    <attrdefs>Environmental Systems Research Institute (Redlands, Calif.)</attrdefs>
         
     | 
| 
      
 750 
     | 
    
         
            +
                    <attrdomv>
         
     | 
| 
      
 751 
     | 
    
         
            +
                      <udom>Coordinates defining the features.</udom>
         
     | 
| 
      
 752 
     | 
    
         
            +
                    </attrdomv>
         
     | 
| 
      
 753 
     | 
    
         
            +
                    <attalias Sync="TRUE">Shape</attalias>
         
     | 
| 
      
 754 
     | 
    
         
            +
                    <attrtype Sync="TRUE">Geometry</attrtype>
         
     | 
| 
      
 755 
     | 
    
         
            +
                    <attwidth Sync="TRUE">0</attwidth>
         
     | 
| 
      
 756 
     | 
    
         
            +
                    <atprecis Sync="TRUE">0</atprecis>
         
     | 
| 
      
 757 
     | 
    
         
            +
                    <attscale Sync="TRUE">0</attscale>
         
     | 
| 
      
 758 
     | 
    
         
            +
                  </attr>
         
     | 
| 
      
 759 
     | 
    
         
            +
                  <attr>
         
     | 
| 
      
 760 
     | 
    
         
            +
                    <attrlabl>fcode</attrlabl>
         
     | 
| 
      
 761 
     | 
    
         
            +
                    <attrdef>Feature class code</attrdef>
         
     | 
| 
      
 762 
     | 
    
         
            +
                    <attrdefs>Tufts University. Geographic Information Systems Center</attrdefs>
         
     | 
| 
      
 763 
     | 
    
         
            +
                    <attrdomv>
         
     | 
| 
      
 764 
     | 
    
         
            +
                      <edom>
         
     | 
| 
      
 765 
     | 
    
         
            +
                        <edomv>AA040</edomv>
         
     | 
| 
      
 766 
     | 
    
         
            +
                        <edomvd>Vertical structure equipped for perforation purposes</edomvd>
         
     | 
| 
      
 767 
     | 
    
         
            +
                        <edomvds>Instituto Geografico Militar (Ecuador)</edomvds>
         
     | 
| 
      
 768 
     | 
    
         
            +
                      </edom>
         
     | 
| 
      
 769 
     | 
    
         
            +
                    </attrdomv>
         
     | 
| 
      
 770 
     | 
    
         
            +
                    <attalias Sync="TRUE">fcode</attalias>
         
     | 
| 
      
 771 
     | 
    
         
            +
                    <attrtype Sync="TRUE">String</attrtype>
         
     | 
| 
      
 772 
     | 
    
         
            +
                    <attwidth Sync="TRUE">5</attwidth>
         
     | 
| 
      
 773 
     | 
    
         
            +
                  </attr>
         
     | 
| 
      
 774 
     | 
    
         
            +
                  <attr>
         
     | 
| 
      
 775 
     | 
    
         
            +
                    <attrlabl>descripcio</attrlabl>
         
     | 
| 
      
 776 
     | 
    
         
            +
                    <attrdef>Description of the FCODE</attrdef>
         
     | 
| 
      
 777 
     | 
    
         
            +
                    <attrdefs>Tufts University. Geographic Information Systems Center</attrdefs>
         
     | 
| 
      
 778 
     | 
    
         
            +
                    <attalias Sync="TRUE">descripcio</attalias>
         
     | 
| 
      
 779 
     | 
    
         
            +
                    <attrtype Sync="TRUE">String</attrtype>
         
     | 
| 
      
 780 
     | 
    
         
            +
                    <attwidth Sync="TRUE">250</attwidth>
         
     | 
| 
      
 781 
     | 
    
         
            +
                  </attr>
         
     | 
| 
      
 782 
     | 
    
         
            +
                  <attr>
         
     | 
| 
      
 783 
     | 
    
         
            +
                    <attrlabl>ppo</attrlabl>
         
     | 
| 
      
 784 
     | 
    
         
            +
                    <attrdef>Category of product</attrdef>
         
     | 
| 
      
 785 
     | 
    
         
            +
                    <attrdefs>Instituto Geografico Militar (Ecuador)</attrdefs>
         
     | 
| 
      
 786 
     | 
    
         
            +
                    <attrdomv>
         
     | 
| 
      
 787 
     | 
    
         
            +
                      <edom>
         
     | 
| 
      
 788 
     | 
    
         
            +
                        <edomv>-1</edomv>
         
     | 
| 
      
 789 
     | 
    
         
            +
                        <edomvd>No information is available</edomvd>
         
     | 
| 
      
 790 
     | 
    
         
            +
                        <edomvds>Instituto Geografico Militar (Ecuador)</edomvds>
         
     | 
| 
      
 791 
     | 
    
         
            +
                      </edom>
         
     | 
| 
      
 792 
     | 
    
         
            +
                    </attrdomv>
         
     | 
| 
      
 793 
     | 
    
         
            +
                    <attalias Sync="TRUE">ppo</attalias>
         
     | 
| 
      
 794 
     | 
    
         
            +
                    <attrtype Sync="TRUE">Number</attrtype>
         
     | 
| 
      
 795 
     | 
    
         
            +
                    <attwidth Sync="TRUE">4</attwidth>
         
     | 
| 
      
 796 
     | 
    
         
            +
                  </attr>
         
     | 
| 
      
 797 
     | 
    
         
            +
                  <attr>
         
     | 
| 
      
 798 
     | 
    
         
            +
                    <attrlabl>ppo_desc</attrlabl>
         
     | 
| 
      
 799 
     | 
    
         
            +
                    <attrdef>Description of the PPO code</attrdef>
         
     | 
| 
      
 800 
     | 
    
         
            +
                    <attrdefs>Instituto Geografico Militar (Ecuador)</attrdefs>
         
     | 
| 
      
 801 
     | 
    
         
            +
                    <attalias Sync="TRUE">ppo_desc</attalias>
         
     | 
| 
      
 802 
     | 
    
         
            +
                    <attrtype Sync="TRUE">String</attrtype>
         
     | 
| 
      
 803 
     | 
    
         
            +
                    <attwidth Sync="TRUE">80</attwidth>
         
     | 
| 
      
 804 
     | 
    
         
            +
                  </attr>
         
     | 
| 
      
 805 
     | 
    
         
            +
                  <attr>
         
     | 
| 
      
 806 
     | 
    
         
            +
                    <attrlabl>txt</attrlabl>
         
     | 
| 
      
 807 
     | 
    
         
            +
                    <attrdef>Further information about the tower</attrdef>
         
     | 
| 
      
 808 
     | 
    
         
            +
                    <attrdefs>Instituto Geografico Militar (Ecuador)</attrdefs>
         
     | 
| 
      
 809 
     | 
    
         
            +
                    <attalias Sync="TRUE">txt</attalias>
         
     | 
| 
      
 810 
     | 
    
         
            +
                    <attrtype Sync="TRUE">String</attrtype>
         
     | 
| 
      
 811 
     | 
    
         
            +
                    <attwidth Sync="TRUE">250</attwidth>
         
     | 
| 
      
 812 
     | 
    
         
            +
                  </attr>
         
     | 
| 
      
 813 
     | 
    
         
            +
                </detailed>
         
     | 
| 
      
 814 
     | 
    
         
            +
              </eainfo>
         
     | 
| 
      
 815 
     | 
    
         
            +
              <distinfo>
         
     | 
| 
      
 816 
     | 
    
         
            +
                <distrib>
         
     | 
| 
      
 817 
     | 
    
         
            +
                  <cntinfo>
         
     | 
| 
      
 818 
     | 
    
         
            +
                    <cntorgp>
         
     | 
| 
      
 819 
     | 
    
         
            +
                      <cntorg>Tufts University GIS Center</cntorg>
         
     | 
| 
      
 820 
     | 
    
         
            +
                    </cntorgp>
         
     | 
| 
      
 821 
     | 
    
         
            +
                    <cntpos>GIS Data Analyst</cntpos>
         
     | 
| 
      
 822 
     | 
    
         
            +
                    <cntaddr>
         
     | 
| 
      
 823 
     | 
    
         
            +
                      <addrtype>mailing and physical address</addrtype>
         
     | 
| 
      
 824 
     | 
    
         
            +
                      <address>Academic Technology</address>
         
     | 
| 
      
 825 
     | 
    
         
            +
                      <address>16 Dearborn Ave</address>
         
     | 
| 
      
 826 
     | 
    
         
            +
                      <city>Somerville</city>
         
     | 
| 
      
 827 
     | 
    
         
            +
                      <state>MA</state>
         
     | 
| 
      
 828 
     | 
    
         
            +
                      <postal>02144</postal>
         
     | 
| 
      
 829 
     | 
    
         
            +
                      <country>USA</country>
         
     | 
| 
      
 830 
     | 
    
         
            +
                    </cntaddr>
         
     | 
| 
      
 831 
     | 
    
         
            +
                    <cntvoice>617-627-3380</cntvoice>
         
     | 
| 
      
 832 
     | 
    
         
            +
                    <cntemail>gis-support@elist.tufts.edu</cntemail>
         
     | 
| 
      
 833 
     | 
    
         
            +
                    <hours>Monday-Friday, 9:00 AM-5:00 PM, EST-USA</hours>
         
     | 
| 
      
 834 
     | 
    
         
            +
                  </cntinfo>
         
     | 
| 
      
 835 
     | 
    
         
            +
                </distrib>
         
     | 
| 
      
 836 
     | 
    
         
            +
                <resdesc>Online Dataset</resdesc>
         
     | 
| 
      
 837 
     | 
    
         
            +
                <stdorder>
         
     | 
| 
      
 838 
     | 
    
         
            +
                  <digform>
         
     | 
| 
      
 839 
     | 
    
         
            +
                    <digtinfo>
         
     | 
| 
      
 840 
     | 
    
         
            +
                      <transize>13.102</transize>
         
     | 
| 
      
 841 
     | 
    
         
            +
                      <dssize Sync="TRUE">0.000</dssize>
         
     | 
| 
      
 842 
     | 
    
         
            +
                    </digtinfo>
         
     | 
| 
      
 843 
     | 
    
         
            +
                  </digform>
         
     | 
| 
      
 844 
     | 
    
         
            +
                </stdorder>
         
     | 
| 
      
 845 
     | 
    
         
            +
              </distinfo>
         
     | 
| 
      
 846 
     | 
    
         
            +
              <metainfo>
         
     | 
| 
      
 847 
     | 
    
         
            +
                <metd>20130813</metd>
         
     | 
| 
      
 848 
     | 
    
         
            +
                <metc>
         
     | 
| 
      
 849 
     | 
    
         
            +
                  <cntinfo>
         
     | 
| 
      
 850 
     | 
    
         
            +
                    <cntorgp>
         
     | 
| 
      
 851 
     | 
    
         
            +
                      <cntorg>Tufts University GIS Center</cntorg>
         
     | 
| 
      
 852 
     | 
    
         
            +
                      <cntper>REQUIRED: The person responsible for the metadata information.</cntper>
         
     | 
| 
      
 853 
     | 
    
         
            +
                    </cntorgp>
         
     | 
| 
      
 854 
     | 
    
         
            +
                    <cntpos>GIS Data Analyst</cntpos>
         
     | 
| 
      
 855 
     | 
    
         
            +
                    <cntaddr>
         
     | 
| 
      
 856 
     | 
    
         
            +
                      <addrtype>mailing and physical address</addrtype>
         
     | 
| 
      
 857 
     | 
    
         
            +
                      <address>Academic Technology</address>
         
     | 
| 
      
 858 
     | 
    
         
            +
                      <address>16 Dearborn Ave</address>
         
     | 
| 
      
 859 
     | 
    
         
            +
                      <city>Somerville</city>
         
     | 
| 
      
 860 
     | 
    
         
            +
                      <state>MA</state>
         
     | 
| 
      
 861 
     | 
    
         
            +
                      <postal>02144</postal>
         
     | 
| 
      
 862 
     | 
    
         
            +
                      <country>USA</country>
         
     | 
| 
      
 863 
     | 
    
         
            +
                    </cntaddr>
         
     | 
| 
      
 864 
     | 
    
         
            +
                    <cntvoice>617-627-3380</cntvoice>
         
     | 
| 
      
 865 
     | 
    
         
            +
                    <cntemail>gis-support@elist.tufts.edu</cntemail>
         
     | 
| 
      
 866 
     | 
    
         
            +
                    <hours>Monday-Friday, 9:00 AM-5:00 PM, EST-USA</hours>
         
     | 
| 
      
 867 
     | 
    
         
            +
                  </cntinfo>
         
     | 
| 
      
 868 
     | 
    
         
            +
                </metc>
         
     | 
| 
      
 869 
     | 
    
         
            +
                <metstdn>FGDC Content Standards for Digital Geospatial Metadata</metstdn>
         
     | 
| 
      
 870 
     | 
    
         
            +
                <metstdv>FGDC-STD-001-1998</metstdv>
         
     | 
| 
      
 871 
     | 
    
         
            +
                <mettc>local time</mettc>
         
     | 
| 
      
 872 
     | 
    
         
            +
                <metextns>
         
     | 
| 
      
 873 
     | 
    
         
            +
                  <onlink>http://www.esri.com/metadata/esriprof80.html</onlink>
         
     | 
| 
      
 874 
     | 
    
         
            +
                  <metprof>ESRI Metadata Profile</metprof>
         
     | 
| 
      
 875 
     | 
    
         
            +
                </metextns>
         
     | 
| 
      
 876 
     | 
    
         
            +
                <metextns>
         
     | 
| 
      
 877 
     | 
    
         
            +
                  <onlink>http://www.esri.com/metadata/esriprof80.html</onlink>
         
     | 
| 
      
 878 
     | 
    
         
            +
                  <metprof>ESRI Metadata Profile</metprof>
         
     | 
| 
      
 879 
     | 
    
         
            +
                </metextns>
         
     | 
| 
      
 880 
     | 
    
         
            +
                <metextns>
         
     | 
| 
      
 881 
     | 
    
         
            +
                  <onlink>http://www.esri.com/metadata/esriprof80.html</onlink>
         
     | 
| 
      
 882 
     | 
    
         
            +
                  <metprof>ESRI Metadata Profile</metprof>
         
     | 
| 
      
 883 
     | 
    
         
            +
                </metextns>
         
     | 
| 
      
 884 
     | 
    
         
            +
                <langmeta Sync="TRUE">en</langmeta>
         
     | 
| 
      
 885 
     | 
    
         
            +
                <metextns>
         
     | 
| 
      
 886 
     | 
    
         
            +
                  <onlink Sync="TRUE">http://www.esri.com/metadata/esriprof80.html</onlink>
         
     | 
| 
      
 887 
     | 
    
         
            +
                  <metprof Sync="TRUE">ESRI Metadata Profile</metprof>
         
     | 
| 
      
 888 
     | 
    
         
            +
                </metextns>
         
     | 
| 
      
 889 
     | 
    
         
            +
              </metainfo>
         
     | 
| 
      
 890 
     | 
    
         
            +
              <dataIdInfo>
         
     | 
| 
      
 891 
     | 
    
         
            +
                <envirDesc Sync="TRUE">Microsoft Windows Vista Version 6.1 (Build 7601) Service Pack 1; ESRI ArcCatalog 9.3.1.4000</envirDesc>
         
     | 
| 
      
 892 
     | 
    
         
            +
                <dataLang>
         
     | 
| 
      
 893 
     | 
    
         
            +
                  <languageCode Sync="TRUE" value="en"/>
         
     | 
| 
      
 894 
     | 
    
         
            +
                </dataLang>
         
     | 
| 
      
 895 
     | 
    
         
            +
                <idCitation>
         
     | 
| 
      
 896 
     | 
    
         
            +
                  <resTitle Sync="TRUE">Ecuador50KDrillingTower11</resTitle>
         
     | 
| 
      
 897 
     | 
    
         
            +
                  <presForm>
         
     | 
| 
      
 898 
     | 
    
         
            +
                    <PresFormCd Sync="TRUE" value="005"/>
         
     | 
| 
      
 899 
     | 
    
         
            +
                  </presForm>
         
     | 
| 
      
 900 
     | 
    
         
            +
                </idCitation>
         
     | 
| 
      
 901 
     | 
    
         
            +
                <spatRpType>
         
     | 
| 
      
 902 
     | 
    
         
            +
                  <SpatRepTypCd Sync="TRUE" value="001"/>
         
     | 
| 
      
 903 
     | 
    
         
            +
                </spatRpType>
         
     | 
| 
      
 904 
     | 
    
         
            +
                <dataExt>
         
     | 
| 
      
 905 
     | 
    
         
            +
                  <geoEle>
         
     | 
| 
      
 906 
     | 
    
         
            +
                    <GeoBndBox esriExtentType="native">
         
     | 
| 
      
 907 
     | 
    
         
            +
                      <westBL Sync="TRUE">621844.3882</westBL>
         
     | 
| 
      
 908 
     | 
    
         
            +
                      <eastBL Sync="TRUE">621844.3882</eastBL>
         
     | 
| 
      
 909 
     | 
    
         
            +
                      <northBL Sync="TRUE">9847689.6686</northBL>
         
     | 
| 
      
 910 
     | 
    
         
            +
                      <southBL Sync="TRUE">9847689.6686</southBL>
         
     | 
| 
      
 911 
     | 
    
         
            +
                      <exTypeCode Sync="TRUE">1</exTypeCode>
         
     | 
| 
      
 912 
     | 
    
         
            +
                    </GeoBndBox>
         
     | 
| 
      
 913 
     | 
    
         
            +
                  </geoEle>
         
     | 
| 
      
 914 
     | 
    
         
            +
                </dataExt>
         
     | 
| 
      
 915 
     | 
    
         
            +
                <geoBox esriExtentType="decdegrees">
         
     | 
| 
      
 916 
     | 
    
         
            +
                  <westBL Sync="TRUE">-79.904768</westBL>
         
     | 
| 
      
 917 
     | 
    
         
            +
                  <eastBL Sync="TRUE">-79.904768</eastBL>
         
     | 
| 
      
 918 
     | 
    
         
            +
                  <northBL Sync="TRUE">-1.377743</northBL>
         
     | 
| 
      
 919 
     | 
    
         
            +
                  <southBL Sync="TRUE">-1.377743</southBL>
         
     | 
| 
      
 920 
     | 
    
         
            +
                  <exTypeCode Sync="TRUE">1</exTypeCode>
         
     | 
| 
      
 921 
     | 
    
         
            +
                </geoBox>
         
     | 
| 
      
 922 
     | 
    
         
            +
              </dataIdInfo>
         
     | 
| 
      
 923 
     | 
    
         
            +
              <mdLang>
         
     | 
| 
      
 924 
     | 
    
         
            +
                <languageCode Sync="TRUE" value="en"/>
         
     | 
| 
      
 925 
     | 
    
         
            +
              </mdLang>
         
     | 
| 
      
 926 
     | 
    
         
            +
              <mdStanName Sync="TRUE">ISO 19115 Geographic Information - Metadata</mdStanName>
         
     | 
| 
      
 927 
     | 
    
         
            +
              <mdStanVer Sync="TRUE">DIS_ESRI1.0</mdStanVer>
         
     | 
| 
      
 928 
     | 
    
         
            +
              <mdChar>
         
     | 
| 
      
 929 
     | 
    
         
            +
                <CharSetCd Sync="TRUE" value="004"/>
         
     | 
| 
      
 930 
     | 
    
         
            +
              </mdChar>
         
     | 
| 
      
 931 
     | 
    
         
            +
              <mdHrLv>
         
     | 
| 
      
 932 
     | 
    
         
            +
                <ScopeCd Sync="TRUE" value="005"/>
         
     | 
| 
      
 933 
     | 
    
         
            +
              </mdHrLv>
         
     | 
| 
      
 934 
     | 
    
         
            +
              <mdHrLvName Sync="TRUE">dataset</mdHrLvName>
         
     | 
| 
      
 935 
     | 
    
         
            +
              <distInfo>
         
     | 
| 
      
 936 
     | 
    
         
            +
                <distributor>
         
     | 
| 
      
 937 
     | 
    
         
            +
                  <distorTran>
         
     | 
| 
      
 938 
     | 
    
         
            +
                    <onLineSrc>
         
     | 
| 
      
 939 
     | 
    
         
            +
                      <orDesc Sync="TRUE">002</orDesc>
         
     | 
| 
      
 940 
     | 
    
         
            +
                      <linkage Sync="TRUE">file://\\rstore2\gisprojects$\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\torre_perforacion_p\Ecuador50KDrillingTower11.shp</linkage>
         
     | 
| 
      
 941 
     | 
    
         
            +
                      <protocol Sync="TRUE">Local Area Network</protocol>
         
     | 
| 
      
 942 
     | 
    
         
            +
                    </onLineSrc>
         
     | 
| 
      
 943 
     | 
    
         
            +
                    <transSize Sync="TRUE">0.000</transSize>
         
     | 
| 
      
 944 
     | 
    
         
            +
                  </distorTran>
         
     | 
| 
      
 945 
     | 
    
         
            +
                  <distorFormat>
         
     | 
| 
      
 946 
     | 
    
         
            +
                    <formatName Sync="TRUE">Shapefile</formatName>
         
     | 
| 
      
 947 
     | 
    
         
            +
                  </distorFormat>
         
     | 
| 
      
 948 
     | 
    
         
            +
                </distributor>
         
     | 
| 
      
 949 
     | 
    
         
            +
              </distInfo>
         
     | 
| 
      
 950 
     | 
    
         
            +
              <refSysInfo>
         
     | 
| 
      
 951 
     | 
    
         
            +
                <RefSystem>
         
     | 
| 
      
 952 
     | 
    
         
            +
                  <refSysID>
         
     | 
| 
      
 953 
     | 
    
         
            +
                    <identCode Sync="TRUE">WGS_1984_UTM_Zone_17S</identCode>
         
     | 
| 
      
 954 
     | 
    
         
            +
                  </refSysID>
         
     | 
| 
      
 955 
     | 
    
         
            +
                </RefSystem>
         
     | 
| 
      
 956 
     | 
    
         
            +
              </refSysInfo>
         
     | 
| 
      
 957 
     | 
    
         
            +
              <spatRepInfo>
         
     | 
| 
      
 958 
     | 
    
         
            +
                <VectSpatRep>
         
     | 
| 
      
 959 
     | 
    
         
            +
                  <topLvl>
         
     | 
| 
      
 960 
     | 
    
         
            +
                    <TopoLevCd Sync="TRUE" value="001"/>
         
     | 
| 
      
 961 
     | 
    
         
            +
                  </topLvl>
         
     | 
| 
      
 962 
     | 
    
         
            +
                  <geometObjs Name="Ecuador50KDrillingTower11">
         
     | 
| 
      
 963 
     | 
    
         
            +
                    <geoObjTyp>
         
     | 
| 
      
 964 
     | 
    
         
            +
                      <GeoObjTypCd Sync="TRUE" value="004"/>
         
     | 
| 
      
 965 
     | 
    
         
            +
                    </geoObjTyp>
         
     | 
| 
      
 966 
     | 
    
         
            +
                    <geoObjCnt Sync="TRUE">1</geoObjCnt>
         
     | 
| 
      
 967 
     | 
    
         
            +
                  </geometObjs>
         
     | 
| 
      
 968 
     | 
    
         
            +
                </VectSpatRep>
         
     | 
| 
      
 969 
     | 
    
         
            +
              </spatRepInfo>
         
     | 
| 
      
 970 
     | 
    
         
            +
              <Esri>
         
     | 
| 
      
 971 
     | 
    
         
            +
                <SyncDate>20140520</SyncDate>
         
     | 
| 
      
 972 
     | 
    
         
            +
                <SyncTime>16090500</SyncTime>
         
     | 
| 
      
 973 
     | 
    
         
            +
                <ModDate>20140520</ModDate>
         
     | 
| 
      
 974 
     | 
    
         
            +
                <ModTime>16090500</ModTime>
         
     | 
| 
      
 975 
     | 
    
         
            +
              </Esri>
         
     | 
| 
      
 976 
     | 
    
         
            +
              <mdDateSt Sync="TRUE">20140520</mdDateSt>
         
     | 
| 
      
 977 
     | 
    
         
            +
            </metadata>
         
     |