geoblacklight 1.5.1 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +7 -3
  3. data/app/assets/javascripts/geoblacklight/geoblacklight.js +1 -1
  4. data/app/assets/javascripts/geoblacklight/modules/metadata.js +7 -0
  5. data/app/assets/javascripts/geoblacklight/modules/metadata_download_button.js +58 -0
  6. data/app/assets/javascripts/geoblacklight/modules/results.js +10 -15
  7. data/app/assets/stylesheets/geoblacklight/_geoblacklight.scss +3 -2
  8. data/app/assets/stylesheets/geoblacklight/modules/metadata.scss +27 -3
  9. data/app/assets/stylesheets/geoblacklight/modules/metadata_content.scss +38 -0
  10. data/app/assets/stylesheets/geoblacklight/modules/metadata_markup.scss +9 -0
  11. data/app/assets/stylesheets/geoblacklight/modules/metadata_missing.scss +7 -0
  12. data/app/helpers/geoblacklight_helper.rb +24 -0
  13. data/app/presenters/geoblacklight/document_presenter.rb +2 -1
  14. data/app/views/catalog/_metadata.html.erb +21 -6
  15. data/app/views/catalog/metadata/_content.html.erb +3 -0
  16. data/app/views/catalog/metadata/_markup.html.erb +8 -0
  17. data/app/views/catalog/metadata/_missing.html.erb +6 -0
  18. data/app/views/catalog/metadata.js.erb +8 -4
  19. data/config/locales/geoblacklight.en.yml +1 -0
  20. data/geoblacklight.gemspec +4 -1
  21. data/lib/generators/geoblacklight/templates/settings.yml +2 -2
  22. data/lib/geoblacklight/engine.rb +2 -1
  23. data/lib/geoblacklight/metadata/base.rb +88 -0
  24. data/lib/geoblacklight/metadata/fgdc.rb +14 -0
  25. data/lib/geoblacklight/metadata/iso19139.rb +14 -0
  26. data/lib/geoblacklight/metadata.rb +12 -31
  27. data/lib/geoblacklight/metadata_transformer/base.rb +49 -0
  28. data/lib/geoblacklight/metadata_transformer/fgdc.rb +16 -0
  29. data/lib/geoblacklight/metadata_transformer/iso19139.rb +16 -0
  30. data/lib/geoblacklight/metadata_transformer.rb +33 -0
  31. data/lib/geoblacklight/references.rb +14 -0
  32. data/lib/geoblacklight/version.rb +1 -1
  33. data/lib/geoblacklight/view_helper_override.rb +3 -2
  34. data/lib/geoblacklight.rb +7 -0
  35. data/spec/features/download_layer_spec.rb +5 -2
  36. data/spec/features/layer_inspection_spec.rb +1 -1
  37. data/spec/features/metadata_panel_spec.rb +15 -4
  38. data/spec/features/saved_searches_spec.rb +1 -1
  39. data/spec/features/split_view.html.erb_spec.rb +2 -2
  40. data/spec/fixtures/solr_documents/harvard_raster.json +2 -2
  41. data/spec/fixtures/solr_documents/public_iiif_princeton.json +1 -1
  42. data/spec/helpers/{geoblacklight_helpers_spec.rb → geoblacklight_helper_spec.rb} +54 -0
  43. data/spec/javascripts/geoblacklight_spec.js +4 -0
  44. data/spec/javascripts/metadata_download_button_spec.js +14 -0
  45. data/spec/lib/geoblacklight/metadata/base_spec.rb +85 -0
  46. data/spec/lib/geoblacklight/metadata_spec.rb +26 -18
  47. data/spec/lib/geoblacklight/metadata_transformer/base_spec.rb +35 -0
  48. data/spec/lib/geoblacklight/metadata_transformer/fgdc_spec.rb +23 -0
  49. data/spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb +23 -0
  50. data/spec/lib/geoblacklight/metadata_transformer_spec.rb +69 -0
  51. data/spec/lib/geoblacklight/references_spec.rb +12 -1
  52. data/spec/lib/geoblacklight/view_helper_override_spec.rb +1 -0
  53. data/spec/spec_helper.rb +11 -8
  54. data/spec/test_app_templates/lib/generators/test_app_generator.rb +2 -0
  55. data/spec/test_app_templates/metadata/fgdc.html +129 -0
  56. data/spec/test_app_templates/metadata/fgdc.xml +145 -0
  57. data/spec/test_app_templates/metadata/iso.html +275 -0
  58. data/spec/test_app_templates/metadata/iso.xml +511 -0
  59. data/spec/test_app_templates/solr_documents +1 -1
  60. metadata +83 -7
  61. data/app/assets/stylesheets/geoblacklight/modules/coderay.scss +0 -147
