from pygeocoder import Geocoder # import pygeocoder results = Geocoder.reverse_geocode(lat,lon,language='ja') # reverse geocode
OSGeo4W のシェルで python C:\OSGeo4W\bin\gdal_merge.py -o C:/temp/stack.tif -init -9999 --optfile C:/temp/list.txt # --optfile でlist.txtを読み込むことで、処理対象ファイルを指定する # -init でNodata(海の部分)は"-9999"または"0"と指定