POV-Ray : Newsgroups : povray.binaries.images : Glenfale DEM Server Time
19 Apr 2024 02:37:13 EDT (-0400)
  Glenfale DEM (Message 11 to 15 of 15)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Melody
Subject: Re: Glenfale DEM
Date: 27 Nov 2019 02:10:01
Message: <web.5dde20b8e25d925c9da690110@news.povray.org>
Gergely Szaktilla <spa### [at] ktillade> wrote:

> > and here: <https://tangrams.github.io/heightmapper/>
> >
> > Give it some time to load.
> >
> > Gregor
> >
>
> A few weeks ago I made http://test.szaktilla.de/nmz/
>
> Gregor

takes 1 sec to compile any changes I need.
lucky I still had it.
code::blocks is tits.

http://news.povray.org/povray.binaries.utilities/thread/%3Cweb.5dddc62da775b16c9da690110%40news.povray.org%3E/


next it should accept command line params, batch file 50 dems.
and write output text, to height_field.pov

 still thinking on deltaY ... 3 is 1x1 degree - code says.
30 is 10x10 ? so DeltaY might be 30 / 360? ... not sure what deltaY is doing.
but its works now. for Shasta I did ...
0
0
15
-min_elev(different each one.)
0


Post a reply to this message

From: Melody
Subject: Re: Glenfale DEM
Date: 27 Nov 2019 04:50:01
Message: <web.5dde4587e25d925c9da690110@news.povray.org>
ok - not that hard.
// start DEMPOV bigbend.dem bigbend.tga 0 0 15.000000 -442.000000 0.000000
or if you dont know bias, it's auto set, just leave it out
// start DEMPOV bigbend.dem bigbend.tga 0 0 15 0

and now writes this file:

// POV Height_field Example v. 1.0
height_field {
  // spatialResolution 30.000000 30.000000 1.000000
  // verticalScale 15.000000
  // width height 468 356
  tga "bigbend.tga"
  smooth
  translate <-0.5,-0.5,-0.5>
  scale <468,468,468>
}
  // start DEMPOV bigbend.dem bigbend.tga 0 0 15.000000 -442.000000 0.000000


Post a reply to this message

From: Melody
Subject: Re: Glenfale DEM
Date: 27 Nov 2019 10:15:01
Message: <web.5dde92a4e25d925c9da690110@news.povray.org>
path %PATH%;c:\ftp\dempov\bin
DEMPOV bollibokkamtn.dem bollibokkamtn.tga 0 0 15 0
DEMPOV burney.dem burney.tga 0 0 15 0
DEMPOV chalkmtn.dem chalkmtn.tga 0 0 15 0
DEMPOV goosegap.dem goosegap.tga 0 0 15 0
DEMPOV roaringcreek.dem roaringcreek.tga 0 0 15 0
processing time maybe 1.5 secs

now I can read all the dem headers in a folder and write the batch file.
could read long lat and sort, but, sheesh maybe not today.

next 5


Post a reply to this message


Attachments:
Download 'shasta15.png' (202 KB)

Preview of image 'shasta15.png'
shasta15.png


 

From: Melody
Subject: Re: Glenfale DEM
Date: 27 Nov 2019 15:35:01
Message: <web.5ddedd67e25d925c9da690110@news.povray.org>
what failed ...
> next 5


Post a reply to this message


Attachments:
Download 'shasta15a.png' (241 KB)

Preview of image 'shasta15a.png'
shasta15a.png


 

From: Paolo Gibellini
Subject: Re: Glenfale DEM
Date: 2 Dec 2019 03:45:13
Message: <5de4cf19@news.povray.org>
Melody wrote on 27/11/2019 01:50:
> spatial resolution:  30 30 1
> 
> DEM Header Format: New
> [1&2] Map label: YELLOWSTONE POINT, WY-24000  LAT::   44  0  0.0000 N LONG::
> -110  0  0.0000 W SCALE:: 24000 (SDTS2DEM v.0.018)
> 

Very interesting results!

Paolo


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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