[Qgis-user] Re: [Qgis-developer] JOIN error

2011-12-18 Thread Ramon Andiñach

On 19/12/2011, at 6:57, Ramon Andiñach  wrote:

> 
> On 19/12/2011, at 03:15 , Agustin Lobo wrote:
> 
>> I use Properties/JOINS to join a dbf table to a vector layer
>> (fields ISO and ISO3 respectively). The Join works, but
>> I get the following error when I  try to save the vector layer as
>> a new shapefile:
>> Export to vector file failed.
>> Error: Feature write errors:
>> Invalid variant type for field X[11]: received void with type
>> Invalid variant type for field X[11]: received void with type
>> (many times repeated)
>> Only 24 of 246 features written.
>> 
>> The new layer is actually written (despite claiming "Export to vector
>> failed") but only those countries with data in the dbf are available
>> 
>> Instead, the old Vector/Data Management Tools/Join Attributes
>> works fine. I suggest having that part of the Vector plugin back, even
>> if redundant, until we reach operational equivalence.
>> 
>> I provide the layer and dbf:
>> https://sites.google.com/site/filestemp2/home/wrld_simpl.zip
>> https://sites.google.com/site/filestemp2/home/owlslive.dbf
>> 
>> I'm using 1.7.3 from ubuntigis-unstable binaries for ubuntu 10.04
>> 
> 
> I can confirm this.
> 
> I also tried removing the X column from the dbf file, but the error moved to 
> the next field with nulls (GMI_CNTRY), which was a string.
> 
> I'm a little puzzled why a null value would be a problem if the file did save 
> successfully.

fwiw, this also fails if you reprocess the owl data as csv (with a csvt). 

And confirmed with some internal datasets.

(that said, I can understand why you would want to save the joined file, but 
generally I use this as an intermediate step.)

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


[Qgis-user] Re: [Qgis-developer] JOIN error

2011-12-18 Thread Ramon Andiñach

On 19/12/2011, at 03:15 , Agustin Lobo wrote:

> I use Properties/JOINS to join a dbf table to a vector layer
> (fields ISO and ISO3 respectively). The Join works, but
> I get the following error when I  try to save the vector layer as
> a new shapefile:
> Export to vector file failed.
> Error: Feature write errors:
> Invalid variant type for field X[11]: received void with type
> Invalid variant type for field X[11]: received void with type
> (many times repeated)
> Only 24 of 246 features written.
> 
> The new layer is actually written (despite claiming "Export to vector
> failed") but only those countries with data in the dbf are available
> 
> Instead, the old Vector/Data Management Tools/Join Attributes
> works fine. I suggest having that part of the Vector plugin back, even
> if redundant, until we reach operational equivalence.
> 
> I provide the layer and dbf:
> https://sites.google.com/site/filestemp2/home/wrld_simpl.zip
> https://sites.google.com/site/filestemp2/home/owlslive.dbf
> 
> I'm using 1.7.3 from ubuntigis-unstable binaries for ubuntu 10.04
> 

I can confirm this.

I also tried removing the X column from the dbf file, but the error moved to 
the next field with nulls (GMI_CNTRY), which was a string.

I'm a little puzzled why a null value would be a problem if the file did save 
successfully.

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


Re: [Qgis-user] RE: "Known Issues" list

2011-12-18 Thread Agustin Lobo
i would start asap. Let's see how it works.

Agus


2011/12/18 Werner Macho :
> hi
>> Do you think a _wiki_ page would be a good idea, so that more people can
>> add things to it?
> hmm - yes - I think a wiki page per release would be enough .. so that
> everybody can enter things not working in that release .. and can be
> backported for the next release (as most bugs are fixed in master - but
> a lot of bugs are also created with new features in master ;) )
>
> do you think it's worth a try for the next release?
>
> kind regards
> Werner
> ___
> 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] JOIN error

2011-12-18 Thread Agustin Lobo
I use Properties/JOINS to join a dbf table to a vector layer
(fields ISO and ISO3 respectively). The Join works, but
I get the following error when I  try to save the vector layer as
a new shapefile:
Export to vector file failed.
Error: Feature write errors:
Invalid variant type for field X[11]: received void with type
Invalid variant type for field X[11]: received void with type
(many times repeated)
Only 24 of 246 features written.

