Hot answers tagged tutorial
26
For users:
Linfiniti's Quantum GIS Training Manual and Introducing GIS worksheets cover a wide range of topics
QGIS User Manual
For developers:
General API documentation
PyQGIS Cookbook ... on developing python plugins
Help on writing custom apps with QGIS API ... unfortunately this is quite old
My own notes on developing Python plugins
17
Here you have great manual for beginning: A Gentle Introduction to GIS Brought to you with Quantum GIS, a Free and Open Source Software GIS Application for everyone; by T. Sutton, O. Dassau, M. Sutton
Video lectures for that manual can be found here
EDIT:
GISTUTOR.COM site offers well-made tutorial "step by step" with
the information how to perform ...
14
A more complete list (the first answer mainly refer to OpenGeo stack, that is excellent, but there are plenty of other options out there):
User Interface
OpenLayers
GeoExt (based on OpenLayers)
MapQuery (based on OpenLayers)
Leaflet
Polymaps
Mapstraction
Modest Maps
Wax
Map Services
MapServer
GeoServer
Mapnik
FeatureServer
QGIS Server
Web ...
14
You have your shape files, which the web browsers cannot read if you put them on a server somewhere. A user could download them and view them in an application but that's not what you want.
So this is where GeoServer, MapServer, OpenLayers, PostGIS come into play.
You would use PostGIS to store the data in your shape file as it's a spatial database.
...
7
Ensure you have ArcTutor installed (comes with ArcGIS Desktop install)
Start doing the tutorials.
Id also advise paying a trip to the ESRI Virtual Campus.
- Plenty of free training on there to get you started.
Go to video.esri.com for inspiration.
6
I have it working on Ubuntu 10.04/10.10 and 11.04. My first tutorial was this
http://linfiniti.com/2010/08/qgis-mapserver-a-wms-server-for-the-masses/
but under Ubuntu (with all installed from repos) is even easier.
Enter the cgi-bin folder, create a project folder, copy in there the project file and a copy of qgis_mapserv.fcgi, then add a metadata file.
...
6
I'd suggest starting from http://www.w3.org/Mobile/posdep/GMLIntroduction.html.
If you're planning to work with application schemes in INSPIRE, you'll also need a thorough understanding of XML and XSLT (Extensible Stylesheet Language Transformations).
I think the task doesn't require in-depth understanding of UML. You'll have to be able to read it. Anyway, ...
6
Lee and Evangelista (2006) have a good article on earthquake-induced landslide-susceptibility mapping using an artiļ¬cial neural network. They appear to do their GIS analysis in ArcGIS and implement a ANN algorithm in Matlab.
Spatial Data Modeler (SDM) is available as a collection of geoprocessing tools for ArcGIS (earlier Arc 9.x version here). The author ...
5
Definely you should take a look at the very good documentation from Postgis. Start with the 1.5 version for vector stuff and general GIS questions.
http://postgis.refractions.net/documentation/manual-1.5/ch04.html#PostGIS_Geography AND http://postgis.refractions.net/documentation/manual-1.5/reference.html#PostGIS_Types
...
4
Check out the:
QGIS Manual - all features are
described in detail
PyQGIS Cookbook - if you want to dive
into creating python scripts and
plugins
4
Understanding your data (projection, attributes, formats) then you can using ArcGIS in some quite amazing ways..
General Usage :
For a good basis of understanding a geodatabase.
http://webhelp.esri.com/arcgisdesktop/9.3/pdf/Building_Geodatabases_Tutorial.pdf
(yes 9.3 but still worth the look - good starting point)
Focus on:
Subtypes and Domains (and ...
4
Tutorials GeoMedia Professional
http://outreach.cast.uark.edu/east/toolkit-cast/geospatial_technologies/intergraph_geomedia/tutorials.html
http://geomediawiki.org/Tutorials
4
what i have understood from your que. is how can you spatialize your data? if you dont have any road map you can read Spatializing your Data with PostGIS, GeoDjango & OpenLayers
the tutorial contents contain following information which take from its web side:
This tutorial covers some of the most common Open Source GIS
technologies available today ...
4
QGIS is a project in constant development, so your specific request for the lisboa version might be difficult to meet.
Try the QGIS wiki on the Quantum GIS web pages. They hold a lot of examples. Admittedly some of them could use brushing up to be more up to date. Partial tutorials are available at spatialthoughts.com.
For offline browsing or download ...
4
I guess you talk about this manual: http://manual.linfiniti.com/
You will find the data here:
https://github.com/qgis/QGIS-Training-Manual/tree/master/exercise_data
3
As you've already discovered UbuntuGIS is not a GIS itself but a repository of GIS and related software. I suggest you try installing QGIS (from UbuntuGIS or qgis.org) and having a look at the How do I do that in QGIS page.
3
Although it is a 'quickstart' and may not qualify as more complex information, I found this quite thorough and useful, it uses the geoserver installation on the osgeolive image/bootable disk. I use the virtual machine with the free VMware Player:
http://live.osgeo.org/en/quickstart/geoserver_quickstart.html
3
You are not adding a layer to the map which is why you only see the logo and a white map.
Try for example adding the world street map:
var map = new esri.Map("mapDiv");
var dynamicMapServiceLayer = new esri.layers.ArcGISDynamicMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer");
...
2
QGis was my introduction to all of this, and I got my self started with the material on the QGis site - http://www.qgis.org/en/documentation/manuals.html
The development of the software in recent months has left quite a lot of the third-party tutorial material behind but the changes have all been added features rather than a radical re-design so working ...
2
The online help, for ArcGIS 10
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html?TopicName=welcome
will provide better help than has been provided before, but as Bill suggests, the fundamental concepts exist in Tomlin's book and haven't been altered significantly. The book's principles are also applicable to any GIS package that works with raster ...
2
First of all, I would suggests, to start from help of Arcgis. You will find a lot of examples and tutorials.
For videos you can find some in youtube channel of esri and more in other channels:
http://www.youtube.com/esritv
You mension about Geodatabaseis, a good idea to start is the book of ESRI (i know is theoretical but sometimes you need it):
...
2
http://code.google.com/p/inspire-foss/wiki/RunDeegree3Demo
http://inspire-forum.jrc.ec.europa.eu/mod/groups/topicposts.php?topic=26201&group_guid=2288
http://jira.codehaus.org/browse/GEOS-4319
2
Not trying to promote our particular solution, but you may be able to glean some general info about INSPIRE from some of these links:
http://www.safe.com/c/inspire/inspire.php
http://www.fmepedia.com/index.php/INSPIRE_ProtectedAreas_Prototype
http://www.fmepedia.com/index.php/INSPIRE_ProtectedAreas_Demo
http://www.fmeuc.com/archive/fmeuc2009/index.php
...
2
Not sure there are many projects out there that use it other than MapWindow - who are also the creators of DotSpatial.
If you look at the source for the GDALHelper class, you can see exactly why errors are thrown:
var driverPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
if (driverPath == null) throw new GdalException("Cannot get ...
2
While working on publishing a print copy of this manual, I decided to post a single zip file (41MB) of all the exercise data to make this a bit more convenient:
Latest will always be linked from our book info page
Or download the zip file directly
2
I think if your are proficient in Python, you can manage the rpy2 part (there are examples here), but you need more a book on spatial statistics in R. That would probably be Applied Spatial Data Analysis with R. Section 8.5 is about spatial predictions. The book is available online through library subscription, but the code from the chapter is freely ...
2
I installed qgis and qgis_server using this tutorial:
http://underdark.wordpress.com/2012/03/30/qgis-server-on-ubuntu-step-by-step/
Characteristics:
Ubuntu 12.04.O
Virtual Machine
In "/usr/lib/cgi-bin/" create a folder called "test" ."test" is where you will save your qgis project and .shp too. Inside this folder you must copy the file ...
1
A good source of basic tutorials to get you started is the OSGEO Live-DVD. It contains most of the open source GIS packages that you'll need to get started and each one has a quickstart and tutorial to get you going.
1
QGIS Server main documentation is located at: http://www.qgis.org/wiki/QGIS_Server_Tutorial
Quoting the Wiki section for Ubuntu:
To setup QGIS Server with Apache 2 mod_fastcgi, the following packages are required:
apt-get install qgis-mapserver libapache2-mod-fcgid
Note that libapache2-mod-fcgid and libapache2-mod-fastcgi are different packages and ...
1
I've found Maguire's book to be very helpful.
@book{Maguire2005,
Author = {Maguire, D.J. and Batty, M. and Goodchild, M.F.},
Keywords = {GIS, UIS},
Publisher = {ESRI, Redlands, CA},
Title = {Gis spatial analysis and modelling},
Year = {2005}}
Only top voted, non community-wiki answers of a minimum length are eligible


