Skip to content
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

improve simulation visualization results #93

Open
2 of 4 tasks
julled opened this issue Dec 20, 2023 · 11 comments
Open
2 of 4 tasks

improve simulation visualization results #93

julled opened this issue Dec 20, 2023 · 11 comments
Labels
enhancement New feature or request prio:low

Comments

@julled
Copy link
Collaborator

julled commented Dec 20, 2023

  • Zoom in more to have less blank space at the image borders to have more detail view / autozoom to fit content
  • Show hours or minutes instead of seconds in the colorbar
  • Add discrete semitransparent points for positions every 1/4 of the simulation time
  • TBC

Of course we need to have access to the simualtion result data for this to implement this.
But it was already suggested that we might add those improvements upstream, but its good to have it already here documented.
We can also implement this already on our side, and later up stream this.

@julled julled added the enhancement New feature or request label Dec 20, 2023
@SteffenME
Copy link
Collaborator

  • Show grid in DD MM SS format instead of DD.dd

@SteffenME
Copy link
Collaborator

We do have access to the data with :

lw.get_lonlats()

@julled
Copy link
Collaborator Author

julled commented Jan 14, 2024

We do have access to the data with :

lw.get_lonlats()

Does it gives us timeseriies data?

@SteffenME
Copy link
Collaborator

SteffenME commented Jan 18, 2024

I created a new map rendering for the results. First edtion:

output

opendrift version for refrence:
image

comments are welcome

@SteffenME
Copy link
Collaborator

Even more pretty and complete:

output

@julled
Copy link
Collaborator Author

julled commented Jan 18, 2024

Wow! Looking very nice! Good job!

Where did you implement this?

@SteffenME
Copy link
Collaborator

SteffenME commented Jan 18, 2024

Wow! Looking very nice! Good job!

Thanks

Where did you implement this?

Python on my local machine. I will branch it here

SteffenME added a commit that referenced this issue Jan 18, 2024
@SteffenME
Copy link
Collaborator

Next step is to use the heatmap

@julled
Copy link
Collaborator Author

julled commented Jan 18, 2024

Even more pretty and complete:

output

is minutes as resolution really fine enough?

@SteffenME
Copy link
Collaborator

often postion reports are precise to the minute. Also Minutes are easier to use. and when we zoom in further the zebra frame will be precise to 0.1 minute.

So its more about how much we can fit in the frame. We could produce a second image of the end points only that is more zoomed in.

@SteffenME
Copy link
Collaborator

SteffenME commented Feb 3, 2024

check this out:
b774bf46-a567-4661-951c-85888a2ab9df

or this:
91e9ae47-947c-4877-a2dd-c24464075168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio:low
Projects
None yet
Development

No branches or pull requests

2 participants