Opened 7 years ago

Last modified 6 years ago

#3289 new defect

Setting delete_empty=True register_map_object_list() when using vector map ends up in crashing

Reported by: lrntct Owned by: grass-dev@…
Priority: normal Milestone: 7.2.4
Component: Temporal Version: 7.2.0
Keywords: stvds register Cc:
CPU: x86-64 Platform: Linux

Description

When trying to register a list of VectorDataset objects in a STVDS using register_map_object_list(delete_empty=True), it ends up with the following error:

  File "/usr/lib/grass72/etc/python/grass/temporal/register.py", line
480, in register_map_object_list
    if map_layer.metadata.get_min() is None and \
AttributeError: 'VectorMetadata' object has no attribute 'get_min'

A minimum working example is attached.

Attachments (1)

register_test.py (1.6 KB ) - added by lrntct 7 years ago.

Download all attachments as: .zip

Change History (6)

by lrntct, 7 years ago

Attachment: register_test.py added

comment:1 by martinl, 7 years ago

Milestone: 7.2.17.2.2

comment:2 by neteler, 7 years ago

Milestone: 7.2.27.2.3

Ticket retargeted after milestone closed

comment:3 by veroandreo, 6 years ago

is this still an issue?

comment:4 by martinl, 6 years ago

Milestone: 7.2.3

Ticket retargeted after milestone closed

comment:5 by martinl, 6 years ago

Milestone: 7.2.4
Note: See TracTickets for help on using tickets.