Re: [GRASS-user] OSX El Capitan Beta breaks GRASS g.gui

2015-09-23 Thread knussear
Actually I just found a solution I noticed a comment about "unable to perform code injection" while starting grass and it reminded me of a problem that the application "Default Folder" was having with El Capitan. I followed their instructions here and grass7 is up and running again

Re: [GRASS-user] OSX El Capitan Beta breaks GRASS g.gui

2015-09-23 Thread knussear
I'm having the same problem. Did you find a solution? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/OSX-El-Capitan-Beta-breaks-GRASS-g-gui-tp5216277p5225731.html Sent from the Grass - Users mailing list archive at Nabble.com.

[GRASS-user] new addon: v.in.redlist

2015-09-23 Thread Helmut Kudrnovsky
hi, just fyi I've uploaded a new addon for an easier import of user defined species in the IUCN Red List Spatial Data: v.in.redlist: https://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.in.redlist should be available by g.extension from now on. - best regards Helmut -- View

Re: [GRASS-user] Need help in reprojecting raster images

2015-09-23 Thread Uttam Sinha
Hi, I tried the way you told. I created a new location in laea without setting the default boundary. Then from this mapset I used r.proj location*=input_location* mapset=*input_mapset* input=*input_raster name* output= *output_raster* I get an error: ERROR: Input raster map is outside current

Re: [GRASS-user] Need help in reprojecting raster images

2015-09-23 Thread Johannes Radinger
Hi Uttam, if I understand your problem correctly, you can use the -p flag of r.proj to print input map's bounds in the current projection. With this information you can set the region boundaries appropriately using g.region. Afterwards you can 'import' your raster into your laea-projection

Re: [GRASS-user] Need help in reprojecting raster images

2015-09-23 Thread Veronica Andreo
Hi Uttam, you may want to first do v.in.region in your input location, this creates a vector with the limits of your input location (set g.region to your raster of interest first), then v.proj the output of v.in.region in your target location, set region there with the imported vector and just

Re: [GRASS-user] Need help in reprojecting raster images

2015-09-23 Thread sajid pareeth
Hi Uttam If I understand you correctly you want to reproject a landsat image from sinusoidal to laea projection!! You dont have to manually set the bounding box while reprojecting a raster, as GRASS will take care of it. First you create a new location and mapset with desired output projection ,

Re: [GRASS-user] new addon: v.in.redlist

2015-09-23 Thread Veronica Andreo
Hi Helmut 2015-09-23 16:28 GMT-03:00 Helmut Kudrnovsky : > hi, > > just fyi I've uploaded a new addon for an easier import of user defined > species in the IUCN Red List Spatial Data: > > v.in.redlist: > >

Re: [GRASS-user] new addon: v.in.redlist

2015-09-23 Thread Paulo van Breugel
Great, thanks that will come in handy. On 23 September 2015 21:28:56 CEST, Helmut Kudrnovsky wrote: >hi, > >just fyi I've uploaded a new addon for an easier import of user defined >species in the IUCN Red List Spatial Data: > >v.in.redlist: