Re: [Qgis-user] How to convert ECW using open source packages into something else? [ANSWERED]

2015-08-04 Thread Simon Cropper


Thanks everyone.

I got the message GeoTiff is the preferred alternative file format to 
ECW and gdal on Windows the method of converting the ECW to GeoTiff.


It's lucky I still have access to a Windows machine :-D but wonder what 
I would do if I only had access to Linux :-\


Again, thanks for the timely responses

On 05/08/15 07:29, Enrique wrote:
As recommended by Paul Ramsey, tiled schema is a better option, so I 
add it to gdal_translate command.


Thanks!


a. Reading ECW and compressing to JPG (set your favourite quality, 80 
is a good choice for orthoimages; also CACHEMAX could be increased):


gdal_translate --config GDAL_CACHEMAX 1000 --config GDAL_PAM_ENABLED 
NO -of GTIFF -co COMPRESS=JPEG -co TILED=YES -co JPEG_QUALITY=80 -co 
PHOTOMETRIC=YCBCR source_image.ecw target_image.tif


b. Adding internal pyramids/overviews with JPG compression (select 
your resampling method, I prefer average):


gdaladdo --config COMPRESS_OVERVIEW JPEG --config PHOTOMETRIC_OVERVIEW 
YCBCR --config INTERLEAVE_OVERVIEW PIXEL -r average image.tif 2 4 8 
16 32 64 128



2015-08-04 17:23 GMT+02:00 Steve Golden stevenlgol...@gmail.com 
mailto:stevenlgol...@gmail.com:


If you have access to Windows XP and can install GDAL,
gdal_translate is the
way to go to convert ECW to something else and GeoTIFF should be
on your
list for that something else.  There are a lot of webpages out
there with
sample gdal_translate commands, but I recommend reading about  GeoTIFF
compression
http://blog.cleverelephant.ca/2015/02/geotiff-compression-for-dummies.html
from a very good source.

-Steve



--
View this message in context:

http://osgeo-org.1560.x6.nabble.com/How-to-convert-ECW-using-open-source-packages-into-something-else-tp5218390p5218484.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org mailto:Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Cheers Simon
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS and ECW files

2015-08-03 Thread Simon Cropper


Unfortunately this did not work either...

The command sudo apt-get install libgdal-ecw-src resulted in the 
following.


The following packages have unmet dependencies:
 libgdal-ecw-src : Depends: libgdal-dev (= 1.9.0) but it is not going 
to be installed

E: Unable to correct problems, you have held broken packages.


On 04/08/15 00:51, Andre Joost wrote:

Am 03.08.2015 um 07:46 schrieb Simon Cropper:

Hello,

Sorry for binging up an old chestnut but I am not able to get ECW
support on QGIS.





Does anyone have any idea how I should/could resolve this problem?


I have described a kind of hack to get it working here:

http://gis.stackexchange.com/questions/94870/unable-to-install-ecw-support-on-lubuntu-14-04 



HTH,
André Joost


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Cheers Simon

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] How to convert ECW using open source packages into something else?

2015-08-03 Thread Simon Cropper


 should work out of the box on WIndows

Why would this be the case -- the licence agreement applies to Linux as 
much as Windows. Does your version support ECW files? Use gdalinfo to 
see supported raster formats. What does it report?


On 04/08/15 14:09, Nathan Woodrow wrote:
OK ECW support should work out of the box on WIndows if you are able 
to use that.  I have never really tied on Linux so can't help there.


Regards,
Nathan

On Tue, Aug 4, 2015 at 2:07 PM, Simon Cropper 
cont...@simonchristophercropper.com 
mailto:cont...@simonchristophercropper.com wrote:


On 04/08/15 14:05, Nathan Woodrow wrote:

Is this for Windows or another platform?


Ubuntu 14.04 although I have access to Windows Vista and XP.



Regards,

On Tue, Aug 4, 2015 at 1:45 PM, Simon Cropper
cont...@simonchristophercropper.com
mailto:cont...@simonchristophercropper.com wrote:

Hello,

I have recently tried to get QGIS to work with ECW files.

Despite several days of multiple
installs/reinstalls/uninstalls/lib-upgrades/etc I have not
managed to get ECW to be opened by QGIS. This is really
frustrating as I am keen to use QGIS on an upcoming project.

As an alternative, I would like to pose the following couple
of questions...

My first question is, what is a good alternative to ECW files
for use on QGIS?

The second question, how do I convert the ECW file into this
format without using a propriety software package?

-- 
Cheers Simon



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org mailto:Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user





-- 
Cheers Simon






--
Cheers Simon


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] How to convert ECW using open source packages into something else?

2015-08-03 Thread Simon Cropper

On 04/08/15 14:05, Nathan Woodrow wrote:

Is this for Windows or another platform?


Ubuntu 14.04 although I have access to Windows Vista and XP.



Regards,

On Tue, Aug 4, 2015 at 1:45 PM, Simon Cropper 
cont...@simonchristophercropper.com 
mailto:cont...@simonchristophercropper.com wrote:


Hello,

I have recently tried to get QGIS to work with ECW files.

Despite several days of multiple
installs/reinstalls/uninstalls/lib-upgrades/etc I have not managed
to get ECW to be opened by QGIS. This is really frustrating as I
am keen to use QGIS on an upcoming project.

As an alternative, I would like to pose the following couple of
questions...

My first question is, what is a good alternative to ECW files for
use on QGIS?

The second question, how do I convert the ECW file into this
format without using a propriety software package?

-- 
Cheers Simon



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org mailto:Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user





--
Cheers Simon
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] How to convert ECW using open source packages into something else?

