> 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/pt-br/hacking-tools/osint/maps-and-geospatial-intelligence.md).

# Mapas e Inteligência Geoespacial

Use estes recursos para inspecionar o relevo, ambientes construídos, imagens de satélite, infraestrutura, mudanças ambientais, atividade de incêndios e o contexto físico ao redor de um local.

## Ferramentas

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nome</th><th>Descrição</th><th>Link oficial</th><th data-hidden data-card-cover data-type="image">Imagem de capa</th></tr></thead><tbody><tr><td><strong>F4Map</strong></td><td>Visualização interativa de mapa 3D para paisagens urbanas detalhadas, edifícios e feições geográficas.</td><td><a href="https://demo.f4map.com/">https://demo.f4map.com/</a></td><td><a href="/files/f365daeddd5fd3c81123b4063b2f9fd6e8f2207f">/files/f365daeddd5fd3c81123b4063b2f9fd6e8f2207f</a></td></tr><tr><td><strong>Global Forest Watch</strong></td><td>Explore a perda e o ganho de cobertura arbórea, alertas de desmatamento, alertas de incêndio, uso da terra, emissões de carbono e indicadores de biodiversidade.</td><td><a href="https://www.globalforestwatch.org/map/">https://www.globalforestwatch.org/map/</a></td><td><a href="/files/3ccf182218474f7b8bc2744d7f60b38c489a4c69">/files/3ccf182218474f7b8bc2744d7f60b38c489a4c69</a></td></tr><tr><td><strong>MapChecking</strong></td><td>Estime e verifique quantas pessoas podem ficar em pé fisicamente dentro de uma área selecionada.</td><td><a href="https://www.mapchecking.com/">https://www.mapchecking.com/</a></td><td><a href="/files/34fe6744303e177e1035127c584466b050864452">/files/34fe6744303e177e1035127c584466b050864452</a></td></tr><tr><td><strong>Mapillary</strong></td><td>Plataforma colaborativa de imagens de rua para validação de locais e contexto visual.</td><td><a href="https://www.mapillary.com/app/">https://www.mapillary.com/app/</a></td><td><a href="/files/833a3cd74a0e941879452714aed126cc1df2aa2d">/files/833a3cd74a0e941879452714aed126cc1df2aa2d</a></td></tr><tr><td><strong>Mapy.cz</strong></td><td>Serviço de mapas com ampla cobertura da Chéquia e camadas de mapas úteis para atividades ao ar livre, relevo e viagens.</td><td><a href="https://mapy.com/">https://mapy.com/</a></td><td><a href="/files/6930e70ff3e1aa36868db15519575a30d86b1626">/files/6930e70ff3e1aa36868db15519575a30d86b1626</a></td></tr><tr><td><strong>NASA FIRMS</strong></td><td>Mapa de informações sobre incêndios baseado em satélite, usando dados infravermelhos que podem indicar incêndios, pontos quentes ou explosões.</td><td><a href="https://firms2.modaps.eosdis.nasa.gov/map">https://firms2.modaps.eosdis.nasa.gov/map</a></td><td><a href="/files/341c2892a9536b850981964dd6c161fab2858126">/files/341c2892a9536b850981964dd6c161fab2858126</a></td></tr><tr><td><strong>OpenInfraMap</strong></td><td>Mapa global de linhas de transmissão, telecomunicações, energia solar, petróleo, gás e infraestrutura de água.</td><td><a href="https://openinframap.org/">https://openinframap.org/</a></td><td><a href="/files/0ecced0cbabc087f326ee6a802b9853db5e3a69e">/files/0ecced0cbabc087f326ee6a802b9853db5e3a69e</a></td></tr><tr><td><strong>Satellites.pro</strong></td><td>Alterne rapidamente entre vários provedores gratuitos de imagens de satélite e mapas para o mesmo local.</td><td><a href="https://satellites.pro/">https://satellites.pro/</a></td><td><a href="/files/cdd14ec4e8d522e4b03af377c532c667abd15efe">/files/cdd14ec4e8d522e4b03af377c532c667abd15efe</a></td></tr><tr><td><strong>ShadowMap</strong></td><td>Mapa de sombras de edifícios em 3D para verificar como as sombras incidem em datas e horários específicos.</td><td><a href="https://app.shadowmap.org/">https://app.shadowmap.org/</a></td><td><a href="/files/088227500f5d9b9e0843d2967195bc1f762575e9">/files/088227500f5d9b9e0843d2967195bc1f762575e9</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/pt-br/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.
