<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user">
    <title>gmane.comp.gis.grass.user</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47593"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47592"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47591"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47590"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47589"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47588"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47587"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.user/47586"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47606">
    <title>Re: image spatial syncronization</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47606</link>
    <description>&lt;pre&gt;
this seems to be the one: "REGEEMY"
  http://regima.dpi.inpe.br



Restrictive license, no linux binary since 2006 and no source
code to recompile it for 64bit, so I won't bother to add it
to the wiki (but if it's super useful I don't mind), but seeing
they haven't touched in in years maybe the authors could be
convinced to set it free?


Hamish

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

&lt;/pre&gt;</description>
    <dc:creator>Hamish</dc:creator>
    <dc:date>2013-06-20T02:57:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47605">
    <title>Re: [LAStools] lasground options -fine and -extra_fine: is the only difference processing speed?</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47605</link>
    <description>&lt;pre&gt;Hello Adam,

the '-fine', '-extra_fine', and '-ultra_fine' option specifies how much work the algorithm should invest to find the *initial* ground estimate that will get refined subsequently. As a rule of thumb you need a finer ground estimate the steeper your terrain. The option essentially defined how fine of a subgrid should be used to look for probable ground returns between the chosen step size. Each finer option quadruples the granularity of this subgrid (whose unrefined size is detmined by the step size). For very steep terrains extra fine is recommended but also for flat areas with subtle bumps in the ground the ultra fine setting can help to get better detail. For computing tree canopies, for example, in flat terrain the default granularity should be fine enough.

Cheers,

Martin       

On Jun 17, 2013, at 20:55, Adam Pryor &amp;lt;adam&amp;lt; at &amp;gt;extro.com.au&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Martin Isenburg</dc:creator>
    <dc:date>2013-06-19T09:05:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47604">
    <title>Re: [LAStools] Lasclip on many files - can you skip creation of useless tiles with no overlap?</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47604</link>
    <description>&lt;pre&gt;Hello Adam,

currently lasclip seems to generate "empty" LAS/LAZ files when there is no overlap. It would be an easy feature to add a "remove file" operation once it becomes apparent the the produced file was empty. Can anyone think of a reason why we should keep the zero point files? Otherwise i will make what Adam suggests the default behaviour of lasclip in some future version ...

Cheers,

Martin &amp;lt; at &amp;gt;rapidlasso

On Jun 17, 2013, at 21:16, Adam Pryor &amp;lt;adam&amp;lt; at &amp;gt;extro.com.au&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Martin Isenburg</dc:creator>
    <dc:date>2013-06-19T09:10:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47603">
    <title>Re: [LAStools] Cannot understand why lasoverage is notbehaving as expected</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47603</link>
    <description>&lt;pre&gt;Hello Adam,

lasoverage is fully functional in the version that is online - except for the black diagonal lines that are added to the output raster. However, these only minimally affect your ability to judge the quality of the flight line alignment but let you evaluate the speed and efficiency of using LAStools for quality checking.

The GPS time is not being used for lasoverlap. For lasoverlap it is important that an adequate step size is used and that the input contains correct populated point source ID fields. If the input is a set of flight lines this means that the option '-files_are_flightlines' needs to be set. Then there will be one single output raster. If the input are already tiled flightlines then each point must indicate which flight line it is from with a flight line unique point source ID. Then there will be one ouput raster per tile (unless '-merged' was specified).