2015-08-03 Thread Simon Cropper

On 04/08/15 13:59, Nicolas Cadieux wrote:


Hi,
You could use gdal  translate directly I imagine and try to figure out 
why it's not working from there.  I would use a tiff format. Have you 
tried on another computer?


http://www.gdal.org/gdal_translate.html



Gdal will only work if it is pre-compiled with ECW support. I have spend 
a couple of days already trying to source or build a version of gdal 
that 'see' ecw files.



Nicolas Cadieux M.Sc.
Les Entreprises Archéotec inc.
8548, rue Saint-Denis Montréal H2P 2H2
Téléphone: 514.381.5112  Fax: 514.381.4995
www.archeotec.ca

On Aug 3, 2015 11:40 PM, Simon Cropper-3 [via OSGeo.org]  [hidden 
email] /user/SendEmail.jtp?type=nodenode=5218392i=0 wrote:


Hello,

I have recently tried to get QGIS to work with ECW files.

Despite several days of multiple
installs/reinstalls/uninstalls/lib-upgrades/etc I have not managed
to get ECW to be opened by QGIS. This is really frustrating as I
am keen to use QGIS on an upcoming project.

As an alternative, I would like to pose the following couple of
questions...

My first question is, what is a good alternative to ECW files for
use on QGIS?

The second question, how do I convert the ECW file into this
format without using a propriety software package?

-- 
Cheers Simon



___
Qgis-user mailing list
a

href=/user/SendEmail.jtp?type#61;nodeamp;node#61;5218390amp;i#61;0[hidden
email]
http://lists.osgeo.org/mailman/listinfo/qgis-user


If you reply to this email, your message will be added to the
discussion below:

http://osgeo-org.1560.x6.nabble.com/How-to-convert-ECW-using-open-source-packages-into-something-else-tp5218390.html

To start a new topic under Quantum GIS - User, email
ml-node+s1560n4125267...@n6.nabble.com
To unsubscribe from Quantum GIS - User, a

href=http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro#61;unsubscribe_by_codeamp;node#61;4125267amp;code#61;bmljb2xhcy5jYWRpZXV4QGFyY2hlb3RlYy5jYXw0MTI1MjY3fDYzNDQ4MjQxNg#61;#61;;click
here.
a

href=http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro#61;macro_vieweramp;id#61;instant_html%21nabble%3Aemail.namlamp;base#61;nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespaceamp;breadcrumbs#61;notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml;
style=font:9px serifNAML



View this message in context: Re: How to convert ECW using open source 
packages into something else? 
http://osgeo-org.1560.x6.nabble.com/How-to-convert-ECW-using-open-source-packages-into-something-else-tp5218390p5218392.html
Sent from the Quantum GIS - User mailing list archive 
http://osgeo-org.1560.x6.nabble.com/Quantum-GIS-User-f4125267.html 
at Nabble.com.



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Cheers Simon


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] How to convert ECW using open source packages into something else?

2015-08-03 Thread Simon Cropper

Hello,

I have recently tried to get QGIS to work with ECW files.

Despite several days of multiple 
installs/reinstalls/uninstalls/lib-upgrades/etc I have not managed to 
get ECW to be opened by QGIS. This is really frustrating as I am keen to 
use QGIS on an upcoming project.


As an alternative, I would like to pose the following couple of questions...

My first question is, what is a good alternative to ECW files for use on 
QGIS?


The second question, how do I convert the ECW file into this format 
without using a propriety software package?


--
Cheers Simon

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] How to convert ECW using open source packages into something else?

2015-08-03 Thread Simon Cropper

On 04/08/15 13:58, Andre Joost wrote:

Am 04.08.2015 um 05:45 schrieb Simon Cropper:



My first question is, what is a good alternative to ECW files for use on
QGIS?


Geotiff should always work on QGIS. BTW, write support for ECW is 
still limited without a license.




OK. GeoTiff sound good.



The second question, how do I convert the ECW file into this format
without using a propriety software package?


Ubuntugis still holds ecw packages for GDAL 1.10 on raring, quantal, 
precise and lucid. So you can set up a virtual box inside your OS with 
one of those ubuntu versions, and install GDAL 1.10 with ECW support 
inside it to convert ecw files to Geotiff format. Data exchange 
between the virtual box and your host OS is possible with shared folders.


OK. Thanks.



HTH,
André Joost


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Cheers Simon
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] QGIS and ECW files

2015-08-03 Thread Simon Cropper

Hello,

Sorry for binging up an old chestnut but I am not able to get ECW 
support on QGIS.


Here is a dump of my QGIS configuration..

QGIS version2.8.3-Wien
QGIS code revisionexported
Compiled against Qt4.8.6
Running against Qt4.8.6
Compiled against GDAL/OGR1.11.2
Running against GDAL/OGR1.11.2
Compiled against GEOS3.4.2-CAPI-1.8.2
Running against GEOS3.4.2-CAPI-1.8.2 r3921
PostgreSQL Client Version9.3.4
SpatiaLite Version4.1.1
QWT Version5.2.3
PROJ.4 Version480
QScintilla2 Version2.8.1

REPO: deb http://qgis.org/ubuntugis-ltr trusty main

What I have tried...

*

http://muhammadbaihaqi-martin92.blogspot.com.au/2014/05/install-ecw-support-qgis-220-valmiera.html

Successfully implemented all but the 'sudo gdal-ecw-build', which baulks 
because I don't have gdal-config installed. Despite every attempt the 
system is preventing me from installing gdal-config due to dependency 
misalignments.


