v.in.gns.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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>Generally, column names longer that 10 characters are shortened to
  11. 10 characters to meet the DBF column name restrictions. If this is a
  12. problem consider choosing another database driver with <em>db.connect</em>.
  13. <p>To filter outliers (points outside of a country), the <em>v.select</em>
  14. module can be used to perform point-in-polygon tests. <em>v.select</em>
  15. saves only the GNS points falling into a country polygon into the new
  16. points map.
  17. <h2>SEE ALSO</h2>
  18. <em>
  19. <a href="db.connect.html">db.connect</a>,
  20. <a href="v.select.html">v.select</a>
  21. </em>
  22. <h2>REFERENCES</h2>
  23. <a href="http://earth-info.nga.mil/gns/html/">GEOnet Names Server files for countries and territories</a><br>
  24. <a href="http://earth-info.nga.mil/gns/html/help.htm">Column names explanations</a>
  25. <h2>AUTHOR</h2>
  26. Markus Neteler, MPBA Group, ITC-irst, Trento, Italy
  27. <p><i>Last changed: $Date$</i>