NAME
inwhichpolygons - search a database with polygons for point inclusion
SYNOPSIS
inwhichpolygons dbname [lat lon]
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
Inwhichpolygons is a simple tool to search a database with polygon information. It is mainly a debugging tool.
OPTIONS
-
dbname
Name of database with polygon information. This argument is required. Note that the database must be in polygon1.x schema.
This can be specified a "-", in this case a view containing polygons is expected.
-
lat lon
Coordinates, separated by space(s). If no coordinates are given on the command line, the program will ask for them.
EXAMPLE
inwhichpolygons $LDB/BekannteGrenzen.polygon 47 16
dbsubset $LDB/BekannteGrenzen.polygon "pname=~/Austria/" | inwhichpolygons - 47 16
SEE ALSO
polygon(3), inWhichPolygons(3), polygon_schema(5), regions2polygon(1)
AUTHOR
Nikolaus Horn, 2003
ZAMG / Vienna, Nikolaus.Horn@zamg.ac.at
Antelope User Group Contributed Software