v.in.gns.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <h2>DESCRIPTION</h2>
  2. <em>v.in.gns</em> imports US-NGA GEOnet Names Server (GNS) country
  3. files (Gazetteer data) into a GRASS vector points map. The country files
  4. can be downloaded from the NGA GNS Web Server (see below). The script
  5. generates a vector point map. Only original files can be processed
  6. (unzip compressed file first). These GNS files are encoded in UTF-8 which
  7. is maintained in the GRASS database.
  8. <h2>NOTES</h2>
  9. The current DB connection is used to write the database table.
  10. <P>
  11. Generally, column names longer that 10 characters are shortened to
  12. 10 characters to meet the DBF column name restrictions. If this is a
  13. problem consider choosing another database driver with <em>db.connect</em>.
  14. <P>
  15. To filter outliers (points outside of a country), the <em>v.select</em>
  16. module can be used to perform point-in-polygon tests. <em>v.select</em>
  17. saves only the GNS points falling into a country polygon into the new
  18. points map.
  19. <h2>SEE ALSO</h2>
  20. <em>
  21. <a HREF="db.connect.html">db.connect</a>,
  22. <a HREF="v.select.html">v.select</a>
  23. </em>
  24. <H2>REFERENCES</H2>
  25. <a href="http://earth-info.nga.mil/gns/html/">GEOnet Names Server files for countries and territories</a><br>
  26. <a href="http://earth-info.nga.mil/gns/html/help.htm">Column names explanations</a>
  27. <h2>AUTHOR</h2>
  28. Markus Neteler, <a href="http://mpa.itc.it/">MPBA Group, ITC-irst</a>
  29. <p>
  30. <i>Last changed: $Date$</i>