Any issues with lasoverlap are to be blamed either on user error or on poor documentation. (-:

Regards,

Martin

PS: Also see &lt;/pre&gt;</description>
    <dc:creator>Martin Isenburg</dc:creator>
    <dc:date>2013-06-19T08:55:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47602">
    <title>Re: [LAStools] Visualising data such as scan angle,gps time, etc</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47602</link>
    <description>&lt;pre&gt;Hello Adam,

the tools for gridding parameters other than the elevation are las2dem/blast2dem for intensity, slope, and RGB and lasgrid for scan_angle, classification, intensity, return counts, etc ... the GUI shows you the possible options in the selection box. You can then create a BIL or ASC raster and visualize this with your favorite raster software or with lasview ...

lasgrid -i lidar.laz ^
           -lowest -abs_scan_angle ^
           -step 1 ^
           -o minscanangles.asc

lasview -i minscanangles.asc ^
            -color_by_elevation2 ^
            -win 1200 900 ^
            -points 5000000

cheers,

martin &amp;lt; at &amp;gt;rapidlasso  

On Jun 17, 2013, at 20:43, Adam Pryor &amp;lt;adam&amp;lt; at &amp;gt;extro.com.au&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Martin Isenburg</dc:creator>
    <dc:date>2013-06-19T09:22:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47601">
    <title>Re: image spatial syncronization</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47601</link>
    <description>&lt;pre&gt;Hi Miltinho,

You could also try a software called regimy (or some other spelling). If I
recall correctly, it was developed by some guys at inpe and it finds
matching control points between a set of images. We have been using it for
some old landsat images.

Cheers
Daniel
On Jun 17, 2013 2:35 PM, "miltinhoastronauta ." &amp;lt;
miltinho.astronauta&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
&lt;/pre&gt;</description>
    <dc:creator>Daniel Victoria</dc:creator>
    <dc:date>2013-06-19T13:36:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47600">
    <title>Re: HydroFlow: Stream order soleley based on shapefiles/vectors</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47600</link>
    <description>&lt;pre&gt;Hi,

I used the software some time ago and it worked nicely. And as Johannes
explained, the only data needed is the river network and the basin boundary.

I'll try to translate the algorithm behind the software but I'm a bit
confused by it so I could be doing a worse job then a google translator...

1) If a river segment is connected to the river network at only one point
and the segment does not touch the basin boundary, those are the first
order streams rivers and their flow direction can be defined from the
unconnected end to the connected end

2) If the endpoint of a river segment touches other segments that have
their flow directions determined and the flows converge, then:
   The flowdirection of the segment goes from the examined endpoint to the
other end;
   You can calculate the stream order by looking at the stream orders of
the segments that flow into the analyzed segment.

If the segments that touch an endpoint does not have their flowdirection
determined, then the flowdirection the analyzed endp&lt;/pre&gt;</description>
    <dc:creator>Daniel Victoria</dc:creator>
    <dc:date>2013-06-19T00:09:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47598">
    <title>Re: [LAStools] Computing for the Density</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47598</link>
    <description>&lt;pre&gt;Hello Charm,

great question. Since you are expecting around 2 pulses per square meter and since you are using a step of 5 which equals 5m by 5m = 25 m^2 and since you are using the last only (or first only) retirn filter to count only one return per pulse you should expect to get values around 50 in the grid cells.

You will get - possibly much - smaller values whenever the strip does not fully cover the grid cell. It is possible that just one pulse hits one corner of a grid cell.

You will get - possibly much - larger values when the sampling on the ground gets condensed (but also streched out) because of strong pitch variations of a small aircraft in turbulences. But the more "systematic" larger values come from hardware that use a zig-zag scanner to scan. As the oszillating mirror slows down to change direction at the scan line edges you tend to get much much denser sampling there ... somewhat unrepresentative for the average sampling so it is important for zig zag scanners not to count the density of po&lt;/pre&gt;</description>
    <dc:creator>Martin Isenburg</dc:creator>
    <dc:date>2013-06-18T20:37:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47597">
    <title>Google Groups Invitation: LAStools - efficient toolsfor LiDAR processing</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47597</link>
    <description>&lt;pre&gt; this discussion group on LiDAR processing with LAStools tends to have plenty 
of interesting topics

About this group:
LAStools are a collection of highly-efficient, batch scriptable, multi-core 
command line tools (with GUI and ArcGIS toolbox) for processing LiDAR that is 
built upon LASlib (with LASzip). We announce new releases and discuss whatever
of interest to those processing billions of LiDAR points.

Accept this invitation:

http://groups.google.com/group/lastools/sub?s=IIzkixQAAABgeCJzPKlh5pok34Hj0DmmGkaXaBZ9l455j8Ixb4EWdA&amp;amp;hl=en

Visit this group:

http://groups.google.com/group/lastools?hl=en

You can unsubscribe from this group using the following URL:

http://groups.google.com/group/lastools/unsub?u=IIzkixQAAABgeCJzPKlh5pok34Hj0DmmGkaXaBZ9l455j8Ixb4EWdA&amp;amp;hl=en

If you feel that this message is abuse, please inform the Google Groups staff 
by using the URL below. 
http://groups.google.com/groups/abuse?direct=YQAAAIb6S2-cAAAA4EbiTJsAAADPQv5WpYF4_V1sH6WAqxO-tgcc8gU&amp;amp;hl=en
___________________________&lt;/pre&gt;</description>
    <dc:creator>Martin Isenburg (Google Groups</dc:creator>
    <dc:date>2013-06-18T20:53:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47596">
    <title>Re: HydroFlow: Stream order soleley based on shapefiles/vectors</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47596</link>
    <description>&lt;pre&gt;1) Concerning the flow direction / network direction

