Results 1 to 5 of 5

Thread: Projection Issue: Interrupted Sinusoidal to Equirectangular

  1. #1

    Default Projection Issue: Interrupted Sinusoidal to Equirectangular

    I've got a interrupted sinusoidal map (a gore map, I read somewhere), and I'd like to make it equirectangular. Problem is, I don't know how and I don't know where to look anymore.

    The map has 12 sections of 30°, and the WIP thread is here. I will also attach the map at the end of this post.

    While I have come across a couple of promising looking projection programs, I haven't had much luck with them. I just can't get my head around Geocart, though it does look like it can do precisely what I want it to do. I was trying out the demo, so that may have been why I didn't get it to work. waldronate's ReprojectImage does do sinusoidal, but not an interrupted one (at least not as far as I can see).

    I've seen GDAL and QuantumGIS mentioned, but I have no experience in using a command line interface, and I'd rather not look around for ages and try to learn a new software if it turns out it can't do what I'd like after all.

    Other projection software I've come by only accept equirectangular (which is why I want the projection in the first place).

    Maybe I'm just being slow and the answer to this is right in front of my eyes. If you know how, please do tell. I'd really appreciate it.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Scan.png 
Views:	573 
Size:	192.0 KB 
ID:	42344  

  2. #2
    Software Dev/Rep Hai-Etlik's Avatar
    Join Date
    May 2009
    Location
    48° 28′ N 123° 8′ W
    Posts
    1,333
    Blog Entries
    1

    Default

    Well, ultimately it's just parts of 12 sinusoidal projections, each with a different central meridian. You should be able to break it apart, reproject each independently, and then combine them.

    Also QuantumGIS is not a command line tool, though it uses Proj.4 for its projection implementation, which doesn't support interrupted projections.

  3. #3

    Default

    I hadn't thought about breaking it apart and doing it in sections. Sounds messy, but doable. Thanks for the suggestion. I'll go try it out.

    I know QuantumGIS isn't. The having no experience with command line interface was only referring to GDAL. I see now that I could have been a lot clearer. My apologies.

    Thank you for a quick reply, by the way.

  4. #4
    Administrator waldronate's Avatar
    Join Date
    Mar 2007
    Location
    The High Desert
    Posts
    3,549

    Default

    Squishing, slicing, and pushing the pieces back together again would give you something like that shown below (the black parts are the artifacts from a slightly imperfect alignment when reprojecting).

    Click image for larger version. 

Name:	Assembled.png 
Views:	215 
Size:	41.5 KB 
ID:	42354

  5. #5

    Default

    Hehe, yeah. That's pretty much what I got as well. Wonderful software, waldronate. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •