Martin Spott wrote:

> Yes, "raw2ascii" doesn't work with both "simgear" and "terragear-cs"
> HEAD and therefore "demchop" is still untested.  I'll provide a test
> case as soon as time permits - spare time is a bit tight these days.

Ok, try this - get the data files from:

  ftp://ftp.ihg.uni-duisburg.de/GIS/GISData/SRTM/version2_1/HGT/SRTM30/e020n90/

... and run:

DATADIR=${HOME}/archive/GIS/GISData/SRTM/version2_1/HGT/SRTM30
WORKDIR=${HOME}/workdir
mkdir -p ${WORKDIR}/tmp
cd ${WORKDIR}/tmp
unzip ${DATADIR}/e020n90/e020n90.dem.zip
unzip ${DATADIR}/e020n90/e020n90.hdr.zip
mkdir -p ${WORKDIR}/SRTM-30-ASCII/e020n90
raw2ascii E020N90 ${WORKDIR}/SRTM-30-ASCII/e020n90


In normal operation, "raw2ascii" should almost immediately start
writing lots of files to "${WORKDIR}/SRTM-30-ASCII/e020n90/", but with
current simgear/terragear-cs I'm just getting an insane number of
lines:

 - ignore for now


Cheers,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to