Re: [spdlib-develop] asc Format to SPD format

2014-12-03 Thread Ramiro Silveyra González
Hi Dan, thanks for the answer. I wrote my schema based on the examples, adding fields and the correct data type. I still have a problem, though. Each row in the asc file represents a point, namely return. The returns are sorted, so that returns from same pulse are consecutive. I would like that

Re: [spdlib-develop] asc Format to SPD format

2014-12-02 Thread Daniel Clewley
Hi Ramiro, Yes, you can import ASCII files directly into SPDLib. You just need to define an XML schema telling spdtranslate which data is in which column. There are some examples here: https://bitbucket.org/petebunting/spdlib/src/a341032e01e0/schemas/?at=default

[spdlib-develop] asc Format to SPD format

2014-12-02 Thread Ramiro Silveyra González
Hi everyone, My name is Ramiro and I am master student at Freiburg University. I am working on a master Thesis about forest stands and habitat mapping. I have several asc files which I want to convert to spf format, for later deriving elevation products and vegetation metrics. The files do not ha