> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/ru/hacking-tools/osint/maps-and-geospatial-intelligence.md).

# Карты и геопространственная разведка

Используйте эти ресурсы для изучения рельефа, застроенных территорий, спутниковых снимков, инфраструктуры, изменений окружающей среды, пожарной активности и физического контекста вокруг местоположения.

## Инструменты

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Название</th><th>Описание</th><th>Официальная ссылка</th><th data-hidden data-card-cover data-type="image">Обложка</th></tr></thead><tbody><tr><td><strong>F4Map</strong></td><td>Интерактивная 3D-карта для детального отображения городских ландшафтов, зданий и географических объектов.</td><td><a href="https://demo.f4map.com/">https://demo.f4map.com/</a></td><td><a href="/files/41f7d63e98fb3f30a4638016f655bb164eaf962d">/files/41f7d63e98fb3f30a4638016f655bb164eaf962d</a></td></tr><tr><td><strong>Global Forest Watch</strong></td><td>Изучайте потери и прирост лесного покрова, оповещения о вырубке лесов, пожарах, землепользовании, выбросах углерода и показателях биоразнообразия.</td><td><a href="https://www.globalforestwatch.org/map/">https://www.globalforestwatch.org/map/</a></td><td><a href="/files/1cbc06ffcf3486222f265d3fa67f32ca6ee92cd4">/files/1cbc06ffcf3486222f265d3fa67f32ca6ee92cd4</a></td></tr><tr><td><strong>MapChecking</strong></td><td>Оцените и проверьте, сколько людей может физически поместиться в выбранной области.</td><td><a href="https://www.mapchecking.com/">https://www.mapchecking.com/</a></td><td><a href="/files/6784646f51eeeba00859c489cf131d685808ee28">/files/6784646f51eeeba00859c489cf131d685808ee28</a></td></tr><tr><td><strong>Mapillary</strong></td><td>Платформа краудсорсинговых изображений уровня улиц для проверки местоположений по данным на месте и визуального контекста.</td><td><a href="https://www.mapillary.com/app/">https://www.mapillary.com/app/</a></td><td><a href="/files/0bc2e842669db6d06bbfc192578154c96a54308e">/files/0bc2e842669db6d06bbfc192578154c96a54308e</a></td></tr><tr><td><strong>Mapy.cz</strong></td><td>Картографический сервис с хорошим покрытием Чехии и полезными слоями карт для туризма, рельефа и путешествий.</td><td><a href="https://mapy.com/">https://mapy.com/</a></td><td><a href="/files/0713a7cf548e928556d008eb2be38062332a5ffc">/files/0713a7cf548e928556d008eb2be38062332a5ffc</a></td></tr><tr><td><strong>NASA FIRMS</strong></td><td>Карта пожарной информации на основе спутниковых данных с использованием инфракрасных данных, которые могут указывать на пожары, очаги возгорания или взрывы.</td><td><a href="https://firms2.modaps.eosdis.nasa.gov/map">https://firms2.modaps.eosdis.nasa.gov/map</a></td><td><a href="/files/4c5c0a0a8f5af6bf4a22763126a11db302fe2ea2">/files/4c5c0a0a8f5af6bf4a22763126a11db302fe2ea2</a></td></tr><tr><td><strong>OpenInfraMap</strong></td><td>Глобальная карта линий электропередачи, телекоммуникаций, солнечной энергетики, а также нефтяной, газовой и водной инфраструктуры.</td><td><a href="https://openinframap.org/">https://openinframap.org/</a></td><td><a href="/files/cf751755a1295ae4575693148a563bd5dc66de0e">/files/cf751755a1295ae4575693148a563bd5dc66de0e</a></td></tr><tr><td><strong>Satellites.pro</strong></td><td>Быстро переключайтесь между несколькими бесплатными провайдерами спутниковых снимков и карт для одного и того же местоположения.</td><td><a href="https://satellites.pro/">https://satellites.pro/</a></td><td><a href="/files/f13e4aec0772b8fbafd644531cc057d36ab06c40">/files/f13e4aec0772b8fbafd644531cc057d36ab06c40</a></td></tr><tr><td><strong>ShadowMap</strong></td><td>3D-карта теней зданий для проверки того, как тени падают в определённые даты и время.</td><td><a href="https://app.shadowmap.org/">https://app.shadowmap.org/</a></td><td><a href="/files/f9243e37f85630d6316091f6dafdaf94c9278485">/files/f9243e37f85630d6316091f6dafdaf94c9278485</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/ru/hacking-tools/osint/maps-and-geospatial-intelligence.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
