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
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoblacklight_sidecar_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Larson
8
8
  - Eliot Jordan
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-03-07 00:00:00.000000000 Z
12
+ date: 2024-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -17,28 +17,28 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '1.0'
20
+ version: '2.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '1.0'
27
+ version: '2.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: geoblacklight
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '3.3'
34
+ version: '4.0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '3.3'
41
+ version: '4.0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: image_processing
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ dependencies:
90
90
  version: '5.2'
91
91
  - - "<"
92
92
  - !ruby/object:Gem::Version
93
- version: '7.1'
93
+ version: '8.0'
94
94
  type: :runtime
95
95
  prerelease: false
96
96
  version_requirements: !ruby/object:Gem::Requirement
@@ -100,7 +100,7 @@ dependencies:
100
100
  version: '5.2'
101
101
  - - "<"
102
102
  - !ruby/object:Gem::Version
103
- version: '7.1'
103
+ version: '8.0'
104
104
  - !ruby/object:Gem::Dependency
105
105
  name: statesman
106
106
  requirement: !ruby/object:Gem::Requirement
@@ -163,42 +163,42 @@ dependencies:
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: '1.3'
166
+ version: '2.0'
167
167
  type: :development
168
168
  prerelease: false
169
169
  version_requirements: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: '1.3'
173
+ version: '2.0'
174
174
  - !ruby/object:Gem::Dependency
175
175
  name: engine_cart
176
176
  requirement: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: '2.2'
180
+ version: '2.0'
181
181
  type: :development
182
182
  prerelease: false
183
183
  version_requirements: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - "~>"
186
186
  - !ruby/object:Gem::Version
187
- version: '2.2'
187
+ version: '2.0'
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: rspec-rails
190
190
  requirement: !ruby/object:Gem::Requirement
191
191
  requirements:
192
192
  - - "~>"
193
193
  - !ruby/object:Gem::Version
194
- version: '3.0'
194
+ version: '6.0'
195
195
  type: :development
196
196
  prerelease: false
197
197
  version_requirements: !ruby/object:Gem::Requirement
198
198
  requirements:
199
199
  - - "~>"
200
200
  - !ruby/object:Gem::Version
201
- version: '3.0'
201
+ version: '6.0'
202
202
  - !ruby/object:Gem::Dependency
203
203
  name: selenium-webdriver
204
204
  requirement: !ruby/object:Gem::Requirement
@@ -261,15 +261,15 @@ dependencies:
261
261
  requirements:
262
262
  - - "~>"
263
263
  - !ruby/object:Gem::Version
264
- version: '1.24'
264
+ version: '1.0'
265
265
  type: :development
266
266
  prerelease: false
267
267
  version_requirements: !ruby/object:Gem::Requirement
268
268
  requirements:
269
269
  - - "~>"
270
270
  - !ruby/object:Gem::Version
271
- version: '1.24'
272
- description:
271
+ version: '1.0'
272
+ description:
273
273
  email:
274
274
  - ewlarson@gmail.com
275
275
  executables: []
@@ -286,7 +286,6 @@ files:
286
286
  - README.md
287
287
  - Rakefile
288
288
  - app/assets/stylesheets/geoblacklight_sidecar_images/_gblsci.scss
289
- - app/assets/stylesheets/geoblacklight_sidecar_images/application.scss
290
289
  - app/assets/stylesheets/geoblacklight_sidecar_images/modules/_results.scss
291
290
  - app/controllers/geoblacklight_sidecar_images/application_controller.rb
292
291
  - app/helpers/geoblacklight_sidecar_images/application_helper.rb
@@ -311,11 +310,12 @@ files:
311
310
  - geoblacklight_sidecar_images.gemspec
312
311
  - lib/generators/geoblacklight_sidecar_images/config_generator.rb
313
312
  - lib/generators/geoblacklight_sidecar_images/example_docs_generator.rb
313
+ - lib/generators/geoblacklight_sidecar_images/helpers_generator.rb
314
314
  - lib/generators/geoblacklight_sidecar_images/install_generator.rb
315
315
  - lib/generators/geoblacklight_sidecar_images/jobs_generator.rb