Command implemented -- sudo apt-get install libgdal-dev
Error -- libgdal-dev : Depends: libgdal1h (= 1.10.1+dfsg-5ubuntu1) but 
1.11.2+dfsg-1~exp2~trusty is to be installed


*

Does anyone have any idea how I should/could resolve this problem?

--
Cheers Simon

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Merging shapefiles

2015-03-15 Thread Simon Cropper

On 16/03/15 08:59, Pat Brown wrote:

I have a number of shapefiles showing the distribution of various
plants. The distribution data are in the form of polygons as they are
recorded by quarter-degree square (QDS). I want to find out how many
species are present in each QDS. What is the best way to do this? Should
I first merge the shapefiles? is there a way to do this without merging?
What would be the advantages of merging? There are about 200 shapefiles.
Many thanks


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



Hi Pat,

One would presume that each QDS has a unique code. If not, create a 
field and populate with unique label based on the top left lat/long value.


Shapefiles are not a single file. If you look in your directories you 
will note they consist of a SHP, SHX and DBF file. The DBF file is a 
standard database file that can easily be imported into Excel, Access or 
similar product. This DBF file contains your attribute data.


These DBF files can be safely read by external packages (Excel, Access, 
LibreOffice Calc). Don't update or change them however as it will cause 
problems with the SHP and SHX files.


Say you are using Excel. Import each DBF into a sheet. Since each record 
is tagged with a unique QDS code you can then sort and summarize all you 
want. If you set the DBF files up as a database source then as you 
update your Shapefiles in QGIS the changes will appear in Excel.



--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] R: RE: RE: (no subject)

2015-01-29 Thread Simon Cropper


Can I suggest that in future you put a subject in the subject field. It
makes it easier to vet the emails and decide if the subject matter is 
important.



On 29/01/15 05:06, labiancamaril...@libero.it wrote:

Hi Phil,
thanks a lot!
Marilena

Messaggio originale
Da: p...@wyatt-family.com
Data: 27/01/2015 23.41
A: labiancamaril...@libero.it
Ogg: RE: RE: [Qgis-user] (no subject)

Hi Marilena,

There are quite a few tutorials about geocoding. A quick Google
search with the terms .. QGIS geocoding .. returned plenty of leads.
As always there are multiple ways this can be done so don't be
afraid to try the geocoding from a few different services especially
if the address locations are in rural areas. Some systems work best
in cities, others in lesser known areas.


https://www.google.com.au/search?q=qgis+geocodingie=utf-8oe=utf-8gws_rd=crei=AxLIVMXfPMmD8gXStICoCQ#q=qgis+geocoding

Given QGIS is open source there are lots of samples and websites
that can help you through almost any process.

Have fun!

Cheers - Phil

*From:*labiancamaril...@libero.it [mailto:labiancamaril...@libero.it]
*Sent:* Wednesday, 28 January 2015 6:37 AM
*To:* p...@wyatt-family.com; qgis-user@lists.osgeo.org
*Subject:* R: RE: [Qgis-user] (no subject)

Dear Phil,

great!

Thanks a lot!

It's a fantastic plugin, but are there videos or other sources for
the best use of this plugin?

Thanks a lot

Marilena

Messaggio originale
Da: p...@wyatt-family.com mailto:p...@wyatt-family.com
Data: 26/01/2015 23.51
A: labiancamaril...@libero.it
mailto:labiancamaril...@libero.it, qgis-user@lists.osgeo.org
mailto:qgis-user@lists.osgeo.org
Ogg: RE: [Qgis-user] (no subject)

You will need to somehow assign geographic references (Lat/Long)
to each address. This might be achieved by geocoding from the
addresses. Under plugins, check if the experimental MMQGIS
plugin is loaded. This has a menu item for geocoding the
addresses from Google and Open Street Mapping.

Cheers - Phil

*From:*qgis-user-boun...@lists.osgeo.org
mailto:qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf Of
*labiancamaril...@libero.it mailto:labiancamaril...@libero.it
*Sent:* Tuesday, 27 January 2015 2:20 AM
*To:* qgis-user@lists.osgeo.org mailto:qgis-user@lists.osgeo.org
*Subject:* [Qgis-user] (no subject)

Dear all,
I should add a spreadsheet with data containing the addresses of
commercial activities to be loaded in QGIS.
The spreadsheet (Excel) contains the name, code, complete
address, city.
How can I assign these values properly if I want to use open
layer plugin with a road map of Google?

Thanks



No virus found in this message.
Checked by AVG - www.avg.com http://www.avg.com
Version: 2015.0.5646 / Virus Database: 4273/9007 - Release Date:
01/27/15





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Stress about release plans

2014-07-22 Thread Simon Cropper

Hi All,

It is hard to figure out where in the conversation to interject but 
Victors counter-suggestion appears appropriate to me.


Being involved in several open source projects, creating tutorials for 
these and having in the past been involved with trying to contribute to 
the main documentation for these packages it is obvious to me that 
developers need to be involved in documentation.


Users rarely are able to decipher code and trying to figure out when and 
how to use a particular feature can be quite daunting even for the most 
experienced person.


Developers must provide at least basic information on what each new 
feature does and what each feature (drop down box, radio button, etc) is 
for. Without this users need to ferret through hundreds of emails and 
forum posts, and pester the developers anyway. It is easier for devs to 
provide a simple skeleton -- this does this, that does that, here is a 
link, check out this bug etc. All this information is available at the 
developers fingertips while they are working on the new feature anyway 
-- it is just committing 30 minutes at the end to put some details down 
on he page.


With this basic information, documenters are better equipped to present 
the feature in context and explain how it should be used.


