Hi Jim, On 26/01/13 14:48, Jim Leven wrote: > 2. I have looked at the import plugin example, and am trying to write > a import plugin for LAS files (geophysical well logging). > Unfortunately for me, LAS files are dynamic - self-defining (like XTML > but not as well structured). Would you be able to provide me with an > example that might assist me to write the import plugin for LAS files?
Not sure if this will help, but a while ago I bashed together some simple plugins to handle Excel files and SQLite databases both of which are fairly unstructured formats (given the range of things that can be stored in each). The code for them is on github at: https://github.com/waveform80/veusz_plugins - feel free to pinch anything useful (looks like I licensed the code under GPL3 which is my usual default these days, but I'm happy to re-license under any OSI license on request). Cheers, Dave.
_______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
