Python GIS - Copy a Raster (GDAL)

preview_player
Показать описание
Create a copy of an existing raster layer using Python and GDAL. In this Python GIS tutorial we will go through the process of copying a raster dataset. With the GDAL module, this can be done in any Python environment that has GDAL installed an imported. Here, we do this in within QGIS, which allows for easy data visualization.

Рекомендации по теме
Комментарии
Автор

hello thanks for the videos. How can i setprojection manually? Is there any example?

ahmetsahin
Автор

Here you use the code snippit below to close the dataset:
ds_copy = none
In your previous tutorials you use:
del(new_ds)
Is there any difference between these two methods?

markbrown
Автор

Hello ! If I want to learn python programming, which is the best option to begin in your playlist?

adaiprosperbrou