-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.qmd
29 lines (20 loc) · 1.55 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
---
description-meta: |
This book will teach you how to work with geographic data in Julia.
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.
engine: julia
---
::: {.content-visible when-format="html"}
# Welcome {.unnumbered}
This is the online home of *Geocomputation with Julia*, 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 *geocompjl* project on [GitHub](https://github.com/geocompx/geocompjl), 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/geocompjl/issues), making typo fixes and more, for the benefit of everyone.
This book is part of [the *geocompx* series](https://geocompx.org/), following the popular R and Python editions.
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/geocompjl/actions/workflows/main.yaml/badge.svg)](https://github.com/geocompx/geocompjl/actions/workflows/main.yaml)
For details on reproducing the book, see the README in the project's GitHub repo: <https://github.com/geocompx/geocompjl>.
:::