On 22/07/14 20:01, Victor Olaya wrote:

+1 to what Otto said. Very good point. Those creating training materials
should coordinate and help the core QGIS documentation (both the manual
and the training manual) improve.

The solution is very simple: Require up to date, accurate
documentation for all commits of new features. This is one for the PSC.
After all, what's the point in having tons of features if no-one
knows how to use them or what they do?
Will it slow down new feature feature commit? Probably, but I figure
that's a small price to pay for actually having documentation. And
from that documentation, universal training materials can be
developed much more easily.


-1 from me. Features are also  documented by people using them, not just
by the devs. We like to say that you can contribute to open source
projects not just by coding, but if we do that, I don't think we are
going to get many contributions from users, leaving the documentation to
be written only by developers.

I try to keep the Processing documentation up to date, but only
documenting the interface itself and the framework, not the algorithms.
That's the reason why a large part of algorithms in Processing are not
documented. Fortunately, some users have contributed documentation, and
they have added descriptions of several algorithms, but the have done
that *after* using the (hitherto undocumented) algorithm and becoming
familiar with it. No one is going to document something that he cannot
use yet.

Let's encourage developers to commit features when they are well
documented, but let's also give some flexibility, since that's not
always going to be possible.

my 2 cents

Cheers
Víctor




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 2.4 open att.table makes noise and works slow

2014-07-11 Thread Simon Cropper

Hi Lene,

There are two options...
1) you have a corrupt file (disk damaged; do sector check) or
2) your attribute data is in the wrong code page (this might sound like 
bells and beeps because some characters get rendered as control 
characters that trigger system bell).


Both would result in the computer slowing down.

What OS are you using? What type of file and what language is the data 
in? Does the geographic data get rendered OK? Any idea where the file 
came from and whether it is is UTF8, UTF16, CP1252, ...


On 11/07/14 16:09, Lene Fischer wrote:

Hi,

When opening an attribute table the program starts to make a noise and
works very slow.

Any idea what´s happening.

Regards

*Lene Fischer*

Associate Professor

*Department of Geosciences and Natural Resource Management*

University of Copenhagen

MOB +45 40115084

l...@ign.ku.dk mailto:l...@ign.ku.dk

SCIENCE_bomaerke_UK



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 2.4 open att.table makes noise and works slow

2014-07-11 Thread Simon Cropper

This is just an extension of the wrong codepage.

Chatter in the forum suggests that people that use special characters in 
the directory names have sound. Change the directory to just have 
'ASCII' characters and all works. As I stated, rendering a symbol that 
the program or OS does not understand can cause the system to behave 
incorrectly.


I had a similar issue with using the degree symbol (as for Degrees 
Celcius) in a spreadsheet. The whole application went mad with the image 
being rendered all over the place and sound coming from the speakers. 
Removing the symbol got ride of the problem.


If the file does not render then the directory name may be the issue. If 
only the attribute data causes a problem it is most likely the data in 
that table.


On 11/07/14 16:28, Stott, James wrote:

Or it could be related to this?

http://hub.qgis.org/issues/10746

Does that describe the noise problems you are getting Lene?

-Opprinnelig melding-
Fra: qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] På vegne av Simon Cropper
Sendt: 11. juli 2014 08:23
Til: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] QGIS 2.4 open att.table makes noise and works slow

Hi Lene,

There are two options...
1) you have a corrupt file (disk damaged; do sector check) or
2) your attribute data is in the wrong code page (this might sound like bells 
and beeps because some characters get rendered as control characters that 
trigger system bell).

Both would result in the computer slowing down.

What OS are you using? What type of file and what language is the data in? Does 
the geographic data get rendered OK? Any idea where the file came from and 
whether it is is UTF8, UTF16, CP1252, ...

On 11/07/14 16:09, Lene Fischer wrote:

Hi,

When opening an attribute table the program starts to make a noise and
works very slow.

Any idea what´s happening.

Regards

*Lene Fischer*

Associate Professor

*Department of Geosciences and Natural Resource Management*

University of Copenhagen

MOB +45 40115084

l...@ign.ku.dk mailto:l...@ign.ku.dk

SCIENCE_bomaerke_UK



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Cheers Simon

 Simon Cropper - Open Content Creator

 Free and Open Source Software Workflow Guides
 
 Introduction   http://www.fossworkflowguides.com
 GIS Packages   http://www.fossworkflowguides.com/gis
 bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] KML Load Error

2014-06-15 Thread Simon Cropper

On 16/06/14 10:20, James Wood wrote:

Seemingly a newbie question, and I confess, KML is not something I play
around with very much, but I'm getting an error on a simple Add Vector
Layer operation with a downloaded KML file. I suspect it may be the
source, although a quick peak in Notepad++ looked OK. The links  (mostly
to PNGs stored online) that I checked inside the doc are broken, but
would that cause it not to load at all? Would anyone else want to give
it a quick try?

KML Source: http://www.unhcr.org/pages/49c3646c4d3.html

QGIS 2.2 on Windows 7 x64 (install from standalone)

Some options here
http://gis.stackexchange.com/questions/33826/how-to-convert-kml-to-shapefile-without-losing-attributes
for me, I guess, if it works for someone else.

Thanks in advance,
James​


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



James,

I can't get the KML file to open either (QGIS 2.2, Ubuntu 13.10)

Have you tried just running the KML file from Google Earth?

The errors I am getitng suggest some non-standard colour tags are being 
used. If you can open in Google earth try exporting to a different 
version of KML.


--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Problem zooming in on ECW files in QGIS

2014-05-31 Thread Simon Cropper

