Skip to content

Instantly share code, notes, and snippets.

@vviguie
vviguie / script_analyse.ipynb
Created September 22, 2021 12:16
Script pour le TP sous format Jupyter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vviguie
vviguie / script_analyse_without_geopandas.py
Last active September 22, 2021 12:11
script_analyse_without_geopandas.py
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""Exemple de script pour l'analyse des résultats de NEDUM"""
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
##################################
#%% Importation des données
@vviguie
vviguie / script_analyse.py
Created September 22, 2021 09:40
TP EEET modélisation villes
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""Exemple de script pour l'analyse des résultats de NEDUM"""
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import geopandas
import contextily as ctx