Skip to content

Instantly share code, notes, and snippets.

@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 / .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
@Guymer
Guymer / .editorconfig
Last active April 14, 2024 10:22
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 April 14, 2024 10:22
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 April 14, 2024 10:22
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 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 February 18, 2024 11:12
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 April 22, 2024 16:01
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 April 22, 2024 16:02
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 April 22, 2024 16:01
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