Skip to content

Commit

Permalink
small fixes to ensure correct notebook execution
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jul 21, 2021
1 parent 8bd8cfe commit 05ca32d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lausanne_heat_islands/regression/make_regression_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import geopandas as gpd
import numpy as np
import pandas as pd
import salem
import xarray as xr

from lausanne_heat_islands import settings, utils
Expand Down
3 changes: 3 additions & 0 deletions lausanne_heat_islands/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from shapely import geometry
from sklearn import metrics

# Swiss CRS
CRS = 'epsg:2056'

# PLOTS
# ugly hardcoded for the legend of the error classes in map `plot_T_maps`
ERR_CLASSES = [-5, -3, -1, 1, 3, 5] # station markers
Expand Down

0 comments on commit 05ca32d

Please sign in to comment.