Results 1 to 4 of 4

Thread: Create polar coordiante system

  1. #1
    Guild Adept Troedel's Avatar
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    426

    Question Create polar coordiante system

    Hi all,

    I was wondering if anyone knows about a fast and accurate way of creating a polar coordinate system, perhaps even with doted lines as subdividers. I am by no means a mathematical creature so be gentle on me. I could eyeball it in PS but I think it would be a bit tedious. So I politly ask for suggestions?

    Greetings,

    Troedel

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

    Default

    You can make a rectangular grid in Photoshopand then use the Polar Coordinates filter. There are also a few templates drifting around. Many mapping tools will also do this.

  3. #3
    Guild Expert johnvanvliet's Avatar
    Join Date
    Jul 2012
    Location
    N 42.39 W 83.44
    Posts
    1,091
    Blog Entries
    4

    Default

    if you are referring to remapping a simple cylindrical map to the north and south poles

    gimp has had this built in for at least 10 to 15 years
    gimp 2.8
    filters / distorts/ polar coordinates



    as to a grid
    there are a few ways
    MMPS can do it easily
    http://www.users.globalnet.co.uk/~arcus/mmps/
    the input image is a all white image ( 2:1)
    Code:
    project stereographic -grid -lat 90 -f input.ppm -out NorthPole.ppm


    Code:
    project stereographic -grid -gridcolor 255:255:255 -lat 90 -f 2k.RGBworld.ppm -out p1.ppm
    Last edited by johnvanvliet; 03-03-2016 at 05:25 PM.
    --- 90 seconds to Midnight ---
    --------

    --- Penguin power!!! ---


  4. #4
    Guild Adept Troedel's Avatar
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    426

    Default

    Thank you very much, i will look into that.

Posting Permissions

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