Skip to content

Instantly share code, notes, and snippets.

@Guymer
Guymer / .editorconfig
Last active April 14, 2024 10:21
a simple examply of buffering Lisbon
# This is the top-most EditorConfig file ...
root = true
# Configure all files ...
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
@Guymer
Guymer / .editorconfig
Last active April 14, 2024 10:21
script to find the antipode to all UK and US territories
# This is the top-most EditorConfig file ...
root = true
# Configure all files ...
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
@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: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: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: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:eb781aaa746cb3e2a069f00f1fc9484f
Last active April 13, 2024 07:45
script to demonstrate the Raster dataset from the Ordnance Survey
We couldn’t find that file to show.
@Guymer
Guymer / gist:9220269aa1ac04aaf23f41613bafef54
Last active April 13, 2024 07:45
script to demonstrate the Miniscale dataset from the Ordnance Survey
We couldn’t find that file to show.
@Guymer
Guymer / gist:90fececcb671433aed97cbffef64aade
Last active April 13, 2024 07:45
script to demonstrate the Overview dataset from the Ordnance Survey
We couldn’t find that file to show.
@Guymer
Guymer / .editorconfig
Last active February 18, 2024 11:12
a script to analyse output from GST and plot global sailing efficiency
# This is the top-most EditorConfig file ...
root = true
# Configure all files ...
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true