James Turner wrote:

> Can you describe / give me a minimal test setup?

Difficult, because 'hgtchop' doesn't work any more either, not even
with terragear-cs/master  ;-)
Try this one for the preparational step - adapt from my setup:

DATADIR=${HOME}/archive/GIS/GISData/SRTM/version2_1/HGT/SRTM3
WORKDIR=${HOME}/workdir
mkdir -p ${WORKDIR}
for REGION in Islands; do
    for HGTFLE in "${DATADIR}/${REGION}/"*.hgt.zip; do
        hgtchop 3 ${HGTFLE} ${WORKDIR}/SRTM2-${REGION}-3
    done
done


At the current state this leaves an empty ~/workdir/ whereas the
directory should contain approx. 1k files in 170 subdirectories.

The respective SRTM files are available here - unless you prefer to use
the 'authoritative' source:

  ftp://ftp.ihg.uni-duisburg.de/GIS/GISData/SRTM/version2_1/HGT/SRTM3/Islands/

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

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to