Skip to content

Skippern/BSB_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BSB_scripts

Scripts for updating BSB maps in PD

This is a place to store a series of scripts ment to update BSB map files in Public domain, and to convert them into tiles in a TMS structure

As tilers-tools depends on GDAL 1, a bug-fix on ubuntu-linux (and similar systems) would be to downgrade python-gdal to version 1

Downgrading python-gdal

On ubuntu-linux apt-cache showpkg python-gdal to get version string correctly

sudo apt install python-gdal=<version 1 string> downgrades the package, for example:

apt-cache showpkg python-gdal
sudo apt install python-gdal=1.11.3+dfsg-3build2

Releases

No releases published

Packages

No packages published

Languages