<div dir="ltr">Hi Helmut, <div><br></div><div>Did you download from GBIF site? Because there are 2 (that I know) R packages that allows you to download data from GBIF, and you can ask for "NO SPATIAL ISSUES" in the data (among other options), probably in that way you can avoid these coordinates that are in a different reference system. Does that make sense?? Ah! The packages are: rgbif and dismo</div><div><br></div><div>If you want, I can provide an example... I just tried yesterday :)</div><div><br></div><div>HTH, </div><div>Vero</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-27 10:16 GMT-03:00 Helmut Kudrnovsky <span dir="ltr"><<a href="mailto:hellik@web.de" target="_blank">hellik@web.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Markus Neteler wrote<br>
> On Tue, Jun 16, 2015 at 10:51 PM, Helmut Kudrnovsky &lt;<br>
<br>
> hellik@<br>
<span class=""><br>
> &gt; wrote:<br>
>> hi,<br>
>><br>
>> given data in csv format with columns e.g. xcoor, ycoor and a few other<br>
>> as<br>
>> input for v.in.ascii where some rows may have an empty entry in xcoor,<br>
>> ycoor.<br>
>><br>
>> the idea for a little script wrapper for v.in.ascii:<br>
>><br>
>> filter the input file by empty xcoor, ycoor, then forward the<br>
>> modified/filtered csv to v.in.ascii<br>
><br>
> Did you see the "new" flag of v.in.ascii<br>
><br>
> -i    Ignore broken line(s) in points mode<br>
><br>
> ? For us it did the job on a lot of data sets.<br>
><br>
> Markus<br>
<br>
</span>_-i    Ignore broken line(s) in points mode_  doesn't work here.<br>
<br>
it's GBIF data file (attached an short example: test.csv, and a modified one<br>
by quoting the entries: test2.csv). GBIF data is"usually" in WGS84.<br>
<br>
some xcoor, ycoor in this sample dataset are empty or where some xcoor,<br>
ycoor have coordinates for some other coordinate systems not matching WGS84.<br>
so some coordinate pairs are out of range for a ll-location.<br>
<br>
test.csv <<a href="http://osgeo-org.1560.x6.nabble.com/file/n5213229/test.csv" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/file/n5213229/test.csv</a>><br>
test2.csv <<a href="http://osgeo-org.1560.x6.nabble.com/file/n5213229/test2.csv" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/file/n5213229/test2.csv</a>><br>
<span class=""><br>
<br>
<br>
-----<br>
best regards<br>
Helmut<br>
--<br>
</span>View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/filtering-csv-file-before-input-for-v-in-ascii-tp5211340p5213229.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/filtering-csv-file-before-input-for-v-in-ascii-tp5211340p5213229.html</a><br>
<span class="im HOEnZb">Sent from the Grass - Users mailing list archive at Nabble.com.<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br></div>