Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.09 KB

File metadata and controls

21 lines (14 loc) · 1.09 KB

Geocomputation with Julia

Render

Geocomputation with Julia is an open source book project. We are developing it in the open and publishing an up-to-date online version at https://jl.geocompx.org/. Geocomputation with Julia is part of the geocompx series providing geocomputation resources in different languages.

Reproducing the book locally

To run the code that is part of the Geocomputation with Julia book requires the following dependencies:

  1. Julia: To install julia on your machine we recommend to use juliaup which can be installed following these installation instructions
  2. Quarto, which is used to render the book. This needs quarto 1.5.30 or higher
  3. Julia Dependencies: To install the julia dependencies run the following in the main folder of this project:
    julia --project -e "using Pkg; Pkg.instantiate()"