<SPAN class="comment token"># -*- coding: utf-8 -*-</SPAN> <SPAN class="comment token"># ---------------------------------------------------------------------------</SPAN> <SPAN class="comment token"># Chapter4Modified2.py</SPAN> <SPAN class="comment token"># Created by Silas Toms</SPAN> <SPAN class="comment token"># 2014 04 23</SPAN> <SPAN class="comment token"># ---------------------------------------------------------------------------</SPAN> <SPAN class="comment token"># Import arcpy module</SPAN> <SPAN class="keyword token">import</SPAN> arcpy <SPAN class="keyword token">import</SPAN> csv arcpy<SPAN class="punctuation token">.</SPAN>env<SPAN class="punctuation token">.</SPAN>overwriteOutput <SPAN class="operator token">=</SPAN><SPAN class="token boolean">True</SPAN> Bus_Stops <SPAN class="operator token">=</SPAN> r<SPAN class="string token">"D:\GIS\books\arcpy and arcgis - geospatial analysis with python\8662_ArcPyArcGIS_2\Data\SanFrancisco.gdb\SanFrancisco\Bus_Stops"</SPAN> CensusBlocks2010 <SPAN class="operator token">=</SPAN> r<SPAN class="string token">"D:\GIS\books\arcpy and arcgis - geospatial analysis with python\8662_ArcPyArcGIS_2\Data\SanFrancisco.gdb\SanFrancisco\CensusBlocks2010"</SPAN> Inbound71 <SPAN class="operator token">=</SPAN> r<SPAN class="string token">"D:\GIS\books\arcpy and arcgis - geospatial analysis with python\my work\chapter3.gdb\Inbound71"</SPAN> Inbound71_400ft_buffer <SPAN class="operator token">=</SPAN> r<SPAN class="string token">"D:\GIS\books\arcpy and arcgis - geospatial analysis with python\my
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.