https://www.gov.nl.ca/fal/lands/maps/airphotos/

This is the "air photos index" provided by the government. I doubt it'll be of much use to the research unless we can find where the imagery referenced in this index can be found. Nevertheless, it was a good practice for scraping many images for me. I used this command:

wget -nc -i <(wget -qO- "https://www.gov.nl.ca/fal/lands/maps/airphotos/" | grep -Eo 'https?://[^"'\'' >]+?\.(jpe?g|png|gif|webp|tiff?)')

Caden Green, 24 March 2026
