- 4 replies
- 4,191 views
- Add Reply
- 4 replies
- 3,847 views
- Add Reply
- 3 replies
- 2,519 views
- Add Reply
- 3 replies
- 2,328 views
- Add Reply
- 1 reply
- 1,217 views
- Add Reply
The upcoming features of QGIS 3

By rahmansunbeam,
Check out the NorthRoadGeo demonstration of the newest features of the upcoming QGIS 3.
There’s also a lot of behind-the-scenes changes which they haven’t touched, e.g. a switch to Python 3 and Qt 5 libraries, a brand new, rewritten QGIS server, new QGIS web client, enhanced metadata integration, GeoNode integration, HiDPI support, a cleaner, stabler, easier PyQGIS API, 1000s more unit tests, and so much more. Get the development f
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
-
Forum Statistics
8.8k
Total Topics43.5k
Total Posts