i musta done something to where now multiple datasets give me this error...??
v.digit map=placept2
GRASS_INFO_ERROR(13271,1): Cannot open old vector placept2@PERMANENT on level 2
i musta done something to where now multiple datasets give me this error...??
v.digit map=placept2
GRASS_INFO_ERROR(13271,1): Cannot open old vector placept2@PERMANENT on level 2
From: "M S" <mseibel@gmail.com>
i musta done something to where now multiple datasets give me this
error...??v.digit map=placept2
GRASS_INFO_ERROR(13271,1): Cannot open old vector placept2@PERMANENT on level 2
is that file indeed an old grass vector file?
then v.convert
what does v.info say?
Maciek
Has this thread been answered somewhere? I have te same problem.
This is what v.info says (testvectdigit is a testfile made with v.digit):
+----------------------------------------------------------------------------+
| Layer: testvectdigit Organization: |
| Mapset: PERMANENT Source Date: |
| Location: my_location Name of creator: |
| Database: my_GrassDB |
| Title: |
| Map Scale: 1:1 |
| Map format: native |
|----------------------------------------------------------------------------|
| Type of Map: Vector (level: 2) |
| |
| Number of points: 0 Number of areas: 0 |
| Number of lines: 0 Number of islands: 0 |
| Number of boundaries: 2 Number of faces: 0 |
| Number of centroids: 3 Number of kernels: 0 |
| |
| Map is 3D: 0 |
| Number of dblinks: 0 |
| |
| Projection: x,y (zone 0) |
| N: -1832.973 S: -2383.698 |
| E: -9283.971 W: -9795.358 |
| B: 0.000 T: 0.000 |
| |
| Digitize threshold: 0.00000 |
| Comments: |
| |
+----------------------------------------------------------------------------+
v.convert doesn't seem to work?
v.convert input=testvectdigit output=testvectdigit2
ERROR: Input vector was not found. -> but the file does exist (g.list vect gives the file and I can also visualise it with d.vect)???
Ellen
Maciek Sieczka wrote:
From: "M S" <mseibel@gmail.com>
i musta done something to where now multiple datasets give me this
error...??v.digit map=placept2
GRASS_INFO_ERROR(13271,1): Cannot open old vector placept2@PERMANENT on level 2
is that file indeed an old grass vector file?
then v.convertwhat does v.info say?
Maciek
Ellen,
Please write exactly what your problem is, what error message you get. I
can't find any error message in your post.
Regarding mseibel's original post - his problem was:
GRASS_INFO_ERROR(13271,1): Cannot open old vector placept2@PERMANENT
on level 2
That's why I asked him to try v.convert on his file, assuming his file could be indeed an *old* (i.e. from Grass 5.4 or older) Grass vector file.
You wrote:
v.convert doesn't seem to work?
v.convert input=testvectdigit output=testvectdigit2
ERROR: Input vector was not found. -> but the file does exist (g.list
vect gives the file and I can also visualise it with d.vect)???
And why are you running v.convert on your file? v.convert is only for importing *old* Grass vector files into *new* Grass vector files (i.e. in Grass 5.7 or newer).
Maciek