All Posts
Get wine harvest data by French Region from a pdf
- 19 July 2023
France Agrimer is one of the Oh-How-Many beaurocratric structures that French taxpayers happily finance. In between others, they do statistics. And with those statistics, they make pdf reports. And one of those reports has numbers I am interested in, here is the link
It has the harvested volume of wine by French wine AOC (think of it as wine regions), from 2009 to 2019.
Creating a Map of the wine AOCs of France with geopandas and shapely
- 11 July 2023
Important note: The code displayed in this notebook takes some time to execute (in my computer, about 10 minutes). To render the sphinx file, I had to modify the conf.py
file and add: nb_execution_timeout = 1000
(defaults to 30).
In this post, I will be creating a map of the wine regions (AOC) of the Loire Valley, from open Data.
Writing my personal blog with sphinx and Jupyter Notebooks: Throwing some light to the motivations.
- 22 June 2023
Welcome to my blog! I write it using sphinx and Jupyter notebooks. I have talked a little bit about why I did this in my hello world post.
I have written a full Medium article on how to build a blog just like this one.
Hello you all, in this World! 🌍
- 23 April 2023
This is my first post in this blog! I created this web page using sphinx with pydata an Ablog themes.
I want to thank Chris Holdgraf, because I really got a big part of the setup from his blog, you should check it up!