GRASS FAQ: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


=Usage=
=Usage=
* In a site map, how to select all the points that are at the edge? - [[Points Edge Selection]]
# In a site map, how to select all the points that are at the edge? - [[Points Edge Selection]]
* How to create a buffer around polygons using v.buffer? - [[Vector Buffer]]
# How to create a buffer around polygons using v.buffer? - [[Vector Buffer]]
* What are LOCATIONs and MAPSETs? - [[Location and Mapsets]]
# What are LOCATIONs and MAPSETs? - [[Location and Mapsets]]
* Starting GRASS -  [[Starting GRASS]]
# Starting GRASS -  [[Starting GRASS]]
* How to see if you can use GRASS for anything at all - [[Grass Assess]]
# How to see if you can use GRASS for anything at all - [[Grass Assess]]
* How to see if you can use GRASS for anything at all - [[Grass Assess]]
# ERROR: Default region not set - [[Error Region]]
* ERROR: Default region not set - [[Error Region]]
# Nothing shows in monitor window - [[Region Map]]
* Nothing shows in monitor window - [[Region Map]]
# How to show labels, such as street labels on a vector map? - [[Labels Show]]
* How to show labels, such as street labels on a vector map? - [[Labels Show]]
# What is a raster MASK? - [[GRASS Raster Mask]]
* What is a raster MASK? - [[GRASS Raster Mask]]
# What is an attribute? - [[GRASS Attributes]]
* What is an attribute? - [[GRASS Attributes]]
# Is is possible to switch from one LOCATION to another while running GRASS? - [[Switch Locations]]
* Is is possible to switch from one LOCATION to another while running GRASS? - [[Switch Locations]]
# Changing region during operation? - [[Changing Region]]
* Changing region during operation? - [[Changing Region]]
# Point in polygon test: - [[Point in Polygon]]
* Point in polygon test: - [[Point in Polygon]]
# [[Georeferencing]] an image?  
* [[Georeferencing]] an image?  
# How do I reproject a raster or vector map? - [[Map Reprojection]]
* How do I reproject a raster or vector map? - [[Map Reprojection]]
# How do I enjoy high quality statistic analysis in GRASS? [[GRASS and Rstat]]
* How do I enjoy high quality statistic analysis in GRASS? [[GRASS and Rstat]]
# What is the difference between pseudo-topological and real topological vect formats? - [[Topo Issue]]
* What is the difference between pseudo-topological and real topological vect formats? - [[Topo Issue]]
# How to to aggregate values from one polygon layer to another ? - [[Aggregate Values]]
* How to to aggregate values from one polygon layer to another ? - [[Aggregate Values]]
# How to diplay a vector (polygon) map colored by the attributes in a particular column? [[Vector Attribute Display]]
* How to diplay a vector (polygon) map colored by the attributes in a particular column? [[Vector Attribute Display]]


=Data=
=Data=
* Can I map data from an arbitrary database model to work with GRASS without having to restructure or create a new database?
# Can I map data from an arbitrary database model to work with GRASS without having to restructure or create a new database?


