geo_combine 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1725 @@
1
+ module XmlDocs
2
+
3
+ ##
4
+ # Example XSLT from https://developer.mozilla.org/en-US/docs/XSLT_in_Gecko/Basic_Example
5
+ def simple_xslt
6
+ <<-xml
7
+ <?xml version="1.0"?>
8
+ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
9
+
10
+ <xsl:output method="text"/>
11
+
12
+ <xsl:template match="/">
13
+ Article - <xsl:value-of select="/Article/Title"/>
14
+ Authors: <xsl:apply-templates select="/Article/Authors/Author"/>
15
+ </xsl:template>
16
+
17
+ <xsl:template match="Author">
18
+ - <xsl:value-of select="." />
19
+ </xsl:template>
20
+
21
+ </xsl:stylesheet>
22
+ xml
23
+ end
24
+
25
+ ##
26
+ # Example XML from https://developer.mozilla.org/en-US/docs/XSLT_in_Gecko/Basic_Example
27
+ def simple_xml
28
+ <<-xml
29
+ <?xml version="1.0"?>
30
+ <?xml-stylesheet type="text/xsl" href="example.xsl"?>
31
+ <Article>
32
+ <Title>My Article</Title>
33
+ <Authors>
34
+ <Author>Mr. Foo</Author>
35
+ <Author>Mr. Bar</Author>
36
+ </Authors>
37
+ <Body>This is my article text.</Body>
38
+ </Article>
39
+ xml
40
+ end
41
+
42
+ ##
43
+ # Stanford ISO19139 example record from https://github.com/OpenGeoMetadata/edu.stanford.purl/blob/08085d766014ea91e5defb6d172e5633bfd9b1ce/bb/338/jh/0716/iso19139.xml
44
+ def stanford_iso
45
+ <<-xml
46
+ <MD_Metadata xmlns="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
47
+ <fileIdentifier>
48
+ <gco:CharacterString>edu.stanford.purl:bb338jh0716</gco:CharacterString>
49
+ </fileIdentifier>
50
+ <language>
51
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
52
+ </language>
53
+ <characterSet>
54
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
55
+ </characterSet>
56
+ <parentIdentifier>
57
+ <gco:CharacterString>http://purl.stanford.edu/zt526qk7324.mods</gco:CharacterString>
58
+ </parentIdentifier>
59
+ <hierarchyLevel>
60
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
61
+ </hierarchyLevel>
62
+ <hierarchyLevelName>
63
+ <gco:CharacterString>dataset</gco:CharacterString>
64
+ </hierarchyLevelName>
65
+ <contact>
66
+ <CI_ResponsibleParty>
67
+ <organisationName>
68
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
69
+ </organisationName>
70
+ <positionName>
71
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
72
+ </positionName>
73
+ <contactInfo>
74
+ <CI_Contact>
75
+ <phone>
76
+ <CI_Telephone>
77
+ <voice>
78
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
79
+ </voice>
80
+ </CI_Telephone>
81
+ </phone>
82
+ <address>
83
+ <CI_Address>
84
+ <deliveryPoint>
85
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
86
+ </deliveryPoint>
87
+ <deliveryPoint>
88
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
89
+ </deliveryPoint>
90
+ <deliveryPoint>
91
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
92
+ </deliveryPoint>
93
+ <city>
94
+ <gco:CharacterString>Stanford</gco:CharacterString>
95
+ </city>
96
+ <administrativeArea>
97
+ <gco:CharacterString>California</gco:CharacterString>
98
+ </administrativeArea>
99
+ <postalCode>
100
+ <gco:CharacterString>94305</gco:CharacterString>
101
+ </postalCode>
102
+ <country>
103
+ <gco:CharacterString>US</gco:CharacterString>
104
+ </country>
105
+ <electronicMailAddress>
106
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
107
+ </electronicMailAddress>
108
+ </CI_Address>
109
+ </address>
110
+ </CI_Contact>
111
+ </contactInfo>
112
+ <role>
113
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
114
+ </role>
115
+ </CI_ResponsibleParty>
116
+ </contact>
117
+ <dateStamp>
118
+ <gco:Date>2014-10-08</gco:Date>
119
+ </dateStamp>
120
+ <metadataStandardName>
121
+ <gco:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
122
+ </metadataStandardName>
123
+ <metadataStandardVersion>
124
+ <gco:CharacterString>2007</gco:CharacterString>
125
+ </metadataStandardVersion>
126
+ <dataSetURI>
127
+ <gco:CharacterString>http://purl.stanford.edu/bb338jh0716</gco:CharacterString>
128
+ </dataSetURI>
129
+ <spatialRepresentationInfo>
130
+ <MD_VectorSpatialRepresentation>
131
+ <topologyLevel>
132
+ <MD_TopologyLevelCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_TopologyLevelCode" codeListValue="geometryOnly" codeSpace="ISOTC211/19115">geometryOnly</MD_TopologyLevelCode>
133
+ </topologyLevel>
134
+ <geometricObjects>
135
+ <MD_GeometricObjects>
136
+ <geometricObjectType>
137
+ <MD_GeometricObjectTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_GeometricObjectTypeCode" codeListValue="composite" codeSpace="ISOTC211/19115">composite</MD_GeometricObjectTypeCode>
138
+ </geometricObjectType>
139
+ <geometricObjectCount>
140
+ <gco:Integer>11</gco:Integer>
141
+ </geometricObjectCount>
142
+ </MD_GeometricObjects>
143
+ </geometricObjects>
144
+ </MD_VectorSpatialRepresentation>
145
+ </spatialRepresentationInfo>
146
+ <referenceSystemInfo>
147
+ <MD_ReferenceSystem>
148
+ <referenceSystemIdentifier>
149
+ <RS_Identifier>
150
+ <code>
151
+ <gco:CharacterString>26910</gco:CharacterString>
152
+ </code>
153
+ <codeSpace>
154
+ <gco:CharacterString>EPSG</gco:CharacterString>
155
+ </codeSpace>
156
+ <version>
157
+ <gco:CharacterString>8.2.6</gco:CharacterString>
158
+ </version>
159
+ </RS_Identifier>
160
+ </referenceSystemIdentifier>
161
+ </MD_ReferenceSystem>
162
+ </referenceSystemInfo>
163
+ <identificationInfo>
164
+ <MD_DataIdentification>
165
+ <citation>
166
+ <CI_Citation>
167
+ <title>
168
+ <gco:CharacterString>Hydrologic Sub-Area Boundaries: Russian River Watershed, California, 1999</gco:CharacterString>
169
+ </title>
170
+ <date>
171
+ <CI_Date>
172
+ <date>
173
+ <gco:Date>2002-09-01</gco:Date>
174
+ </date>
175
+ <dateType>
176
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
177
+ </dateType>
178
+ </CI_Date>
179
+ </date>
180
+ <identifier>
181
+ <MD_Identifier>
182
+ <code>
183
+ <gco:CharacterString>http://purl.stanford.edu/bb338jh0716</gco:CharacterString>
184
+ </code>
185
+ </MD_Identifier>
186
+ </identifier>
187
+ <citedResponsibleParty>
188
+ <CI_ResponsibleParty>
189
+ <organisationName>
190
+ <gco:CharacterString>Circuit Rider Productions</gco:CharacterString>
191
+ </organisationName>
192
+ <role>
193
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
194
+ </role>
195
+ </CI_ResponsibleParty>
196
+ </citedResponsibleParty>
197
+ <citedResponsibleParty>
198
+ <CI_ResponsibleParty>
199
+ <organisationName>
200
+ <gco:CharacterString>Circuit Rider Productions</gco:CharacterString>
201
+ </organisationName>
202
+ <contactInfo>
203
+ <CI_Contact>
204
+ <address>
205
+ <CI_Address>
206
+ <city>
207
+ <gco:CharacterString>Windsor</gco:CharacterString>
208
+ </city>
209
+ <administrativeArea>
210
+ <gco:CharacterString>California</gco:CharacterString>
211
+ </administrativeArea>
212
+ <country>
213
+ <gco:CharacterString>US</gco:CharacterString>
214
+ </country>
215
+ <electronicMailAddress>
216
+ <gco:CharacterString>info@circuitriderstudios.com</gco:CharacterString>
217
+ </electronicMailAddress>
218
+ </CI_Address>
219
+ </address>
220
+ </CI_Contact>
221
+ </contactInfo>
222
+ <role>
223
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
224
+ </role>
225
+ </CI_ResponsibleParty>
226
+ </citedResponsibleParty>
227
+ <presentationForm>
228
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
229
+ </presentationForm>
230
+ <collectiveTitle>
231
+ <gco:CharacterString>Russian River Watershed GIS</gco:CharacterString>
232
+ </collectiveTitle>
233
+ </CI_Citation>
234
+ </citation>
235
+ <abstract>
236
+ <gco:CharacterString>This polygon dataset represents the Hydrologic Sub-Area boundaries for the Russian River basin, as defined by the Calwater 2.2a watershed boundaries. The original CALWATER22 layer (Calwater 2.2a watershed boundaries) was developed as a coverage named calw22a and is administered by the Interagency California Watershed Mapping Committee (ICWMC). </gco:CharacterString>
237
+ </abstract>
238
+ <purpose>
239
+ <gco:CharacterString>This shapefile can be used to map and analyze data at the Hydrologic Sub-Area scale.</gco:CharacterString>
240
+ </purpose>
241
+ <credit>
242
+ <gco:CharacterString>Circuit Rider Productions and National Oceanic and Atmospheric Administration (2002). Hydrologic Sub-Area Boundaries: Russian River Watershed, California, 1999. Circuit Rider Productions.</gco:CharacterString>
243
+ </credit>
244
+ <status>
245
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
246
+ </status>
247
+ <pointOfContact>
248
+ <CI_ResponsibleParty>
249
+ <organisationName>
250
+ <gco:CharacterString>Circuit Rider Productions, Inc. </gco:CharacterString>
251
+ </organisationName>
252
+ <positionName>
253
+ <gco:CharacterString>GIS Coordinator </gco:CharacterString>
254
+ </positionName>
255
+ <contactInfo>
256
+ <CI_Contact>
257
+ <phone>
258
+ <CI_Telephone>
259
+ <voice>
260
+ <gco:CharacterString>707.838.6641 </gco:CharacterString>
261
+ </voice>
262
+ </CI_Telephone>
263
+ </phone>
264
+ <address>
265
+ <CI_Address>
266
+ <deliveryPoint>
267
+ <gco:CharacterString>9619 Old Redwood Highway </gco:CharacterString>
268
+ </deliveryPoint>
269
+ <city>
270
+ <gco:CharacterString>Windsor</gco:CharacterString>
271
+ </city>
272
+ <administrativeArea>
273
+ <gco:CharacterString>California</gco:CharacterString>
274
+ </administrativeArea>
275
+ <postalCode>
276
+ <gco:CharacterString>95492 </gco:CharacterString>
277
+ </postalCode>
278
+ <country>
279
+ <gco:CharacterString>US</gco:CharacterString>
280
+ </country>
281
+ </CI_Address>
282
+ </address>
283
+ </CI_Contact>
284
+ </contactInfo>
285
+ <role>
286
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
287
+ </role>
288
+ </CI_ResponsibleParty>
289
+ </pointOfContact>
290
+ <resourceMaintenance>
291
+ <MD_MaintenanceInformation>
292
+ <maintenanceAndUpdateFrequency>
293
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="notPlanned" codeSpace="ISOTC211/19115">notPlanned</MD_MaintenanceFrequencyCode>
294
+ </maintenanceAndUpdateFrequency>
295
+ </MD_MaintenanceInformation>
296
+ </resourceMaintenance>
297
+ <descriptiveKeywords>
298
+ <MD_Keywords>
299
+ <keyword>
300
+ <gco:CharacterString>Sonoma County (Calif.)</gco:CharacterString>
301
+ </keyword>
302
+ <keyword>
303
+ <gco:CharacterString>Mendocino County (Calif.)</gco:CharacterString>
304
+ </keyword>
305
+ <keyword>
306
+ <gco:CharacterString>Russian River Watershed (Calif.)</gco:CharacterString>
307
+ </keyword>
308
+ <type>
309
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
310
+ </type>
311
+ <thesaurusName>
312
+ <CI_Citation>
313
+ <title>
314
+ <gco:CharacterString>geonames</gco:CharacterString>
315
+ </title>
316
+ <date>
317
+ <CI_Date>
318
+ <date>
319
+ <gco:Date>2012-11-01</gco:Date>
320
+ </date>
321
+ <dateType>
322
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
323
+ </dateType>
324
+ </CI_Date>
325
+ </date>
326
+ <edition>
327
+ <gco:CharacterString>3.1</gco:CharacterString>
328
+ </edition>
329
+ <identifier>
330
+ <MD_Identifier>
331
+ <code>
332
+ <gco:CharacterString>http://www.geonames.org/ontology#</gco:CharacterString>
333
+ </code>
334
+ </MD_Identifier>
335
+ </identifier>
336
+ </CI_Citation>
337
+ </thesaurusName>
338
+ </MD_Keywords>
339
+ </descriptiveKeywords>
340
+ <descriptiveKeywords>
341
+ <MD_Keywords>
342
+ <keyword>
343
+ <gco:CharacterString>1999</gco:CharacterString>
344
+ </keyword>
345
+ <type>
346
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
347
+ </type>
348
+ </MD_Keywords>
349
+ </descriptiveKeywords>
350
+ <descriptiveKeywords>
351
+ <MD_Keywords>
352
+ <keyword>
353
+ <gco:CharacterString>Hydrology</gco:CharacterString>
354
+ </keyword>
355
+ <keyword>
356
+ <gco:CharacterString>Watersheds</gco:CharacterString>
357
+ </keyword>
358
+ <type>
359
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
360
+ </type>
361
+ <thesaurusName>
362
+ <CI_Citation>
363
+ <title>
364
+ <gco:CharacterString>lcsh</gco:CharacterString>
365
+ </title>
366
+ <date>
367
+ <CI_Date>
368
+ <date>
369
+ <gco:Date>2011-04-26</gco:Date>
370
+ </date>
371
+ <dateType>
372
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
373
+ </dateType>
374
+ </CI_Date>
375
+ </date>
376
+ <identifier>
377
+ <MD_Identifier>
378
+ <code>
379
+ <gco:CharacterString>http://id.loc.gov/authorities/subjects.html</gco:CharacterString>
380
+ </code>
381
+ </MD_Identifier>
382
+ </identifier>
383
+ </CI_Citation>
384
+ </thesaurusName>
385
+ </MD_Keywords>
386
+ </descriptiveKeywords>
387
+ <descriptiveKeywords>
388
+ <MD_Keywords>
389
+ <keyword>
390
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
391
+ </keyword>
392
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
393
+ </MD_Keywords>
394
+ </descriptiveKeywords>
395
+ <resourceConstraints>
396
+ <MD_LegalConstraints>
397
+ <useLimitation>
398
+ <gco:CharacterString>No restrictions on access or use.</gco:CharacterString>
399
+ </useLimitation>
400
+ </MD_LegalConstraints>
401
+ </resourceConstraints>
402
+ <aggregationInfo>
403
+ <MD_AggregateInformation>
404
+ <aggregateDataSetName>
405
+ <CI_Citation>
406
+ <title>
407
+ <gco:CharacterString>Russian River Watershed GIS</gco:CharacterString>
408
+ </title>
409
+ <date>
410
+ <CI_Date>
411
+ <date>
412
+ <gco:Date>2002-10-24</gco:Date>
413
+ </date>
414
+ <dateType>
415
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
416
+ </dateType>
417
+ </CI_Date>
418
+ </date>
419
+ <identifier>
420
+ <MD_Identifier>
421
+ <code>
422
+ <gco:CharacterString>http://purl.stanford.edu/zt526qk7324</gco:CharacterString>
423
+ </code>
424
+ </MD_Identifier>
425
+ </identifier>
426
+ <citedResponsibleParty>
427
+ <CI_ResponsibleParty>
428
+ <organisationName>
429
+ <gco:CharacterString>Circuit Rider Productions</gco:CharacterString>
430
+ </organisationName>
431
+ <role>
432
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
433
+ </role>
434
+ </CI_ResponsibleParty>
435
+ </citedResponsibleParty>
436
+ <citedResponsibleParty>
437
+ <CI_ResponsibleParty>
438
+ <organisationName>
439
+ <gco:CharacterString>Circuit Rider Productions</gco:CharacterString>
440
+ </organisationName>
441
+ <contactInfo>
442
+ <CI_Contact>
443
+ <address>
444
+ <CI_Address>
445
+ <city>
446
+ <gco:CharacterString>Windsor</gco:CharacterString>
447
+ </city>
448
+ <administrativeArea>
449
+ <gco:CharacterString>California</gco:CharacterString>
450
+ </administrativeArea>
451
+ <country>
452
+ <gco:CharacterString>US</gco:CharacterString>
453
+ </country>
454
+ <electronicMailAddress>
455
+ <gco:CharacterString>info@circuitriderstudios.com</gco:CharacterString>
456
+ </electronicMailAddress>
457
+ </CI_Address>
458
+ </address>
459
+ </CI_Contact>
460
+ </contactInfo>
461
+ <role>
462
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
463
+ </role>
464
+ </CI_ResponsibleParty>
465
+ </citedResponsibleParty>
466
+ <citedResponsibleParty>
467
+ <CI_ResponsibleParty>
468
+ <organisationName>
469
+ <gco:CharacterString>United States. National Oceanic and Atmospheric Administration</gco:CharacterString>
470
+ </organisationName>
471
+ <role>
472
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
473
+ </role>
474
+ </CI_ResponsibleParty>
475
+ </citedResponsibleParty>
476
+ </CI_Citation>
477
+ </aggregateDataSetName>
478
+ <associationType>
479
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
480
+ </associationType>
481
+ <initiativeType>
482
+ <DS_InitiativeTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_InitiativeTypeCode" codeListValue="collection" codeSpace="ISOTC211/19115">collection</DS_InitiativeTypeCode>
483
+ </initiativeType>
484
+ </MD_AggregateInformation>
485
+ </aggregationInfo>
486
+ <spatialRepresentationType>
487
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
488
+ </spatialRepresentationType>
489
+ <language>
490
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
491
+ </language>
492
+ <characterSet>
493
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
494
+ </characterSet>
495
+ <topicCategory>
496
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
497
+ </topicCategory>
498
+ <topicCategory>
499
+ <MD_TopicCategoryCode>inlandWaters</MD_TopicCategoryCode>
500
+ </topicCategory>
501
+ <environmentDescription>
502
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.2.2.3552</gco:CharacterString>
503
+ </environmentDescription>
504
+ <extent>
505
+ <EX_Extent>
506
+ <description>
507
+ <gco:CharacterString>ground condition</gco:CharacterString>
508
+ </description>
509
+ <temporalElement>
510
+ <EX_TemporalExtent>
511
+ <extent>
512
+ <gml:TimePeriod gml:id="idp82864">
513
+ <gml:beginPosition>1999-01-01T00:00:00</gml:beginPosition>
514
+ <gml:endPosition>1999-12-31T00:00:00</gml:endPosition>
515
+ </gml:TimePeriod>
516
+ </extent>
517
+ </EX_TemporalExtent>
518
+ </temporalElement>
519
+ </EX_Extent>
520
+ </extent>
521
+ <extent>
522
+ <EX_Extent>
523
+ <geographicElement>
524
+ <EX_GeographicBoundingBox>
525
+ <extentTypeCode>
526
+ <gco:Boolean>true</gco:Boolean>
527
+ </extentTypeCode>
528
+ <westBoundLongitude>
529
+ <gco:Decimal>-123.387866</gco:Decimal>
530
+ </westBoundLongitude>
531
+ <eastBoundLongitude>
532
+ <gco:Decimal>-122.522658</gco:Decimal>
533
+ </eastBoundLongitude>
534
+ <southBoundLatitude>
535
+ <gco:Decimal>38.298024</gco:Decimal>
536
+ </southBoundLatitude>
537
+ <northBoundLatitude>
538
+ <gco:Decimal>39.399217</gco:Decimal>
539
+ </northBoundLatitude>
540
+ </EX_GeographicBoundingBox>
541
+ </geographicElement>
542
+ </EX_Extent>
543
+ </extent>
544
+ </MD_DataIdentification>
545
+ </identificationInfo>
546
+ <contentInfo>
547
+ <MD_FeatureCatalogueDescription>
548
+ <complianceCode>
549
+ <gco:Boolean>false</gco:Boolean>
550
+ </complianceCode>
551
+ <language>
552
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
553
+ </language>
554
+ <includedWithDataset>
555
+ <gco:Boolean>true</gco:Boolean>
556
+ </includedWithDataset>
557
+ <featureCatalogueCitation>
558
+ <CI_Citation>
559
+ <title>
560
+ <gco:CharacterString>Feature Catalog for Hydrologic Sub-Area Boundaries: Russian River Watershed, California, 1999</gco:CharacterString>
561
+ </title>
562
+ <date>
563
+ <CI_Date>
564
+ <date>
565
+ <gco:Date>2002-09-01</gco:Date>
566
+ </date>
567
+ <dateType>
568
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
569
+ </dateType>
570
+ </CI_Date>
571
+ </date>
572
+ <identifier>
573
+ <MD_Identifier>
574
+ <code>
575
+ <gco:CharacterString>476add9f-ea84-472c-a032-e6e8fd85337f</gco:CharacterString>
576
+ </code>
577
+ </MD_Identifier>
578
+ </identifier>
579
+ <citedResponsibleParty>
580
+ <CI_ResponsibleParty>
581
+ <organisationName>
582
+ <gco:CharacterString>Circuit Rider Productions</gco:CharacterString>
583
+ </organisationName>
584
+ <role>
585
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
586
+ </role>
587
+ </CI_ResponsibleParty>
588
+ </citedResponsibleParty>
589
+ </CI_Citation>
590
+ </featureCatalogueCitation>
591
+ </MD_FeatureCatalogueDescription>
592
+ </contentInfo>
593
+ <distributionInfo>
594
+ <MD_Distribution>
595
+ <distributionFormat>
596
+ <MD_Format>
597
+ <name>
598
+ <gco:CharacterString>Shapefile</gco:CharacterString>
599
+ </name>
600
+ <version gco:nilReason="missing"/>
601
+ </MD_Format>
602
+ </distributionFormat>
603
+ <distributor>
604
+ <MD_Distributor>
605
+ <distributorContact>
606
+ <CI_ResponsibleParty>
607
+ <organisationName>
608
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
609
+ </organisationName>
610
+ <contactInfo>
611
+ <CI_Contact>
612
+ <phone>
613
+ <CI_Telephone>
614
+ <voice>
615
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
616
+ </voice>
617
+ </CI_Telephone>
618
+ </phone>
619
+ <address>
620
+ <CI_Address>
621
+ <deliveryPoint>
622
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
623
+ </deliveryPoint>
624
+ <deliveryPoint>
625
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
626
+ </deliveryPoint>
627
+ <city>
628
+ <gco:CharacterString>Stanford</gco:CharacterString>
629
+ </city>
630
+ <administrativeArea>
631
+ <gco:CharacterString>California</gco:CharacterString>
632
+ </administrativeArea>
633
+ <postalCode>
634
+ <gco:CharacterString>94305</gco:CharacterString>
635
+ </postalCode>
636
+ <country>
637
+ <gco:CharacterString>US</gco:CharacterString>
638
+ </country>
639
+ <electronicMailAddress>
640
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
641
+ </electronicMailAddress>
642
+ </CI_Address>
643
+ </address>
644
+ </CI_Contact>
645
+ </contactInfo>
646
+ <role>
647
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
648
+ </role>
649
+ </CI_ResponsibleParty>
650
+ </distributorContact>
651
+ </MD_Distributor>
652
+ </distributor>
653
+ <transferOptions>
654
+ <MD_DigitalTransferOptions>
655
+ <transferSize>
656
+ <gco:Real>0.3</gco:Real>
657
+ </transferSize>
658
+ <onLine>
659
+ <CI_OnlineResource>
660
+ <linkage>
661
+ <URL>http://purl.stanford.edu/bb338jh0716</URL>
662
+ </linkage>
663
+ <protocol>
664
+ <gco:CharacterString>http</gco:CharacterString>
665
+ </protocol>
666
+ <name>
667
+ <gco:CharacterString>rr_cw22a_russ_hsa.shp</gco:CharacterString>
668
+ </name>
669
+ <function>
670
+ <CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="download" codeSpace="ISOTC211/19115">download</CI_OnLineFunctionCode>
671
+ </function>
672
+ </CI_OnlineResource>
673
+ </onLine>
674
+ </MD_DigitalTransferOptions>
675
+ </transferOptions>
676
+ </MD_Distribution>
677
+ </distributionInfo>
678
+ <dataQualityInfo>
679
+ <DQ_DataQuality>
680
+ <scope>
681
+ <DQ_Scope>
682
+ <level>
683
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
684
+ </level>
685
+ </DQ_Scope>
686
+ </scope>
687
+ <lineage>
688
+ <LI_Lineage>
689
+ <statement>
690
+ <gco:CharacterString>RR_cw22a_russ_hsa.shp was developed by Colin Brooks (CDFG and IHRMP). This layer represents the Hydrologic Sub-Area boundaries for the Russian River basin, as defined by the Calwater 2.2a watershed boundaries. The original CALWATER22 layer (Calwater 2.2a watershed boundaries) was developed as a coverage named calw22a and is administered by the Interagency California Watershed Mapping Committee (ICWMC). </gco:CharacterString>
691
+ </statement>
692
+ </LI_Lineage>
693
+ </lineage>
694
+ </DQ_DataQuality>
695
+ </dataQualityInfo>
696
+ </MD_Metadata>
697
+ xml
698
+ end
699
+
700
+ ##
701
+ # Example GeoBlacklight XML from
702
+ def stanford_geobl
703
+ <<-xml
704
+ <?xml version="1.0" encoding="UTF-8"?>
705
+ <add xmlns="http://lucene.apache.org/solr/4/document">
706
+ <doc>
707
+ <field name="uuid">http://purl.stanford.edu/bb338jh0716</field>
708
+ <field name="dc_identifier_s">http://purl.stanford.edu/bb338jh0716</field>
709
+ <field name="dc_title_s">Hydrologic Sub-Area Boundaries: Russian River Watershed, California, 1999</field>
710
+ <field name="dc_description_s">This polygon dataset represents the Hydrologic Sub-Area boundaries for the Russian River basin, as defined by the Calwater 2.2a watershed boundaries. The original CALWATER22 layer (Calwater 2.2a watershed boundaries) was developed as a coverage named calw22a and is administered by the Interagency California Watershed Mapping Committee (ICWMC). This shapefile can be used to map and analyze data at the Hydrologic Sub-Area scale.</field>
711
+ <field name="dc_rights_s">Restricted</field>
712
+ <field name="dct_provenance_s">Stanford</field>
713
+ <field name="dct_references_s">{"http://schema.org/url":"http://opengeometadata.stanford.edu/metadata/edu.stanford.purl/druid:bb338jh0716/default.html","http://www.loc.gov/mods/v3":"http://purl.stanford.edu/bb338jh0716.mods","http://www.isotc211.org/schemas/2005/gmd/":"http://opengeometadata.stanford.edu/metadata/edu.stanford.purl/druid:bb338jh0716/iso19139.xml","http://www.w3.org/1999/xhtml":"http://opengeometadata.stanford.edu/metadata/edu.stanford.purl/druid:bb338jh0716/default.html","http://www.opengis.net/def/serviceType/ogc/wfs":"https://geowebservices-restricted.stanford.edu/geoserver/wfs","http://www.opengis.net/def/serviceType/ogc/wms":"https://geowebservices-restricted.stanford.edu/geoserver/wms"}</field>
714
+ <field name="layer_id_s">druid:bb338jh0716</field>
715
+ <field name="layer_slug_s">stanford-bb338jh0716</field>
716
+ <field name="layer_geom_type_s">Polygon</field>
717
+ <field name="layer_modified_dt">2014-12-16T19:30:53Z</field>
718
+ <field name="dc_format_s">Shapefile</field>
719
+ <field name="dc_language_s">English</field>
720
+ <field name="dc_type_s">Dataset</field>
721
+ <field name="dc_publisher_s">Circuit Rider Productions</field>
722
+ <field name="dc_creator_sm">Circuit Rider Productions</field>
723
+ <field name="dc_subject_sm">Hydrology</field>
724
+ <field name="dc_subject_sm">Watersheds</field>
725
+ <field name="dc_subject_sm">Boundaries</field>
726
+ <field name="dc_subject_sm">Inland Waters</field>
727
+ <field name="dct_issued_s">2002</field>
728
+ <field name="dct_temporal_sm">1999</field>
729
+ <field name="dct_spatial_sm">Sonoma County (Calif.)</field>
730
+ <field name="dct_spatial_sm">Mendocino County (Calif.)</field>
731
+ <field name="dct_spatial_sm">Russian River Watershed (Calif.)</field>
732
+ <field name="dc_relation_sm">http://sws.geonames.org/5397100/about.rdf</field>
733
+ <field name="dc_relation_sm">http://sws.geonames.org/5372163/about.rdf</field>
734
+ <field name="georss_box_s">38.298673 -123.387626 39.399103 -122.528843</field>
735
+ <field name="georss_polygon_s">38.298673 -123.387626 39.399103 -123.387626 39.399103 -122.528843 38.298673 -122.528843 38.298673 -123.387626</field>
736
+ <field name="solr_geom">ENVELOPE(-123.387626, -122.528843, 39.399103, 38.298673)</field>
737
+ <field name="solr_bbox">-123.387626 38.298673 -122.528843 39.399103</field>
738
+ <field name="solr_year_i">1999</field>
739
+ </doc>
740
+ </add>
741
+ xml
742
+ end
743
+
744
+ ##
745
+ # Example FGDC XML from https://github.com/OpenGeoMetadata/edu.tufts/blob/master/0/108/220/208/fgdc.xml
746
+ def tufts_fgdc
747
+ <<-xml
748
+ <?xml version="1.0" encoding="utf-8" ?><!DOCTYPE metadata SYSTEM "http://www.fgdc.gov/metadata/fgdc-std-001-1998.dtd"><metadata>
749
+ <idinfo>
750
+ <citation>
751
+ <citeinfo>
752
+ <origin>Instituto Geografico Militar (Ecuador)</origin>
753
+ <pubdate>2011</pubdate>
754
+ <title>Drilling Towers 50k Scale Ecuador 2011</title>
755
+ <geoform>vector digital data</geoform>
756
+ <serinfo>
757
+ <sername>Ecuador</sername>
758
+ </serinfo>
759
+ <pubinfo>
760
+ <pubplace>Ecuador</pubplace>
761
+ <publish>Instituto Geografico Militar (Ecuador)</publish>
762
+ </pubinfo>
763
+ <onlink>http://www.geoportaligm.gob.ec/portal/</onlink>
764
+ <lworkcit>
765
+ <citeinfo>
766
+ <origin>Instituto Geografico Militar (Ecuador)</origin>
767
+ <pubdate>2011</pubdate>
768
+ <title>Instituto Geografico Militar Data</title>
769
+ <pubinfo>
770
+ <pubplace>Ecuador</pubplace>
771
+ <publish>Instituto Geografico Militar (Ecuador)</publish>
772
+ </pubinfo>
773
+ <onlink>http://www.geoportaligm.gob.ec/portal/</onlink>
774
+ </citeinfo>
775
+ </lworkcit>
776
+ <ftname Sync="TRUE">Ecuador50KDrillingTower11</ftname>
777
+ </citeinfo>
778
+ </citation>
779
+ <descript>
780
+ <abstract>This point dataset represents drilling towers in Ecuador created from 1:50,000 scale topographic maps.</abstract>
781
+ <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>
782
+ <langdata Sync="TRUE">en</langdata>
783
+ </descript>
784
+ <timeperd>
785
+ <timeinfo>
786
+ <sngdate>
787
+ <caldate>2011</caldate>
788
+ </sngdate>
789
+ </timeinfo>
790
+ <current>publication date</current>
791
+ </timeperd>
792
+ <status>
793
+ <progress>Complete</progress>
794
+ <update>As needed</update>
795
+ </status>
796
+ <spdom>
797
+ <bounding>
798
+ <westbc>
799
+ -79.904768</westbc>
800
+ <eastbc>
801
+ -79.904768</eastbc>
802
+ <northbc>
803
+ -1.377743</northbc>
804
+ <southbc>
805
+ -1.377743</southbc>
806
+ </bounding>
807
+ <lboundng>
808
+ <leftbc Sync="TRUE">621844.388200</leftbc>
809
+ <rightbc Sync="TRUE">621844.388200</rightbc>
810
+ <bottombc Sync="TRUE">9847689.668600</bottombc>
811
+ <topbc Sync="TRUE">9847689.668600</topbc>
812
+ </lboundng>
813
+ </spdom>
814
+ <keywords>
815
+ <theme>
816
+ <themekt>FGDC</themekt>
817
+ <themekey>point</themekey>
818
+ </theme>
819
+ <theme>
820
+ <themekt>ISO 19115 Topic Category</themekt>
821
+ <themekey>structure</themekey>
822
+ <themekey>economy</themekey>
823
+ </theme>
824
+ <theme>
825
+ <themekt>LCSH</themekt>
826
+ <themekey>Drilling platforms</themekey>
827
+ <themekey>Oil well drilling</themekey>
828
+ </theme>
829
+ <place>
830
+ <placekt>GNS</placekt>
831
+ <placekey>Ecuador</placekey>
832
+ <placekey>República del Ecuador</placekey>
833
+ </place>
834
+ <place>
835
+ <placekt>LCNH</placekt>
836
+ <placekey>Northern Hemisphere</placekey>
837
+ <placekey>Southern Hemisphere</placekey>
838
+ <placekey>Western Hemisphere</placekey>
839
+ <placekey>South America</placekey>
840
+ </place>
841
+ </keywords>
842
+ <accconst>Unrestricted Access Online</accconst>
843
+ <useconst>For educational noncommercial use only.</useconst>
844
+ <ptcontac>
845
+ <cntinfo>
846
+ <cntorgp>
847
+ <cntorg>Instituto Geografico Militar</cntorg>
848
+ </cntorgp>
849
+ <cntpos>Gestion Geografica- Gestion IDE</cntpos>
850
+ <cntaddr>
851
+ <addrtype>mailing and physical address</addrtype>
852
+ <address>Senierges E4-676</address>
853
+ <city>Sector el Dorado, Quito</city>
854
+ <state>Pinchincha</state>
855
+ <postal>17-01-2435</postal>
856
+ <country>Ecuador</country>
857
+ </cntaddr>
858
+ <cntvoice>3975100 extension 129</cntvoice>
859
+ <cntemail>nicolay.vaca@mail.igm.gob.ec</cntemail>
860
+ <cntinst>Capt. Nicolay Vaca (Jefe Gestión Geográfica) nicolay.vaca@mail.igm.gob.ec
861
+
862
+ Ing. Susana Arciniegas (Investigación y desarrollo) susana.arciniegas@mail.igm.gob.ec
863
+
864
+ Ing. Miguel Ruano (Normalización)miguel.ruano@mail.igm.gob.ec
865
+
866
+ Ing. Edison Bravo (Administrador de Contenidos Geográficos)edison.bravo@mail.igm.gob.ec
867
+
868
+ Ing. Fernanda León (Administradora de Contenidos Geográficos)fernanda.leon@mail.igm.gob.ec
869
+
870
+ Ing. Pablo Montenegro (Administrador de Aplicaciones Geoinformáticas)  pablo.montenegro@mail.igm.gob.ec
871
+
872
+ Ing. Mauricio Albán (Administrador de Aplicaciones Geoinformáticas)mauricio.alban@mail.igm.gob.ec
873
+
874
+ Ing. Xavier Vivas (Diseñador) xavier.vivas@mail.igm.gob.ec</cntinst>
875
+ </cntinfo>
876
+ </ptcontac>
877
+ <native>Microsoft Windows Vista Version 6.1 (Build 7601) Service Pack 1; ESRI ArcCatalog 9.3.1.4000</native>
878
+ <natvform Sync="TRUE">Shapefile</natvform>
879
+ </idinfo>
880
+ <dataqual>
881
+ <lineage>
882
+ <srcinfo>
883
+ <srcscale>1:50,000</srcscale>
884
+ <srccontr>Instituto Geografico Militar (Ecuador)</srccontr>
885
+ </srcinfo>
886
+ <procstep>
887
+ <procdesc>Metadata imported.</procdesc>
888
+ <srcused>C:\Users\nsusma01\AppData\Local\Temp\\xmlEFBB.tmp</srcused>
889
+ <procdate>20130212</procdate>
890
+ <proctime>11073200</proctime>
891
+ </procstep>
892
+ <procstep>
893
+ <procdesc>Metadata imported.</procdesc>
894
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Starter Metadata Template -Tufts - UTF-8.xml</srcused>
895
+ <procdate>20130708</procdate>
896
+ <proctime>12383100</proctime>
897
+ </procstep>
898
+ <procstep>
899
+ <procdesc>Name changed from torre_perforacion_p to Ecuador50KDrillingTower11</procdesc>
900
+ <procdate>20130708</procdate>
901
+ <proccont>
902
+ <cntinfo>
903
+ <cntorgp>
904
+ <cntorg>Tufts University GIS Center</cntorg>
905
+ </cntorgp>
906
+ <cntpos>GIS Data Technician</cntpos>
907
+ <cntaddr>
908
+ <addrtype>mailing and physical address</addrtype>
909
+ <address>Academic Technology</address>
910
+ <address>16 Dearborn Ave</address>
911
+ <city>Somerville</city>
912
+ <state>MA</state>
913
+ <postal>02144</postal>
914
+ <country>USA</country>
915
+ </cntaddr>
916
+ <cntvoice>617-627-3380</cntvoice>
917
+ <cntemail>gis-support@elist.tufts.edu</cntemail>
918
+ <hours>Monday-Friday, 9:00 AM-5:00 PM, EST-USA</hours>
919
+ </cntinfo>
920
+ </proccont>
921
+ </procstep>
922
+ <procstep>
923
+ <procdesc>Metadata imported.</procdesc>
924
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\IGMMetadata.xml</srcused>
925
+ <procdate>20130708</procdate>
926
+ <proctime>15510900</proctime>
927
+ </procstep>
928
+ <procstep>
929
+ <procdesc>Metadata imported.</procdesc>
930
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\acequia_l\EcuadorIrrigation12.shp.xml</srcused>
931
+ <procdate>20130709</procdate>
932
+ <proctime>09201900</proctime>
933
+ </procstep>
934
+ <procstep>
935
+ <procdesc>Metadata imported.</procdesc>
936
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\acueducto_a\EcuadorAqueducts11.shp.xml</srcused>
937
+ <procdate>20130710</procdate>
938
+ <proctime>09400600</proctime>
939
+ </procstep>
940
+ <procstep>
941
+ <procdesc>Metadata imported.</procdesc>
942
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\aeropuerto_a\EcuadorAirports11.shp.xml</srcused>
943
+ <procdate>20130710</procdate>
944
+ <proctime>11044900</proctime>
945
+ </procstep>
946
+ <procstep>
947
+ <procdesc>Metadata imported.</procdesc>
948
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\alcantarilla_p\EcuadorCulvert11.shp.xml</srcused>
949
+ <procdate>20130710</procdate>
950
+ <proctime>11094800</proctime>
951
+ </procstep>
952
+ <procstep>
953
+ <procdesc>Metadata imported.</procdesc>
954
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\antena_parabolica_p\EcuadorSatelliteDish11.shp.xml</srcused>
955
+ <procdate>20130710</procdate>
956
+ <proctime>11211000</proctime>
957
+ </procstep>
958
+ <procstep>
959
+ <procdesc>Metadata imported.</procdesc>
960
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\area_inundacion_a\EcuadorInundationArea11.shp.xml</srcused>
961
+ <procdate>20130710</procdate>
962
+ <proctime>11315000</proctime>
963
+ </procstep>
964
+ <procstep>
965
+ <procdesc>Metadata imported.</procdesc>
966
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\arena_a\EcuadorArena11.shp.xml</srcused>
967
+ <procdate>20130710</procdate>
968
+ <proctime>11501300</proctime>
969
+ </procstep>
970
+ <procstep>
971
+ <procdesc>Metadata imported.</procdesc>
972
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\arena_p\EcuadorArenaPt11.shp.xml</srcused>
973
+ <procdate>20130710</procdate>
974
+ <proctime>12433800</proctime>
975
+ </procstep>
976
+ <procstep>
977
+ <procdesc>Metadata imported.</procdesc>
978
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\bocatoma_p\EcuadorWaterIntake11.shp.xml</srcused>
979
+ <procdate>20130710</procdate>
980
+ <proctime>12513700</proctime>
981
+ </procstep>
982
+ <procstep>
983
+ <procdesc>Metadata imported.</procdesc>
984
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\bodega_p\EcuadorWarehouse11.shp.xml</srcused>
985
+ <procdate>20130710</procdate>
986
+ <proctime>13510700</proctime>
987
+ </procstep>
988
+ <procstep>
989
+ <procdesc>Metadata imported.</procdesc>
990
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cable_aereo_l\EcuadorRailroad11.shp.xml</srcused>
991
+ <procdate>20130710</procdate>
992
+ <proctime>14203000</proctime>
993
+ </procstep>
994
+ <procstep>
995
+ <procdesc>Metadata imported.</procdesc>
996
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campamento_a\EcuadorTemporaryHousing11.shp.xml</srcused>
997
+ <procdate>20130710</procdate>
998
+ <proctime>14490000</proctime>
999
+ </procstep>
1000
+ <procstep>
1001
+ <procdesc>Metadata imported.</procdesc>
1002
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campamento_militar_p\EcuadorMilitaryCamp11.shp.xml</srcused>
1003
+ <procdate>20130710</procdate>
1004
+ <proctime>14551100</proctime>
1005
+ </procstep>
1006
+ <procstep>
1007
+ <procdesc>Metadata imported.</procdesc>
1008
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campamento_p\EcuadorTemporaryHousingPt11.shp.xml</srcused>
1009
+ <procdate>20130710</procdate>
1010
+ <proctime>15085600</proctime>
1011
+ </procstep>
1012
+ <procstep>
1013
+ <procdesc>Metadata imported.</procdesc>
1014
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\campo_gas_a\EcuadorGasFields11.shp.xml</srcused>
1015
+ <procdate>20130710</procdate>
1016
+ <proctime>15301900</proctime>
1017
+ </procstep>
1018
+ <procstep>
1019
+ <procdesc>Metadata imported.</procdesc>
1020
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cancha_a\EcuadorFields11.shp.xml</srcused>
1021
+ <procdate>20130710</procdate>
1022
+ <proctime>15455200</proctime>
1023
+ </procstep>
1024
+ <procstep>
1025
+ <procdesc>Metadata imported.</procdesc>
1026
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cantera_a\EcuadorQuarries11.shp.xml</srcused>
1027
+ <procdate>20130710</procdate>
1028
+ <proctime>16113800</proctime>
1029
+ </procstep>
1030
+ <procstep>
1031
+ <procdesc>Metadata imported.</procdesc>
1032
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\caracteristica_terreno_a\EcuadorSurfaceCover11.shp.xml</srcused>
1033
+ <procdate>20130710</procdate>
1034
+ <proctime>16232300</proctime>
1035
+ </procstep>
1036
+ <procstep>
1037
+ <procdesc>Metadata imported.</procdesc>
1038
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\casa_a\EcuadorHouses11.shp.xml</srcused>
1039
+ <procdate>20130710</procdate>
1040
+ <proctime>16430800</proctime>
1041
+ </procstep>
1042
+ <procstep>
1043
+ <procdesc>Metadata imported.</procdesc>
1044
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cascada_l\EcuadorWaterfalls11.shp.xml</srcused>
1045
+ <procdate>20130711</procdate>
1046
+ <proctime>09501700</proctime>
1047
+ </procstep>
1048
+ <procstep>
1049
+ <procdesc>Metadata imported.</procdesc>
1050
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cementerio_a\EcuadorCemetery11.shp.xml</srcused>
1051
+ <procdate>20130711</procdate>
1052
+ <proctime>10112700</proctime>
1053
+ </procstep>
1054
+ <procstep>
1055
+ <procdesc>Metadata imported.</procdesc>
1056
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\central_electrica_a\EcuadorPowerPlants11.shp.xml</srcused>
1057
+ <procdate>20130711</procdate>
1058
+ <proctime>10221000</proctime>
1059
+ </procstep>
1060
+ <procstep>
1061
+ <procdesc>Metadata imported.</procdesc>
1062
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\central_electrica_p\EcuadorPowerPlantsPoints11.shp.xml</srcused>
1063
+ <procdate>20130711</procdate>
1064
+ <proctime>10282300</proctime>
1065
+ </procstep>
1066
+ <procstep>
1067
+ <procdesc>Metadata imported.</procdesc>
1068
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cerca_l\EcuadorFenceBoundaries11.shp.xml</srcused>
1069
+ <procdate>20130711</procdate>
1070
+ <proctime>10495600</proctime>
1071
+ </procstep>
1072
+ <procstep>
1073
+ <procdesc>Metadata imported.</procdesc>
1074
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\choza_a\EcuadorHutsShacks11.shp.xml</srcused>
1075
+ <procdate>20130711</procdate>
1076
+ <proctime>11030100</proctime>
1077
+ </procstep>
1078
+ <procstep>
1079
+ <procdesc>Metadata imported.</procdesc>
1080
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\cienaga_a\EcuadorSwamps11.shp.xml</srcused>
1081
+ <procdate>20130711</procdate>
1082
+ <proctime>11181500</proctime>
1083
+ </procstep>
1084
+ <procstep>
1085
+ <procdesc>Metadata imported.</procdesc>
1086
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\complejo_a\EcuadorEntertainment11.shp.xml</srcused>
1087
+ <procdate>20130711</procdate>
1088
+ <proctime>11351900</proctime>
1089
+ </procstep>
1090
+ <procstep>
1091
+ <procdesc>Metadata imported.</procdesc>
1092
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\compuerta_p\EcuadorFloodGates11.shp.xml</srcused>
1093
+ <procdate>20130711</procdate>
1094
+ <proctime>11470800</proctime>
1095
+ </procstep>
1096
+ <procstep>
1097
+ <procdesc>Metadata imported.</procdesc>
1098
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\comunidad_a\EcuadorIndigenousComm11.shp.xml</srcused>
1099
+ <procdate>20130711</procdate>
1100
+ <proctime>11592500</proctime>
1101
+ </procstep>
1102
+ <procstep>
1103
+ <procdesc>Metadata imported.</procdesc>
1104
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\corral_a\EcuadorLivestock11.shp.xml</srcused>
1105
+ <procdate>20130711</procdate>
1106
+ <proctime>12363900</proctime>
1107
+ </procstep>
1108
+ <procstep>
1109
+ <procdesc>Metadata imported.</procdesc>
1110
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\curva_batimetrica_l\EcuadorBathymetry11.shp.xml</srcused>
1111
+ <procdate>20130711</procdate>
1112
+ <proctime>13051400</proctime>
1113
+ </procstep>
1114
+ <procstep>
1115
+ <procdesc>Metadata imported.</procdesc>
1116
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\curva_nivel_l\EcuadorElevation11.shp.xml</srcused>
1117
+ <procdate>20130711</procdate>
1118
+ <proctime>13143000</proctime>
1119
+ </procstep>
1120
+ <procstep>
1121
+ <procdesc>Metadata imported.</procdesc>
1122
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\duna_a\EcuadorSandDunes11.shp.xml</srcused>
1123
+ <procdate>20130711</procdate>
1124
+ <proctime>13225500</proctime>
1125
+ </procstep>
1126
+ <procstep>
1127
+ <procdesc>Metadata imported.</procdesc>
1128
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\edificio_a\EcuadorBuildings11.shp.xml</srcused>
1129
+ <procdate>20130711</procdate>
1130
+ <proctime>13452700</proctime>
1131
+ </procstep>
1132
+ <procstep>
1133
+ <procdesc>Metadata imported.</procdesc>
1134
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\embalse_a\EcuadorReservoir11.shp.xml</srcused>
1135
+ <procdate>20130711</procdate>
1136
+ <proctime>13564600</proctime>
1137
+ </procstep>
1138
+ <procstep>
1139
+ <procdesc>Metadata imported.</procdesc>
1140
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\esclusa_l\EcuadorSluice11.shp.xml</srcused>
1141
+ <procdate>20130711</procdate>
1142
+ <proctime>14081800</proctime>
1143
+ </procstep>
1144
+ <procstep>
1145
+ <procdesc>Metadata imported.</procdesc>
1146
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\establo_a\EcuadorStables11.shp.xml</srcused>
1147
+ <procdate>20130711</procdate>
1148
+ <proctime>14194600</proctime>
1149
+ </procstep>
1150
+ <procstep>
1151
+ <procdesc>Metadata imported.</procdesc>
1152
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\estacion_a\EcuadorStation11.shp.xml</srcused>
1153
+ <procdate>20130711</procdate>
1154
+ <proctime>15354600</proctime>
1155
+ </procstep>
1156
+ <procstep>
1157
+ <procdesc>Metadata imported.</procdesc>
1158
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\estadio_a\EcuadorStadiums11.shp.xml</srcused>
1159
+ <procdate>20130712</procdate>
1160
+ <proctime>12582700</proctime>
1161
+ </procstep>
1162
+ <procstep>
1163
+ <procdesc>Metadata imported.</procdesc>
1164
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\estrato_rocoso_a\EcuadorTerrain11.shp.xml</srcused>
1165
+ <procdate>20130712</procdate>
1166
+ <proctime>13041600</proctime>
1167
+ </procstep>
1168
+ <procstep>
1169
+ <procdesc>Metadata imported.</procdesc>
1170
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\faro_p\EcuadorLighthouse11.shp.xml</srcused>
1171
+ <procdate>20130712</procdate>
1172
+ <proctime>13233600</proctime>
1173
+ </procstep>
1174
+ <procstep>
1175
+ <procdesc>Metadata imported.</procdesc>
1176
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\granjas_acuaticas_a\EcuadorFishFarm11.shp.xml</srcused>
1177
+ <procdate>20130712</procdate>
1178
+ <proctime>13281900</proctime>
1179
+ </procstep>
1180
+ <procstep>
1181
+ <procdesc>Metadata imported.</procdesc>
1182
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\granjas_acuaticas_p\EcuadorFishFarmsPoints11.shp.xml</srcused>
1183
+ <procdate>20130712</procdate>
1184
+ <proctime>13301300</proctime>
1185
+ </procstep>
1186
+ <procstep>
1187
+ <procdesc>Metadata imported.</procdesc>
1188
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\hacienda_a\EcuadorFarms11.shp.xml</srcused>
1189
+ <procdate>20130712</procdate>
1190
+ <proctime>13464300</proctime>
1191
+ </procstep>
1192
+ <procstep>
1193
+ <procdesc>Metadata imported.</procdesc>
1194
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\helipuerto_p\EcuadorHelipuerts11.shp.xml</srcused>
1195
+ <procdate>20130712</procdate>
1196
+ <proctime>15301800</proctime>
1197
+ </procstep>
1198
+ <procstep>
1199
+ <procdesc>Metadata imported.</procdesc>
1200
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\instalacion_militar_a\EcuadorMilitary11.shp.xml</srcused>
1201
+ <procdate>20130712</procdate>
1202
+ <proctime>15375800</proctime>
1203
+ </procstep>
1204
+ <procstep>
1205
+ <procdesc>Metadata imported.</procdesc>
1206
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\instalacion_militar_p\EcuadorMilitaryPoints11.shp.xml</srcused>
1207
+ <procdate>20130712</procdate>
1208
+ <proctime>15523800</proctime>
1209
+ </procstep>
1210
+ <procstep>
1211
+ <procdesc>Metadata imported.</procdesc>
1212
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\instalaciones_petroliferas_a\EcuadorOilProduction11.shp.xml</srcused>
1213
+ <procdate>20130715</procdate>
1214
+ <proctime>09151700</proctime>
1215
+ </procstep>
1216
+ <procstep>
1217
+ <procdesc>Metadata imported.</procdesc>
1218
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\isla_a\EcuadorIslands11.shp.xml</srcused>
1219
+ <procdate>20130715</procdate>
1220
+ <proctime>09483400</proctime>
1221
+ </procstep>
1222
+ <procstep>
1223
+ <procdesc>Metadata imported.</procdesc>
1224
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\linea_transmision_electrica_l\EcuadorElectricLines11.shp.xml</srcused>
1225
+ <procdate>20130715</procdate>
1226
+ <proctime>10021800</proctime>
1227
+ </procstep>
1228
+ <procstep>
1229
+ <procdesc>Metadata imported.</procdesc>
1230
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\linea_tren_l\EcuadorRailLines11.shp.xml</srcused>
1231
+ <procdate>20130715</procdate>
1232
+ <proctime>10260800</proctime>
1233
+ </procstep>
1234
+ <procstep>
1235
+ <procdesc>Metadata imported.</procdesc>
1236
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\malecon_l\EcuadorBreakwater11.shp.xml</srcused>
1237
+ <procdate>20130715</procdate>
1238
+ <proctime>10374500</proctime>
1239
+ </procstep>
1240
+ <procstep>
1241
+ <procdesc>Metadata imported.</procdesc>
1242
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\manantial_p\EcuadorNaturalSpring11.shp.xml</srcused>
1243
+ <procdate>20130715</procdate>
1244
+ <proctime>10560800</proctime>
1245
+ </procstep>
1246
+ <procstep>
1247
+ <procdesc>Metadata imported.</procdesc>
1248
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\mina_a\EcuadorMine11.shp.xml</srcused>
1249
+ <procdate>20130715</procdate>
1250
+ <proctime>11242100</proctime>
1251
+ </procstep>
1252
+ <procstep>
1253
+ <procdesc>Metadata imported.</procdesc>
1254
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\mirador_p\EcuadorViewpoint11.shp.xml</srcused>
1255
+ <procdate>20130715</procdate>
1256
+ <proctime>11364200</proctime>
1257
+ </procstep>
1258
+ <procstep>
1259
+ <procdesc>Metadata imported.</procdesc>
1260
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\monumento_p\EcuadorMonuments11.shp.xml</srcused>
1261
+ <procdate>20130715</procdate>
1262
+ <proctime>11452800</proctime>
1263
+ </procstep>
1264
+ <procstep>
1265
+ <procdesc>Metadata imported.</procdesc>
1266
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\muelle_a\EcuadorDocks11.shp.xml</srcused>
1267
+ <procdate>20130715</procdate>
1268
+ <proctime>12500200</proctime>
1269
+ </procstep>
1270
+ <procstep>
1271
+ <procdesc>Metadata imported.</procdesc>
1272
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\muro_contencion_l\EcuadorRetainingWalls11.shp.xml</srcused>
1273
+ <procdate>20130715</procdate>
1274
+ <proctime>12590400</proctime>
1275
+ </procstep>
1276
+ <procstep>
1277
+ <procdesc>Metadata imported.</procdesc>
1278
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\muro_l\EcuadorWalls11.shp.xml</srcused>
1279
+ <procdate>20130715</procdate>
1280
+ <proctime>13440800</proctime>
1281
+ </procstep>
1282
+ <procstep>
1283
+ <procdesc>Metadata imported.</procdesc>
1284
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\piscina_a\EcuadorPools11.shp.xml</srcused>
1285
+ <procdate>20130715</procdate>
1286
+ <proctime>13532400</proctime>
1287
+ </procstep>
1288
+ <procstep>
1289
+ <procdesc>Metadata imported.</procdesc>
1290
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\pista_aterrizaje_l\EcuadorRunways11.shp.xml</srcused>
1291
+ <procdate>20130715</procdate>
1292
+ <proctime>14211000</proctime>
1293
+ </procstep>
1294
+ <procstep>
1295
+ <procdesc>Metadata imported.</procdesc>
1296
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\pista_carreras_a\RacetracksEquador11.shp.xml</srcused>
1297
+ <procdate>20130715</procdate>
1298
+ <proctime>14354300</proctime>
1299
+ </procstep>
1300
+ <procstep>
1301
+ <procdesc>Metadata imported.</procdesc>
1302
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\planta_procesamiento_p\EcuadorProcessingPlant11.shp.xml</srcused>
1303
+ <procdate>20130715</procdate>
1304
+ <proctime>15371800</proctime>
1305
+ </procstep>
1306
+ <procstep>
1307
+ <procdesc>Metadata imported.</procdesc>
1308
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\poblado_p\EcuadorCitiesTowns11.shp.xml</srcused>
1309
+ <procdate>20130715</procdate>
1310
+ <proctime>15542200</proctime>
1311
+ </procstep>
1312
+ <procstep>
1313
+ <procdesc>Metadata imported.</procdesc>
1314
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\pozo_a\EcuadorLiqGasWell11.shp.xml</srcused>
1315
+ <procdate>20130715</procdate>
1316
+ <proctime>16164400</proctime>
1317
+ </procstep>
1318
+ <procstep>
1319
+ <procdesc>Metadata imported.</procdesc>
1320
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\presa_a\EcuadorReservoirs11.shp.xml</srcused>
1321
+ <procdate>20130716</procdate>
1322
+ <proctime>09464800</proctime>
1323
+ </procstep>
1324
+ <procstep>
1325
+ <procdesc>Metadata imported.</procdesc>
1326
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\procesamiento_residuos_a\EcuadorWaste11.shp.xml</srcused>
1327
+ <procdate>20130716</procdate>
1328
+ <proctime>10323300</proctime>
1329
+ </procstep>
1330
+ <procstep>
1331
+ <procdesc>Metadata imported.</procdesc>
1332
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\puente_l\EcuadorBridges11.shp.xml</srcused>
1333
+ <procdate>20130716</procdate>
1334
+ <proctime>12163200</proctime>
1335
+ </procstep>
1336
+ <procstep>
1337
+ <procdesc>Metadata imported.</procdesc>
1338
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\rio_a\EcuadorRiver11.shp.xml</srcused>
1339
+ <procdate>20130716</procdate>
1340
+ <proctime>12242800</proctime>
1341
+ </procstep>
1342
+ <procstep>
1343
+ <procdesc>Metadata imported.</procdesc>
1344
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\rio_l\EucadorRiversLine11.shp.xml</srcused>
1345
+ <procdate>20130716</procdate>
1346
+ <proctime>12344000</proctime>
1347
+ </procstep>
1348
+ <procstep>
1349
+ <procdesc>Metadata imported.</procdesc>
1350
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\roca_a\EcuadorRocks11.shp.xml</srcused>
1351
+ <procdate>20130716</procdate>
1352
+ <proctime>13280000</proctime>
1353
+ </procstep>
1354
+ <procstep>
1355
+ <procdesc>Metadata imported.</procdesc>
1356
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\ruta_ferry_l\EcuadorFerryRoute11.shp.xml</srcused>
1357
+ <procdate>20130716</procdate>
1358
+ <proctime>13492900</proctime>
1359
+ </procstep>
1360
+ <procstep>
1361
+ <procdesc>Metadata imported.</procdesc>
1362
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\ruta_ferry_p\EcuadorFerryRoutePoint11.shp.xml</srcused>
1363
+ <procdate>20130716</procdate>
1364
+ <proctime>14222500</proctime>
1365
+ </procstep>
1366
+ <procstep>
1367
+ <procdesc>Metadata imported.</procdesc>
1368
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\sin_informacion_a\EcuadorNoInfo11.shp.xml</srcused>
1369
+ <procdate>20130716</procdate>
1370
+ <proctime>14275700</proctime>
1371
+ </procstep>
1372
+ <procstep>
1373
+ <procdesc>Metadata imported.</procdesc>
1374
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\sitio_arqueologico_a\EcuadorArchaeologicalSites11.shp.xml</srcused>
1375
+ <procdate>20130716</procdate>
1376
+ <proctime>14375100</proctime>
1377
+ </procstep>
1378
+ <procstep>
1379
+ <procdesc>Metadata imported.</procdesc>
1380
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\subestacion_a\EcuadorSubstations11.shp.xml</srcused>
1381
+ <procdate>20130716</procdate>
1382
+ <proctime>15210500</proctime>
1383
+ </procstep>
1384
+ <procstep>
1385
+ <procdesc>Metadata imported.</procdesc>
1386
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\tanque_a\EcuadorTanks11.shp.xml</srcused>
1387
+ <procdate>20130716</procdate>
1388
+ <proctime>15562900</proctime>
1389
+ </procstep>
1390
+ <procstep>
1391
+ <procdesc>Metadata imported.</procdesc>
1392
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\terraplen_a\EcuadorEmbank11.shp.xml</srcused>
1393
+ <procdate>20130716</procdate>
1394
+ <proctime>16103500</proctime>
1395
+ </procstep>
1396
+ <procstep>
1397
+ <procdesc>Metadata imported.</procdesc>
1398
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\terreno_inundable_a\EcuadorFloodPlain11.shp.xml</srcused>
1399
+ <procdate>20130716</procdate>
1400
+ <proctime>16240700</proctime>
1401
+ </procstep>
1402
+ <procstep>
1403
+ <procdesc>Metadata imported.</procdesc>
1404
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\texto_descriptivo_l\EcuadorUniqueFeature11.shp.xml</srcused>
1405
+ <procdate>20130716</procdate>
1406
+ <proctime>16404000</proctime>
1407
+ </procstep>
1408
+ <procstep>
1409
+ <procdesc>Metadata imported.</procdesc>
1410
+ <srcused>S:\GIS_Center_Projects\EnterpriseGIS\Layers\Ecuador\IGM - Instituto Geografico Militar\Base Level Infrastructure\torre_agua_p\EcuadorWaterTower11.shp.xml</srcused>
1411
+ <procdate>20130717</procdate>
1412
+ <proctime>10330200</proctime>
1413
+ </procstep>
1414
+ </lineage>
1415
+ </dataqual>
1416
+ <spdoinfo>
1417
+ <direct>Vector</direct>
1418
+ <ptvctinf>
1419
+ <sdtsterm Name="Ecuador50KDrillingTower11">
1420
+ <sdtstype>Entity point</sdtstype>
1421
+ <ptvctcnt>1</ptvctcnt>
1422
+ </sdtsterm>
1423
+ <esriterm Name="Ecuador50KDrillingTower11">
1424
+ <efeatyp Sync="TRUE">Simple</efeatyp>
1425
+ <efeageom Sync="TRUE">Point</efeageom>
1426
+ <esritopo Sync="TRUE">FALSE</esritopo>
1427
+ <efeacnt Sync="TRUE">1</efeacnt>
1428
+ <spindex Sync="TRUE">TRUE</spindex>
1429
+ <linrefer Sync="TRUE">FALSE</linrefer>
1430
+ </esriterm>
1431
+ </ptvctinf>
1432
+ </spdoinfo>
1433
+ <spref>
1434
+ <horizsys>
1435
+ <planar>
1436
+ <planci>
1437
+ <plance>coordinate pair</plance>
1438
+ <coordrep>
1439
+ <absres>0.000000</absres>
1440
+ <ordres>0.000000</ordres>
1441
+ </coordrep>
1442
+ <plandu>meters</plandu>
1443
+ </planci>
1444
+ <gridsys>
1445
+ <gridsysn Sync="TRUE">Universal Transverse Mercator</gridsysn>
1446
+ <utm>
1447
+ <utmzone Sync="TRUE">-17</utmzone>
1448
+ <transmer>
1449
+ <sfctrmer Sync="TRUE">0.999600</sfctrmer>
1450
+ <longcm Sync="TRUE">-81.000000</longcm>
1451
+ <latprjo Sync="TRUE">0.000000</latprjo>
1452
+ <feast Sync="TRUE">500000.000000</feast>
1453
+ <fnorth Sync="TRUE">10000000.000000</fnorth>
1454
+ </transmer>
1455
+ </utm>
1456
+ </gridsys>
1457
+ </planar>
1458
+ <geodetic>
1459
+ <horizdn>D_WGS_1984</horizdn>
1460
+ <ellips>WGS_1984</ellips>
1461
+ <semiaxis>6378137.000000</semiaxis>
1462
+ <denflat>298.257224</denflat>
1463
+ </geodetic>
1464
+ <cordsysn>
1465
+ <geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn>
1466
+ <projcsn Sync="TRUE">WGS_1984_UTM_Zone_17S</projcsn>
1467
+ </cordsysn>
1468
+ </horizsys>
1469
+ </spref>
1470
+ <eainfo>
1471
+ <detailed Name="Ecuador50KDrillingTower11">
1472
+ <enttyp>
1473
+ <enttypl>
1474
+ Ecuador50KDrillingTower11</enttypl>
1475
+ <enttypt Sync="TRUE">Feature Class</enttypt>
1476
+ <enttypc Sync="TRUE">1</enttypc>
1477
+ </enttyp>
1478
+ <attr>
1479
+ <attrlabl>FID</attrlabl>
1480
+ <attrdef>Internal feature number.</attrdef>
1481
+ <attrdefs>Environmental Systems Research Institute (Redlands, Calif.)</attrdefs>
1482
+ <attrdomv>
1483
+ <udom>Sequential unique whole numbers that are automatically generated.</udom>
1484
+ </attrdomv>
1485
+ <attalias Sync="TRUE">FID</attalias>
1486
+ <attrtype Sync="TRUE">OID</attrtype>
1487
+ <attwidth Sync="TRUE">4</attwidth>
1488
+ <atprecis Sync="TRUE">0</atprecis>
1489
+ <attscale Sync="TRUE">0</attscale>
1490
+ </attr>
1491
+ <attr>
1492
+ <attrlabl>Shape</attrlabl>
1493
+ <attrdef>Feature geometry.</attrdef>
1494
+ <attrdefs>Environmental Systems Research Institute (Redlands, Calif.)</attrdefs>
1495
+ <attrdomv>
1496
+ <udom>Coordinates defining the features.</udom>
1497
+ </attrdomv>
1498
+ <attalias Sync="TRUE">Shape</attalias>
1499
+ <attrtype Sync="TRUE">Geometry</attrtype>
1500
+ <attwidth Sync="TRUE">0</attwidth>
1501
+ <atprecis Sync="TRUE">0</atprecis>
1502
+ <attscale Sync="TRUE">0</attscale>
1503
+ </attr>
1504
+ <attr>
1505
+ <attrlabl>fcode</attrlabl>
1506
+ <attrdef>Feature class code</attrdef>
1507
+ <attrdefs>Tufts University. Geographic Information Systems Center</attrdefs>
1508
+ <attrdomv>
1509
+ <edom>
1510
+ <edomv>AA040</edomv>
1511
+ <edomvd>Vertical structure equipped for perforation purposes</edomvd>
1512
+ <edomvds>Instituto Geografico Militar (Ecuador)</edomvds>
1513
+ </edom>
1514
+ </attrdomv>
1515
+ <attalias Sync="TRUE">fcode</attalias>
1516
+ <attrtype Sync="TRUE">String</attrtype>
1517
+ <attwidth Sync="TRUE">5</attwidth>
1518
+ </attr>
1519
+ <attr>
1520
+ <attrlabl>descripcio</attrlabl>
1521
+ <attrdef>Description of the FCODE</attrdef>
1522
+ <attrdefs>Tufts University. Geographic Information Systems Center</attrdefs>
1523
+ <attalias Sync="TRUE">descripcio</attalias>
1524
+ <attrtype Sync="TRUE">String</attrtype>
1525
+ <attwidth Sync="TRUE">250</attwidth>
1526
+ </attr>
1527
+ <attr>
1528
+ <attrlabl>ppo</attrlabl>
1529
+ <attrdef>Category of product</attrdef>
1530
+ <attrdefs>Instituto Geografico Militar (Ecuador)</attrdefs>
1531
+ <attrdomv>
1532
+ <edom>
1533
+ <edomv>-1</edomv>
1534
+ <edomvd>No information is available</edomvd>
1535
+ <edomvds>Instituto Geografico Militar (Ecuador)</edomvds>
1536
+ </edom>
1537
+ </attrdomv>
1538
+ <attalias Sync="TRUE">ppo</attalias>
1539
+ <attrtype Sync="TRUE">Number</attrtype>
1540
+ <attwidth Sync="TRUE">4</attwidth>
1541
+ </attr>
1542
+ <attr>
1543
+ <attrlabl>ppo_desc</attrlabl>
1544
+ <attrdef>Description of the PPO code</attrdef>
1545
+ <attrdefs>Instituto Geografico Militar (Ecuador)</attrdefs>
1546
+ <attalias Sync="TRUE">ppo_desc</attalias>
1547
+ <attrtype Sync="TRUE">String</attrtype>
1548
+ <attwidth Sync="TRUE">80</attwidth>
1549
+ </attr>
1550
+ <attr>
1551
+ <attrlabl>txt</attrlabl>
1552
+ <attrdef>Further information about the tower</attrdef>
1553
+ <attrdefs>Instituto Geografico Militar (Ecuador)</attrdefs>
1554
+ <attalias Sync="TRUE">txt</attalias>
1555
+ <attrtype Sync="TRUE">String</attrtype>
1556
+ <attwidth Sync="TRUE">250</attwidth>
1557
+ </attr>
1558
+ </detailed>
1559
+ </eainfo>
1560
+ <distinfo>
1561
+ <distrib>
1562
+ <cntinfo>
1563
+ <cntorgp>
1564
+ <cntorg>Tufts University GIS Center</cntorg>
1565
+ </cntorgp>
1566
+ <cntpos>GIS Data Analyst</cntpos>
1567
+ <cntaddr>
1568
+ <addrtype>mailing and physical address</addrtype>
1569
+ <address>Academic Technology</address>
1570
+ <address>16 Dearborn Ave</address>
1571
+ <city>Somerville</city>
1572
+ <state>MA</state>
1573
+ <postal>02144</postal>
1574
+ <country>USA</country>
1575
+ </cntaddr>
1576
+ <cntvoice>617-627-3380</cntvoice>
1577
+ <cntemail>gis-support@elist.tufts.edu</cntemail>
1578
+ <hours>Monday-Friday, 9:00 AM-5:00 PM, EST-USA</hours>
1579
+ </cntinfo>
1580
+ </distrib>
1581
+ <resdesc>Online Dataset</resdesc>
1582
+ <stdorder>
1583
+ <digform>
1584
+ <digtinfo>
1585
+ <transize>13.102</transize>
1586
+ <dssize Sync="TRUE">0.000</dssize>
1587
+ </digtinfo>
1588
+ </digform>
1589
+ </stdorder>
1590
+ </distinfo>
1591
+ <metainfo>
1592
+ <metd>20130813</metd>
1593
+ <metc>
1594
+ <cntinfo>
1595
+ <cntorgp>
1596
+ <cntorg>Tufts University GIS Center</cntorg>
1597
+ <cntper>REQUIRED: The person responsible for the metadata information.</cntper>
1598
+ </cntorgp>
1599
+ <cntpos>GIS Data Analyst</cntpos>
1600
+ <cntaddr>
1601
+ <addrtype>mailing and physical address</addrtype>
1602
+ <address>Academic Technology</address>
1603
+ <address>16 Dearborn Ave</address>
1604
+ <city>Somerville</city>
1605
+ <state>MA</state>
1606
+ <postal>02144</postal>
1607
+ <country>USA</country>
1608
+ </cntaddr>
1609
+ <cntvoice>617-627-3380</cntvoice>
1610
+ <cntemail>gis-support@elist.tufts.edu</cntemail>
1611
+ <hours>Monday-Friday, 9:00 AM-5:00 PM, EST-USA</hours>
1612
+ </cntinfo>
1613
+ </metc>
1614
+ <metstdn>FGDC Content Standards for Digital Geospatial Metadata</metstdn>
1615
+ <metstdv>FGDC-STD-001-1998</metstdv>
1616
+ <mettc>local time</mettc>
1617
+ <metextns>
1618
+ <onlink>http://www.esri.com/metadata/esriprof80.html</onlink>
1619
+ <metprof>ESRI Metadata Profile</metprof>
1620
+ </metextns>
1621
+ <metextns>
1622
+ <onlink>http://www.esri.com/metadata/esriprof80.html</onlink>
1623
+ <metprof>ESRI Metadata Profile</metprof>
1624
+ </metextns>
1625
+ <metextns>
1626
+ <onlink>http://www.esri.com/metadata/esriprof80.html</onlink>
1627
+ <metprof>ESRI Metadata Profile</metprof>
1628
+ </metextns>
1629
+ <langmeta Sync="TRUE">en</langmeta>
1630
+ <metextns>
1631
+ <onlink Sync="TRUE">http://www.esri.com/metadata/esriprof80.html</onlink>
1632
+ <metprof Sync="TRUE">ESRI Metadata Profile</metprof>
1633
+ </metextns>
1634
+ </metainfo>
1635
+ <dataIdInfo>
1636
+ <envirDesc Sync="TRUE">Microsoft Windows Vista Version 6.1 (Build 7601) Service Pack 1; ESRI ArcCatalog 9.3.1.4000</envirDesc>
1637
+ <dataLang>
1638
+ <languageCode Sync="TRUE" value="en" />
1639
+ </dataLang>
1640
+ <idCitation>
1641
+ <resTitle Sync="TRUE">Ecuador50KDrillingTower11</resTitle>
1642
+ <presForm>
1643
+ <PresFormCd Sync="TRUE" value="005" />
1644
+ </presForm>
1645
+ </idCitation>
1646
+ <spatRpType>
1647
+ <SpatRepTypCd Sync="TRUE" value="001" />
1648
+ </spatRpType>
1649
+ <dataExt>
1650
+ <geoEle>
1651
+ <GeoBndBox esriExtentType="native">
1652
+ <westBL Sync="TRUE">621844.3882</westBL>
1653
+ <eastBL Sync="TRUE">621844.3882</eastBL>
1654
+ <northBL Sync="TRUE">9847689.6686</northBL>
1655
+ <southBL Sync="TRUE">9847689.6686</southBL>
1656
+ <exTypeCode Sync="TRUE">1</exTypeCode>
1657
+ </GeoBndBox>
1658
+ </geoEle>
1659
+ </dataExt>
1660
+ <geoBox esriExtentType="decdegrees">
1661
+ <westBL Sync="TRUE">-79.904768</westBL>
1662
+ <eastBL Sync="TRUE">-79.904768</eastBL>
1663
+ <northBL Sync="TRUE">-1.377743</northBL>
1664
+ <southBL Sync="TRUE">-1.377743</southBL>
1665
+ <exTypeCode Sync="TRUE">1</exTypeCode>
1666
+ </geoBox>
1667
+ </dataIdInfo>
1668
+ <mdLang>
1669
+ <languageCode Sync="TRUE" value="en" />
1670
+ </mdLang>
1671
+ <mdStanName Sync="TRUE">ISO 19115 Geographic Information - Metadata</mdStanName>
1672
+ <mdStanVer Sync="TRUE">DIS_ESRI1.0</mdStanVer>
1673
+ <mdChar>
1674
+ <CharSetCd Sync="TRUE" value="004" />
1675
+ </mdChar>
1676
+ <mdHrLv>
1677
+ <ScopeCd Sync="TRUE" value="005" />
1678
+ </mdHrLv>
1679
+ <mdHrLvName Sync="TRUE">dataset</mdHrLvName>
1680
+ <distInfo>
1681
+ <distributor>
1682
+ <distorTran>
1683
+ <onLineSrc>
1684
+ <orDesc Sync="TRUE">002</orDesc>
1685
+ <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>
1686
+ <protocol Sync="TRUE">Local Area Network</protocol>
1687
+ </onLineSrc>
1688
+ <transSize Sync="TRUE">0.000</transSize>
1689
+ </distorTran>
1690
+ <distorFormat>
1691
+ <formatName Sync="TRUE">Shapefile</formatName>
1692
+ </distorFormat>
1693
+ </distributor>
1694
+ </distInfo>
1695
+ <refSysInfo>
1696
+ <RefSystem>
1697
+ <refSysID>
1698
+ <identCode Sync="TRUE">WGS_1984_UTM_Zone_17S</identCode>
1699
+ </refSysID>
1700
+ </RefSystem>
1701
+ </refSysInfo>
1702
+ <spatRepInfo>
1703
+ <VectSpatRep>
1704
+ <topLvl>
1705
+ <TopoLevCd Sync="TRUE" value="001" />
1706
+ </topLvl>
1707
+ <geometObjs Name="Ecuador50KDrillingTower11">
1708
+ <geoObjTyp>
1709
+ <GeoObjTypCd Sync="TRUE" value="004" />
1710
+ </geoObjTyp>
1711
+ <geoObjCnt Sync="TRUE">1</geoObjCnt>
1712
+ </geometObjs>
1713
+ </VectSpatRep>
1714
+ </spatRepInfo>
1715
+ <Esri>
1716
+ <SyncDate>20140520</SyncDate>
1717
+ <SyncTime>16090500</SyncTime>
1718
+ <ModDate>20140520</ModDate>
1719
+ <ModTime>16090500</ModTime>
1720
+ </Esri>
1721
+ <mdDateSt Sync="TRUE">20140520</mdDateSt>
1722
+ </metadata>
1723
+ xml
1724
+ end
1725
+ end