geoblacklight_sidecar_images 0.9.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +7 -7
  3. data/.solr_wrapper.yml +0 -1
  4. data/README.md +13 -19
  5. data/app/assets/stylesheets/geoblacklight_sidecar_images/modules/_results.scss +32 -8
  6. data/app/models/concerns/wms_rewrite_concern.rb +1 -1
  7. data/app/services/geoblacklight_sidecar_images/image_service/wms.rb +1 -1
  8. data/app/services/geoblacklight_sidecar_images/image_service.rb +1 -1
  9. data/geoblacklight_sidecar_images.gemspec +7 -7
  10. data/lib/generators/geoblacklight_sidecar_images/config_generator.rb +1 -1
  11. data/lib/generators/geoblacklight_sidecar_images/helpers_generator.rb +21 -0
  12. data/lib/generators/geoblacklight_sidecar_images/install_generator.rb +7 -1
  13. data/lib/generators/geoblacklight_sidecar_images/jobs_generator.rb +1 -1
  14. data/lib/generators/geoblacklight_sidecar_images/models_generator.rb +1 -1
  15. data/lib/generators/geoblacklight_sidecar_images/templates/helpers/blacklight/layout_helper_behavior.rb +110 -0
  16. data/lib/generators/geoblacklight_sidecar_images/templates/views/catalog/_index_split_default.html.erb +25 -24
  17. data/lib/geoblacklight_sidecar_images/version.rb +1 -1
  18. data/lib/tasks/geoblacklight_sidecar_images_tasks.rake +1 -1
  19. data/solr/conf/schema.xml +60 -58
  20. data/solr/conf/solrconfig.xml +29 -29
  21. data/spec/fixtures/files/actual-polygon1.json +33 -18
  22. data/spec/fixtures/files/esri-dynamic-layer-all-layers.json +34 -25
  23. data/spec/fixtures/files/esri-image-map-layer.json +36 -26
  24. data/spec/fixtures/files/esri-tiled_map_layer.json +33 -18
  25. data/spec/fixtures/files/placeholder.json +38 -0
  26. data/spec/fixtures/files/public_iiif_princeton.json +41 -26
  27. data/spec/fixtures/files/umich_iiif_jpg.json +48 -25
  28. data/spec/fixtures/files/umn_iiif_jpg.json +57 -28
  29. data/spec/fixtures/files/umn_solr_thumb.json +59 -31
  30. data/spec/jobs/store_image_job_spec.rb +1 -1
  31. data/spec/lib/tasks/geoblacklight_sidecar_images_spec.rb +0 -1
  32. data/spec/models/solr_document_sidecar_spec.rb +1 -1
  33. data/spec/models/solr_document_spec.rb +1 -1
  34. data/spec/services/image_service_spec.rb +11 -1
  35. data/spec/spec_helper.rb +23 -10
  36. data/spec/test_app_templates/Gemfile.extra +2 -1
  37. data/template.rb +4 -4
  38. metadata +24 -56
  39. data/app/assets/stylesheets/geoblacklight_sidecar_images/application.scss +0 -10
  40. data/lib/generators/geoblacklight_sidecar_images/templates/gblsci.scss +0 -3
  41. data/spec/fixtures/files/actual-papermap1.json +0 -23
  42. data/spec/fixtures/files/actual-point1.json +0 -37
  43. data/spec/fixtures/files/actual-raster1.json +0 -38
  44. data/spec/fixtures/files/b1g_thumbnail.json +0 -42
  45. data/spec/fixtures/files/baruch_ancestor1.json +0 -46
  46. data/spec/fixtures/files/baruch_ancestor2.json +0 -46
  47. data/spec/fixtures/files/baruch_documentation_download.json +0 -49
  48. data/spec/fixtures/files/bbox-spans-180.json +0 -20
  49. data/spec/fixtures/files/cornell_html_metadata.json +0 -42
  50. data/spec/fixtures/files/esri-dynamic-layer-single-layer.json +0 -40
  51. data/spec/fixtures/files/esri-feature-layer.json +0 -46
  52. data/spec/fixtures/files/esri-wms-layer.json +0 -33
  53. data/spec/fixtures/files/harvard_raster.json +0 -44
  54. data/spec/fixtures/files/iiif-eastern-hemisphere.json +0 -30
  55. data/spec/fixtures/files/index-map-polygon-no-downloadurl.json +0 -37
  56. data/spec/fixtures/files/index-map-polygon.json +0 -37
  57. data/spec/fixtures/files/index-map-stanford.json +0 -37
  58. data/spec/fixtures/files/index_map_point.json +0 -27
  59. data/spec/fixtures/files/no_spatial.json +0 -21
  60. data/spec/fixtures/files/princeton-child1.json +0 -30
  61. data/spec/fixtures/files/princeton-child2.json +0 -30
  62. data/spec/fixtures/files/princeton-child3.json +0 -30
  63. data/spec/fixtures/files/princeton-child4.json +0 -30
  64. data/spec/fixtures/files/princeton-parent.json +0 -25
  65. data/spec/fixtures/files/public_direct_download.json +0 -34
  66. data/spec/fixtures/files/public_polygon_mit.json +0 -27
  67. data/spec/fixtures/files/restricted-line.json +0 -37
  68. data/spec/fixtures/files/umn_metro_result1.json +0 -41
  69. data/spec/fixtures/files/umn_metro_result2.json +0 -35
  70. data/spec/fixtures/files/umn_state_result1.json +0 -38
  71. data/spec/fixtures/files/umn_state_result2.json +0 -38
  72. data/spec/fixtures/files/uva_slug_colon.json +0 -25
  73. data/spec/rails_helper.rb +0 -59
