-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scale on speed map changes with degree of Zoom #30
Comments
On the speed, we use a different method compared to the paper. I give an example how the high speeds occur (and how the "bug" occurs): We have an observation in western Borneo and in southern Sulawesi where we have similar estimated minima times. Between them there are no observations. Now, speed is: (distance) / (time estimate difference). If both time estimates are very similar and thus the time estimate difference between both locations, the model assumes that rice spread very fast between these points. To me this seems the right answer and I am not sure what to improve here. (if the denominator gets small, the overall estimate gets large).This also has to do with lack of data in these regions, which make the speed estimate quite uncertain. If you zoom in you get more points estimated per sq-km and that causes the bug as small denominator changes can cause large differences in the estimates. |
Ok! I also got different estimates by moving the graph (no zoom). Thus, the scale reflects the range for the visible area? If so, can this also change for the average map? |
@isomemo Here, the same as for #27 (comment). |
Ok! |
@isomemo I checked the video and the answer of @mgross seems to solve the issue. Is there any interface issue to be fixed here? Or is there only the open question to @mgross left here? |
@isomemo I think you wanted to ask the question in this issue:
|
@isomemo regarding from above:
This question was related to the following feature that was added last month to the iso-app beta: Additionally, is the question from #80 (comment)
answered now? Can we close here? |
Here, there are two open issues:
|
Regarding:
Grid length is inferred from the latitudes and longitudes vectors that are defined for the predictions. This definition depends on the resolution value. A larger resolution equally increases the number of latitudes and longitudes for which predictions are calculated:
From the vectors longitudes and latitudes the grid length is inferred by
This works fine for latitudes. But possibly, this is the issue for longitudes since the distance between longitudes in km becomes smaller coming closer to the poles. @isomemo Could this explain the asymmetry? Maybe I could use the following function which I am already applying for the jitter in the interactive map to calculate km from longitude: @isomemo Would this work? |
I checked the code that is used to generate the plot for the map. Following is happening when the zoom changes, and that is why the z-scale also is changing:
That means, each time when the zoom changes, a new prediction is made with updated lat/long vectors. The z-scale is taken from the prediction, thus, it will be updated, also: @mgross also tried to explain why the values are changing from a modelling perspective:
@isomemo Could you please give more details about the behavior you would expect when the zoom is changing? |
Note from today's meeting: the expectation was that zooming is only a graphical issue. However, this is not the case since the prediction is triggered when a different zoom is applied. A solution might be to fix the scale. This option is already available for other modelling tabs.
|
@arunge just to clarify "fixing" the scale means that the scale will have fixed ranges when users zoom in/out, right? |
Scale on speed map changes with degree of Zoom. This is an old previously reported bug. Perhaps a fix is readily available?
I used this dataset:
rice spread.xlsx
These settings were used: Date type interval (Start.Date... and Finish.Date... as field inputs), Longitude & Latitude as coordinate fields, Min estimate, 0.05% quantile, uniform full width distribution, and remaining default options.
See this video for illustration: https://youtu.be/qDOJMUOOFLQ
The text was updated successfully, but these errors were encountered: