This application allows to reproject a vector data using support image projection reference, or a user
specified map projection
This application allows to reproject a vector data using support image projection reference, or a user given
map projection.
If given, image keywordlist can be added to reprojected vectordata.
This section describes in details the parameters available for this application. Table 4.34, page 466 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is VectorDataReprojection.
Parameter key | Parameter type |
Parameter description |
in | Group |
Input data |
in.vd | Input File name |
Input vector data |
in.kwl | Input image |
Use image keywords list |
out | Group |
Output data |
out.vd | Output File name |
Output vector data |
out.proj | Choices |
Output Projection choice |
out.proj image | Choice |
Use image projection ref |
out.proj user | Choice |
User defined projection |
out.proj.image.in | Input image |
Image used to get projection map |
out.proj.user.map | Choices |
Output Cartographic Map Projection |
out.proj.user.map utm | Choice |
Universal Trans-Mercator (UTM) |
out.proj.user.map lambert2 | Choice |
Lambert II Etendu |
out.proj.user.map lambert93 | Choice |
Lambert93 |
out.proj.user.map wgs | Choice |
WGS 84 |
out.proj.user.map epsg | Choice |
EPSG Code |
out.proj.user.map.utm.zone | Int |
Zone number |
out.proj.user.map.utm.northhem | Boolean |
Northern Hemisphere |
out.proj.user.map.epsg.code | Int |
EPSG Code |
elev | Group |
Elevation management |
elev.dem | Directory |
DEM directory |
|
||
elev.geoid | Input File name |
Geoid File |
elev.default | Float |
Default elevation |
inxml | XML input parameters file |
Load otb application from xml file |
outxml | XML output parameters file |
Save otb application to xml file |
|
||
|
||
|
||
|
||
|
Available choices are:
Elevation management This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.
Load otb application from xml file Load otb application from xml file
Save otb application to xml file Save otb application to xml file
To run this example in command-line, use the following:
To run this example from Python, use the following code snippet:
This application has been written by OTB-Team.