|
51 | 51 |
|
52 | 52 | expect(page).to have_content('LAZ (Point-cloud)') |
53 | 53 | expect(page).to have_link( |
54 | | - 'Export', href: 'https://archive.nyu.edu/retrieve/80003/nyu_2451_38645_pc_F_150326_120403.zip' |
| 54 | + 'Download', href: 'https://archive.nyu.edu/retrieve/80003/nyu_2451_38645_pc_F_150326_120403.zip' |
55 | 55 | ) |
56 | 56 |
|
57 | 57 | expect(page).to have_content('LAS (Full-waveform)') |
58 | 58 | expect(page).to have_link( |
59 | | - 'Export', href: 'https://archive.nyu.edu/retrieve/80002/nyu_2451_38645_fwf_las_F_150326_120403.zip' |
| 59 | + 'Download', href: 'https://archive.nyu.edu/retrieve/80002/nyu_2451_38645_fwf_las_F_150326_120403.zip' |
60 | 60 | ) |
61 | 61 |
|
62 | 62 | expect(page).to have_content('Pulsewaves (Full-waveform)') |
63 | 63 | expect(page).to have_link( |
64 | | - 'Export', href: 'https://archive.nyu.edu/retrieve/80005/nyu_2451_38645_fwf_plswvs_F_150326_120403.zip' |
| 64 | + 'Download', href: 'https://archive.nyu.edu/retrieve/80005/nyu_2451_38645_fwf_plswvs_F_150326_120403.zip' |
65 | 65 | ) |
66 | 66 |
|
67 | 67 | expect(page).to have_content('GeoTIFF (Geo-referenced RGB)') |
68 | 68 | expect(page).to have_link( |
69 | | - 'Export', href: 'https://archive.nyu.edu/retrieve/80240/nyu_2451_38645_rgb_F_150326_120403.zip' |
| 69 | + 'Download', href: 'https://archive.nyu.edu/retrieve/80240/nyu_2451_38645_rgb_F_150326_120403.zip' |
70 | 70 | ) |
71 | 71 |
|
72 | 72 | expect(page).to have_content('GeoTIFF (Geo-referenced CIR)') |
73 | 73 | expect(page).to have_link( |
74 | | - 'Export', href: 'https://archive.nyu.edu/retrieve/80001/nyu_2451_38645_cir_F_150326_120403.zip' |
| 74 | + 'Download', href: 'https://archive.nyu.edu/retrieve/80001/nyu_2451_38645_cir_F_150326_120403.zip' |
75 | 75 | ) |
76 | 76 |
|
77 | 77 | expect(page).to have_content('JPG (Oblique photos)') |
78 | 78 | expect(page).to have_link( |
79 | | - 'Export', href: 'https://archive.nyu.edu/retrieve/80004/nyu_2451_38645_oblique_F_150326_120403.zip' |
| 79 | + 'Download', href: 'https://archive.nyu.edu/retrieve/80004/nyu_2451_38645_oblique_F_150326_120403.zip' |
80 | 80 | ) |
81 | 81 | end |
82 | 82 | end |
|
0 commit comments