The new layer is actually written (despite claiming "Export to vector
failed") but only those countries with data in the dbf are available

Instead, the old Vector/Data Management Tools/Join Attributes
works fine. I suggest having that part of the Vector plugin back, even
if redundant, until we reach operational equivalence.

I provide the layer and dbf:
https://sites.google.com/site/filestemp2/home/wrld_simpl.zip
https://sites.google.com/site/filestemp2/home/owlslive.dbf

I'm using 1.7.3 from ubuntigis-unstable binaries for ubuntu 10.04

Thanks,

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


Re: [Qgis-user] Announcing the release of QGIS 1.7.3

2011-12-18 Thread Micha Silver

  
  
On 15/12/2011 12:03, Werner Macho wrote:

  
  Dear QGIS Developers, Users and Supporters! 
  
  We are pleased to announce that QGIS 1.7.3 is now available.
This is a 
  bugfix release over version 1.7.2. A detailed changelog is
available on 
  our home page[1]. 
  


I'd just like to say that the ongoing support and bug-fixing for the
current version is great. 
Knowing that updates are coming out, without "rocking the boat" with
new features each time makes for a much more dependable application,
and enhances, in my opinion, the reputation of QGIS.
Thanks for the effort!
-- 
Micha
 

  

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


Re: [Qgis-user] RE: "Known Issues" list

2011-12-18 Thread Werner Macho
hi
> Do you think a _wiki_ page would be a good idea, so that more people can
> add things to it?
hmm - yes - I think a wiki page per release would be enough .. so that
everybody can enter things not working in that release .. and can be
backported for the next release (as most bugs are fixed in master - but
a lot of bugs are also created with new features in master ;) )

do you think it's worth a try for the next release?

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


Re: FW: [Qgis-user] problems with layers from one source

2011-12-18 Thread Alister Hood
Two things to keep in mind:

- When the option "Settings>Options>CRS>Coordinate reference system for new 
layers" is set to "Use project CRS" or "Use default CRS...", any layers you add 
which don't come with CRS information will _look in QGIS_ like they have the 
same CRS... except that they won't all show up in the same place on the map.

- In at least some recent versions of QGIS (and perhaps depending on the render 
caching setting or something), when you change the CRS of a layer the map is 
not automatically refreshed.  You need to do something to force it to be 
refreshed - zoom or pan slightly, or add a layer or something.  (And of course 
the layers will stay in the same location if you do not have 'on the fly' 
reprojection enabled in the project properties... which is different from 
enabling it by default for new projects).

Alister


> Date: Sat, 17 Dec 2011 12:53:48 -0600
> From: Caroline Rendon 
> Subject: Re: FW: [Qgis-user] problems with layers from one source
> To: Gerardo Jimenez 
> Cc: qgis-user@lists.osgeo.org
> Message-ID:
>h...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Okay, I'll take another look. I thought I'd adjusted the CRS for all
> layers
> but I must be missing something. Thanks for your help!
> 
> Caroline
> 
> On Sat, Dec 17, 2011 at 11:31 AM, Gerardo Jimenez
> wrote:
> 
> >
> >
> > Gerardo Jiménez Delgado
> > Instituto de Investigaciones Antropológicas
> > Universidad Nacional Autónoma de México
> > Ciudad Universitaria s/n
> > Coyoacan 04510 Mexico City
> > Mexico 56 22 95 16
> >
> > --
> > From: gej...@hotmail.com
> > To: caroline.t.ren...@gmail.com
> > Subject: RE: [Qgis-user] problems with layers from one source
> > Date: Sat, 17 Dec 2011 12:30:49 -0500
> >
> >
> >  I am sorry to differ. They can not be in the same CRS. 
> > ...
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] RE: "Known Issues" list

2011-12-18 Thread Alister Hood
Hi guys,

> Date: Sat, 17 Dec 2011 21:07:01 +0100
> From: Agustin Lobo 
> Subject: [Qgis-user] Re: [Qgis-developer] Georeferencer produces wrong
>   (shifted) result
> To: Manuel Massing 
> Cc: qgis-user ,
>   qgis-develo...@lists.osgeo.org
> Message-ID:
>
 m>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Many thanks Manuel.
> No hurry for including the patch, once the problem is identified and
> you even provide a simple way to circumvent it.
> What is needed is to have users know of these potential problems, ie.
> through
> a note of "Known Problems" included in the release mentioning that
> "the Georeferencer plugin requires users to check that their files do
> not include
> an implicit geotransform and use e.g.
> "gdal_translate -co "PROFILE=BASELINE" -of GTiff Ilerfly125v2.tif
> Ilerfly125v2-nogeotrans.tif"
> to remove it in case this is actually needed".
> In other words, once the problem is identified and warned, users can
> rely on using the software for the rest of cases.
> The question is thus that, in addition of the excellent developers
> already involved,
> we need a team of users and a battery of tests to be regularly
> performed.
> Agus
> 
> ...
> 
> Date: Sat, 17 Dec 2011 21:12:23 +0100
> From: Werner Macho 
> Subject: [Qgis-user] Re: [Qgis-developer] Georeferencer produces wrong
>   (shifted) result
> To: agustin.l...@ija.csic.es
> Cc: Manuel Massing ,
>   qgis-develo...@lists.osgeo.org, qgis-user  u...@lists.osgeo.org>
> Message-ID:
>vmqmej6gewuwordnm4bcffqao...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Very good idea..
> Implementing a known problems per release seems possible to me. But it
> can
> only be a webpage cause at the time of release you mostly are not
aware
> of
> the problems..
> Regards
> Werner

Do you think a _wiki_ page would be a good idea, so that more people can
add things to it?

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