data/solr/conf/schema.xml CHANGED
@@ -1,24 +1,39 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <schema name="geoblacklight-schema" version="1.7">
3
- <uniqueKey>layer_slug_s</uniqueKey>
2
+ <schema name="geoblacklight-schema" version="4.0">
3
+ <uniqueKey>id</uniqueKey>
4
4
  <fields>
5
5
  <field name="_version_" type="long" stored="true" indexed="true"/>
6
6
  <field name="timestamp" type="date" stored="true" indexed="true" default="NOW"/>
7
- <field name="layer_slug_s" type="string" stored="true" indexed="true" required="true"/>
8
- <field name="geoblacklight_version" type="string" stored="true" indexed="true"/>
9
- <field name="uuid" type="string" stored="true" indexed="true"/><!-- deprecated -->
7
+ <field name="id" type="string" stored="true" indexed="true" required="true"/>
10
8
 
11
9
  <!-- core generated fields -->
12
10
  <field name="text" type="text_en" stored="false" indexed="true" multiValued="true"
13
11
  termVectors="true" termPositions="true" termOffsets="true" />
14
12
 
13
+ <!-- Spatial Field Type: Represents the exent of the resource and powers map search functionality.
14
+ Value can be any valid WKT or ENVELOPE String:
15
+ <field name="locn_geometry">POLYGON((1 8, 1 9, 2 9, 2 8, 1 8))</field>
16
+ <field name="locn_geometry">ENVELOPE(-117.312, -115.39, 84.31, 83.1)</field> -->
17
+ <field name="locn_geometry" type="location_geo3d" stored="true" indexed="true"/>
18
+
19
+ <!-- Spatial Field Type: The bounding box of the resource. Used in overlap ratio boosting.
20
+ Value must be an ENVELOPE String:
21
+ <field name="dcat_bbox">ENVELOPE(-117.312, -115.39, 84.31, 83.1)</field> -->
22
+ <field name="dcat_bbox" type="location_rpt" stored="true" indexed="true"/>
23
+
24
+ <!-- Spatial Field Type: Used to display the center point of a resource. -->
25
+ <field name="dcat_centroid" type="location" stored="true" indexed="true"/>
26
+
27
+ <!-- Spatial Field Type: Internal field used for overlap ratio boosting. -->
28
+ <field name="solr_bboxtype" type="bbox" stored="true" indexed="true"/>
29
+
15
30
  <!-- dynamic field with simple types by suffix -->
16
31
  <dynamicField name="*_b" type="boolean" stored="true" indexed="true"/>
17
32
  <dynamicField name="*_d" type="double" stored="true" indexed="true"/>
18
33
  <dynamicField name="*_dt" type="date" stored="true" indexed="true"/>
19
34
  <dynamicField name="*_f" type="float" stored="true" indexed="true"/>
20
35
  <dynamicField name="*_i" type="int" stored="true" indexed="true"/>
21
- <dynamicField name="*_im" type="int" stored="true" indexed="true" multiValued="true" />
36
+ <dynamicField name="*_im" type="int" stored="true" indexed="true" multiValued="true" sortMissingLast="true" />
22
37
  <dynamicField name="*_l" type="long" stored="true" indexed="true"/>
23
38
  <dynamicField name="*_s" type="string" stored="true" indexed="true"/>
24
39
  <dynamicField name="*_ss" type="string" stored="true" indexed="false"/>
@@ -43,29 +58,8 @@
43
58
 
44
59
  <dynamicField name="*suggest" type="textSuggest" indexed="true" stored="false" multiValued="true" />
45
60
 
46
- <!-- Spatial field types:
47
-
48
- Solr3:
49
- <field name="my_pt">83.1,-117.312</field>
50
- as (y,x)
51
-
52
- Solr4:
53
-
54
- <field name="my_bbox">-117.312 83.1 -115.39 84.31</field>
55
- as (W S E N)
56
-
57
- <field name="my_geom">ENVELOPE(-117.312, -115.39, 84.31, 83.1)</field>
58
- as (W E N S)
59
-
60
- <field name="my_jts">POLYGON((1 8, 1 9, 2 9, 2 8, 1 8))</field>
61
- as WKT for point, linestring, polygon
62
-
63
- -->
64
- <dynamicField name="*_pt" type="location" stored="true" indexed="true"/>
65
- <dynamicField name="*_bbox" type="location_rpt" stored="true" indexed="true"/><!-- deprecated -->
66
- <dynamicField name="*_geom" type="location_rpt" stored="true" indexed="true"/>
67
- <dynamicField name="*_bboxtype" type="bbox" stored="true" indexed="true"/>
68
-
61
+ <!-- date range (_drsim) -->
62
+ <dynamicField name="*_drsim" type="dateRange" stored="true" indexed="true" multiValued="true"/>
69
63
  </fields>
