|
| 1 | +module NyuGeoblacklight |
| 2 | + class CuratedCollections |
| 3 | + def self.collections |
| 4 | + [ |
| 5 | + { title: 'New York City Open Data', description: 'A collection of datasets related to NYC infrastructure, real estate, transportation, and political geography', f: { 'dc_rights_s' => ['Public'], 'dct_spatial_sm' => ['New York, New York, United States'] } }, |
| 6 | + { title: 'NYU Research Data', description: 'Geospatial data submitted for preservation by NYU students, faculty, and staff', f: { 'dct_isPartOf_sm' => ['NYU Research Data'] } }, |
| 7 | + { title: 'Latin American Census Geodatabases', description: 'ESRI Geodatabases of census data from Latin American countries', f: { 'dct_isPartOf_sm' => ['Latin American Census Data'] } }, |
| 8 | + { title: 'Vector Map 1 (VMap1) Layers', description: 'Highly detailed vector layers depecting terrain, topology, transportation, and civil infrastructure', f: { 'dct_isPartOf_sm' => ['VMap 1'] } } |
| 9 | + ] |
| 10 | + end |
| 11 | + |
| 12 | + def self.recent |
| 13 | + [ |
| 14 | + { title: '2004 New York State Tax Parcels', description: 'Point data on property ownership and land value', f: { 'dct_isPartOf_sm' => ['NYS GIS Clearinghouse'] } }, |
| 15 | + { title: '2011 India Census Data', description: 'Vector village-level demographic data from the 2011 India Census', f: { 'dc_publisher_s' => ['ML InfoMap (Firm)'] } } |
| 16 | + ] |
| 17 | + end |
| 18 | + |
| 19 | + def self.maps |
| 20 | + [ |
| 21 | + { title: '2015 Aerial Laser and Photogrammetry Survey of Dublin', slug: 'nyu-2451-38684' }, |
| 22 | + { title: "China: Ch'ang-sha Region", slug: 'harvard-ams7810-s250-u54-nh49-16' }, |
| 23 | + { title: '1967 Communist China Agriculture', slug: 'nyu-2451-36739' }, |
| 24 | + { title: '2015 New York City Real Estate Sales', slug: 'nyu-2451-34678' }, |
| 25 | + { title: '1978 Soviet Map of Abu Dhabi', slug: 'nyu-2451-34737' }, |
| 26 | + { title: '2015 MapPLUTO Brooklyn V. 1', slug: 'nyu-2451-34521' }, |
| 27 | + { title: '100-Meter Resolution Land Cover of the Conterminous United States', slug: 'stanford-wv372bn9329' }, |
| 28 | + { title: '2016 LION Single Line Map for New York City', slug: 'nyu-2451-34565' } |
| 29 | + ] |
| 30 | + end |
| 31 | + end |
| 32 | +end |
0 commit comments