[Qgis-developer] QGIS 2.10.1 Pisa - Read CSV file problem

2015-08-04 Thread Zoltan Szecsei

Hi,
Using the above version on Win 7 64 bit, I read a CSV file (as 
attributes only) stipulating that "first record has field names"

Record 1 is as follows:
"SALnum","SALnam","1","2","3","4","5","6","7","8","9","10+"

When I open the attribute table, I see that fields 1 & 2 have names 
SALnum and SALnam, but the rest are called 'Field_3', 'Field_4' and so on.


When I edit record 1 of this CSV file to look like:
"SALnum","SALnam","1p","2p","3p","4p","5p","6p","7p","8p","9p","10+p"

The I get the correct field names (albeit 1p instead of just "1")

Is this an error, or is there some reason further down the line, that 
attribute tables cannot have 'numeric' field names?


Thanks and regards,
Zoltan


--

===
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
GIS and Photogrammetric Services

P.O. Box 7, Muizenberg 7950, South Africa.

Mobile: +27-83-6004028
Fax:+27-86-6115323 www.geograph.co.za
===

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


Re: [Qgis-developer] QGIS 2.10.1 Pisa - Read CSV file problem

2015-08-04 Thread Frank Sokolic

Hi Zoltan,

I wonder if this is a DBF format restriction. If I remember correctly 
DBF field names have to start with a letter followed by any combination 
of letters and numbers up to the maximum field name length.


Frank.

On 04/08/2015 12:26, Zoltan Szecsei wrote:

Hi,
Using the above version on Win 7 64 bit, I read a CSV file (as
attributes only) stipulating that "first record has field names"
Record 1 is as follows:
"SALnum","SALnam","1","2","3","4","5","6","7","8","9","10+"

When I open the attribute table, I see that fields 1 & 2 have names
SALnum and SALnam, but the rest are called 'Field_3', 'Field_4' and so on.

When I edit record 1 of this CSV file to look like:
"SALnum","SALnam","1p","2p","3p","4p","5p","6p","7p","8p","9p","10+p"

The I get the correct field names (albeit 1p instead of just "1")

Is this an error, or is there some reason further down the line, that
attribute tables cannot have 'numeric' field names?

Thanks and regards,
Zoltan




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


Re: [Qgis-developer] QGIS 2.10.1 Pisa - Read CSV file problem

2015-08-04 Thread Zoltan Szecsei

Hi Frank,
Reasonable thought, thanks - but I named the 1p (not p1) and that worked.

Would be interesting to see what the author of the CSV import section of 
QGIS has to say.

Regards,
Zoltan


On 2015/08/04 13:29, Frank Sokolic wrote:

Hi Zoltan,

I wonder if this is a DBF format restriction. If I remember correctly 
DBF field names have to start with a letter followed by any 
combination of letters and numbers up to the maximum field name length.


Frank.

On 04/08/2015 12:26, Zoltan Szecsei wrote:

Hi,
Using the above version on Win 7 64 bit, I read a CSV file (as
attributes only) stipulating that "first record has field names"
Record 1 is as follows:
"SALnum","SALnam","1","2","3","4","5","6","7","8","9","10+"

When I open the attribute table, I see that fields 1 & 2 have names
SALnum and SALnam, but the rest are called 'Field_3', 'Field_4' and 
so on.


When I edit record 1 of this CSV file to look like:
"SALnum","SALnam","1p","2p","3p","4p","5p","6p","7p","8p","9p","10+p"

The I get the correct field names (albeit 1p instead of just "1")

Is this an error, or is there some reason further down the line, that
attribute tables cannot have 'numeric' field names?

Thanks and regards,
Zoltan




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


--

===
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
GIS and Photogrammetric Services

P.O. Box 7, Muizenberg 7950, South Africa.

Mobile: +27-83-6004028
Fax:+27-86-6115323 www.geograph.co.za
===

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


Re: [Qgis-developer] Python 3 migration plan - what we can do to help people.

2015-08-04 Thread Matthias Kuhn
Hi Nathan,

If we can add a warning batch that points to possible problems... What
more can we want? Nice idea!

Does it do the checks on plain source code or does it need some runtime
information (so that e.g. only plugins with test suite can be checked
and only the parts covered by tests are checked)?

Cheers,
Matthias

On 08/03/2015 08:54 AM, Nathan Woodrow wrote:
> Hey Paolo,
>
> 100% that is what made me think of this when talking to the Python
> devs.  We should do as much as we can to help people get from A to B
> without feeling lost.  Doing this in practice is a lot harder but I
> think we can lean on tools made by others to help us here.
>
> Regards,
>
> On Mon, Aug 3, 2015 at 4:52 PM, Paolo Cavallini  > wrote:
>
> Il 02/08/2015 14:01, Nathan Woodrow ha scritto:
>
> > Thoughts?
>
> Very good idea, thanks Nathan. Please consider that many, if not most,
> of our plugin devs are relatively new devs, so any way of
> smoothing out
> their path will be welcomed and important for an effective
> transition. I
> would suggest adding to the warning you mention also a link to a
> detailed howto.
> All the best.
>
> --
> Paolo Cavallini - www.faunalia.eu 
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org 
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer



