-
Notifications
You must be signed in to change notification settings - Fork 124
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Tropical Cyclone Image Artifact Removal/Smoothing #916
Comments
@haicyu Thank you for your report. As far as I am aware, smoothing out these profiles is a far from trivial task, which is why Climada does not provide a function for that. Nonetheless, you can extract the full wind field for every track from To avoid such artifacts in general, it is a good practice to match temporal and spatial resolution in such a manner that each cyclone only traverses one or very few centroids between each time step. Depending on your spatial resolution, a time step of 4h might hence be too large. Since your computation already takes a while, I therefore suggest you lower the spatial resolution. Hope this helps! |
Hi @peanutfun, Thanks for your thoughtful reply. Could you point me to where I can tune the temporal resolution? I am trying to get the maximum possible spatial resolution that I can. |
Also, is there any interest in adopting a smoothing algorithm into CLIMADA if it were made available? |
@haicyu Equal time step interpolation can be achieved with climada_python/climada/hazard/tc_tracks.py Line 1064 in 8f89ce1
Yes, we would generally be interested in adopting a suitable smoothing algorithm. However, we would need to see some results first and discuss possible advantages, shortcomings, and the actual implementation into Climada. Do you have a particular algorithm in mind? |
Hi @peanutfun I have a background in this area and many approaches come to mind. I can give a few of them a try and if anything useful comes out of it, what would be a good way to share back with you? Here in this thread would be fine? Do you have any high level considerations that would be helpful to take into account? I am currently working from a climate risk management perspective, which leans towards being conservative. |
@haicyu That sounds fantastic! I'll try to convert this thread into a discussion. It should then be easier to have parallel discussion on particular topics. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Spurious image artifacts are making the hazard intensity profiles for tropical cyclones unusable at a high resolution.
Tropical cyclone storm tracks are printed into hazard intensity profiles at high spatial resolution with low temporal resolution. This results in spatial artifacts instead of a smooth profile of a tropical cyclone traveling through space over time. Is there any way to plot a smoother intensity profile for a given tropical cyclone?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've increased the number of synthetic tracks generated to get more smoothness by having them overlap with each other, but I've reached the limits of my system. Currently my model takes 4 hours to build, and I am still seeing these image artifacts. Is there any other way to get some smoothing? We should get a smooth intensity profile for a tropical cyclone along the direction of tropical cyclone travel and in a general region.
To Reproduce
Steps to reproduce the behavior/error:
Additional context
Add any other context or screenshots about the feature request here.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
From the view of Tokyo, we can see the expected versus actual intensity profiles along the direction of travel of the tropical cyclone, which is the red line. Because we seem to have large time steps between cyclone footprints, we have spatial artifacts in the form of these dips instead of a smooth profile. Is there any way to get continuity here?
When we look at the larger view of Japan, we have an area with lots of artifacts within a high intensity area. Is there any way to smooth out that whole region to be roughly even intensity, since the dips in intensity are accidental and not essential.
The text was updated successfully, but these errors were encountered: