Skip to content

Changed vertical section interpolation to treat masked values as NaN#983

Merged
joernu76 merged 1 commit intodevelopfrom
issue811
May 21, 2021
Merged

Changed vertical section interpolation to treat masked values as NaN#983
joernu76 merged 1 commit intodevelopfrom
issue811

Conversation

@joernu76
Copy link
Member

Array is properly masked, but interpolation routine ignored mask.
Filling the array with NaN should solve this issue.
Resulting array is properly masked again.

Fix #811

Array is properly masked, but interpolation routine ignored mask.
Filling the array with NaN should solve this issue.
Resulting array is properly masked again.

Fix #811
@joernu76 joernu76 requested a review from jgrooss May 21, 2021 09:14
@joernu76
Copy link
Member Author

Has been hot-patched to the ML Cirrus server.

Copy link
Contributor

@jgrooss jgrooss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works now

@joernu76 joernu76 merged commit 23f56e3 into develop May 21, 2021
ReimarBauer pushed a commit to ReimarBauer/MSS that referenced this pull request May 26, 2021
…pen-MSS#983)

Array is properly masked, but interpolation routine ignored mask.
Filling the array with NaN should solve this issue.
Resulting array is properly masked again.

Fix Open-MSS#811
ReimarBauer added a commit that referenced this pull request May 26, 2021
* fixed error message (#962)

* improved install/update of MSS (#966)

* improved install/update of MSS

* updated env order and added an important hint

Co-authored-by: J. Ungermann <[email protected]>

* preparation v3.0.4 (#967)

* Changed vertical section interpolation to treat masked values as NaN (#983)

Array is properly masked, but interpolation routine ignored mask.
Filling the array with NaN should solve this issue.
Resulting array is properly masked again.

Fix #811

* Import/Export Extensions, fixes #918 (#981)

* export plugins added

* import plugins added

* removed a doubled import

* popup message when all is done

* first change model than reload views

* waypoints_model.dataChanged added

* saved after import

* reorganized, removed double commits

* import saves xml content, worklocally with ftml files

* Added option to display a secondary axis in SideView. (#980)

Fix #571

Co-authored-by: ReimarBauer <[email protected]>

* enables to configure a EXPIRATION time in seconds, fixes #948 (#974)

* enables to configure a EXPIRATION time in seconds

we catch now various problems for an expired session,
besides on a timelimit a session also expires on server restart.

* popup message for new login requires added

* flake8 fix

Co-authored-by: J. Ungermann <[email protected]>

* verbose output on chat who made changes

* fixed typo

* ToDo added

* verifies expired user token and forces login

* fixation of qt (#988)

* added sorting for project list (#990)

Co-authored-by: J. Ungermann <[email protected]>

* Mscolab: collaborator can access version history (#925)

* Mscolab: collaborator can access version history

* updated mscolab.py

* mscolab docs updated

* mscolab.py updated

Co-Authored-By: ReimarBauer <[email protected]>

* added "collaborator" in file_manager

* fixed: flake8

* file_manager.py updated

* updated file_manager.py

* refactored mscolab permissions

* update

* refactored permissions in  "set_active_pid"

Co-Authored-By: ReimarBauer <[email protected]>

* closed windows after permission updated

* merged: permission based closing of mscolab windows and disabling buttons to single function

It will increase maintainability

Co-Authored-By: J. Ungermann <[email protected]>

* called `handle_mscolab_buttons` inside other functions

Co-Authored-By: J. Ungermann <[email protected]>

Co-authored-by: ReimarBauer <[email protected]>
Co-authored-by: J. Ungermann <[email protected]>
Co-authored-by: J. Ungermann <[email protected]>

* flake8 fix

Co-authored-by: J. Ungermann <[email protected]>
Co-authored-by: Aravind Murali <[email protected]>
Co-authored-by: Jatin Jain <[email protected]>
Co-authored-by: J. Ungermann <[email protected]>
@joernu76 joernu76 deleted the issue811 branch May 27, 2021 09:10
@joernu76 joernu76 restored the issue811 branch June 23, 2022 11:15
@joernu76 joernu76 deleted the issue811 branch June 23, 2022 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

missing values in netCDF data are ignored

2 participants