Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: setting environment in arcpy
Post: RE: setting environment in arcpy

import arcpy #set the path of the data arcpy.env.workspace='C:\\test' #using a buffer function that give me an error arcpy.Buffer_analysis('chah.shp','C:\\test\\chah_buf1.shp','100 Meters')Error:Trac...
sunny General Coding Help 1 2,814 Feb-25-2019, 06:13 PM
    Thread: setting environment in arcpy
Post: setting environment in arcpy

In arcpy module, when I set the workspace it seems it doesn't work properly and I get a runtime error as below. import arcpy #set the path of the data arcpy.env.workspace='C:\\test' #using a buffer ...
sunny General Coding Help 1 2,814 Feb-25-2019, 09:31 AM
    Thread: setting environment in arcpy
Post: setting environment in arcpy

In arcpy module, when I set the workspace it seems it doesn't work properly and I get a runtime error as below. import arcpy #set the path of the data arcpy.env.workspace='C:\\test' #using a buffer...
sunny Data Science 0 1,556 Feb-24-2019, 08:37 PM
    Thread: problems with writting a text file
Post: RE: problems with writting a text file

So, you mean I get this problem since I several times opened and closed the file?
sunny General Coding Help 6 3,779 Feb-23-2019, 08:12 PM
    Thread: problems with writting a text file
Post: problems with writting a text file

Hi. I am quite new to Python. I create a new file then write something into it. the code is as below. I wonder why there are some texts written in the file that I didn't write at all? the code I wrot...
sunny General Coding Help 6 3,779 Feb-23-2019, 03:15 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020