We need your help! 🔥
Please consider disabling your ad-blocker to support this website! 🔑
We are a free, community-supported website! 🥰
We only display small unobtrusive ads which help us stay online! 💯
Thank you in advance! ❤️
GIS API
GIS Import | Export
GIS REST
GIS Tools
Utilities

GdalWarp

Manipulate raster data with the GDAL Warp program given a source dataset, a destination dataset and a list of options. Formatting for the list of options should be a single string of text with a space separating each term where '-' should preceed the option parameter and the next item in the list should be that parameter's value. For instance, to warp a raster dataset to WGS84, the options string would be '-t_srs EPSG:4326' More information about warp options can be found at https://gdal.org/programs/gdalwarp.html.

Inputs

NameIDDescriptionType
Source datasetsourceFile location for the source raster dataset.Text
Destination datasetdestFile location for the destination dataset.Text
OptionsoptionsString of options with a space separating each term. For instance, to warp an dataset to WGS84, the options string would be '-t_srs EPSG:4326'.Text

Outputs

NameIDDescriptionType
Source InfosourceInfoList of information about the source dataset.Text
Destination InfodestInfoList of information about the destination dataset.Text
Destination FiledestFileFile location of destination datasource.Text

Video Tutorials

Site design © Robin Rodricks.   Heron and associated data © 2024 Brian Washburn.  
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.  Hosted by GitHub

Report an Issue  |  Terms of Service