[GRASS-user] Map not found?

I'm working on the command line with the development version.

I have a vector area map called 'permit_area' in the PERMANENT mapset. When I
check using 'g.list type=vect' the map name is displayed. But, when I ask
g.proj or v.info to tell me about that map they tell me 'permit_area not
found.'

What might cause this behavior?

TIA,

Rich

Could you show the exact commands and output? Are you sure it’s not a typo?

On Tue, May 2, 2023 at 10:06 AM Rich Shepard <rshepard@appl-ecosys.com> wrote:

I’m working on the command line with the development version.

I have a vector area map called ‘permit_area’ in the PERMANENT mapset. When I
check using ‘g.list type=vect’ the map name is displayed. But, when I ask
g.proj or v.info to tell me about that map they tell me ‘permit_area not
found.’

What might cause this behavior?

TIA,

Rich


grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

On Tue, 2 May 2023, Anna Petrášová wrote:

Could you show the exact commands and output? Are you sure it's not a typo?

Anna,

GRASS NSR_TaxLot/PERMANENT:~ > g.mapsets -p
Accessible mapsets:
PERMANENT
GRASS NSR_TaxLot/PERMANENT:~ > g.list type=vect
permit_area
GRASS NSR_TaxLot/PERMANENT:~ > g.proj -g georef=permit_area
ERROR 4: permit_area: No such file or directory
ERROR: Unable to read georeferenced file <permit_area> using GDAL library
GRASS NSR_TaxLot/PERMANENT:~ > v.info map=pernit_area
ERROR: Vector map <pernit_area> not found

g.list finds the vector file in the PERMANENT mapset so I expected to learn
details using g.proj and v.info.

Regards,

Rich

On Tue, May 2, 2023 at 11:22 AM Rich Shepard <rshepard@appl-ecosys.com> wrote:

On Tue, 2 May 2023, Anna Petrášová wrote:

Could you show the exact commands and output? Are you sure it’s not a typo?

Anna,

GRASS NSR_TaxLot/PERMANENT:~ > g.mapsets -p
Accessible mapsets:
PERMANENT
GRASS NSR_TaxLot/PERMANENT:~ > g.list type=vect
permit_area
GRASS NSR_TaxLot/PERMANENT:~ > g.proj -g georef=permit_area

georef doesn’t expect a GRASS map, but a georeferenced file.

ERROR 4: permit_area: No such file or directory
ERROR: Unable to read georeferenced file <permit_area> using GDAL library
GRASS NSR_TaxLot/PERMANENT:~ > v.info map=pernit_area
ERROR: Vector map <pernit_area> not found

it’s a typo

g.list finds the vector file in the PERMANENT mapset so I expected to learn
details using g.proj and v.info.

Regards,

Rich


grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Rich, perhaps you want to consider asking these questions on Gitter?
https://gitter.im/grassgis/community

I think it’s better suited for these questions.

On Tue, May 2, 2023 at 11:26 AM Anna Petrášová <kratochanna@gmail.com> wrote:

On Tue, May 2, 2023 at 11:22 AM Rich Shepard <rshepard@appl-ecosys.com> wrote:

On Tue, 2 May 2023, Anna Petrášová wrote:

Could you show the exact commands and output? Are you sure it’s not a typo?

Anna,

GRASS NSR_TaxLot/PERMANENT:~ > g.mapsets -p
Accessible mapsets:
PERMANENT
GRASS NSR_TaxLot/PERMANENT:~ > g.list type=vect
permit_area
GRASS NSR_TaxLot/PERMANENT:~ > g.proj -g georef=permit_area

georef doesn’t expect a GRASS map, but a georeferenced file.

ERROR 4: permit_area: No such file or directory
ERROR: Unable to read georeferenced file <permit_area> using GDAL library
GRASS NSR_TaxLot/PERMANENT:~ > v.info map=pernit_area
ERROR: Vector map <pernit_area> not found

it’s a typo

g.list finds the vector file in the PERMANENT mapset so I expected to learn
details using g.proj and v.info.

Regards,

Rich


grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

On Tue, 2 May 2023, Anna Petrášová wrote:

georef doesn't expect a GRASS map, but a georeferenced file.

Anna.

My misunderstanding. Thanks.

ERROR: Unable to read georeferenced file <permit_area> using GDAL library
GRASS NSR_TaxLot/PERMANENT:~ > v.info map=pernit_area
ERROR: Vector map <pernit_area> not found

it's a typo

Sigh. Missed it.

Thanks again,

Rich

On Tue, 2 May 2023, Anna Petrášová wrote:

Rich, perhaps you want to consider asking these questions on Gitter?
https://gitter.im/grassgis/community
I think it's better suited for these questions.

Anna,

Okay. I have a question about pulling from the github repo; my syntax is not
working. I'll get an account there and ask there because I didn't see the
answer in the grass wiki.

Regards,

Rich