signature.asc
Description: OpenPGP digital signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Python 3 migration plan - what we can do to help people.

2015-08-04 Thread Nathan Woodrow
Hey Matthias,

I'm not sure.  I will have to find the tool and do some testing.

- Nathan

On Tue, Aug 4, 2015 at 11:39 PM, Matthias Kuhn  wrote:

> Hi Nathan,
>
> If we can add a warning batch that points to possible problems... What
> more can we want? Nice idea!
>
> Does it do the checks on plain source code or does it need some runtime
> information (so that e.g. only plugins with test suite can be checked and
> only the parts covered by tests are checked)?
>
> Cheers,
> Matthias
>
>
> On 08/03/2015 08:54 AM, Nathan Woodrow wrote:
>
> Hey Paolo,
>
> 100% that is what made me think of this when talking to the Python devs.
> We should do as much as we can to help people get from A to B without
> feeling lost.  Doing this in practice is a lot harder but I think we can
> lean on tools made by others to help us here.
>
> Regards,
>
> On Mon, Aug 3, 2015 at 4:52 PM, Paolo Cavallini 
> wrote:
>
>> Il 02/08/2015 14:01, Nathan Woodrow ha scritto:
>>
>> > Thoughts?
>>
>> Very good idea, thanks Nathan. Please consider that many, if not most,
>> of our plugin devs are relatively new devs, so any way of smoothing out
>> their path will be welcomed and important for an effective transition. I
>> would suggest adding to the warning you mention also a link to a
>> detailed howto.
>> All the best.
>>
>> --
>> Paolo Cavallini - www.faunalia.eu
>> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
>
> ___
> Qgis-developer mailing 
> listQgis-developer@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Nominations for new PSC member - Treasurer

2015-08-04 Thread Tim Sutton
Hi all

Background
We are in the process of creating a legal entity for QGIS.org and we need a 
treasurer. In our last PSC meeting we agreed to appoint an additional PSC 
member for this purpose. The criteria for suitable candidates are:

Trusted member of the QGIS.org community
Willing to contribute their time in this position without personal financial 
reward (it’s an unpaid position)
SWISS Citizen (this is a requirement for establishing a SWISS Verein, which is 
the basis we will use for creating QGIS.org as a legal entity)
Ability to perform the bookkeeping tasks needed in the position
Procedure for nominations
In order to nominate a person, please do the following:

Contact them first and obtain their agreement to be nominated - this is very 
important!
Fill out this form: http://goo.gl/forms/OfAiDPtMnA 
 (scroll down on that page for the actual form).
Closing date for nominations
The closing date for nominations will be Tuesday 11 August 2015.

Voting
Once the closing date has been reached, we will create a poll here and open the 
voting for the new treasurer to the general community.

Thanks,

Tim Sutton
QGIS Project Steering Committee Member
t...@qgis.org




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

Re: [Qgis-developer] QGIS plugin site

2015-08-04 Thread Tim Sutton
Hi


> On 03 Aug 2015, at 08:34, Paolo Cavallini  wrote:
> 
> Hi all.
> I have an issue with the plugin web app:
> http://hub.qgis.org/issues/13175
> I believe Alessandro is unavailable currently: is anyone available for a
> look to it? This prevents me from approving several plugins, and I would
> not like to make authors and user waiting too long.

@Akbar could you take a look?

Regards

Tim

> All the best, and thanks.
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer

β€”





Tim Sutton

Visit http://kartoza.com  to find out about open source:

* Desktop GIS programming services
* Geospatial web development
* GIS Training
* Consulting Services

Skype: timlinux Irc: timlinux on #qgis at freenode.net
Tim is a member of the QGIS Project Steering Committee

Kartoza is a merger between Linfiniti and Afrispatial



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.10.1 Pisa - Read CSV file problem

2015-08-04 Thread Chris Crook
Hi Zoltan

I think this could be classed as an error!  The source code rejects field names 
that look like positive numbers (some digits optionally followed by a period 
and some more digits).

I can't recall a reason why it should do this.  It could be reasonable to 
require field names to be compatible to database attribute names, but I can't 
see any need for that within QGIS itself.  This can go on a 'to-do' list to 
fix...

Cheers
Chris

