[GRASS-dev] Re: [GRASS GIS] #773: r.in.gdal unclean import of
southern UTM zone
GRASS GIS
trac at osgeo.org
Sat Oct 10 05:59:34 EDT 2009
#773: r.in.gdal unclean import of southern UTM zone
---------------------------------+------------------------------------------
Reporter: hamish | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Projections/Datums | Version: svn-develbranch6
Resolution: | Keywords: r.in.gdal, utm
Platform: Unspecified | Cpu: Unspecified
---------------------------------+------------------------------------------
Comment (by hamish):
the following patch fixes the order of questions, and sets the WIND files
correctly (and so new maps' cellhd too):
{{{
Index: general/g.setproj/proj-parms.table
===================================================================
--- general/g.setproj/proj-parms.table (revision 39463)
+++ general/g.setproj/proj-parms.table (working copy)
@@ -105,7 +105,7 @@
UPS:Universal Polar Stereographic:SOUTH=ask,nodfl
URM5:Urmaev
V:ALPHA=ask,0.0;LAT0=ask,0.0;LON0=ask,20.0;NFACT=ask,1.0;QFACT=ask,1.0
URMFPS:Urmaev Flat-Polar
Sinusoidal:LAT0=ask,0.0;LON0=ask,20.0;NFACT=ask,1.0
-UTM:Universal Transverse Mercator (UTM):SOUTH=ask,nodfl;ZONE=ask,nodfl
+UTM:Universal Transverse Mercator (UTM):ZONE=ask,nodfl;SOUTH=ask,nodfl
VANDG2:van der Grinten II:LAT0=ask,0.0;LON0=ask,20.0
VANDG3:van der Grinten III:LAT0=ask,0.0;LON0=ask,20.0
VANDG4:van der Grinten IV:LAT0=ask,0.0;LON0=ask,20.0
}}}
existing maps should be in existing mapsets/loc'ns so no bothered by this
change.
ok to commit for trunk & 6.5?
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/773#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list