@@ -0,0 +1,511 @@
1
+ <gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:geonet="http://www.fao.org/geonetwork" xmlns:csw="http://www.opengis.net/cat/csw/2.0.2">
2
+ <gmd:fileIdentifier>
3
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">00c157ae-7ff4-4b4f-ba14-f3d999f9af0d</gco:CharacterString>
4
+ </gmd:fileIdentifier>
5
+ <gmd:language>
6
+ <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng" codeSpace="ISO639-2"/>
7
+ </gmd:language>
8
+ <gmd:characterSet>
9
+ <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
10
+ </gmd:characterSet>
11
+ <gmd:hierarchyLevel>
12
+ <gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115"/>
13
+ </gmd:hierarchyLevel>
14
+ <gmd:hierarchyLevelName>
15
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">dataset</gco:CharacterString>
16
+ </gmd:hierarchyLevelName>
17
+ <gmd:contact>
18
+ <gmd:CI_ResponsibleParty>
19
+ <gmd:organisationName>
20
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">PA DEP, Bureau of Abandoned Mine Reclamation</gco:CharacterString>
21
+ </gmd:organisationName>
22
+ <gmd:contactInfo>
23
+ <gmd:CI_Contact>
24
+ <gmd:phone>
25
+ <gmd:CI_Telephone>
26
+ <gmd:voice>
27
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">717 787-7669</gco:CharacterString>
28
+ </gmd:voice>
29
+ </gmd:CI_Telephone>
30
+ </gmd:phone>
31
+ <gmd:address>
32
+ <gmd:CI_Address>
33
+ <gmd:deliveryPoint>
34
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">400 Market Street</gco:CharacterString>
35
+ </gmd:deliveryPoint>
36
+ <gmd:city>
37
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Harrisburg</gco:CharacterString>
38
+ </gmd:city>
39
+ <gmd:administrativeArea>
40
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">PA</gco:CharacterString>
41
+ </gmd:administrativeArea>
42
+ <gmd:postalCode>
43
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">17105</gco:CharacterString>
44
+ </gmd:postalCode>
45
+ <gmd:country>
46
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">US</gco:CharacterString>
47
+ </gmd:country>
48
+ </gmd:CI_Address>
49
+ </gmd:address>
50
+ </gmd:CI_Contact>
51
+ </gmd:contactInfo>
52
+ <gmd:role>
53
+ <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115"/>
54
+ </gmd:role>
55
+ </gmd:CI_ResponsibleParty>
56
+ </gmd:contact>
57
+ <gmd:dateStamp>
58
+ <gco:DateTime xmlns:gco="http://www.isotc211.org/2005/gco">2016-09-02T15:11:03</gco:DateTime>
59
+ </gmd:dateStamp>
60
+ <gmd:metadataStandardName>
61
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
62
+ </gmd:metadataStandardName>
63
+ <gmd:metadataStandardVersion>
64
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">2007</gco:CharacterString>
65
+ </gmd:metadataStandardVersion>
66
+ <gmd:dataSetURI>
67
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">AMLInventoryPolys2016_04</gco:CharacterString>
68
+ </gmd:dataSetURI>
69
+ <gmd:spatialRepresentationInfo>
70
+ <gmd:MD_VectorSpatialRepresentation>
71
+ <gmd:geometricObjects>
72
+ <gmd:MD_GeometricObjects>
73
+ <gmd:geometricObjectCount>
74
+ <gco:Integer xmlns:gco="http://www.isotc211.org/2005/gco">21441</gco:Integer>
75
+ </gmd:geometricObjectCount>
76
+ </gmd:MD_GeometricObjects>
77
+ </gmd:geometricObjects>
78
+ </gmd:MD_VectorSpatialRepresentation>
79
+ </gmd:spatialRepresentationInfo>
80
+ <gmd:identificationInfo>
81
+ <gmd:MD_DataIdentification>
82
+ <gmd:citation>
83
+ <gmd:CI_Citation>
84
+ <gmd:title>
85
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Abandoned Mine Land Inventory Polygons: Pennsylvania, 2016</gco:CharacterString>
86
+ </gmd:title>
87
+ <gmd:date>
88
+ <gmd:CI_Date>
89
+ <gmd:date>
90
+ <gco:Date xmlns:gco="http://www.isotc211.org/2005/gco">2016-04-01</gco:Date>
91
+ </gmd:date>
92
+ <gmd:dateType>
93
+ <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115"/>
94
+ </gmd:dateType>
95
+ </gmd:CI_Date>
96
+ </gmd:date>
97
+ <gmd:identifier>
98
+ <gmd:MD_Identifier>
99
+ <gmd:code>
100
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">urn-00c157ae-7ff4-4b4f-ba14-f3d999f9af0d</gco:CharacterString>
101
+ </gmd:code>
102
+ </gmd:MD_Identifier>
103
+ </gmd:identifier>
104
+ <gmd:citedResponsibleParty>
105
+ <gmd:CI_ResponsibleParty>
106
+ <gmd:organisationName>
107
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Pennsylvania Department of Environmental Protection</gco:CharacterString>
108
+ </gmd:organisationName>
109
+ <gmd:contactInfo>
110
+ <gmd:CI_Contact>
111
+ <gmd:address>
112
+ <gmd:CI_Address>
113
+ <gmd:deliveryPoint>
114
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">RCSOB</gco:CharacterString>
115
+ </gmd:deliveryPoint>
116
+ </gmd:CI_Address>
117
+ </gmd:address>
118
+ </gmd:CI_Contact>
119
+ </gmd:contactInfo>
120
+ <gmd:role>
121
+ <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115"/>
122
+ </gmd:role>
123
+ </gmd:CI_ResponsibleParty>
124
+ </gmd:citedResponsibleParty>
125
+ <gmd:citedResponsibleParty>
126
+ <gmd:CI_ResponsibleParty>
127
+ <gmd:organisationName>
128
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Pennsylvania Department of Environmental Protection</gco:CharacterString>
129
+ </gmd:organisationName>
130
+ <gmd:role>
131
+ <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115"/>
132
+ </gmd:role>
133
+ </gmd:CI_ResponsibleParty>
134
+ </gmd:citedResponsibleParty>
135
+ <gmd:presentationForm>
136
+ <gmd:CI_PresentationFormCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115"/>
137
+ </gmd:presentationForm>
138
+ <gmd:otherCitationDetails>
139
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Mixed</gco:CharacterString>
140
+ </gmd:otherCitationDetails>
141
+ <gmd:collectiveTitle>
142
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Pennsylvania Spatial Data Access (PASDA)</gco:CharacterString>
143
+ </gmd:collectiveTitle>
144
+ </gmd:CI_Citation>
145
+ </gmd:citation>
146
+ <gmd:abstract>
147
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">This data set portrays the approximate location of Abandoned Mine Land Problem Areas containing public health, safety, and public welfare problems created by past coal mining. It is a subset of data contained in the Office of Surface Mining (OSM) Abandoned Mine Land Inventory. This layer identifies AML Polygons representing specific areas to large to be represented by points within the entire, AML Inventory Site, examples include AML dangerous highwalls.</gco:CharacterString>
148
+ </gmd:abstract>
149
+ <gmd:purpose>
150
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">This data set provides information needed to implement Title IV Abandoned Mine Reclamation, of the Surface Mining Control and Reclamation Act (SMCRA) of 1977. One of the major uses of this data set is for the reporting of annual Abandoned Mine Land Program accomplishments to Congress. In addition, the data is used in the National Atlas of the United States for geographic display and analysis at the national level, and for large regional areas.</gco:CharacterString>
151
+ </gmd:purpose>
152
+ <gmd:credit>
153
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Department of Environmental Protection</gco:CharacterString>
154
+ </gmd:credit>
155
+ <gmd:status>
156
+ <gmd:MD_ProgressCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115"/>
157
+ </gmd:status>
158
+ <gmd:pointOfContact>
159
+ <gmd:CI_ResponsibleParty>
160
+ <gmd:organisationName>
161
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">PA DEP, Geospatial Data Center</gco:CharacterString>
162
+ </gmd:organisationName>
163
+ <gmd:contactInfo>
164
+ <gmd:CI_Contact>
165
+ <gmd:address>
166
+ <gmd:CI_Address>
167
+ <gmd:electronicMailAddress>
168
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">ra-epgeospatialdatacenter@state.pa.us</gco:CharacterString>
169
+ </gmd:electronicMailAddress>
170
+ </gmd:CI_Address>
171
+ </gmd:address>
172
+ </gmd:CI_Contact>
173
+ </gmd:contactInfo>
174
+ <gmd:role>
175
+ <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115"/>
176
+ </gmd:role>
177
+ </gmd:CI_ResponsibleParty>
178
+ </gmd:pointOfContact>
179
+ <gmd:resourceMaintenance>
180
+ <gmd:MD_MaintenanceInformation>
181
+ <gmd:maintenanceAndUpdateFrequency>
182
+ <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="continual" codeSpace="ISOTC211/19115"/>
183
+ </gmd:maintenanceAndUpdateFrequency>
184
+ </gmd:MD_MaintenanceInformation>
185
+ </gmd:resourceMaintenance>
186
+ <gmd:resourceConstraints>
187
+ <gmd:MD_Constraints>
188
+ <gmd:useLimitation>
189
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Commonwealth of Pennsylvania, Department of Environmental Protection Disclaimer for Data The user shall save the Commonwealth harmless from any suits, claims, or actions arising out of the use of the data files or accompanying documentation, or arising out of any defects in the datafiles or accompanying documentation. The Commonwealth excludes any and all implied warranties and makes no warranty or representation with respect to the data files or accompanying documentation, including quality, performance, merchantability, or fits for a particular purpose. These data files and documentation are provided "as is" and the user assumes the entire risk as to their quality and performance.</gco:CharacterString>
190
+ </gmd:useLimitation>
191
+ </gmd:MD_Constraints>
192
+ </gmd:resourceConstraints>
193
+ <gmd:resourceConstraints>
194
+ <gmd:MD_LegalConstraints>
195
+ <gmd:useLimitation>
196
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">The USER shall indemnify, save harmless, and, if requested, defend those parties involved with the development and distribution of this data, their officers, agents, and employees from and against any suits, claims, or actions for injury, death, or property damage arising out of the use of or any defect in the FILES or any accompanying documentation. Those parties involved with the development and distribution excluded any and all implied warranties, including warranties or merchantability and fitness for a particular purpose and makes no warranty or representation, either express or implied, with respect to the FILES or accompanying documentation, including its quality, performance, merchantability, or fitness for a particular purpose. The FILES and documentation are provided "as is" and the USER assumes the entire risk as to its quality and performance. Those parties involved with the development and distribution of this data will not be liable for any direct, indirect, special, incidental, or consequential damages arising out of the use or inability to use the FILES or any accompanying documentation.</gco:CharacterString>
197
+ </gmd:useLimitation>
198
+ <gmd:useLimitation>
199
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Not for commercial use or resale. The User shall save the Commonwealth harmless from any suits, claims or actions arising out of the use of the data files or accompanying documentation, or arising out of any defect in the data files or accompanying documentation. The Commonwealth excludes any and all implied warranties and makes no warranty or representation with respect to the data files or accompanying documentation, including quality, performance, merchantability, or fitness for a particular purpose. These data files and documentation are provided AS IS and the User assumes the entire risk as to their quality and performance Those parties involved with the development and distribution of this data will not be liable for any direct, indirect, special, incidental, or consequential damages arising out of the use or inability to use the FILES or any accompanying documentation</gco:CharacterString>
200
+ </gmd:useLimitation>
201
+ </gmd:MD_LegalConstraints>
202
+ </gmd:resourceConstraints>
203
+ <gmd:resourceConstraints>
204
+ <gmd:MD_SecurityConstraints>
205
+ <gmd:classification>
206
+ <gmd:MD_ClassificationCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ClassificationCode" codeListValue="unclassified" codeSpace="ISOTC211/19115"/>
207
+ </gmd:classification>
208
+ </gmd:MD_SecurityConstraints>
209
+ </gmd:resourceConstraints>
210
+ <gmd:aggregationInfo>
211
+ <gmd:MD_AggregateInformation>
212
+ <gmd:associationType>
213
+ <gmd:DS_AssociationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115"/>
214
+ </gmd:associationType>
215
+ </gmd:MD_AggregateInformation>
216
+ </gmd:aggregationInfo>
217
+ <gmd:spatialRepresentationType>
218
+ <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115"/>
219
+ </gmd:spatialRepresentationType>
220
+ <gmd:language>
221
+ <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng" codeSpace="ISO639-2"/>
222
+ </gmd:language>
223
+ <gmd:characterSet>
224
+ <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
225
+ </gmd:characterSet>
226
+ <gmd:topicCategory>
227
+ <gmd:MD_TopicCategoryCode>economy</gmd:MD_TopicCategoryCode>
228
+ </gmd:topicCategory>
229
+ <gmd:topicCategory>
230
+ <gmd:MD_TopicCategoryCode>health</gmd:MD_TopicCategoryCode>
231
+ </gmd:topicCategory>
232
+ <gmd:environmentDescription>
233
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 3; ESRI ArcCatalog 9.3.1.4000</gco:CharacterString>
234
+ </gmd:environmentDescription>
235
+ <gmd:extent>
236
+ <gmd:EX_Extent>
237
+ <gmd:geographicElement>
238
+ <gmd:EX_GeographicBoundingBox>
239
+ <gmd:westBoundLongitude>
240
+ <gco:Decimal xmlns:gco="http://www.isotc211.org/2005/gco">-80.581888</gco:Decimal>
241
+ </gmd:westBoundLongitude>
242
+ <gmd:eastBoundLongitude>
243
+ <gco:Decimal xmlns:gco="http://www.isotc211.org/2005/gco">-75.435593</gco:Decimal>
244
+ </gmd:eastBoundLongitude>
245
+ <gmd:southBoundLatitude>
246
+ <gco:Decimal xmlns:gco="http://www.isotc211.org/2005/gco">39.699659</gco:Decimal>
247
+ </gmd:southBoundLatitude>
248
+ <gmd:northBoundLatitude>
249
+ <gco:Decimal xmlns:gco="http://www.isotc211.org/2005/gco">41.914002</gco:Decimal>
250
+ </gmd:northBoundLatitude>
251
+ </gmd:EX_GeographicBoundingBox>
252
+ </gmd:geographicElement>
253
+ </gmd:EX_Extent>
254
+ </gmd:extent>
255
+ <gmd:extent>
256
+ <gmd:EX_Extent>
257
+ <gmd:description>
258
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">publication date</gco:CharacterString>
259
+ </gmd:description>
260
+ <gmd:temporalElement>
261
+ <gmd:EX_TemporalExtent>
262
+ <gmd:extent>
263
+ <gml:TimePeriod xmlns:gml="http://www.opengis.net/gml">
264
+ <gml:beginPosition>2016</gml:beginPosition>
265
+ <gml:endPosition>2016</gml:endPosition>
266
+ </gml:TimePeriod>
267
+ </gmd:extent>
268
+ </gmd:EX_TemporalExtent>
269
+ </gmd:temporalElement>
270
+ </gmd:EX_Extent>
271
+ </gmd:extent>
272
+ <gmd:descriptiveKeywords>
273
+ <gmd:MD_Keywords>
274
+ <gmd:type>
275
+ <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="place"/>
276
+ </gmd:type>
277
+ <gmd:keyword>
278
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Pennsylvania, United States</gco:CharacterString>
279
+ </gmd:keyword>
280
+ </gmd:MD_Keywords>
281
+ </gmd:descriptiveKeywords>
282
+ <gmd:descriptiveKeywords>
283
+ <gmd:MD_Keywords>
284
+ <gmd:type>
285
+ <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="theme"/>
286
+ </gmd:type>
287
+ <gmd:keyword>
288
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Coal</gco:CharacterString>
289
+ </gmd:keyword>
290
+ <gmd:keyword>
291
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Mining</gco:CharacterString>
292
+ </gmd:keyword>
293
+ </gmd:MD_Keywords>
294
+ </gmd:descriptiveKeywords>
295
+ </gmd:MD_DataIdentification>
296
+ </gmd:identificationInfo>
297
+ <gmd:distributionInfo>
298
+ <gmd:MD_Distribution>
299
+ <gmd:distributor>
300
+ <gmd:MD_Distributor>
301
+ <gmd:distributorContact>
302
+ <gmd:CI_ResponsibleParty>
303
+ <gmd:organisationName>
304
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">PA DEP, Bureau of Abandoned Mine Reclamation</gco:CharacterString>
305
+ </gmd:organisationName>
306
+ <gmd:contactInfo>
307
+ <gmd:CI_Contact>
308
+ <gmd:phone>
309
+ <gmd:CI_Telephone>
310
+ <gmd:voice>
311
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">717 787-7669</gco:CharacterString>
312
+ </gmd:voice>
313
+ </gmd:CI_Telephone>
314
+ </gmd:phone>
315
+ <gmd:address>
316
+ <gmd:CI_Address>
317
+ <gmd:deliveryPoint>
318
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">400 Market Street</gco:CharacterString>
319
+ </gmd:deliveryPoint>
320
+ <gmd:city>
321
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Harrisburg</gco:CharacterString>
322
+ </gmd:city>
323
+ <gmd:administrativeArea>
324
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">PA</gco:CharacterString>
325
+ </gmd:administrativeArea>
326
+ <gmd:postalCode>
327
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">17105</gco:CharacterString>
328
+ </gmd:postalCode>
329
+ <gmd:country>
330
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">US</gco:CharacterString>
331
+ </gmd:country>
332
+ </gmd:CI_Address>
333
+ </gmd:address>
334
+ </gmd:CI_Contact>
335
+ </gmd:contactInfo>
336
+ <gmd:role>
337
+ <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115"/>
338
+ </gmd:role>
339
+ </gmd:CI_ResponsibleParty>
340
+ </gmd:distributorContact>
341
+ </gmd:MD_Distributor>
342
+ </gmd:distributor>
343
+ <gmd:distributor>
344
+ <gmd:MD_Distributor>
345
+ <gmd:distributorContact>
346
+ <gmd:CI_ResponsibleParty>
347
+ <gmd:organisationName>
348
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Pennsylvania Spatial Data Access (PASDA)</gco:CharacterString>
349
+ </gmd:organisationName>
350
+ <gmd:contactInfo>
351
+ <gmd:CI_Contact>
352
+ <gmd:phone>
353
+ <gmd:CI_Telephone>
354
+ <gmd:voice>
355
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">(814) 865 - 8792</gco:CharacterString>
356
+ </gmd:voice>
357
+ </gmd:CI_Telephone>
358
+ </gmd:phone>
359
+ <gmd:address>
360
+ <gmd:CI_Address>
361
+ <gmd:deliveryPoint>
362
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">115 Land and Water building</gco:CharacterString>
363
+ </gmd:deliveryPoint>
364
+ <gmd:city>
365
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">University Park</gco:CharacterString>
366
+ </gmd:city>
367
+ <gmd:administrativeArea>
368
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Pennsylvania</gco:CharacterString>
369
+ </gmd:administrativeArea>
370
+ <gmd:postalCode>
371
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">16802</gco:CharacterString>
372
+ </gmd:postalCode>
373
+ <gmd:country>
374
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">US</gco:CharacterString>
375
+ </gmd:country>
376
+ <gmd:electronicMailAddress>
377
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">pasda@psu.edu</gco:CharacterString>
378
+ </gmd:electronicMailAddress>
379
+ </gmd:CI_Address>
380
+ </gmd:address>
381
+ </gmd:CI_Contact>
382
+ </gmd:contactInfo>
383
+ <gmd:role>
384
+ <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115"/>
385
+ </gmd:role>
386
+ </gmd:CI_ResponsibleParty>
387
+ </gmd:distributorContact>
388
+ </gmd:MD_Distributor>
389
+ </gmd:distributor>
390
+ <gmd:transferOptions>
391
+ <gmd:MD_DigitalTransferOptions>
392
+ <gmd:onLine>
393
+ <gmd:CI_OnlineResource>
394
+ <gmd:linkage>
395
+ <gmd:URL>http://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=459</gmd:URL>
396
+ </gmd:linkage>
397
+ <gmd:protocol>
398
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">WWW:LINK</gco:CharacterString>
399
+ </gmd:protocol>
400
+ </gmd:CI_OnlineResource>
401
+ </gmd:onLine>
402
+ </gmd:MD_DigitalTransferOptions>
403
+ </gmd:transferOptions>
404
+ </gmd:MD_Distribution>
405
+ </gmd:distributionInfo>
406
+ <gmd:dataQualityInfo>
407
+ <gmd:DQ_DataQuality>
408
+ <gmd:scope>
409
+ <gmd:DQ_Scope>
410
+ <gmd:level>
411
+ <gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115"/>
412
+ </gmd:level>
413
+ </gmd:DQ_Scope>
414
+ </gmd:scope>
415
+ <gmd:report>
416
+ <gmd:DQ_CompletenessOmission>
417
+ <gmd:measureDescription>
418
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">All presently known Abandoned Mine Lands are represented in the dataset at this time.</gco:CharacterString>
419
+ </gmd:measureDescription>
420
+ </gmd:DQ_CompletenessOmission>
421
+ </gmd:report>
422
+ <gmd:lineage>
423
+ <gmd:LI_Lineage>
424
+ <gmd:processStep>
425
+ <gmd:LI_ProcessStep>
426
+ <gmd:description>
427
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Presently data is collected partly via hand drawn maps that are then converted to a digital format or the data is received from field offices in a shapefile format.</gco:CharacterString>
428
+ </gmd:description>
429
+ </gmd:LI_ProcessStep>
430
+ </gmd:processStep>
431
+ <gmd:source>
432
+ <gmd:LI_Source>
433
+ <gmd:sourceExtent>
434
+ <gmd:EX_Extent>
435
+ <gmd:description>
436
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">ground condition</gco:CharacterString>
437
+ </gmd:description>
438
+ </gmd:EX_Extent>
439
+ </gmd:sourceExtent>
440
+ </gmd:LI_Source>
441
+ </gmd:source>
442
+ </gmd:LI_Lineage>
443
+ </gmd:lineage>
444
+ </gmd:DQ_DataQuality>
445
+ </gmd:dataQualityInfo>
446
+ <gmd:metadataConstraints>
447
+ <gmd:MD_Constraints>
448
+ <gmd:useLimitation>
449
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">None</gco:CharacterString>
450
+ </gmd:useLimitation>
451
+ </gmd:MD_Constraints>
452
+ </gmd:metadataConstraints>
453
+ <gmd:metadataConstraints>
454
+ <gmd:MD_LegalConstraints>
455
+ <gmd:accessConstraints>
456
+ <gmd:MD_RestrictionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions" codeSpace="ISOTC211/19115"/>
457
+ </gmd:accessConstraints>
458
+ <gmd:otherConstraints>
459
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">None</gco:CharacterString>
460
+ </gmd:otherConstraints>
461
+ </gmd:MD_LegalConstraints>
462
+ </gmd:metadataConstraints>
463
+ <gmd:metadataConstraints>
464
+ <gmd:MD_SecurityConstraints>
465
+ <gmd:classification>
466
+ <gmd:MD_ClassificationCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ClassificationCode" codeListValue="unclassified" codeSpace="ISOTC211/19115"/>
467
+ </gmd:classification>
468
+ </gmd:MD_SecurityConstraints>
469
+ </gmd:metadataConstraints>
470
+ <gmd:metadataMaintenance>
471
+ <gmd:MD_MaintenanceInformation>
472
+ <gmd:maintenanceNote>
473
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Metadata was translated into ISO 19139 for inclusion in the Big Ten Academic Alliance Geoportal</gco:CharacterString>
474
+ </gmd:maintenanceNote>
475
+ <gmd:contact>
476
+ <gmd:CI_ResponsibleParty>
477
+ <gmd:organisationName>
478
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Pennsylvania State University Libraries</gco:CharacterString>
479
+ </gmd:organisationName>
480
+ <gmd:contactInfo>
481
+ <gmd:CI_Contact>
482
+ <gmd:address>
483
+ <gmd:CI_Address>
484
+ <gmd:deliveryPoint>
485
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Donald W. Hamer Maps and Geospatial Information Center, 1 Central Pattee. The Pennsylvania State University</gco:CharacterString>
486
+ </gmd:deliveryPoint>
487
+ <gmd:city>
488
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">University Park</gco:CharacterString>
489
+ </gmd:city>
490
+ <gmd:administrativeArea>
491
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">PA</gco:CharacterString>
492
+ </gmd:administrativeArea>
493
+ <gmd:postalCode>
494
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">16802</gco:CharacterString>
495
+ </gmd:postalCode>
496
+ <gmd:electronicMailAddress>
497
+ <gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">UL-Maps@lists.psu.edu</gco:CharacterString>
498
+ </gmd:electronicMailAddress>
499
+ </gmd:CI_Address>
500
+ </gmd:address>
501
+ </gmd:CI_Contact>
502
+ </gmd:contactInfo>
503
+ <gmd:role>
504
+ <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115"/>
505
+ </gmd:role>
506
+ </gmd:CI_ResponsibleParty>
507
+ </gmd:contact>
508
+ </gmd:MD_MaintenanceInformation>
509
+ </gmd:metadataMaintenance>
510
+ </gmd:MD_Metadata>
511
+
@@ -1 +1 @@
1
- ../fixtures/solr_documents
1
+ spec/test_app_templates/../fixtures/solr_documents