Duan-lang-dev/moonecoguard/darwincore does not have a README file
pub(all) struct Dataset {
occurrences : Array[OccurrenceRecord]
events : Array[SamplingEvent]
locations : Array[LocationRecord]
measurements : Array[MeasurementOrFact]
} derive(Eq, Debug)pub(all) struct OccurrenceRecord {
occurrence_id : String
event_id : String?
scientific_name : String
vernacular_name : String?
kingdom : String?
phylum : String?
class_name : String?
order_name : String?
family : String?
genus : String?
specific_epithet : String?
taxon_rank : String?
event_date : String?
individual_count : Int?
coordinate : Coordinate
locality : String?
observer : String?
observer_contact : String?
basis_of_record : String?
occurrence_status : String?
remarks : String?
} derive(Eq, Debug)fn occurrence(occurrence_id : String, scientific_name : String, latitude? : Double, longitude? : Double, event_date? : String, event_id? : String, vernacular_name? : String, individual_count? : Int) -> OccurrenceRecordPure MoonBit toolkit for Darwin Core biodiversity data validation, standardization, statistics and sensitive coordinate protection