I’m not even really there yet. I’ve followed the following steps:
Created an undefined XY location for importing
Created a defined UTM location for georeferencing
r.in.gdal (don’t have the exact line written down, but it worked, I have displayed the TIFF as a raster)
i.group group=map input=state@PERMANENT (assigned the one image to a group)
i.target group=map@PERMANENT location=georeference mapset=permanent (targeted the UTM location)
d.mon start=x0 (started the monitor)
Here’s where it gets… not good.
i.points group=map@PERMANENT (attempt to start identifying points)
and I get this:
Target information for group [map] missing
Please run i.target for group map
Not really sure what’s going on here… tried it multiple ways. Any suggestions? Thanks!
Joe
Hi!
Try "map" instead of "map@PERMANENT" in command i.target.
I've also experienced this problem.
If I didn't specify the mapset informations in the map names, it works. So try
write just "state" instead of "state@PERMANENT" and "map" instead
of "map@PETMANENT" everywhere.
This helps for me, though I use the gui for i.group and i.target.
Regards,
Istvan
csütörtök 30 április 2009 dátummal Joe Bayles ezt írta:
I'm not even really there yet. I've followed the following steps:
Created an undefined XY location for importing
Created a defined UTM location for georeferencing
r.in.gdal (don't have the exact line written down, but it worked, I have
displayed the TIFF as a raster)
i.group group=map input=state@PERMANENT (assigned the one image to a group)
i.target group=map@PERMANENT location=georeference mapset=permanent
(targeted the UTM location)
d.mon start=x0 (started the monitor)
Here's where it gets... not good.
i.points group=map@PERMANENT (attempt to start identifying points)
and I get this:
Target information for group [map] missing
Please run i.target for group map
Not really sure what's going on here... tried it multiple ways. Any
suggestions? Thanks!
Joe
Hi,
2009/4/30 ifj. Stefán István <istefan@stef.hu>:
Hi!
Try "map" instead of "map@PERMANENT" in command i.target.
I've also experienced this problem.
If I didn't specify the mapset informations in the map names, it works. So try
write just "state" instead of "state@PERMANENT" and "map" instead
of "map@PETMANENT" everywhere.
This helps for me, though I use the gui for i.group and i.target.
A fix suggestion was already posted by Moritz but didn't
reach SVN yet...
http://lists.osgeo.org/pipermail/grass-dev/2009-April/043457.html
Markus