Below you will find pages that utilize the taxonomy term “qgis”
Posts
Using GeoScript to create a MBTiles database from a Natural Earth Data Raster
Natural Earth has vector and raster data. In this post, I will download a Natural Earth Raster and create MBTiles file with prerendered tiles. I wanted to use GeoScript Groovy here to show how easy it is to automate this process. Finally, we will use MBTilesServer to serve our MBTiles file on the web.
Posts
Using GeoScript to create a GeoPackage of Natural Earth Data
Natural Earth data is a great dataset. You can easily download it as shapefiles but I like to bundle these multiple files into a single GeoPackage dataset. I wanted to use GeoScript Groovy here to show how easy it is to automate this process.