约 50 个结果
在新选项卡中打开链接
  1. python - How do you make pip install gdal work? - Geographic ...

    2024年12月30日 · However, GDAL doesn't provide precompiled binaries. If you really want to do this the hard way and compile the python bindings, you'll need to install GDAL binaries and have the GDAL …

  2. installation - Installing GDAL with Python on Windows - Geographic ...

    Here is another tutorial which explains very simple and easy way of installing GDAL v1.8 with Python v2.7 on a Windows XP/7 system. Install Python Install the GDAL binaries published by Tamas …

  3. Using gdal.Warp() and gdal.warpOptions() of GDAL Python API

    2018年4月8日 · Using gdal.Warp () and gdal.warpOptions () of GDAL Python API Ask Question Asked 7 years, 9 months ago Modified 1 year, 9 months ago

  4. Converting GeoTIFF to USGS DEM or DTED using GDAL

    2018年10月24日 · The GDAL Raster Formats list show USGSDEM and DTED as supporting "Copy" which means you can output a copy of an existing raster to those formats. So try: gdal_translate -of …

  5. Does GDAL support parallel processing? - Geographic Information …

    2017年5月4日 · Here are the web pages I've looked at: Is it possible to do parallel processing in GDAL and QGIS? [gdal-dev] GDAL raster processing: parallel computing Edit: I asked this question …

  6. Smoothing/interpolating raster in Python using GDAL?

    I am developing in Python and using GDAL from OSGEO to manipulate and interact with rasters and shapefiles. I want to take a shapefile that has point features and interpolate it into a surface raster.

  7. raster - How to efficiently access files with GDAL from an S3 bucket ...

    2016年7月20日 · 29 So, GDAL has recently added a new feature that allows random reading of S3 bucket files. I am looking to crop GDAL images from multiple tiles of an image without having to …

  8. Using GDAL in Python class results in access violation (0xC0000005)

    2020年12月15日 · For example, GDAL’s Python bindings require users to watch out for dangling C pointers, potential crashers of programs. This is bad: among other considerations we’ve chosen …

  9. How do I check which version of GDAL I have and how many?

    For instance, If I open the OSGeo4W Shell, just after loading the batch it displays: GDAL 1.10.1, released 2015/02/10 So, how can I check the other GDAL versions and make comparisons? Is there …

  10. Python GDAL package missing header file when installing via pip

    Each gdal version might assume different version of GDAL and will fail installing if expected version is not present in the system. Python package pygdal is an alternative to gdal, which installs exactly the …