> 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/zh/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/e9997bcec8cc7cd1bb417a936d4c5d461e073fda">/files/e9997bcec8cc7cd1bb417a936d4c5d461e073fda</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/ad8ebd2b24d1bbe2916e10b7d647572dd69111d1">/files/ad8ebd2b24d1bbe2916e10b7d647572dd69111d1</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/162d26930f20971f4e704e44673bac596a6dc40b">/files/162d26930f20971f4e704e44673bac596a6dc40b</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/eab2374f03a014f2b6fbb5c6e56f1e7db2301af7">/files/eab2374f03a014f2b6fbb5c6e56f1e7db2301af7</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/1f41c806817199f6aeba19cdedd47f9e956e8ba1">/files/1f41c806817199f6aeba19cdedd47f9e956e8ba1</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/ff0f570ae115aef45afbb381a26a9cf61e2e4092">/files/ff0f570ae115aef45afbb381a26a9cf61e2e4092</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/00eee59038b5be90ddf3da122afc93c087fb967b">/files/00eee59038b5be90ddf3da122afc93c087fb967b</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/1332a25ea0867a76fd5cfebeb787744abb94fd33">/files/1332a25ea0867a76fd5cfebeb787744abb94fd33</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/2cafe8dee61663c7190a8139c2167a3e0b50b3bb">/files/2cafe8dee61663c7190a8139c2167a3e0b50b3bb</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/zh/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.