=Technical=
=Technical=
* GRASS 6 symbols - [[http://freegis.org/cgi-bin/viewcvs.cgi/grass6/lib/symbol/README?rev=HEAD&content-type=text/vnd.viewcvs-markup README]]
# GRASS 6 symbols - [[http://freegis.org/cgi-bin/viewcvs.cgi/grass6/lib/symbol/README?rev=HEAD&content-type=text/vnd.viewcvs-markup README]]
* GRASS 5.7 vector architecture - [[Vector Faq GRASS57]]
# GRASS 5.7 vector architecture - [[Vector Faq GRASS57]]
* Does GRASS57 installation override my stable GRASS5x installation? [[GRASS5x and 57]]
# Does GRASS57 installation override my stable GRASS5x installation? [[GRASS5x and 57]]
* Are GRASS 5.0.x/5.3.x/5.4.x raster maps compatible with GRASS57? Yes!
# Are GRASS 5.0.x/5.3.x/5.4.x raster maps compatible with GRASS57? Yes!
* How do I compile/install GRASS57? [[Compile and Install]]
# How do I compile/install GRASS57? [[Compile and Install]]


=Installation=
=Installation=
==GRASS 6 compilation problems==
==GRASS 6 compilation problems==
* ''Can't find a library even after I've built and installed it:''  Make sure that /usr/local/lib (or where you installed it) is listed in your /etc/ld.so.conf file and (as root) run /sbin/ldconfig.
# ''Can't find a library even after I've built and installed it:''  Make sure that /usr/local/lib (or where you installed it) is listed in your /etc/ld.so.conf file and (as root) run /sbin/ldconfig.
* grass 5.7 compilation problems: - [[GRASS57 Compilation]]
# grass 5.7 compilation problems: - [[GRASS57 Compilation]]
* grass 5.3, 5.4 compilation problems: - [[GRASS53 Compilation]]
# grass 5.3, 5.4 compilation problems: - [[GRASS53 Compilation]]
* How do I install grass in windows 2000: - [[WinGRASS Installation]]
# How do I install grass in windows 2000: - [[WinGRASS Installation]]


==GRASS and Cygwin==
==GRASS and Cygwin==
* How do I find the Cygwin packages to install? - [[Cygwin Packages]]
# How do I find the Cygwin packages to install? - [[Cygwin Packages]]
* ''Can't find pq.dll:'' Make sure you installed the PostgreSQL package in the Cygwin [[http://geni.ath.cx/grass/setup-11.png installer]].
# ''Can't find pq.dll:'' Make sure you installed the PostgreSQL package in the Cygwin [[http://geni.ath.cx/grass/setup-11.png installer]].
* ''Can't find pq.dll : try copy cygpq.dll to pq.dll
# ''Can't find pq.dll : try copy cygpq.dll to pq.dll


=Errors=
=Errors=
* In a Latitude-Longitude location I'm getting the error ''Illegal latitude for North'' when importing an unprojected raster image: Unprojected images are given a resolution of 1 pixel per line, and so any image with a height of more than 90 pixels will try and write data to an impossible latitude.
# In a Latitude-Longitude location I'm getting the error ''Illegal latitude for North'' when importing an unprojected raster image: Unprojected images are given a resolution of 1 pixel per line, and so any image with a height of more than 90 pixels will try and write data to an impossible latitude.
'''Solution''': import the image into a simple XY location and georeference the image with either r.region (if bounds are simple and known) or i.points and i.rectify. An automated alternative to r.region is to create a "World File" to be used by r.in.gdal. See the GeoTIFF format help page at [[http://www.gdal.org]].
'''Solution''': import the image into a simple XY location and georeference the image with either r.region (if bounds are simple and known) or i.points and i.rectify. An automated alternative to r.region is to create a "World File" to be used by r.in.gdal. See the GeoTIFF format help page at [[http://www.gdal.org]].

Revision as of 07:01, 19 May 2006

This pages contains a growing list of Frequently Asked Questions (FAQs). Feel free to add text, "Edit" button for that.

Usage

  1. In a site map, how to select all the points that are at the edge? - Points Edge Selection
  2. How to create a buffer around polygons using v.buffer? - Vector Buffer
  3. What are LOCATIONs and MAPSETs? - Location and Mapsets
  4. Starting GRASS - Starting GRASS
  5. How to see if you can use GRASS for anything at all - Grass Assess
  6. ERROR: Default region not set - Error Region
  7. Nothing shows in monitor window - Region Map
  8. How to show labels, such as street labels on a vector map? - Labels Show
  9. What is a raster MASK? - GRASS Raster Mask
  10. What is an attribute? - GRASS Attributes
  11. Is is possible to switch from one LOCATION to another while running GRASS? - Switch Locations
  12. Changing region during operation? - Changing Region
  13. Point in polygon test: - Point in Polygon
  14. Georeferencing an image?
  15. How do I reproject a raster or vector map? - Map Reprojection
  16. How do I enjoy high quality statistic analysis in GRASS? GRASS and Rstat
  17. What is the difference between pseudo-topological and real topological vect formats? - Topo Issue
  18. How to to aggregate values from one polygon layer to another ? - Aggregate Values
  19. How to diplay a vector (polygon) map colored by the attributes in a particular column? Vector Attribute Display

Data

  1. Can I map data from an arbitrary database model to work with GRASS without having to restructure or create a new database?

Technical

  1. GRASS 6 symbols - [README]
  2. GRASS 5.7 vector architecture - Vector Faq GRASS57
  3. Does GRASS57 installation override my stable GRASS5x installation? GRASS5x and 57
  4. Are GRASS 5.0.x/5.3.x/5.4.x raster maps compatible with GRASS57? Yes!
  5. How do I compile/install GRASS57? Compile and Install

Installation

GRASS 6 compilation problems

  1. Can't find a library even after I've built and installed it: Make sure that /usr/local/lib (or where you installed it) is listed in your /etc/ld.so.conf file and (as root) run /sbin/ldconfig.
  2. grass 5.7 compilation problems: - GRASS57 Compilation
  3. grass 5.3, 5.4 compilation problems: - GRASS53 Compilation
  4. How do I install grass in windows 2000: - WinGRASS Installation

GRASS and Cygwin

  1. How do I find the Cygwin packages to install? - Cygwin Packages
  2. Can't find pq.dll: Make sure you installed the PostgreSQL package in the Cygwin [installer].
  3. Can't find pq.dll : try copy cygpq.dll to pq.dll

Errors

  1. In a Latitude-Longitude location I'm getting the error Illegal latitude for North when importing an unprojected raster image: Unprojected images are given a resolution of 1 pixel per line, and so any image with a height of more than 90 pixels will try and write data to an impossible latitude.

Solution: import the image into a simple XY location and georeference the image with either r.region (if bounds are simple and known) or i.points and i.rectify. An automated alternative to r.region is to create a "World File" to be used by r.in.gdal. See the GeoTIFF format help page at [[1]].