Jelkner's
Weblog


About me

Blog Posts Blog Tags Blog Feed

2023 2022 2021 2020 2019 2018 2017

Log in

Copyright © 2022
Jeffrey Elkner

More Explorations in Free Software GIS


SpatiaLite Logo

I began working on Explorations in Free Software GIS back in mid November of 2015 (git commit histories are so useful ;-), and I now have a new project to add to it, which involves converting a PostGIS database to SpatiaLite.

Before I can do that, however, I need to do a few things to my KVM development server so that I can build both the tutorial and the projects there, so I'll start with being able to build the tutorial. I need LaTeX, which is required to build the math in the tutorial. I installed LaTeX and the required math support with:

$ sudo apt install texlive-latex-extra dvipng

after which I checked out the explore_fsgis source with:

$ git clone git@gitlab.com:jelkner/explore_fsgis.git

changed into the directory and ran make html to build the document. With Ubuntu 18.04 out now, this will be a good opportunity to update the tutorials.