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,1820 @@
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/cp055nb0189">
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>DC386FCB-1430-4E7A-898C-51522E4D705F</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 Building, 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="idp67056">
123
+ <gml:pos>-180.000000 -90.000000</gml:pos>
124
+ </gml:Point>
125
+ </cornerPoints>
126
+ <cornerPoints>
127
+ <gml:Point gml:id="idp67744">
128
+ <gml:pos>-180.000000 84.000000</gml:pos>
129
+ </gml:Point>
130
+ </cornerPoints>
131
+ <cornerPoints>
132
+ <gml:Point gml:id="idp68432">
133
+ <gml:pos>180.000000 84.000000</gml:pos>
134
+ </gml:Point>
135
+ </cornerPoints>
136
+ <cornerPoints>
137
+ <gml:Point gml:id="idp69120">
138
+ <gml:pos>180.000000 -90.000000</gml:pos>
139
+ </gml:Point>
140
+ </cornerPoints>
141
+ <centerPoint>
142
+ <gml:Point gml:id="idp69808">
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 2011 Level 1 World Administrative Boundaries</gco:CharacterString>
174
+ </title>
175
+ <date>
176
+ <CI_Date>
177
+ <date>
178
+ <gco:Date>2012-06-29</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>2011</gco:CharacterString>
187
+ </edition>
188
+ <citedResponsibleParty>
189
+ <CI_ResponsibleParty>
190
+ <organisationName>
191
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
192
+ </organisationName>
193
+ <role>
194
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
195
+ </role>
196
+ </CI_ResponsibleParty>
197
+ </citedResponsibleParty>
198
+ <citedResponsibleParty>
199
+ <CI_ResponsibleParty>
200
+ <individualName>
201
+ <gco:CharacterString>Bright, Edward A.</gco:CharacterString>
202
+ </individualName>
203
+ <role>
204
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
205
+ </role>
206
+ </CI_ResponsibleParty>
207
+ </citedResponsibleParty>
208
+ <citedResponsibleParty>
209
+ <CI_ResponsibleParty>
210
+ <individualName>
211
+ <gco:CharacterString>Coleman, Philip R.</gco:CharacterString>
212
+ </individualName>
213
+ <role>
214
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
215
+ </role>
216
+ </CI_ResponsibleParty>
217
+ </citedResponsibleParty>
218
+ <citedResponsibleParty>
219
+ <CI_ResponsibleParty>
220
+ <individualName>
221
+ <gco:CharacterString>Rose, Amy N.</gco:CharacterString>
222
+ </individualName>
223
+ <role>
224
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
225
+ </role>
226
+ </CI_ResponsibleParty>
227
+ </citedResponsibleParty>
228
+ <citedResponsibleParty>
229
+ <CI_ResponsibleParty>
230
+ <organisationName>
231
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
232
+ </organisationName>
233
+ <contactInfo>
234
+ <CI_Contact>
235
+ <address>
236
+ <CI_Address>
237
+ <city>
238
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
239
+ </city>
240
+ <administrativeArea>
241
+ <gco:CharacterString>Tennessee</gco:CharacterString>
242
+ </administrativeArea>
243
+ <postalCode>
244
+ <gco:CharacterString>37831</gco:CharacterString>
245
+ </postalCode>
246
+ <country>
247
+ <gco:CharacterString>US</gco:CharacterString>
248
+ </country>
249
+ </CI_Address>
250
+ </address>
251
+ </CI_Contact>
252
+ </contactInfo>
253
+ <role>
254
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
255
+ </role>
256
+ </CI_ResponsibleParty>
257
+ </citedResponsibleParty>
258
+ <presentationForm>
259
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
260
+ </presentationForm>
261
+ <series>
262
+ <CI_Series>
263
+ <name>
264
+ <gco:CharacterString>East View LandScan Global Population Database</gco:CharacterString>
265
+ </name>
266
+ <issueIdentification>
267
+ <gco:CharacterString>2011</gco:CharacterString>
268
+ </issueIdentification>
269
+ </CI_Series>
270
+ </series>
271
+ <otherCitationDetails>
272
+ <gco:CharacterString>This release represents the thirteenth version of LandScan and succeeds all
273
+ previous versions. It is recommended that users of previous versions of LandScan replace any earlier version
274
+ with LandScan 2011.
275
+ Improvements that have been incorporated into the LandScan 2011 Global Population Database are outlined
276
+ below:
277
+ Updated results from the 2010 and 2011 rounds of census activities for numerous countries have been
278
+ released and were integrated into this version of LandScan. These new data allow for significant
279
+ refinements in the population distribution. For temporal consistency, all census counts were normalized
280
+ to match the July 2011 national population estimates provided by the CIA World Factbook.
281
+ Output from ORNL&#x2019;s &#x201C;Settlement Mapper Tool&#x201D; (which rapidly delineates and characterizes settlements
282
+ using high-resolution imagery) was incorporated in this version of LandScan. NGA&#x2019;s Controlled Image
283
+ Base (CIB) imagery and other high-resolution imagery sources were used extensively for verification
284
+ and validation, for refining urban built-up areas, for adding thousands of smaller villages and populated
285
+ places, and for the identification and mitigation of input data anomalies to improve the spatial precision
286
+ and values of the population distribution.
287
+ The population distribution for the United States was based on calculations derived from the sixth
288
+ edition of ORNL&#x2019;s LandScan USA product [a very high resolution (3 arc-second ~90 meter resolution)
289
+ population database of nighttime and daytime population distribution made available to qualified users
290
+ of the Department of Homeland Security (DHS)/NGA Homeland Security Infrastructure Program (HSIP)
291
+ data]. This year, U.S. Census boundary geometry for the 2010 Census was incorporated, as were 2010
292
+ baseline block-level population counts and 2011 Census estimates.
293
+ In this version, changes to the population distribution for Japan include impacts due to the 2011
294
+ earthquake, tsunami, and the Fukushima Daiichi nuclear power plant incident. Resultant population
295
+ displacements including shelters and temporary housing were integrated into the distribution.
296
+ Updates were made to the country grid to reflect changes in global political boundaries and sovereignty.
297
+ These changes include the division of Sudan and South Sudan, creating separate entities for Akrotiri and
298
+ Dhekelia, and permanently dissolving Netherlands Antilles in so that Curacao and Sint Maarten are now
299
+ constituent countries and Bonaire, Saba, and Sint Eustatius are special municipalities.
300
+ LandScan 2011 Global Population
301
+ June 29, 2012
302
+ Because of these refinements we advise against cell-by-cell comparison between LandScan 2011 and earlier versions of LandScan.
303
+ The enclosed LandScan 2011 CD-ROM contains the following files:
304
+ The LandScan 2011 Global Population Database at 30 arc seconds (1 km. or finer) in the following formats:
305
+ 1. Raster GIS: ESRI Grid format. [Note: the Spatial Analyst extension for ArcGIS or ArcView (3.x) is required for analyzing the LandScan data.]
306
+ 2. HPAC Binary: Hazard Prediction Assessment Capability compressed binary format.
307
+ 3. Binary raster: ESRI binary raster format (see included documentation). Almost any high level programming language can read this file directly.
308
+ Two raster boundary files defining assignments of LandScan cells to 1) country, and 2) sub-country Level 1 Administrative areas. [Note: These sub-national areas were not used for the actual population modeling process.]
309
+ </gco:CharacterString>
310
+ </otherCitationDetails>
311
+ </CI_Citation>
312
+ </citation>
313
+ <abstract>
314
+ <gco:CharacterString>A subdirectory containing the ArcGIS grid (world_admin1) of the countries/sub-countries. These are the standard Level 1 Administrative Boundaries. ESRI grid of areas of 30 second cells. The data table (VAT) contains the cell areas in the field: [Area]. The units are square kilometers. Tha Value Field simply represents a row numberfor a specific Latitude. All cells on the same row have the same area. Cell areas are largest at the equator and smallest at the poles. Each year the models incorporate administrative boundary changes, refine the spatial precision of international and sub-national administrative boundaries, and reconcile temporal census information and administrative boundary inconsistencies. The administrative unit level by which the census data is distributed varies considerably in size and spatial precision from country to country. The number of administrative units per nation and spatial fidelity of the boundaries are considered in the model parameterization process. Nations with few, but very large administrative areas require different weights in the model parameters to allocate representative populations to their appropriate locations. Generally, smaller administrative boundaries lead to better population distribution &#x2013; if the boundaries are spatially accurate. However, small administrative areas that are poorly geo-referenced or spatially characterized actually induce population distribution errors. To mitigate these errors, where possible, analysts will merge poor sub-province boundaries to the province level and distribute the entire province population according to the population likelihood locations determined by the model rather than constrict population distributions to incorrect locations. Very small administrative or enumeration areas equivalent to US census blocks or block groups have unintended consequences for modeling an ambient population. Since the populations associated with census tables are places of residence, commercial and industrial areas may have zero or very low populations associated with them. Thus the output would be reflective of a residential only population distribution instead of an ambient population distribution. This dataset is part of the LandScan 2011 Global Population Database.</gco:CharacterString>
315
+ </abstract>
316
+ <purpose>
317
+ <gco:CharacterString>Accurate administrative boundary attributes are essential to the LandScan models since the population projections are joined to the boundaries which act as spatial controls for the population totals. The LandScan 2011
318
+ Global Population Database was developed by Oak Ridge National Laboratory (ORNL) for the United States Department of Defense (DoD). </gco:CharacterString>
319
+ </purpose>
320
+ <credit>
321
+ <gco:CharacterString>Bright, Edward A., Coleman, Phillip R., Rose, Amy N., and Oak Ridge National Laboratory. (2012) LandScan 2011 Level 1 World Administrative Boundaries. Oak Ridge National Laboratory, UT-Battelle, LLC.</gco:CharacterString>
322
+ </credit>
323
+ <status>
324
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
325
+ </status>
326
+ <pointOfContact>
327
+ <CI_ResponsibleParty>
328
+ <organisationName>
329
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
330
+ </organisationName>
331
+ <contactInfo>
332
+ <CI_Contact>
333
+ <phone>
334
+ <CI_Telephone>
335
+ <voice>
336
+ <gco:CharacterString>(+1) 865.576.7658</gco:CharacterString>
337
+ </voice>
338
+ </CI_Telephone>
339
+ </phone>
340
+ <address>
341
+ <CI_Address>
342
+ <deliveryPoint>
343
+ <gco:CharacterString>P.O. Box 2008</gco:CharacterString>
344
+ </deliveryPoint>
345
+ <city>
346
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
347
+ </city>
348
+ <administrativeArea>
349
+ <gco:CharacterString>Tennessee</gco:CharacterString>
350
+ </administrativeArea>
351
+ <postalCode>
352
+ <gco:CharacterString>37831</gco:CharacterString>
353
+ </postalCode>
354
+ <country>
355
+ <gco:CharacterString>US</gco:CharacterString>
356
+ </country>
357
+ </CI_Address>
358
+ </address>
359
+ </CI_Contact>
360
+ </contactInfo>
361
+ <role>
362
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
363
+ </role>
364
+ </CI_ResponsibleParty>
365
+ </pointOfContact>
366
+ <resourceMaintenance>
367
+ <MD_MaintenanceInformation>
368
+ <maintenanceAndUpdateFrequency>
369
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="annually" codeSpace="ISOTC211/19115">annually</MD_MaintenanceFrequencyCode>
370
+ </maintenanceAndUpdateFrequency>
371
+ </MD_MaintenanceInformation>
372
+ </resourceMaintenance>
373
+ <descriptiveKeywords>
374
+ <MD_Keywords>
375
+ <keyword>
376
+ <gco:CharacterString>Earth</gco:CharacterString>
377
+ </keyword>
378
+ <type>
379
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
380
+ </type>
381
+ <thesaurusName>
382
+ <CI_Citation>
383
+ <title>
384
+ <gco:CharacterString>GeoNames</gco:CharacterString>
385
+ </title>
386
+ <date>
387
+ <CI_Date>
388
+ <date>
389
+ <gco:Date>2012-11-01</gco:Date>
390
+ </date>
391
+ <dateType>
392
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
393
+ </dateType>
394
+ </CI_Date>
395
+ </date>
396
+ <edition>
397
+ <gco:CharacterString>3.1</gco:CharacterString>
398
+ </edition>
399
+ <identifier>
400
+ <MD_Identifier>
401
+ <code>
402
+ <gco:CharacterString>http://www.geonames.org</gco:CharacterString>
403
+ </code>
404
+ </MD_Identifier>
405
+ </identifier>
406
+ </CI_Citation>
407
+ </thesaurusName>
408
+ </MD_Keywords>
409
+ </descriptiveKeywords>
410
+ <descriptiveKeywords>
411
+ <MD_Keywords>
412
+ <keyword>
413
+ <gco:CharacterString>2011</gco:CharacterString>
414
+ </keyword>
415
+ <type>
416
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
417
+ </type>
418
+ </MD_Keywords>
419
+ </descriptiveKeywords>
420
+ <descriptiveKeywords>
421
+ <MD_Keywords>
422
+ <keyword>
423
+ <gco:CharacterString>Boundaries</gco:CharacterString>
424
+ </keyword>
425
+ <keyword>
426
+ <gco:CharacterString>Administrative and political divisions</gco:CharacterString>
427
+ </keyword>
428
+ <type>
429
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
430
+ </type>
431
+ <thesaurusName>
432
+ <CI_Citation>
433
+ <title>
434
+ <gco:CharacterString>lcsh</gco:CharacterString>
435
+ </title>
436
+ <date>
437
+ <CI_Date>
438
+ <date>
439
+ <gco:Date>2011-04-26</gco:Date>
440
+ </date>
441
+ <dateType>
442
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
443
+ </dateType>
444
+ </CI_Date>
445
+ </date>
446
+ <identifier>
447
+ <MD_Identifier>
448
+ <code>
449
+ <gco:CharacterString>http://id.loc.gov/authorities/subjects.html</gco:CharacterString>
450
+ </code>
451
+ </MD_Identifier>
452
+ </identifier>
453
+ </CI_Citation>
454
+ </thesaurusName>
455
+ </MD_Keywords>
456
+ </descriptiveKeywords>
457
+ <descriptiveKeywords>
458
+ <MD_Keywords>
459
+ <keyword>
460
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
461
+ </keyword>
462
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
463
+ </MD_Keywords>
464
+ </descriptiveKeywords>
465
+ <resourceConstraints>
466
+ <MD_LegalConstraints>
467
+ <accessConstraints>
468
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
469
+ </accessConstraints>
470
+ <useConstraints>
471
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
472
+ </useConstraints>
473
+ <otherConstraints>
474
+ <gco:CharacterString>Licensee agrees to use its best efforts to provide UT-Batelle information on an annual basis about its utilization of the Data Set including a list of publications or presentations wherein the Data Set 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 2010 High Resolution Global Population Data Set, or to the packaging thereof if direct application to products is not feasible: When using the LandScan data in publications, please insert this statement as appropriate: "This product was made utilizing the LandScan 2011 -- High Resolution global Population Data Set 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 Data Set. 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 DATA SET."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 2011, ORNL, UT-Battelle, LLC.</gco:CharacterString>
475
+ </otherConstraints>
476
+ </MD_LegalConstraints>
477
+ </resourceConstraints>
478
+ <aggregationInfo>
479
+ <MD_AggregateInformation>
480
+ <aggregateDataSetName>
481
+ <CI_Citation>
482
+ <title>
483
+ <gco:CharacterString>LandScan 2011 Global Population Database</gco:CharacterString>
484
+ </title>
485
+ <date>
486
+ <CI_Date>
487
+ <date>
488
+ <gco:Date>2012-06-29</gco:Date>
489
+ </date>
490
+ <dateType>
491
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
492
+ </dateType>
493
+ </CI_Date>
494
+ </date>
495
+ <edition>
496
+ <gco:CharacterString>2011</gco:CharacterString>
497
+ </edition>
498
+ <citedResponsibleParty>
499
+ <CI_ResponsibleParty>
500
+ <organisationName>
501
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
502
+ </organisationName>
503
+ <role>
504
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
505
+ </role>
506
+ </CI_ResponsibleParty>
507
+ </citedResponsibleParty>
508
+ <citedResponsibleParty>
509
+ <CI_ResponsibleParty>
510
+ <organisationName>
511
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
512
+ </organisationName>
513
+ <contactInfo>
514
+ <CI_Contact>
515
+ <address>
516
+ <CI_Address>
517
+ <city>
518
+ <gco:CharacterString>Oak Ridge</gco:CharacterString>
519
+ </city>
520
+ <administrativeArea>
521
+ <gco:CharacterString>Tennessee</gco:CharacterString>
522
+ </administrativeArea>
523
+ <postalCode>
524
+ <gco:CharacterString>37831</gco:CharacterString>
525
+ </postalCode>
526
+ <country>
527
+ <gco:CharacterString>US</gco:CharacterString>
528
+ </country>
529
+ </CI_Address>
530
+ </address>
531
+ </CI_Contact>
532
+ </contactInfo>
533
+ <role>
534
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
535
+ </role>
536
+ </CI_ResponsibleParty>
537
+ </citedResponsibleParty>
538
+ <citedResponsibleParty>
539
+ <CI_ResponsibleParty>
540
+ <individualName>
541
+ <gco:CharacterString>Bright, Edward A.</gco:CharacterString>
542
+ </individualName>
543
+ <role>
544
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
545
+ </role>
546
+ </CI_ResponsibleParty>
547
+ </citedResponsibleParty>
548
+ <citedResponsibleParty>
549
+ <CI_ResponsibleParty>
550
+ <individualName>
551
+ <gco:CharacterString>Coleman, Philip R.</gco:CharacterString>
552
+ </individualName>
553
+ <role>
554
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
555
+ </role>
556
+ </CI_ResponsibleParty>
557
+ </citedResponsibleParty>
558
+ <citedResponsibleParty>
559
+ <CI_ResponsibleParty>
560
+ <individualName>
561
+ <gco:CharacterString>Rose, Amy N.</gco:CharacterString>
562
+ </individualName>
563
+ <role>
564
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
565
+ </role>
566
+ </CI_ResponsibleParty>
567
+ </citedResponsibleParty>
568
+ <presentationForm>
569
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
570
+ </presentationForm>
571
+ <series>
572
+ <CI_Series>
573
+ <name>
574
+ <gco:CharacterString>East View LandScan Global Population Database</gco:CharacterString>
575
+ </name>
576
+ <issueIdentification>
577
+ <gco:CharacterString>2011</gco:CharacterString>
578
+ </issueIdentification>
579
+ </CI_Series>
580
+ </series>
581
+ </CI_Citation>
582
+ </aggregateDataSetName>
583
+ <associationType>
584
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
585
+ </associationType>
586
+ </MD_AggregateInformation>
587
+ </aggregationInfo>
588
+ <spatialRepresentationType>
589
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="grid" codeSpace="ISOTC211/19115">grid</MD_SpatialRepresentationTypeCode>
590
+ </spatialRepresentationType>
591
+ <language>
592
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
593
+ </language>
594
+ <characterSet>
595
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
596
+ </characterSet>
597
+ <topicCategory>
598
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
599
+ </topicCategory>
600
+ <topicCategory>
601
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
602
+ </topicCategory>
603
+ <topicCategory>
604
+ <MD_TopicCategoryCode>imageryBaseMapsEarthCover</MD_TopicCategoryCode>
605
+ </topicCategory>
606
+ <environmentDescription>
607
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
608
+ </environmentDescription>
609
+ <extent>
610
+ <EX_Extent>
611
+ <geographicElement>
612
+ <EX_GeographicBoundingBox>
613
+ <extentTypeCode>
614
+ <gco:Boolean>true</gco:Boolean>
615
+ </extentTypeCode>
616
+ <westBoundLongitude>
617
+ <gco:Decimal>-180</gco:Decimal>
618
+ </westBoundLongitude>
619
+ <eastBoundLongitude>
620
+ <gco:Decimal>180</gco:Decimal>
621
+ </eastBoundLongitude>
622
+ <southBoundLatitude>
623
+ <gco:Decimal>-90</gco:Decimal>
624
+ </southBoundLatitude>
625
+ <northBoundLatitude>
626
+ <gco:Decimal>84</gco:Decimal>
627
+ </northBoundLatitude>
628
+ </EX_GeographicBoundingBox>
629
+ </geographicElement>
630
+ </EX_Extent>
631
+ </extent>
632
+ <extent>
633
+ <EX_Extent>
634
+ <description>
635
+ <gco:CharacterString>ground condition</gco:CharacterString>
636
+ </description>
637
+ <temporalElement>
638
+ <EX_TemporalExtent>
639
+ <extent>
640
+ <gml:TimePeriod gml:id="idp38704">
641
+ <gml:beginPosition>2011-01-01T00:00:00</gml:beginPosition>
642
+ <gml:endPosition>2011-12-31T00:00:00</gml:endPosition>
643
+ </gml:TimePeriod>
644
+ </extent>
645
+ </EX_TemporalExtent>
646
+ </temporalElement>
647
+ </EX_Extent>
648
+ </extent>
649
+ <supplementalInformation>
650
+ <gco:CharacterString>For correct population analysis using ESRI products assure that the following parameters are set:
651
+ Use ONLY Geographic, WGS84 projection parameters.
652
+ Spatial Analysis cell size is 0.008333333333333 (double precision)
653
+ Spatial Analysis extent should be set to an exact multiple of the cell size (for example 35.25, 35.50, 35.0)
654
+ 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.
655
+ In ESRI ArcMap, load the LandScan grid first in order to maintain the original geographic (lat-lon) projection.
656
+ </gco:CharacterString>
657
+ </supplementalInformation>
658
+ </MD_DataIdentification>
659
+ </identificationInfo>
660
+ <contentInfo>
661
+ <MD_ImageDescription>
662
+ <attributeDescription gco:nilReason="missing"/>
663
+ <contentType>
664
+ <MD_CoverageContentTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CoverageContentTypeCode" codeListValue="physicalMeasurement" codeSpace="ISOTC211/19115">physicalMeasurement</MD_CoverageContentTypeCode>
665
+ </contentType>
666
+ <dimension>
667
+ <MD_Band>
668
+ <descriptor>
669
+ <gco:CharacterString>world_admin1</gco:CharacterString>
670
+ </descriptor>
671
+ <maxValue>
672
+ <gco:Real>3750</gco:Real>
673
+ </maxValue>
674
+ <minValue>
675
+ <gco:Real>1</gco:Real>
676
+ </minValue>
677
+ <units>
678
+ <gml:UnitDefinition gml:id="idm37824">
679
+ <gml:identifier codeSpace="GML_UomSymbol">Unified Code of Units of Measure</gml:identifier>
680
+ </gml:UnitDefinition>
681
+ </units>
682
+ <bitsPerValue>
683
+ <gco:Integer>16</gco:Integer>
684
+ </bitsPerValue>
685
+ </MD_Band>
686
+ </dimension>
687
+ </MD_ImageDescription>
688
+ </contentInfo>
689
+ <contentInfo>
690
+ <MD_FeatureCatalogueDescription>
691
+ <complianceCode>
692
+ <gco:Boolean>false</gco:Boolean>
693
+ </complianceCode>
694
+ <language>
695
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
696
+ </language>
697
+ <includedWithDataset>
698
+ <gco:Boolean>true</gco:Boolean>
699
+ </includedWithDataset>
700
+ <featureCatalogueCitation>
701
+ <CI_Citation>
702
+ <title>
703
+ <gco:CharacterString>Feature Catalog for LandScan 2011 Level 1 World Administrative Boundaries</gco:CharacterString>
704
+ </title>
705
+ <date>
706
+ <CI_Date>
707
+ <date>
708
+ <gco:Date>2012-06-29</gco:Date>
709
+ </date>
710
+ <dateType>
711
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
712
+ </dateType>
713
+ </CI_Date>
714
+ </date>
715
+ <identifier>
716
+ <MD_Identifier>
717
+ <code>
718
+ <gco:CharacterString>ba127f7e-09f5-4ed1-888f-58076236a9f0</gco:CharacterString>
719
+ </code>
720
+ </MD_Identifier>
721
+ </identifier>
722
+ <citedResponsibleParty>
723
+ <CI_ResponsibleParty>
724
+ <organisationName>
725
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
726
+ </organisationName>
727
+ <role>
728
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
729
+ </role>
730
+ </CI_ResponsibleParty>
731
+ </citedResponsibleParty>
732
+ <citedResponsibleParty>
733
+ <CI_ResponsibleParty>
734
+ <individualName>
735
+ <gco:CharacterString>Bright, Edward A.</gco:CharacterString>
736
+ </individualName>
737
+ <role>
738
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
739
+ </role>
740
+ </CI_ResponsibleParty>
741
+ </citedResponsibleParty>
742
+ <citedResponsibleParty>
743
+ <CI_ResponsibleParty>
744
+ <individualName>
745
+ <gco:CharacterString>Coleman, Philip R.</gco:CharacterString>
746
+ </individualName>
747
+ <role>
748
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
749
+ </role>
750
+ </CI_ResponsibleParty>
751
+ </citedResponsibleParty>
752
+ <citedResponsibleParty>
753
+ <CI_ResponsibleParty>
754
+ <individualName>
755
+ <gco:CharacterString>Rose, Amy N.</gco:CharacterString>
756
+ </individualName>
757
+ <role>
758
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
759
+ </role>
760
+ </CI_ResponsibleParty>
761
+ </citedResponsibleParty>
762
+ </CI_Citation>
763
+ </featureCatalogueCitation>
764
+ </MD_FeatureCatalogueDescription>
765
+ </contentInfo>
766
+ <distributionInfo>
767
+ <MD_Distribution>
768
+ <distributionFormat>
769
+ <MD_Format>
770
+ <name>
771
+ <gco:CharacterString>Raster Dataset</gco:CharacterString>
772
+ </name>
773
+ <version gco:nilReason="missing"/>
774
+ </MD_Format>
775
+ </distributionFormat>
776
+ <distributor>
777
+ <MD_Distributor>
778
+ <distributorContact>
779
+ <CI_ResponsibleParty>
780
+ <organisationName>
781
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
782
+ </organisationName>
783
+ <contactInfo>
784
+ <CI_Contact>
785
+ <phone>
786
+ <CI_Telephone>
787
+ <voice>
788
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
789
+ </voice>
790
+ </CI_Telephone>
791
+ </phone>
792
+ <address>
793
+ <CI_Address>
794
+ <deliveryPoint>
795
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
796
+ </deliveryPoint>
797
+ <deliveryPoint>
798
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
799
+ </deliveryPoint>
800
+ <deliveryPoint>
801
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
802
+ </deliveryPoint>
803
+ <city>
804
+ <gco:CharacterString>Stanford</gco:CharacterString>
805
+ </city>
806
+ <administrativeArea>
807
+ <gco:CharacterString>California</gco:CharacterString>
808
+ </administrativeArea>
809
+ <postalCode>
810
+ <gco:CharacterString>94305</gco:CharacterString>
811
+ </postalCode>
812
+ <country>
813
+ <gco:CharacterString>US</gco:CharacterString>
814
+ </country>
815
+ <electronicMailAddress>
816
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
817
+ </electronicMailAddress>
818
+ </CI_Address>
819
+ </address>
820
+ </CI_Contact>
821
+ </contactInfo>
822
+ <role>
823
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
824
+ </role>
825
+ </CI_ResponsibleParty>
826
+ </distributorContact>
827
+ </MD_Distributor>
828
+ </distributor>
829
+ <transferOptions>
830
+ <MD_DigitalTransferOptions>
831
+ <onLine>
832
+ <CI_OnlineResource>
833
+ <linkage>
834
+ <URL>http://wms.cartographic.com/landscan</URL>
835
+ </linkage>
836
+ <name>
837
+ <gco:CharacterString>LandScan Global Web Applications</gco:CharacterString>
838
+ </name>
839
+ <description>
840
+ <gco:CharacterString>East View Geospatial LandScan Global Archive Web Applications page</gco:CharacterString>
841
+ </description>
842
+ <function>
843
+ <CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information" codeSpace="ISOTC211/19115">information</CI_OnLineFunctionCode>
844
+ </function>
845
+ </CI_OnlineResource>
846
+ </onLine>
847
+ </MD_DigitalTransferOptions>
848
+ </transferOptions>
849
+ </MD_Distribution>
850
+ </distributionInfo>
851
+ <dataQualityInfo>
852
+ <DQ_DataQuality>
853
+ <scope>
854
+ <DQ_Scope>
855
+ <level>
856
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
857
+ </level>
858
+ </DQ_Scope>
859
+ </scope>
860
+ </DQ_DataQuality>
861
+ </dataQualityInfo>
862
+ </MD_Metadata>
863
+ </rdf:Description>
864
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/cp055nb0189">
865
+ <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="ba127f7e-09f5-4ed1-888f-58076236a9f0">
866
+ <gmx:name>
867
+ <gco:CharacterString>Feature Catalog for LandScan 2011 Level 1 World Administrative Boundaries</gco:CharacterString>
868
+ </gmx:name>
869
+ <gmx:scope>
870
+ <gco:CharacterString>Boundaries; Administrative and political divisions</gco:CharacterString>
871
+ </gmx:scope>
872
+ <gmx:versionNumber gco:nilReason="unknown"/>
873
+ <gmx:versionDate>
874
+ <gco:Date>2012</gco:Date>
875
+ </gmx:versionDate>
876
+ <gmx:language>
877
+ <gco:CharacterString>eng; US</gco:CharacterString>
878
+ </gmx:language>
879
+ <gmx:characterSet>
880
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
881
+ </gmx:characterSet>
882
+ <gfc:producer>
883
+ <gmd:CI_ResponsibleParty>
884
+ <gmd:organisationName>
885
+ <gco:CharacterString>Oak Ridge National Laboratory</gco:CharacterString>
886
+ </gmd:organisationName>
887
+ <gmd:role>
888
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
889
+ </gmd:role>
890
+ </gmd:CI_ResponsibleParty>
891
+ </gfc:producer>
892
+ <gfc:featureType>
893
+ <gfc:FC_FeatureType>
894
+ <gfc:typeName>
895
+ <gco:LocalName>world_admin1.vat</gco:LocalName>
896
+ </gfc:typeName>
897
+ <gfc:definition/>
898
+ <gfc:isAbstract>
899
+ <gco:Boolean>false</gco:Boolean>
900
+ </gfc:isAbstract>
901
+ <gfc:featureCatalogue uuidref="ba127f7e-09f5-4ed1-888f-58076236a9f0"/>
902
+ <gfc:carrierOfCharacteristics>
903
+ <gfc:FC_FeatureAttribute>
904
+ <gfc:memberName>
905
+ <gco:LocalName>Rowid</gco:LocalName>
906
+ </gfc:memberName>
907
+ <gfc:definition>
908
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
909
+ </gfc:definition>
910
+ <gfc:cardinality gco:nilReason="unknown"/>
911
+ <gfc:definitionReference>
912
+ <gfc:FC_DefinitionReference>
913
+ <gfc:definitionSource>
914
+ <gfc:FC_DefinitionSource>
915
+ <gfc:source>
916
+ <gmd:CI_Citation>
917
+ <gmd:title>
918
+ <gco:CharacterString>Esri</gco:CharacterString>
919
+ </gmd:title>
920
+ <gmd:date gco:nilReason="unknown"/>
921
+ <gmd:citedResponsibleParty>
922
+ <gmd:CI_ResponsibleParty>
923
+ <gmd:organisationName>
924
+ <gco:CharacterString>Esri</gco:CharacterString>
925
+ </gmd:organisationName>
926
+ <gmd:role>
927
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
928
+ </gmd:role>
929
+ </gmd:CI_ResponsibleParty>
930
+ </gmd:citedResponsibleParty>
931
+ </gmd:CI_Citation>
932
+ </gfc:source>
933
+ </gfc:FC_DefinitionSource>
934
+ </gfc:definitionSource>
935
+ </gfc:FC_DefinitionReference>
936
+ </gfc:definitionReference>
937
+ <gfc:valueType>
938
+ <gco:TypeName>
939
+ <gco:aName>
940
+ <gco:CharacterString>OID</gco:CharacterString>
941
+ </gco:aName>
942
+ </gco:TypeName>
943
+ </gfc:valueType>
944
+ </gfc:FC_FeatureAttribute>
945
+ </gfc:carrierOfCharacteristics>
946
+ <gfc:carrierOfCharacteristics>
947
+ <gfc:FC_FeatureAttribute>
948
+ <gfc:memberName>
949
+ <gco:LocalName>VALUE</gco:LocalName>
950
+ </gfc:memberName>
951
+ <gfc:cardinality gco:nilReason="unknown"/>
952
+ <gfc:valueType>
953
+ <gco:TypeName>
954
+ <gco:aName>
955
+ <gco:CharacterString>Integer</gco:CharacterString>
956
+ </gco:aName>
957
+ </gco:TypeName>
958
+ </gfc:valueType>
959
+ </gfc:FC_FeatureAttribute>
960
+ </gfc:carrierOfCharacteristics>
961
+ <gfc:carrierOfCharacteristics>
962
+ <gfc:FC_FeatureAttribute>
963
+ <gfc:memberName>
964
+ <gco:LocalName>COUNT</gco:LocalName>
965
+ </gfc:memberName>
966
+ <gfc:cardinality gco:nilReason="unknown"/>
967
+ <gfc:valueType>
968
+ <gco:TypeName>
969
+ <gco:aName>
970
+ <gco:CharacterString>Integer</gco:CharacterString>
971
+ </gco:aName>
972
+ </gco:TypeName>
973
+ </gfc:valueType>
974
+ </gfc:FC_FeatureAttribute>
975
+ </gfc:carrierOfCharacteristics>
976
+ <gfc:carrierOfCharacteristics>
977
+ <gfc:FC_FeatureAttribute>
978
+ <gfc:memberName>
979
+ <gco:LocalName>COUNTRY</gco:LocalName>
980
+ </gfc:memberName>
981
+ <gfc:cardinality gco:nilReason="unknown"/>
982
+ <gfc:valueType>
983
+ <gco:TypeName>
984
+ <gco:aName>
985
+ <gco:CharacterString>String</gco:CharacterString>
986
+ </gco:aName>
987
+ </gco:TypeName>
988
+ </gfc:valueType>
989
+ </gfc:FC_FeatureAttribute>
990
+ </gfc:carrierOfCharacteristics>
991
+ <gfc:carrierOfCharacteristics>
992
+ <gfc:FC_FeatureAttribute>
993
+ <gfc:memberName>
994
+ <gco:LocalName>ADMIN1</gco:LocalName>
995
+ </gfc:memberName>
996
+ <gfc:cardinality gco:nilReason="unknown"/>
997
+ <gfc:valueType>
998
+ <gco:TypeName>
999
+ <gco:aName>
1000
+ <gco:CharacterString>String</gco:CharacterString>
1001
+ </gco:aName>
1002
+ </gco:TypeName>
1003
+ </gfc:valueType>
1004
+ </gfc:FC_FeatureAttribute>
1005
+ </gfc:carrierOfCharacteristics>
1006
+ <gfc:carrierOfCharacteristics>
1007
+ <gfc:FC_FeatureAttribute>
1008
+ <gfc:memberName>
1009
+ <gco:LocalName>POP2011</gco:LocalName>
1010
+ </gfc:memberName>
1011
+ <gfc:cardinality gco:nilReason="unknown"/>
1012
+ <gfc:valueType>
1013
+ <gco:TypeName>
1014
+ <gco:aName>
1015
+ <gco:CharacterString>Double</gco:CharacterString>
1016
+ </gco:aName>
1017
+ </gco:TypeName>
1018
+ </gfc:valueType>
1019
+ </gfc:FC_FeatureAttribute>
1020
+ </gfc:carrierOfCharacteristics>
1021
+ <gfc:carrierOfCharacteristics>
1022
+ <gfc:FC_FeatureAttribute>
1023
+ <gfc:memberName>
1024
+ <gco:LocalName>PTOT_0_4</gco:LocalName>
1025
+ </gfc:memberName>
1026
+ <gfc:cardinality gco:nilReason="unknown"/>
1027
+ <gfc:valueType>
1028
+ <gco:TypeName>
1029
+ <gco:aName>
1030
+ <gco:CharacterString>Double</gco:CharacterString>
1031
+ </gco:aName>
1032
+ </gco:TypeName>
1033
+ </gfc:valueType>
1034
+ </gfc:FC_FeatureAttribute>
1035
+ </gfc:carrierOfCharacteristics>
1036
+ <gfc:carrierOfCharacteristics>
1037
+ <gfc:FC_FeatureAttribute>
1038
+ <gfc:memberName>
1039
+ <gco:LocalName>PTOT_5_9</gco:LocalName>
1040
+ </gfc:memberName>
1041
+ <gfc:cardinality gco:nilReason="unknown"/>
1042
+ <gfc:valueType>
1043
+ <gco:TypeName>
1044
+ <gco:aName>
1045
+ <gco:CharacterString>Double</gco:CharacterString>
1046
+ </gco:aName>
1047
+ </gco:TypeName>
1048
+ </gfc:valueType>
1049
+ </gfc:FC_FeatureAttribute>
1050
+ </gfc:carrierOfCharacteristics>
1051
+ <gfc:carrierOfCharacteristics>
1052
+ <gfc:FC_FeatureAttribute>
1053
+ <gfc:memberName>
1054
+ <gco:LocalName>PTOT_10_14</gco:LocalName>
1055
+ </gfc:memberName>
1056
+ <gfc:cardinality gco:nilReason="unknown"/>
1057
+ <gfc:valueType>
1058
+ <gco:TypeName>
1059
+ <gco:aName>
1060
+ <gco:CharacterString>Double</gco:CharacterString>
1061
+ </gco:aName>
1062
+ </gco:TypeName>
1063
+ </gfc:valueType>
1064
+ </gfc:FC_FeatureAttribute>
1065
+ </gfc:carrierOfCharacteristics>
1066
+ <gfc:carrierOfCharacteristics>
1067
+ <gfc:FC_FeatureAttribute>
1068
+ <gfc:memberName>
1069
+ <gco:LocalName>PTOT_15_19</gco:LocalName>
1070
+ </gfc:memberName>
1071
+ <gfc:cardinality gco:nilReason="unknown"/>
1072
+ <gfc:valueType>
1073
+ <gco:TypeName>
1074
+ <gco:aName>
1075
+ <gco:CharacterString>Double</gco:CharacterString>
1076
+ </gco:aName>
1077
+ </gco:TypeName>
1078
+ </gfc:valueType>
1079
+ </gfc:FC_FeatureAttribute>
1080
+ </gfc:carrierOfCharacteristics>
1081
+ <gfc:carrierOfCharacteristics>
1082
+ <gfc:FC_FeatureAttribute>
1083
+ <gfc:memberName>
1084
+ <gco:LocalName>PTOT_20_24</gco:LocalName>
1085
+ </gfc:memberName>
1086
+ <gfc:cardinality gco:nilReason="unknown"/>
1087
+ <gfc:valueType>
1088
+ <gco:TypeName>
1089
+ <gco:aName>
1090
+ <gco:CharacterString>Double</gco:CharacterString>
1091
+ </gco:aName>
1092
+ </gco:TypeName>
1093
+ </gfc:valueType>
1094
+ </gfc:FC_FeatureAttribute>
1095
+ </gfc:carrierOfCharacteristics>
1096
+ <gfc:carrierOfCharacteristics>
1097
+ <gfc:FC_FeatureAttribute>
1098
+ <gfc:memberName>
1099
+ <gco:LocalName>PTOT_25_29</gco:LocalName>
1100
+ </gfc:memberName>
1101
+ <gfc:cardinality gco:nilReason="unknown"/>
1102
+ <gfc:valueType>
1103
+ <gco:TypeName>
1104
+ <gco:aName>
1105
+ <gco:CharacterString>Double</gco:CharacterString>
1106
+ </gco:aName>
1107
+ </gco:TypeName>
1108
+ </gfc:valueType>
1109
+ </gfc:FC_FeatureAttribute>
1110
+ </gfc:carrierOfCharacteristics>
1111
+ <gfc:carrierOfCharacteristics>
1112
+ <gfc:FC_FeatureAttribute>
1113
+ <gfc:memberName>
1114
+ <gco:LocalName>PTOT_30_34</gco:LocalName>
1115
+ </gfc:memberName>
1116
+ <gfc:cardinality gco:nilReason="unknown"/>
1117
+ <gfc:valueType>
1118
+ <gco:TypeName>
1119
+ <gco:aName>
1120
+ <gco:CharacterString>Double</gco:CharacterString>
1121
+ </gco:aName>
1122
+ </gco:TypeName>
1123
+ </gfc:valueType>
1124
+ </gfc:FC_FeatureAttribute>
1125
+ </gfc:carrierOfCharacteristics>
1126
+ <gfc:carrierOfCharacteristics>
1127
+ <gfc:FC_FeatureAttribute>
1128
+ <gfc:memberName>
1129
+ <gco:LocalName>PTOT_35_39</gco:LocalName>
1130
+ </gfc:memberName>
1131
+ <gfc:cardinality gco:nilReason="unknown"/>
1132
+ <gfc:valueType>
1133
+ <gco:TypeName>
1134
+ <gco:aName>
1135
+ <gco:CharacterString>Double</gco:CharacterString>
1136
+ </gco:aName>
1137
+ </gco:TypeName>
1138
+ </gfc:valueType>
1139
+ </gfc:FC_FeatureAttribute>
1140
+ </gfc:carrierOfCharacteristics>
1141
+ <gfc:carrierOfCharacteristics>
1142
+ <gfc:FC_FeatureAttribute>
1143
+ <gfc:memberName>
1144
+ <gco:LocalName>PTOT_40_44</gco:LocalName>
1145
+ </gfc:memberName>
1146
+ <gfc:cardinality gco:nilReason="unknown"/>
1147
+ <gfc:valueType>
1148
+ <gco:TypeName>
1149
+ <gco:aName>
1150
+ <gco:CharacterString>Double</gco:CharacterString>
1151
+ </gco:aName>
1152
+ </gco:TypeName>
1153
+ </gfc:valueType>
1154
+ </gfc:FC_FeatureAttribute>
1155
+ </gfc:carrierOfCharacteristics>
1156
+ <gfc:carrierOfCharacteristics>
1157
+ <gfc:FC_FeatureAttribute>
1158
+ <gfc:memberName>
1159
+ <gco:LocalName>PTOT_45_49</gco:LocalName>
1160
+ </gfc:memberName>
1161
+ <gfc:cardinality gco:nilReason="unknown"/>
1162
+ <gfc:valueType>
1163
+ <gco:TypeName>
1164
+ <gco:aName>
1165
+ <gco:CharacterString>Double</gco:CharacterString>
1166
+ </gco:aName>
1167
+ </gco:TypeName>
1168
+ </gfc:valueType>
1169
+ </gfc:FC_FeatureAttribute>
1170
+ </gfc:carrierOfCharacteristics>
1171
+ <gfc:carrierOfCharacteristics>
1172
+ <gfc:FC_FeatureAttribute>
1173
+ <gfc:memberName>
1174
+ <gco:LocalName>PTOT_50_54</gco:LocalName>
1175
+ </gfc:memberName>
1176
+ <gfc:cardinality gco:nilReason="unknown"/>
1177
+ <gfc:valueType>
1178
+ <gco:TypeName>
1179
+ <gco:aName>
1180
+ <gco:CharacterString>Double</gco:CharacterString>
1181
+ </gco:aName>
1182
+ </gco:TypeName>
1183
+ </gfc:valueType>
1184
+ </gfc:FC_FeatureAttribute>
1185
+ </gfc:carrierOfCharacteristics>
1186
+ <gfc:carrierOfCharacteristics>
1187
+ <gfc:FC_FeatureAttribute>
1188
+ <gfc:memberName>
1189
+ <gco:LocalName>PTOT_55_59</gco:LocalName>
1190
+ </gfc:memberName>
1191
+ <gfc:cardinality gco:nilReason="unknown"/>
1192
+ <gfc:valueType>
1193
+ <gco:TypeName>
1194
+ <gco:aName>
1195
+ <gco:CharacterString>Double</gco:CharacterString>
1196
+ </gco:aName>
1197
+ </gco:TypeName>
1198
+ </gfc:valueType>
1199
+ </gfc:FC_FeatureAttribute>
1200
+ </gfc:carrierOfCharacteristics>
1201
+ <gfc:carrierOfCharacteristics>
1202
+ <gfc:FC_FeatureAttribute>
1203
+ <gfc:memberName>
1204
+ <gco:LocalName>PTOT_60_64</gco:LocalName>
1205
+ </gfc:memberName>
1206
+ <gfc:cardinality gco:nilReason="unknown"/>
1207
+ <gfc:valueType>
1208
+ <gco:TypeName>
1209
+ <gco:aName>
1210
+ <gco:CharacterString>Double</gco:CharacterString>
1211
+ </gco:aName>
1212
+ </gco:TypeName>
1213
+ </gfc:valueType>
1214
+ </gfc:FC_FeatureAttribute>
1215
+ </gfc:carrierOfCharacteristics>
1216
+ <gfc:carrierOfCharacteristics>
1217
+ <gfc:FC_FeatureAttribute>
1218
+ <gfc:memberName>
1219
+ <gco:LocalName>PTOT_65_69</gco:LocalName>
1220
+ </gfc:memberName>
1221
+ <gfc:cardinality gco:nilReason="unknown"/>
1222
+ <gfc:valueType>
1223
+ <gco:TypeName>
1224
+ <gco:aName>
1225
+ <gco:CharacterString>Double</gco:CharacterString>
1226
+ </gco:aName>
1227
+ </gco:TypeName>
1228
+ </gfc:valueType>
1229
+ </gfc:FC_FeatureAttribute>
1230
+ </gfc:carrierOfCharacteristics>
1231
+ <gfc:carrierOfCharacteristics>
1232
+ <gfc:FC_FeatureAttribute>
1233
+ <gfc:memberName>
1234
+ <gco:LocalName>PTOT_70_74</gco:LocalName>
1235
+ </gfc:memberName>
1236
+ <gfc:cardinality gco:nilReason="unknown"/>
1237
+ <gfc:valueType>
1238
+ <gco:TypeName>
1239
+ <gco:aName>
1240
+ <gco:CharacterString>Double</gco:CharacterString>
1241
+ </gco:aName>
1242
+ </gco:TypeName>
1243
+ </gfc:valueType>
1244
+ </gfc:FC_FeatureAttribute>
1245
+ </gfc:carrierOfCharacteristics>
1246
+ <gfc:carrierOfCharacteristics>
1247
+ <gfc:FC_FeatureAttribute>
1248
+ <gfc:memberName>
1249
+ <gco:LocalName>PTOT_75_79</gco:LocalName>
1250
+ </gfc:memberName>
1251
+ <gfc:cardinality gco:nilReason="unknown"/>
1252
+ <gfc:valueType>
1253
+ <gco:TypeName>
1254
+ <gco:aName>
1255
+ <gco:CharacterString>Double</gco:CharacterString>
1256
+ </gco:aName>
1257
+ </gco:TypeName>
1258
+ </gfc:valueType>
1259
+ </gfc:FC_FeatureAttribute>
1260
+ </gfc:carrierOfCharacteristics>
1261
+ <gfc:carrierOfCharacteristics>
1262
+ <gfc:FC_FeatureAttribute>
1263
+ <gfc:memberName>
1264
+ <gco:LocalName>PTOT_80PLU</gco:LocalName>
1265
+ </gfc:memberName>
1266
+ <gfc:cardinality gco:nilReason="unknown"/>
1267
+ <gfc:valueType>
1268
+ <gco:TypeName>
1269
+ <gco:aName>
1270
+ <gco:CharacterString>Double</gco:CharacterString>
1271
+ </gco:aName>
1272
+ </gco:TypeName>
1273
+ </gfc:valueType>
1274
+ </gfc:FC_FeatureAttribute>
1275
+ </gfc:carrierOfCharacteristics>
1276
+ <gfc:carrierOfCharacteristics>
1277
+ <gfc:FC_FeatureAttribute>
1278
+ <gfc:memberName>
1279
+ <gco:LocalName>PMALE</gco:LocalName>
1280
+ </gfc:memberName>
1281
+ <gfc:cardinality gco:nilReason="unknown"/>
1282
+ <gfc:valueType>
1283
+ <gco:TypeName>
1284
+ <gco:aName>
1285
+ <gco:CharacterString>Double</gco:CharacterString>
1286
+ </gco:aName>
1287
+ </gco:TypeName>
1288
+ </gfc:valueType>
1289
+ </gfc:FC_FeatureAttribute>
1290
+ </gfc:carrierOfCharacteristics>
1291
+ <gfc:carrierOfCharacteristics>
1292
+ <gfc:FC_FeatureAttribute>
1293
+ <gfc:memberName>
1294
+ <gco:LocalName>PMAL_0_4</gco:LocalName>
1295
+ </gfc:memberName>
1296
+ <gfc:cardinality gco:nilReason="unknown"/>
1297
+ <gfc:valueType>
1298
+ <gco:TypeName>
1299
+ <gco:aName>
1300
+ <gco:CharacterString>Double</gco:CharacterString>
1301
+ </gco:aName>
1302
+ </gco:TypeName>
1303
+ </gfc:valueType>
1304
+ </gfc:FC_FeatureAttribute>
1305
+ </gfc:carrierOfCharacteristics>
1306
+ <gfc:carrierOfCharacteristics>
1307
+ <gfc:FC_FeatureAttribute>
1308
+ <gfc:memberName>
1309
+ <gco:LocalName>PMAL_5_9</gco:LocalName>
1310
+ </gfc:memberName>
1311
+ <gfc:cardinality gco:nilReason="unknown"/>
1312
+ <gfc:valueType>
1313
+ <gco:TypeName>
1314
+ <gco:aName>
1315
+ <gco:CharacterString>Double</gco:CharacterString>
1316
+ </gco:aName>
1317
+ </gco:TypeName>
1318
+ </gfc:valueType>
1319
+ </gfc:FC_FeatureAttribute>
1320
+ </gfc:carrierOfCharacteristics>
1321
+ <gfc:carrierOfCharacteristics>
1322
+ <gfc:FC_FeatureAttribute>
1323
+ <gfc:memberName>
1324
+ <gco:LocalName>PMAL_10_14</gco:LocalName>
1325
+ </gfc:memberName>
1326
+ <gfc:cardinality gco:nilReason="unknown"/>
1327
+ <gfc:valueType>
1328
+ <gco:TypeName>
1329
+ <gco:aName>
1330
+ <gco:CharacterString>Double</gco:CharacterString>
1331
+ </gco:aName>
1332
+ </gco:TypeName>
1333
+ </gfc:valueType>
1334
+ </gfc:FC_FeatureAttribute>
1335
+ </gfc:carrierOfCharacteristics>
1336
+ <gfc:carrierOfCharacteristics>
1337
+ <gfc:FC_FeatureAttribute>
1338
+ <gfc:memberName>
1339
+ <gco:LocalName>PMAL_15_19</gco:LocalName>
1340
+ </gfc:memberName>
1341
+ <gfc:cardinality gco:nilReason="unknown"/>
1342
+ <gfc:valueType>
1343
+ <gco:TypeName>
1344
+ <gco:aName>
1345
+ <gco:CharacterString>Double</gco:CharacterString>
1346
+ </gco:aName>
1347
+ </gco:TypeName>
1348
+ </gfc:valueType>
1349
+ </gfc:FC_FeatureAttribute>
1350
+ </gfc:carrierOfCharacteristics>
1351
+ <gfc:carrierOfCharacteristics>
1352
+ <gfc:FC_FeatureAttribute>
1353
+ <gfc:memberName>
1354
+ <gco:LocalName>PMAL_20_24</gco:LocalName>
1355
+ </gfc:memberName>
1356
+ <gfc:cardinality gco:nilReason="unknown"/>
1357
+ <gfc:valueType>
1358
+ <gco:TypeName>
1359
+ <gco:aName>
1360
+ <gco:CharacterString>Double</gco:CharacterString>
1361
+ </gco:aName>
1362
+ </gco:TypeName>
1363
+ </gfc:valueType>
1364
+ </gfc:FC_FeatureAttribute>
1365
+ </gfc:carrierOfCharacteristics>
1366
+ <gfc:carrierOfCharacteristics>
1367
+ <gfc:FC_FeatureAttribute>
1368
+ <gfc:memberName>
1369
+ <gco:LocalName>PMAL_25_29</gco:LocalName>
1370
+ </gfc:memberName>
1371
+ <gfc:cardinality gco:nilReason="unknown"/>
1372
+ <gfc:valueType>
1373
+ <gco:TypeName>
1374
+ <gco:aName>
1375
+ <gco:CharacterString>Double</gco:CharacterString>
1376
+ </gco:aName>
1377
+ </gco:TypeName>
1378
+ </gfc:valueType>
1379
+ </gfc:FC_FeatureAttribute>
1380
+ </gfc:carrierOfCharacteristics>
1381
+ <gfc:carrierOfCharacteristics>
1382
+ <gfc:FC_FeatureAttribute>
1383
+ <gfc:memberName>
1384
+ <gco:LocalName>PMAL_30_34</gco:LocalName>
1385
+ </gfc:memberName>
1386
+ <gfc:cardinality gco:nilReason="unknown"/>
1387
+ <gfc:valueType>
1388
+ <gco:TypeName>
1389
+ <gco:aName>
1390
+ <gco:CharacterString>Double</gco:CharacterString>
1391
+ </gco:aName>
1392
+ </gco:TypeName>
1393
+ </gfc:valueType>
1394
+ </gfc:FC_FeatureAttribute>
1395
+ </gfc:carrierOfCharacteristics>
1396
+ <gfc:carrierOfCharacteristics>
1397
+ <gfc:FC_FeatureAttribute>
1398
+ <gfc:memberName>
1399
+ <gco:LocalName>PMAL_35_39</gco:LocalName>
1400
+ </gfc:memberName>
1401
+ <gfc:cardinality gco:nilReason="unknown"/>
1402
+ <gfc:valueType>
1403
+ <gco:TypeName>
1404
+ <gco:aName>
1405
+ <gco:CharacterString>Double</gco:CharacterString>
1406
+ </gco:aName>
1407
+ </gco:TypeName>
1408
+ </gfc:valueType>
1409
+ </gfc:FC_FeatureAttribute>
1410
+ </gfc:carrierOfCharacteristics>
1411
+ <gfc:carrierOfCharacteristics>
1412
+ <gfc:FC_FeatureAttribute>
1413
+ <gfc:memberName>
1414
+ <gco:LocalName>PMAL_40_44</gco:LocalName>
1415
+ </gfc:memberName>
1416
+ <gfc:cardinality gco:nilReason="unknown"/>
1417
+ <gfc:valueType>
1418
+ <gco:TypeName>
1419
+ <gco:aName>
1420
+ <gco:CharacterString>Double</gco:CharacterString>
1421
+ </gco:aName>
1422
+ </gco:TypeName>
1423
+ </gfc:valueType>
1424
+ </gfc:FC_FeatureAttribute>
1425
+ </gfc:carrierOfCharacteristics>
1426
+ <gfc:carrierOfCharacteristics>
1427
+ <gfc:FC_FeatureAttribute>
1428
+ <gfc:memberName>
1429
+ <gco:LocalName>PMAL_45_49</gco:LocalName>
1430
+ </gfc:memberName>
1431
+ <gfc:cardinality gco:nilReason="unknown"/>
1432
+ <gfc:valueType>
1433
+ <gco:TypeName>
1434
+ <gco:aName>
1435
+ <gco:CharacterString>Double</gco:CharacterString>
1436
+ </gco:aName>
1437
+ </gco:TypeName>
1438
+ </gfc:valueType>
1439
+ </gfc:FC_FeatureAttribute>
1440
+ </gfc:carrierOfCharacteristics>
1441
+ <gfc:carrierOfCharacteristics>
1442
+ <gfc:FC_FeatureAttribute>
1443
+ <gfc:memberName>
1444
+ <gco:LocalName>PMAL_50_54</gco:LocalName>
1445
+ </gfc:memberName>
1446
+ <gfc:cardinality gco:nilReason="unknown"/>
1447
+ <gfc:valueType>
1448
+ <gco:TypeName>
1449
+ <gco:aName>
1450
+ <gco:CharacterString>Double</gco:CharacterString>
1451
+ </gco:aName>
1452
+ </gco:TypeName>
1453
+ </gfc:valueType>
1454
+ </gfc:FC_FeatureAttribute>
1455
+ </gfc:carrierOfCharacteristics>
1456
+ <gfc:carrierOfCharacteristics>
1457
+ <gfc:FC_FeatureAttribute>
1458
+ <gfc:memberName>
1459
+ <gco:LocalName>PMAL_55_59</gco:LocalName>
1460
+ </gfc:memberName>
1461
+ <gfc:cardinality gco:nilReason="unknown"/>
1462
+ <gfc:valueType>
1463
+ <gco:TypeName>
1464
+ <gco:aName>
1465
+ <gco:CharacterString>Double</gco:CharacterString>
1466
+ </gco:aName>
1467
+ </gco:TypeName>
1468
+ </gfc:valueType>
1469
+ </gfc:FC_FeatureAttribute>
1470
+ </gfc:carrierOfCharacteristics>
1471
+ <gfc:carrierOfCharacteristics>
1472
+ <gfc:FC_FeatureAttribute>
1473
+ <gfc:memberName>
1474
+ <gco:LocalName>PMAL_60_64</gco:LocalName>
1475
+ </gfc:memberName>
1476
+ <gfc:cardinality gco:nilReason="unknown"/>
1477
+ <gfc:valueType>
1478
+ <gco:TypeName>
1479
+ <gco:aName>
1480
+ <gco:CharacterString>Double</gco:CharacterString>
1481
+ </gco:aName>
1482
+ </gco:TypeName>
1483
+ </gfc:valueType>
1484
+ </gfc:FC_FeatureAttribute>
1485
+ </gfc:carrierOfCharacteristics>
1486
+ <gfc:carrierOfCharacteristics>
1487
+ <gfc:FC_FeatureAttribute>
1488
+ <gfc:memberName>
1489
+ <gco:LocalName>PMAL_65_69</gco:LocalName>
1490
+ </gfc:memberName>
1491
+ <gfc:cardinality gco:nilReason="unknown"/>
1492
+ <gfc:valueType>
1493
+ <gco:TypeName>
1494
+ <gco:aName>
1495
+ <gco:CharacterString>Double</gco:CharacterString>
1496
+ </gco:aName>
1497
+ </gco:TypeName>
1498
+ </gfc:valueType>
1499
+ </gfc:FC_FeatureAttribute>
1500
+ </gfc:carrierOfCharacteristics>
1501
+ <gfc:carrierOfCharacteristics>
1502
+ <gfc:FC_FeatureAttribute>
1503
+ <gfc:memberName>
1504
+ <gco:LocalName>PMAL_70_74</gco:LocalName>
1505
+ </gfc:memberName>
1506
+ <gfc:cardinality gco:nilReason="unknown"/>
1507
+ <gfc:valueType>
1508
+ <gco:TypeName>
1509
+ <gco:aName>
1510
+ <gco:CharacterString>Double</gco:CharacterString>
1511
+ </gco:aName>
1512
+ </gco:TypeName>
1513
+ </gfc:valueType>
1514
+ </gfc:FC_FeatureAttribute>
1515
+ </gfc:carrierOfCharacteristics>
1516
+ <gfc:carrierOfCharacteristics>
1517
+ <gfc:FC_FeatureAttribute>
1518
+ <gfc:memberName>
1519
+ <gco:LocalName>PMAL_75_79</gco:LocalName>
1520
+ </gfc:memberName>
1521
+ <gfc:cardinality gco:nilReason="unknown"/>
1522
+ <gfc:valueType>
1523
+ <gco:TypeName>
1524
+ <gco:aName>
1525
+ <gco:CharacterString>Double</gco:CharacterString>
1526
+ </gco:aName>
1527
+ </gco:TypeName>
1528
+ </gfc:valueType>
1529
+ </gfc:FC_FeatureAttribute>
1530
+ </gfc:carrierOfCharacteristics>
1531
+ <gfc:carrierOfCharacteristics>
1532
+ <gfc:FC_FeatureAttribute>
1533
+ <gfc:memberName>
1534
+ <gco:LocalName>PMAL_80PLU</gco:LocalName>
1535
+ </gfc:memberName>
1536
+ <gfc:cardinality gco:nilReason="unknown"/>
1537
+ <gfc:valueType>
1538
+ <gco:TypeName>
1539
+ <gco:aName>
1540
+ <gco:CharacterString>Double</gco:CharacterString>
1541
+ </gco:aName>
1542
+ </gco:TypeName>
1543
+ </gfc:valueType>
1544
+ </gfc:FC_FeatureAttribute>
1545
+ </gfc:carrierOfCharacteristics>
1546
+ <gfc:carrierOfCharacteristics>
1547
+ <gfc:FC_FeatureAttribute>
1548
+ <gfc:memberName>
1549
+ <gco:LocalName>PFEMALE</gco:LocalName>
1550
+ </gfc:memberName>
1551
+ <gfc:cardinality gco:nilReason="unknown"/>
1552
+ <gfc:valueType>
1553
+ <gco:TypeName>
1554
+ <gco:aName>
1555
+ <gco:CharacterString>Double</gco:CharacterString>
1556
+ </gco:aName>
1557
+ </gco:TypeName>
1558
+ </gfc:valueType>
1559
+ </gfc:FC_FeatureAttribute>
1560
+ </gfc:carrierOfCharacteristics>
1561
+ <gfc:carrierOfCharacteristics>
1562
+ <gfc:FC_FeatureAttribute>
1563
+ <gfc:memberName>
1564
+ <gco:LocalName>PFEM_0_4</gco:LocalName>
1565
+ </gfc:memberName>
1566
+ <gfc:cardinality gco:nilReason="unknown"/>
1567
+ <gfc:valueType>
1568
+ <gco:TypeName>
1569
+ <gco:aName>
1570
+ <gco:CharacterString>Double</gco:CharacterString>
1571
+ </gco:aName>
1572
+ </gco:TypeName>
1573
+ </gfc:valueType>
1574
+ </gfc:FC_FeatureAttribute>
1575
+ </gfc:carrierOfCharacteristics>
1576
+ <gfc:carrierOfCharacteristics>
1577
+ <gfc:FC_FeatureAttribute>
1578
+ <gfc:memberName>
1579
+ <gco:LocalName>PFEM_5_9</gco:LocalName>
1580
+ </gfc:memberName>
1581
+ <gfc:cardinality gco:nilReason="unknown"/>
1582
+ <gfc:valueType>
1583
+ <gco:TypeName>
1584
+ <gco:aName>
1585
+ <gco:CharacterString>Double</gco:CharacterString>
1586
+ </gco:aName>
1587
+ </gco:TypeName>
1588
+ </gfc:valueType>
1589
+ </gfc:FC_FeatureAttribute>
1590
+ </gfc:carrierOfCharacteristics>
1591
+ <gfc:carrierOfCharacteristics>
1592
+ <gfc:FC_FeatureAttribute>
1593
+ <gfc:memberName>
1594
+ <gco:LocalName>PFEM_10_14</gco:LocalName>
1595
+ </gfc:memberName>
1596
+ <gfc:cardinality gco:nilReason="unknown"/>
1597
+ <gfc:valueType>
1598
+ <gco:TypeName>
1599
+ <gco:aName>
1600
+ <gco:CharacterString>Double</gco:CharacterString>
1601
+ </gco:aName>
1602
+ </gco:TypeName>
1603
+ </gfc:valueType>
1604
+ </gfc:FC_FeatureAttribute>
1605
+ </gfc:carrierOfCharacteristics>
1606
+ <gfc:carrierOfCharacteristics>
1607
+ <gfc:FC_FeatureAttribute>
1608
+ <gfc:memberName>
1609
+ <gco:LocalName>PFEM_15_19</gco:LocalName>
1610
+ </gfc:memberName>
1611
+ <gfc:cardinality gco:nilReason="unknown"/>
1612
+ <gfc:valueType>
1613
+ <gco:TypeName>
1614
+ <gco:aName>
1615
+ <gco:CharacterString>Double</gco:CharacterString>
1616
+ </gco:aName>
1617
+ </gco:TypeName>
1618
+ </gfc:valueType>
1619
+ </gfc:FC_FeatureAttribute>
1620
+ </gfc:carrierOfCharacteristics>
1621
+ <gfc:carrierOfCharacteristics>
1622
+ <gfc:FC_FeatureAttribute>
1623
+ <gfc:memberName>
1624
+ <gco:LocalName>PFEM_20_24</gco:LocalName>
1625
+ </gfc:memberName>
1626
+ <gfc:cardinality gco:nilReason="unknown"/>
1627
+ <gfc:valueType>
1628
+ <gco:TypeName>
1629
+ <gco:aName>
1630
+ <gco:CharacterString>Double</gco:CharacterString>
1631
+ </gco:aName>
1632
+ </gco:TypeName>
1633
+ </gfc:valueType>
1634
+ </gfc:FC_FeatureAttribute>
1635
+ </gfc:carrierOfCharacteristics>
1636
+ <gfc:carrierOfCharacteristics>
1637
+ <gfc:FC_FeatureAttribute>
1638
+ <gfc:memberName>
1639
+ <gco:LocalName>PFEM_25_29</gco:LocalName>
1640
+ </gfc:memberName>
1641
+ <gfc:cardinality gco:nilReason="unknown"/>
1642
+ <gfc:valueType>
1643
+ <gco:TypeName>
1644
+ <gco:aName>
1645
+ <gco:CharacterString>Double</gco:CharacterString>
1646
+ </gco:aName>
1647
+ </gco:TypeName>
1648
+ </gfc:valueType>
1649
+ </gfc:FC_FeatureAttribute>
1650
+ </gfc:carrierOfCharacteristics>
1651
+ <gfc:carrierOfCharacteristics>
1652
+ <gfc:FC_FeatureAttribute>
1653
+ <gfc:memberName>
1654
+ <gco:LocalName>PFEM_30_34</gco:LocalName>
1655
+ </gfc:memberName>
1656
+ <gfc:cardinality gco:nilReason="unknown"/>
1657
+ <gfc:valueType>
1658
+ <gco:TypeName>
1659
+ <gco:aName>
1660
+ <gco:CharacterString>Double</gco:CharacterString>
1661
+ </gco:aName>
1662
+ </gco:TypeName>
1663
+ </gfc:valueType>
1664
+ </gfc:FC_FeatureAttribute>
1665
+ </gfc:carrierOfCharacteristics>
1666
+ <gfc:carrierOfCharacteristics>
1667
+ <gfc:FC_FeatureAttribute>
1668
+ <gfc:memberName>
1669
+ <gco:LocalName>PFEM_35_39</gco:LocalName>
1670
+ </gfc:memberName>
1671
+ <gfc:cardinality gco:nilReason="unknown"/>
1672
+ <gfc:valueType>
1673
+ <gco:TypeName>
1674
+ <gco:aName>
1675
+ <gco:CharacterString>Double</gco:CharacterString>
1676
+ </gco:aName>
1677
+ </gco:TypeName>
1678
+ </gfc:valueType>
1679
+ </gfc:FC_FeatureAttribute>
1680
+ </gfc:carrierOfCharacteristics>
1681
+ <gfc:carrierOfCharacteristics>
1682
+ <gfc:FC_FeatureAttribute>
1683
+ <gfc:memberName>
1684
+ <gco:LocalName>PFEM_40_44</gco:LocalName>
1685
+ </gfc:memberName>
1686
+ <gfc:cardinality gco:nilReason="unknown"/>
1687
+ <gfc:valueType>
1688
+ <gco:TypeName>
1689
+ <gco:aName>
1690
+ <gco:CharacterString>Double</gco:CharacterString>
1691
+ </gco:aName>
1692
+ </gco:TypeName>
1693
+ </gfc:valueType>
1694
+ </gfc:FC_FeatureAttribute>
1695
+ </gfc:carrierOfCharacteristics>
1696
+ <gfc:carrierOfCharacteristics>
1697
+ <gfc:FC_FeatureAttribute>
1698
+ <gfc:memberName>
1699
+ <gco:LocalName>PFEM_45_49</gco:LocalName>
1700
+ </gfc:memberName>
1701
+ <gfc:cardinality gco:nilReason="unknown"/>
1702
+ <gfc:valueType>
1703
+ <gco:TypeName>
1704
+ <gco:aName>
1705
+ <gco:CharacterString>Double</gco:CharacterString>
1706
+ </gco:aName>
1707
+ </gco:TypeName>
1708
+ </gfc:valueType>
1709
+ </gfc:FC_FeatureAttribute>
1710
+ </gfc:carrierOfCharacteristics>
1711
+ <gfc:carrierOfCharacteristics>
1712
+ <gfc:FC_FeatureAttribute>
1713
+ <gfc:memberName>
1714
+ <gco:LocalName>PFEM_50_54</gco:LocalName>
1715
+ </gfc:memberName>
1716
+ <gfc:cardinality gco:nilReason="unknown"/>
1717
+ <gfc:valueType>
1718
+ <gco:TypeName>
1719
+ <gco:aName>
1720
+ <gco:CharacterString>Double</gco:CharacterString>
1721
+ </gco:aName>
1722
+ </gco:TypeName>
1723
+ </gfc:valueType>
1724
+ </gfc:FC_FeatureAttribute>
1725
+ </gfc:carrierOfCharacteristics>
1726
+ <gfc:carrierOfCharacteristics>
1727
+ <gfc:FC_FeatureAttribute>
1728
+ <gfc:memberName>
1729
+ <gco:LocalName>PFEM_55_59</gco:LocalName>
1730
+ </gfc:memberName>
1731
+ <gfc:cardinality gco:nilReason="unknown"/>
1732
+ <gfc:valueType>
1733
+ <gco:TypeName>
1734
+ <gco:aName>
1735
+ <gco:CharacterString>Double</gco:CharacterString>
1736
+ </gco:aName>
1737
+ </gco:TypeName>
1738
+ </gfc:valueType>
1739
+ </gfc:FC_FeatureAttribute>
1740
+ </gfc:carrierOfCharacteristics>
1741
+ <gfc:carrierOfCharacteristics>
1742
+ <gfc:FC_FeatureAttribute>
1743
+ <gfc:memberName>
1744
+ <gco:LocalName>PFEM_60_64</gco:LocalName>
1745
+ </gfc:memberName>
1746
+ <gfc:cardinality gco:nilReason="unknown"/>
1747
+ <gfc:valueType>
1748
+ <gco:TypeName>
1749
+ <gco:aName>
1750
+ <gco:CharacterString>Double</gco:CharacterString>
1751
+ </gco:aName>
1752
+ </gco:TypeName>
1753
+ </gfc:valueType>
1754
+ </gfc:FC_FeatureAttribute>
1755
+ </gfc:carrierOfCharacteristics>
1756
+ <gfc:carrierOfCharacteristics>
1757
+ <gfc:FC_FeatureAttribute>
1758
+ <gfc:memberName>
1759
+ <gco:LocalName>PFEM_65_69</gco:LocalName>
1760
+ </gfc:memberName>
1761
+ <gfc:cardinality gco:nilReason="unknown"/>
1762
+ <gfc:valueType>
1763
+ <gco:TypeName>
1764
+ <gco:aName>
1765
+ <gco:CharacterString>Double</gco:CharacterString>
1766
+ </gco:aName>
1767
+ </gco:TypeName>
1768
+ </gfc:valueType>
1769
+ </gfc:FC_FeatureAttribute>
1770
+ </gfc:carrierOfCharacteristics>
1771
+ <gfc:carrierOfCharacteristics>
1772
+ <gfc:FC_FeatureAttribute>
1773
+ <gfc:memberName>
1774
+ <gco:LocalName>PFEM_70_74</gco:LocalName>
1775
+ </gfc:memberName>
1776
+ <gfc:cardinality gco:nilReason="unknown"/>
1777
+ <gfc:valueType>
1778
+ <gco:TypeName>
1779
+ <gco:aName>
1780
+ <gco:CharacterString>Double</gco:CharacterString>
1781
+ </gco:aName>
1782
+ </gco:TypeName>
1783
+ </gfc:valueType>
1784
+ </gfc:FC_FeatureAttribute>
1785
+ </gfc:carrierOfCharacteristics>
1786
+ <gfc:carrierOfCharacteristics>
1787
+ <gfc:FC_FeatureAttribute>
1788
+ <gfc:memberName>
1789
+ <gco:LocalName>PFEM_75_79</gco:LocalName>
1790
+ </gfc:memberName>
1791
+ <gfc:cardinality gco:nilReason="unknown"/>
1792
+ <gfc:valueType>
1793
+ <gco:TypeName>
1794
+ <gco:aName>
1795
+ <gco:CharacterString>Double</gco:CharacterString>
1796
+ </gco:aName>
1797
+ </gco:TypeName>
1798
+ </gfc:valueType>
1799
+ </gfc:FC_FeatureAttribute>
1800
+ </gfc:carrierOfCharacteristics>
1801
+ <gfc:carrierOfCharacteristics>
1802
+ <gfc:FC_FeatureAttribute>
1803
+ <gfc:memberName>
1804
+ <gco:LocalName>PFEM_80PLU</gco:LocalName>
1805
+ </gfc:memberName>
1806
+ <gfc:cardinality gco:nilReason="unknown"/>
1807
+ <gfc:valueType>
1808
+ <gco:TypeName>
1809
+ <gco:aName>
1810
+ <gco:CharacterString>Double</gco:CharacterString>
1811
+ </gco:aName>
1812
+ </gco:TypeName>
1813
+ </gfc:valueType>
1814
+ </gfc:FC_FeatureAttribute>
1815
+ </gfc:carrierOfCharacteristics>
1816
+ </gfc:FC_FeatureType>
1817
+ </gfc:featureType>
1818
+ </gfc:FC_FeatureCatalogue>
1819
+ </rdf:Description>
1820
+ </rdf:RDF>