• 大小: 25.33MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-06
  • 语言: 其他
  • 标签: 可达性  

资源简介

基于ArcGIS进行可达性分析数据,制作ArcGIS Server发布地图数据,进行可达性分析。

资源截图

代码片段和文件信息

# Import necessary modules
import arceditor #DeleteVersion_management requires ArcEditor (Standard) or higher license.
import arcpy

# Set variables from input parameters.
eGDB = arcpy.GetParameterAsText(0)
versionName = arcpy.GetParameterAsText(1)

# Delete the specified version.
arcpy.SetParameter(2 False)
try:
    arcpy.DeleteVersion_management(eGDB versionName)
    arcpy.SetParameter(2 True)
except:
    arcpy.SetParameter(2 False)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-10-16 11:16  GP Service Examples\ClipAndShip\
     文件      602112  2011-12-10 18:54  GP Service Examples\ClipAndShip\ClipAndShip.mxd
     文件      138752  2011-12-13 18:04  GP Service Examples\ClipAndShip\CustomSPRef.tbx
     文件      299008  2011-12-14 15:34  GP Service Examples\ClipAndShip\ExtractZion.tbx
     目录           0  2013-10-16 11:16  GP Service Examples\ClipAndShip\Scratch\
     目录           0  2013-10-16 11:16  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\
     文件         110  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000001.gdbindexes
     文件         302  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000001.gdbtable
     文件        5152  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000001.gdbtablx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000001.TablesByName.atx
     文件        2055  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000002.gdbtable
     文件        5152  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000002.gdbtablx
     文件          42  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000003.gdbindexes
     文件         525  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000003.gdbtable
     文件        5152  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000003.gdbtablx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000004.CatItemsByPhysicalName.atx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000004.CatItemsByType.atx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000004.FDO_UUID.atx
     文件         310  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000004.gdbindexes
     文件        1633  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000004.gdbtable
     文件        5152  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000004.gdbtablx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000004.spx
     文件       12310  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000005.CatItemTypesByName.atx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000005.CatItemTypesByParentTypeID.atx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000005.CatItemTypesByUUID.atx
     文件         296  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000005.gdbindexes
     文件        1705  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000005.gdbtable
     文件        5152  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000005.gdbtablx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000006.CatRelsByDestinationID.atx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000006.CatRelsByOriginID.atx
     文件        4118  2011-10-31 12:04  GP Service Examples\ClipAndShip\Scratch\Scratch.gdb\a00000006.CatRelsByType.atx
............此处省略1444个文件信息

评论

共有 条评论