Skip to content

Instantly share code, notes, and snippets.

@yleprince
yleprince / .gitmessage
Created December 3, 2020 18:12
Commit Template
# ------------------------------ 50 characters --
# Subject - Title
# ---------------------------------------------------- 72 characters --
Context:
# Why do we need this commit?
# Four spaces indentation
@yleprince
yleprince / DrawStratigraphicLogsWithPython.md
Last active March 31, 2020 16:54
Draw a very simple stratigraphic log with Turtle and Python.

Turtle based Stratigraphic Log drawing example

Details:

  • log.py allows to draw a simple stratigraphic log.
  • Rocks name and thicknesses are stored in log.csv (The oldest rock is at the top of this file).

NB: This code is a VERY simple application example of Turtle.

Each improvement/comment is warmly welcome: here.