Hi Stefan,

Can you share the code to convert between ECW and JPG using GDAL?

Are there any prerequisites apart from GDAL ?

Thanks Simon

On 31/05/14 13:54, Stefan Sylla wrote:

I had the same issue. Unfortunately I did not find a way to solve it,
however, I am doing a workaround by converting the ecw-files into JPEGs
using gdal_translate (in QGIS this would be under Raster Conversion
 translate). The JPEGs will have the same size as the ecw's and you get
rid of that zoom-problem and many other issues caused by ECW.

On 05/31/2014 03:41 AM, CornGiS [via OSGeo.org] wrote:

 I opened a 490mb ecw image in QGIS on my mac (using the ecw 1.10.1
GDAL-ECW plug-in  5.1.1. ERDAS Image Compression SDK read-only for
desktop).

The ecw is loaded in less than a second, but it seems that QGIS does
not manage to completely uncompress the ecw file, as zooming in
results in a blurry picture. If I open the ecw file using IrfanView I
can zoom in without any problem and get a decent picture..

Did anybody have a similiar experience? Does anybody know how to fix
this problem? Any help is appreciated, thank you!


If you reply to this email, your message will be added to the
discussion below:
http://osgeo-org.1560.x6.nabble.com/Problem-zooming-in-on-ECW-files-in-QGIS-tp5143348.html

To unsubscribe from Quantum GIS - User, click here.
NAML
http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





View this message in context: Re: Problem zooming in on ECW files in
QGIS
http://osgeo-org.1560.x6.nabble.com/Problem-zooming-in-on-ECW-files-in-QGIS-tp5143348p5143370.html
Sent from the Quantum GIS - User mailing list archive
http://osgeo-org.1560.x6.nabble.com/Quantum-GIS-User-f4125267.html at
Nabble.com.


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] How to get rid of the rest of the World?

2014-04-22 Thread Simon Cropper

Marcus,

I think what you are asking is can you just view the area that you are 
working on and have QGIS hide or filter out those feature not within the 
area of concern.


From my understanding is no. Well not exactly.

My understanding is that shapefiles will allways be processed regardless 
of whether they are visable. Feature may not be visible if they are 
outside the view or transparent.


You have two simple solutions to this problem.

1. Create a routine to, or manually, clip all the shapefiles in your 
project based on a reference polygon bounded by your lat/longs.
2. Create a polygon covering the world and punch a hole through it, 
essentially creating a window bounded by your lat/longs. The polygon can 
be made opaque/white making it the same as the screen/page or 
semi-transparent, essentially fading the underlying features (nice 
effect in reports).


On 22/04/14 23:57, kmgkmgkmgkmg . wrote:

Hello everyone..

I will be going on a little bit here now..

Wonder how to create a clip/mask layer or do something to the same effect?
More specifically, how to make a rectangular area of longitude and
latitude coordinates that enables to cut away the area not needed in
other layers?

Since stuck with a quarter of the World or even the entire World in my
little project. This question is for shape file layers mostly, have not
gotten to the .tiff yet. They are not global though larger then needed.
So a universal solution for both types would be nice.

Is there a python console command to do this?
Is there a plugin to do this?
Is there a online service to create such a layer?
Is it possible from within QGIS?

Have tried the make a rectangle plugin, it cuts out zero features.
Also tried clipping with a layer of not the right shape and it says that
they do not have the right projection, even though it looks as they do,
and end up with a blank layer.

Sure plenty people have this problem, though the forums do not have any
clear explanations as I found nothing that really explains, even youtube
got one but that is for regional borders.

Is there some way of just knocking in the longitude and latitude to do this?
Please assist. Do not get why this should be so difficult.

Why does not QGIS ask first thing which area of the planet you wish to
work on a project? And then just filter out it automatically when you
load layer that include more than that? Perhaps this could be a feature
of a future release?

With hopes for many answers and simple solutions. I repeat just want a
specified area that easily can be determined by longitude and latitude
coordinates.

Yours hopefully..
Marcus


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Graticules in QGIS 2.0

2014-01-23 Thread Simon Cropper

On 23/01/14 22:04, Lester Anderson wrote:

Hello,
I was wondering if it is possible to generate projected Lat-Long
graticules for non-geographic projections (eg Lambert, Sterographic
etc) within the print composer? If not, is this going to be an option in
a later version?
Cheers
Lester


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



Lester,

Most of the responses to date have focused on the print composer.

Another option is to create you standard non-geographical map in UTM, 
Lambert or whatever.


Turn on reproject on the fly.

Then, add a new vector file representing the boundaries of the 
gradicules you require.


If viewed in this vectors native projection it the grid would have 
parallel lines but when reprojected it curves as you would expect.


See Figure 4 on my tutorial on Datums and Coordinate Systems used in 
South-eastern Australia -- this is a good example of the technique.


http://www.fossworkflowguides.com/gis/tutorials/7/index.html

I have 5' and 10' grids for Australia that I created using Sextante, 
which is now available in QGIS.


So in summary, rather than use the print composer to put gradicules on, 
add the gradicule as a vector file like any other vector file.


The only issue is that you need to insert labels yourself in places that 
make sense within the map -- rather than external to the 'map proper' as 
you would expect in a gradicule created by the  print composer.



--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] problem reprojecting some shapefiles

2014-01-21 Thread Simon Cropper

On 21/01/14 22:44, Giacomo Fontanelli wrote:

dear community

I'm gonna report a problem that I observed frequently. I have polygon
shapefile, downloaded from the net, representing the path of a
satellite. I think this shapefile derive from a .kml, but I'm not sure.
This layer is WGS84 EPSG:4326.