70
64
 
71
65
  <types>
@@ -82,6 +76,9 @@
82
76
  A Trie based date field for faster date range queries and date faceting. -->
83
77
  <fieldType name="date" class="solr.TrieDateField" precisionStep="6" positionIncrementGap="0"/>
84
78
 
79
+ <!-- A DateRange based date field for truly faster date range queries. -->
80
+ <fieldType name="dateRange" class="solr.DateRangeField"/>
81
+
85
82
  <!--Binary data type. The data should be sent/retrieved in as Base64 encoded Strings -->
86
83
  <fieldtype name="binary" class="solr.BinaryField"/>
87
84
 
@@ -140,10 +137,17 @@
140
137
  </fieldType>
141
138
 
142
139
  <!-- Spatial field types -->
143
- <fieldType name="location" class="solr.LatLonType" subFieldSuffix="_d"/>
144
-
140
+ <fieldType name="location" class="solr.LatLonPointSpatialField" docValues="true"/>
145
141
  <fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType"
146
- geo="true" distErrPct="0.025" maxDistErr="0.001" distanceUnits="kilometers" />
142
+ geo="true" distErrPct="0.025" maxDistErr="0.001" distanceUnits="kilometers"/>
143
+ <fieldType name="location_geo3d"
144
+ class="solr.SpatialRecursivePrefixTreeFieldType"
145
+ spatialContextFactory="Geo3D"
146
+ prefixTree="s2"
147
+ geo="true"
148
+ maxDistErr="0.001"
149
+ planetModel="WGS84"/>
150
+
147
151
  <!-- Adding field type for bboxField that enables, among other things, overlap ratio calculations -->
148
152
  <fieldType name="bbox" class="solr.BBoxField"
149
153
  geo="true" distanceUnits="kilometers" numberType="pdouble" />
@@ -153,44 +157,42 @@
153
157
  <!-- for scoring formula -->
154
158
  <copyField source="dct_spatial_sm" dest="dct_spatial_tmi" maxChars="10000"/>
155
159
  <copyField source="dct_temporal_sm" dest="dct_temporal_tmi" maxChars="10000"/>
156
- <copyField source="dc_creator_sm" dest="dc_creator_tmi" maxChars="1000"/>
157
- <copyField source="dc_description_s" dest="dc_description_ti" maxChars="10000"/>
158
- <copyField source="dc_format_s" dest="dc_format_ti" maxChars="100"/>
159
- <copyField source="dc_identifier_s" dest="dc_identifier_ti" maxChars="100"/>
160
- <copyField source="dc_publisher_s" dest="dc_publisher_ti" maxChars="1000"/>
161
- <copyField source="dc_rights_s" dest="dc_rights_ti" maxChars="100"/>
162
- <copyField source="dct_provenance_s" dest="dct_provenance_ti" maxChars="1000"/>
163
- <copyField source="dc_subject_sm" dest="dc_subject_tmi" maxChars="10000"/>
164
- <copyField source="dc_title_s" dest="dc_title_ti" maxChars="1000"/>
160
+ <copyField source="dct_creator_sm" dest="dct_creator_tmi" maxChars="1000"/>
161
+ <copyField source="dct_description_sm" dest="dct_description_tmi" maxChars="10000"/>
162
+ <copyField source="dct_format_s" dest="dct_format_ti" maxChars="100"/>
163
+ <copyField source="dct_identifier_sm" dest="dct_identifier_tmi" maxChars="100"/>
164
+ <copyField source="dct_publisher_sm" dest="dct_publisher_tmi" maxChars="1000"/>
165
+ <copyField source="dct_accessRights_s" dest="dct_accessRights_ti" maxChars="100"/>
166
+ <copyField source="schema_provider_s" dest="dct_provider_ti" maxChars="1000"/>
167
+ <copyField source="dct_subject_sm" dest="dct_subject_tmi" maxChars="10000"/>
168
+ <copyField source="dct_title_s" dest="dct_title_ti" maxChars="1000"/>
165
169
  <copyField source="dct_isPartOf_sm" dest="dct_isPartOf_tmi" maxChars="1000"/>
166
- <copyField source="layer_geom_type_s" dest="layer_geom_type_ti" maxChars="100"/>
167
- <copyField source="layer_slug_s" dest="layer_slug_ti" maxChars="100"/>
170
+ <copyField source="id" dest="layer_slug_ti" maxChars="100"/>
168
171
 
169
172
  <!-- core text search -->
170
173
  <copyField source="*_s" dest="text" />
171
174
  <copyField source="*_sm" dest="text" />
172
175
 
173
176
  <!-- for sorting text fields -->
174
- <copyField source="dct_provenance_s" dest="dct_provenance_sort"/>
175
- <copyField source="dc_publisher_s" dest="dc_publisher_sort"/>
176
- <copyField source="dc_title_s" dest="dc_title_sort"/>
177
+ <copyField source="schema_provider_s" dest="schema_provider_sort"/>
178
+ <copyField source="dct_title_s" dest="dct_title_sort"/>
177
179
 
178
180
  <!-- for spell checking -->
