-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lost attributes after running calculate_param() #401
Comments
I encountered the same problem recently, the problem is some R functions like logical operations strip all attributes. One option it to later set attributes again if they are lost. The problem is that the input data can be quite diverse so it it not directly clear what attributes should be placed. e.g. what to do if not all input params of a scan have the same attributes? |
@bart1 the |
fixed by #408 |
If we add a scan parameter CELL as follows:
certain function fail on this new scan parameter:
The reason is that the new parameter has missing attributes, in particular the
geo
attributes:c.f. DBZH:
The text was updated successfully, but these errors were encountered: