Skip to content

Commit

Permalink
Trata novo locality do IPT fauna
Browse files Browse the repository at this point in the history
Closes #83
  • Loading branch information
Phenome committed Sep 5, 2024
1 parent 02c265d commit 5d20613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fauna.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export const processaFauna = (dwcJson: FaunaJson): FaunaJson => {
taxon.distribution = {
origin: distribution[0]?.establishmentMeans,
occurrence: distribution[0]?.locality
?.split(';')
.map((l) => `BR-${l}`),
?.split(';'),
countryCode: distribution[0]?.countryCode?.split(';')
}
}
Expand Down

0 comments on commit 5d20613

Please sign in to comment.