SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

GAIA DR3 radial velocities ingest #253

Closed SherelynA closed 7 months ago

SherelynA commented 2 years ago

Closes #249

kelle commented 2 years ago

To address unicode issue, try using the normalize function in the ingest_sources function in ingest_utils from unicodedata import normalize and then on line 95, add source = normalize('NFKC', source)

I don't have your XML file so I cant test it.

[edited to use NFKC instead of NFKD]

SherelynA commented 1 year ago

@kelle I thought this ingest was done, is there a reason that it was never merged? I am assuming it may have had something to do with the JSON files, so it was labeled as low priority.

kelle commented 9 months ago

I will try to finish this up.

kelle commented 7 months ago

Scripts added in #475 and new issue for Gaia radial velocities: #476