Giter Site home page Giter Site logo

postgis-workshops's Introduction

PostGIS Workshops

Training materials for PostGIS

Workshops

The workshop pages are viewable at below. Note that we are working on the translations from English to other languages.

Translations

We are using Weblate software for translation. If you want to help out, log into OSGeo Weblate.

If you don't already have an OSGeo account, you can get one here. An OSGeo account will allow you to participate in translating both the PostGIS workshop and PostGIS documentation.

Translation status

Building the Workshop Content

If you get an error about TemplateNotFound('sphinxdoc/layout.html') then Try doing below (for python3, might need to use pip3 instead of pip): pip install sphinx-rtd-theme

running in Python3 with virtual-env

sudo apt install python3-pip
sudo apt install python3-venv
python3 -m venv ~/pw-env
source ~/pw-env/bin/activate #enter the venv
pip3 install --upgrade pip
pip3 install sphinx-rtd-theme

setting up po

pip install sphinx-intl
cd postgis-intro/sources/en
make pot
#for starters do de, ja, es
sphinx-intl update -p _build/gettext -l de -l ja -l es

Building translated docs

cd postgis-intro/sources/en
LANG=ja make html-translation
LANG=de make html-translation
LANG=es make html-translation
LANG=it make html-translation

# to build pdfs
LANG=de make pdf-translation

# if you get errors building, you might need to install lang specific
sudo apt install texlive-lang-german
sudo apt install texlive-lang-japanese

PDF builds

make pdf #builds just english
#if you get errors about cmap.sty missing try doing:
sudo apt install texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra

Slide Decks

  • TBD, probably using reveal.js

postgis-workshops's People

Contributors

pramsey avatar robe2 avatar weblate avatar komzpa avatar kbatuigas avatar osgeoweblate avatar jake avatar damateos avatar onsummer avatar yellow-affrc avatar dr-jts avatar ampretuzo avatar strk avatar simbadmorehod avatar pmguerre avatar skampus avatar nossbigg avatar matheovlk avatar astroidex avatar yyovkov avatar slowmo24 avatar lhirlimann avatar vanschelven avatar hangindev avatar geojgh avatar enockseth avatar dbaston avatar colinlaurence avatar freegis avatar alemr-roo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.