So far what I can understand from the html-manual, the only two
input data is the map with the river network and a line or polygon file
the defines the catchement. The flow direction within the network
is then defined by the outflow point which is the only line of the river
that touches or intersects with the catchment border. Unfortunately,
neither I am a native Brasilian (which makes reading the manual difficult)
nor
I am able to read or understand the source code behind the model

2) Concerning the license
It is licensed under GNU GPL:
http://www.fgel.uerj.br/labgis/hydroflow/Help/helphydroflow.html?{D3EB24A2-0B1B-4CA1-B0C6-F05855A23C8D}.htm

&amp;lt; at &amp;gt;Madi: No unfortunately I haven't tried HydroFlow yet. I first have to
figure out how to compile it using qmake on my ubuntu machine. Concerning
v.strahler: AFAIK also this module needs a DEM to identify flow direction,
which is often not available when you have only the river vector. And of
course HydroFlow also &lt;/pre&gt;</description>
    <dc:creator>Johannes Radinger</dc:creator>
    <dc:date>2013-06-18T14:19:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47595">
    <title>Re: HydroFlow: Stream order soleley based on shapefiles/vectors</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47595</link>
    <description>&lt;pre&gt;On Tue, Jun 18, 2013 at 1:52 PM, Johannes Radinger
&amp;lt;johannesradinger&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

One bit of requirement information must be provided in addition to the
shapefile: the outlet of a river network. If the lines of the
shapefile follow drainage dirction, this is possible, because then per
network only one line will go towards an end point. You could look at
the description or source code if possible to find out how HydroFlow
identifies the outlet of a river network.

Markus M


_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

&lt;/pre&gt;</description>
    <dc:creator>Markus Metz</dc:creator>
    <dc:date>2013-06-18T13:08:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47594">
    <title>Re: HydroFlow: Stream order soleley based on shapefiles/vectors</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47594</link>
    <description>&lt;pre&gt;Hi Johannes!

I tried that program like a year or more ago .. It worked well once you
know howto do it ..
It delivers it's one shapelib with it and can only do changes on shapefiles
..
So it must be probably changed to a neutral dataset provider ..

I was about to adapt it for QGIS but did not have any time until now to do
so..
Probably in the future when I have more time to learn more cpp skills ..

But as I said the program itself works well .. But is it really open
source? I am not quite sure if there weren't any issues with the license
that kept me away from porting it ..

kind regards
Werner


On Tue, Jun 18, 2013 at 1:52 PM, Johannes Radinger &amp;lt;
johannesradinger&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
&lt;/pre&gt;</description>
    <dc:creator>Werner Macho</dc:creator>
    <dc:date>2013-06-18T12:39:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47593">
    <title>Re: HydroFlow: Stream order soleley based on shapefiles/vectors</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47593</link>
    <description>&lt;pre&gt;



&lt;/pre&gt;</description>
    <dc:creator>Margherita Di Leo</dc:creator>
    <dc:date>2013-06-18T12:26:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47592">
    <title>Re: HydroFlow: Stream order soleley based on shapefiles/vectors</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47592</link>
    <description>&lt;pre&gt;Hi Johannes,


On Tue, Jun 18, 2013 at 1:52 PM, Johannes Radinger &amp;lt;
johannesradinger&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


there is v.strahler
http://grasswiki.osgeo.org/wiki/AddOns/GRASS_6#v.strahler
that calculates the Strahler order. I'm not aware of its status though, I
remember some issues reported in ML but I didn't keep myself updated.


Nice idea! Did you try it yourself? How's the outcome?

cheers,
madi



&lt;/pre&gt;</description>
    <dc:creator>Margherita Di Leo</dc:creator>
    <dc:date>2013-06-18T11:58:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47591">
    <title>HydroFlow: Stream order soleley based on shapefiles/vectors</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47591</link>
    <description>&lt;pre&gt;Hi,

I found following interesting Brasilian program called HydroFlow:
http://www.fgel.uerj.br/labgis/hydroflow/en/downloads_ingles.html

This tools calculates the Stream order (e.g. Strahler, Shreve)
based on a shapefile input of the river network and a shapefile that defines
the border (catchment?). If I am informed correctly such a tool that does
not require any form of a DEM (or accumulation map etc.) is not existing for
GRASS yet.

