asascience-open / sci-wms

SCI-WMS: Python based Web Mapping Service (WMS) for visualizing geospatial data
http://asascience-open.github.io/sci-wms
19 stars 9 forks source link

Problems with incorrect rendering of ADCIRC meshes with relation to wet/dry cells #92

Open acrosby opened 11 years ago

acrosby commented 11 years ago
  1. Problem with pcolor/filledcontours/contours, where the interpolation required is done over the entire extent of the modeling domain, and not the specific wet cells for that timestep
  2. Problem with facet based rendering, where the matplotlib tripcolor technique differs from matlab where a given cell has both wet nodes and dry nodes. All 3 nodes must be wet, for the cell to be considered wet and rendered as a triangular facet.
acrosby commented 11 years ago

The new Matplotlib 1.3.x may solve a few of these problems, and provide the tools to work around the others... need to get some time to try it out.

dstuebe commented 10 years ago

Do FVCOM wet/dry cells work properly?

acrosby commented 10 years ago

I'm not sure, I never found out how FVCOM calculates that. Its likely definitely wrong for contouring/gridded-pcolor styles