I'm mostly finished with a Perl script that generates fully-annotated PDF maps from standard SEC-format data files. Subsector lines are optional, most paper sizes are supported, a single page can be any of a full sector, a quadrant, or a subsector, and you can create an entire sector's worth of quadrant or subsector pages at once.Originally posted by Morte:
If I want to make PDF maps of sector or more size, looking roughly like a Shane's maps minus the subsector lines but with UWP data
Output is currently in color only, I still need to create decent icons for bases and asteroid belts, and I haven't done anything about drawing jump or x-boat routes, but otherwise it's looking pretty good.
The current version of the script is here, and sample quadrant-level output of Gateway Sector is here (72Kbytes, based on Flynn's SEC files, thank you very much). You need the PDF::API2 module from CPAN to run the script. "sec2pdf --help" for an options list.
I want to make a B&W-friendly option, spiff up the asteroid belt icon, sort out the base codes and give them icons, print subsector names, control map sizing more precisely, and (eventually) add a map legend. I'll also add an option to always print UWP+PBG instead of system name (currently only done if the system doesn't have a name).
Free for any use, of course. Suggestions/corrections welcome.
UPDATE: I put a newer version of the script up, that includes support for a metadata file containing things that aren't in SEC files, like the full sector and subsector names, the year, and corrections for systems with really long names (Hold-Your-Breath, etc). I also added an option to always print the UWP and PBG instead of the system name.
I've updated the sample quadrant map to use the metadata, and added a subsector-level map here.
-j