forked from geocompx/geocompy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
31 lines (20 loc) · 1.65 KB
/
index.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
---
description-meta: |
This book will teach you how to work with geographic data in Python.
It's a short and practical open source book in which you'll
develop and use geocomputation to solve practical
problems and lay the foundations for advanced geospatial applications.
---
::: {.content-visible when-format="html"}
# Welcome {.unnumbered}
This is the online home of *Geocomputation with Python*, a book on reproducible geographic data analysis with open source software.
Inspired by the Free and Open Source Software for Geospatial ([FOSS4G](https://foss4g.org/)) movement this is an *open source book*.
Find the code underlying the *geocompy* project on [GitHub](https://github.com/geocompx/geocompy), 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/geocompx/geocompy/issues), making typo fixes and more, for the benefit of everyone.
The book's website is built by GitHub Actions, which runs the code every time we make a change, ensuring code correctness and reproducibility.
The current build status as follows:
[![](https://github.com/geocompx/geocompy/actions/workflows/main.yaml/badge.svg)](https://github.com/geocompx/geocompy/actions/workflows/main.yaml)
You can run the code in the book using GitHub CodeSpaces as follows (requires a GitHub account):
[![](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=447558863)
For details on reproducing the book, see the README in the project's GitHub repo: <https://github.com/geocompx/geocompy>.
:::