Skip no data (Grid Overlay): Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
Created page with "{{Overlay attributes|<onlyinclude> {{Overlay attributes|type=row|overlay=Grid |attribute=SKIP_NO_DATA |unit=number |range=0 to 1 |description=When value is 1 NO_DATA values are skipped when updating the model result to the grid overlay contents. |defaultvalue=-1 (all iterations) |icon=iteration_acvtive.png }}</onlyinclude>}} When updating Grid Overlays with a Limit Map, only the box is updated and the rest contains NO_DATA values. Adding SKIP_NO_DATA=1 as an attribu..."
 
Maxim@tygron.com (talk | contribs)
No edit summary
Line 10: Line 10:


When updating Grid Overlays with a [[Limit Map]], only the box is updated and the rest contains NO_DATA values.
When updating Grid Overlays with a [[Limit Map]], only the box is updated and the rest contains NO_DATA values.
Adding SKIP_NO_DATA=1 as an attribute to any Grid Overlay, keeps the orginal values in place. Note: This method allows for calculation larger then the GPU grid would allow by splitting the map up in Limit map boxes.
Adding <code>SKIP_NO_DATA=1</code> as an attribute to any Grid Overlay, keeps the orginal values in place. Note: This method allows for calculation larger then the GPU grid would allow by splitting the map up in Limit map boxes.


{{article end
{{article end

Revision as of 14:38, 10 October 2025

When updating Grid Overlays with a Limit Map, only the box is updated and the rest contains NO_DATA values. Adding SKIP_NO_DATA=1 as an attribute to any Grid Overlay, keeps the orginal values in place. Note: This method allows for calculation larger then the GPU grid would allow by splitting the map up in Limit map boxes.