I have also a layer in UTM 32N (EPSG:32632).

If I work with the on the fly projection I can see both the layers
correctly reprojected and positioned in EPSG 32632 (this must be the
reference system of my project), but once I deflag the on fly projection
and I try to reproject the WGS84 layer (VectorDefine projection) in UTM
32 N, the polygons are absolutely not overlayed.

If I start again the on the fly projectio I don't get any overlay, the
only way to reach a good positioning is to reproject again the first
layer in the native reference system (WGS84) and using the on the fly
reprojection.

My impression is thar QGIS doesn't correctly reproject the shapefiles
coming from .kml, am I wrong?

Thank you very much



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



Hi Giacomo,

It may be possible that  your shapefile does not have a spatial index 
(depends on tool used to convert from kml).


Try opening your original file in a new project projected in WGS84 
EPSG:4326, then reproject it to EPSG 32632 giving it a new name.


Open your original project in UTM 32N (EPSG:32632) and open the newly 
created satellite file.


Does this work?

--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Can I add a shapefile from a network location to QGIS 2.0?

2014-01-06 Thread Simon Cropper


You can mount a Windows volume quite easily on the fly or permanently by 
configuring you fstab file. The command to do this is...


 mount -t cifs

It does take a bit of fiddling to get the credentials to automatically 
work but once setup the process is painless.


The issue you are encountering has to do with spaces on the name. For 
example, if I copy a shape file to the My Documents directory on my 
Windows Mount, QGIS and gvSIG does not see the file. If I put the file 
in Data and ensure the filename has no spaces, e.g. 
My_Shape_File.shp then the issue disappears. The file appears in the 
vector open dialog box.


I hope this helps.

On 07/01/14 02:16, Carlos Cerdán wrote:

Well... it seems there isn't a way to add a layer from network on Ubuntu.

LibreOffice has issues also to open files from network: you must first
to define a bookmark to network. After that, remote folder can be opened
but through this bookmark, which is recognized by other programs like
Inkscape and Gimp... but not by QGIS :-(.

Maybe this link can help you:
https://help.ubuntu.com/community/MountWindowsSharesPermanently (too
complicated for me), or maybe looking for /*ubuntu open file network*/
on Goolge. If so, please share your solution.

Good luck

Carlos


2014/1/5 sbear harris_rob...@windstream.net
mailto:harris_rob...@windstream.net

I have Libreoffice on Ubuntu 12.04 and have no problems opening a
file on the remote NTFS machine.  When I try to add a shapefile from
the remote machine to QGIS 2.0 that is running on the Ubuntu
machine, there is no network visible in the fileopen browser. Is
there a way to add a shapefile from a remote computer when using Linux?

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org mailto:Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] lost 'fetch python plugins' and vector menu

2013-07-04 Thread Simon Cropper



Versionstabelle:



*** 1.8.0-2~raring1 0



500 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/

raring/main amd64 Packages



100 /var/lib/dpkg/status



1.7.4+1.7.5~20120320-1.1 0



500 http://de.archive.ubuntu.com/ubuntu/ raring/universe amd64


Packages


$ sudo aptitude search qgis



p libqgis-dev - Quantum GIS - development files



p libqgis-dev:i386 - Quantum GIS - development files



p libqgis1.7.5 - Quantum GIS - shared libraries



p libqgis1.7.5:i386 - Quantum GIS - shared libraries



i A libqgis1.8.0 - Quantum GIS - shared libraries



p libqgis1.8.0:i386 - Quantum GIS - shared libraries



i A python-qgis - Python bindings to Quantum GIS



p python-qgis:i386 - Python bindings to Quantum GIS



i A python-qgis-common - Python bindings to Quantum GIS - ar



v python2.7-qgis -



v python2.7-qgis:i386 -



