Changes between Initial Version and Version 4 of Ticket #5442


Ignore:
Timestamp:
May 6, 2014, 2:52:46 AM (10 years ago)
Author:
fhissel
Comment:

Replying to rouault:

Replying to fhissel:

Replying to rouault:

I've just uploaded a new version of the driver. This one supports writing to Selafin format. A smaller test case and an autotest script are attached.

The driver has been tested with valgrind and test_ogrsf (there is one error in test_ogrsf but it is caused by a normal renumbering of FIDs when inserting or deleting a feature in some kind of layers).

I have not tried to compile it with MSVC (no Windows available).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5442

    • Property Owner changed from warmerdam to fhissel
    • Property Status newassigned
  • Ticket #5442 – Description

    initial v4  
    11Selafin is a format used by some finite element software (mostly [http://www.opentelemac.org Telemac hydraulic model]) to store numerical values at different points or elements and for different time steps.
    22
    3 This driver allows read-only support for Selafin format in OGR.
     3This driver allows read-write support for Selafin format in OGR.