astrodbtoolkit / astrodbtoolkit/AstrodbKit
Check for unicode minus signs
- 主要言語
- Python
- スター
- 12
- フォーク
- 5
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
A common challenge with source and alt names is that they include a unicode minus sign. Consider sanitizing source and other_names to replace the unicode with `-`.
`source_string.replace("\u2212", "-")`
Could be relevant for source names and/or JSON file creation.
Also going to make this modification on astrodb_utils for the `ingest_source` and `ingest_name`functions. https://github.com/astrodbtoolkit/astrodb_utils/issues/109
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず astrodb_utils issue 109 と、ここで言及されているエントリポイント ingest_source および ingest_name を確認します。source と other_names が JSON の作成に至るまでを追跡し、その後、どの経路で Unicode のマイナス記号の置換が必要かを確認します。完了とは、関連する source と name の値が一貫して '-' を使用することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data, database
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100