Opened 22 years ago

Last modified 16 years ago

#154 closed defect (fixed)

libgrass driver confuses files

Reported by: Markus Neteler Owned by: dron
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords: grass
Cc: Mateusz Łoskot

Description (last modified by Mateusz Łoskot)

Frank (sorry, again),

when I use GDAL with GRASS support and AVHRR support, the
driver picks up a GRASS map before a local file.

Example:
In my current directory is a AVHRR file, in my GRASS location
a map with same name (e.g. after import).
gdalinfo, r.in.gdal etc. do no longer find the AVHRR file but
read from GRASS location.
Eventually the read order should be changed to check GRASS last.

Best regards

 Markus

Change History (3)

comment:1 by warmerdam, 22 years ago

Andrey,

Is the L1B Open() method very L1B specific?  If so, it should be registered
above the "Our test for the following is weak" message in gdalallregister.cpp.
The GRASS should be pretty much last since it runs into problems like the
one Markus mentions. 

comment:2 by dron, 22 years ago

Ok, registratiton call moved above the GRASS registaration.

comment:3 by Mateusz Łoskot, 16 years ago

Cc: Mateusz Łoskot added
Description: modified (diff)
Keywords: grass added
Note: See TracTickets for help on using tickets.