179
- <copyField source="dc_title_s" dest="spell"/>
180
- <copyField source="dc_creator_sm" dest="spell"/>
181
- <copyField source="dc_publisher_s" dest="spell"/>
182
- <copyField source="dct_provenance_s" dest="spell"/>
183
- <copyField source="dc_subject_sm" dest="spell"/>
181
+ <copyField source="dct_title_s" dest="spell"/>
182
+ <copyField source="dct_creator_sm" dest="spell"/>
183
+ <copyField source="dct_publisher_sm" dest="spell"/>
184
+ <copyField source="schema_provider_s" dest="spell"/>
185
+ <copyField source="dct_subject_sm" dest="spell"/>
184
186
  <copyField source="dct_spatial_sm" dest="spell"/>
185
187
 
186
188
  <!-- for suggestions -->
187
- <copyField source="dc_title_s" dest="suggest"/>
188
- <copyField source="dc_creator_sm" dest="suggest"/>
189
- <copyField source="dc_publisher_s" dest="suggest"/>
190
- <copyField source="dct_provenance_s" dest="suggest"/>
191
- <copyField source="dc_subject_sm" dest="suggest"/>
189
+ <copyField source="dct_title_s" dest="suggest"/>
190
+ <copyField source="dct_creator_sm" dest="suggest"/>
191
+ <copyField source="dct_publisher_sm" dest="suggest"/>
192
+ <copyField source="schema_provider_s" dest="suggest"/>
193
+ <copyField source="dct_subject_sm" dest="suggest"/>
192
194
  <copyField source="dct_spatial_sm" dest="suggest"/>
193
195
 
194
196
  <!-- for bbox value -->
195
- <copyField source="solr_geom" dest="solr_bboxtype"/>
196
- </schema>
197
+ <copyField source="dcat_bbox" dest="solr_bboxtype"/>
198
+ </schema>
@@ -70,9 +70,9 @@
70
70
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
71
71
  <query>
72
72
  <maxBooleanClauses>1024</maxBooleanClauses>
73
- <filterCache class="solr.FastLRUCache" size="512" initialSize="512" autowarmCount="0"/>
74
- <queryResultCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0"/>
75
- <documentCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0"/>
73
+ <filterCache class="solr.CaffeineCache" size="512" initialSize="512" autowarmCount="0" async="true"/>
74
+ <queryResultCache class="solr.CaffeineCache" size="512" initialSize="512" autowarmCount="0" async="true"/>
75
+ <documentCache class="solr.CaffeineCache" size="512" initialSize="512" autowarmCount="0" async="true"/>
76
76
  <enableLazyFieldLoading>true</enableLazyFieldLoading>
77
77
  <queryResultWindowSize>20</queryResultWindowSize>
78
78
  <queryResultMaxDocsCached>200</queryResultMaxDocsCached>
@@ -113,54 +113,54 @@
113
113
  <int name="ps">0</int>
114
114
  <float name="tie">0.01</float>
115
115
  <str name="fl">*,score</str>
116
- <str name="sort">score desc, dc_title_sort asc</str>
116
+ <str name="sort">score desc, dct_title_sort asc</str>
117
117
  <str name="q.alt">*:*</str>
118
118
  <str name="qf">
119
119
  text^1
120
- dc_description_ti^2
121
- dc_creator_tmi^3
122
- dc_publisher_ti^3
120
+ dct_description_ti^2
121
+ dct_creator_tmi^3
122
+ dct_publisher_ti^3
123
123
  dct_isPartOf_tmi^4
124
- dc_subject_tmi^5
124
+ dct_subject_tmi^5
125
125
  dct_spatial_tmi^5
126
126
  dct_temporal_tmi^5
127
- dc_title_ti^6
128
- dc_rights_ti^7
129
- dct_provenance_ti^8
127
+ dct_title_ti^6
128
+ dct_accessRights_ti^7
129
+ dct_provider_ti^8
130
130
  layer_geom_type_ti^9
131
131
  layer_slug_ti^10
132
- dc_identifier_ti^10
132
+ dct_identifier_ti^10
133
133
  </str>
134
134
  <str name="pf"><!-- phrase boost within result set -->
135
135
  text^1
136
- dc_description_ti^2
137
- dc_creator_tmi^3
138
- dc_publisher_ti^3
136
+ dct_description_ti^2
137
+ dct_creator_tmi^3
138
+ dct_publisher_ti^3
139
139
  dct_isPartOf_tmi^4
140
- dc_subject_tmi^5
140
+ dct_subject_tmi^5
141
141
  dct_spatial_tmi^5
142
142
  dct_temporal_tmi^5
143
- dc_title_ti^6
144
- dc_rights_ti^7
145
- dct_provenance_ti^8
143
+ dct_title_ti^6
144
+ dct_accessRights_ti^7
145
+ dct_provider_ti^8
146
146
  layer_geom_type_ti^9
147
147
  layer_slug_ti^10
148
- dc_identifier_ti^10
148
+ dct_identifier_ti^10
149
149
  </str>
150
150
  <bool name="facet">true</bool>
151
151
  <int name="facet.mincount">1</int>
152
152
  <int name="facet.limit">10</int>
153
153
  <str name="facet.field">dct_isPartOf_sm</str>
154
- <str name="facet.field">dct_provenance_s</str>
154
+ <str name="facet.field">schema_provider_s</str>
155
155
  <str name="facet.field">dct_spatial_sm</str>
