On Sun, Dec 20, 2015 at 01:37:42PM -0600, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > On Tue, Nov 17, 2015 at 2:38 PM, exi hmmm <[email protected]> wrote: > > Unfortunately the other data (points, buildings, places, etc) in the > geofabrik files do not have unique dbfawk signatures, which seriously > hampers the use of a dbfawk. When I get a little time I may look and see > if a multifunction dbfawk could be created that looks at the "type" field > to handle customized displays, but such a file will be large and > complicated I'm sure.
That's probably because all that differs between the files is some values of attributes --- they're all just point data, is my guess. So the "multifunction" dbfawk is probably just an exercise in making dbfawk rules for different point types, and you just need to figure out what types are present in each file. > I would love to get topo data in shapefile format... Well, that isn't actually all that hard, but is an exercise in getting the digital elevation model data (e.g. from http://www.geocomm.com/) and contouring it (e.g. with "gdal_contour"). It can be a pain to create, but can be done if you take time to understand how the tools work. And of course generate a dbfawk to go with the results... I've done it a bunch in order to make custom backcountry skiing GPS maps for my Garmin GPSMAP 60cs handheld GPS without having to pay Garmin for the ones of which they're so very, very proud (i.e. $$$). -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
