-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpy.qmd
35 lines (25 loc) · 1.62 KB
/
py.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title-prefix: "geocompx"
title: "Python resources"
page-layout: full
---
## Book
::: {.grid}
::: {.g-col-12 .g-col-md-6}
**Geocomputation with Python** (*geocompy*) is motivated by the need for an introductory, yet rigorous and up-to-date, resource geographic data with the most popular programming language in the world.
A unique selling point of the book is its cohesive and joined-up coverage of both vector and raster geographic data models and consistent learning curve.
We aim to minimize surprises, with each section and chapter building on the previous.
If you’re just starting out with Python for working with geographic data, this book is an excellent place to start.
The online version of the book is hosted at [py.geocompx.org/](https://py.geocompx.org/).
You can buy it from:
- [Routledge.com](https://www.routledge.com/9781032460659)
- [Amazon.com](https://www.amazon.com/Geocomputation-Python-Chapman-Hall-CRC/dp/1032460652/)
- [Amazon.co.uk](https://www.amazon.co.uk/Geocomputation-Python-Chapman-Hall-CRC/dp/1032460652/)
:::
::: {.g-col-12 .g-col-md-6}
<a href="https://py.geocompx.org/"><img width=80% src="static/img/book_cover_py.png"/></a>
:::
:::
*Inspired by the Free and Open Source Software for Geospatial (FOSS4G) movement this is an open source book.
Find the code underlying the geocompy project on [GitHub](https://github.com/geocompr/py), ensuring that the content is reproducible, transparent, and accessible.
Making the book open source allows you or anyone else, to interact with the project by opening [issues](https://github.com/geocompr/py/issues), making typo fixes and more, for the benefit of everyone.*