Ticket #1322 (closed assessed: fixed)

Opened 10 years ago

Last modified 10 years ago

Default ecospace file header cannot be read in Excel

Reported by: jeroens Owned by: jeroens
Priority: normal Milestone: Ecopath 6: future version
Component: Ecospace Version:
Severity: NOT SET Keywords:
Cc:

Description

The default file header that EwE produces when writing Ecospace outputs contains spaces in field names. This may prohibit the fields from getting read properly in tools like Excel or R.

For example:

EwE version,"6.5.10266.0 (compiled 31/01/2014)"
Date,"31/01/2014 13:51:10"
ModelName,"Med model"
EcosimScenario,Test
TimeSeries,(none)
StartYear,1950
EcospaceScenario,"Med 1950s"
Map rows,193
Map cols,512
Map cell length,9.26108
Map cell size,0.08333334
Map Latitude,46.09939
Map Longitude,-5.5167
EcoSpace time step length,0.08333334

should be

EwE version,"6.5.10266.0 (compiled 31/01/2014)"
Date,"31/01/2014 13:51:10"
ModelName,"Med model"
EcosimScenario,Test
TimeSeries,(none)
StartYear,1950
EcospaceScenario,"Med 1950s"
MapRows,193
MapCols,512
MapCellLength,9.26108
MapCellSize,0.08333334
MapLatitude,46.09939
MapLongitude,-5.5167
EcoSpaceTimeStepLength,0.08333334

Change History

comment:1 Changed 10 years ago by jeroens

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.