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

# Cartes et renseignement géospatial

Utilisez ces ressources pour examiner le terrain, les environnements bâtis, les images satellite, les infrastructures, les changements environnementaux, l’activité des incendies et le contexte physique autour d’un lieu.

## Outils

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nom</th><th>Description</th><th>Lien officiel</th><th data-hidden data-card-cover data-type="image">Image de couverture</th></tr></thead><tbody><tr><td><strong>F4Map</strong></td><td>Visualisation cartographique 3D interactive pour des paysages urbains détaillés, des bâtiments et des caractéristiques géographiques.</td><td><a href="https://demo.f4map.com/">https://demo.f4map.com/</a></td><td><a href="/files/0759d351654f19ce7d6f23cfc3c14f40669d9353">/files/0759d351654f19ce7d6f23cfc3c14f40669d9353</a></td></tr><tr><td><strong>Global Forest Watch</strong></td><td>Explorez les pertes et gains de couvert forestier, les alertes de déforestation, les alertes d’incendie, l’utilisation des terres, les émissions de carbone et les indicateurs de biodiversité.</td><td><a href="https://www.globalforestwatch.org/map/">https://www.globalforestwatch.org/map/</a></td><td><a href="/files/4502e1c92e51d0e80067be7057cdb052354999b1">/files/4502e1c92e51d0e80067be7057cdb052354999b1</a></td></tr><tr><td><strong>MapChecking</strong></td><td>Estimez et vérifiez combien de personnes peuvent tenir physiquement dans une zone sélectionnée.</td><td><a href="https://www.mapchecking.com/">https://www.mapchecking.com/</a></td><td><a href="/files/e70ec1f8734e24e961f7c46ff803f5a590f79d4a">/files/e70ec1f8734e24e961f7c46ff803f5a590f79d4a</a></td></tr><tr><td><strong>Mapillary</strong></td><td>Plateforme d’images de rue participatives pour la vérification sur le terrain des lieux et le contexte visuel.</td><td><a href="https://www.mapillary.com/app/">https://www.mapillary.com/app/</a></td><td><a href="/files/4ae7efa738bb6fb34792b718fd4ff6ece0fed016">/files/4ae7efa738bb6fb34792b718fd4ff6ece0fed016</a></td></tr><tr><td><strong>Mapy.cz</strong></td><td>Service de cartographie avec une excellente couverture de la Tchéquie et des couches cartographiques utiles pour l’extérieur, le relief et les voyages.</td><td><a href="https://mapy.com/">https://mapy.com/</a></td><td><a href="/files/b4c36ec02353fa1f0d5f4fb7774502ecd101881f">/files/b4c36ec02353fa1f0d5f4fb7774502ecd101881f</a></td></tr><tr><td><strong>NASA FIRMS</strong></td><td>Carte d’informations sur les incendies basée sur des satellites utilisant des données infrarouges pouvant indiquer des incendies, des points chauds ou des explosions.</td><td><a href="https://firms2.modaps.eosdis.nasa.gov/map">https://firms2.modaps.eosdis.nasa.gov/map</a></td><td><a href="/files/f56574656e0799ccdb7079786c29babe4d6577b4">/files/f56574656e0799ccdb7079786c29babe4d6577b4</a></td></tr><tr><td><strong>OpenInfraMap</strong></td><td>Carte mondiale des lignes électriques, des télécommunications, de l’énergie solaire, et des infrastructures pétrolières, gazières et hydrauliques.</td><td><a href="https://openinframap.org/">https://openinframap.org/</a></td><td><a href="/files/b92aaca3318c65f18ab80530d9267d08443151e3">/files/b92aaca3318c65f18ab80530d9267d08443151e3</a></td></tr><tr><td><strong>Satellites.pro</strong></td><td>Passez rapidement d’un fournisseur gratuit d’images satellite et de cartes à un autre pour le même lieu.</td><td><a href="https://satellites.pro/">https://satellites.pro/</a></td><td><a href="/files/7524169f5417afb1400f9ad5525173c56764df67">/files/7524169f5417afb1400f9ad5525173c56764df67</a></td></tr><tr><td><strong>ShadowMap</strong></td><td>Carte des ombres des bâtiments en 3D pour vérifier comment les ombres tombent à des dates et heures précises.</td><td><a href="https://app.shadowmap.org/">https://app.shadowmap.org/</a></td><td><a href="/files/67e24ceb5156dd1913810ff912a324f347975210">/files/67e24ceb5156dd1913810ff912a324f347975210</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/fr/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.
