Projection of meteorology radar images onto a sphere

Click For Summary
SUMMARY

The discussion focuses on merging meteorology radar images onto a spherical surface. Users recommend exploring the "threeDkit" adaptation of svgalib for Earth projection, noting challenges with high-resolution images. The conversation also highlights the importance of geometric data for aligning images and suggests using software that can warp images together automatically. Participants emphasize the need for a clear strategy on whether to use geometric or image data for merging.

PREREQUISITES
  • Understanding of meteorology radar imaging techniques
  • Familiarity with spherical projections and coordinate systems
  • Experience with OpenGL or similar graphics libraries
  • Knowledge of image processing algorithms for merging and warping images
NEXT STEPS
  • Research "threeDkit" for Earth projection capabilities
  • Explore geometric data analysis techniques for image alignment
  • Investigate image processing software that automates image warping
  • Learn about high-resolution image handling in OpenGL
USEFUL FOR

Developers and researchers in meteorology, graphic programmers working with spherical projections, and anyone involved in image processing and merging techniques.

Caffeinomane
Messages
1
Reaction score
0
Hello everybody, I am working on a project for merging the images of multiple meteorology radars covering a large area. I would like to project each of the images onto a spherical surface and merge them.

Do you know if there is a piece of software that can help me with that?
I can develop in many programming languages, so that is not a problem.
 
Technology news on Phys.org
Caffeinomane said:
Hello everybody, I am working on a project for merging the images of multiple meteorology radars covering a large area. I would like to project each of the images onto a spherical surface and merge them.

Do you know if there is a piece of software that can help me with that?
I can develop in many programming languages, so that is not a problem.

I saw a really interesting Earth projection program test for svgalib's "threeDkit" adaptation of image isn't difficult only problem is running high resolutions with that particular library.
Find a good vesa firmware and driver for your favorite architecture and vioula.
it looks like a simple opengl like api.
I also saw a series of images for the animation frames of the Earth spinning from the motif widget manager, a sprite generator is like what I am thinking.
 
Hey Caffeinomane and welcome to the forums.

In what way do you want to merge the images? Do you want basically just use geometric data to clip the unwanted overlap and align the images or do you want to try and use the image data itself and analyze the images to which part of the images are part of the overlap so that you can calculate the mapping information from the image data and not solely just the geometric data?

(When I say geometric data I am referring to coordinate data points on the Earth that correspond to specifying the boundaries that correspond to the image in the context of the geometry that is being described).
 
If I am correct you are trying to do this Projection Sphere , I was looking into this and I could even get software to warp the images together near automatically as well. Good luck
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
886
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
948
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K