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

# Karten- und georäumliche Intelligenz

Verwenden Sie diese Ressourcen, um Gelände, bebaute Umgebungen, Satellitenbilder, Infrastruktur, Umweltveränderungen, Brandaktivität und den physischen Kontext rund um einen Ort zu prüfen.

## Werkzeuge

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Name</th><th>Beschreibung</th><th>Offizieller Link</th><th data-hidden data-card-cover data-type="image">Titelbild</th></tr></thead><tbody><tr><td><strong>F4Map</strong></td><td>Interaktive 3D-Kartenvisualisierung für detaillierte Stadtlandschaften, Gebäude und geografische Merkmale.</td><td><a href="https://demo.f4map.com/">https://demo.f4map.com/</a></td><td><a href="/files/b67a806ba059f39ce29b47eb3e6ac8fc989332cd">/files/b67a806ba059f39ce29b47eb3e6ac8fc989332cd</a></td></tr><tr><td><strong>Global Forest Watch</strong></td><td>Erkunden Sie Verluste und Zuwächse der Baumdecke, Entwaldungswarnungen, Brandwarnungen, Landnutzung, Kohlenstoffemissionen und Biodiversitätsindikatoren.</td><td><a href="https://www.globalforestwatch.org/map/">https://www.globalforestwatch.org/map/</a></td><td><a href="/files/4e592b6b39a35cb4ca302e1bbf56bb844c8d94da">/files/4e592b6b39a35cb4ca302e1bbf56bb844c8d94da</a></td></tr><tr><td><strong>MapChecking</strong></td><td>Schätzen Sie und überprüfen Sie, wie viele Menschen physisch in einem ausgewählten Bereich stehen können.</td><td><a href="https://www.mapchecking.com/">https://www.mapchecking.com/</a></td><td><a href="/files/c421af49d41e6ece484a94b332f218dfd7938909">/files/c421af49d41e6ece484a94b332f218dfd7938909</a></td></tr><tr><td><strong>Mapillary</strong></td><td>Von der Crowd bereitgestellte Plattform für Straßenbilder auf Augenhöhe zur Vor-Ort-Verifizierung von Standorten und für visuellen Kontext.</td><td><a href="https://www.mapillary.com/app/">https://www.mapillary.com/app/</a></td><td><a href="/files/578f63e3cf35e38f5701c0636b442fa63dca0834">/files/578f63e3cf35e38f5701c0636b442fa63dca0834</a></td></tr><tr><td><strong>Mapy.cz</strong></td><td>Kartendienst mit starker Abdeckung für Tschechien und nützlichen Kartenebenen für Outdoor, Gelände und Reisen.</td><td><a href="https://mapy.com/">https://mapy.com/</a></td><td><a href="/files/fe579b99176fe9e47d8babd6a4a21644d0151b1f">/files/fe579b99176fe9e47d8babd6a4a21644d0151b1f</a></td></tr><tr><td><strong>NASA FIRMS</strong></td><td>Satellitengestützte Karte mit Feuerginformationen, die mithilfe von Infrarotdaten Brände, Hotspots oder Explosionen anzeigen kann.</td><td><a href="https://firms2.modaps.eosdis.nasa.gov/map">https://firms2.modaps.eosdis.nasa.gov/map</a></td><td><a href="/files/c27169e19843851958375f67612b659a4b1949f2">/files/c27169e19843851958375f67612b659a4b1949f2</a></td></tr><tr><td><strong>OpenInfraMap</strong></td><td>Globale Karte von Stromleitungen, Telekommunikation, Solar-, Öl-, Gas- und Wasserinfrastruktur.</td><td><a href="https://openinframap.org/">https://openinframap.org/</a></td><td><a href="/files/08c6c4cb2acf29420b2f7d6c5722b2bc9a037b82">/files/08c6c4cb2acf29420b2f7d6c5722b2bc9a037b82</a></td></tr><tr><td><strong>Satellites.pro</strong></td><td>Wechseln Sie schnell zwischen mehreren kostenlosen Satellitenbild- und Kartenanbietern für denselben Ort.</td><td><a href="https://satellites.pro/">https://satellites.pro/</a></td><td><a href="/files/6ba305b226ca7d7c9b612e73171f320940c3cbc2">/files/6ba305b226ca7d7c9b612e73171f320940c3cbc2</a></td></tr><tr><td><strong>ShadowMap</strong></td><td>3D-Gebäudeschattenkarte, um zu prüfen, wie Schatten an bestimmten Daten und Uhrzeiten fallen.</td><td><a href="https://app.shadowmap.org/">https://app.shadowmap.org/</a></td><td><a href="/files/65a2a958a026b9217f8b3365ad34c5b4a88a228a">/files/65a2a958a026b9217f8b3365ad34c5b4a88a228a</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/de/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.
