Changes between Initial Version and Version 2 of Ticket #374
- Timestamp:
- Jan 10, 2013, 6:13:44 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #374
- Property Owner changed from ole to steve
-
Property
Summary
changed from
consistent use of csv files
toConsistent use of csv files
-
Ticket #374 – Description
initial v2 1 1 Just wondering if there is any scope for you to fix the way we import a time series into ANUGA. 2 2 3 3 4 At the moment for a hydrograph or rainfall, we have to create a space separated time series (.asc format) and then convert it to a binary (.tms format) before we can call it. 4 5 6 5 7 This used to be the case with your digital terrain data where one would have to create a csv (x,y,z) and then convert it to a .pts file so ANUGA could read it in. Now we can just specify the .csv and ANUGA does it during the intial setup stage which is better as there is less user input. 8 6 9 7 10 Is there any chance of getting all the other time series inputs (eg boundary, rainfall, hydrographs) to be done the same way? So the user would just create a .csv of their rainfall (or hydrograph or tide) data and instead of specifying a .tms file, ANUGA just reads the .csv and converts it to a .tms during the set up stage?