Skip to content

geocompx/geocompjl

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d23bb5d · Oct 11, 2024
Sep 23, 2024
Oct 11, 2024
Sep 19, 2024
Sep 21, 2024
Sep 18, 2024
Sep 20, 2024
Sep 19, 2024
Sep 18, 2024
Sep 18, 2024
Sep 19, 2024
Oct 11, 2024
Sep 18, 2024
Sep 22, 2024
Sep 25, 2024
Sep 18, 2024
Sep 24, 2024
Sep 18, 2024
Sep 18, 2024

Repository files navigation

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 follwing these installation instructions For now we need to restrict to julia 1.10 because quarto 1.5 does not work with julia 1.11 To restrict the julia version for this project folder run
juliaup override set 1.10
  1. Quarto, which is used to render the book. This needs quarto 1.5.30 or higher
  2. Julia Dependencies: To install the julia dependencies run the following in the main folder of this project:
    julia --project -e "using Pkg; Pkg.instantiate()"
    

About

Geocomputation with Julia: an open source book

Topics

Resources

License

Code of conduct

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published