Opened 10 years ago
Closed 9 years ago
#917 closed defect (invalid)
Deleting coverage from petascope fails
Reported by: | Dimitar Misev | Owned by: | Alex Dumitru |
---|---|---|---|
Priority: | major | Milestone: | 9.1 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Vlad Merticariu, Piero Campalani | |
Complexity: | Medium |
Description
petascopedb=# delete from ps_coverage where name = 'alcala_de_henares_1'; ERROR: query returned no rows CONTEXT: PL/pgSQL function select_field(text,text,anyelement,text) line 14 at EXECUTE statement PL/pgSQL function drop_quantity(integer) line 54 at assignment SQL statement "SELECT drop_quantity(OLD.field_id)" PL/pgSQL function range_component_drop() line 28 at PERFORM
The attached file was imported with:
rasimport -f alcala-de-henares-1-v2.jp2 --coll alcala_de_henares_1 -t RGBImage:RGBSet --crs-uri "%SECORE_URL%/crs/OGC/0/Index2D" --coverage-name alcala_de_henares_1
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | alcala-de-henares-1-v2.jp2 added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Hey Dimitar,
It seems the range-type is broken.
Does that happen only with that coverage?
What do you get with this:
petascopedb=# SELECT * FROM getRangeType('alcala_de_henares_1');
comment:3 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Piero I added you, maybe you have a quick idea where the issue is