This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
items1-50.json
1352 lines (1352 loc) · 87 KB
/
items1-50.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{"output 1": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34186",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34186",
"dc_title_s": "2010 U.S. USGS 1:250,000 Topographic Quadrangle Series Index",
"dc_description_s": " U.S. USGS 1:250,000 Topographic Quadrangle Series Index represents the geographic extent of USGS 1:250,000 topographic maps (1- by 2-degree quadrangles) for the coterminous U.S. forty-eight states and District of Columbia.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34186\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34186/2/nyu-2010USUSGS1250000TopographicQuadrangleSeriesIndex.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USUSGS1250000TopographicQuadrangleSeriesIndex",
"layer_slug_s": "nyu-2010USUSGS1250000TopographicQuadrangleSeriesIndex",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:1:58Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Topographic maps"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 2": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34185",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34185",
"dc_title_s": "2010 U.S. USGS 1:24,000 Topographic Quadrangle Series Index",
"dc_description_s": " U.S. USGS 1:24,000 Topographic Quadrangle Series Index represents the geographic extent of USGS 1:24,000 topographic maps (7.5- by 7.5-minute quadrangles) for the coterminous U.S. forty-eight states and District of Columbia.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34185\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34185/2/nyu-2010USUSGS124000TopographicQuadrangleSeriesIndex.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USUSGS124000TopographicQuadrangleSeriesIndex",
"layer_slug_s": "nyu-2010USUSGS124000TopographicQuadrangleSeriesIndex",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:1:58Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Topographic maps","United States--Maps"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 3": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34184",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34184",
"dc_title_s": "2010 U.S. USGS 1:100,000 Topographic Quadrangle Series Index",
"dc_description_s": " U.S. USGS 1:100,000 Topographic Quadrangle Series Index represents the geographic extent of USGS 1:100,000 topographic maps (30- by 60-minute quadrangles) for the coterminous U.S. forty-eight states and District of Columbia.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34184\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34184/2/nyu-2010USUSGS1100000TopographicQuadrangleSeriesIndex.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USUSGS1100000TopographicQuadrangleSeriesIndex",
"layer_slug_s": "nyu-2010USUSGS1100000TopographicQuadrangleSeriesIndex",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:1:59Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Topographic maps"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 4": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34183",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34183",
"dc_title_s": "2010 U.S. State Plane Zones (NAD 1983)",
"dc_description_s": " U.S. State Plane Zones (NAD 1983) represents the State Plane Coordinate System (SPCS) Zones for the 1983 North American Datum within United States. Several State Plane Coordinate System zones are not shown in this dataset, including Puerto Rico, the U.S. Virgin Islands, American Samoa, Guam, and Louisiana's offshore zone.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34183\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34183/2/nyu-2010USStatePlaneZonesNAD1983.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USStatePlaneZonesNAD1983",
"layer_slug_s": "nyu-2010USStatePlaneZonesNAD1983",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:1:59Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": [],
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["United States--Maps"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 5": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34182",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34182",
"dc_title_s": "2010 U.S. State Plane Zones (NAD 1927)",
"dc_description_s": " U.S. State Plane Zones (NAD 1927) represents the State Plane Coordinate System (SPCS) Zones for the 1927 North American Datum within United States. Several State Plane Coordinate System zones are not shown in this dataset, including Puerto Rico, the U.S. Virgin Islands, American Samoa, Guam, and Louisiana's offshore zone.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34182\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34182/2/nyu-2010USStatePlaneZonesNAD1927.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USStatePlaneZonesNAD1927",
"layer_slug_s": "nyu-2010USStatePlaneZonesNAD1927",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:1:59Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["United States--Maps"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 6": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34181",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34181",
"dc_title_s": "2010 U.S. National Atlas Public Land Survey",
"dc_description_s": " U.S. National Atlas Public Land Survey represents the Public Land Surveys (for example, donation lands, land grants, and public and private surveys of public lands) of the United States.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34181\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34181/2/nyu-2010USNationalAtlasPublicLandSurvey.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USNationalAtlasPublicLandSurvey",
"layer_slug_s": "nyu-2010USNationalAtlasPublicLandSurvey",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:0Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": [],
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Public lands","Public land records","Public lands--United States"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 7": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34180",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34180",
"dc_title_s": "2010 U.S. Transportation Terminals",
"dc_description_s": " U.S. Transportation Terminals represents locations within the United States for transportation terminals such as public transport stops, railway stations, ferry terminals, and other significant transportation nodes.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34180\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34180/2/nyu-2010USTransportatiTerminals.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USTransportatiTerminals",
"layer_slug_s": "nyu-2010USTransportatiTerminals",
"layer_geom_type_s": "Point",
"layer_modified_dt": "2015-8-6T15:2:0Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Transportation","Terminals (Transportation)"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 8": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34179",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34179",
"dc_title_s": "2010 U.S. National Transportation Atlas Railroads",
"dc_description_s": " U.S. National Transportation Atlas Railroads represents a comprehensive database of the nation's railway system at 1:100,000 scale. The data set covers the 48 contiguous States plus the District of Columbia within United States.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34179\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34179/2/nyu-2010USNationalTransportatiAtlasRailroads.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USNationalTransportatiAtlasRailroads",
"layer_slug_s": "nyu-2010USNationalTransportatiAtlasRailroads",
"layer_geom_type_s": "Line",
"layer_modified_dt": "2015-8-6T15:2:1Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Railroads","Transportation","Railroads and state--United States"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 9": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34178",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34178",
"dc_title_s": "2010 U.S. Major Roads",
"dc_description_s": " U.S. Major Roads represents interstates, freeways, U.S. and state highways, major streets and roads, primary, secondary, and local roads, access ramps, ferry crossings, and other major thoroughfares within the United States.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34178\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34178/2/nyu-2010USMajorRoads.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USMajorRoads",
"layer_slug_s": "nyu-2010USMajorRoads",
"layer_geom_type_s": "Line",
"layer_modified_dt": "2015-8-6T15:2:1Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Roads","Transportation","Streets","Ferry terminals"],
"dct_isPartOf_sm": "ESRI 10 USA Trans",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 10": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34177",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34177",
"dc_title_s": "2010 U.S. Major Highways",
"dc_description_s": " U.S. Major Highways represents the major highways of the United States. These include interstates, U.S. highways, state highways, and major roads. This dataset is from the Census 2000 TIGER\/Line files. It contains all Class 1 and 2 roads segments plus any other road segments necessary to provide network connectivity for the Class_Rte field.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34177\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34177/2/nyu-2010USMajorHighways.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USMajorHighways",
"layer_slug_s": "nyu-2010USMajorHighways",
"layer_geom_type_s": "Line",
"layer_modified_dt": "2015-8-6T15:2:1Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Roads","Roads--United States","Transportation"],
"dct_isPartOf_sm": "ESRI 10 USA Trans",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 11": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34176",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34176",
"dc_title_s": "2010 U.S. National Transportation Atlas Interstate Highways",
"dc_description_s": " U.S. National Transportation Atlas Interstate Highways represents rural and urban interstate highways. U.S. National Transportation Atlas Interstate Highways is part of the National Highway Planning Network, published by the Federal Highway Administration as part of the National Transportation Atlas Databases for the United States.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34176\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34176/2/nyu-2010USNationalTransportatiAtlasInterstateHighways.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USNationalTransportatiAtlasInterstateHighways",
"layer_slug_s": "nyu-2010USNationalTransportatiAtlasInterstateHighways",
"layer_geom_type_s": "Line",
"layer_modified_dt": "2015-8-6T15:2:2Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Interstate Highway System","Transportation","Roads--America"],
"dct_isPartOf_sm": "ESRI 10 USA Trans",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 12": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34175",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34175",
"dc_title_s": "2010 U.S. Highways",
"dc_description_s": " U.S. Highways represents the major and minor highways of the United States. These include interstates, U.S. highways, state highways, major roads, and minor roads. This dataset is from the Census 2000 TIGER\/Line files. It contains all Class 1, 2, and 3 road segments plus any other roads segments necessary to provide network connectivity for the Class_Rte field.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34175\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34175/2/nyu-2010USHighways.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USHighways",
"layer_slug_s": "nyu-2010USHighways",
"layer_geom_type_s": "Line",
"layer_modified_dt": "2015-8-6T15:2:2Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Transportation","Transportation--United States","Roads","Roads--United States"],
"dct_isPartOf_sm": "ESRI 10 USA Trans",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 13": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34174",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34174",
"dc_title_s": "2010 U.S. National Atlas Airports",
"dc_description_s": " U.S. National Atlas Airports represents airports in the United States, Puerto Rico, U.S. Virgin Islands, and U.S. Possessions with airport passenger enplanements of greater than or equal to 100 passengers per year.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34174\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34174/2/nyu-2010USNationalAtlasAirports.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USNationalAtlasAirports",
"layer_slug_s": "nyu-2010USNationalAtlasAirports",
"layer_geom_type_s": "Point",
"layer_modified_dt": "2015-8-6T15:2:3Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Transportation","Airports","Airplanes"],
"dct_isPartOf_sm": "ESRI 10 USA Trans",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America","U.S. Virgin Islands","Puerto Rico"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf","http:\/\/sws.geonames.org\/4796775\/about\/rdf","http:\/\/sws.geonames.org\/4566966\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 14": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34173",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34173",
"dc_title_s": "2010 U.S. Airports",
"dc_description_s": " U.S. Airports represents airport grounds and airport runways within the United States. All airports have a boundary, and most have at least one runway.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34173\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34173/2/nyu-2010USAirports.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010USAirports",
"layer_slug_s": "nyu-2010USAirports",
"layer_geom_type_s": "Point",
"layer_modified_dt": "2015-8-6T15:2:3Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": ["Airports","Transportation","Transportation--United States"],
"dct_isPartOf_sm": "ESRI 10 USA Trans",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["United States of America"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/6252001\/about\/rdf"],
"georss_box_s": "24.7073204053 -170.1769013405 71.6032483233 -64.5665435791",
"georss_polygon_s": "24.7073204053 -170.1769013405 71.6032483233 -170.1769013405 71.6032483233 -64.5665435791 24.7073204053 -64.5665435791 24.7073204053 -170.1769013405",
"solr_geom": "ENVELOPE(-170.1769013405, -64.5665435791, 71.6032483233, 24.7073204053)",
"solr_year_i": 2010}],"output 15": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34172",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34172",
"dc_title_s": "2010 New York City State Senate Districts",
"dc_description_s": " New York State Senate district boundaries for the City of New York. These district boundaries represent the redistricting as of the US Census 2000.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34172\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34172/2/nyu-2010NewYorkCityStateSenateDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityStateSenateDistricts",
"layer_slug_s": "nyu-2010NewYorkCityStateSenateDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:5Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["Government","Politics and government","Districts","New York (N.Y.)--Politics and government"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 16": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34171",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34171",
"dc_title_s": "2010 New York City School Districts",
"dc_description_s": " The NYC School District boundaries as of 2010.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34171\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34171/2/nyu-2010NewYorkCitySchoolDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCitySchoolDistricts",
"layer_slug_s": "nyu-2010NewYorkCitySchoolDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:5Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": [],
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["School districts","Education","Districts","School district size","Boundaries"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 17": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34170",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34170",
"dc_title_s": "2010 New York City Police Precincts",
"dc_description_s": " The service area boundaries for New York City's police precincts.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34170\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34170/2/nyu-2010NewYorkCityPolicePrecincts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityPolicePrecincts",
"layer_slug_s": "nyu-2010NewYorkCityPolicePrecincts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:5Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": [],
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["Police","Police dispatchers","New York (N.Y.)--Social conditions"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 18": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34169",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34169",
"dc_title_s": "2010 New York City Municipal Court Districts",
"dc_description_s": " The New York City Municipal Court boundaries.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34169\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34169/2/nyu-2010NewYorkCityMunicipalCourtDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityMunicipalCourtDistricts",
"layer_slug_s": "nyu-2010NewYorkCityMunicipalCourtDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:6Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": [],
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["Courts","Municipal courts","Districts","District courts"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 19": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34168",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34168",
"dc_title_s": "2010 New York City Health Center Districts",
"dc_description_s": " The service area boundaries for New York City's health centers.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34168\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34168/2/nyu-2010NewYorkCityHealthCenterDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityHealthCenterDistricts",
"layer_slug_s": "nyu-2010NewYorkCityHealthCenterDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:6Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["Health","Health and hygiene"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 20": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34167",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34167",
"dc_title_s": "2010 New York City Health Areas",
"dc_description_s": " The boundaries for New York City's Health Areas.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34167\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34167/2/nyu-2010NewYorkCityHealthAreas.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityHealthAreas",
"layer_slug_s": "nyu-2010NewYorkCityHealthAreas",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:6Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["Health","Health and hygiene"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 21": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34166",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34166",
"dc_title_s": "2010 New York City Fire Divisions",
"dc_description_s": " The service area boundaries for New York City's fire divisions.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34166\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34166/2/nyu-2010NewYorkCityFireDivisions.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityFireDivisions",
"layer_slug_s": "nyu-2010NewYorkCityFireDivisions",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:6Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["Fire fighters","Fire engines","Fire engine driving"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 22": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34165",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34165",
"dc_title_s": "2010 New York City Fire Companies",
"dc_description_s": " The service area boundaries for New York City's fire companies.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34165\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34165/2/nyu-2010NewYorkCityFireCompanies.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityFireCompanies",
"layer_slug_s": "nyu-2010NewYorkCityFireCompanies",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:7Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "Dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": ["Fire prevention","Fire engine driving","Fire engines--Dispatching"],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 23": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34164",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34164",
"dc_title_s": "2010 New York City Fire Battalions",
"dc_description_s": " The service area boundaries for New York City's fire battalions.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34164\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34164/2/nyu-2010NewYorkCityFireBattalions.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityFireBattalions",
"layer_slug_s": "nyu-2010NewYorkCityFireBattalions",
"layer_geom_type_s": "Point",
"layer_modified_dt": "2015-8-6T15:2:7Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": [],
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": ["New York City, New York, United States"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/5128581\/about\/rdf"],
"georss_box_s": "40.343124414571 -74.498383114354 41.085413785429 -73.513562685646",
"georss_polygon_s": "40.343124414571 -74.498383114354 41.085413785429 -74.498383114354 41.085413785429 -73.513562685646 40.343124414571 -73.513562685646 40.343124414571 -74.498383114354",
"solr_geom": "ENVELOPE(-74.498383114354, -73.513562685646, 41.085413785429, 40.343124414571)",
"solr_year_i": 2010}],"output 24": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34163",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34163",
"dc_title_s": "2010 New York City Election Districts",
"dc_description_s": " New York City Board of Elections election districts for the City of New York. These district boundaries represent the redistricting as of the US Census 2000.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34163\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34163/2/nyu-2010NewYorkCityElectiDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityElectiDistricts",
"layer_slug_s": "nyu-2010NewYorkCityElectiDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:7Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 25": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34162",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34162",
"dc_title_s": "2010 New York City Census Tracts Water Included",
"dc_description_s": " The Census Tracts for the 2000 US Census. These boundary files are derived from the US Census Bureau's TIGER project and have been geographically modified to fit the New York City base map.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34162\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34162/2/nyu-2010NewYorkCityCensusTractsWaterIncluded.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityCensusTractsWaterIncluded",
"layer_slug_s": "nyu-2010NewYorkCityCensusTractsWaterIncluded",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:8Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 26": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34161",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34161",
"dc_title_s": "2010 New York City Census Tracts for 2000 US Census",
"dc_description_s": " The Census Tracts for the 2000 US Census. These boundary files are derived from the US Census Bureau's TIGER project and have been geographically modified to fit the New York City base map. Because some census tract are under water not all census tracts are contained in this file, only census tracts that are partially or totally located on land have been mapped in this file.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34161\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34161/2/nyu-2010NewYorkCityCensusTracts2000USCensus.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityCensusTracts2000USCensus",
"layer_slug_s": "nyu-2010NewYorkCityCensusTracts2000USCensus",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:8Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 27": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34160",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34160",
"dc_title_s": "2010 New York City Congressional Districts",
"dc_description_s": " US House of Representatives Congressional District boundaries for the City of New York. These district boundaries represent the redistricting as of the US Census 2000.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34160\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34160/2/nyu-2010NewYorkCityCongressionalDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityCongressionalDistricts",
"layer_slug_s": "nyu-2010NewYorkCityCongressionalDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:8Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 28": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34159",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34159",
"dc_title_s": "2010 New York City Community Districts",
"dc_description_s": " Community Districts are mandated by the city charter to review and monitor quality of life issues for New York City neighborhoods.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34159\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34159/2/nyu-2010NewYorkCityCommunityDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityCommunityDistricts",
"layer_slug_s": "nyu-2010NewYorkCityCommunityDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:8Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 29": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34158",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34158",
"dc_title_s": "2010 New York City Council Districts",
"dc_description_s": " The City Council Districts are the result of the recent redistricting process, which takes place every ten years to reflect population changes reported in the 2000 Census. These geographies were redrawn by the New York City Council Redistricting Commission.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34158\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34158/2/nyu-2010NewYorkCityCouncilDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityCouncilDistricts",
"layer_slug_s": "nyu-2010NewYorkCityCouncilDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:8Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 30": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34157",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34157",
"dc_title_s": "2010 New York City Census Blocks Water Included",
"dc_description_s": " The Census Blocks for the 2000 US Census. These boundary files are derived from the US Census Bureau's TIGER project and have been geographically modified to fit the New York City base map.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34157\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34157/2/nyu-2010NewYorkCityCensusBlocksWaterIncluded.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityCensusBlocksWaterIncluded",
"layer_slug_s": "nyu-2010NewYorkCityCensusBlocksWaterIncluded",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:9Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 31": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34156",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34156",
"dc_title_s": "2010 New York City Census Blocks for 2000 US Census",
"dc_description_s": " The Census Blocks for the 2000 US Census. These boundary files are derived from the US Census Bureau's TIGER project and have been geographically modified to fit the New York City base map. Because some census blocks are under water not all census blocks are contained in this file, only census blocks that are partially or totally located on land have been mapped in this file.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34156\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34156/2/nyu-2010NewYorkCityCensusBlocks2000USCensus.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityCensusBlocks2000USCensus",
"layer_slug_s": "nyu-2010NewYorkCityCensusBlocks2000USCensus",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:9Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 32": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34155",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34155",
"dc_title_s": "2010 New York City Borough Boundaries Water Included",
"dc_description_s": " The borough boundaries of New York City including portions of the borough under water.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34155\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34155/2/nyu-2010NewYorkCityBoroughBoundariesWaterIncluded.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityBoroughBoundariesWaterIncluded",
"layer_slug_s": "nyu-2010NewYorkCityBoroughBoundariesWaterIncluded",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:9Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 33": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34154",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34154",
"dc_title_s": "2010 New York City Borough Boundaries",
"dc_description_s": " The borough boundaries of New York City clipped to the shoreline at mean high tide.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34154\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34154/2/nyu-2010NewYorkCityBoroughBoundaries.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityBoroughBoundaries",
"layer_slug_s": "nyu-2010NewYorkCityBoroughBoundaries",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:9Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 34": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34153",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34153",
"dc_title_s": "2010 New York City, State Assembly Districts",
"dc_description_s": " New York State Assembly District boundaries for the City of New York. These district boundaries represent the redistricting as of the US Census 2000.",
"dc_rights_s": "Public",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34153\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34153/2/nyu-2010NewYorkCityStateAssemblyDistricts.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-public.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010NewYorkCityStateAssemblyDistricts",
"layer_slug_s": "nyu-2010NewYorkCityStateAssemblyDistricts",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:9Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": "New York (City). Department of City Planning",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": [],
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", York Cit"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 35": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34152",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34152",
"dc_title_s": "2010 Europe NUTS 3 Demographics",
"dc_description_s": " Europe NUTS 3 Demographics represents areas of aggregated socioeconomic and demographic information at the NUTS 3 level for Europe. NUTS 3 units have an average population between 150,000 and 800,000 people. NUTS (Nomenclature des Unit\u00c3\u00a9s Territoriales Statistiques) refers to the Nomenclature of Territorial Units for Statistics. For more information: http:\/\/ec.europa.eu\/eurostat\/ramon\/nuts\/home_regions_en.html.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34152\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34152/2/nyu-2010EuropeNUTS3Demographics.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010EuropeNUTS3Demographics",
"layer_slug_s": "nyu-2010EuropeNUTS3Demographics",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:10Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": "ESRI 10 Europe",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", p"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 36": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34151",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34151",
"dc_title_s": "2010 Europe NUTS 2 Demographics",
"dc_description_s": " Europe NUTS 2 Demographics represents areas of aggregated socioeconomic and demographic information at the NUTS 2 level for Europe. NUTS 2 units have an average population between 800,000 and 3,000,000 people. NUTS (Nomenclature des Unit\u00c3\u00a9s Territoriales Statistiques) refers to the Nomenclature of Territorial Units for Statistics. For more information: http:\/\/ec.europa.eu\/eurostat\/ramon\/nuts\/home_regions_en.html.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34151\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34151/2/nyu-2010EuropeNUTS2Demographics.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010EuropeNUTS2Demographics",
"layer_slug_s": "nyu-2010EuropeNUTS2Demographics",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:10Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": "ESRI 10 Europe",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", p"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 37": [
{
"uuid": "http:\/\/hdl.handle.net\/2451\/34150",
"dc_identifier_s": "http:\/\/hdl.handle.net\/2451\/34150",
"dc_title_s": "2010 Europe NUTS 1 Demographics",
"dc_description_s": " Europe NUTS 1 Demographics represents areas of aggregated socioeconomic and demographic information at the NUTS 1 level for Europe. NUTS 1 units have an average population between three million and seven million people. NUTS (Nomenclature des Unit\u00c3\u00a9s Territoriales Statistiques) refers to the Nomenclature of Territorial Units for Statistics. For more information: http:\/\/ec.europa.eu\/eurostat\/ramon\/nuts\/home_regions_en.html.",
"dc_rights_s": "Restricted",
"dct_provenance_s": "NYU",
"dct_references_s": "{\"http://schema.org/url\":\"http://hdl.handle.net/2451/34150\",\"http://schema.org/downloadUrl\":\"https://archive.nyu.edu/bitstream/2451/34150/2/nyu-2010EuropeNUTS1Demographics.zip\",\"http://www.opengis.net/def/serviceType/ogc/wfs\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wfs\",\"http://www.opengis.net/def/serviceType/ogc/wms\":\"http://maps-restricted.nyusdr.net/geoserver/nyu_sdr/wms\"}",
"layer_id_s": "nyu_sdr:nyu-2010EuropeNUTS1Demographics",
"layer_slug_s": "nyu-2010EuropeNUTS1Demographics",
"layer_geom_type_s": "Polygon",
"layer_modified_dt": "2015-8-6T15:2:10Z",
"dc_format_s": "Shapefile",
"dc_language_s": "eng",
"dc_type_s": "dataset",
"dc_publisher_s": " Environmental Systems Research Institute (Redlands, Calif.)",
"dc_creator_sm": [],
"dc_subject_sm": [],
"dct_isPartOf_sm": "ESRI 10 Europe",
"dct_issued_s": [],
"dct_temporal_sm": ["2010"],
"dct_spatial_sm": [", p"],
"dc_relation_sm": ["http:\/\/sws.geonames.org\/\/about\/rdf"],
"georss_box_s": "0 0 0 0",
"georss_polygon_s": "0 0 0 0 0 0 0 0 0 0",
"solr_geom": "ENVELOPE(0, 0, 0, 0)",
"solr_year_i": 2010}],"output 38": [