---
myst:
html_meta:
description: "Eric Narro's projects. I write on Medium 🖋️ | Check my GitHub repositories, I have created a QGIS plugin and several Python 🐍 scripts."
keywords: "Data Analysis, Python, QGIS"
property_og_locale: "en_US"
---
# My projects
Some of my personal projects
## Content creation
`````{grid} 2
````{grid-item}
:columns: 3
[![Medium](/_static/images/medium.webp)](https://ericnarro.medium.com/)
````
````{grid-item}
:columns: 9
In the begining of 2023, I started writing on [Medium](https://medium.com/@ericnarro). I have always liked writing and I think it is a good way to enhance communication skills and re-inforce my knowledge on the different subjects I talk about, which is mostly data analysis and python. I also talk about my career and how I changed my path.
````
`````
## GIS projects
`````{grid} 2
````{grid-item}
:columns: 3
[![CVI Geometry](/_static/images/cvi_geometry.png)](https://github.com/enarroied/cvi_geometry)
````
````{grid-item}
:columns: 9
[CVI Geometry](https://github.com/enarroied/cvi_geometry) is a python project creates Geographic Polygon layers, as WKT CSV format, by associating information contained in two kinds of files :
* The "Fiche de compte" file, in pdf format, from the "CVI", wich is a document all wine growers have, edited by the French customs
* Geographic layers from the French Registry Land office (Cadastre) in Geo JSON format
````
````{grid-item}
:columns: 3
[![Point Cadastre](/_static/images/point_cadastre.png)](https://github.com/enarroied/PointCadastre)
````
````{grid-item}
:columns: 9
[Point Cadastre](https://github.com/enarroied/PointCadastre) is a QGIS plugin that duplicates a layer of Points and adds to its features information from the French land registry. The plugin can be found in the [official QGIS repository](https://plugins.qgis.org/plugins/point_cadastre/).
````
`````