技术资料-py_GDAL.pdfVIP

  • 7
  • 0
  • 约4.07千字
  • 约 14页
  • 2018-09-19 发布于未知
  • 举报
Creating an Image Catalog ● GDAL and OGR ● read dimensions and georeferencing of raster data ● create a shapefile with new fields ● write features to shapefile ● glob files using glob module ● get file info using os.path module os.path import os.path os.path.abspath(./hobu.txt) P:\\OSG05\\aggregation\\hobu.txt os.path.basename(P:/OSG05/aggregation/hobu.txt) hobu.txt os.path.getctime(hobu.txt) 8386365 glob import glob glob.glob(*.txt) [hobu.txt]

文档评论(0)

1亿VIP精品文档

相关文档