-
Equidistant Conic Graticule Generator Script
I've written a little Ruby program to generate a graticule for the equidistant conic projection. This projection works reasonably well (For fantasy map making purposes) for medium scale maps, particularly in middle latitudes. Countries to mid sized continents.
http://draconic.ca/eqd-conic.rb
It requires Ruby 1.9 to run and includes instructions in comments at the top of the file. It has a command line interface and produces SVG output you can use in Inkscape or other vector graphics editors.
A good rule of thumb is to pick standard parallels 1/6 of the way in from the top and bottom of your map.
Last edited by Hai-Etlik; 12-09-2011 at 12:31 AM.
-
-
I approve
-
Made an update. It's still command line, but now uses an option parser so it's easier and there are default values for options that aren't provided. It also now supports selecting just a section of the graticule rather than the whole globe.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules