You are here

Quantum GIS

11 posts / 0 new
Last post
Shanker
Offline
Last seen: 12 years 11 months ago
Joined: 2011-03-28 04:56
Quantum GIS

A quick search shows that this has been requested before, but not for a while. Please consider adding Quantum GIS to the stable - QGIS is open source (GNU Public License) and runs great off a thumbdrive. Well it used to at any rate. Recent versions are not so happy (and probably older versions were never properly portable).

Release notes for the current version (1.6) explain how it can be made portable (see http://www.qgis.org/en/about-qgis/qgis-releases.html):

"•Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too. This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings."

I'm sure this means something to someone!

For more info please see: http://www.qgis.org

Thanks

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 6 days ago
DeveloperModerator
Joined: 2008-07-24 18:46
I'll give this a go

I'll give this a go

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
good

I tried it a couple of days ago and it runs several batch files after installation so I stopped working on it as I dont have the time atm to figure out what they do.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

msevilla
Offline
Last seen: 12 years 11 months ago
Joined: 2006-04-30 13:16
Running in a flash drive

I neither don't know what it means but I've tried to run QGIS coping the previous installed windows directory on a flashdrive and editing the file
..\Quantum GIS Copiapo\apps\qgis\bin\qgis.bat
like this:

--
@echo off

set DRV_LTR=%~d0
SET OSGEO4W_ROOT=%DRV_LTR%\PortableApps\Quantum GIS Copiapo\
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
call "%OSGEO4W_ROOT%"\bin\gdal17.bat
call "%OSGEO4W_ROOT%"\bin\grass-env.bat
@echo off
path %PATH%;%GISBASE%\bin
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\qgis\bin\qgis.exe %*
--

May be you could use the "--configpath" option somewhere

Beee

Next?

Shanker
Offline
Last seen: 12 years 11 months ago
Joined: 2011-03-28 04:56
I've done something similar

I've done something similar up until now, but it still creates the .qgis folder in your user directory - and plug-ins still get installed there too.

ant_
Offline
Last seen: 12 years 3 months ago
Joined: 2007-10-10 12:40
Very interesting idea to add

Very interesting idea to add QGIS to PortableApps!
But I see a few problems luring around the corner: I am in what some call the Third World.

Speed is one concern; the graphics may load real slow when this is run from a USB stick, or a not-so-fast computer, of which we have plenty here.

Then, QGIS creates socalled project files that contain a mention of the path where to look for data (files). Potentially, those are on the USB stick in a portable world. Not sure, but could this create irritations when the thumb drive is renamed?

djnavas
Offline
Last seen: 1 month 2 weeks ago
Joined: 2008-01-30 17:27
QGis is a remarkable app

This is a remarkable application. Its high quality.

There aren't anything similar to supply geographical information.

kilele
Offline
Last seen: 4 years 9 months ago
Joined: 2007-03-05 11:12
gvSIG

You could also consider adding gvSIG. It's another good open source gis application.
There is a portable version at
http://www.gvsig.org/web/plugins/downloads/gvsig-1-11-portable

ecran64
Offline
Last seen: 8 years 6 months ago
Joined: 2010-12-15 05:59
I've seen the possibility to

I've seen the possibility to have QGis as portable apps, there is a project to integrated it as portableapps?
Concerning the speed, I use an portable hard drive, and all applications have the same speed compare to my computer. I tried with usb key, but it's to slow!

Cyclatron
Cyclatron's picture
Offline
Last seen: 10 years 10 months ago
Joined: 2008-04-05 23:09
Quantum GIS

I tried out Quantum GIS and ended up really liking it! For a non-daily gis user, it's pretty intuitive. I began reading how-to articles and scraped up enough info to put together launch scripts to make it portable for QGis Lisboa v1.8 (Seems to be working)

What was done?

*Some QGis batch files needed to modified.
*I also created some AutoIT compilable scripts for the Portable Apps launcher program.

Instructions and scripts are available as a download on my SourceForge site.

http://cyclatron.users.sourceforge.net/menuitem-howto-soft-alterations/7...

portableg
Offline
Last seen: 9 years 4 months ago
Joined: 2014-11-28 11:18
QGIS 2.4.0 made portable

I've done the usual trick of installing ver 2.4.0 on my home computer then just transferring the program folder to my USB stick and running it at work without administrative permissions and it works great! Slow starting up (expected) but once underway it works very well. I just wish there was a proper portable version.

Log in or register to post comments