New Antique maps


There’s a known trick for creating an “antique looking” map as a background raster.  Starting from a DEM,  you create a slope raster, then give it a sepia color ramp. And, presto, a poor man’s antique effect.

Here’s how it’s done in GRASS, with a twist to improve the results slightly. Assuming the elevation raster is called ‘dem’:

GRASS 6.4.0RC5 (WGS84):~ > g.region -p rast=dem
GRASS 6.4.0RC5 (WGS84):~ > r.slope.aspect elevation=dem slope=slope
GRASS 6.4.0RC5 (WGS84):~ > r.colors -n slope color=sepia

Note the ‘-n’ switch to r.colors. This reverses the color ramp so that high slopes have a darker shade of sepia.  Have a look at the results so far. Now create a shaded relief map from the dem

GRASS 6.4.0RC5 (WGS84):~ > r.shaded.relief map=dem shade=dem_shade azimuth=315 zmult=1.5
GRASS 6.4.0RC5 (WGS84):~ > r.colors -n dem_shade color=sepia

And now the twist. Merge the slope raster with the shaded relief, to get an “antique 3d” effect. The GRASS r.blend module has a “percent” parameter which indicates how much of the first map is used in the mix.

GRASS 6.4.0RC5 (WGS84):~ > r.blend first=dem_shade second=slope percent=20 out=blend
GRASS 6.4.0RC5 (WGS84):~ > r.composite red=blend.r green=blend.g blue=blend.b out=slope_3d
GRASS 6.4.0RC5 (WGS84):~ > g.remove rast=`g.mlist rast pat=blend.* sep=,`

Display your slope_3d map and let me know what you think. (My example is based on DEM layers from the ASTER DEM project)

3D effect

Antique effect

Creative Commons License
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
  1. #1 by Juan Lucas Dominguez - February 10th, 2010 at 18:16

    Hello,

    > And, presto, a poor man’s antique effect.

    Haha, yeah! very very poor!
    Those maps still look too clean, I would say. Perhaps adding some backgroud ‘dirty’ texture?

    Anyway.

    I got a historical map of Israel from some touristic resort by the Jordan river (subtitle is: “The land Jesus walked” or similar, perhaps you know it)

    I was considering the possibility of scanning and georeferencing it. I was wondering, which projection should I assume was used for it? in other words, if the gov. publishes an official map of Israel, which projection would they use?

    (Regarding my url: yes I know, some titles are reversed , that’s because the SWT widgets are incoherent)

    Regards,
    Juan Lucas

  2. #2 by Micha Silver - February 10th, 2010 at 19:44

    Maybe I should pour some tea on them??

    Where can I see these historical maps? If they’re distributed by some official agency, chances are they are in the Israeli Transverse Mercator projection, EPSG code 2039.


    Micha

  3. #3 by Juan Lucas Dominguez - February 11th, 2010 at 15:55

    Hello, this is the map (4 pics):

    http://www.facebook.com/photo.php?pid=30957020&l=69e69e1941&id=1342234368

    I’ll try EPSG:2039 as you suggest.

    Regards,
    Juan Lucas

  4. #4 by Juan Lucas Dominguez - February 11th, 2010 at 15:57

(will not be published)
  1. No trackbacks yet.