First of all you need an appropriate source. Many authorities offer their data in different ways, e.g. online WMS server or static downloads in GeoPDF or GeoTIFF format. GeoTiff format is recommended for processing with GDAL. For our Howto we use the tiles provided on the BEV website.
### the build environment Although it is possible to run this howto in Windows, it is much easier to set up a small Linux environment for it. Apart from a full Linux installation, you can also use a virtual machine or even simpler the Windows Subsystem for Linux (WSL). This is done under Windows 10 with a simple command line:
wsl --install -d ubuntu
For more detailed instructions I recommend a visit to the Microsoft or Ubuntu website. Otherwise, the further configuration is largely self-explanatory. After a reboot, the setup continues automatically and after defining a username and password, you have a working Ubuntu Linux installation.
In the next step we install GDAL and install some other dependencies for creating sqlite databases.