我已經在底圖中繪製了帶有形狀文件的地圖,在此基礎上,我想在DEM中添加DEM數據(.tif)地圖。我已經在SRTM網站上下載了一塊.tif數據(經度和緯度真的在shapefile範圍內),但是最後當我運行該程序時,它沒有顯示特定地圖中的柵格數據 from mpl_toolkits.basemap import Basemap
import matplotlib.pyplot as plt
im
我試圖使用gdal_translate將jp2000(.jp2)格式的Sentinel-2 imagery轉換爲geotiff格式。但是,看起來.jp2格式無法識別。我應該使用什麼方法將jp2000格式轉換爲geotiff? $ gdal_translate B02.jp2 B02.tif
ERROR 4: `B02.jp2' not recognised as a supported file
我無法在Ubuntu上使用最新的anaconda for python 3.6安裝gdal 3.6如何修復它?我得到foll。錯誤: UnsatisfiableError: The following specifications were found to be in conflict:
- gdal -> numpy 1.8* -> python 2.6* -> openssl 1.