NavigationUser login |
Open Source GIS and Mapping IdeasSimple Approach to Converting GRASS DB-backendsSubmitted by dylan on Sat, 2009-05-23 21:32.
Currently GRASS uses a single SQLite (file-based) database per mapset-- convenient if you are interested in joining attribute tables between vectors; but not set-in-stone as the final approach that will be used by default in GRASS 7. Regardless, converting the back-end is a fairly simple matter. Finally, taking the time to convert to an SQLite or Postgresql back-end will undoubtably save you time and sanity if you ever find yourself working with vector+attribute data on a regular basis. Having access to a complete implementation of SQL can make extracting, summarizing, joining, and re-formatting (column names, types, etc.) tabular data much simpler than what is available in the DBF back-end. Also, there are several convenient graphical SQLite managers available, such as SQLite manager, SQLite data browser, and SQLite Admin. ( categories: )
Traveling Salesman Approach to Visiting Data-loggersSubmitted by dylan on Sat, 2008-12-20 06:44.
( categories: )
Batch Projection and Masking with GRASSSubmitted by dylan on Wed, 2008-05-07 18:21.
( categories: )
Simple Python Interface to USGS TNM Elevation ServiceSubmitted by dylan on Tue, 2008-04-29 06:31.
( categories: )
Detailed Magnetic DeclinationSubmitted by dylan on Fri, 2008-03-14 20:45.
Setting the magnetic declination on a compass is a critical step in accurate measurement of bearings that can be translated to map or survey. As the location of the magnetic north pole is constantly moving, the magnetic declination reported on older topographic maps or compass housings are probably out of date. Current declination values for a single point, or for large regions can be found on the NOAA sites: These resources are helpful, but a current, detailed (state-level) map of magnetic declination would be interesting. ( categories: )
Generic GRASS-GMT Plotting SystemSubmitted by dylan on Sat, 2008-03-08 00:34.
( categories: )
|