- 4 replies
- 3,327 views
- Add Reply
- 3 replies
- 2,443 views
- Add Reply
- 3 replies
- 2,234 views
- Add Reply
- 1 reply
- 1,146 views
- Add Reply
- 3 replies
- 11,399 views
- Add Reply
Add Multiple Features Arcpy
By Reyalino,
Hi All,
Using arcpy mapping module I am trying to add multiple shapefiles
import arcpy
arcpy.env.workspace = "D:/Directory/Map"
mxd = arcpy.mapping.MapDocument("D:/Directory/Map/layout.mxd")
listFC = arcpy.ListFeatureClasses()
for fc in listFC:
df = arcpy.mapping.ListDataFrames(mxd)[0]
layer = arcpy.mapping.Layer(fc)
arcpy.mapping.AddLayer(df,layer,"TOP")
When I run those script via jupyter notebook only 1 shapefile is added to the arcgis. But when
Help with GIS and Applied Ecology
By Laura,
Hi All,
I am Laura, I am new and I am not much of an expert of GIS even though I am using it much for my PhD project. I would really like to ask for your help regarding an issue I am facing.
I am trying to analyze the movements of deer populations among different hunting areas through the years. I have the maps with the densities (one for each year) and I would need to have some information about the movement that the deer made among those areas. For example, I would really like to kn
DEM DATA ALOS 5M
By Duncan,
Hello,
I am looking to buy/download 5m DEM FROM ALOS
Any ideas of where to get it?
I'm not sure if it matters, but I am in AFRICA
Thank you,
Duncan
Free course about Geographic Information Systems applied to Municipality Management with Open Source
By AlvaroAnguix,
Hi all,
we have launched a free course about Geographic Information Systems applied to Municipality Management, from the gvSIG Association, through several video-tutorials.
At this post you can see the list of topics and the first module, that is available already in [1]
At the next weeks we will publish the other modules, that we will include at this playlist: [2]
The first two modules are theoretical, about differences between GIS and CAD, and reference systems, very import
ArcPy Random Polygons Help
By GISnewb,
I need help creating random polygons of circles and rectangles using ArcPy. I'm using ArcGIS 10.3. I'm very new to programming and still don't understand a lot. But if someone could assist me with the python coding to create random some type of random polygons on a map. The polygons can be circles or rectangles. They type of polygons, doesn't matter too much.
-
Forum Statistics
8.7k
Total Topics43.4k
Total Posts