Skip to content

Instantly share code, notes, and snippets.

@Guymer
Guymer / .editorconfig
Last active September 28, 2024 09:25
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 / .editorconfig
Last active September 28, 2024 09:25
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
@Guymer
Guymer / .editorconfig
Last active September 28, 2024 09:25
a simple script comparing Euclidean and Geodesic distances
# 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 September 28, 2024 09:25
a complex example of buffering the Pacific
# 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 September 28, 2024 09:25
a simple examply of buffering the Pacific
# 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 September 28, 2024 09:25
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 June 22, 2024 08:11
a copy of the Cartopy example for drawing Tissot Circles
# 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 September 28, 2024 09:25
script to demonstrate pyguymer3.geo.add_map_underlay() in an animation
# 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 September 28, 2024 09:25
script to demonstrate pyguymer3.geo.add_map_underlay() locally
# 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 September 28, 2024 09:25
script to demonstrate pyguymer3.geo.add_map_underlay() globally
# 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