i qgis - Geografisches Informationssystem (G



p qgis:i386 - Geografisches Informationssystem (G



p qgis-api-doc - Quantum GIS API documentation



i A qgis-common - Quantum GIS - architecture-independ



v qgis-dev -



v qgis-dev:i386 -



p qgis-mapserver - Quantum GIS mapserver



p qgis-mapserver:i386 - Quantum GIS mapserver



i A qgis-plugin-globe - OSG globe plugin for Quantum GIS



p qgis-plugin-globe:i386 - OSG globe plugin for Quantum GIS



i A qgis-plugin-globe-common - OSG GLOBE plugin for Quantum GIS -



i A qgis-plugin-grass - GRASS plugin for Quantum GIS



p qgis-plugin-grass:i386 - GRASS plugin for Quantum GIS



i A qgis-plugin-grass-common - GRASS plugin for Quantum GIS - arch



i A qgis-providers - collection of data providers to Qua



p qgis-providers:i386 - collection of data providers to Qua



i A qgis-providers-common - collection of data providers to Qua



p qgis-sqlanywhere - Quantum GIS sql anywhere plugin and



p qgis-sqlanywhere:i386 - Quantum GIS sql anywhere plugin and



p qgis-sqlanywhere1.7.5 - Quantum GIS sql anywhere plugin and



p qgis-sqlanywhere1.7.5:i386 - Quantum GIS sql anywhere plugin and





___

Qgis-user mailing list

Qgis-user@lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/qgis-user















_



This email and any files transmitted with it are confidential and


intended


solely for the use of the individual or entity to whom they are


addressed.


If you have received this email in error please notify the system


manager.


This message contains confidential information and is intended only


for


the


individual named. If you are not the named addressee you should not

disseminate, distribute or copy this e-mail. Please notify the
sender

immediately by e-mail if you have received this e-mail by mistake
and


delete


this e-mail from your system. If you are not the intended recipient


you


are


notified that disclosing, copying, distributing or taking any action


in


reliance on the contents of this information is strictly prohibited.



Whilst reasonable care has been taken to avoid virus transmission,
no

responsibility for viruses is taken and it is your responsibility to


carry


out such checks as you feel appropriate.



Saber Razmjooei and Peter Wells trading as Lutra Consulting.


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



I have also had this problem for a month or so now.

The issue is that python-QGIS package is linked to an old version of 
python and Ubuntu 13.04 is using a newer version of python. Consequently 
the bindings are all buggered up and it requires someone in the 
development team to fix the package.


From what I can tell no one is currently working on the issue. Even 
UbuntuGIS PPA still only has the old version.


I did manage to get the bleeding version of QGIS up and running at one 
stage following the Malaysia Blog cited above but it also crashed 
following the next update. Every attempt to install even the standard 
Ubuntu 13.04 QGIS package crashed until yesterday. Now I can get QGIS 
but as there is no python the plug-ins and plug-in manager is still missing.


Considering Ubuntu has a reasonably predictable release cycle and Python 
3 has been out for quite a while, it is pretty poor that the QGIS 
plugins, which incorporates the bulk of its functionality, has just 
stopped working.


--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp

Re: [Qgis-user] All gdal reliant functionality stopped working

2013-01-22 Thread Simon Cropper

On 22/01/13 19:00, Luís de Sousa wrote:

Hi Simon, you are correct. I had binaries installed both at /usr/local/bin
and at /usr/bin, the first were outdated but the path was getting there
first.

I have no idea why I had binaries in two different places, could this have a
package update that went wrong?

Regards,

Luís



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/All-gdal-reliant-functionality-stopped-working-tp5028655p5028892.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



Not sure. I have come across this issue many times usually when specific 
versions  of generic libraries are used by a package.


None of the package managers warn you of the potential conflict and none 
of the packages actually check that the desired version is being called.


A suitably configured package should record where the libraries they are 
calling are located. Calling ogr2ogr parameter1 parameter2 is just 
asking for problems yet this appears to be what is happening.


Following on from this the problem is a programming one  and could 
legitimately be considered a bug -- QGIS's calls to the gdal libraries 
should include specific paths to the binary files.


--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] All gdal reliant functionality stopped working

2013-01-21 Thread Simon Cropper

On 21/01/13 19:35, Luís de Sousa wrote:

Dear all,

I've been struggling with an error on ogr2ogr for several months. On Ubuntu
12.04, with the packages installed from the ubuntu-gis unstable repo I get
this error:

ERROR 1: ogr2ogr was compiled against GDAL 1.8 but current library version
is 1.9

After a system update last week I have now this error popping up on every
gdal command, which of course has rendered the raster functionalities in
QGis unusable. I know that this is not a QGis issue, but after 5 months I
haven't got any reply at the gdal list:

http://osgeo-org.1560.n6.nabble.com/ogr2ogr-on-Ubuuntu-12-04-not-running-tp4997063.html

If someone here can help I'd appreciate. Thank you,

Luís



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/All-gdal-reliant-functionality-stopped-working-tp5028655.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



Luís,

Check that you don't have several versions of gdal on your system, 
ubuntu may be using the system version rather than the one used by qgis.


--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Overlapping Polygons

2013-01-21 Thread Simon Cropper

On 21/01/13 21:54, Francesca Cella wrote:

Dear all
I'm newby in using QGis, I've the problem to detect overlapping polygons.
Someone can help me suggesting where to search documentation?

Cheers
Francesca

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Francesca,

A quick search of google uncovers many good tutorials like this one...

http://www.faunalia.com/content/bad-bad-polygon-fixing-it-quantum-gis-1

If you are already using these tools then outline what the errors are...

--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ubuntu 12.10 issues

2012-10-28 Thread Simon Cropper

On 29/10/12 07:45, Nick Kendall wrote:

Thanks! I'll try it

Sent from my mobile device

On Oct 28, 2012, at 10:09 AM, Etienne Tourigny etourigny@gmail.com wrote:


also make sure you have no packages containing qgis.

This is easy to do with synaptic:
- add qgis filter
- sort by installed (the first column)

On 10/28/12, Goyo goyod...@gmail.com wrote:

2012/10/27 Nicholas Efremov-Kendall n.e.kend...@gmail.com:
[...]

Depends: qgis-common (= 1.8.0-1~quantal1) but
1.9.0+git20121015+5afd739~precise-ubuntugis1 is to be installed


- Uninstall qgis-common if it's still installed (I think that's the case).
- Make sure you don't have http://qgis.org/ubuntugis-nightly/ in any
of your sources lists (it seems like you don't have it any more but
check).
- Try again.

Goyo
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



Hi,

I'll join in here as I am having possibly related issues.

Since upgrading to 12.10 I have not been able to get QGIS to work.

It appears as if the repositories are not configured to install the 
correct dependencies.


This is the error/message synaptic throws when I try and install...

qgis:
 Depends: qgis-providers but it is not going to be installed
 Depends: qgis-common but it is not going to be installed
 Recommends: qgis-plugin-grass but it is not going to be installed

I have tried setting sources to the nightly builds but it just baulks; 
again complaining about dependencies.


Is quantal builds packages differently than previous versions?

--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ubuntu 12.10 issues

2012-10-28 Thread Simon Cropper

Alex,

Thanks, turning the backports off worked for me. I now have v1.7.4 
installed.


