Re: [GRASS-user] map algebra logical operators on DCELL rasters not admitted? maybe docs should outline it

2015-10-22 Thread G. Allegri
Ah ok Glynn, I always meant logical operators. Probably I copied the error from a different test. If logical operator is applied to, sat, Byte data it gives true/false results, e.g. if(A && B,1, 0) behaves correctly even with cell values values greater then 1. That's why I expected it to work

[GRASS-user] External raster from PostGIS

2015-10-22 Thread Lorenzo Bottaccioli
Hello, I'm tryng to import a raster file sotred in PostGIS with r.external but i cannot select the db. If I try with r.in.gdal and i connect to the db I can't see the table. Any suggestion? Lorenzo ___ grass-user mailing list

[GRASS-user] r.colors

2015-10-22 Thread Paul Shapley
Hi All, Just testing 7.0.2RC1 with some landsat 8 images. I've imported and changed the DN values to TOAR values but when i try to use a 'Histogram Stretch' using the 'grey' table the maps display no color (white display) whereas in version 6 it worked. Also i need to increase the 'contrast' when

Re: [GRASS-user] map algebra logical operators on DCELL rasters not admitted? maybe docs should outline it

2015-10-22 Thread Glynn Clements
G. Allegri wrote: > If logical operator is applied to, sat, Byte data it gives true/false > results, e.g. if(A && B,1, 0) behaves correctly even with cell values > values greater then 1. > That's why I expected it to work with floats operands too. > >From a user perspective if it works for a

Re: [GRASS-user] map algebra logical operators on DCELL rasters not admitted? maybe docs should outline it

2015-10-22 Thread G. Allegri
Thanks for the clear explanation Glynn. Maybe this behaviour could be esplicited inside the docs... giovanni Il 22/ott/2015 23:35, "Glynn Clements" ha scritto: > > G. Allegri wrote: > > > If logical operator is applied to, sat, Byte data it gives true/false > >

Re: [GRASS-user] Something wrong: Reprojection of raster maps in various platforms: projected coordinates are different

2015-10-22 Thread Uttam Kumar
I could not reach the solution till now even after following the steps told in previous posts. I know I am making a silly mistake. This is the projection information of the target location: +proj=laea +lat_0=30 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs *GRASS 7.1.svn

[GRASS-user] GRASS GIS 7.0.2 RC1 released

2015-10-22 Thread Markus Neteler
* We are pleased to announce the first release candidate of the upcoming GRASS GIS 7.0.2 version * *What's new in a nutshell* This upcoming stability release provides a series of stability fixes and manual improvements. This first release candidate GRASS GIS 7.0.2RC1 provides *160 fixes and

[GRASS-user] Problems running g.gui.gcp

2015-10-22 Thread Johannes Radinger
Dear GRASS users, Today I wanted to try the georectification tool g.gui.gcp in GRASS 7 for the first time. I was basically following the description on the GRASS wiki (https://grasswiki.osgeo.org/wiki/Georeferencing). In particular, I have a photograph from my camera with known reference points

Re: [GRASS-user] External raster from PostGIS

2015-10-22 Thread Markus Neteler
Hi Lorenzo, On Thu, Oct 22, 2015 at 6:03 PM, Lorenzo Bottaccioli wrote: > Hi Markus, > > How do I implement such command in GRASS GIS? I have tried with r.external > because I have done the same thing with v.external. I'have tried as well > with r.in.gdal but

Re: [GRASS-user] External raster from PostGIS

2015-10-22 Thread Markus Neteler
On Thu, Oct 22, 2015 at 12:49 PM, Lorenzo Bottaccioli wrote: > Hello, > > I'm tryng to import a raster file sotred in PostGIS with r.external but i > cannot select the db. If I try with r.in.gdal and i connect to the db I > can't see the table. Can you please post

Re: [GRASS-user] External raster from PostGIS

2015-10-22 Thread Lorenzo Bottaccioli
Hi Markus, How do I implement such command in GRASS GIS? I have tried with r.external because I have done the same thing with v.external. I'have tried as well with r.in.gdal but notthing. If i use v.in.ogr I can import vectors from PostGIS. Lorenzo 2015-10-22 17:55 GMT+02:00 Markus Neteler