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

# Mapas e inteligencia geoespacial

Utiliza estos recursos para examinar el terreno, los entornos construidos, las imágenes satelitales, la infraestructura, los cambios ambientales, la actividad de incendios y el contexto físico alrededor de una ubicación.

## Herramientas

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nombre</th><th>Descripción</th><th>Enlace oficial</th><th data-hidden data-card-cover data-type="image">Imagen de portada</th></tr></thead><tbody><tr><td><strong>F4Map</strong></td><td>Visualización interactiva de mapas en 3D para paisajes urbanos detallados, edificios y características geográficas.</td><td><a href="https://demo.f4map.com/">https://demo.f4map.com/</a></td><td><a href="/files/d17a143c828954fc26ef095e3b2c7c5471b6a543">/files/d17a143c828954fc26ef095e3b2c7c5471b6a543</a></td></tr><tr><td><strong>Global Forest Watch</strong></td><td>Explora la pérdida y ganancia de cobertura arbórea, alertas de deforestación, alertas de incendios, uso del suelo, emisiones de carbono e indicadores de biodiversidad.</td><td><a href="https://www.globalforestwatch.org/map/">https://www.globalforestwatch.org/map/</a></td><td><a href="/files/d14b2e73de103dfb6ff950dcaf2731fab7d32e98">/files/d14b2e73de103dfb6ff950dcaf2731fab7d32e98</a></td></tr><tr><td><strong>MapChecking</strong></td><td>Estima y verifica cuántas personas pueden caber físicamente dentro de un área seleccionada.</td><td><a href="https://www.mapchecking.com/">https://www.mapchecking.com/</a></td><td><a href="/files/9b7dd5249f2fc4a9ea78734f65d811c1b76ec0b5">/files/9b7dd5249f2fc4a9ea78734f65d811c1b76ec0b5</a></td></tr><tr><td><strong>Mapillary</strong></td><td>Plataforma de imágenes a nivel de calle colaborativa para verificar ubicaciones y aportar contexto visual.</td><td><a href="https://www.mapillary.com/app/">https://www.mapillary.com/app/</a></td><td><a href="/files/88ff3566764b3278e6bde8e86d149b29c9366082">/files/88ff3566764b3278e6bde8e86d149b29c9366082</a></td></tr><tr><td><strong>Mapy.cz</strong></td><td>Servicio de mapas con amplia cobertura de Chequia y capas útiles de mapas al aire libre, terreno y viajes.</td><td><a href="https://mapy.com/">https://mapy.com/</a></td><td><a href="/files/adc0991178edac34492fc1c3e2e18e5b36132955">/files/adc0991178edac34492fc1c3e2e18e5b36132955</a></td></tr><tr><td><strong>NASA FIRMS</strong></td><td>Mapa de información de incendios basado en satélite que utiliza datos infrarrojos y puede indicar incendios, puntos calientes o explosiones.</td><td><a href="https://firms2.modaps.eosdis.nasa.gov/map">https://firms2.modaps.eosdis.nasa.gov/map</a></td><td><a href="/files/f9f813c95f901b75fce1958f7ee0c78fa040422e">/files/f9f813c95f901b75fce1958f7ee0c78fa040422e</a></td></tr><tr><td><strong>OpenInfraMap</strong></td><td>Mapa global de líneas eléctricas, telecomunicaciones, energía solar, petróleo, gas e infraestructura hídrica.</td><td><a href="https://openinframap.org/">https://openinframap.org/</a></td><td><a href="/files/bbbba4e9ae05c8c4aba77097cb7fc7d03f69417a">/files/bbbba4e9ae05c8c4aba77097cb7fc7d03f69417a</a></td></tr><tr><td><strong>Satellites.pro</strong></td><td>Cambia rápidamente entre varios proveedores gratuitos de imágenes satelitales y mapas para la misma ubicación.</td><td><a href="https://satellites.pro/">https://satellites.pro/</a></td><td><a href="/files/53b259df0918788f7983dd4f61ae7b62000b082b">/files/53b259df0918788f7983dd4f61ae7b62000b082b</a></td></tr><tr><td><strong>ShadowMap</strong></td><td>Mapa de sombras de edificios en 3D para comprobar cómo caen las sombras en fechas y horas específicas.</td><td><a href="https://app.shadowmap.org/">https://app.shadowmap.org/</a></td><td><a href="/files/3c6a77bf9bdd30e801e79b5bba83ae0c8e8c34c2">/files/3c6a77bf9bdd30e801e79b5bba83ae0c8e8c34c2</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/es/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.