156
- <str name="facet.field">dc_creator_sm</str>
157
- <str name="facet.field">dc_format_s</str>
158
- <str name="facet.field">dc_language_s</str>
159
- <str name="facet.field">dc_publisher_s</str>
160
- <str name="facet.field">dc_rights_s</str>
161
- <str name="facet.field">dc_subject_sm</str>
162
- <str name="facet.field">layer_geom_type_s</str>
163
- <str name="facet.field">solr_year_i</str>
156
+ <str name="facet.field">dct_creator_sm</str>
157
+ <str name="facet.field">dct_format_s</str>
158
+ <str name="facet.field">dct_language_sm</str>
159
+ <str name="facet.field">dct_publisher_sm</str>
160
+ <str name="facet.field">dct_accessRights_s</str>
161
+ <str name="facet.field">dct_subject_sm</str>
162
+ <str name="facet.field">locn_geometry_s</str>
163
+ <str name="facet.field">gbl_indexYear_im</str>
164
164
 
165
165
  <str name="spellcheck">true</str>
166
166
  </lst>
@@ -1,23 +1,38 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "This polygon dataset is a 100 foot grid overlay for Cambridge, MA.",
4
- "dc_format_s": "Shapefile",
5
- "dc_identifier_s": "urn:geodata.tufts.edu:Tufts.CambridgeGrid100_04",
6
- "dc_language_s": "English",
7
- "dc_publisher_s": "Cambridge (Mass.) Geographic Information Systems",
8
- "dc_rights_s": "Public",
9
- "dc_title_s": "100 Foot Grid Cambridge MA 2004",
10
- "dc_type_s": "Dataset",
11
- "dct_references_s": "{\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://geoserver01.uit.tufts.edu/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://geoserver01.uit.tufts.edu/wms\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://raw.githubusercontent.com/OpenGeoMetadata/edu.tufts/master/165/242/110/132/fgdc.xml\"}",
2
+ "id": "tufts-cambridgegrid100-04",
3
+ "dct_identifier_sm": [
4
+ "urn:geodata.tufts.edu:Tufts.CambridgeGrid100_04"
5
+ ],
6
+ "dct_title_s": "100 Foot Grid Cambridge MA 2004",
7
+ "dct_description_sm": [
8
+ "This polygon dataset is a 100 foot grid overlay for Cambridge, MA."
9
+ ],
10
+ "dct_language_sm": [
11
+ "English"
12
+ ],
13
+ "dct_publisher_sm": [
14
+ "Cambridge (Mass.) Geographic Information Systems"
15
+ ],
16
+ "schema_provider_s": "Tufts",
17
+ "gbl_resourceClass_sm": [
18
+ "Datasets"
19
+ ],
20
+ "gbl_resourceType_sm": [
21
+ "Polygon data"
22
+ ],
12
23
  "dct_temporal_sm": [
13
24
  "2004"
14
25
  ],
15
26
  "dct_issued_s": "2005",