> -Original Message-
> From: Zoltan Szecsei [mailto:zolt...@geograph.co.za]
> Sent: Tuesday, 4 August 2015 10:27 p.m.
> To: Qgis-developer@lists.osgeo.org
> Subject: [Qgis-developer] QGIS 2.10.1 Pisa - Read CSV file problem
>
> Hi,
> Using the above version on Win 7 64 bit, I read a CSV file (as attributes 
> only)
> stipulating that "first record has field names"
> Record 1 is as follows:
> "SALnum","SALnam","1","2","3","4","5","6","7","8","9","10+"
>
> When I open the attribute table, I see that fields 1 & 2 have names SALnum
> and SALnam, but the rest are called 'Field_3', 'Field_4' and so on.
>
> When I edit record 1 of this CSV file to look like:
> "SALnum","SALnam","1p","2p","3p","4p","5p","6p","7p","8p","9p","10+p"
>
> The I get the correct field names (albeit 1p instead of just "1")
>
> Is this an error, or is there some reason further down the line, that 
> attribute
> tables cannot have 'numeric' field names?
>
> Thanks and regards,
> Zoltan
>
>
> --
>
> ===
> Zoltan Szecsei PrGISc [PGP0031]
> Geograph (Pty) Ltd.
> GIS and Photogrammetric Services
>
> P.O. Box 7, Muizenberg 7950, South Africa.
>
> Mobile: +27-83-6004028
> Fax:+27-86-6115323 www.geograph.co.za
> ===
>


This message contains information, which may be in confidence and may be 
subject to legal privilege. If you are not the intended recipient, you must not 
peruse, use, disseminate, distribute or copy this message. If you have received 
this message in error, please notify us immediately (Phone 0800 665 463 or 
i...@linz.govt.nz) and destroy the original message. LINZ accepts no 
responsibility for changes to this email, or for any attachments, after its 
transmission from LINZ. Thank You.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS plugin site

2015-08-04 Thread Akbar Gumbira
Hi Tim,

I'll look at the issue tonight. Btw, I don't use my AIFDR email anymore :-)

Regards

On Wed, Aug 5, 2015 at 6:03 AM, Tim Sutton  wrote:

> Hi
>
>
> On 03 Aug 2015, at 08:34, Paolo Cavallini  wrote:
>
> Hi all.
> I have an issue with the plugin web app:
> http://hub.qgis.org/issues/13175
> I believe Alessandro is unavailable currently: is anyone available for a
> look to it? This prevents me from approving several plugins, and I would
> not like to make authors and user waiting too long.
>
>
> @Akbar could you take a look?
>
> Regards
>
> Tim
>
> All the best, and thanks.
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
> β€”
>
>
>
>
> Tim Sutton
>
> Visit http://kartoza.com to find out about open source:
>
> * Desktop GIS programming services
> * Geospatial web development
> * GIS Training
> * Consulting Services
>
> Skype: timlinux Irc: timlinux on #qgis at freenode.net
> Tim is a member of the QGIS Project Steering Committee
>
> Kartoza is a merger between Linfiniti and Afrispatial
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 

*---*

*Akbar Gumbira*
*Software Engineer*
*Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence*
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS plugin site

2015-08-04 Thread Alessandro Pasotti
I was indeed available and investigated the issue yesterday but cannot
reproduce, see:

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

2015-08-05 4:15 GMT+02:00 Akbar Gumbira :

> Hi Tim,
>
> I'll look at the issue tonight. Btw, I don't use my AIFDR email anymore :-)
>
> Regards
>
> On Wed, Aug 5, 2015 at 6:03 AM, Tim Sutton  wrote:
>
>> Hi
>>
>>
>> On 03 Aug 2015, at 08:34, Paolo Cavallini  wrote:
>>
>> Hi all.
>> I have an issue with the plugin web app:
>> http://hub.qgis.org/issues/13175
>> I believe Alessandro is unavailable currently: is anyone available for a
>> look to it? This prevents me from approving several plugins, and I would
>> not like to make authors and user waiting too long.
>>
>>
>> @Akbar could you take a look?
>>
>> Regards
>>
>> Tim
>>
>> All the best, and thanks.
>> --
>> Paolo Cavallini - www.faunalia.eu
>> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>>
>> β€”
>>
>>
>>
>>
>> Tim Sutton
>>
>> Visit http://kartoza.com to find out about open source:
>>
>> * Desktop GIS programming services
>> * Geospatial web development
>> * GIS Training
>> * Consulting Services
>>
>> Skype: timlinux Irc: timlinux on #qgis at freenode.net
>> Tim is a member of the QGIS Project Steering Committee
>>
>> Kartoza is a merger between Linfiniti and Afrispatial
>>
>>
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
>
> --
>
> *---*
>
> *Akbar Gumbira*
> *Software Engineer*
> *Geospatial, NLP, Data Mining, Machine Learning, Artificial Intelligence*
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Installation problems in QGIS 2.8.3 on Windows 7 - 64 bit

2015-08-04 Thread Luca Manganelli
Hi,

I'm encountering installation problems with the LTR version of QGIS.

While QGIS 2.8.2 installed fine, the QGIS 2.8.3 has these problems:

 - the start menu folder "QGIS Wien" is empty (no icons)

 - the BAT files are not generated after installation: in the
C:\Program Files\qgis\bin there are many templates like:
qgis-ltr.bat.tmpl

Could you check this?
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer