| bio | website | |
|---|---|---|
| location | Anchorage, AK | |
| age | ||
| visits | member for | 10 months |
| seen | Aug 25 '12 at 10:46 | |
| stats | profile views | 52 |
Epidemiologist. Research interest in geographic influence on disease.
|
Apr 1 |
awarded | Notable Question |
|
Mar 20 |
awarded | Popular Question |
|
Jan 21 |
awarded | Popular Question |
|
Dec 10 |
awarded | Popular Question |
|
Aug 19 |
accepted | FIeld calculator gives integer not a real as requested |
|
Aug 18 |
comment |
Could not commit changes to layer X You are definitely correct to recommend saving after each edit. However there seems to be some bugs in the table calculation capability or I am still green enough that I do not understand how it really works. Some of both I think. As of now, I do not see the value of the default to integer arithmetic needing to multiply by 1.0 to get floating point results. No other software I use works this way. |
|
Aug 18 |
accepted | Could not commit changes to layer X |
|
Aug 17 |
awarded | Critic |
|
Aug 17 |
awarded | Supporter |
|
Aug 17 |
accepted | How to change position of columns in attribute table? |
|
Aug 16 |
comment |
How to change position of columns in attribute table? I misunderstood what you were saying. I just tried to find TableManager and I found the .zip on pyqgis.org/repo/contributed however it does not appear in my plugin manager list which includes the offical one. I have had this problem before, Sextante did not appear until I used QGIS on another machine. Never did install it correctly. |
|
Aug 16 |
comment |
Could not commit changes to layer X I tried opening what was left in Excel and Open Office, the file was toast. Saving after every column entry sounds reasonable. So the .shp file's .dbf is not altered (the table is in memory) until is is saved? Seems some operations work on the original file whether one saves or not, otherwise a save is required. Is that correct? |
|
Aug 16 |
comment |
How to change position of columns in attribute table? I have had mixed results with fooling with the .shp file's .dbf. And once it gets altered there seems to be no recovery. If I had my files in a spatial database (which I know nothing about) would I be able to arrange the columns? |
|
Aug 15 |
asked | How to change position of columns in attribute table? |
|
Aug 15 |
asked | Could not commit changes to layer X |
|
Aug 15 |
comment |
FIeld calculator gives integer not a real as requested Yes that works. It seems that it would be better to not do integer calculations except unless mod() functions are used. The default should be floating point and not dependent on the variable type. |
|
Aug 14 |
awarded | Self-Learner |
|
Aug 14 |
comment |
FIeld calculator gives integer not a real as requested Thank you! and ("F06_POPULA" - "POPULATION") /toreal( "POPULATION") Got to have a floating point in there somewhere. Also multiplying by 1. will not work, but 1.0 does work. |
|
Aug 14 |
comment |
FIeld calculator gives integer not a real as requested toreal( "F06_POPULA" - "POPULATION") / "POPULATION" works. |
|
Aug 14 |
awarded | Editor |