Skip to content

Instantly share code, notes, and snippets.

@Guymer
Guymer / gist:d8223cc285b96e41f73dd7636188264e
Last active February 18, 2024 11:11
2000m ASL contours from the GLOBE dataset at 32km resolution
We couldn’t find that file to show.
@Guymer
Guymer / gist:0101f6aad633be95c1abd8964db00bb0
Last active February 18, 2024 11:10
openSUSE 11.1 optipng desktop file
We couldn’t find that file to show.
@Guymer
Guymer / gist:01ccd79345562de60762c3c45f1e4c85
Last active February 18, 2024 11:10
openSUSE 11.1 LaTeXtoPDF file
We couldn’t find that file to show.
@Guymer
Guymer / gist:01da8d3898a9f10da2f4586f741c3caa
Last active February 18, 2024 11:10
openSUSE 11.1 PStoPDF file
We couldn’t find that file to show.
@Guymer
Guymer / gist:75610fae51c542b61dc60726466d344b
Last active April 13, 2024 07:45
script to make map of British Hills with an prominence over 900m
We couldn’t find that file to show.
@Guymer
Guymer / gist:dd15aabbf258a9e94525e88cf94f5880
Last active April 13, 2024 07:46
script to make map of British Hills with an prominence over 600m
We couldn’t find that file to show.
@Guymer
Guymer / gist:5bd049c48b6b083ec501eaac4bf7b069
Last active April 13, 2024 07:45
script to make map of British Hills with an elevation over 900m
We couldn’t find that file to show.
@Guymer
Guymer / gist:f3b5e624bc5655eada867a9c9b6e00a9
Last active April 13, 2024 07:46
script to make map of British Hills with an elevation over 600m
We couldn’t find that file to show.
@Guymer
Guymer / gist:12cc96b8062d3f104fa19597a93accaf
Last active February 18, 2024 11:11
script to process the output from HML
We couldn’t find that file to show.
@Guymer
Guymer / cartopy_example.py
Last active August 17, 2020 18:42
An example of some basic Cartopy functionality, that is optionally augmented by PyGuymer3 functionality.
#!/usr/bin/env python3
"""
This example scripts shows you how to do a few simple things using Cartopy. It
assumes a basic knowledge of MatPlotLib. This script has duplicated features too
as it also shows you how I personally choose to augment the Cartopy functions
with my own functions. This is optional and controlled by the "bellsWhistles"
Boolean variable. Finally, there are two functions in this script that contain
the "resolution" keyword which is set to "10m". If you want a cruder, more
jagged, plot that is generated quicker then you should set this to "110m". There