gdal
-
如何在Python中安装GDAL库
目录1. 下载GDAL2. 安装GDAL3.卸载GDALGDAL(Geospatial Data Abstraction Library)是一个在X/MIT许可协议下的开源栅格空间数据转换库。它利用抽象数据模型来表达编程所支持的各种文件格式。它还有一系列命令行工具来[详细]
2023-04-13 09:17 分类:开发 Using the python gdal module to open images in the same projection but different sizes
I\'m not sure this is the correct site 开发者_如何学编程for this but, I\'m using the gdal.Open() module on python 2.7 to open Landsat GeoTIFF images.They have the same UTM map projection, but differ[详细]
2023-03-31 00:08 分类:问答Gdal will not import after several installs (Mac OSX)
Using Macports, I\'ve tried to install: gdal, py27gdal, and gdal-grass.All so I can import gdal into python 2.7.2.[详细]
2023-03-28 22:51 分类:问答Incorporating GDAL into MSVS 2008 C++ project
I\'ve been experimenting with GDAL in python and have had some great success in it\'s use for terrain analysis.My company wants to see if/how GDAL can be used in Visual Studio, as it is their primary[详细]
2023-03-27 00:56 分类:问答save file in XYZ format as vector (GML or shp)
I am using QGIS software. I would like to show value of each raster cell as label. My idea (I don\'t know any plugin or any functionality from QGIS which allow to it easier) is to export raster using[详细]
2023-03-26 17:31 分类:问答GDAL install on Mac OS X Lion
I\'m trying to install GDAL 1.7.1 on Mac OS X Lion using: python setup.py build python setup.py install[详细]
2023-03-25 06:30 分类:问答Speeding up iterating over Numpy Arrays
I am working on performing image processing using Numpy, specifically a running standard deviation stretch.This reads in X number of columns, finds the Std. and performs a percentage linear stretch.It[详细]
2023-03-19 16:52 分类:问答Is there a GDAL build available for Python 3.2 Windows 7 64-bit?
I am interested in using GDAL for Python 3.2 Windows 7 64 bit.I have not come across a suitable build.If there is not a build available,开发者_Go百科 how would I go about building GDAL myself for Pyth[详细]
2023-03-18 19:58 分类:问答GIS: How to resize layer using .prj (WKT) projection? (Geographic Coordinate System)
Briefly: How to parametrize .prj WKT file so that I can perform 7 point tranformation (wiki). I know how false_easting and false_northing params work, but how can I adjust scale? I do not mean scale_[详细]
2023-03-18 09:50 分类:问答Only one line of this batch file will run
gdal_merge -o C:\\test\\RasterMerge\\p023r027\\p023r027_7t20010623_z16_merged.tif -seperate -q -v C:\\test\\RasterMerge\\p023r027\\p023r027_7t20010623_z16_merged.tif C:\\test\\RasterMerge\\p023r027\\p[详细]
2023-03-16 07:41 分类:问答