So I wrote a simple Python-based command-line tool that will, given the name of any 1:25k map (e.g., "katoomba") and publication year (e.g., 2017):
- Download the corresponding PDF from the NSW Spatial Collaboration Portal
- Split the map (excluding legend and cover page) across six landscape A3 pages with 20mm overlaps
- Put the legend and cover page side-by-side on a separate portrait A3 page
For example, the command
- Code: Select all
python -m nsw_topo_split katoomba 2022
The source code, installation instructions and more detailed documentation can be found at https://github.com/tschanzer/nsw-topo-split; you are free to use, modify and redistribute them under the terms of the MIT license. Any feedback is welcome, but I can't commit to actively maintaining the package.