Note: This document is for an older version of GRASS GIS that has been discontinued. You should upgrade, and read the current manual page.
NAME
v.what.spoly - Queries vector map with overlapping "spaghetti" polygons (e.g. Landsat footprints) at given location. Polygons must have not intersected boundaries.
KEYWORDS
vector,
topology
SYNOPSIS
v.what.spoly
v.what.spoly --help
v.what.spoly [-p] input=name [output=name] coor=name [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -p
- Only print selected polygons
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- input=name [required]
- Name of input polygon vector map
- output=name
- Name of output vector map
- coor=name [required]
- Coordinates to query
v.what.spoly queries vector map with overlaping "spaghetti" polygons (e.g. Landsat footprints) at given location. Polygons must have not intersected boundaries (not cleaned).
Module only runs in locations with Cartesian coordinates. Module needs GDAL utilities and GDAL-Python to be installed.
v.what.spoly.py input=poly out=poly_select coor=465113.204082,5436513.2449
v.what
Alexander Muriy (IEG RAS, Moscow)
SOURCE CODE
Available at:
v.what.spoly source code
(history)
Latest change: Monday Nov 25 20:28:26 2024 in commit: 8827e50e970b9d7616e92f11fe9cfd12900e127b
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.3.3dev Reference Manual