| 02:16:49 | SmokeyD: | Hey people. I am trying to import a geotif in grass with r.in.gdal. The geotiff has a nice resolution, but when I import it in grass, the cell size becomes enormous, resulting in a very low resolution. What am I doing wrong? Grass region and import command: http://pastebin.com/d69a02a4a, screenshot in qgis ( good resolution ): http://smokeyd.homelinux.com/tmp/inqgis.png, screenshot in grass: http://smokeyd.homelinux.com/tmp/ingrass.png |
| 02:17:25 | SmokeyD: | the location of the RGB layer in grass seems correct when I compare it to a vector layer, so the projection seems correct, but somehow the resolution isn't |
| 02:30:58 | SmokeyD: | hmm, it just seemed to be a problem that I have re-imported the same geotif with different settings but the same output layer a couple of times and that gis.m used the old data. Is there some kind of caching or something else that could cause the displayed layer use the old version of a layer after I deleted the layer and recreated it again ( with different settings )? |
| 02:32:09 | SmokeyD: | well, at least it is fine now. I used gdalinfo to display the resolution and stuff from the geotif, and accordingly set the region in grass before using r.in.gdal -o |
| 02:52:47 | SmokeyD: | hmm, I started over again since i wanted to use sqlite as db instead of dbf and it turns out that the data itself were imported correctly, the problem was just the display in gis.m |
| 02:53:18 | SmokeyD: | when I first add a vector layer and then the rgb layer imported from the geotif, the resolution sucks, when I do it the other way around, no problem. |
| 02:53:33 | SmokeyD: | so I am doing something wrong when adding layers in gis.m, not when importing |
| 02:55:28 | SmokeyD: | argh, I really don't understand it. Now, when I close gis.m and start it again, it doesn't matter in which order I add the layers ( vector first or rgb first ). The rgb layer is always displayed correctly |
| 04:31:38 | SmokeyD: | hmm, I am having trouble importing a ( non-spatial ) table into grass with db.in.ogr |
| 04:32:04 | SmokeyD: | all docs when specifying the dsn for postgresql in OGR leave out the password |
| 04:32:17 | SmokeyD: | and also don't mention schema's |
| 04:32:21 | SmokeyD: | like http://www.phygeo.uni-hannover.de/grass/grass63/manuals/html63_user/v.in.ogr.html |
| 04:32:24 | sigq: | Title: v.in.ogr ( at www.phygeo.uni-hannover.de ) |
| 04:33:17 | SmokeyD: | schema's and passwords are mentioned when talking about using postgresql as databse for the attribute tables with db.connect, but not when using v.in.ogr or db.in.ogr |
| 04:33:43 | SmokeyD: | how do I specify the password and schema name in db.in.ogr/v.in.ogr? |
| 04:47:39 | sigq: | grassfeed: Release/6.4.0RC5-News edited by martinl <https://trac.osgeo.org/grass/wiki/Release/6.4.0RC5-News> |
| 04:49:40 | sigq: | grassfeed: Release/6.4.0-News edited by martinl <https://trac.osgeo.org/grass/wiki/Release/6.4.0-News> |
| 04:57:57 | SmokeyD: | ok, ogrinfo helped me with the syntax. Found it out now |
| 05:02:58 | arkygeek: | hi all |
| 05:03:12 | arkygeek: | I'm trying to build from head, and have a few errors... :-( |
| 05:03:53 | arkygeek: | osx leopard |
| 05:04:06 | arkygeek: | getting errors.... |
| 05:07:10 | arkygeek: | http://pastebin.com/d62d03a37 |
| 05:07:11 | sigq: | Title: pastebin - collaborative debugging tool ( at pastebin.com ) |
| 05:14:56 | SmokeyD: | arkygeek: I am not an osx man, but the error you pasted seems just the last part of the errors |
| 05:15:16 | SmokeyD: | aren't there errors before the ones you posted? |
| 05:15:16 | arkygeek: | yes |
| 05:15:31 | SmokeyD: | arkygeek: can you post the whole thing? |
| 05:15:35 | arkygeek: | i have to switch in and make indfividually |
| 05:15:40 | arkygeek: | yup |
| 05:15:53 | arkygeek: | sec |
| 05:18:02 | arkygeek: | http://pastebin.com/m311baee6 |
| 05:18:03 | sigq: | Title: pastebin - collaborative debugging tool ( at pastebin.com ) |
| 05:18:12 | arkygeek: | SmokeyD: thats the first one |
| 05:21:59 | CIA-54: | mmetz * r37804 /grass/trunk/vector/v.in.ogr/ ( geom.c main.c ): minor bugfix and cosmetics |
| 05:22:00 | sigq: | grassfeed: Changeset [37804]: minor bugfix and cosmetics <https://trac.osgeo.org/grass/changeset/37804> |
| 05:22:17 | SmokeyD: | arkygeek: Hmm, I am no expert, and never use osx, but as far as I can see, you are missing libraries. did you install all required libraries before installing? |
| 05:22:32 | arkygeek: | thought so |
| 05:22:38 | SmokeyD: | and I suppose on OSX you also have to run ./configure before running make? |
| 05:23:13 | arkygeek: | yup |
| 05:23:51 | arkygeek: | http://pastebin.com/m7ee3f872 |
| 05:23:52 | sigq: | Title: pastebin - collaborative debugging tool ( at pastebin.com ) |
| 05:26:09 | CIA-54: | hamish * r37805 /grass/branches/develbranch_6/ps/ps.map/ ( r_plt.c r_vareas.c ): expand $GISBASE if present in eps filename |
| 05:26:11 | sigq: | grassfeed: Changeset [37805]: expand $GISBASE if present in eps filename <https://trac.osgeo.org/grass/changeset/37805> |
| 05:28:17 | CIA-54: | hamish * r37806 /grass/trunk/ps/ps.map/ ( r_plt.c r_vareas.c ): expand $GISBASE if present in eps filename ( merge from devbr6 ) |
| 05:30:19 | sigq: | grassfeed: Changeset [37806]: expand $GISBASE if present in eps filename ( merge from devbr6 ) <https://trac.osgeo.org/grass/changeset/37806> |
| 05:33:38 | SmokeyD: | arkygeek: there were no errors with ./configure? If not, I don't know how to help you, sorry |
| 05:36:10 | arkygeek: | there were no errors :-( |
| 05:36:16 | arkygeek: | thanks anyway though |
| 05:36:52 | CIA-54: | aghisla * r37807 /grass-addons/vector/v.autokrige2/v.autokrige2.py: all dependencies are set - autoKrige call quite ready |
| 05:37:24 | sigq: | grassfeed: Changeset [37807]: all dependencies are set - autoKrige call quite ready <https://trac.osgeo.org/grass/changeset/37807> |
| 08:41:09 | sigq: | grassfeed: Ticket #635 ( defect created ): v.kernel and r.surf.fractal overwriting <https://trac.osgeo.org/grass/ticket/635> |
| 09:58:35 | CIA-54: | glynn * r37808 /grass/trunk/ ( Makefile tools/timer/Makefile ): MSys/MinGW fixes |
| 09:58:36 | sigq: | grassfeed: Changeset [37808]: MSys/MinGW fixes <https://trac.osgeo.org/grass/changeset/37808> |
| 11:57:20 | CIA-54: | martinl * r37809 /grass/trunk/ ( 5 files in 5 dirs ): |
| 11:57:20 | CIA-54: | Add missing keywords |
| 11:57:20 | CIA-54: | Update menu ( remove disabled modules ) |
| 11:57:22 | sigq: | grassfeed: Changeset [37809]: Add missing keywords Update menu ( remove disabled modules ) <https://trac.osgeo.org/grass/changeset/37809> |
| 12:07:58 | CIA-54: | martinl * r37810 /grass/trunk/gui/wxpython/ ( support/update_menudata.py xml/menudata.xml ): wxGUI: keywords updated in the menu |
| 12:09:01 | sigq: | grassfeed: Changeset [37810]: wxGUI: keywords updated in the menu <https://trac.osgeo.org/grass/changeset/37810> |
| 12:14:41 | CIA-54: | martinl * r37811 /grass/trunk/gui/wxpython/support/update_menudata.py: print modules which are not available from menu |
| 12:16:12 | sigq: | grassfeed: Changeset [37811]: print modules which are not available from menu <https://trac.osgeo.org/grass/changeset/37811> |
| 12:34:17 | CIA-54: | martinl * r37812 /grass/branches/develbranch_6/ ( 5 files in 5 dirs ): |
| 12:34:17 | CIA-54: | Add missing keywords |
| 12:34:17 | CIA-54: | Update menu ( remove disabled modules ) |
| 12:34:17 | CIA-54: | ( merge from trunk, r37809, r37810, r37811 ) |
| 12:45:02 | CIA-54: | martinl * r37813 /grass/branches/releasebranch_6_4/ ( 5 files in 5 dirs ): |
| 12:45:02 | CIA-54: | Add missing keywords |
| 12:45:03 | CIA-54: | Update menu ( remove disabled modules ) |
| 12:45:03 | CIA-54: | ( merge from devbr6, r37812 ) |
| 15:22:58 | sigq: | grassfeed: Ticket #636 ( defect created ): r.thin creates triangle at acute intersection of two lines <https://trac.osgeo.org/grass/ticket/636> |
| 16:02:05 | CIA-54: | glynn * r37814 /grass/trunk/visualization/nviz/src/Makefile: Libraries need to go in EXTRA_LIBS, not EXTRA_LDFLAGS |
| 16:02:25 | sigq: | grassfeed: Changeset [37814]: Libraries need to go in EXTRA_LIBS, not EXTRA_LDFLAGS <https://trac.osgeo.org/grass/changeset/37814> |
| 18:48:23 | CIA-54: | glynn * r37815 /grass/trunk/include/Make/ScriptRules.make: Remove support for shell scripts |
| 18:48:24 | sigq: | grassfeed: Changeset [37815]: Remove support for shell scripts <https://trac.osgeo.org/grass/changeset/37815> |
| 18:49:28 | CIA-54: | glynn * r37816 /grass/trunk/scripts/v.colors/v.colors.py: Convert v.colors to Python ( untested ) |
| 18:49:29 | sigq: | grassfeed: Changeset [37816]: Convert v.colors to Python ( untested ) <https://trac.osgeo.org/grass/changeset/37816> |
| 22:45:35 | CIA-54: | martinl * r37817 /grass/trunk/scripts/v.colors/v.colors: v.colors: bash script removed ( replaced by Python version ) |
| 22:45:36 | sigq: | grassfeed: Changeset [37817]: v.colors: bash script removed ( replaced by Python version ) <https://trac.osgeo.org/grass/changeset/37817> |
| 23:42:23 | sigq: | grassfeed: Ticket #637 ( defect created ): Problems with paths in the TCL/TK Windows GUI <https://trac.osgeo.org/grass/ticket/637> |