GDAL을위한 학습 자료?


29

나는 종종 특정 문제를 해결하려고 시도하거나 구문을 올바르게 작성하려고 고집합니다.

GDAL Utilities 의 링크에 제공된 세부 정보 외에 , 누구나보다 사용자 친화적 인 방식으로 설명하는 타사 리소스 / 설명서를 알고 있습니까?

답변:


6

이 질문은 커뮤니티 위키 및 위키 잠김으로 변환되었습니다. 답변 목록을 찾는 질문의 예이므로 폐쇄되지 않도록하기 위해 인기가있는 것으로 보입니다. 특수한 경우로 취급해야하며이 사이트 또는 모든 Stack Exchange 사이트에서 권장되는 질문 유형으로 간주되어서는 안되지만 더 많은 콘텐츠를 제공하려면이 답변을 편집하여 자유롭게 수행하십시오. .


이 웹 사이트 는 당신이 고려해야 할 몇 가지 옵션을 나열합니다 ...

  • GDAL 및 오픈 소스 자습서 학습
  • GDAL.org
  • OSGeo Trac

오픈 소스 교육 자료 찾기에 설명 된 옵션을 확인하십시오 . 일반적인 오픈 소스 교육에 대해 다룹니다.


1

도서:

Eric Westra의 Python Geospatial Development-Second Edition

주로 GDAL Python 라이브러리로 공간 데이터를 처리하는 데 유용한 자습서입니다.

물론 GDAL 웹 사이트는 훌륭한 정보원입니다 : http://www.gdal.org


-1

이 웹 사이트 링크 는 환경 변수 설정과 함께 설치하지 않고 GDAL을 다운로드하고 사용하는 방법을 배우는 데 유용합니다.

gdalinfo, ogr2ogr, gdalcreatevrt 등과 같은 유용한 도구가 설명되었습니다. 도움이 되길 바랍니다.



-1

GDAL 작업을 시작하기에 가장 좋은 리소스 중 하나는 GDAL / OGR 명령 줄 지리 데이터 도구에 대한 치트 시트입니다. 아래에서 심층적 인 다이빙을위한 링크 목록을 찾을 수 있습니다.

http://live.osgeo.org/en/quickstart/gdal_quickstart.html

https://github.com/nvkelso/geo-how-to/wiki/OGR-to-reproject,-modify-Shapefiles

ftp://ftp.remotesensing.org/gdal/presentations/OpenSource_Weds_Andre_CUGOS.pdf

http://developmentseed.org/blog/2009/jul/30/using-open-source-tools-make-elevation-maps-afghanistan-and-pakistan/

http://linfiniti.com/2010/12/a-workflow-for-creating-beautiful-relief-shaded-dems-using-gdal/

http://linfiniti.com/2009/09/clipping-rasters-with-gdal-using-polygons/

http://nautilus.baruch.sc.edu/twiki_dmcc/bin/view/Main/OGR_example

http://www.gdal.org/frmt_hdf4.html

http://planetflux.adamwilson.us/2010/06/modis-processing-with-r-gdal-and-nco.html

http://trac.osgeo.org/gdal/wiki/FAQRaster

http://www.mikejcorey.com/wordpress/2011/02/05/tutorial-create-beautiful-hillshade-maps-from-digital-elevation-models-with-gdal-and-mapnik/

http://dirkraffel.com/2011/07/05/best-way-to-merge-color-relief-with-shaded-relief-map/

http://gfoss.blogspot.com/2008/06/gdal-raster-data-tips-and-tricks.html

http://osgeo-org.1560.x6.nabble.com/gdal-dev-Dissolve-shapefile-using-GDAL-OGR-td5036930.html

https://www.mapbox.com/tilemill/docs/guides/terrain-data/

https://gist.github.com/ashaw/0862ec044c45b9aa3c76

https://github.com/gina-alaska/dans-gdal-scripts

참조 :
https://github.com/dwtkns/gdal-cheat-sheet

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.