I am getting a bus error with r.proj. It could be user error, however I was able to reproject a vector from the same location with no troubles. I am projecting from a UTM zone 15 location an to Albers Equal Area location using the current cvs version of 6.3
Here is the output from r.proj:
GRASS 6.3.cvs (northcentralus_albersequalarea):~ > r.proj --verbose --overwrite input=nlcd2001 location=northcentralus_utm mapset=nlcd2001
Input Projection Parameters: +proj=utm +no_defs +zone=15 +a=6378137 +rf=298.257222101 +towgs84=0.000,0.000,0.000
Input Unit Factor: 1
Output Projection Parameters: +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +no_defs +a=6378137 +rf=298.257222101 +towgs84=0.000,0.000,0.000
Output Unit Factor: 1
Whereas v.proj
GRASS 6.3.cvs (northcentralus_albersequalarea):~ > v.proj input=ls_fia_with_climate location=northcentralus_utm mapset=nlcd2001
Input Projection Parameters: +proj=utm +no_defs +zone=15 +a=6378137 +rf=298.257222101 +towgs84=0.000,0.000,0.000
Input Unit Factor: 1
Output Projection Parameters: +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +no_defs +a=6378137 +rf=298.257222101 +towgs84=0.000,0.000,0.000
Output Unit Factor: 1
Re-projecting vector map...
Building topology ...
154850 primitives registered
Building areas: 100%
0 areas built
0 isles built
Attaching islands:
Attaching centroids: 100%
Topology was built.
Number of nodes : 51063
Number of primitives: 154850
Number of points : 154850
Number of lines : 0
Number of boundaries: 0
Number of centroids : 0
Number of areas : 0
Number of isles : 0
Any ideas?
Thanks,
Kirk