ropensci / c14bazAAR

R Package - Download and Prepare C14 Dates from Different Source Databases
https://docs.ropensci.org/c14bazAAR
GNU General Public License v2.0
30 stars 12 forks source link

New Parser for MedAfriCarbon & Jomon Databases #95

Closed dirkseidensticker closed 4 years ago

dirkseidensticker commented 4 years ago

Created new parsers for MedAfriCarbon & Crema Jomon Japan datasets (see #2 ).

Known Issues:

@nevrome : Any suggestion how to improve this?

codecov-io commented 4 years ago

Codecov Report

Merging #95 into master will increase coverage by 0.31%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   95.18%   95.49%   +0.31%     
==========================================
  Files          32       34       +2     
  Lines        1434     1533      +99     
==========================================
+ Hits         1365     1464      +99     
  Misses         69       69
Impacted Files Coverage Δ
R/get_pacea.R 100% <ø> (ø) :arrow_up:
R/get_medafricarbon.R 100% <100%> (ø)
R/get_c14data.R 76.19% <100%> (+0.78%) :arrow_up:
R/get_jomon.R 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 334c0e9...fb6362f. Read the comment docs.

nevrome commented 4 years ago

The Japanese characters look fine for me. At least as far as I can judge :smile:. Maybe a problem with your system? image It's ok if there are no coordinates. We already have other databases without these. Maybe @ercrema wants to comment this?

nevrome commented 4 years ago

Concerning the thesaurification: The reference tables are always downloaded from the master branch. Ceramic Organic Residue is in here, but not in here yet. This is a constant source of confusion and I'm more and more convinced that we have to find a better solution for this.

dirkseidensticker commented 4 years ago

Concerning the thesaurification: The reference tables are always downloaded from the master branch. Ceramic Organic Residue is in here, but not in here yet. This is a constant source of confusion and I'm more and more convinced that we have to find a better solution for this.

Arg, damn ... you are so right ... okay

But ... please wait a second: please take a look at #96 ... there it seems the country_thesaurus is not respected either

dirkseidensticker commented 4 years ago

The Japanese characters look fine for me. At least as far as I can judge 😄. Maybe a problem with your system? image It's ok if there are no coordinates. We already have other databases without these. Maybe @ercrema wants to comment this?

Screenshot 2020-03-24 15 11 54

Okay, actually same here, if I print into the console. But I always checked using View() and that only returns UTF-8 codes. But so this isn't an issue on our side 👍

dirkseidensticker commented 4 years ago

thanks for b282e40 ... I need to up my dplyr-game for sure

ercrema commented 4 years ago

The Japanese look fine - coordinates are a bit of nightmare for various reasons. We are working on a larger dataset which will have some coordinates but this is still work in progress. Thanks for adding both datasets on your package btw!

dirkseidensticker commented 4 years ago

a62bb76 adds variables missed in the initial parser and lists the unused variable in the reference list.

@nevrome please test if still functional, after that I can resolve merge conflicts & merge

nevrome commented 4 years ago

Great! Works fine. Go ahead!

dirkseidensticker commented 4 years ago

The Japanese look fine - coordinates are a bit of nightmare for various reasons. We are working on a larger dataset which will have some coordinates but this is still work in progress. Thanks for adding both datasets on your package btw!

@ercrema many thanks for your explanations. Looking forward to future data ;)