GeoTIFF: Save geotiff into study db.

scenario-dev-pa
Pierre-Antoine 2025-11-12 11:16:28 +01:00
parent 7bce725c63
commit 8976f054c7
2 changed files with 3 additions and 1 deletions

View File

@ -356,7 +356,7 @@ class GeoTIFF(SQLSubModel):
self.name,
self.description,
self.file_name,
self.file_bytes,
self._file_bytes,
self.coordinates['bottom'],
self.coordinates['top'],
self.coordinates['left'],

View File

@ -656,6 +656,8 @@ class River(Graph):
objs.append(self._D90AdisTS)
objs.append(self._DIFAdisTS)
objs.append(self._geotiff)
for solv_type in self.results:
objs.append(self.results[solv_type])