[Talk-ca] StatsCan Address Ranges in OpenJUMP -- how to interpret them?

Dan Putler dan.putler at sauder.ubc.ca
Thu Apr 15 04:27:18 BST 2010


Hi Tyler,

OpenJUMP probably isn't the tool to do this with. Three tools come to
mind: (1) using ogrinfo from the GDAL/OGR library (which if you are
Windows user is most easily obtained via FWTools); (2) a spatially
enabled DBMS such as PostgreSQL with PostGIS, which would enable you to
get at the nodes of the polyline ("way" is an OSM coined term, and not
used in traditional GIS, but in open source GIS, most folks will know
what you mean when you use the term "way") since you can access the
geometry column (the_geom in PostGIS) in these systems; and (3) through
the sp package in R, but unless you are an R user for other reasons (it
is a statistical computing environment), it won't be your first choice.

Its do-able, but probably not as easy as you had hoped.

Dan

On Wed, 2010-04-14 at 20:04 -0700, Tyler Gunn wrote:
> I've been poking around in OpenJUMP and am looking at the StatsCan road names data for Manitoba.  When selecting a way in there it's easy to get the street name.  I  notice that they also have the address in format:
> ADDR_FM_LE: 
> ADDR_TO_LE:
> ADDR_FM_RG:
> ADDR_TO_RG:
> 
> The statscan technical spec says that the ADDR_FM_LE range is for the left side of the road, from the first node of the way to the last node of the way.
> 
> That's fine and dandy but I can't seem to figure out which of the nodes in the way is the first, and which is the last in OpenJump.
> 
> Anyone have any insight into how I could do this?
> 
> THanks!
> Tyler
> 
> 
> 
> _______________________________________________
> Talk-ca mailing list
> Talk-ca at openstreetmap.org
> http://lists.openstreetmap.org/listinfo/talk-ca
-- 
Dan Putler
Sauder School of Business
University of British Columbia





More information about the Talk-ca mailing list