geoblacklight_sidecar_images 0.9.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +12 -4
  3. data/.solr_wrapper.yml +0 -1
  4. data/README.md +10 -16
  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/geoblacklight_sidecar_images.gemspec +2 -2
  9. data/lib/generators/geoblacklight_sidecar_images/helpers_generator.rb +21 -0
  10. data/lib/generators/geoblacklight_sidecar_images/install_generator.rb +7 -1
  11. data/lib/generators/geoblacklight_sidecar_images/templates/helpers/blacklight/layout_helper_behavior.rb +110 -0
  12. data/lib/generators/geoblacklight_sidecar_images/templates/views/catalog/_index_split_default.html.erb +25 -24
  13. data/lib/geoblacklight_sidecar_images/version.rb +1 -1
  14. data/lib/tasks/geoblacklight_sidecar_images_tasks.rake +1 -1
  15. data/solr/conf/schema.xml +60 -58
  16. data/solr/conf/solrconfig.xml +29 -29
  17. data/spec/fixtures/files/actual-polygon1.json +33 -18
  18. data/spec/fixtures/files/esri-dynamic-layer-all-layers.json +34 -25
  19. data/spec/fixtures/files/esri-image-map-layer.json +36 -26
  20. data/spec/fixtures/files/esri-tiled_map_layer.json +35 -20
  21. data/spec/fixtures/files/placeholder.json +38 -0
  22. data/spec/fixtures/files/public_iiif_princeton.json +41 -26
  23. data/spec/fixtures/files/umich_iiif_jpg.json +48 -25
  24. data/spec/fixtures/files/umn_iiif_jpg.json +57 -28
  25. data/spec/fixtures/files/umn_solr_thumb.json +59 -31
  26. data/spec/services/image_service_spec.rb +60 -7
  27. data/template.rb +4 -4
  28. metadata +11 -42
  29. data/app/assets/stylesheets/geoblacklight_sidecar_images/application.scss +0 -10
  30. data/lib/generators/geoblacklight_sidecar_images/templates/gblsci.scss +0 -3
  31. data/spec/fixtures/files/actual-papermap1.json +0 -23
  32. data/spec/fixtures/files/actual-point1.json +0 -37
  33. data/spec/fixtures/files/actual-raster1.json +0 -38
  34. data/spec/fixtures/files/b1g_thumbnail.json +0 -42
  35. data/spec/fixtures/files/baruch_ancestor1.json +0 -46
  36. data/spec/fixtures/files/baruch_ancestor2.json +0 -46
  37. data/spec/fixtures/files/baruch_documentation_download.json +0 -49
  38. data/spec/fixtures/files/bbox-spans-180.json +0 -20
  39. data/spec/fixtures/files/cornell_html_metadata.json +0 -42
  40. data/spec/fixtures/files/esri-dynamic-layer-single-layer.json +0 -40
  41. data/spec/fixtures/files/esri-feature-layer.json +0 -46
  42. data/spec/fixtures/files/esri-wms-layer.json +0 -33
  43. data/spec/fixtures/files/harvard_raster.json +0 -44
  44. data/spec/fixtures/files/iiif-eastern-hemisphere.json +0 -30
  45. data/spec/fixtures/files/index-map-polygon-no-downloadurl.json +0 -37
  46. data/spec/fixtures/files/index-map-polygon.json +0 -37
  47. data/spec/fixtures/files/index-map-stanford.json +0 -37
  48. data/spec/fixtures/files/index_map_point.json +0 -27
  49. data/spec/fixtures/files/no_spatial.json +0 -21
  50. data/spec/fixtures/files/princeton-child1.json +0 -30
  51. data/spec/fixtures/files/princeton-child2.json +0 -30
  52. data/spec/fixtures/files/princeton-child3.json +0 -30
  53. data/spec/fixtures/files/princeton-child4.json +0 -30
  54. data/spec/fixtures/files/princeton-parent.json +0 -25
  55. data/spec/fixtures/files/public_direct_download.json +0 -34
  56. data/spec/fixtures/files/public_polygon_mit.json +0 -27
  57. data/spec/fixtures/files/restricted-line.json +0 -37
  58. data/spec/fixtures/files/umn_metro_result1.json +0 -41
  59. data/spec/fixtures/files/umn_metro_result2.json +0 -35
  60. data/spec/fixtures/files/umn_state_result1.json +0 -38
  61. data/spec/fixtures/files/umn_state_result2.json +0 -38
  62. data/spec/fixtures/files/uva_slug_colon.json +0 -25