Interestingly, no packages were either downloaded or changed by doing 
this BUT it worked. Obviously the package updater was being told to look 
in the wrong spot.


On 29/10/12 11:00, Alex Mandel wrote:

I had a similar issue on my upgrade to 12.04 and my issues were due to
newer packages (not qgis) being pulled from either upstream ubuntu or
3rd party repos. After carefully making sure ubuntu proposed and
backports were off and disabling all 3rd party I forced a downgrade to
stock ubuntu packages. Once I did that turning qgis repos back on worked.

Enjoy,
Alex

On 10/28/2012 03:06 PM, Simon Cropper wrote:

On 29/10/12 07:45, Nick Kendall wrote:

Thanks! I'll try it

Sent from my mobile device

On Oct 28, 2012, at 10:09 AM, Etienne Tourigny
etourigny@gmail.com wrote:


also make sure you have no packages containing qgis.

This is easy to do with synaptic:
- add qgis filter
- sort by installed (the first column)

On 10/28/12, Goyo goyod...@gmail.com wrote:

2012/10/27 Nicholas Efremov-Kendall n.e.kend...@gmail.com:
[...]

 Depends: qgis-common (= 1.8.0-1~quantal1) but
1.9.0+git20121015+5afd739~precise-ubuntugis1 is to be installed


- Uninstall qgis-common if it's still installed (I think that's the
case).
- Make sure you don't have http://qgis.org/ubuntugis-nightly/ in any
of your sources lists (it seems like you don't have it any more but
check).
- Try again.

Goyo
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



Hi,

I'll join in here as I am having possibly related issues.

Since upgrading to 12.10 I have not been able to get QGIS to work.

It appears as if the repositories are not configured to install the
correct dependencies.

This is the error/message synaptic throws when I try and install...

qgis:
  Depends: qgis-providers but it is not going to be installed
  Depends: qgis-common but it is not going to be installed
  Recommends: qgis-plugin-grass but it is not going to be installed

I have tried setting sources to the nightly builds but it just baulks;
again complaining about dependencies.

Is quantal builds packages differently than previous versions?



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Getting landuse information for several circular polygons

2012-07-16 Thread Simon Cropper


Manuel,

Once you clip the layers, break the multi-part components apart use the 
following menu sequence Vector  Geometry Tools  Multiparts to Single 
Parts -- then they can be summed. You will need to relate you bits back 
to your buffer layers however, to match which bit goes in which buffer.


Alternatively, and easier in my mind, you could Union your layers. 
This creates an exploded layer where each bit has attributes of both 
parent layers. You can then delete those elements that do not have a 
buffer value. Two steps but less messy.


On 17/07/12 03:22, Manuel Spínola wrote:

Dear list members,

I have a landuse layer and another layer with 20 circular polygons
(buffers) and I want to obtain the amount of each landuse category
within each circular polygon.  I tried clip from Geoprocessing Tools
but I dont get the information individualized for each circular polygon.
  Is it possible to get the landuse within each circular polygon in one
step?

Best,

Manuel

--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr mailto:mspin...@una.ac.cr
mspinol...@gmail.com mailto:mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río
https://sites.google.com/site/lobitoderio/
Institutional website: ICOMVIS http://www.icomvis.una.ac.cr/


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Getting landuse information for several circular polygons

2012-07-16 Thread Simon Cropper

Manuel,

I am not aware of any specific tutorials for doing this work in QGIS.

No offense but these tasks are relatively basic. Your comment I found 
this task kind of difficult to do in QGIS is suggestive that you have 
difficulty in either basic GIS concepts or extrapolating your existing 
knowledge from a commercial package to QGIS.


*Assuming you stick with QGIS*

Micha Silver has provided a tutorial called GIS basics with Quantum 
GIS http://www.osgeo.org/node/1058 that may help you master the basics.


The QGIS website has a great section called How do I do that in QGIS? 
that covers alot of material 
http://hub.qgis.org/projects/quantum-gis/wiki/How_do_I_do_that_in_QGIS#How-do-I-do-that-in-QGIS. 
Note the large number of videos on youtube -- sometimes seeing it done 
can help.


*Assuming you are considering an alternative*

The OSGeo Educational Content Inventory also has a wide variety of other 
educational material available that might also help fill in the gaps. 
http://www.osgeo.org/educational_content


Finally, QGIS is not the only fosGIS out there. Check out what is on 
offer on the LiveDVD (http://wiki.osgeo.org/wiki/Live_GIS_Disc).


Personally, I found using gvSIG relatively easy when moving from 
ArcView. Unfortunately the bulk of the tutorials are in Spanish; unlike 
QGIS which are predominantly in English. See my website for details and 
a list of ecological tutorials I have prepared to date.


*Final Comment*

All this material is predicated by the premise that you actually know 
what things are called. Reprojection and transformation is a good 
example. Projection, SRS and CRS another. When stuck, posing a problem 
on the forums can help as others can help you with terminology and 
suggest methods to solve you problems.


I hope this helps.

On 17/07/12 11:50, Manuel Spínola wrote:

What I am trying to do is a very common task in landscape ecology.  The
buffer could be considered a landscape for some species and some metrics
could be obtained for these landscapes, however, I found this task
kind of difficult to do in QGIS.  Any input on this?  Is there any
oriented landscape ecology tutorial for QGIS.



[snip]

--
Cheers Simon

   Simon Cropper - Open Content Creator

   Free and Open Source Software Workflow Guides
   
   Introduction   http://www.fossworkflowguides.com
   GIS Packages   http://www.fossworkflowguides.com/gis
   bash / Pythonhttp://www.fossworkflowguides.com/scripting


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user