# 前言

本书根据自己在平时工作学习中使用Python进行空间数据处理的经验撰写而成，旨在帮助空间数据处理者们入门该领域的编程知识。 本书主要利用Python语言，围绕[GDAL](http://www.gdal.org)库进行知识的分享。此外，还会有配套的视频介绍，适合地理信息系统（GIS），遥感（RS）等专业的学生进行入门参考，欢迎大家围观！

**本书于2026年即将出版，所以该仓库正式关闭了**


---

# Agent Instructions: 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:

```
GET https://theonegis.gitbook.io/geopy/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