@@ -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 shows the Soil Survey Geographic (SSURGO) by the United States Department of Agriculture's Natural Resources Conservation Service. It also shows data that was developed by the National Cooperative Soil Survey and supersedes the State Soil Geographic (STATSGO) dataset published in 1994. SSURGO digitizing duplicates the original soil survey maps. This level of mapping is designed for use by landowners, townships, and county natural resource planning and management. The user should be knowledgeable of soils data and their characteristics. The smallest scale map shows the Global Soil Regions map by the United States Department of Agriculture’s Natural Resources Conservation Service.",
4
- "dc_format_s": "GeoTIFF",
5
- "dc_identifier_s": "test-soil-survey-map",
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": "Soil Survey Geographic (SSURGO)",
10
- "dc_type_s": "Dataset",
11
- "dct_references_s": "{\"urn:x-esri:serviceType:ArcGIS#TiledMapLayer\": \"http://services.arcgisonline.com/arcgis/rest/services/Specialty/Soil_Survey_Map/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
- "2010"
14
- ],
15
- "dct_provenance_s": "NYU",
16
- "layer_slug_s": "nyu-test-soil-survey-map",
17
- "layer_id_s": "test-soil-survey_map",
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
- }
24
+ "2013"
25
+ ],
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
+ }
@@ -1,36 +1,51 @@
1
1
  {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "Partly colored. Relief shown pictorially. Shows administrative divisions. From Thomas Jefferys's The American atlas, or, A geographical description of the whole continent of America (London : Printed by R. Sayer and Bennett, 1778). Insets: A chart of the mouth of Hudson's River, from Sandy Hook to New York. A plan of the city of New York. Plan of Amboy, with its environs, from an actual survey.",
4
- "dc_format_s": "Raster",
5
- "dc_identifier_s": "http://arks.princeton.edu/ark:/88435/02870w62c",
6
- "dc_language_s": "English",
7
- "dc_publisher_s": "London, Robt. Sayer & John Bennett",
8
- "dc_rights_s": "Public",
9
- "dc_subject_sm": [
10
- "New York (State)‒Maps",
11
- "New Jersey‒Maps"
2
+ "id": "princeton-02870w62c",
3
+ "dct_identifier_sm": [
4
+ "http://arks.princeton.edu/ark:/88435/02870w62c"
5
+ ],
6
+ "dct_title_s": "The provinces of New York and New Jersey, with part of Pensilvania, and the Province of Quebec : drawn by Major Holland, Surveyor General, of the Northern District in America. Corrected and improved, from the original materials, by Governr. Pownall, Member of Parliament, 1776",
7
+ "dct_description_sm": [
8
+ "Partly colored. Relief shown pictorially. Shows administrative divisions. From Thomas Jefferys's The American atlas, or, A geographical description of the whole continent of America (London : Printed by R. Sayer and Bennett, 1778). Insets: A chart of the mouth of Hudson's River, from Sandy Hook to New York. A plan of the city of New York. Plan of Amboy, with its environs, from an actual survey."
12
9
  ],
13
- "dc_title_s": "The provinces of New York and New Jersey, with part of Pensilvania, and the Province of Quebec : drawn by Major Holland, Surveyor General, of the Northern District in America. Corrected and improved, from the original materials, by Governr. Pownall, Member of Parliament, 1776",
14
- "dc_type_s": "Dataset",
15
- "dc_creator_sm": [
10
+ "dct_language_sm": [
11
+ "English"
12
+ ],
13
+ "dct_creator_sm": [
16
14
  "Rogers, Henry Darwin",
17
15
  "Pownall, Thomas"
18
16
  ],
19
- "dct_references_s": "{\"http://schema.org/url\":\"http://arks.princeton.edu/ark:/88435/02870w62c\",\"http://schema.org/thumbnailUrl\":\"https://libimages.princeton.edu/loris2/pudl0076%2Fmap_pownall%2F00000001.jp2/full/50,/0/default.jpg\",\"http://iiif.io/api/image\":\"https://libimages.princeton.edu/loris/pudl0076/map_pownall/00000001.jp2/info.json\"}",
20
- "dct_spatial_sm": [
21
- "New York (State)",
22
- "New Jersey",
23
- "Pennsylvania"
17
+ "dct_publisher_sm": [
18
+ "London, Robt. Sayer & John Bennett"
19
+ ],
20
+ "schema_provider_s": "Princeton",
21
+ "gbl_resourceClass_sm": [
22
+ "Datasets"
23
+ ],
24
+ "gbl_resourceType_sm": [
25
+ "Raster data"
26
+ ],
27
+ "dct_subject_sm": [
28
+ "New York (State)‒Maps",
29
+ "New Jersey‒Maps"
24
30
  ],
25
31
  "dct_temporal_sm": [
26
32
  "1778"
27
33
  ],
28
34
  "dct_issued_s": "1778",
29
- "dct_provenance_s": "Princeton",
30
- "layer_slug_s": "princeton-02870w62c",
31
- "layer_id_s": "02870w62c",
32
- "layer_geom_type_s": "Raster",
33
- "layer_modified_dt": "2014-10-09T18:00:18Z",
34
- "solr_geom": "ENVELOPE(-76.3394, -72.1916, 46.5798, 38.6693)",
35
- "solr_year_i": 1778
36
- }
35
+ "gbl_indexYear_im": [
36
+ 1778
37
+ ],
38
+ "dct_spatial_sm": [
39
+ "New York (State)",
40
+ "New Jersey",
41
+ "Pennsylvania"
42
+ ],
43
+ "locn_geometry": "ENVELOPE(-76.3394, -72.1916, 46.5798, 38.6693)",
44
+ "dcat_bbox": "ENVELOPE(-76.3394, -72.1916, 46.5798, 38.6693)",
45
+ "dct_accessRights_s": "Public",
46
+ "dct_format_s": "Raster",
47
+ "gbl_wxsIdentifier_s": "02870w62c",
48
+ "dct_references_s": "{\"http://schema.org/url\":\"http://arks.princeton.edu/ark:/88435/02870w62c\",\"http://schema.org/thumbnailUrl\":\"https://libimages.princeton.edu/loris2/pudl0076%2Fmap_pownall%2F00000001.jp2/full/50,/0/default.jpg\",\"http://iiif.io/api/image\":\"https://libimages.princeton.edu/loris/pudl0076/map_pownall/00000001.jp2/info.json\",\"http://schema.org/downloadUrl\":[]}",
49
+ "gbl_mdModified_dt": "2014-10-09T18:00:18Z",
50
+ "gbl_mdVersion_s": "Aardvark"
51
+ }
@@ -1,28 +1,51 @@
1
1
  {
2
- "dc_description_s":"Relief shown pictorially. Dedication in title cartouche to [Henry Bowes Howard,] Earl of Berkshire, deputy earl marshal of England. Shows California as an island. Includes elaborate decorative cartouche in the upper left corner. The cartouche depicts scenes of Native American life, such as battle and food as well. 1 map : outline col. ; 47 x 55 cm. This map is in the public domain. Please attribute access and use of this digitized map to the Stephen S. Clark Library, University of Michigan Library.",
3
- "layer_modified_dt":"2017-12-11T16:28:21Z",
4
- "solr_geom":"ENVELOPE(-179.27, -1.42, 68.65, -60.15)",
5
- "dct_references_s":"{\"http://schema.org/url\":\"https://quod.lib.umich.edu/c/clark1ic/x-012464989/39015095390558\",\"http://schema.org/downloadUrl\":\"https://quod.lib.umich.edu/cgi/i/image/api/image/clark1ic:012464989:39015095390558/full/res:5/0/native.jpg?attachment=1\",\"http://iiif.io/api/image\":\"https://quod.lib.umich.edu/cgi/i/image/api/image/clark1ic:012464989:39015095390558/info.json\"}",
6
- "dc_rights_s":"Public",
7
- "uuid":"3ffb1f2e-d617-4361-bc2b-49d9ad270cad",
8
- "dct_provenance_s":"Michigan",
9
- "dct_temporal_sm":["ca. 1719"],
10
- "dc_format_s":"JPEG",
11
- "dc_creator_sm":["Senex, John, -1740.",
2
+ "id": "3ffb1f2e-d617-4361-bc2b-49d9ad270cad",
3
+ "dct_identifier_sm": [
4
+ "umich-iiif-jpg-3ffb1f2e-d617-4361-bc2b-49d9ad270cad"
5
+ ],
6
+ "dct_title_s": "A new map of America from the latest observations / revis'd by I. Senex.",
7
+ "dct_description_sm": [
8
+ "Relief shown pictorially. Dedication in title cartouche to [Henry Bowes Howard,] Earl of Berkshire, deputy earl marshal of England. Shows California as an island. Includes elaborate decorative cartouche in the upper left corner. The cartouche depicts scenes of Native American life, such as battle and food as well. 1 map : outline col. ; 47 x 55 cm. This map is in the public domain. Please attribute access and use of this digitized map to the Stephen S. Clark Library, University of Michigan Library."
9
+ ],
10
+ "dct_language_sm": [
11
+ "eng"
12
+ ],
13
+ "dct_creator_sm": [
14
+ "Senex, John, -1740.",
12
15
  "Harris, John, fl. ca.1685-ca. 1720 engraver.",
13
16
  "Senex, John, -1740. A new general atlas.",
14
- "Dahl, James, former owner."],
15
- "thumbnail_path_ss":"https://quod.lib.umich.edu/cgi/i/image/api/image/clark1ic:012464989:39015095390558/full/res:5/0/native.jpg?attachment=1",
16
- "dc_type_s":"Image",
17
- "dc_identifier_s":"umich-iiif-jpg-3ffb1f2e-d617-4361-bc2b-49d9ad270cad",
18
- "dc_relation_sm":["http://sws.geonames.org/10861432"],
19
- "dct_isPartOf_sm":["Clark Library Map Collections"],
20
- "solr_year_i":1719,
21
- "dct_spatial_sm":["Americas"],
22
- "dc_publisher_sm":["London : s.n."],
23
- "dc_title_s":"A new map of America from the latest observations / revis'd by I. Senex.",
24
- "layer_slug_s":"3ffb1f2e-d617-4361-bc2b-49d9ad270cad",
25
- "centroid_s":"4.25,-90.345",
26
- "layer_geom_type_s":"Paper Map",
27
- "dc_language_s":"eng"
28
- }
17
+ "Dahl, James, former owner."
18
+ ],
19
+ "dct_publisher_sm": [
20
+ "London : s.n."
21
+ ],
22
+ "schema_provider_s": "Michigan",
23
+ "gbl_resourceClass_sm": [
24
+ "Imagery"
25
+ ],
26
+ "gbl_resourceType_sm": [
27
+ "EDIT ME -- this record had layer_geom_type_s = Paper Map"
28
+ ],
29
+ "dct_temporal_sm": [
30
+ "ca. 1719"
31
+ ],
32
+ "gbl_indexYear_im": [
33
+ 1719
34
+ ],
35
+ "dct_spatial_sm": [
36
+ "Americas"
37
+ ],
38
+ "locn_geometry": "ENVELOPE(-179.27, -1.42, 68.65, -60.15)",
39
+ "dcat_bbox": "ENVELOPE(-179.27, -1.42, 68.65, -60.15)",
40
+ "dct_accessRights_s": "Public",
41
+ "dct_format_s": "JPEG",
42
+ "dct_references_s": "{\"http://schema.org/url\":\"https://quod.lib.umich.edu/c/clark1ic/x-012464989/39015095390558\",\"http://schema.org/downloadUrl\":[{\"label\":\"JPEG\",\"url\":\"https://quod.lib.umich.edu/cgi/i/image/api/image/clark1ic:012464989:39015095390558/full/res:5/0/native.jpg?attachment=1\"}],\"http://iiif.io/api/image\":\"https://quod.lib.umich.edu/cgi/i/image/api/image/clark1ic:012464989:39015095390558/info.json\"}",
43
+ "gbl_mdModified_dt": "2017-12-11T16:28:21Z",
44
+ "gbl_mdVersion_s": "Aardvark",
45
+ "thumbnail_path_ss": "https://quod.lib.umich.edu/cgi/i/image/api/image/clark1ic:012464989:39015095390558/full/res:5/0/native.jpg?attachment=1",
46
+ "dc_relation_sm": [
47
+ "http://sws.geonames.org/10861432"
48
+ ],
49
+ "centroid_s": "4.25,-90.345",
50
+ "dct_isPartOf_sm": "michigan-collection-clark-library-map-collections"
51
+ }