There are just two questions that appeared to me:

1) Has anyone installed and tried the programm already in Ubuntu/Linux?

2) The tool is licensed as open source. So, could such a algorithm also be
implemented as
a add-on to GRASS? I am not sure but I can imagine that this might be of
interest also to
other GRASS users!?

/johannes
_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
&lt;/pre&gt;</description>
    <dc:creator>Johannes Radinger</dc:creator>
    <dc:date>2013-06-18T11:52:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47590">
    <title>new north arrow symbols</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47590</link>
    <description>&lt;pre&gt;Hellos,

six new north arrow symbols to try out:
  http://grasswiki.osgeo.org/wiki/IconSymbols#New


I'm not toally happy with n_arrow5: I didn't figure a way
to make a hole in the filled-arc, so the "N" is hardcoded
to filled-with-white. (so you can't set inverse colors on
that one. the big triangle in it is transparent btw)

hmm, maybe I could leave a sliver to the outside space
then mask over it with a polygon with no border color
and background color matching the main body?  ... TBC



Hamish

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

&lt;/pre&gt;</description>
    <dc:creator>Hamish</dc:creator>
    <dc:date>2013-06-18T10:20:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47589">
    <title>Re: r.surf.nnbathy with GRASS 7?</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47589</link>
    <description>&lt;pre&gt;Ivan:


Adam wrote:

Hamish:



Adam:

Hamish:



I've just added a new r.surf.nnbathy dir in the grass7/raster addons, with symlinks back to the grass6 dir. I had to do each file individually instead of jus the dir since description.html needs to be renamed to [g.module].html. Svn stores it as a "link" file internally, and I believe a checkout on Windows will make a full copy of the files since there are no symlinks there.

if it works it will be a nice temporary solution to avoid the extra maintenance overhead and divergence.



Hamish

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

&lt;/pre&gt;</description>
    <dc:creator>Hamish</dc:creator>
    <dc:date>2013-06-18T09:06:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47588">
    <title>Re: r.surf.nnbathy with GRASS 7?</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47588</link>
    <description>&lt;pre&gt;I use it in Grass 7. it works.

inviato da smartphone
Il giorno 18/giu/2013 02:38, "Hamish" &amp;lt;hamish_b&amp;lt; at &amp;gt;yahoo.com&amp;gt; ha scritto:

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
&lt;/pre&gt;</description>
    <dc:creator>Ivan Marchesini</dc:creator>
    <dc:date>2013-06-18T06:43:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47587">
    <title>Re: r.surf.nnbathy with GRASS 7?</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47587</link>
    <description>&lt;pre&gt;


I don't think there is a newer version, but there's
a good chance that the GRASS 6 one still works. Give
it a try and let us know!

In general cloned code is to be avoided, and svn
supports symlinking, so a possible solution for
known working addons (scripts) is to symlink in
the parent directory. Hopefully the build system
is not too grumpy about mixed python and shell
scripts. If it is we should come up with a solution
to fix that.


regards,
Hamish

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

&lt;/pre&gt;</description>
    <dc:creator>Hamish</dc:creator>
    <dc:date>2013-06-17T21:51:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47586">
    <title>r.surf.nnbathy with GRASS 7?</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47586</link>
    <description>&lt;pre&gt;Is r.surf.nnbathy compatible with GRASS 7.0?  It doesn't seem to be listed on the GRASS7 Raster AddOns page.  And, the install instructions that I have found all refer to GRASS 6.

I have the nnbathy binary from 6 working fine.  Can I just copy over the script and binary?  Is there a new version?

Thanks,

&lt;/pre&gt;</description>
    <dc:creator>Adam Dershowitz</dc:creator>
    <dc:date>2013-06-17T21:25:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.user/47585">
    <title>Re: Use of v.in.ascii in python with stdin</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.user/47585</link>
    <description>&lt;pre&gt;



you need skip=1 or put a # in front of the first line, it's trying
to parse the header line.


style: since the stdin= option is a virtual one for
grass.write_command(), consider putting it last.


Hamish

_______________________________________________
grass-user mailing list
grass-user&amp;lt; at &amp;gt;lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

&lt;/pre&gt;</description>
    <dc:creator>Hamish</dc:creator>
    <dc:date>2013-06-17T21:06:00</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gis.grass.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gis.grass.user</link>
  </textinput>
</rdf:RDF>
