archiveType in Series (and by extension, GeoSeries) is now an open field and is not overwritten when not in the controlled vocabulary. users can do so by setting control_archiveType to True. In this case, there is an attempt to guess based on capitalization and known synonyms from the lipdverse vocabulary. If can't make a guess, errors out
Changed the global plotting dictionary for mapping using LiPD archive types. If not standardized, will use "other" for plotting.
This pull request addresses issue #421.
archiveType
in Series (and by extension, GeoSeries) is now an open field and is not overwritten when not in the controlled vocabulary. users can do so by settingcontrol_archiveType
to True. In this case, there is an attempt to guess based on capitalization and known synonyms from the lipdverse vocabulary. If can't make a guess, errors out