316
316
  - lib/generators/geoblacklight_sidecar_images/models_generator.rb
317
317
  - lib/generators/geoblacklight_sidecar_images/templates/config/initializers/statesman.rb
318
- - lib/generators/geoblacklight_sidecar_images/templates/gblsci.scss
318
+ - lib/generators/geoblacklight_sidecar_images/templates/helpers/blacklight/layout_helper_behavior.rb
319
319
  - lib/generators/geoblacklight_sidecar_images/templates/views/catalog/_index_split_default.html.erb
320
320
  - lib/generators/geoblacklight_sidecar_images/views_generator.rb
321
321
  - lib/geoblacklight_sidecar_images.rb
@@ -340,51 +340,19 @@ files:
340
340
  - solr/conf/xslt/example_rss.xsl
341
341
  - solr/conf/xslt/luke.xsl
342
342
  - spec/fixtures/files/README.md
343
- - spec/fixtures/files/actual-papermap1.json
344
- - spec/fixtures/files/actual-point1.json
345
343
  - spec/fixtures/files/actual-polygon1.json
346
- - spec/fixtures/files/actual-raster1.json
347
- - spec/fixtures/files/b1g_thumbnail.json
348
- - spec/fixtures/files/baruch_ancestor1.json
349
- - spec/fixtures/files/baruch_ancestor2.json
350
- - spec/fixtures/files/baruch_documentation_download.json
351
- - spec/fixtures/files/bbox-spans-180.json
352
- - spec/fixtures/files/cornell_html_metadata.json
353
344
  - spec/fixtures/files/esri-dynamic-layer-all-layers.json
354
- - spec/fixtures/files/esri-dynamic-layer-single-layer.json
355
- - spec/fixtures/files/esri-feature-layer.json
356
345
  - spec/fixtures/files/esri-image-map-layer.json
357
346
  - spec/fixtures/files/esri-tiled_map_layer.json
358
- - spec/fixtures/files/esri-wms-layer.json
359
- - spec/fixtures/files/harvard_raster.json
360
- - spec/fixtures/files/iiif-eastern-hemisphere.json
361
- - spec/fixtures/files/index-map-polygon-no-downloadurl.json
362
- - spec/fixtures/files/index-map-polygon.json
363
- - spec/fixtures/files/index-map-stanford.json
364
- - spec/fixtures/files/index_map_point.json
365
- - spec/fixtures/files/no_spatial.json
366
- - spec/fixtures/files/princeton-child1.json
367
- - spec/fixtures/files/princeton-child2.json
368
- - spec/fixtures/files/princeton-child3.json
369
- - spec/fixtures/files/princeton-child4.json
370
- - spec/fixtures/files/princeton-parent.json
371
- - spec/fixtures/files/public_direct_download.json
347
+ - spec/fixtures/files/placeholder.json
372
348
  - spec/fixtures/files/public_iiif_princeton.json
373
- - spec/fixtures/files/public_polygon_mit.json
374
- - spec/fixtures/files/restricted-line.json
375
349
  - spec/fixtures/files/umich_iiif_jpg.json
376
350
  - spec/fixtures/files/umn_iiif_jpg.json
377
- - spec/fixtures/files/umn_metro_result1.json
378
- - spec/fixtures/files/umn_metro_result2.json
379
351
  - spec/fixtures/files/umn_solr_thumb.json
380
- - spec/fixtures/files/umn_state_result1.json
381
- - spec/fixtures/files/umn_state_result2.json
382
- - spec/fixtures/files/uva_slug_colon.json
383
352
  - spec/jobs/store_image_job_spec.rb
384
353
  - spec/lib/tasks/geoblacklight_sidecar_images_spec.rb
385
354
  - spec/models/solr_document_sidecar_spec.rb
386
355
  - spec/models/solr_document_spec.rb
387
- - spec/rails_helper.rb
388
356
  - spec/services/image_service_spec.rb
389
357
  - spec/spec_helper.rb
390
358
  - spec/test_app_templates/Gemfile.extra
