geohydra 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (687) hide show
  1. data/.gitignore +23 -0
  2. data/.gitmodules +3 -0
  3. data/.travis.yml +7 -0
  4. data/Gemfile +15 -0
  5. data/Gemfile.lock +281 -0
  6. data/LICENSE +14 -0
  7. data/README.md +187 -0
  8. data/Rakefile +34 -0
  9. data/VERSION +1 -0
  10. data/bin/accession.rb +109 -0
  11. data/bin/assemble.rb +307 -0
  12. data/bin/assemble_data.rb +66 -0
  13. data/bin/assemble_placenames.rb +110 -0
  14. data/bin/build_stage_options.rb +27 -0
  15. data/bin/derive_wgs84.rb +85 -0
  16. data/bin/extract_thumbnail.rb +49 -0
  17. data/bin/geohydra +11 -0
  18. data/bin/ingest_arcgis.rb +77 -0
  19. data/bin/ingest_tufts.rb +71 -0
  20. data/bin/loader.rb +296 -0
  21. data/bin/loader_postgis.rb +259 -0
  22. data/bin/seed.rb +78 -0
  23. data/bin/solr_indexer.rb +41 -0
  24. data/bin/sync_geoserver_metadata.rb +168 -0
  25. data/bin/validate_data.rb +59 -0
  26. data/config/.gitignore +1 -0
  27. data/config/boot.rb +17 -0
  28. data/config/database.yml +29 -0
  29. data/config/environments/.gitignore +8 -0
  30. data/config/environments/.gitkeep +0 -0
  31. data/config/environments/example.rb +85 -0
  32. data/config/environments/example_rgeoserver.yml +16 -0
  33. data/config/migrate.rb +11 -0
  34. data/geohydra.gemspec +49 -0
  35. data/lib/geohydra.rb +11 -0
  36. data/lib/geohydra/accession.rb +291 -0
  37. data/lib/geohydra/arcgis_to_iso19139_fc.xsl +364 -0
  38. data/lib/geohydra/gazetteer.csv +36 -0
  39. data/lib/geohydra/gazetteer.rb +73 -0
  40. data/lib/geohydra/geonetwork.rb +156 -0
  41. data/lib/geohydra/mods2ogp.xsl +198 -0
  42. data/lib/geohydra/ogpcleanup.xsl +28 -0
  43. data/lib/geohydra/solr.rb +49 -0
  44. data/lib/geohydra/transform.rb +175 -0
  45. data/lib/geohydra/utils.rb +19 -0
  46. data/lib/geohydra/version.rb +3 -0
  47. data/scripts/correct_collections.rb +93 -0
  48. data/scripts/dbfdump.rb +13 -0
  49. data/scripts/extract.xsl +35 -0
  50. data/scripts/geoserver_createdb.sh +6 -0
  51. data/scripts/geoserver_createdb.sql +29 -0
  52. data/scripts/geowebcache_tops.rb +22 -0
  53. data/scripts/ingest_mods.rb +23 -0
  54. data/scripts/iso2html/displayElement.xsl +52 -0
  55. data/scripts/iso2html/elements-ISO.xml +665 -0
  56. data/scripts/iso2html/headers-ISO.xml +16 -0
  57. data/scripts/iso2html/printFormatted.xsl +227 -0
  58. data/scripts/iso2html/printtextlines.xsl +171 -0
  59. data/scripts/iso2html/xml-to-html-ISO.xsl +273 -0
  60. data/scripts/iso2html/xml-to-text-ISO.xsl +148 -0
  61. data/scripts/load_stage_data.rb +13 -0
  62. data/scripts/nextgis_iso19115.xsl +553 -0
  63. data/scripts/replicate_db.sh +7 -0
  64. data/scripts/report_stage.rb +5 -0
  65. data/solr/dev.html +19 -0
  66. data/solr/dlss-dev-drh-geo/conf/schema.xml +54 -0
  67. data/solr/dlss-dev-drh-geo/conf/solrconfig.xml +156 -0
  68. data/solr/dlss-dev-drh-geo/deploy.sh +15 -0
  69. data/solr/dlss-dev-drh-geo/example_doc.xml +25 -0
  70. data/solr/dlss-dev-drh-geo/test.sh +14 -0
  71. data/solr/ogp-dev/conf/admin-extra.html +24 -0
  72. data/solr/ogp-dev/conf/admin-extra.menu-bottom.html +25 -0
  73. data/solr/ogp-dev/conf/admin-extra.menu-top.html +25 -0
  74. data/solr/ogp-dev/conf/currency.xml +67 -0
  75. data/solr/ogp-dev/conf/elevate.xml +38 -0
  76. data/solr/ogp-dev/conf/lang/contractions_ca.txt +8 -0
  77. data/solr/ogp-dev/conf/lang/contractions_fr.txt +15 -0
  78. data/solr/ogp-dev/conf/lang/contractions_ga.txt +5 -0
  79. data/solr/ogp-dev/conf/lang/contractions_it.txt +23 -0
  80. data/solr/ogp-dev/conf/lang/hyphenations_ga.txt +5 -0
  81. data/solr/ogp-dev/conf/lang/stemdict_nl.txt +6 -0
  82. data/solr/ogp-dev/conf/lang/stoptags_ja.txt +420 -0
  83. data/solr/ogp-dev/conf/lang/stopwords_ar.txt +125 -0
  84. data/solr/ogp-dev/conf/lang/stopwords_bg.txt +193 -0
  85. data/solr/ogp-dev/conf/lang/stopwords_ca.txt +220 -0
  86. data/solr/ogp-dev/conf/lang/stopwords_cz.txt +172 -0
  87. data/solr/ogp-dev/conf/lang/stopwords_da.txt +108 -0
  88. data/solr/ogp-dev/conf/lang/stopwords_de.txt +292 -0
  89. data/solr/ogp-dev/conf/lang/stopwords_el.txt +78 -0
  90. data/solr/ogp-dev/conf/lang/stopwords_en.txt +54 -0
  91. data/solr/ogp-dev/conf/lang/stopwords_es.txt +354 -0
  92. data/solr/ogp-dev/conf/lang/stopwords_eu.txt +99 -0
  93. data/solr/ogp-dev/conf/lang/stopwords_fa.txt +313 -0
  94. data/solr/ogp-dev/conf/lang/stopwords_fi.txt +95 -0
  95. data/solr/ogp-dev/conf/lang/stopwords_fr.txt +184 -0
  96. data/solr/ogp-dev/conf/lang/stopwords_ga.txt +110 -0
  97. data/solr/ogp-dev/conf/lang/stopwords_gl.txt +161 -0
  98. data/solr/ogp-dev/conf/lang/stopwords_hi.txt +235 -0
  99. data/solr/ogp-dev/conf/lang/stopwords_hu.txt +209 -0
  100. data/solr/ogp-dev/conf/lang/stopwords_hy.txt +46 -0
  101. data/solr/ogp-dev/conf/lang/stopwords_id.txt +359 -0
  102. data/solr/ogp-dev/conf/lang/stopwords_it.txt +301 -0
  103. data/solr/ogp-dev/conf/lang/stopwords_ja.txt +127 -0
  104. data/solr/ogp-dev/conf/lang/stopwords_lv.txt +172 -0
  105. data/solr/ogp-dev/conf/lang/stopwords_nl.txt +117 -0
  106. data/solr/ogp-dev/conf/lang/stopwords_no.txt +192 -0
  107. data/solr/ogp-dev/conf/lang/stopwords_pt.txt +251 -0
  108. data/solr/ogp-dev/conf/lang/stopwords_ro.txt +233 -0
  109. data/solr/ogp-dev/conf/lang/stopwords_ru.txt +241 -0
  110. data/solr/ogp-dev/conf/lang/stopwords_sv.txt +131 -0
  111. data/solr/ogp-dev/conf/lang/stopwords_th.txt +119 -0
  112. data/solr/ogp-dev/conf/lang/stopwords_tr.txt +212 -0
  113. data/solr/ogp-dev/conf/lang/userdict_ja.txt +29 -0
  114. data/solr/ogp-dev/conf/mapping-FoldToASCII.txt +3813 -0
  115. data/solr/ogp-dev/conf/mapping-ISOLatin1Accent.txt +246 -0
  116. data/solr/ogp-dev/conf/protwords.txt +21 -0
  117. data/solr/ogp-dev/conf/schema.xml +1362 -0
  118. data/solr/ogp-dev/conf/scripts.conf +24 -0
  119. data/solr/ogp-dev/conf/solrconfig.xml +1816 -0
  120. data/solr/ogp-dev/conf/spellings.txt +2 -0
  121. data/solr/ogp-dev/conf/stopwords.txt +14 -0
  122. data/solr/ogp-dev/conf/synonyms.txt +29 -0
  123. data/solr/ogp-dev/conf/synonymsIso.txt +158 -0
  124. data/solr/ogp-dev/conf/synonymsLcsh.txt +120 -0
  125. data/solr/ogp-dev/conf/synonymsState.txt +105 -0
  126. data/solr/ogp-dev/conf/update-script.js +53 -0
  127. data/solr/ogp-dev/conf/velocity/VM_global_library.vm +170 -0
  128. data/solr/ogp-dev/conf/velocity/browse.vm +50 -0
  129. data/solr/ogp-dev/conf/velocity/cluster.vm +9 -0
  130. data/solr/ogp-dev/conf/velocity/clusterResults.vm +12 -0
  131. data/solr/ogp-dev/conf/velocity/debug.vm +17 -0
  132. data/solr/ogp-dev/conf/velocity/did_you_mean.vm +4 -0
  133. data/solr/ogp-dev/conf/velocity/facet_fields.vm +15 -0
  134. data/solr/ogp-dev/conf/velocity/facet_pivot.vm +3 -0
  135. data/solr/ogp-dev/conf/velocity/facet_queries.vm +3 -0
  136. data/solr/ogp-dev/conf/velocity/facet_ranges.vm +15 -0
  137. data/solr/ogp-dev/conf/velocity/facets.vm +5 -0
  138. data/solr/ogp-dev/conf/velocity/footer.vm +17 -0
  139. data/solr/ogp-dev/conf/velocity/head.vm +32 -0
  140. data/solr/ogp-dev/conf/velocity/header.vm +3 -0
  141. data/solr/ogp-dev/conf/velocity/hit.vm +11 -0
  142. data/solr/ogp-dev/conf/velocity/hitGrouped.vm +24 -0
  143. data/solr/ogp-dev/conf/velocity/join-doc.vm +4 -0
  144. data/solr/ogp-dev/conf/velocity/jquery.autocomplete.css +48 -0
  145. data/solr/ogp-dev/conf/velocity/jquery.autocomplete.js +763 -0
  146. data/solr/ogp-dev/conf/velocity/layout.vm +20 -0
  147. data/solr/ogp-dev/conf/velocity/main.css +208 -0
  148. data/solr/ogp-dev/conf/velocity/product-doc.vm +27 -0
  149. data/solr/ogp-dev/conf/velocity/query.vm +42 -0
  150. data/solr/ogp-dev/conf/velocity/queryGroup.vm +19 -0
  151. data/solr/ogp-dev/conf/velocity/querySpatial.vm +40 -0
  152. data/solr/ogp-dev/conf/velocity/richtext-doc.vm +114 -0
  153. data/solr/ogp-dev/conf/velocity/suggest.vm +3 -0
  154. data/solr/ogp-dev/conf/velocity/tabs.vm +6 -0
  155. data/solr/ogp-dev/conf/xslt/example.xsl +132 -0
  156. data/solr/ogp-dev/conf/xslt/example_atom.xsl +67 -0
  157. data/solr/ogp-dev/conf/xslt/example_rss.xsl +66 -0
  158. data/solr/ogp-dev/conf/xslt/luke.xsl +337 -0
  159. data/solr/ogp-dev/conf/xslt/updateXml.xsl +70 -0
  160. data/solr/ogp-dev/deploy.sh +15 -0
  161. data/solr/ogp-dev/purge.sh +9 -0
  162. data/solr/ogp-dev/upload.sh +17 -0
  163. data/solr/ogp-test/conf/admin-extra.html +24 -0
  164. data/solr/ogp-test/conf/admin-extra.menu-bottom.html +25 -0
  165. data/solr/ogp-test/conf/admin-extra.menu-top.html +25 -0
  166. data/solr/ogp-test/conf/currency.xml +67 -0
  167. data/solr/ogp-test/conf/elevate.xml +38 -0
  168. data/solr/ogp-test/conf/lang/contractions_ca.txt +8 -0
  169. data/solr/ogp-test/conf/lang/contractions_fr.txt +15 -0
  170. data/solr/ogp-test/conf/lang/contractions_ga.txt +5 -0
  171. data/solr/ogp-test/conf/lang/contractions_it.txt +23 -0
  172. data/solr/ogp-test/conf/lang/hyphenations_ga.txt +5 -0
  173. data/solr/ogp-test/conf/lang/stemdict_nl.txt +6 -0
  174. data/solr/ogp-test/conf/lang/stoptags_ja.txt +420 -0
  175. data/solr/ogp-test/conf/lang/stopwords_ar.txt +125 -0
  176. data/solr/ogp-test/conf/lang/stopwords_bg.txt +193 -0
  177. data/solr/ogp-test/conf/lang/stopwords_ca.txt +220 -0
  178. data/solr/ogp-test/conf/lang/stopwords_cz.txt +172 -0
  179. data/solr/ogp-test/conf/lang/stopwords_da.txt +108 -0
  180. data/solr/ogp-test/conf/lang/stopwords_de.txt +292 -0
  181. data/solr/ogp-test/conf/lang/stopwords_el.txt +78 -0
  182. data/solr/ogp-test/conf/lang/stopwords_en.txt +54 -0
  183. data/solr/ogp-test/conf/lang/stopwords_es.txt +354 -0
  184. data/solr/ogp-test/conf/lang/stopwords_eu.txt +99 -0
  185. data/solr/ogp-test/conf/lang/stopwords_fa.txt +313 -0
  186. data/solr/ogp-test/conf/lang/stopwords_fi.txt +95 -0
  187. data/solr/ogp-test/conf/lang/stopwords_fr.txt +184 -0
  188. data/solr/ogp-test/conf/lang/stopwords_ga.txt +110 -0
  189. data/solr/ogp-test/conf/lang/stopwords_gl.txt +161 -0
  190. data/solr/ogp-test/conf/lang/stopwords_hi.txt +235 -0
  191. data/solr/ogp-test/conf/lang/stopwords_hu.txt +209 -0
  192. data/solr/ogp-test/conf/lang/stopwords_hy.txt +46 -0
  193. data/solr/ogp-test/conf/lang/stopwords_id.txt +359 -0
  194. data/solr/ogp-test/conf/lang/stopwords_it.txt +301 -0
  195. data/solr/ogp-test/conf/lang/stopwords_ja.txt +127 -0
  196. data/solr/ogp-test/conf/lang/stopwords_lv.txt +172 -0
  197. data/solr/ogp-test/conf/lang/stopwords_nl.txt +117 -0
  198. data/solr/ogp-test/conf/lang/stopwords_no.txt +192 -0
  199. data/solr/ogp-test/conf/lang/stopwords_pt.txt +251 -0
  200. data/solr/ogp-test/conf/lang/stopwords_ro.txt +233 -0
  201. data/solr/ogp-test/conf/lang/stopwords_ru.txt +241 -0
  202. data/solr/ogp-test/conf/lang/stopwords_sv.txt +131 -0
  203. data/solr/ogp-test/conf/lang/stopwords_th.txt +119 -0
  204. data/solr/ogp-test/conf/lang/stopwords_tr.txt +212 -0
  205. data/solr/ogp-test/conf/lang/userdict_ja.txt +29 -0
  206. data/solr/ogp-test/conf/mapping-FoldToASCII.txt +3813 -0
  207. data/solr/ogp-test/conf/mapping-ISOLatin1Accent.txt +246 -0
  208. data/solr/ogp-test/conf/protwords.txt +21 -0
  209. data/solr/ogp-test/conf/schema.xml +1362 -0
  210. data/solr/ogp-test/conf/scripts.conf +24 -0
  211. data/solr/ogp-test/conf/solrconfig.xml +1816 -0
  212. data/solr/ogp-test/conf/spellings.txt +2 -0
  213. data/solr/ogp-test/conf/stopwords.txt +14 -0
  214. data/solr/ogp-test/conf/synonyms.txt +29 -0
  215. data/solr/ogp-test/conf/synonymsIso.txt +158 -0
  216. data/solr/ogp-test/conf/synonymsLcsh.txt +120 -0
  217. data/solr/ogp-test/conf/synonymsState.txt +105 -0
  218. data/solr/ogp-test/conf/update-script.js +53 -0
  219. data/solr/ogp-test/conf/velocity/VM_global_library.vm +170 -0
  220. data/solr/ogp-test/conf/velocity/browse.vm +50 -0
  221. data/solr/ogp-test/conf/velocity/cluster.vm +9 -0
  222. data/solr/ogp-test/conf/velocity/clusterResults.vm +12 -0
  223. data/solr/ogp-test/conf/velocity/debug.vm +17 -0
  224. data/solr/ogp-test/conf/velocity/did_you_mean.vm +4 -0
  225. data/solr/ogp-test/conf/velocity/facet_fields.vm +15 -0
  226. data/solr/ogp-test/conf/velocity/facet_pivot.vm +3 -0
  227. data/solr/ogp-test/conf/velocity/facet_queries.vm +3 -0
  228. data/solr/ogp-test/conf/velocity/facet_ranges.vm +15 -0
  229. data/solr/ogp-test/conf/velocity/facets.vm +5 -0
  230. data/solr/ogp-test/conf/velocity/footer.vm +17 -0
  231. data/solr/ogp-test/conf/velocity/head.vm +32 -0
  232. data/solr/ogp-test/conf/velocity/header.vm +3 -0
  233. data/solr/ogp-test/conf/velocity/hit.vm +11 -0
  234. data/solr/ogp-test/conf/velocity/hitGrouped.vm +24 -0
  235. data/solr/ogp-test/conf/velocity/join-doc.vm +4 -0
  236. data/solr/ogp-test/conf/velocity/jquery.autocomplete.css +48 -0
  237. data/solr/ogp-test/conf/velocity/jquery.autocomplete.js +763 -0
  238. data/solr/ogp-test/conf/velocity/layout.vm +20 -0
  239. data/solr/ogp-test/conf/velocity/main.css +208 -0
  240. data/solr/ogp-test/conf/velocity/product-doc.vm +27 -0
  241. data/solr/ogp-test/conf/velocity/query.vm +42 -0
  242. data/solr/ogp-test/conf/velocity/queryGroup.vm +19 -0
  243. data/solr/ogp-test/conf/velocity/querySpatial.vm +40 -0
  244. data/solr/ogp-test/conf/velocity/richtext-doc.vm +114 -0
  245. data/solr/ogp-test/conf/velocity/suggest.vm +3 -0
  246. data/solr/ogp-test/conf/velocity/tabs.vm +6 -0
  247. data/solr/ogp-test/conf/xslt/example.xsl +132 -0
  248. data/solr/ogp-test/conf/xslt/example_atom.xsl +67 -0
  249. data/solr/ogp-test/conf/xslt/example_rss.xsl +66 -0
  250. data/solr/ogp-test/conf/xslt/luke.xsl +337 -0
  251. data/solr/ogp-test/conf/xslt/updateXml.xsl +70 -0
  252. data/solr/ogp-test/deploy.sh +15 -0
  253. data/solr/ogp-test/purge.sh +9 -0
  254. data/solr/ogp-test/upload.sh +17 -0
  255. data/solr/ogp/conf/admin-extra.html +24 -0
  256. data/solr/ogp/conf/admin-extra.menu-bottom.html +25 -0
  257. data/solr/ogp/conf/admin-extra.menu-top.html +25 -0
  258. data/solr/ogp/conf/currency.xml +67 -0
  259. data/solr/ogp/conf/elevate.xml +38 -0
  260. data/solr/ogp/conf/lang/contractions_ca.txt +8 -0
  261. data/solr/ogp/conf/lang/contractions_fr.txt +15 -0
  262. data/solr/ogp/conf/lang/contractions_ga.txt +5 -0
  263. data/solr/ogp/conf/lang/contractions_it.txt +23 -0
  264. data/solr/ogp/conf/lang/hyphenations_ga.txt +5 -0
  265. data/solr/ogp/conf/lang/stemdict_nl.txt +6 -0
  266. data/solr/ogp/conf/lang/stoptags_ja.txt +420 -0
  267. data/solr/ogp/conf/lang/stopwords_ar.txt +125 -0
  268. data/solr/ogp/conf/lang/stopwords_bg.txt +193 -0
  269. data/solr/ogp/conf/lang/stopwords_ca.txt +220 -0
  270. data/solr/ogp/conf/lang/stopwords_cz.txt +172 -0
  271. data/solr/ogp/conf/lang/stopwords_da.txt +108 -0
  272. data/solr/ogp/conf/lang/stopwords_de.txt +292 -0
  273. data/solr/ogp/conf/lang/stopwords_el.txt +78 -0
  274. data/solr/ogp/conf/lang/stopwords_en.txt +54 -0
  275. data/solr/ogp/conf/lang/stopwords_es.txt +354 -0
  276. data/solr/ogp/conf/lang/stopwords_eu.txt +99 -0
  277. data/solr/ogp/conf/lang/stopwords_fa.txt +313 -0
  278. data/solr/ogp/conf/lang/stopwords_fi.txt +95 -0
  279. data/solr/ogp/conf/lang/stopwords_fr.txt +184 -0
  280. data/solr/ogp/conf/lang/stopwords_ga.txt +110 -0
  281. data/solr/ogp/conf/lang/stopwords_gl.txt +161 -0
  282. data/solr/ogp/conf/lang/stopwords_hi.txt +235 -0
  283. data/solr/ogp/conf/lang/stopwords_hu.txt +209 -0
  284. data/solr/ogp/conf/lang/stopwords_hy.txt +46 -0
  285. data/solr/ogp/conf/lang/stopwords_id.txt +359 -0
  286. data/solr/ogp/conf/lang/stopwords_it.txt +301 -0
  287. data/solr/ogp/conf/lang/stopwords_ja.txt +127 -0
  288. data/solr/ogp/conf/lang/stopwords_lv.txt +172 -0
  289. data/solr/ogp/conf/lang/stopwords_nl.txt +117 -0
  290. data/solr/ogp/conf/lang/stopwords_no.txt +192 -0
  291. data/solr/ogp/conf/lang/stopwords_pt.txt +251 -0
  292. data/solr/ogp/conf/lang/stopwords_ro.txt +233 -0
  293. data/solr/ogp/conf/lang/stopwords_ru.txt +241 -0
  294. data/solr/ogp/conf/lang/stopwords_sv.txt +131 -0
  295. data/solr/ogp/conf/lang/stopwords_th.txt +119 -0
  296. data/solr/ogp/conf/lang/stopwords_tr.txt +212 -0
  297. data/solr/ogp/conf/lang/userdict_ja.txt +29 -0
  298. data/solr/ogp/conf/mapping-FoldToASCII.txt +3813 -0
  299. data/solr/ogp/conf/mapping-ISOLatin1Accent.txt +246 -0
  300. data/solr/ogp/conf/protwords.txt +21 -0
  301. data/solr/ogp/conf/schema.xml +1362 -0
  302. data/solr/ogp/conf/scripts.conf +24 -0
  303. data/solr/ogp/conf/solrconfig.xml +1816 -0
  304. data/solr/ogp/conf/spellings.txt +2 -0
  305. data/solr/ogp/conf/stopwords.txt +14 -0
  306. data/solr/ogp/conf/synonyms.txt +29 -0
  307. data/solr/ogp/conf/synonymsIso.txt +158 -0
  308. data/solr/ogp/conf/synonymsLcsh.txt +120 -0
  309. data/solr/ogp/conf/synonymsState.txt +105 -0
  310. data/solr/ogp/conf/update-script.js +53 -0
  311. data/solr/ogp/conf/velocity/VM_global_library.vm +170 -0
  312. data/solr/ogp/conf/velocity/browse.vm +50 -0
  313. data/solr/ogp/conf/velocity/cluster.vm +9 -0
  314. data/solr/ogp/conf/velocity/clusterResults.vm +12 -0
  315. data/solr/ogp/conf/velocity/debug.vm +17 -0
  316. data/solr/ogp/conf/velocity/did_you_mean.vm +4 -0
  317. data/solr/ogp/conf/velocity/facet_fields.vm +15 -0
  318. data/solr/ogp/conf/velocity/facet_pivot.vm +3 -0
  319. data/solr/ogp/conf/velocity/facet_queries.vm +3 -0
  320. data/solr/ogp/conf/velocity/facet_ranges.vm +15 -0
  321. data/solr/ogp/conf/velocity/facets.vm +5 -0
  322. data/solr/ogp/conf/velocity/footer.vm +17 -0
  323. data/solr/ogp/conf/velocity/head.vm +32 -0
  324. data/solr/ogp/conf/velocity/header.vm +3 -0
  325. data/solr/ogp/conf/velocity/hit.vm +11 -0
  326. data/solr/ogp/conf/velocity/hitGrouped.vm +24 -0
  327. data/solr/ogp/conf/velocity/join-doc.vm +4 -0
  328. data/solr/ogp/conf/velocity/jquery.autocomplete.css +48 -0
  329. data/solr/ogp/conf/velocity/jquery.autocomplete.js +763 -0
  330. data/solr/ogp/conf/velocity/layout.vm +20 -0
  331. data/solr/ogp/conf/velocity/main.css +208 -0
  332. data/solr/ogp/conf/velocity/product-doc.vm +27 -0
  333. data/solr/ogp/conf/velocity/query.vm +42 -0
  334. data/solr/ogp/conf/velocity/queryGroup.vm +19 -0
  335. data/solr/ogp/conf/velocity/querySpatial.vm +40 -0
  336. data/solr/ogp/conf/velocity/richtext-doc.vm +114 -0
  337. data/solr/ogp/conf/velocity/suggest.vm +3 -0
  338. data/solr/ogp/conf/velocity/tabs.vm +6 -0
  339. data/solr/ogp/conf/xslt/example.xsl +132 -0
  340. data/solr/ogp/conf/xslt/example_atom.xsl +67 -0
  341. data/solr/ogp/conf/xslt/example_rss.xsl +66 -0
  342. data/solr/ogp/conf/xslt/luke.xsl +337 -0
  343. data/solr/ogp/conf/xslt/updateXml.xsl +70 -0
  344. data/solr/ogp/deploy.sh +15 -0
  345. data/solr/ogp/upload.sh +16 -0
  346. data/spec/fixtures/bw938nk9584/metadata/geoMetadata.xml +2438 -0
  347. data/spec/fixtures/bw938nk9584/temp/TRIPURA-iso19139-fc.xml +1643 -0
  348. data/spec/fixtures/bw938nk9584/temp/TRIPURA-iso19139.xml +790 -0
  349. data/spec/fixtures/cc142xj8436/metadata/geoMetadata.xml +2029 -0
  350. data/spec/fixtures/cc142xj8436/temp/HARYANA-iso19139-fc.xml +1174 -0
  351. data/spec/fixtures/cc142xj8436/temp/HARYANA-iso19139.xml +850 -0
  352. data/spec/fixtures/cg716wc7949/metadata/geoMetadata.xml +1815 -0
  353. data/spec/fixtures/cg716wc7949/temp/metadata.iso19139-fc.xml +958 -0
  354. data/spec/fixtures/cg716wc7949/temp/metadata.iso19139.xml +852 -0
  355. data/spec/fixtures/cm007pv9601/metadata/geoMetadata.xml +1092 -0
  356. data/spec/fixtures/cm007pv9601/temp/MEGHALAYA-iso19139-fc.xml +379 -0
  357. data/spec/fixtures/cm007pv9601/temp/MEGHALAYA-iso19139.xml +708 -0
  358. data/spec/fixtures/cp055nb0189/metadata/geoMetadata.xml +1820 -0
  359. data/spec/fixtures/cp055nb0189/temp/metadata.iso19139-fc.xml +955 -0
  360. data/spec/fixtures/cp055nb0189/temp/metadata.iso19139.xml +860 -0
  361. data/spec/fixtures/cs838pw3418/metadata/geoMetadata.xml +912 -0
  362. data/spec/fixtures/cs838pw3418/temp/OIL_GAS_FIELDS-iso19139-fc.xml +177 -0
  363. data/spec/fixtures/cs838pw3418/temp/OIL_GAS_FIELDS-iso19139.xml +730 -0
  364. data/spec/fixtures/dd308sy5843/metadata/geoMetadata.xml +2438 -0
  365. data/spec/fixtures/dd308sy5843/temp/ORISSA-iso19139-fc.xml +1643 -0
  366. data/spec/fixtures/dd308sy5843/temp/ORISSA-iso19139.xml +790 -0
  367. data/spec/fixtures/dd452vk1873/metadata/geoMetadata.xml +1168 -0
  368. data/spec/fixtures/dd452vk1873/temp/metadata.iso19139-fc.xml +175 -0
  369. data/spec/fixtures/dd452vk1873/temp/metadata.iso19139.xml +988 -0
  370. data/spec/fixtures/dg850pt1796/metadata/geoMetadata.xml +1411 -0
  371. data/spec/fixtures/dg850pt1796/temp/STATE1951-iso19139-fc.xml +519 -0
  372. data/spec/fixtures/dg850pt1796/temp/STATE1951-iso19139.xml +887 -0
  373. data/spec/fixtures/dn744tf5427/metadata/geoMetadata.xml +7403 -0
  374. data/spec/fixtures/dn744tf5427/temp/DISTRICT1991-iso19139-fc.xml +6539 -0
  375. data/spec/fixtures/dn744tf5427/temp/DISTRICT1991-iso19139.xml +859 -0
  376. data/spec/fixtures/dq603nz8402/metadata/geoMetadata.xml +8485 -0
  377. data/spec/fixtures/dq603nz8402/temp/STATE2001-iso19139-fc.xml +7595 -0
  378. data/spec/fixtures/dq603nz8402/temp/STATE2001-iso19139.xml +885 -0
  379. data/spec/fixtures/dv609zt4699/metadata/geoMetadata.xml +3865 -0
  380. data/spec/fixtures/dv609zt4699/temp/ASSAM-iso19139-fc.xml +3075 -0
  381. data/spec/fixtures/dv609zt4699/temp/ASSAM-iso19139.xml +785 -0
  382. data/spec/fixtures/dz222hw0585/metadata/geoMetadata.xml +2057 -0
  383. data/spec/fixtures/dz222hw0585/temp/PUNJAB-iso19139-fc.xml +1203 -0
  384. data/spec/fixtures/dz222hw0585/temp/PUNJAB-iso19139.xml +849 -0
  385. data/spec/fixtures/fd673qb9705/metadata/geoMetadata.xml +4059 -0
  386. data/spec/fixtures/fd673qb9705/temp/STATE1971-iso19139-fc.xml +3159 -0
  387. data/spec/fixtures/fd673qb9705/temp/STATE1971-iso19139.xml +895 -0
  388. data/spec/fixtures/fg451wp8917/metadata/geoMetadata.xml +2435 -0
  389. data/spec/fixtures/fg451wp8917/temp/SIKKIM-iso19139-fc.xml +1643 -0
  390. data/spec/fixtures/fg451wp8917/temp/SIKKIM-iso19139.xml +787 -0
  391. data/spec/fixtures/fh247yz0156/metadata/geoMetadata.xml +2437 -0
  392. data/spec/fixtures/fh247yz0156/temp/RAJASTHAN-iso19139-fc.xml +1643 -0
  393. data/spec/fixtures/fh247yz0156/temp/RAJASTHAN-iso19139.xml +789 -0
  394. data/spec/fixtures/fs487vd1465/metadata/geoMetadata.xml +3896 -0
  395. data/spec/fixtures/fs487vd1465/temp/CHHATTISGARH-iso19139-fc.xml +3075 -0
  396. data/spec/fixtures/fs487vd1465/temp/CHHATTISGARH-iso19139.xml +816 -0
  397. data/spec/fixtures/fs591bn3317/metadata/geoMetadata.xml +2435 -0
  398. data/spec/fixtures/fs591bn3317/temp/HIMACHAL_PRADESH-iso19139-fc.xml +1643 -0
  399. data/spec/fixtures/fs591bn3317/temp/HIMACHAL_PRADESH-iso19139.xml +787 -0
  400. data/spec/fixtures/fw920bc5473/metadata/geoMetadata.xml +1056 -0
  401. data/spec/fixtures/fw920bc5473/temp/PLSS_TWN-iso19139-fc.xml +327 -0
  402. data/spec/fixtures/fw920bc5473/temp/PLSS_TWN-iso19139.xml +724 -0
  403. data/spec/fixtures/gj831wj3625/metadata/geoMetadata.xml +1735 -0
  404. data/spec/fixtures/gj831wj3625/temp/metadata.iso19139-fc.xml +940 -0
  405. data/spec/fixtures/gj831wj3625/temp/metadata.iso19139.xml +790 -0
  406. data/spec/fixtures/gp075nv3265/metadata/geoMetadata.xml +2432 -0
  407. data/spec/fixtures/gp075nv3265/temp/PONDICHERRY-iso19139-fc.xml +1643 -0
  408. data/spec/fixtures/gp075nv3265/temp/PONDICHERRY-iso19139.xml +784 -0
  409. data/spec/fixtures/gv800hj8141/metadata/geoMetadata.xml +2392 -0
  410. data/spec/fixtures/gv800hj8141/temp/BIHAR-iso19139-fc.xml +1643 -0
  411. data/spec/fixtures/gv800hj8141/temp/BIHAR-iso19139.xml +744 -0
  412. data/spec/fixtures/gw520gz6339/metadata/geoMetadata.xml +3899 -0
  413. data/spec/fixtures/gw520gz6339/temp/DADRA_NAGAR_HAVELI_PT-iso19139-fc.xml +3075 -0
  414. data/spec/fixtures/gw520gz6339/temp/DADRA_NAGAR_HAVELI_PT-iso19139.xml +819 -0
  415. data/spec/fixtures/gy054hz1045/metadata/geoMetadata.xml +2418 -0
  416. data/spec/fixtures/gy054hz1045/temp/HARYANA-iso19139-fc.xml +1633 -0
  417. data/spec/fixtures/gy054hz1045/temp/HARYANA-iso19139.xml +780 -0
  418. data/spec/fixtures/gz352mw6982/metadata/geoMetadata.xml +1772 -0
  419. data/spec/fixtures/gz352mw6982/temp/metadata.iso19139-fc.xml +940 -0
  420. data/spec/fixtures/gz352mw6982/temp/metadata.iso19139.xml +827 -0
  421. data/spec/fixtures/hb489vm9892/metadata/geoMetadata.xml +3663 -0
  422. data/spec/fixtures/hb489vm9892/temp/DISTRICT1981-iso19139-fc.xml +2799 -0
  423. data/spec/fixtures/hb489vm9892/temp/DISTRICT1981-iso19139.xml +859 -0
  424. data/spec/fixtures/hw125dq0418/metadata/geoMetadata.xml +2448 -0
  425. data/spec/fixtures/hw125dq0418/temp/DELHI-iso19139-fc.xml +1599 -0
  426. data/spec/fixtures/hw125dq0418/temp/DELHI-iso19139.xml +844 -0
  427. data/spec/fixtures/hw892mn4587/metadata/geoMetadata.xml +2561 -0
  428. data/spec/fixtures/hw892mn4587/temp/KERALA-iso19139-fc.xml +1763 -0
  429. data/spec/fixtures/hw892mn4587/temp/KERALA-iso19139.xml +793 -0
  430. data/spec/fixtures/jb371hz3868/metadata/geoMetadata.xml +3129 -0
  431. data/spec/fixtures/jb371hz3868/temp/INCOME-iso19139-fc.xml +2263 -0
  432. data/spec/fixtures/jb371hz3868/temp/INCOME-iso19139.xml +861 -0
  433. data/spec/fixtures/jc017yk9928/metadata/geoMetadata.xml +2433 -0
  434. data/spec/fixtures/jc017yk9928/temp/KARNATAKA-iso19139-fc.xml +1599 -0
  435. data/spec/fixtures/jc017yk9928/temp/KARNATAKA-iso19139.xml +829 -0
  436. data/spec/fixtures/jf841ys4828/metadata/geoMetadata.xml +2156 -0
  437. data/spec/fixtures/jf841ys4828/temp/ANDHRA_PRADESH-iso19139-fc.xml +1247 -0
  438. data/spec/fixtures/jf841ys4828/temp/ANDHRA_PRADESH-iso19139.xml +904 -0
  439. data/spec/fixtures/jh802mp2160/metadata/geoMetadata.xml +3917 -0
  440. data/spec/fixtures/jh802mp2160/temp/DELHI_PT-iso19139-fc.xml +3075 -0
  441. data/spec/fixtures/jh802mp2160/temp/DELHI_PT-iso19139.xml +837 -0
  442. data/spec/fixtures/jj806fc3801/metadata/geoMetadata.xml +1235 -0
  443. data/spec/fixtures/jj806fc3801/temp/metadata.iso19139-fc.xml +173 -0
  444. data/spec/fixtures/jj806fc3801/temp/metadata.iso19139.xml +1057 -0
  445. data/spec/fixtures/jq835yn7161/metadata/geoMetadata.xml +2060 -0
  446. data/spec/fixtures/jq835yn7161/temp/HIMACHAL_PRADESH-iso19139-fc.xml +1203 -0
  447. data/spec/fixtures/jq835yn7161/temp/HIMACHAL_PRADESH-iso19139.xml +852 -0
  448. data/spec/fixtures/jr455pt6676/metadata/geoMetadata.xml +2045 -0
  449. data/spec/fixtures/jr455pt6676/temp/TAMILNADU-iso19139-fc.xml +1203 -0
  450. data/spec/fixtures/jr455pt6676/temp/TAMILNADU-iso19139.xml +837 -0
  451. data/spec/fixtures/js637zp2537/metadata/geoMetadata.xml +3894 -0
  452. data/spec/fixtures/js637zp2537/temp/BIHAR-iso19139-fc.xml +3075 -0
  453. data/spec/fixtures/js637zp2537/temp/BIHAR-iso19139.xml +814 -0
  454. data/spec/fixtures/jv502wg9611/metadata/geoMetadata.xml +2052 -0
  455. data/spec/fixtures/jv502wg9611/temp/GOA-iso19139-fc.xml +1203 -0
  456. data/spec/fixtures/jv502wg9611/temp/GOA-iso19139.xml +844 -0
  457. data/spec/fixtures/jw462ck6560/metadata/geoMetadata.xml +2442 -0
  458. data/spec/fixtures/jw462ck6560/temp/JAMMU_KASHMIR-iso19139-fc.xml +1643 -0
  459. data/spec/fixtures/jw462ck6560/temp/JAMMU_KASHMIR-iso19139.xml +794 -0
  460. data/spec/fixtures/kj800fb6273/metadata/geoMetadata.xml +3300 -0
  461. data/spec/fixtures/kj800fb6273/temp/STATE2011-iso19139-fc.xml +2403 -0
  462. data/spec/fixtures/kj800fb6273/temp/STATE2011-iso19139.xml +892 -0
  463. data/spec/fixtures/km504zq3948/metadata/geoMetadata.xml +3862 -0
  464. data/spec/fixtures/km504zq3948/temp/HIMACHAL_PRADESH-iso19139-fc.xml +3075 -0
  465. data/spec/fixtures/km504zq3948/temp/HIMACHAL_PRADESH-iso19139.xml +782 -0
  466. data/spec/fixtures/ks297fy1411/metadata/geoMetadata.xml +1043 -0
  467. data/spec/fixtures/ks297fy1411/temp/OFFSH_BLOCKS-iso19139-fc.xml +350 -0
  468. data/spec/fixtures/ks297fy1411/temp/OFFSH_BLOCKS-iso19139.xml +688 -0
  469. data/spec/fixtures/md358hy5049/metadata/geoMetadata.xml +2424 -0
  470. data/spec/fixtures/md358hy5049/temp/MIZORAM-iso19139-fc.xml +1570 -0
  471. data/spec/fixtures/md358hy5049/temp/MIZORAM-iso19139.xml +849 -0
  472. data/spec/fixtures/mg745bq0193/metadata/geoMetadata.xml +2183 -0
  473. data/spec/fixtures/mg745bq0193/temp/MADHYA_PRADESH-iso19139-fc.xml +1383 -0
  474. data/spec/fixtures/mg745bq0193/temp/MADHYA_PRADESH-iso19139.xml +795 -0
  475. data/spec/fixtures/mh187yx3536/metadata/geoMetadata.xml +2447 -0
  476. data/spec/fixtures/mh187yx3536/temp/WEST_BENGAL-iso19139-fc.xml +1643 -0
  477. data/spec/fixtures/mh187yx3536/temp/WEST_BENGAL-iso19139.xml +799 -0
  478. data/spec/fixtures/mk488yn6694/metadata/geoMetadata.xml +2042 -0
  479. data/spec/fixtures/mk488yn6694/temp/GUJARAT-iso19139-fc.xml +1203 -0
  480. data/spec/fixtures/mk488yn6694/temp/GUJARAT-iso19139.xml +834 -0
  481. data/spec/fixtures/my216kp3008/metadata/geoMetadata.xml +2366 -0
  482. data/spec/fixtures/my216kp3008/temp/DELHI-iso19139-fc.xml +1643 -0
  483. data/spec/fixtures/my216kp3008/temp/DELHI-iso19139.xml +718 -0
  484. data/spec/fixtures/my504nz9827/metadata/geoMetadata.xml +2367 -0
  485. data/spec/fixtures/my504nz9827/temp/JAMMU_KASHMIR-iso19139-fc.xml +1519 -0
  486. data/spec/fixtures/my504nz9827/temp/JAMMU_KASHMIR-iso19139.xml +843 -0
  487. data/spec/fixtures/ng819jm8700/metadata/geoMetadata.xml +2496 -0
  488. data/spec/fixtures/ng819jm8700/temp/MANIPUR-iso19139-fc.xml +1643 -0
  489. data/spec/fixtures/ng819jm8700/temp/MANIPUR-iso19139.xml +848 -0
  490. data/spec/fixtures/np020jq2139/metadata/geoMetadata.xml +1153 -0
  491. data/spec/fixtures/np020jq2139/temp/metadata.iso19139-fc.xml +160 -0
  492. data/spec/fixtures/np020jq2139/temp/metadata.iso19139.xml +988 -0
  493. data/spec/fixtures/ns377mt1608/metadata/geoMetadata.xml +7125 -0
  494. data/spec/fixtures/ns377mt1608/temp/STATE1991-iso19139-fc.xml +6283 -0
  495. data/spec/fixtures/ns377mt1608/temp/STATE1991-iso19139.xml +837 -0
  496. data/spec/fixtures/nw926np8508/metadata/geoMetadata.xml +1143 -0
  497. data/spec/fixtures/nw926np8508/temp/metadata.iso19139-fc.xml +160 -0
  498. data/spec/fixtures/nw926np8508/temp/metadata.iso19139.xml +978 -0
  499. data/spec/fixtures/ny358rm8559/metadata/geoMetadata.xml +2459 -0
  500. data/spec/fixtures/ny358rm8559/temp/TRIPURA-iso19139-fc.xml +1599 -0
  501. data/spec/fixtures/ny358rm8559/temp/TRIPURA-iso19139.xml +855 -0
  502. data/spec/fixtures/nz176rm8192/metadata/geoMetadata.xml +2618 -0
  503. data/spec/fixtures/nz176rm8192/temp/DISTRICT2011-iso19139-fc.xml +1813 -0
  504. data/spec/fixtures/nz176rm8192/temp/DISTRICT2011-iso19139.xml +800 -0
  505. data/spec/fixtures/nz252rq2252/metadata/geoMetadata.xml +2387 -0
  506. data/spec/fixtures/nz252rq2252/temp/UTTAR_PRADESH-iso19139-fc.xml +1599 -0
  507. data/spec/fixtures/nz252rq2252/temp/UTTAR_PRADESH-iso19139.xml +783 -0
  508. data/spec/fixtures/pd902kb3348/metadata/geoMetadata.xml +2414 -0
  509. data/spec/fixtures/pd902kb3348/temp/MADHYA_PRADESH-iso19139-fc.xml +1633 -0
  510. data/spec/fixtures/pd902kb3348/temp/MADHYA_PRADESH-iso19139.xml +776 -0
  511. data/spec/fixtures/pz792fz1776/metadata/geoMetadata.xml +2437 -0
  512. data/spec/fixtures/pz792fz1776/temp/MAHARASHTRA-iso19139-fc.xml +1643 -0
  513. data/spec/fixtures/pz792fz1776/temp/MAHARASHTRA-iso19139.xml +789 -0
  514. data/spec/fixtures/qb767ss4042/metadata/geoMetadata.xml +2045 -0
  515. data/spec/fixtures/qb767ss4042/temp/UTTAR_PRADESH-iso19139-fc.xml +1200 -0
  516. data/spec/fixtures/qb767ss4042/temp/UTTAR_PRADESH-iso19139.xml +840 -0
  517. data/spec/fixtures/qc091qw0570/metadata/geoMetadata.xml +2428 -0
  518. data/spec/fixtures/qc091qw0570/temp/GUJARAT-iso19139-fc.xml +1643 -0
  519. data/spec/fixtures/qc091qw0570/temp/GUJARAT-iso19139.xml +780 -0
  520. data/spec/fixtures/qc652vr7204/metadata/geoMetadata.xml +3877 -0
  521. data/spec/fixtures/qc652vr7204/temp/ANDHRA_PRADESH_PT-iso19139-fc.xml +3075 -0
  522. data/spec/fixtures/qc652vr7204/temp/ANDHRA_PRADESH_PT-iso19139.xml +797 -0
  523. data/spec/fixtures/qk786js7484/metadata/geoMetadata.xml +3267 -0
  524. data/spec/fixtures/qk786js7484/temp/DISTRICT1961-iso19139-fc.xml +2403 -0
  525. data/spec/fixtures/qk786js7484/temp/DISTRICT1961-iso19139.xml +859 -0
  526. data/spec/fixtures/qn676pg6767/metadata/geoMetadata.xml +3861 -0
  527. data/spec/fixtures/qn676pg6767/temp/GOA-iso19139-fc.xml +3075 -0
  528. data/spec/fixtures/qn676pg6767/temp/GOA-iso19139.xml +781 -0
  529. data/spec/fixtures/qr255jh4074/metadata/geoMetadata.xml +3226 -0
  530. data/spec/fixtures/qr255jh4074/temp/LOKSABHA_14-iso19139-fc.xml +2366 -0
  531. data/spec/fixtures/qr255jh4074/temp/LOKSABHA_14-iso19139.xml +855 -0
  532. data/spec/fixtures/qr374kj4827/metadata/geoMetadata.xml +2428 -0
  533. data/spec/fixtures/qr374kj4827/temp/ASSAM-iso19139-fc.xml +1643 -0
  534. data/spec/fixtures/qr374kj4827/temp/ASSAM-iso19139.xml +780 -0
  535. data/spec/fixtures/qy162js1748/metadata/geoMetadata.xml +2440 -0
  536. data/spec/fixtures/qy162js1748/temp/CHHATTISGARH-iso19139-fc.xml +1643 -0
  537. data/spec/fixtures/qy162js1748/temp/CHHATTISGARH-iso19139.xml +792 -0
  538. data/spec/fixtures/rd446vf2633/metadata/geoMetadata.xml +1109 -0
  539. data/spec/fixtures/rd446vf2633/temp/NAGALAND-iso19139-fc.xml +379 -0
  540. data/spec/fixtures/rd446vf2633/temp/NAGALAND-iso19139.xml +725 -0
  541. data/spec/fixtures/rf389hf2983/metadata/geoMetadata.xml +3929 -0
  542. data/spec/fixtures/rf389hf2983/temp/CHHATTISGARH_PT-iso19139-fc.xml +3075 -0
  543. data/spec/fixtures/rf389hf2983/temp/CHHATTISGARH_PT-iso19139.xml +849 -0
  544. data/spec/fixtures/rf859ff4582/metadata/geoMetadata.xml +1251 -0
  545. data/spec/fixtures/rf859ff4582/temp/JHARKHAND-iso19139-fc.xml +459 -0
  546. data/spec/fixtures/rf859ff4582/temp/JHARKHAND-iso19139.xml +787 -0
  547. data/spec/fixtures/rh343ds8931/metadata/geoMetadata.xml +2032 -0
  548. data/spec/fixtures/rh343ds8931/temp/BIHAR-iso19139-fc.xml +1174 -0
  549. data/spec/fixtures/rh343ds8931/temp/BIHAR-iso19139.xml +853 -0
  550. data/spec/fixtures/rn815xk8157/metadata/geoMetadata.xml +2417 -0
  551. data/spec/fixtures/rn815xk8157/temp/SIKKIM-iso19139-fc.xml +1563 -0
  552. data/spec/fixtures/rn815xk8157/temp/SIKKIM-iso19139.xml +849 -0
  553. data/spec/fixtures/rq653sz4470/metadata/geoMetadata.xml +2394 -0
  554. data/spec/fixtures/rq653sz4470/temp/CHHATTISGARH-iso19139-fc.xml +1599 -0
  555. data/spec/fixtures/rq653sz4470/temp/CHHATTISGARH-iso19139.xml +790 -0
  556. data/spec/fixtures/rt625ws6022/metadata/geoMetadata.xml +833 -0
  557. data/spec/fixtures/rt625ws6022/temp/GULF_FAIRWAYS-iso19139-fc.xml +144 -0
  558. data/spec/fixtures/rt625ws6022/temp/GULF_FAIRWAYS-iso19139.xml +684 -0
  559. data/spec/fixtures/sc330vf4259/metadata/geoMetadata.xml +1836 -0
  560. data/spec/fixtures/sc330vf4259/temp/JHARKHAND-iso19139-fc.xml +987 -0
  561. data/spec/fixtures/sc330vf4259/temp/JHARKHAND-iso19139.xml +844 -0
  562. data/spec/fixtures/sq479mx3086/metadata/geoMetadata.xml +1043 -0
  563. data/spec/fixtures/sq479mx3086/temp/OFFSH_PLATF-iso19139-fc.xml +365 -0
  564. data/spec/fixtures/sq479mx3086/temp/OFFSH_PLATF-iso19139.xml +673 -0
  565. data/spec/fixtures/sr686bm4098/metadata/geoMetadata.xml +3896 -0
  566. data/spec/fixtures/sr686bm4098/temp/DAMAN_DIU_PT-iso19139-fc.xml +3075 -0
  567. data/spec/fixtures/sr686bm4098/temp/DAMAN_DIU_PT-iso19139.xml +816 -0
  568. data/spec/fixtures/sv303sh5583/metadata/geoMetadata.xml +2395 -0
  569. data/spec/fixtures/sv303sh5583/temp/ARUNACHAL_PRADESH-iso19139-fc.xml +1555 -0
  570. data/spec/fixtures/sv303sh5583/temp/ARUNACHAL_PRADESH-iso19139.xml +835 -0
  571. data/spec/fixtures/sy319nh8520/metadata/geoMetadata.xml +3925 -0
  572. data/spec/fixtures/sy319nh8520/temp/GUJARAT-iso19139-fc.xml +3075 -0
  573. data/spec/fixtures/sy319nh8520/temp/GUJARAT-iso19139.xml +845 -0
  574. data/spec/fixtures/td363vx2792/metadata/geoMetadata.xml +3964 -0
  575. data/spec/fixtures/td363vx2792/temp/HIMACHAL_PRADESH_PT-iso19139-fc.xml +3075 -0
  576. data/spec/fixtures/td363vx2792/temp/HIMACHAL_PRADESH_PT-iso19139.xml +884 -0
  577. data/spec/fixtures/tf374bd2484/metadata/geoMetadata.xml +1464 -0
  578. data/spec/fixtures/tf374bd2484/temp/DISTRICT1951-iso19139-fc.xml +599 -0
  579. data/spec/fixtures/tf374bd2484/temp/DISTRICT1951-iso19139.xml +860 -0
  580. data/spec/fixtures/tj797mj7877/metadata/geoMetadata.xml +2359 -0
  581. data/spec/fixtures/tj797mj7877/temp/LOKSABHA_15-iso19139-fc.xml +1511 -0
  582. data/spec/fixtures/tj797mj7877/temp/LOKSABHA_15-iso19139.xml +843 -0
  583. data/spec/fixtures/tv060wq5179/metadata/geoMetadata.xml +2046 -0
  584. data/spec/fixtures/tv060wq5179/temp/ASSAM-iso19139-fc.xml +1203 -0
  585. data/spec/fixtures/tv060wq5179/temp/ASSAM-iso19139.xml +838 -0
  586. data/spec/fixtures/tv536bn1915/metadata/geoMetadata.xml +2296 -0
  587. data/spec/fixtures/tv536bn1915/temp/ARUNACHAL_PRADESH-iso19139-fc.xml +1687 -0
  588. data/spec/fixtures/tv536bn1915/temp/ARUNACHAL_PRADESH-iso19139.xml +604 -0
  589. data/spec/fixtures/tz359cc2977/metadata/geoMetadata.xml +1842 -0
  590. data/spec/fixtures/tz359cc2977/temp/MANIPUR-iso19139-fc.xml +987 -0
  591. data/spec/fixtures/tz359cc2977/temp/MANIPUR-iso19139.xml +850 -0
  592. data/spec/fixtures/vb525my6511/metadata/geoMetadata.xml +2026 -0
  593. data/spec/fixtures/vb525my6511/temp/UTTARAKHAND-iso19139-fc.xml +1167 -0
  594. data/spec/fixtures/vb525my6511/temp/UTTARAKHAND-iso19139.xml +854 -0
  595. data/spec/fixtures/vh802fs4240/metadata/geoMetadata.xml +2189 -0
  596. data/spec/fixtures/vh802fs4240/temp/PONDICHERRY-iso19139-fc.xml +1343 -0
  597. data/spec/fixtures/vh802fs4240/temp/PONDICHERRY-iso19139.xml +841 -0
  598. data/spec/fixtures/vk120xn2474/metadata/geoMetadata.xml +1125 -0
  599. data/spec/fixtures/vk120xn2474/temp/PLSS_SEC-iso19139-fc.xml +435 -0
  600. data/spec/fixtures/vk120xn2474/temp/PLSS_SEC-iso19139.xml +685 -0
  601. data/spec/fixtures/vn439bc7316/metadata/geoMetadata.xml +1979 -0
  602. data/spec/fixtures/vn439bc7316/temp/KERALA-iso19139-fc.xml +1131 -0
  603. data/spec/fixtures/vn439bc7316/temp/KERALA-iso19139.xml +843 -0
  604. data/spec/fixtures/vq745jk0695/metadata/geoMetadata.xml +1787 -0
  605. data/spec/fixtures/vq745jk0695/temp/MEGHALAYA-iso19139-fc.xml +987 -0
  606. data/spec/fixtures/vq745jk0695/temp/MEGHALAYA-iso19139.xml +795 -0
  607. data/spec/fixtures/vr593vj7147/metadata/geoMetadata.xml +3895 -0
  608. data/spec/fixtures/vr593vj7147/temp/ANDHRA_PRADESH-iso19139-fc.xml +3075 -0
  609. data/spec/fixtures/vr593vj7147/temp/ANDHRA_PRADESH-iso19139.xml +815 -0
  610. data/spec/fixtures/vw911qb5271/metadata/geoMetadata.xml +8557 -0
  611. data/spec/fixtures/vw911qb5271/temp/DISTRICT2001-iso19139-fc.xml +7683 -0
  612. data/spec/fixtures/vw911qb5271/temp/DISTRICT2001-iso19139.xml +869 -0
  613. data/spec/fixtures/wg680pz0365/metadata/geoMetadata.xml +2475 -0
  614. data/spec/fixtures/wg680pz0365/temp/ANDHRA_PRADESH-iso19139-fc.xml +1599 -0
  615. data/spec/fixtures/wg680pz0365/temp/ANDHRA_PRADESH-iso19139.xml +871 -0
  616. data/spec/fixtures/wg761xn1926/metadata/geoMetadata.xml +3941 -0
  617. data/spec/fixtures/wg761xn1926/temp/HARYANA-iso19139-fc.xml +3075 -0
  618. data/spec/fixtures/wg761xn1926/temp/HARYANA-iso19139.xml +861 -0
  619. data/spec/fixtures/wh870qw1934/metadata/geoMetadata.xml +2428 -0
  620. data/spec/fixtures/wh870qw1934/temp/PUNJAB-iso19139-fc.xml +1643 -0
  621. data/spec/fixtures/wh870qw1934/temp/PUNJAB-iso19139.xml +780 -0
  622. data/spec/fixtures/wk775mm4673/metadata/geoMetadata.xml +2458 -0
  623. data/spec/fixtures/wk775mm4673/temp/MAHARASHTRA-iso19139-fc.xml +1599 -0
  624. data/spec/fixtures/wk775mm4673/temp/MAHARASHTRA-iso19139.xml +854 -0
  625. data/spec/fixtures/ws171yz2165/metadata/geoMetadata.xml +3868 -0
  626. data/spec/fixtures/ws171yz2165/temp/ARUNACHAL_PRADESH_PT-iso19139-fc.xml +3075 -0
  627. data/spec/fixtures/ws171yz2165/temp/ARUNACHAL_PRADESH_PT-iso19139.xml +788 -0
  628. data/spec/fixtures/wt473hz7153/metadata/geoMetadata.xml +3898 -0
  629. data/spec/fixtures/wt473hz7153/temp/CHANDIGARH_PT-iso19139-fc.xml +3075 -0
  630. data/spec/fixtures/wt473hz7153/temp/CHANDIGARH_PT-iso19139.xml +818 -0
  631. data/spec/fixtures/ww217dj0457/metadata/geoMetadata.xml +1205 -0
  632. data/spec/fixtures/ww217dj0457/temp/CO2_PIPE-iso19139-fc.xml +471 -0
  633. data/spec/fixtures/ww217dj0457/temp/CO2_PIPE-iso19139.xml +729 -0
  634. data/spec/fixtures/wy875pk9849/metadata/geoMetadata.xml +3173 -0
  635. data/spec/fixtures/wy875pk9849/temp/STATE1961-iso19139-fc.xml +2279 -0
  636. data/spec/fixtures/wy875pk9849/temp/STATE1961-iso19139.xml +889 -0
  637. data/spec/fixtures/xb018tk2042/metadata/geoMetadata.xml +2335 -0
  638. data/spec/fixtures/xb018tk2042/temp/STATE1981-iso19139-fc.xml +1443 -0
  639. data/spec/fixtures/xb018tk2042/temp/STATE1981-iso19139.xml +887 -0
  640. data/spec/fixtures/xg539vw8586/metadata/geoMetadata.xml +2405 -0
  641. data/spec/fixtures/xg539vw8586/temp/ORISSA-iso19139-fc.xml +1599 -0
  642. data/spec/fixtures/xg539vw8586/temp/ORISSA-iso19139.xml +801 -0
  643. data/spec/fixtures/xv475kp4644/metadata/geoMetadata.xml +3871 -0
  644. data/spec/fixtures/xv475kp4644/temp/ASSAM_PT-iso19139-fc.xml +3075 -0
  645. data/spec/fixtures/xv475kp4644/temp/ASSAM_PT-iso19139.xml +791 -0
  646. data/spec/fixtures/xy096gc2959/metadata/geoMetadata.xml +2432 -0
  647. data/spec/fixtures/xy096gc2959/temp/GOA-iso19139-fc.xml +1643 -0
  648. data/spec/fixtures/xy096gc2959/temp/GOA-iso19139.xml +784 -0
  649. data/spec/fixtures/xz518gz3362/metadata/geoMetadata.xml +2434 -0
  650. data/spec/fixtures/xz518gz3362/temp/UTTARAKHAND-iso19139-fc.xml +1643 -0
  651. data/spec/fixtures/xz518gz3362/temp/UTTARAKHAND-iso19139.xml +786 -0
  652. data/spec/fixtures/yh986wy4737/metadata/geoMetadata.xml +1160 -0
  653. data/spec/fixtures/yh986wy4737/temp/NAGALAND-iso19139-fc.xml +384 -0
  654. data/spec/fixtures/yh986wy4737/temp/NAGALAND-iso19139.xml +771 -0
  655. data/spec/fixtures/yn187fq4474/metadata/geoMetadata.xml +2168 -0
  656. data/spec/fixtures/yn187fq4474/temp/KARNATAKA-iso19139-fc.xml +1379 -0
  657. data/spec/fixtures/yn187fq4474/temp/KARNATAKA-iso19139.xml +784 -0
  658. data/spec/fixtures/yn236mw3250/metadata/geoMetadata.xml +2428 -0
  659. data/spec/fixtures/yn236mw3250/temp/TAMILNADU-iso19139-fc.xml +1643 -0
  660. data/spec/fixtures/yn236mw3250/temp/TAMILNADU-iso19139.xml +780 -0
  661. data/spec/fixtures/yz596nz0112/metadata/geoMetadata.xml +2012 -0
  662. data/spec/fixtures/yz596nz0112/temp/WEST_BENGAL-iso19139-fc.xml +1203 -0
  663. data/spec/fixtures/yz596nz0112/temp/WEST_BENGAL-iso19139.xml +804 -0
  664. data/spec/fixtures/zk596gy7380/metadata/geoMetadata.xml +4147 -0
  665. data/spec/fixtures/zk596gy7380/temp/DISTRICT1971-iso19139-fc.xml +3283 -0
  666. data/spec/fixtures/zk596gy7380/temp/DISTRICT1971-iso19139.xml +859 -0
  667. data/spec/fixtures/zn452hh7431/metadata/geoMetadata.xml +2337 -0
  668. data/spec/fixtures/zn452hh7431/temp/RAJASTHAN-iso19139-fc.xml +1505 -0
  669. data/spec/fixtures/zn452hh7431/temp/RAJASTHAN-iso19139.xml +827 -0
  670. data/spec/fixtures/zt093fw6519/metadata/geoMetadata.xml +2380 -0
  671. data/spec/fixtures/zt093fw6519/temp/MIZORAM-iso19139-fc.xml +1643 -0
  672. data/spec/fixtures/zt093fw6519/temp/MIZORAM-iso19139.xml +732 -0
  673. data/spec/fixtures/zv925hd6723/metadata/geoMetadata.xml +1473 -0
  674. data/spec/fixtures/zv925hd6723/temp/OGWELLS-iso19139-fc.xml +759 -0
  675. data/spec/fixtures/zv925hd6723/temp/OGWELLS-iso19139.xml +709 -0
  676. data/spec/fixtures/zy658cr1728/metadata/geoMetadata.xml +3814 -0
  677. data/spec/fixtures/zy658cr1728/temp/ANDAMAAN_NICOBAR_PT-iso19139-fc.xml +3075 -0
  678. data/spec/fixtures/zy658cr1728/temp/ANDAMAAN_NICOBAR_PT-iso19139.xml +734 -0
  679. data/spec/fixtures/zz943vx1492/metadata/geoMetadata.xml +861 -0
  680. data/spec/fixtures/zz943vx1492/temp/BASINS-iso19139-fc.xml +164 -0
  681. data/spec/fixtures/zz943vx1492/temp/BASINS-iso19139.xml +692 -0
  682. data/spec/integration/solr_spec_notready.rb +51 -0
  683. data/spec/test_net_ssh_krb.rb +21 -0
  684. data/spec/unit/gazetteer_spec.rb +100 -0
  685. data/spec/unit/transform_spec.rb +40 -0
  686. data/spec/unit/utils_spec.rb +32 -0
  687. metadata +1491 -0
