POV-Ray : Newsgroups : povray.binaries.images : Shasta Dem : Re: Shasta Dem Server Time
25 Apr 2024 12:31:25 EDT (-0400)
  Re: Shasta Dem  
From: Melody
Date: 1 Dec 2019 22:00:00
Message: <web.5de47d46c01023639da690110@news.povray.org>
sorter V.2, sorted twice, and spit out the xz locations, now its faster.
almost streamlined, far from one command tho.
alias allDEMcoms {
  ; 30-meter with 7z.exe 7z.dll in folder
  ; example http://www.webgis.com/terr_pages/AZ/dem1/coconino.html
  ; make a dems.txt from html - copy paste to dems.txt
  /dem1s      ... echo Format, remove junk tabs etc. save echo to dems.txt

  /dems       ... echo all sorted positions. pce("nelson.tga", 15, 21 ,0)
              ... download the zips ...
  /unzipall   ... make unzip_bat

  unzip_bat   ... same-name files exist! a(u)to rename to keep all. u
  /dems_batch ... make rename_bat
  rename_bat  ... rename DEM files
  /dems_batch ... make dem2tga_bat, with renamed DEM files, for tga files
  dem2tga_bat ... DEMPOV nelson.dem nelson.tga 0 0 15 0

  0 all
  0 or 1 normalize
  15 verticalScale
  [ bias -min_elevation ] optional
  0 ... edge stuff ?
}

like 12 steps to make 100 height_fields, of places you cannot go.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.