@@ -394,7 +362,7 @@ homepage: https://github.com/geoblacklight/geoblacklight_sidecar_images
394
362
  licenses:
395
363
  - Apache 2.0
396
364
  metadata: {}
397
- post_install_message:
365
+ post_install_message:
398
366
  rdoc_options: []
399
367
  require_paths:
400
368
  - lib
@@ -409,8 +377,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
409
377
  - !ruby/object:Gem::Version
410
378
  version: '0'
411
379
  requirements: []
412
- rubygems_version: 3.1.4
413
- signing_key:
380
+ rubygems_version: 3.5.9
381
+ signing_key:
414
382
  specification_version: 4
415
383
  summary: Store local copies of remote imagery in GeoBlacklight
416
384
  test_files: []
@@ -1,10 +0,0 @@
1
- // GBLSCI results
2
- .media {
3
- img,span {
4
- min-width: 100px;
5
- text-align: center;
6
- }
7
- span.icon.square {
8
- font-size:3rem;
9
- }
10
- }
@@ -1,3 +0,0 @@
1
- /*
2
- *= require geoblacklight_sidecar_images/application
3
- */
@@ -1,23 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "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.\"",
4
- "dc_format_s": "Paper",
5
- "dc_identifier_s": "urn:arrowsmith.mit.edu:MIT.001145244",
6
- "dc_language_s": "English",
7
- "dc_publisher_s": "British Geological Survey",
8
- "dc_rights_s": "Public",
9
- "dc_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.",
10
- "dc_type_s": "Dataset",
11
- "dct_references_s": "{\"http://schema.org/url\":\"http://library.mit.edu/item/001145244\"}",
12
- "dct_temporal_sm": [
13
- "1996"
14
- ],
15
- "dct_issued_s": "2000",
16
- "dct_provenance_s": "MIT",
17
- "layer_slug_s": "mit-001145244",
18
- "layer_id_s": "MIT:001145244",
19
- "layer_geom_type_s": "Paper Map",
20
- "layer_modified_dt": "2014-12-04T21:32:59Z",
21
- "solr_geom": "ENVELOPE(-13.0, 4.0, 62.0, 49.0)",
22
- "solr_year_i": 1996
23
- }
@@ -1,37 +0,0 @@
1
- {
2
- "dc_creator_sm": [
3
- ],
4
- "dc_description_s": "This point shapefile was created as a guide to New York City’s non-neighborhood place locations that appear in “New York: A City of Neighborhoods.” These place locations include parks, cemeteries, and airports. Best estimates of label centroids were established at a 1:1,000 scale, but are ideally viewed at a 1:50,000 scale.",
5
- "dc_format_s": "Shapefile",
6
- "dc_identifier_s": "http://hdl.handle.net/2451/34564",
7
- "dc_language_s": "English",
8
- "dc_publisher_s": "New York (City). Department of City Planning",
9
- "dc_rights_s": "Public",
10
- "dc_subject_sm": [
11
- "Airports",
12
- "Parks",
13
- "Public spaces"
14
- ],
15
- "dc_title_s": "2014 New York City Places",
16
- "dc_type_s": "Dataset",
17
- "dct_isPartOf_sm": [
18
- "Bytes of the Big Apple"
19
- ],
20
- "dct_issued_s": "2014",
21
- "dct_provenance_s": "NYU",
22
- "dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34564\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74563/nyu_2451_34564.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wms\"}",
23
- "dct_spatial_sm": [
24
- "New York, New York, United States"
25
- ],
26
- "dct_temporal_sm": [
27
- "2014"
28
- ],
29
- "geoblacklight_version": "1.0",
30
- "layer_geom_type_s": "Point",
31
- "layer_id_s": "sdr:nyu_2451_34564",
32
- "layer_modified_dt": "2016-04-20T21:31:14Z",
33
- "layer_slug_s": "nyu-2451-34564",
34
- "nyu_addl_dspace_s": "35497",
35
- "solr_geom": "ENVELOPE(-74.2485646353495, -73.7322869841185, 40.8962098695574, 40.4995658893951)",
36
- "solr_year_i": 2014
37
- }
@@ -1,38 +0,0 @@
1
- {
2
- "dc_identifier_s": "http://purl.stanford.edu/dp018hs9766",
3
- "dc_title_s": "1-Meter Shaded Relief Multibeam Bathymetry Image (Color): Elkhorn Slough, California, 2005",
4
- "dc_description_s": "This layer is a 10-color shaded relief GeoTIFF that contains high-resolution bathymetric data collected from the Elkhorn Slough region of Monterey Bay, California. The survey for Elkhorn Slough was conducted 8/12/2005 - 8/15/2005. Elkhorn Slough, one of the largest remaining coastal wetlands in California, has been directly subjected to tidal scour since the opening of Moss Landing Harbor in 1946. This erosion endangers the habitat of several rare and endangered species and disrupts the wetland ecosystem as a whole. In 2003, the Seafloor Mapping Lab of California State University, Monterey Bay created the most detailed bathymetry model of the Slough to date using a combination of multi-beam sonar, single-beam sonar and aerial photography. This layer was created as part of the California Seafloor Mapping Project.This project was conducted to determine changes in the pattern of erosion and deposition in Elkhorn Slough since surveys conducted in 1993, 2001 and 2003. Marine data offered here represent the efforts of a comprehensive state waters mapping program for California launched by the California State Coastal Conservancy, Ocean Protection Council, Department of Fish and Game, and the NOAA National Marine Sanctuary Program. The ultimate goal is the creation of a high-resolution 1:24,000 scale geologic and habitat base map series covering all of California's 14,500 km2 state waters out to the 3 mile limit, and support of the state's Marine Life Protection Act Initiative (MLPA) goal to create a statewide network of Marine Protected Areas (MPAs). This statewide project requires, involves and leverages expertise from industry, resource management agencies and academia. The tiered mapping campaign involves the use of state-of-the-art sonar, LIDAR (aerial laser) and video seafloor mapping technologies; computer aided classification and visualization; expert geologic and habitat interpretations codified into strip maps spanning California's land/sea boundary; and the creation of an online, publicly accessible data repository for the dissemination of all mapping products.\n",
5
- "dc_rights_s": "Restricted",
6
- "dct_provenance_s": "Stanford",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://purl.stanford.edu/dp018hs9766\",\"http://schema.org/downloadUrl\":\"http://stacks.stanford.edu/file/druid:dp018hs9766/data.zip\",\"http://www.loc.gov/mods/v3\":\"http://purl.stanford.edu/dp018hs9766.mods\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"https://raw.githubusercontent.com/OpenGeoMetadata/edu.stanford.purl/master/dp/018/hs/9766/iso19139.xml\",\"http://www.opengis.net/def/serviceType/ogc/wcs\":\"https://geowebservices-restricted.stanford.edu/geoserver/wcs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://geowebservices-restricted.stanford.edu/geoserver/wms\"}",
8
- "layer_id_s": "druid:dp018hs9766",
9
- "layer_slug_s": "stanford-dp018hs9766",
10
- "layer_geom_type_s": "Raster",
11
- "layer_modified_dt": "2015-04-16T23:09:17Z",
12
- "dc_format_s": "GeoTIFF",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": "Seafloor Mapping Lab",
16
- "dc_creator_sm": [
17
- "Seafloor Mapping Lab"
18
- ],
19
- "dc_subject_sm": [
20
- "Continental margins",
21
- "Multibeam mapping",
22
- "Elevation",
23
- "Imagery and Base Maps",
24
- "Inland Waters"
25
- ],
26
- "dct_issued_s": "2005",
27
- "dct_temporal_sm": [
28
- "2005"
29
- ],
30
- "dct_spatial_sm": [
31
- "Elkhorn Slough (Calif.)",
32
- "Monterey Bay (Calif.)"
33
- ],
34
- "solr_geom": "ENVELOPE(-121.7948738, -121.7389503, 36.8606925, 36.8085911)",
35
- "solr_year_i": 2005,
36
- "stanford_rights_metadata_s": "<?xml version=\"1.0\"?>\n<rightsMetadata>\n <access type=\"discover\">\n <machine>\n <world/>\n </machine>\n </access>\n <access type=\"read\">\n <machine>\n <group>Stanford</group>\n </machine>\n </access>\n <use>\n <human type=\"useAndReproduction\">These data are licensed by Stanford Libraries and are available to Stanford University affiliates only. Affiliates are limited to current faculty, staff and students. These data may not be reproduced or used for any purpose without permission. For more information please contact brannerlibrary@stanford.edu.</human>\n <human type=\"creativeCommons\"/>\n <machine type=\"creativeCommons\"/>\n </use>\n <copyright>\n <human>Copyright ownership resides with the originator.</human>\n </copyright>\n</rightsMetadata>\n",
37
- "geoblacklight_version": "1.0"
38
- }
@@ -1,42 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "dc_description_s": "The Illinois Environmental Protection Agency's collection of geospatial resources on their Open Data Geoportal include vehicle emissions testing locations and waste disposal sites.",
4
- "layer_modified_dt": "2019-08-29T16:54:48Z",
5
- "solr_geom": "ENVELOPE(-91.51308, -87.49520, 42.50848, 36.97030)",
6
- "dct_references_s": "{\"http://schema.org/url\":\"https://illinoisepaopendata-illinois-epa.opendata.arcgis.com\"}",
7
- "dc_rights_s": "Public",
8
- "b1g_centroid_ss": "39.73939,-89.50414",
9
- "layer_geom_type_s": "Table",
10
- "b1g_status_s": "Active",
11
- "dct_provenance_s": "Illinois",
12
- "dc_subject_sm": [
13
- "State agencies geospatial data"
14
- ],
15
- "dct_temporal_sm": [
16
- "2015-2018"
17
- ],
18
- "b1g_code_s": "02a-02",
19
- "b1g_genre_sm": [
20
- "Geospatial data"
21
- ],
22
- "b1g_keyword_sm": [
23
- "Environment,Health,Transportation,Location"
24
- ],
25
- "dc_creator_sm": [
26
- "Illinois Environmental Protection Agency"
27
- ],
28
- "dc_identifier_s": "02a-02",
29
- "solr_year_i": 2015,
30
- "thumbnail_path_ss": "https://www2.illinois.gov/epa/Style%20Library/SOISierra/Images/SiteLogo.png",
31
- "dct_spatial_sm": [
32
- "Illinois"
33
- ],
34
- "dc_publisher_sm": [
35
- "State of Illinois"
36
- ],
37
- "dc_type_sm": [
38
- "Collection"
39
- ],
40
- "dc_title_s": "Illinois EPA Open Data",
41
- "layer_slug_s": "02a-02"
42
- }
@@ -1,46 +0,0 @@
1
- {
2
- "dc_identifier_s": "http://hdl.handle.net/2451/34635",
3
- "dc_title_s": "2016 NYC Geodatabase, Open Source Version (jan2016)",
4
- "dc_description_s": "The NYC Geodatabase (nyc_gdb) is a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City. It contains geographic features and data compiled from several public sources. Subsets of large features like water, greenspace, and public facilities were created and Census geographies like tracts, ZCTAs, and PUMAs were geoprocessed to create land-based boundaries. Census data from the 2010 Census, American Community Survey (ACS), and ZIP Code Business Patterns are stored in tables that can be easily related to geographic features. Transit and public facility point data were gathered from several city agencies and transformed into spatial data that can be used for reference or analysis for measuring distance, drawing buffers, or counting features within areas. The data is provided in SQLite format.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Baruch CUNY",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34635\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74854/nyu_2451_34635.zip\",\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74855/nyu_2451_34635_doc.zip\"}",
8
- "layer_id_s": "sdr:nyu_2451_34635",
9
- "layer_slug_s": "nyu_2451_34635",
10
- "layer_geom_type_s": "Mixed",
11
- "layer_modified_dt": "2016-5-2T18:21:7Z",
12
- "dc_format_s": "SQLite Database",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": [
16
- "Newman Library (Bernard M. Baruch College)"
17
- ],
18
- "dc_creator_sm": "GIS Lab, Newman Library, Baruch CUNY",
19
- "dc_subject_sm": [
20
- "Boroughs",
21
- "Boundaries",
22
- "Counties"
23
- ],
24
- "dct_isPartOf_sm": "NYC Geodatabase (version jan2016)",
25
- "dct_issued_s": "1/15/2016",
26
- "dct_temporal_sm": [
27
- "2010",
28
- "2016"
29
- ],
30
- "dct_spatial_sm": [
31
- "New York, New York, United States",
32
- "Bronx County, New York, United States",
33
- "Kings County, New York, United States",
34
- "New York County, New York, United States",
35
- "Queens County, New York, United States",
36
- "Richmond County, New York, United States",
37
- "Borough of Bronx, New York, United States",
38
- "Borough of Brooklyn, New York, United States",
39
- "Borough of Manhattan, New York, United States",
40
- "Borough of Queens, New York, United States",
41
- "Borough of Staten Island, New York, United States"
42
- ],
43
- "solr_geom": "ENVELOPE(-74.255895, -73.700272, 40.9152819999998, 40.4959289999998)",
44
- "solr_year_i": 2016,
45
- "geoblacklight_version": "1.0"
46
- }
@@ -1,46 +0,0 @@
1
- {
2
- "dc_identifier_s": "http://hdl.handle.net/2451/34636",
3
- "dc_title_s": "2016 NYC Geodatabase, ArcGIS Version (jan2016)",
4
- "dc_description_s": "The NYC Geodatabase (nyc_gdb) is a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City. It contains geographic features and data compiled from several public sources. Subsets of large features like water, greenspace, and public facilities were created and Census geographies like tracts, ZCTAs, and PUMAs were geoprocessed to create land-based boundaries. Census data from the 2010 Census, American Community Survey (ACS), and ZIP Code Business Patterns are stored in tables that can be easily related to geographic features. Transit and public facility point data were gathered from several city agencies and transformed into spatial data that can be used for reference or analysis for measuring distance, drawing buffers, or counting features within areas. The data is provided in ESRI Geodatabase format.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Baruch CUNY",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34636\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74856/nyu_2451_34636.zip\",\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74857/nyu_2451_34636_doc.zip\"}",
8
- "layer_id_s": "sdr:nyu_2451_34636",
9
- "layer_slug_s": "nyu_2451_34636",
10
- "layer_geom_type_s": "Mixed",
11
- "layer_modified_dt": "2016-5-2T18:21:7Z",
12
- "dc_format_s": "ESRI Geodatabase",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": [
16
- "Newman Library (Bernard M. Baruch College)"
17
- ],
18
- "dc_creator_sm": "GIS Lab, Newman Library, Baruch CUNY",
19
- "dc_subject_sm": [
20
- "Boroughs",
21
- "Boundaries",
22
- "Counties"
23
- ],
24
- "dct_isPartOf_sm": "NYC Geodatabase (version jan2016)",
25
- "dct_issued_s": "1/15/2016",
26
- "dct_temporal_sm": [
27
- "2010",
28
- "2016"
29
- ],
30
- "dct_spatial_sm": [
31
- "New York, New York, United States",
32
- "Bronx County, New York, United States",
33
- "Kings County, New York, United States",
34
- "New York County, New York, United States",
35
- "Queens County, New York, United States",
36
- "Richmond County, New York, United States",
37
- "Borough of Bronx, New York, United States",
38
- "Borough of Brooklyn, New York, United States",
39
- "Borough of Manhattan, New York, United States",
40
- "Borough of Queens, New York, United States",
41
- "Borough of Staten Island, New York, United States"
42
- ],
43
- "solr_geom": "ENVELOPE(-74.255895, -73.700272, 40.9152819999998, 40.4959289999998)",
44
- "solr_year_i": 2016,
45
- "geoblacklight_version": "1.0"
46
- }
@@ -1,49 +0,0 @@
1
- {
2
- "dc_identifier_s": "http://hdl.handle.net/2451/34502",
3
- "dc_title_s": "2015 New York City Subway Complexes and Ridership",
4
- "dc_description_s": "The subway complexes layer was created to represent ridership data for the NYC subway system (Metropolitan Transportation Authority, or MTA). This layer is a subset of the subway stations layer (nyu_2451_34503) that has been combined with MTA statistics on ridership; it was originally created in August 2012 and has been updated annually. Ridership data is not available for each individual subway station, as many stations are linked via common entrances and passageways where transfers are free, and because ridership data is not collected for the Staten Island Railway stations. This layer was created by choosing an individual station from nyu_2451_34503 to represent the entire complex, and modifying the station name and train fields appropriately. It should be used for mapping ridership data or for analysis that requires this data, and not for specifying actual station locations or measuring distances. There are 421 complexes, and the field station_ct indicates how many stations are part of a complex. Annual, average weekday, and average weekend ridership is provided for 2007 to 2014. The unique ID is complex_id, which was created by alphabetizing the complexes by borough and station name and assigning a sequential number to a borough prefix. This layer does not include the new 34th St - 11 Av station on the 7 line; it will be updated in summer 2016 once ridership data becomes available. This layer was created as part of the NYC Geodatabase (NYC GDB) project, a resource designed for basic geographic analysis and thematic mapping within the five boroughs of New York City.",
5
- "dc_rights_s": "Public",
6
- "dct_provenance_s": "Baruch CUNY",
7
- "dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34502\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/retrieve/74701/nyu_2451_34502.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://maps-public.geo.nyu.edu/geoserver/sdr/wms\",\"http://www.isotc211.org/schemas/2005/gmd/\":\"http://metadata.geo.nyu.edu/records/edu.nyu/handle/2451/34502/iso19139.xml\",\"http://lccn.loc.gov/sh85035852\":\"https://archive.nyu.edu/retrieve/74755/nyu_2451_34502_doc.zip\"}",
8
- "layer_id_s": "sdr:nyu_2451_34502",
9
- "layer_slug_s": "nyu_2451_34502",
10
- "layer_geom_type_s": "Point",
11
- "layer_modified_dt": "2016-5-2T18:21:5Z",
12
- "dc_format_s": "Shapefile",
13
- "dc_language_s": "English",
14
- "dc_type_s": "Dataset",
15
- "dc_publisher_s": [
16
- "Newman Library (Bernard M. Baruch College)"
17
- ],
18
- "dc_creator_sm": "GIS Lab, Newman Library, Baruch CUNY",
19
- "dc_subject_sm": [
20
- "Subway stations",
21
- "Transportation",
22
- "Urban transportation",
23
- "Local transit",
24
- "Commuting"
25
- ],
26
- "dct_isPartOf_sm": "NYC Geodatabase (version jan2016)",
27
- "dct_issued_s": "1/15/2016",
28
- "dct_temporal_sm": [
29
- "2015"
30
- ],
31
- "dct_spatial_sm": [
32
- "New York, New York, United States",
33
- "Bronx County, New York, United States",
34
- "Kings County, New York, United States",
35
- "New York County, New York, United States",
36
- "Queens County, New York, United States",
37
- "Borough of Bronx, New York, United States",
38
- "Borough of Brooklyn, New York, United States",
39
- "Borough of Manhattan, New York, United States",
40
- "Borough of Queens, New York, United States"
41
- ],
42
- "solr_geom": "ENVELOPE(-74.030876, -73.755405, 40.9031249999998, 40.5761269999998)",
43
- "solr_year_i": 2015,
44
- "dc_source_sm": [
45
- "nyu_2451_34635",
46
- "nyu_2451_34636"
47
- ],
48
- "geoblacklight_version": "1.0"
49
- }
@@ -1,20 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "dc_identifier_s": "ark:/88435/sx61dn82p",
4
- "layer_slug_s": "princeton-sx61dn82p",
5
- "dc_title_s": "East Asia and Oceania",
6
- "solr_geom": "ENVELOPE(-124.73333333333333, 68.0, 62.45, -53.233333333333334)",
7
- "dct_provenance_s": "Princeton",
8
- "dc_rights_s": "Public",
9
- "dc_description_s": "United States. Central Intelligence Agency. Map no. 802861 (A04678) 4-02.",
10
- "dc_language_s": "eng",
11
- "dc_publisher_s": "[Washington, D.C.] : [Central Intelligence Agency], 2002.",
12
- "dc_subject_sm": [
13
- "Asia, east — Maps"
14
- ],
15
- "layer_modified_dt": "2018-06-07T06:03:16Z",
16
- "layer_id_s": "public-figgy:a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a",
17
- "dct_references_s": "{\"http://schema.org/url\":\"https://catalog.princeton.edu/catalog/6829320\",\"http://schema.org/downloadUrl\":\"https://figgy.princeton.edu/downloads/a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a/file/36a2274c-e0c6-4901-a14f-7c422d15e194\",\"http://schema.org/thumbnailUrl\":\"https://figgy.princeton.edu/downloads/a990e1b4-7f0e-44b8-ae2a-de7e93cdd74a/file/726bf9ce-7f57-48bc-9e9f-45fc5b93c6f0\",\"http://iiif.io/api/image\":\"https://libimages1.princeton.edu/loris/figgy_prod/2e%2Fa9%2F43%2F2ea943b0bd4348fc9954b299f1b359f6%2Fintermediate_file.jp2/info.json\",\"http://iiif.io/api/presentation#manifest\":\"https://figgy.princeton.edu/concern/scanned_maps/0c2e1053-22ef-409e-ad9a-7a4709a5efcb/manifest\"}",
18
- "layer_geom_type_s": "Image",
19
- "dc_format_s": "TIFF"
20
- }
@@ -1,42 +0,0 @@
1
- {
2
- "geoblacklight_version": "1.0",
3
- "dc_identifier_s": "https://cugir.library.cornell.edu/catalog/cugir-007741",
4
- "dc_title_s": "Air Monitoring Stations, Adirondack Park, 2000",
5
- "dc_description_s": " This dataset shows the location of each ambient air quality monitoring station currently being operated by the Bureau of Air Quality Surveillance (BAQS), Division of Air Resources, New York State Department of Environmental Conservation.",
6
- "dc_rights_s": "Public",
7
- "dct_provenance_s": "Cornell",
8
- "dct_references_s": "{\"http://schema.org/downloadUrl\":\"https://s3.amazonaws.com/cugir-data/00/77/41/cugir-007741.zip\",\"http://www.opengis.net/cat/csw/csdgm\":\"https://s3.amazonaws.com/cugir-data/00/77/41/fgdc.xml\",\"http://www.w3.org/1999/xhtml\":\"https://s3.amazonaws.com/cugir-data/00/77/41/fgdc.html\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"https://cugir.library.cornell.edu/geoserver/cugir/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"https://cugir.library.cornell.edu/geoserver/cugir/wms\"}",
9
- "cugir_addl_downloads_s": "{}",
10
- "layer_id_s": "cugir007741",
11
- "layer_slug_s": "cugir-007741",
12
- "dc_type_s": "Dataset",
13
- "dc_format_s": "Shapefile",
14
- "cugir_filesize_s": "0.07 MB",
15
- "layer_geom_type_s": "Point",
16
- "layer_modified_dt": "2017-10-05T00:00:00Z",
17
- "dc_creator_sm": [
18
- "New York State Department of Energy Conservation Bureau of Air Quality Surveillance"
19
- ],
20
- "dc_publisher_sm": [
21
- "Geographic Data Presentation Form: Map"
22
- ],
23
- "dc_subject_sm": [
24
- "environment",
25
- "Air quality monitoring stations",
26
- "Air quality management",
27
- "Air--Pollution--Measurement",
28
- "New York State--Dept Energy Conservation"
29
- ],
30
- "cugir_category_sm": [
31
- "environment",
32
- "climate"
33
- ],
34
- "dct_spatial_sm": [
35
- "New York"
36
- ],
37
- "dct_issued_s": "2000-06-00",
38
- "dct_temporal_sm": [
39
- "-Pres"
40
- ],
41
- "solr_geom": "ENVELOPE(-74.989258, -73.858335, 44.67778, 43.452994)"
42
- }