@@ -0,0 +1,1168 @@
1
+ <?xml version="1.0"?>
2
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/dd452vk1873">
4
+ <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">
5
+ <fileIdentifier>
6
+ <gco:CharacterString>4E1B927B-9D20-4777-8539-E4E8357BF8F7</gco:CharacterString>
7
+ </fileIdentifier>
8
+ <language>
9
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
10
+ </language>
11
+ <characterSet>
12
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
13
+ </characterSet>
14
+ <hierarchyLevel>
15
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
16
+ </hierarchyLevel>
17
+ <hierarchyLevelName>
18
+ <gco:CharacterString>dataset</gco:CharacterString>
19
+ </hierarchyLevelName>
20
+ <contact>
21
+ <CI_ResponsibleParty>
22
+ <organisationName>
23
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
24
+ </organisationName>
25
+ <positionName>
26
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
27
+ </positionName>
28
+ <contactInfo>
29
+ <CI_Contact>
30
+ <phone>
31
+ <CI_Telephone>
32
+ <voice>
33
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
34
+ </voice>
35
+ </CI_Telephone>
36
+ </phone>
37
+ <address>
38
+ <CI_Address>
39
+ <deliveryPoint>
40
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
41
+ </deliveryPoint>
42
+ <deliveryPoint>
43
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
44
+ </deliveryPoint>
45
+ <deliveryPoint>
46
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
47
+ </deliveryPoint>
48
+ <city>
49
+ <gco:CharacterString>Stanford</gco:CharacterString>
50
+ </city>
51
+ <administrativeArea>
52
+ <gco:CharacterString>California</gco:CharacterString>
53
+ </administrativeArea>
54
+ <postalCode>
55
+ <gco:CharacterString>94305</gco:CharacterString>
56
+ </postalCode>
57
+ <country>
58
+ <gco:CharacterString>US</gco:CharacterString>
59
+ </country>
60
+ <electronicMailAddress>
61
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
62
+ </electronicMailAddress>
63
+ </CI_Address>
64
+ </address>
65
+ </CI_Contact>
66
+ </contactInfo>
67
+ <role>
68
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
69
+ </role>
70
+ </CI_ResponsibleParty>
71
+ </contact>
72
+ <dateStamp>
73
+ <gco:Date>2013-11-14</gco:Date>
74
+ </dateStamp>
75
+ <metadataStandardName>
76
+ <gco:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
77
+ </metadataStandardName>
78
+ <metadataStandardVersion>
79
+ <gco:CharacterString>2007</gco:CharacterString>
80
+ </metadataStandardVersion>
81
+ <spatialRepresentationInfo>
82
+ <MD_Georectified>
83
+ <numberOfDimensions>
84
+ <gco:Integer>2</gco:Integer>
85
+ </numberOfDimensions>
86
+ <axisDimensionProperties>
87
+ <MD_Dimension>
88
+ <dimensionName>
89
+ <MD_DimensionNameTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_DimensionNameTypeCode" codeListValue="column" codeSpace="ISOTC211/19115">column</MD_DimensionNameTypeCode>
90
+ </dimensionName>
91
+ <dimensionSize>
92
+ <gco:Integer>43200</gco:Integer>
93
+ </dimensionSize>
94
+ <resolution>
95
+ <gco:Measure uom="Degree">0.008333</gco:Measure>
96
+ </resolution>
97
+ </MD_Dimension>
98
+ </axisDimensionProperties>
99
+ <axisDimensionProperties>
100
+ <MD_Dimension>
101
+ <dimensionName>
102
+ <MD_DimensionNameTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_DimensionNameTypeCode" codeListValue="row" codeSpace="ISOTC211/19115">row</MD_DimensionNameTypeCode>
103
+ </dimensionName>
104
+ <dimensionSize>
105
+ <gco:Integer>20880</gco:Integer>
106
+ </dimensionSize>
107
+ <resolution>
108
+ <gco:Measure uom="Degree">0.008333</gco:Measure>
109
+ </resolution>
110
+ </MD_Dimension>
111
+ </axisDimensionProperties>
112
+ <cellGeometry>
113
+ <MD_CellGeometryCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CellGeometryCode" codeListValue="area" codeSpace="ISOTC211/19115">area</MD_CellGeometryCode>
114
+ </cellGeometry>
115
+ <transformationParameterAvailability>
116
+ <gco:Boolean>true</gco:Boolean>
117
+ </transformationParameterAvailability>
118
+ <checkPointAvailability>
119
+ <gco:Boolean>false</gco:Boolean>
120
+ </checkPointAvailability>
121
+ <cornerPoints>
122
+ <gml:Point gml:id="idp82432">
123
+ <gml:pos>-180.000000 -90.000000</gml:pos>
124
+ </gml:Point>
125
+ </cornerPoints>
126
+ <cornerPoints>
127
+ <gml:Point gml:id="idp83056">
128
+ <gml:pos>-180.000000 84.000000</gml:pos>
129
+ </gml:Point>
130
+ </cornerPoints>
131
+ <cornerPoints>
132
+ <gml:Point gml:id="idp83680">
133
+ <gml:pos>180.000000 84.000000</gml:pos>
134
+ </gml:Point>
135
+ </cornerPoints>
136
+ <cornerPoints>
137
+ <gml:Point gml:id="idp84304">
138
+ <gml:pos>180.000000 -90.000000</gml:pos>
139
+ </gml:Point>
140
+ </cornerPoints>
141
+ <centerPoint>
142
+ <gml:Point gml:id="idp84928">
143
+ <gml:pos>-0.000000 -3.000000</gml:pos>
144
+ </gml:Point>
145
+ </centerPoint>
146
+ <pointInPixel>
147
+ <MD_PixelOrientationCode>center</MD_PixelOrientationCode>
148
+ </pointInPixel>
149
+ </MD_Georectified>
150
+ </spatialRepresentationInfo>
151
+ <referenceSystemInfo>
152
+ <MD_ReferenceSystem>
153
+ <referenceSystemIdentifier>
154
+ <RS_Identifier>
155
+ <code>
156
+ <gco:CharacterString>4326</gco:CharacterString>
157
+ </code>
158
+ <codeSpace>
159
+ <gco:CharacterString>EPSG</gco:CharacterString>
160
+ </codeSpace>
161
+ <version>
162
+ <gco:CharacterString>7.9.4</gco:CharacterString>
163
+ </version>
164
+ </RS_Identifier>
165
+ </referenceSystemIdentifier>
166
+ </MD_ReferenceSystem>
167
+ </referenceSystemInfo>
168
+ <identificationInfo>
169
+ <MD_DataIdentification>
170
+ <citation>
171
+ <CI_Citation>
172
+ <title>
173
+ <gco:CharacterString>LandScan 2012 Global Population Database</gco:CharacterString>
174
+ </title>
175
+ <date>
176
+ <CI_Date>
177
+ <date>
178
+ <gco:Date>2013-07-15</gco:Date>
179
+ </date>
180
+ <dateType>
181
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
182
+ </dateType>
183
+ </CI_Date>
184
+ </date>
185
+ <edition>
186
+ <gco:CharacterString>2012</gco:CharacterString>
187
+ </edition>
188
+ <citedResponsibleParty>
189
+ <CI_ResponsibleParty>
190
+ <organisationName>
191
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
192
+ </organisationName>
193
+ <contactInfo>
194
+ <CI_Contact>
195
+ <address>
196
+ <CI_Address>
197
+ <city>
198
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
199
+ </city>
200
+ <administrativeArea>
201
+ <gco:CharacterString>Tennessee</gco:CharacterString>
202
+ </administrativeArea>
203
+ <postalCode>
204
+ <gco:CharacterString>37831</gco:CharacterString>
205
+ </postalCode>
206
+ <country>
207
+ <gco:CharacterString>US</gco:CharacterString>
208
+ </country>
209
+ <electronicMailAddress>
210
+ <gco:CharacterString>bhaduribl@ornl.gov</gco:CharacterString>
211
+ </electronicMailAddress>
212
+ </CI_Address>
213
+ </address>
214
+ </CI_Contact>
215
+ </contactInfo>
216
+ <role>
217
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
218
+ </role>
219
+ </CI_ResponsibleParty>
220
+ </citedResponsibleParty>
221
+ <citedResponsibleParty>
222
+ <CI_ResponsibleParty>
223
+ <organisationName>
224
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
225
+ </organisationName>
226
+ <contactInfo>
227
+ <CI_Contact>
228
+ <address>
229
+ <CI_Address>
230
+ <city>
231
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
232
+ </city>
233
+ <administrativeArea>
234
+ <gco:CharacterString>Tennessee</gco:CharacterString>
235
+ </administrativeArea>
236
+ <postalCode>
237
+ <gco:CharacterString>37831</gco:CharacterString>
238
+ </postalCode>
239
+ <country>
240
+ <gco:CharacterString>US</gco:CharacterString>
241
+ </country>
242
+ <electronicMailAddress>
243
+ <gco:CharacterString>bhaduribl@ornl.gov</gco:CharacterString>
244
+ </electronicMailAddress>
245
+ </CI_Address>
246
+ </address>
247
+ </CI_Contact>
248
+ </contactInfo>
249
+ <role>
250
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
251
+ </role>
252
+ </CI_ResponsibleParty>
253
+ </citedResponsibleParty>
254
+ <citedResponsibleParty>
255
+ <CI_ResponsibleParty>
256
+ <individualName>
257
+ <gco:CharacterString>Bright, Edward A.</gco:CharacterString>
258
+ </individualName>
259
+ <role>
260
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
261
+ </role>
262
+ </CI_ResponsibleParty>
263
+ </citedResponsibleParty>
264
+ <citedResponsibleParty>
265
+ <CI_ResponsibleParty>
266
+ <individualName>
267
+ <gco:CharacterString>Coleman, Phillip R. </gco:CharacterString>
268
+ </individualName>
269
+ <role>
270
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
271
+ </role>
272
+ </CI_ResponsibleParty>
273
+ </citedResponsibleParty>
274
+ <citedResponsibleParty>
275
+ <CI_ResponsibleParty>
276
+ <individualName>
277
+ <gco:CharacterString>Rose, Amy N.</gco:CharacterString>
278
+ </individualName>
279
+ <role>
280
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
281
+ </role>
282
+ </CI_ResponsibleParty>
283
+ </citedResponsibleParty>
284
+ <presentationForm>
285
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
286
+ </presentationForm>
287
+ <series>
288
+ <CI_Series>
289
+ <name>
290
+ <gco:CharacterString>East View LandScan Global Population Database</gco:CharacterString>
291
+ </name>
292
+ <issueIdentification>
293
+ <gco:CharacterString>2012</gco:CharacterString>
294
+ </issueIdentification>
295
+ </CI_Series>
296
+ </series>
297
+ </CI_Citation>
298
+ </citation>
299
+ <abstract>
300
+ <gco:CharacterString>LandScan Global Population Database 2012. Population counts at 30 arc second resolution (1 km. or finer).This release represents the fourteenth version of LandScan and succeeds all previous versions. Using an innovative approach with Geographic Information System and Remote Sensing, ORNL's LandScan is the community standard for global population distribution. At approximately 1 km resolution (30" X 30"), LandScan is the finest resolution global population distribution data available and represents an ambient population (average over 24 hours). The LandScan algorithm, an R&amp;amp;D 100 Award Winner, uses spatial data and imagery analysis technologies and a multi-variable dasymetric modeling approach to disaggregate census counts within an administrative boundary. Since no single population distribution model can account for the differences in spatial data availability, quality, scale, and accuracy as well as the differences in cultural settlement practices, LandScan population distribution models are tailored to match the data conditions and geographical nature of each individual country and region." --from the Oak Ridge National Laboratory LandScan Web site, Sept. 12, 2013. There is also a "Layer" file (lspop2012.lyr) for ArcGIS. This dataset is part of the LandScan 2012 Global Population Database.</gco:CharacterString>
301
+ </abstract>
302
+ <purpose>
303
+ <gco:CharacterString>Developed for the U. S. Department of Defense."The values of the cells are integer population counts representing an average, or ambient, population distribution. An ambient population integrates diurnal movements and collective travel habits into a single measure (Dobson et al. 2000). Since natural or man made emergencies may occur at any time of the day, the goal of the LandScan model is to develop a population distribution surface in totality, not just the locations of where people sleep. Because of this ambient nature, care should be taken with direct comparisons of LandScan data with other population distribution surfaces." --from the Oak Ridge National Laboratory LandScan Web site, Sept. 12, 2013.</gco:CharacterString>
304
+ </purpose>
305
+ <credit>
306
+ <gco:CharacterString>Bright, Edward A., Coleman, Phillip R., Rose, Amy N., and Oak Ridge National Laboratory. (2013) LandScan 2012 Global Population Database. Oak Ridge National Laboratory, UT-Battelle, LLC.</gco:CharacterString>
307
+ </credit>
308
+ <status>
309
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
310
+ </status>
311
+ <pointOfContact>
312
+ <CI_ResponsibleParty>
313
+ <individualName>
314
+ <gco:CharacterString>Amy L. King</gco:CharacterString>
315
+ </individualName>
316
+ <organisationName>
317
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
318
+ </organisationName>
319
+ <positionName>
320
+ <gco:CharacterString>GIS Analyst</gco:CharacterString>
321
+ </positionName>
322
+ <contactInfo>
323
+ <CI_Contact>
324
+ <address>
325
+ <CI_Address>
326
+ <city>
327
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
328
+ </city>
329
+ <administrativeArea>
330
+ <gco:CharacterString>Tennessee</gco:CharacterString>
331
+ </administrativeArea>
332
+ <postalCode>
333
+ <gco:CharacterString>37831</gco:CharacterString>
334
+ </postalCode>
335
+ <country>
336
+ <gco:CharacterString>US</gco:CharacterString>
337
+ </country>
338
+ <electronicMailAddress>
339
+ <gco:CharacterString>kingal@ornl.gov</gco:CharacterString>
340
+ </electronicMailAddress>
341
+ </CI_Address>
342
+ </address>
343
+ </CI_Contact>
344
+ </contactInfo>
345
+ <role>
346
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
347
+ </role>
348
+ </CI_ResponsibleParty>
349
+ </pointOfContact>
350
+ <resourceMaintenance>
351
+ <MD_MaintenanceInformation>
352
+ <maintenanceAndUpdateFrequency>
353
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="annually" codeSpace="ISOTC211/19115">annually</MD_MaintenanceFrequencyCode>
354
+ </maintenanceAndUpdateFrequency>
355
+ </MD_MaintenanceInformation>
356
+ </resourceMaintenance>
357
+ <descriptiveKeywords>
358
+ <MD_Keywords>
359
+ <keyword>
360
+ <gco:CharacterString>Earth</gco:CharacterString>
361
+ </keyword>
362
+ <type>
363
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
364
+ </type>
365
+ <thesaurusName>
366
+ <CI_Citation>
367
+ <title>
368
+ <gco:CharacterString>GeoNames</gco:CharacterString>
369
+ </title>
370
+ <date>
371
+ <CI_Date>
372
+ <date>
373
+ <gco:Date>2012-11-01</gco:Date>
374
+ </date>
375
+ <dateType>
376
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
377
+ </dateType>
378
+ </CI_Date>
379
+ </date>
380
+ <edition>
381
+ <gco:CharacterString>3.1</gco:CharacterString>
382
+ </edition>
383
+ <identifier>
384
+ <MD_Identifier>
385
+ <code>
386
+ <gco:CharacterString>http://www.geonames.org/</gco:CharacterString>
387
+ </code>
388
+ </MD_Identifier>
389
+ </identifier>
390
+ </CI_Citation>
391
+ </thesaurusName>
392
+ </MD_Keywords>
393
+ </descriptiveKeywords>
394
+ <descriptiveKeywords>
395
+ <MD_Keywords>
396
+ <keyword>
397
+ <gco:CharacterString>2012</gco:CharacterString>
398
+ </keyword>
399
+ <type>
400
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
401
+ </type>
402
+ </MD_Keywords>
403
+ </descriptiveKeywords>
404
+ <descriptiveKeywords>
405
+ <MD_Keywords>
406
+ <keyword>
407
+ <gco:CharacterString>Population geography</gco:CharacterString>
408
+ </keyword>
409
+ <keyword>
410
+ <gco:CharacterString>Human geography</gco:CharacterString>
411
+ </keyword>
412
+ <keyword>
413
+ <gco:CharacterString>Population</gco:CharacterString>
414
+ </keyword>
415
+ <type>
416
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
417
+ </type>
418
+ <thesaurusName>
419
+ <CI_Citation>
420
+ <title>
421
+ <gco:CharacterString>lcsh</gco:CharacterString>
422
+ </title>
423
+ <date>
424
+ <CI_Date>
425
+ <date>
426
+ <gco:Date>2011-04-26</gco:Date>
427
+ </date>
428
+ <dateType>
429
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
430
+ </dateType>
431
+ </CI_Date>
432
+ </date>
433
+ <identifier>
434
+ <MD_Identifier>
435
+ <code>
436
+ <gco:CharacterString>http://id.loc.gov/authorities/subjects.html</gco:CharacterString>
437
+ </code>
438
+ </MD_Identifier>
439
+ </identifier>
440
+ </CI_Citation>
441
+ </thesaurusName>
442
+ </MD_Keywords>
443
+ </descriptiveKeywords>
444
+ <descriptiveKeywords>
445
+ <MD_Keywords>
446
+ <keyword>
447
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
448
+ </keyword>
449
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
450
+ </MD_Keywords>
451
+ </descriptiveKeywords>
452
+ <resourceConstraints>
453
+ <MD_LegalConstraints>
454
+ <accessConstraints>
455
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
456
+ </accessConstraints>
457
+ <useConstraints>
458
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
459
+ </useConstraints>
460
+ <otherConstraints>
461
+ <gco:CharacterString>Licensee agrees to use its best efforts to provide UT-Batelle information on an annual basis about its utilization of the dataset including a list of publications or presentations wherein the dataset is used. If this dataset is used in a publication or presentation, please notify the distributor so that information can be shared with the dataset originator. Licensee agrees to apply the following notice to all tangible forms of products, including graphs or pictorial presentations, which are produced or generated utilizing the licensed LandScan 2012 High Resolution Global Population Dataset, or to the packaging thereof if direct application to products is not feasible: Notice: This product was made utilizing the LandScan 2012&#x2122; High Resolution Global Population Dataset copyrighted by UT-Battelle, LLC, operator of Oak Ridge National Laboratory under Contract No. DE-AC05-00OR22725 with the United States Department of Energy. The United States Government has certain rights in this Dataset. NEITHER UT-BATTELLE, LLC NOR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF THE Dataset. If the product is a single image or something similar where space does not permit use of the entire notice shown above, Licensee shall apply the following credit line to such images or similar products: Source: LandScan 2012&#x2122;, ORNL, UT-Battelle, LLC.</gco:CharacterString>
462
+ </otherConstraints>
463
+ </MD_LegalConstraints>
464
+ </resourceConstraints>
465
+ <aggregationInfo>
466
+ <MD_AggregateInformation>
467
+ <aggregateDataSetName>
468
+ <CI_Citation>
469
+ <title>
470
+ <gco:CharacterString>LandScan 2012 Global Population Database</gco:CharacterString>
471
+ </title>
472
+ <date>
473
+ <CI_Date>
474
+ <date>
475
+ <gco:Date>2013-07-15</gco:Date>
476
+ </date>
477
+ <dateType>
478
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
479
+ </dateType>
480
+ </CI_Date>
481
+ </date>
482
+ <edition>
483
+ <gco:CharacterString>2012</gco:CharacterString>
484
+ </edition>
485
+ <citedResponsibleParty>
486
+ <CI_ResponsibleParty>
487
+ <organisationName>
488
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
489
+ </organisationName>
490
+ <contactInfo>
491
+ <CI_Contact>
492
+ <address>
493
+ <CI_Address>
494
+ <city>
495
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
496
+ </city>
497
+ <administrativeArea>
498
+ <gco:CharacterString>Tennessee</gco:CharacterString>
499
+ </administrativeArea>
500
+ <postalCode>
501
+ <gco:CharacterString>37831</gco:CharacterString>
502
+ </postalCode>
503
+ <country>
504
+ <gco:CharacterString>US</gco:CharacterString>
505
+ </country>
506
+ </CI_Address>
507
+ </address>
508
+ </CI_Contact>
509
+ </contactInfo>
510
+ <role>
511
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
512
+ </role>
513
+ </CI_ResponsibleParty>
514
+ </citedResponsibleParty>
515
+ <citedResponsibleParty>
516
+ <CI_ResponsibleParty>
517
+ <organisationName>
518
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
519
+ </organisationName>
520
+ <contactInfo>
521
+ <CI_Contact>
522
+ <address>
523
+ <CI_Address>
524
+ <city>
525
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
526
+ </city>
527
+ <administrativeArea>
528
+ <gco:CharacterString>Tennessee</gco:CharacterString>
529
+ </administrativeArea>
530
+ <postalCode>
531
+ <gco:CharacterString>37831</gco:CharacterString>
532
+ </postalCode>
533
+ <country>
534
+ <gco:CharacterString>US</gco:CharacterString>
535
+ </country>
536
+ </CI_Address>
537
+ </address>
538
+ </CI_Contact>
539
+ </contactInfo>
540
+ <role>
541
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
542
+ </role>
543
+ </CI_ResponsibleParty>
544
+ </citedResponsibleParty>
545
+ <citedResponsibleParty>
546
+ <CI_ResponsibleParty>
547
+ <individualName>
548
+ <gco:CharacterString>Coleman, Phillip R. </gco:CharacterString>
549
+ </individualName>
550
+ <role>
551
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
552
+ </role>
553
+ </CI_ResponsibleParty>
554
+ </citedResponsibleParty>
555
+ <citedResponsibleParty>
556
+ <CI_ResponsibleParty>
557
+ <individualName>
558
+ <gco:CharacterString>Bright, Edward A.</gco:CharacterString>
559
+ </individualName>
560
+ <role>
561
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
562
+ </role>
563
+ </CI_ResponsibleParty>
564
+ </citedResponsibleParty>
565
+ <citedResponsibleParty>
566
+ <CI_ResponsibleParty>
567
+ <individualName>
568
+ <gco:CharacterString>Rose, Amy N.</gco:CharacterString>
569
+ </individualName>
570
+ <role>
571
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
572
+ </role>
573
+ </CI_ResponsibleParty>
574
+ </citedResponsibleParty>
575
+ <presentationForm>
576
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
577
+ </presentationForm>
578
+ <series>
579
+ <CI_Series>
580
+ <name>
581
+ <gco:CharacterString>East View LandScan Global Population Database</gco:CharacterString>
582
+ </name>
583
+ <issueIdentification>
584
+ <gco:CharacterString>2012</gco:CharacterString>
585
+ </issueIdentification>
586
+ </CI_Series>
587
+ </series>
588
+ </CI_Citation>
589
+ </aggregateDataSetName>
590
+ <associationType>
591
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
592
+ </associationType>
593
+ </MD_AggregateInformation>
594
+ </aggregationInfo>
595
+ <spatialRepresentationType>
596
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="grid" codeSpace="ISOTC211/19115">grid</MD_SpatialRepresentationTypeCode>
597
+ </spatialRepresentationType>
598
+ <language>
599
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
600
+ </language>
601
+ <characterSet>
602
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
603
+ </characterSet>
604
+ <topicCategory>
605
+ <MD_TopicCategoryCode>imageryBaseMapsEarthCover</MD_TopicCategoryCode>
606
+ </topicCategory>
607
+ <topicCategory>
608
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
609
+ </topicCategory>
610
+ <environmentDescription>
611
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
612
+ </environmentDescription>
613
+ <extent>
614
+ <EX_Extent>
615
+ <geographicElement>
616
+ <EX_GeographicBoundingBox>
617
+ <extentTypeCode>
618
+ <gco:Boolean>true</gco:Boolean>
619
+ </extentTypeCode>
620
+ <westBoundLongitude>
621
+ <gco:Decimal>-180</gco:Decimal>
622
+ </westBoundLongitude>
623
+ <eastBoundLongitude>
624
+ <gco:Decimal>180</gco:Decimal>
625
+ </eastBoundLongitude>
626
+ <southBoundLatitude>
627
+ <gco:Decimal>-90</gco:Decimal>
628
+ </southBoundLatitude>
629
+ <northBoundLatitude>
630
+ <gco:Decimal>84</gco:Decimal>
631
+ </northBoundLatitude>
632
+ </EX_GeographicBoundingBox>
633
+ </geographicElement>
634
+ </EX_Extent>
635
+ </extent>
636
+ <extent>
637
+ <EX_Extent>
638
+ <temporalElement>
639
+ <EX_TemporalExtent>
640
+ <extent>
641
+ <gml:TimePeriod gml:id="idm40160">
642
+ <gml:beginPosition>2012-01-01T00:00:00</gml:beginPosition>
643
+ <gml:endPosition>2012-12-31T00:00:00</gml:endPosition>
644
+ </gml:TimePeriod>
645
+ </extent>
646
+ </EX_TemporalExtent>
647
+ </temporalElement>
648
+ </EX_Extent>
649
+ </extent>
650
+ <supplementalInformation>
651
+ <gco:CharacterString>IMPORTANT: For correct population analysis using ESRI products assure that the following parameters are set:- Use ONLY Geographic, WGS84 projection parameters.- Spatial Analysis cell size is 0.008333333333333 (double precision)- Spatial Analysis extent should be set to an exact multiple of the cell size (for example 35.25, 35.50, 35.0)Converting (including on-the-fly projections) a grid to other projections or coordinate systems causes population cells to be re-sampled, and hence population counts will be incorrect.In ESRI ArcMap, load the LandScan grid first in order to maintain the original geographic (lat-lon) projection."The dataset has a spatial resolution of 30 arc-seconds and is output in a geographical coordinate system - World Geodetic System (WGS) 84 datum. The 30 arc-second cell, or 0.008333333 decimal degrees, represents approximately 1 km2 near the equator. Since the data is in a spherical coordinate system, cell width decreases in a relationship that varies with the cosine of the latitude of the cell. Thus a cell at 60 degrees latitude would have a width that is half that of a cell at the equator (cos60 = 0.5). The height of the cells does not vary. The values of the cells are integer population counts, not population density, since the cells vary in size. Population counts are normalized to sum to each sub-national administrative unit estimate. For this reason, projecting the data in a raster format to a different coordinate system (including on-the-fly projections) will result in a re-sampling of the data and the integrity of normalized population counts will be compromised. Also prior to all spatial analysis, users should ensure that extents are set to an exact multiple of the cell size (for example 35.25, 35.50, 35.0) to avoid 'shifting' of the dataset." --from the Oak Ridge National Laboratory LandScan Web site, Sept. 12, 2013.</gco:CharacterString>
652
+ </supplementalInformation>
653
+ </MD_DataIdentification>
654
+ </identificationInfo>
655
+ <contentInfo>
656
+ <MD_ImageDescription>
657
+ <attributeDescription gco:nilReason="missing"/>
658
+ <contentType>
659
+ <MD_CoverageContentTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CoverageContentTypeCode" codeListValue="physicalMeasurement" codeSpace="ISOTC211/19115">physicalMeasurement</MD_CoverageContentTypeCode>
660
+ </contentType>
661
+ <dimension>
662
+ <MD_Band>
663
+ <descriptor>
664
+ <gco:CharacterString>lspop2012</gco:CharacterString>
665
+ </descriptor>
666
+ <maxValue>
667
+ <gco:Real>174619</gco:Real>
668
+ </maxValue>
669
+ <minValue>
670
+ <gco:Real>0</gco:Real>
671
+ </minValue>
672
+ <units>
673
+ <gml:UnitDefinition gml:id="idp108944">
674
+ <gml:identifier codeSpace="GML_UomSymbol">Unified Code of Units of Measure</gml:identifier>
675
+ </gml:UnitDefinition>
676
+ </units>
677
+ <bitsPerValue>
678
+ <gco:Integer>32</gco:Integer>
679
+ </bitsPerValue>
680
+ </MD_Band>
681
+ </dimension>
682
+ </MD_ImageDescription>
683
+ </contentInfo>
684
+ <contentInfo>
685
+ <MD_FeatureCatalogueDescription>
686
+ <complianceCode>
687
+ <gco:Boolean>false</gco:Boolean>
688
+ </complianceCode>
689
+ <language>
690
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
691
+ </language>
692
+ <includedWithDataset>
693
+ <gco:Boolean>true</gco:Boolean>
694
+ </includedWithDataset>
695
+ <featureCatalogueCitation>
696
+ <CI_Citation>
697
+ <title>
698
+ <gco:CharacterString>Feature Catalog for LandScan 2012 Global Population Database</gco:CharacterString>
699
+ </title>
700
+ <date>
701
+ <CI_Date>
702
+ <date>
703
+ <gco:Date>2013-07-15</gco:Date>
704
+ </date>
705
+ <dateType>
706
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
707
+ </dateType>
708
+ </CI_Date>
709
+ </date>
710
+ <identifier>
711
+ <MD_Identifier>
712
+ <code>
713
+ <gco:CharacterString>a3bc75b2-8ce2-437f-b2db-4e202ffe1359</gco:CharacterString>
714
+ </code>
715
+ </MD_Identifier>
716
+ </identifier>
717
+ <citedResponsibleParty>
718
+ <CI_ResponsibleParty>
719
+ <organisationName>
720
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
721
+ </organisationName>
722
+ <contactInfo>
723
+ <CI_Contact>
724
+ <address>
725
+ <CI_Address>
726
+ <city>
727
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
728
+ </city>
729
+ <administrativeArea>
730
+ <gco:CharacterString>Tennessee</gco:CharacterString>
731
+ </administrativeArea>
732
+ <postalCode>
733
+ <gco:CharacterString>37831</gco:CharacterString>
734
+ </postalCode>
735
+ <country>
736
+ <gco:CharacterString>US</gco:CharacterString>
737
+ </country>
738
+ <electronicMailAddress>
739
+ <gco:CharacterString>bhaduribl@ornl.gov</gco:CharacterString>
740
+ </electronicMailAddress>
741
+ </CI_Address>
742
+ </address>
743
+ </CI_Contact>
744
+ </contactInfo>
745
+ <role>
746
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
747
+ </role>
748
+ </CI_ResponsibleParty>
749
+ </citedResponsibleParty>
750
+ <citedResponsibleParty>
751
+ <CI_ResponsibleParty>
752
+ <individualName>
753
+ <gco:CharacterString>Coleman, Phillip R. </gco:CharacterString>
754
+ </individualName>
755
+ <role>
756
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
757
+ </role>
758
+ </CI_ResponsibleParty>
759
+ </citedResponsibleParty>
760
+ <citedResponsibleParty>
761
+ <CI_ResponsibleParty>
762
+ <individualName>
763
+ <gco:CharacterString>Bright, Edward A.</gco:CharacterString>
764
+ </individualName>
765
+ <role>
766
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
767
+ </role>
768
+ </CI_ResponsibleParty>
769
+ </citedResponsibleParty>
770
+ <citedResponsibleParty>
771
+ <CI_ResponsibleParty>
772
+ <individualName>
773
+ <gco:CharacterString>Rose, Amy N.</gco:CharacterString>
774
+ </individualName>
775
+ <role>
776
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
777
+ </role>
778
+ </CI_ResponsibleParty>
779
+ </citedResponsibleParty>
780
+ </CI_Citation>
781
+ </featureCatalogueCitation>
782
+ </MD_FeatureCatalogueDescription>
783
+ </contentInfo>
784
+ <distributionInfo>
785
+ <MD_Distribution>
786
+ <distributionFormat>
787
+ <MD_Format>
788
+ <name>
789
+ <gco:CharacterString>Raster Dataset</gco:CharacterString>
790
+ </name>
791
+ <version gco:nilReason="missing"/>
792
+ </MD_Format>
793
+ </distributionFormat>
794
+ <distributor>
795
+ <MD_Distributor>
796
+ <distributorContact>
797
+ <CI_ResponsibleParty>
798
+ <organisationName>
799
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
800
+ </organisationName>
801
+ <contactInfo>
802
+ <CI_Contact>
803
+ <phone>
804
+ <CI_Telephone>
805
+ <voice>
806
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
807
+ </voice>
808
+ </CI_Telephone>
809
+ </phone>
810
+ <address>
811
+ <CI_Address>
812
+ <deliveryPoint>
813
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
814
+ </deliveryPoint>
815
+ <deliveryPoint>
816
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
817
+ </deliveryPoint>
818
+ <deliveryPoint>
819
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
820
+ </deliveryPoint>
821
+ <city>
822
+ <gco:CharacterString>Stanford</gco:CharacterString>
823
+ </city>
824
+ <administrativeArea>
825
+ <gco:CharacterString>California</gco:CharacterString>
826
+ </administrativeArea>
827
+ <postalCode>
828
+ <gco:CharacterString>94305</gco:CharacterString>
829
+ </postalCode>
830
+ <country>
831
+ <gco:CharacterString>US</gco:CharacterString>
832
+ </country>
833
+ <electronicMailAddress>
834
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
835
+ </electronicMailAddress>
836
+ </CI_Address>
837
+ </address>
838
+ </CI_Contact>
839
+ </contactInfo>
840
+ <role>
841
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
842
+ </role>
843
+ </CI_ResponsibleParty>
844
+ </distributorContact>
845
+ </MD_Distributor>
846
+ </distributor>
847
+ <transferOptions>
848
+ <MD_DigitalTransferOptions>
849
+ <onLine>
850
+ <CI_OnlineResource>
851
+ <linkage>
852
+ <URL>http://wms.cartographic.com/landscan </URL>
853
+ </linkage>
854
+ <name>
855
+ <gco:CharacterString>LandScan Global Web Applications</gco:CharacterString>
856
+ </name>
857
+ <description>
858
+ <gco:CharacterString>East View Geospatial LandScan Global Archive Web Applications page</gco:CharacterString>
859
+ </description>
860
+ <function>
861
+ <CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information" codeSpace="ISOTC211/19115">information</CI_OnLineFunctionCode>
862
+ </function>
863
+ </CI_OnlineResource>
864
+ </onLine>
865
+ </MD_DigitalTransferOptions>
866
+ </transferOptions>
867
+ </MD_Distribution>
868
+ </distributionInfo>
869
+ <dataQualityInfo>
870
+ <DQ_DataQuality>
871
+ <scope>
872
+ <DQ_Scope>
873
+ <level>
874
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
875
+ </level>
876
+ </DQ_Scope>
877
+ </scope>
878
+ <report>
879
+ <DQ_QuantitativeAttributeAccuracy>
880
+ <result gco:nilReason="missing"/>
881
+ </DQ_QuantitativeAttributeAccuracy>
882
+ </report>
883
+ <report>
884
+ <DQ_CompletenessCommission>
885
+ <evaluationMethodDescription>
886
+ <gco:CharacterString>Global coverage</gco:CharacterString>
887
+ </evaluationMethodDescription>
888
+ <result gco:nilReason="missing"/>
889
+ </DQ_CompletenessCommission>
890
+ </report>
891
+ <lineage>
892
+ <LI_Lineage>
893
+ <source>
894
+ <LI_Source>
895
+ <description>
896
+ <gco:CharacterString>Multiple input datasets</gco:CharacterString>
897
+ </description>
898
+ <sourceCitation>
899
+ <CI_Citation>
900
+ <title gco:nilReason="missing"/>
901
+ <date gco:nilReason="missing"/>
902
+ <citedResponsibleParty>
903
+ <CI_ResponsibleParty>
904
+ <organisationName>
905
+ <gco:CharacterString>United States. National Geospatial Intelligence Agengy</gco:CharacterString>
906
+ </organisationName>
907
+ <contactInfo>
908
+ <CI_Contact>
909
+ <phone>
910
+ <CI_Telephone>
911
+ <voice>
912
+ <gco:CharacterString>800-455-0899</gco:CharacterString>
913
+ </voice>
914
+ </CI_Telephone>
915
+ </phone>
916
+ <address>
917
+ <CI_Address>
918
+ <deliveryPoint>
919
+ <gco:CharacterString>Maritime Safety Office</gco:CharacterString>
920
+ </deliveryPoint>
921
+ <deliveryPoint>
922
+ <gco:CharacterString>MS N64 SH</gco:CharacterString>
923
+ </deliveryPoint>
924
+ <city>
925
+ <gco:CharacterString>Springfield</gco:CharacterString>
926
+ </city>
927
+ <administrativeArea>
928
+ <gco:CharacterString>Virginia</gco:CharacterString>
929
+ </administrativeArea>
930
+ <postalCode>
931
+ <gco:CharacterString>22150</gco:CharacterString>
932
+ </postalCode>
933
+ <country>
934
+ <gco:CharacterString>US</gco:CharacterString>
935
+ </country>
936
+ </CI_Address>
937
+ </address>
938
+ </CI_Contact>
939
+ </contactInfo>
940
+ <role>
941
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
942
+ </role>
943
+ </CI_ResponsibleParty>
944
+ </citedResponsibleParty>
945
+ </CI_Citation>
946
+ </sourceCitation>
947
+ </LI_Source>
948
+ </source>
949
+ <source>
950
+ <LI_Source>
951
+ <description>
952
+ <gco:CharacterString>Administrative boundaries for some selected countries: The Global Administrative Unit Layers (GAUL) dataset, implemented by FAO within the EC FAO Food Security for Action Programme. </gco:CharacterString>
953
+ </description>
954
+ <sourceCitation>
955
+ <CI_Citation>
956
+ <title>
957
+ <gco:CharacterString>Global Administrative Unit Layers (GAUL) dataset</gco:CharacterString>
958
+ </title>
959
+ <date gco:nilReason="missing"/>
960
+ </CI_Citation>
961
+ </sourceCitation>
962
+ </LI_Source>
963
+ </source>
964
+ <source>
965
+ <LI_Source>
966
+ <sourceCitation>
967
+ <CI_Citation>
968
+ <title>
969
+ <gco:CharacterString>Country Boundaries</gco:CharacterString>
970
+ </title>
971
+ <date gco:nilReason="missing"/>
972
+ <citedResponsibleParty>
973
+ <CI_ResponsibleParty>
974
+ <organisationName>
975
+ <gco:CharacterString>Office of the Geographer, U.S. Department of State.</gco:CharacterString>
976
+ </organisationName>
977
+ <role>
978
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
979
+ </role>
980
+ </CI_ResponsibleParty>
981
+ </citedResponsibleParty>
982
+ </CI_Citation>
983
+ </sourceCitation>
984
+ </LI_Source>
985
+ </source>
986
+ </LI_Lineage>
987
+ </lineage>
988
+ </DQ_DataQuality>
989
+ </dataQualityInfo>
990
+ </MD_Metadata>
991
+ </rdf:Description>
992
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/dd452vk1873">
993
+ <gfc:FC_FeatureCatalogue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gfc="http://www.isotc211.org/2005/gfc" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.isotc211.org/2005/gfc" xsi:schemaLocation="http://www.isotc211.org/2005/gfc http://www.isotc211.org/2005/gfc/gfc.xsd" uuid="a3bc75b2-8ce2-437f-b2db-4e202ffe1359">
994
+ <gmx:name>
995
+ <gco:CharacterString>Feature Catalog for LandScan 2012 Global Population Database</gco:CharacterString>
996
+ </gmx:name>
997
+ <gmx:scope>
998
+ <gco:CharacterString>Population geography; Human geography; Population</gco:CharacterString>
999
+ </gmx:scope>
1000
+ <gmx:versionNumber gco:nilReason="unknown"/>
1001
+ <gmx:versionDate>
1002
+ <gco:Date>2013</gco:Date>
1003
+ </gmx:versionDate>
1004
+ <gmx:language>
1005
+ <gco:CharacterString>eng; US</gco:CharacterString>
1006
+ </gmx:language>
1007
+ <gmx:characterSet>
1008
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
1009
+ </gmx:characterSet>
1010
+ <gfc:producer>
1011
+ <gmd:CI_ResponsibleParty>
1012
+ <gmd:organisationName>
1013
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
1014
+ </gmd:organisationName>
1015
+ <gmd:role>
1016
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
1017
+ </gmd:role>
1018
+ </gmd:CI_ResponsibleParty>
1019
+ </gfc:producer>
1020
+ <gfc:featureType>
1021
+ <gfc:FC_FeatureType>
1022
+ <gfc:typeName>
1023
+ <gco:LocalName>lspop2012.vat</gco:LocalName>
1024
+ </gfc:typeName>
1025
+ <gfc:definition>
1026
+ <gco:CharacterString>LandScan Global Population Database 2012</gco:CharacterString>
1027
+ </gfc:definition>
1028
+ <gfc:isAbstract>
1029
+ <gco:Boolean>false</gco:Boolean>
1030
+ </gfc:isAbstract>
1031
+ <gfc:featureCatalogue uuidref="a3bc75b2-8ce2-437f-b2db-4e202ffe1359"/>
1032
+ <gfc:carrierOfCharacteristics>
1033
+ <gfc:FC_FeatureAttribute>
1034
+ <gfc:memberName>
1035
+ <gco:LocalName>Rowid</gco:LocalName>
1036
+ </gfc:memberName>
1037
+ <gfc:definition>
1038
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
1039
+ </gfc:definition>
1040
+ <gfc:cardinality gco:nilReason="unknown"/>
1041
+ <gfc:definitionReference>
1042
+ <gfc:FC_DefinitionReference>
1043
+ <gfc:definitionSource>
1044
+ <gfc:FC_DefinitionSource>
1045
+ <gfc:source>
1046
+ <gmd:CI_Citation>
1047
+ <gmd:title>
1048
+ <gco:CharacterString>Esri</gco:CharacterString>
1049
+ </gmd:title>
1050
+ <gmd:date gco:nilReason="unknown"/>
1051
+ <gmd:citedResponsibleParty>
1052
+ <gmd:CI_ResponsibleParty>
1053
+ <gmd:organisationName>
1054
+ <gco:CharacterString>Esri</gco:CharacterString>
1055
+ </gmd:organisationName>
1056
+ <gmd:role>
1057
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1058
+ </gmd:role>
1059
+ </gmd:CI_ResponsibleParty>
1060
+ </gmd:citedResponsibleParty>
1061
+ </gmd:CI_Citation>
1062
+ </gfc:source>
1063
+ </gfc:FC_DefinitionSource>
1064
+ </gfc:definitionSource>
1065
+ </gfc:FC_DefinitionReference>
1066
+ </gfc:definitionReference>
1067
+ <gfc:valueType>
1068
+ <gco:TypeName>
1069
+ <gco:aName>
1070
+ <gco:CharacterString>OID</gco:CharacterString>
1071
+ </gco:aName>
1072
+ </gco:TypeName>
1073
+ </gfc:valueType>
1074
+ </gfc:FC_FeatureAttribute>
1075
+ </gfc:carrierOfCharacteristics>
1076
+ <gfc:carrierOfCharacteristics>
1077
+ <gfc:FC_FeatureAttribute>
1078
+ <gfc:memberName>
1079
+ <gco:LocalName>VALUE</gco:LocalName>
1080
+ </gfc:memberName>
1081
+ <gfc:definition>
1082
+ <gco:CharacterString>Number of people per cell</gco:CharacterString>
1083
+ </gfc:definition>
1084
+ <gfc:cardinality gco:nilReason="unknown"/>
1085
+ <gfc:definitionReference>
1086
+ <gfc:FC_DefinitionReference>
1087
+ <gfc:definitionSource>
1088
+ <gfc:FC_DefinitionSource>
1089
+ <gfc:source>
1090
+ <gmd:CI_Citation>
1091
+ <gmd:title>
1092
+ <gco:CharacterString>ORNL</gco:CharacterString>
1093
+ </gmd:title>
1094
+ <gmd:date gco:nilReason="unknown"/>
1095
+ <gmd:citedResponsibleParty>
1096
+ <gmd:CI_ResponsibleParty>
1097
+ <gmd:organisationName>
1098
+ <gco:CharacterString>ORNL</gco:CharacterString>
1099
+ </gmd:organisationName>
1100
+ <gmd:role>
1101
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1102
+ </gmd:role>
1103
+ </gmd:CI_ResponsibleParty>
1104
+ </gmd:citedResponsibleParty>
1105
+ </gmd:CI_Citation>
1106
+ </gfc:source>
1107
+ </gfc:FC_DefinitionSource>
1108
+ </gfc:definitionSource>
1109
+ </gfc:FC_DefinitionReference>
1110
+ </gfc:definitionReference>
1111
+ <gfc:valueType>
1112
+ <gco:TypeName>
1113
+ <gco:aName>
1114
+ <gco:CharacterString>Integer</gco:CharacterString>
1115
+ </gco:aName>
1116
+ </gco:TypeName>
1117
+ </gfc:valueType>
1118
+ </gfc:FC_FeatureAttribute>
1119
+ </gfc:carrierOfCharacteristics>
1120
+ <gfc:carrierOfCharacteristics>
1121
+ <gfc:FC_FeatureAttribute>
1122
+ <gfc:memberName>
1123
+ <gco:LocalName>COUNT</gco:LocalName>
1124
+ </gfc:memberName>
1125
+ <gfc:definition>
1126
+ <gco:CharacterString>Number of cells with same population value</gco:CharacterString>
1127
+ </gfc:definition>
1128
+ <gfc:cardinality gco:nilReason="unknown"/>
1129
+ <gfc:definitionReference>
1130
+ <gfc:FC_DefinitionReference>
1131
+ <gfc:definitionSource>
1132
+ <gfc:FC_DefinitionSource>
1133
+ <gfc:source>
1134
+ <gmd:CI_Citation>
1135
+ <gmd:title>
1136
+ <gco:CharacterString>ORNL</gco:CharacterString>
1137
+ </gmd:title>
1138
+ <gmd:date gco:nilReason="unknown"/>
1139
+ <gmd:citedResponsibleParty>
1140
+ <gmd:CI_ResponsibleParty>
1141
+ <gmd:organisationName>
1142
+ <gco:CharacterString>ORNL</gco:CharacterString>
1143
+ </gmd:organisationName>
1144
+ <gmd:role>
1145
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1146
+ </gmd:role>
1147
+ </gmd:CI_ResponsibleParty>
1148
+ </gmd:citedResponsibleParty>
1149
+ </gmd:CI_Citation>
1150
+ </gfc:source>
1151
+ </gfc:FC_DefinitionSource>
1152
+ </gfc:definitionSource>
1153
+ </gfc:FC_DefinitionReference>
1154
+ </gfc:definitionReference>
1155
+ <gfc:valueType>
1156
+ <gco:TypeName>
1157
+ <gco:aName>
1158
+ <gco:CharacterString>Integer</gco:CharacterString>
1159
+ </gco:aName>
1160
+ </gco:TypeName>
1161
+ </gfc:valueType>
1162
+ </gfc:FC_FeatureAttribute>
1163
+ </gfc:carrierOfCharacteristics>
1164
+ </gfc:FC_FeatureType>
1165
+ </gfc:featureType>
1166
+ </gfc:FC_FeatureCatalogue>
1167
+ </rdf:Description>
1168
+ </rdf:RDF>