Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

digital tourism and mapping remote places

Дата публикации: 03-08-2026 11:19:46

Life in a multi-million population City can be tough on Introverted minds. For me, mapping in OpenStreetMap is first and foremost an activity to improve publicly accessible geodata around my local and known places, though it has also recently become a way for me to virtually travel to far away places. Exploring remote corners of the earth that are not quite as bustling with activity, where not every square-meter has already been meticulously mapped to the nth degree. Theres even a subreddit for this kind of exploration: /r/GoogleEarthFinds !
Zooming in on a random patch of rainforest, a tiny island in the pacific or one of the thousands of meandering arms off the Amazonas shows a mostly untouched view of nature. Panning around looking for interesting landmarks, it only takes a few minutes to stumble upon a secluded village whose roads are not even connected to the world-wide network, or a lonely farm in the middle of nowhere. These are the places that fascinate me the most. I get lost in imagining what life is like there, who lives there, what untold stories do these places hold? While daydreaming of this, i map the buildings I see, paths and roads, things that can safely be confirmed from aerial imagery. Switching to different imagery providers can show how these places evolved, has the village grown or shrunk? Have Roads been extended or left to be reclaimed by mother nature? A handy website for viewing satellite imagery with different timestamps is https://livingatlas.arcgis.com/wayback
Usually I just zoom into random places and see where it takes me. With the power of Overpass Turbo, one can find places in a slightly organized fashion. Below is a prompt which shows islands that have residential areas on them, within the current view of the map:
[out:json][timeout:25];
(
nwr["place"="island"]({{bbox}});
);
nwr["landuse"="residential"]({{bbox}});
// print results
out geom;
Or simply highlighting villages in the current map view:
[out:json][timeout:25];
(
nwr["place"="village"]({{bbox}});
);
// print results
out geom;


Основное содержимое страницы с новостью.

Life in a multi-million population City can be tough on Introverted minds. For me, mapping in OpenStreetMap is first and foremost an activity to improve publicly accessible geodata around my local and known places, though it has also recently become a way for me to virtually travel to far away places. Exploring remote corners of the earth that are not quite as bustling with activity, where not every square-meter has already been meticulously mapped to the nth degree. Theres even a subreddit for this kind of exploration: /r/GoogleEarthFinds !

Zooming in on a random patch of rainforest, a tiny island in the pacific or one of the thousands of meandering arms off the Amazonas shows a mostly untouched view of nature. Panning around looking for interesting landmarks, it only takes a few minutes to stumble upon a secluded village whose roads are not even connected to the world-wide network, or a lonely farm in the middle of nowhere. These are the places that fascinate me the most. I get lost in imagining what life is like there, who lives there, what untold stories do these places hold? While daydreaming of this, i map the buildings I see, paths and roads, things that can safely be confirmed from aerial imagery. Switching to different imagery providers can show how these places evolved, has the village grown or shrunk? Have Roads been extended or left to be reclaimed by mother nature? A handy website for viewing satellite imagery with different timestamps is https://livingatlas.arcgis.com/wayback

Usually I just zoom into random places and see where it takes me. With the power of Overpass Turbo, one can find places in a slightly organized fashion. Below is a prompt which shows islands that have residential areas on them, within the current view of the map:

[out:json][timeout:25];
(
nwr["place"="island"]({{bbox}});
  );

nwr["landuse"="residential"]({{bbox}});

// print results
out geom;

Or simply highlighting villages in the current map view:

[out:json][timeout:25];
(
nwr["place"="village"]({{bbox}});
  );

// print results
out geom;

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Tourism and Digital Mapping: Documenting Local Places with OpenStreetMap0708-08-2026
2Overpass Ultra06.0805-08-2026
3City Exploration, Guided by StreetComplete04.908-08-2026
4Mapping of Flood-Prone Areas in Pakistan09.205-08-2026
5First Time on OSM Database 05.5504-08-2026
6Mein jetziges Ziel in OSM: Bayern-Park detaillierter mappen08.3801-08-2026
7So many notes04.6201-08-2026
8If contributing to OSM is no different from contributing to a commercial map service, ···05.1405-08-2026
9Current Progress – Taiping Heritage Zone06.6501-08-2026
10Помечтаем и поедем!🏔 Россия – страна, в которой помещается всё: ...5720-07-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 7.3. Источник: www.openstreetmap.org.