Skip to content

Commit decc4ae

Browse files
author
idastorm
committed
forgotten to change to stcDataPath in one place
1 parent dd5b7cd commit decc4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

icos_jupyter_notebooks/station_characterization/stationchar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ def _setDistancesAndDegrees(self):
176176
else:
177177
self.distances=stc_functions.distances_from_point_to_grid_cells(self.lat, self.lon, self.fpLat, self.fpLon)
178178
df_w_distances[station]=self.distances
179-
df_w_distances.to_csv(self.settings['stcDataPath'] + "approved_stations_distances.csv")
179+
df_w_distances.to_csv(stcDataPath + "approved_stations_distances.csv")
180180

181181
self.degrees=stc_functions.degrees_from_point_to_grid_cells(self.lat, self.lon, self.fpLat, self.fpLon)
182182
df_w_degrees[station]=self.degrees
183-
df_w_degrees.to_csv(self.settings['stcDataPath'] + "approved_stations_degrees.csv")
183+
df_w_degrees.to_csv(stcDataPath + "approved_stations_degrees.csv")
184184

185185
#or other class... but belongs to object station characterization as much as distances and degrees to footprint?
186186
#can now remove "define_bins_landcover_polar_graph"

0 commit comments

Comments
 (0)