aaronzou / mirone

Automatically exported from code.google.com/p/mirone
0 stars 0 forks source link

ADDITIONAL Preference Setting for Gridded Aquamoto Data #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to have the ability to set a default Resolution for the
Aquamoto Viewer when opening SWW files.

I believe
Currently it is controlled by
inc = ( X + Y ) / (2*(n-1))

where X & Y are length of x and y sides (meters)
 and n = sqrt(number of triangles) ; 

it would be good to set either the resolution by SPACING
or By Line Numbers in the preferences

Regards Rudy

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by rvd.bala...@gmail.com on 4 Apr 2009 at 1:06

GoogleCodeExporter commented 8 years ago
Rudy,

Sorry, this makes no sense to me. The anuga .sww files have an non-homogeneous 
data
distribution with potentially big resolution differences. Aquamoto reads that 
data
and interpolates into a regular grid. So user must always select the grid 
resolution
and don't see anyway where we could provide a good default value PRIOR to read 
the
.sww file. The best that I can do is to provide a reasonable guess of an 
acceptable
resolution. That's what Aquamoto does. If the user doesn't like it, it's easy 
to change.

Original comment by jl...@ualg.pt on 27 May 2009 at 12:19