Posts tagged wine

Get wine harvest data by French Region from a pdf

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.

../../_images/f0e5f76466187fdea7534feae4f729caf37b6bb052684472c110c0d3d2d43697.png

Read more ...


Creating a Map of the wine AOCs of France with geopandas and shapely

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.

../../_images/1869f3e9cfda1537375865b5ab6456cc59d388de8e6ec1779f60c87ffde2f294.png

Read more ...