Project

General

Profile

Actions

Bug #985

closed

Miscelaneous EcoArt Questions

Added by Gabriel Farrell over 21 years ago. Updated over 19 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
misc
Target version:
Start date:
02/11/2003
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
985

Description

This is a bucket for issues relating to the EcoArt data.

------------
In the alliance description field, there is some special syntax around
scientific names "~Scientific Name/$" ... do we store as is. What about
presentation? Should these characters be mapped into quotes or italize the text
between the special characters ???

e.g. This alliance includes planted stands of ~Pinus virginiana\$ with little
.... etc.
------------

CAVE and COMPLEX rows for all the community levels exist. They are being
incorrectly handled by the code right now and no specifications exist as to how
to handle them correctly.



Related issues

Is duplicate of VegBank - Bug #986: Miscelaneous EcoArt QuestionsClosedMichael Lee02/12/2003

Actions
Actions #1

Updated by Gabriel Farrell over 21 years ago

  • Bug 986 has been marked as a duplicate of this bug. ***
Actions #2

Updated by Gabriel Farrell over 21 years ago

The commconcept.commdescription field is 5000 chars long and it is being
populated by an Access Memo field ( < 64,000 char ) ....

only a tiny percentage of fields are giving trouble so I am unsure of what to do

a) Increase this field until we have no errors.
b) Increase this field up to the access max.
c) Truncate the field at some appropriate lenght.
d) a) and c)

The easiest is 'b)' but I am uncomfortable with this for some unknown reason.

Actions #3

Updated by Michael Lee over 21 years ago

regarding comment #2, we should probably just make the field a "text" field,
like these, rather than a varchar field. This makes it an unlimited length
character string in PostGreSQL, whereas Access can handle ~2Million if entered
programatically, I think. So I think we're OK on both sides as far as length
goes.

commClass.classNotes text,
commInterpretation.notes text,
coverIndex.indexDescription text,
disturbanceObs.disturbanceComment text,

Actions #4

Updated by Gabriel Farrell over 21 years ago

comment #3 solves comment #2
Postgesql Text is the data type we want here and in other places mentioned. I
overlooked this type in the postgresql documentation.

Actions #5

Updated by Michael Lee over 19 years ago

This is here so that we know to deal with <i> and </i> in incoming natureserve
data. Leaving these alone will NOT result in italizing text in our display, at
least not without some alterations to our displaying features.

Actions #6

Updated by Michael Lee over 19 years ago

EcoArt is fine the way it is. We'll try to match new comms to current ones when
NatureServe gets their data to us.

Actions #7

Updated by Michael Lee over 19 years ago

changed from components that are to be deleted to "misc" so that bugs don't get
deleted with component. Sorry for all the email.

Actions #8

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 985

Actions

Also available in: Atom PDF