Geospatial Data Science With Julia Save

Geospatial Data Science with Julia

Project README

Geospatial Data Science with Julia

This repository hosts the source code of the book Geospatial Data Science with Julia.

The book is available online for free at https://juliaearth.github.io/geospatial-data-science-with-julia

Build instructions

To build this book, you need:

  • Julia v1.10
  • IJulia (>= v1.24)
    import Pkg
    Pkg.add("IJulia")
    
  • Quarto
  1. Open the Julia REPL and instantiate the environment in this folder:

    import Pkg
    Pkg.activate(".")
    Pkg.instantiate()
    
  2. Go to any *.qmd file and run the following in the terminal:

    quarto preview index.qmd
    

Your web browser will open a tab with the book rendered.

Optional

If you prefer to work with VSCode, install the Quarto VSCode extension. Edit the files and press the render button.

Open Source Agenda is not affiliated with "Geospatial Data Science With Julia" Project. README Source: JuliaEarth/geospatial-data-science-with-julia

Open Source Agenda Badge

Open Source Agenda Rating