16
- "dct_provenance_s": "Tufts",
17
- "layer_slug_s": "tufts-cambridgegrid100-04",
18
- "layer_id_s": "sde:GISPORTAL.GISOWNER01.CAMBRIDGEGRID100_04",
19
- "layer_geom_type_s": "Polygon",
20
- "layer_modified_dt": "2014-12-04T21:33:07Z",
21
- "solr_geom": "ENVELOPE(-71.163984, -71.052581, 42.408316, 42.34757)",
22
- "solr_year_i": 2004
23
- }
27
+ "gbl_indexYear_im": [
28
+ 2004
29
+ ],
30
+ "locn_geometry": "ENVELOPE(-71.163984, -71.052581, 42.408316, 42.34757)",
31
+ "dcat_bbox": "ENVELOPE(-71.163984, -71.052581, 42.408316, 42.34757)",
32
+ "dct_accessRights_s": "Public",
33
+ "dct_format_s": "Shapefile",
34
+ "gbl_wxsIdentifier_s": "sde:GISPORTAL.GISOWNER01.CAMBRIDGEGRID100_04",
35
+ "dct_references_s": "{\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://geoserver01.uit.tufts.edu/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://geoserver01.uit.tufts.edu/wms\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://raw.githubusercontent.com/OpenGeoMetadata/edu.tufts/master/165/242/110/132/fgdc.xml\",\"http://schema.org/downloadUrl\":[]}",
36
+ "gbl_mdModified_dt": "2014-12-04T21:33:07Z",
37
+ "gbl_mdVersion_s": "Aardvark"
38
+ }
@@ -1,38 +1,47 @@
1
1
  {
2
- "dc_identifier_s": "90f14ff4-1359-4beb-b931-5cb41d20ab90",
3
- "dc_title_s": "Glacial Boundaries: Illinois, 1998",
4
- "dc_description_s": "Glacial boundary lines representing the extent of glaciation for major glacial episodes in Illinois. Data originally from Quaternary Deposits in Illinois map by Lineback (1979) and modified according to the reclassification by Hansel and Johnson, ISGS Bulletin 104 (1996). Attribute items include glacial episode identifier. ISGS, 1984 (revised 1998).",
5
- "dc_rights_s": "Public",
6
- "dc_format_s": "Shapefile",
7
- "dc_language_sm": "English",
8
- "dc_type_sm": [
9
- "Dataset"
10
- ],
11
- "dc_publisher_sm": [
2
+ "id": "90f14ff4-1359-4beb-b931-5cb41d20ab90",
3
+ "dct_identifier_sm": [
4
+ "90f14ff4-1359-4beb-b931-5cb41d20ab90"
5
+ ],
6
+ "dct_title_s": "Glacial Boundaries: Illinois, 1998",
7
+ "dct_description_sm": [
8
+ "Glacial boundary lines representing the extent of glaciation for major glacial episodes in Illinois. Data originally from Quaternary Deposits in Illinois map by Lineback (1979) and modified according to the reclassification by Hansel and Johnson, ISGS Bulletin 104 (1996). Attribute items include glacial episode identifier. ISGS, 1984 (revised 1998)."
9
+ ],
10
+ "dct_language_sm": [
11
+ "English"
12
+ ],
13
+ "dct_creator_sm": [
12
14
  "Illinois State Geological Survey"
13
15
  ],
14
- "dc_creator_sm": [
16
+ "dct_publisher_sm": [
15
17
  "Illinois State Geological Survey"
16
18
  ],
17
- "dc_subject_sm": [
18
- "Geoscientific Information"
19
+ "schema_provider_s": "Illinois",
20
+ "gbl_resourceClass_sm": [
21
+ "EDIT ME -- this record had dc_type_s = Dataset"
19
22
  ],
20
- "dct_provenance_s": "Illinois",
21
- "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"http://data.isgs.illinois.edu/arcgis/rest/services/Geology/Glacial_Boundaries/MapServer\",\"http://schema.org/url\":\"https://clearinghouse.isgs.illinois.edu/data/geology/glacial-boundaries\",\"http://schema.org/downloadUrl\":\"https://clearinghouse.isgs.illinois.edu/sites/clearinghouse.isgs/files/Clearinghouse/data/ISGS/Geology/zips/IL_Glacial_Bndys_Py.zip\"}",
22
- "dct_isPartOf_sm": [
23
- "Illinois Geospatial Data Clearinghouse"
23
+ "gbl_resourceType_sm": [
24
+ "Polygon data"
25
+ ],
26
+ "dct_subject_sm": [
27
+ "Geoscientific Information"
24
28
  ],
25
- "dct_issued_s": "1998",
26
29
  "dct_temporal_sm": [
27
30
  "1998"
28
31
  ],
32
+ "dct_issued_s": "1998",
33
+ "gbl_indexYear_im": [
34
+ 1998
35
+ ],
29
36
  "dct_spatial_sm": [
30
37
  "Illinois, United States"
31
38
  ],
32
- "layer_slug_s": "90f14ff4-1359-4beb-b931-5cb41d20ab90",
33
- "layer_geom_type_s": "Polygon",
34
- "layer_modified_dt": "2018-08-02T17:00:40Z",
35
- "solr_geom": "ENVELOPE(-91.513518, -87.495214, 42.508348, 36.969972)",
36
- "solr_year_i": 1998,
37
- "geoblacklight_version": "1.0"
38
- }
39
+ "locn_geometry": "ENVELOPE(-91.513518, -87.495214, 42.508348, 36.969972)",
40
+ "dcat_bbox": "ENVELOPE(-91.513518, -87.495214, 42.508348, 36.969972)",
41
+ "dct_accessRights_s": "Public",
42
+ "dct_format_s": "Shapefile",
43
+ "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#DynamicMapLayer\":\"http://data.isgs.illinois.edu/arcgis/rest/services/Geology/Glacial_Boundaries/MapServer\",\"http://schema.org/url\":\"https://clearinghouse.isgs.illinois.edu/data/geology/glacial-boundaries\",\"http://schema.org/downloadUrl\":[{\"label\":\"Shapefile\",\"url\":\"https://clearinghouse.isgs.illinois.edu/sites/clearinghouse.isgs/files/Clearinghouse/data/ISGS/Geology/zips/IL_Glacial_Bndys_Py.zip\"}]}",
44
+ "gbl_mdModified_dt": "2018-08-02T17:00:40Z",
45
+ "gbl_mdVersion_s": "Aardvark",
46
+ "dct_isPartOf_sm": "illinois-collection-illinois-geospatial-data-clearinghouse"
47
+ }
@@ -1,42 +1,52 @@
1
1
  {
2
- "dc_identifier_s": "32653ed6-8d83-4692-8a06-bf13ffe2c018",
3
- "dc_title_s": "Wabash Topo (27): Indiana, 1929",
4
- "dc_description_s": "The maps represented here are on tiff files owned by EAS library. The topos were scanned in color and are up to 550MB each. These images can be viewed and performed in the using either ArcGIS Desktop or QGIS (user choice), referencing against a number of known mapsets like the 2005 Indiana Orthophoto setand USGS DRGs. The geographic coordinate system reference of the maps included are applied in GCS_WGS_1984.",
5
- "dc_rights_s": "Public",
6
- "dc_format_s": "GeoTIFF",
7
- "dc_language_sm": [
8
- "English"
2
+ "id": "32653ed6-8d83-4692-8a06-bf13ffe2c018",
3
+ "dct_identifier_sm": [
4
+ "32653ed6-8d83-4692-8a06-bf13ffe2c018"
5
+ ],
6
+ "dct_title_s": "Wabash Topo (27): Indiana, 1929",
7
+ "dct_description_sm": [
8
+ "The maps represented here are on tiff files owned by EAS library. The topos were scanned in color and are up to 550MB each. These images can be viewed and performed in the using either ArcGIS Desktop or QGIS (user choice), referencing against a number of known mapsets like the 2005 Indiana Orthophoto setand USGS DRGs. The geographic coordinate system reference of the maps included are applied in GCS_WGS_1984."
9
9
  ],
10
- "dc_type_sm": [
11
- "Image"
10
+ "dct_language_sm": [
11
+ "English"
12
12
  ],
13
- "dc_publisher_sm": [
13
+ "dct_publisher_sm": [
14
14
  "Purdue University Libraries"
15
15
  ],
16
- "dc_creator_sm": [
17
-
16
+ "schema_provider_s": "Purdue",
17
+ "gbl_resourceClass_sm": [
18
+ "EDIT ME -- this record had dc_type_s = Image"
19
+ ],
20
+ "gbl_resourceType_sm": [
21
+ "EDIT ME -- this record had layer_geom_type_s = Image"
18
22
  ],
19
- "dc_source_sm": "88cc9b19-3294-4da9-9edd-775c81fb1c59",
20
- "dc_subject_sm": [
23
+ "dct_subject_sm": [
21
24
  "Imagery and Base Maps",
22
25
  "Topography"
23
26
  ],
24
- "dct_provenance_s": "Purdue",
25
- "dct_references_s": "{\"http://schema.org/url\":\"https://mapsweb.lib.purdue.edu/wabashriver/\",\"http://schema.org/downloadUrl\":\"https://mapsweb.lib.purdue.edu/datasets/Wabash1929/wabash_topo_27.tif.zip\",\"urn:x-esri:serviceType:ArcGIS#ImageMapLayer\":\"https://mapsweb.lib.purdue.edu/arcgis/rest/services/Purdue/wabashtopo/ImageServer\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"http://64.90.181.107/geonetwork/srv/api/records/32653ed6-8d83-4692-8a06-bf13ffe2c018/formatters/xml\"}",
26
- "dct_isPartOf_sm": [
27
- "Purdue Georeferenced Imagery"
27
+ "dcat_theme_sm": [
28
+ "imagery",
29
+ "elevation"
28
30
  ],
29
- "dct_issued_s": "2015-10-31",
30
31
  "dct_temporal_sm": [
31
32
  "1929"
32
33
  ],
34
+ "dct_issued_s": "2015-10-31",
35
+ "gbl_indexYear_im": [
36
+ 1929
37
+ ],
33
38
  "dct_spatial_sm": [
34
39
  "Indiana, United States"
35
40
  ],
36
- "layer_slug_s": "32653ed6-8d83-4692-8a06-bf13ffe2c018",
37
- "layer_geom_type_s": "Image",
38
- "layer_modified_dt": "2018-07-20T18:08:03Z",
39
- "solr_geom": "ENVELOPE(-87.324704, -87.174404, 40.310695, 40.233691)",
40
- "solr_year_i": 1929,
41
- "geoblacklight_version": "1.0"
42
- }
41
+ "locn_geometry": "ENVELOPE(-87.324704, -87.174404, 40.310695, 40.233691)",
42
+ "dcat_bbox": "ENVELOPE(-87.324704, -87.174404, 40.310695, 40.233691)",
43
+ "dct_source_sm": [
44
+ "88cc9b19-3294-4da9-9edd-775c81fb1c59"
45
+ ],
46
+ "dct_accessRights_s": "Public",
47
+ "dct_format_s": "GeoTIFF",
48
+ "dct_references_s": "{\"http://schema.org/url\":\"https://mapsweb.lib.purdue.edu/wabashriver/\",\"http://schema.org/downloadUrl\":[{\"label\":\"GeoTIFF\",\"url\":\"https://mapsweb.lib.purdue.edu/datasets/Wabash1929/wabash_topo_27.tif.zip\"}],\"urn:x-esri:serviceType:ArcGIS#ImageMapLayer\":\"https://mapsweb.lib.purdue.edu/arcgis/rest/services/Purdue/wabashtopo/ImageServer\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"http://64.90.181.107/geonetwork/srv/api/records/32653ed6-8d83-4692-8a06-bf13ffe2c018/formatters/xml\"}",
49
+ "gbl_mdModified_dt": "2018-07-20T18:08:03Z",
50
+ "gbl_mdVersion_s": "Aardvark",
51
+ "dct_isPartOf_sm": "purdue-collection-purdue-georeferenced-imagery"
52
+ }
@@ -1,22 +1,37 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "This map presents a digital version of the Operational Navigation Charts (ONC) at 1:1,000,000-scale, produced by the US National Geospatial-Intelligence Agency (NGA). The map includes over 200 charts across the world, excluding parts of North America, Europe, Asia, and Oceania where charts are not publicly available. For more information on this map, including the terms of use, visit us online.",
4
- "dc_format_s": "GeoTIFF",
5
- "dc_identifier_s": "esri-tiled-map-layer",
6
- "dc_language_s": "English",
7
- "dc_publisher_s": "United States Department of Agriculture, Natural Resources Conservation Service",
8
- "dc_rights_s": "Public",
9
- "dc_title_s": "Specialty/World_Navigation_Charts (MapServer)",
10
- "dc_type_s": "Dataset",
11
- "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#TiledMapLayer\": \"https://services.arcgisonline.com/arcgis/rest/services/Specialty/World_Navigation_Charts/MapServer\"}",
2
+ "id": "esri-tiled-map-layer",
3
+ "dct_identifier_sm": [
4
+ "esri-tiled-map-layer"
5
+ ],
6
+ "dct_title_s": "Specialty/World_Navigation_Charts (MapServer)",
7
+ "dct_description_sm": [
8
+ "This map presents a digital version of the Operational Navigation Charts (ONC) at 1:1,000,000-scale, produced by the US National Geospatial-Intelligence Agency (NGA). The map includes over 200 charts across the world, excluding parts of North America, Europe, Asia, and Oceania where charts are not publicly available. For more information on this map, including the terms of use, visit us online."
9
+ ],
10
+ "dct_language_sm": [
11
+ "English"
12
+ ],
13
+ "dct_publisher_sm": [
14
+ "United States Department of Agriculture, Natural Resources Conservation Service"
15
+ ],
16
+ "schema_provider_s": "NYU",
17
+ "gbl_resourceClass_sm": [
18
+ "Datasets"
19
+ ],
20
+ "gbl_resourceType_sm": [
21
+ "Raster data"
22
+ ],
12
23
  "dct_temporal_sm": [
13
24
  "2013"
14
25
  ],
15
- "dct_provenance_s": "NYU",
16
- "layer_slug_s": "esri-tiled-map-layer",
17
- "layer_id_s": "esri-tiled-map-layer",
18
- "layer_geom_type_s": "Raster",
19
- "layer_modified_dt": "2015-06-16T00:59:49Z",
20
- "solr_geom": "ENVELOPE(-129.4956, -64.4393, 48.6336, 21.8079)",
21
- "solr_year_i": 2010
22
- }
26
+ "gbl_indexYear_im": [
27
+ 2010
28
+ ],
29
+ "locn_geometry": "ENVELOPE(-129.4956, -64.4393, 48.6336, 21.8079)",
30
+ "dcat_bbox": "ENVELOPE(-129.4956, -64.4393, 48.6336, 21.8079)",
31
+ "dct_accessRights_s": "Public",
32
+ "dct_format_s": "GeoTIFF",
33
+ "gbl_wxsIdentifier_s": "esri-tiled-map-layer",
34
+ "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#TiledMapLayer\":\"https://services.arcgisonline.com/arcgis/rest/services/Specialty/World_Navigation_Charts/MapServer\",\"http://schema.org/downloadUrl\":[]}",
35
+ "gbl_mdModified_dt": "2015-06-16T00:59:49Z",
36
+ "gbl_mdVersion_s": "Aardvark"
37
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "id": "mit-001145244",
3
+ "dct_identifier_sm": [
4
+ "urn:arrowsmith.mit.edu:MIT.001145244"
5
+ ],
6
+ "dct_title_s": "1:1 500 000 series [cartographic material] : tectonic map of Britain, Ireland and adjacent areas / British Geological Survey ; Geological Survey of Ireland ; Geological Survey of Northern Ireland.",
7
+ "dct_description_sm": [
8
+ "Panel title. Depths shown by isolines. \"Geological map [copyright] NERC 1996.\" Also available on flat sheet. \"Sheet 1\"--on panel. Includes text, notes, organizations' logos, and ancillary map of \"Orogenic terranes of Britain, Ireland and surrounding seas.\""
9
+ ],
10
+ "dct_language_sm": [
11
+ "English"
12
+ ],
13
+ "dct_publisher_sm": [
14
+ "British Geological Survey"
15
+ ],
16
+ "schema_provider_s": "MIT",
17
+ "gbl_resourceClass_sm": [
18
+ "Datasets"
19
+ ],
20
+ "gbl_resourceType_sm": [
21
+ "EDIT ME -- this record had layer_geom_type_s = Paper Map"
22
+ ],
23
+ "dct_temporal_sm": [
24
+ "1996"
25
+ ],
26
+ "dct_issued_s": "2000",
27
+ "gbl_indexYear_im": [
28
+ 1996
29
+ ],
30
+ "locn_geometry": "ENVELOPE(-13.0, 4.0, 62.0, 49.0)",
31
+ "dcat_bbox": "ENVELOPE(-13.0, 4.0, 62.0, 49.0)",
32
+ "dct_accessRights_s": "Public",
33
+ "dct_format_s": "Paper",
34
+ "gbl_wxsIdentifier_s": "MIT:001145244",
35
+ "dct_references_s": "{\"http://schema.org/url\":\"http://library.mit.edu/item/001145244\",\"http://schema.org/downloadUrl\":[]}",
36
+ "gbl_mdModified_dt": "2014-12-04T21:32:59Z",
37
+ "gbl_mdVersion_s": "Aardvark"
38
+ }