Open Dataset
Data Structure ?
4.01M
Data Structure ?
*The above analysis is the result extracted and analyzed by the system, and the specific actual data shall prevail.
README.md
[メテオライト学会](http://www.meteoriticalsociety.org/)は、宇宙空間から地球に落下した隕石に関するデータを収集しています。このデータセットには、地球に衝突した45,000を超える隕石の位置、質量、組成、落下年が含まれています。
**欠損または誤ったデータポイントに関する注意事項**:
- ここにあるいくつかのエントリには、NASAデータベースに誤って解析された日付情報が含まれています。簡易チェックとして、西暦860年以前または2016年以降の日付は誤っています。これらは実際には紀元前の年になるはずです。他にも誤りがある可能性があり、私たちはそれらを特定する方法を探しています。
- いくつかのエントリでは、緯度と経度が北緯0度/東経0度(アフリカの西海岸沖。ここで隕石を回収することは非常に困難です)になっています。これらの多くは実際には南極大陸で発見されたものですが、正確な座標は記載されていません。北緯0度/東経0度の位置はおそらく欠損値(NA)として扱うべきです。
このデータセットの[スターターカーネル]()には、Rのdplyrを使用してこれらの観測値を簡単にフィルタリングする方法が記載されています。便宜上、ここに記載します:
meteorites.geo <- meteorites.all %>%
filter(year>=860 & year<=2016) %>% # 不適切な年をフィルタリング
filter(reclong<=180 & reclong>=-180 & (reclat!=0 | reclong!=0)) # 不適切な位置をフィルタリング
## データについて
いくつかの列名が「rec」で始まっていることに注意してください(例:recclass、reclat、reclon)。これらは、メテオライト学会によるこれらの変数の*推奨*値です。場合によっては、隕石の歴史的な再分類や、回収場所のデータに小さな変更があります。このデータセットには現在推奨されている値が記載されています。
このデータセットには以下の変数が含まれています:
- **name**:隕石の名前(通常は場所名で、多くの場合、番号、年、組成などが付けられます)
- **id**:隕石の一意の識別子
- **nametype**:以下のいずれか:
-- *valid*:典型的な隕石
-- *relict*:地球上の天候によって高度に劣化した隕石
- **recclass**:隕石の分類;物理的、化学的、その他の特性に基づく多数の分類のいずれか(隕石の分類についてのウィキペディア記事[隕石の分類](https://en.wikipedia.org/wiki/Meteorite_classification)を参照してください)
- **mass**:隕石の質量(グラム)
- **fall**:隕石が落下するのを目撃されたか、衝突後に発見されたか;以下のいずれか:
-- *Fell*:隕石の落下が観測された
-- *Found*:隕石の落下が観測されなかった
- **year**:隕石が落下した年、または発見された年(**fell**の値によって異なります)
- **reclat**:隕石の落下地点の緯度
- **reclong**:隕石の落下地点の経度
- **GeoLocation**:**reclat**と**reclong**を組み合わせた括弧で囲まれた、カンマ区切りのタプル
## このデータを使って何ができるか?
このデータについて考えるべき質問や見方の例をいくつか挙げます:
- 目撃された落下隕石の地理的分布と発見された隕石の地理的分布はどのように異なっていますか?
-- これは、地図に重ねて表示したり、高解像度の人口密度マップと並べて表示すると良いでしょう。
- 地球に落下した隕石の分類に、地理的な違いや時間的な違いはありますか?
## 謝辞
このデータセットは[NASAのデータポータル](https://data.nasa.gov/Space-Science/Meteorite-Landings/gh4g-9sfh)からダウンロードされたもので、メテオライト学会の[メテオライトブレティンデータベース](http://www.lpi.usra.edu/meteor/index.php)に基づいています(この後者のデータベースには、隕石の画像や一次資料へのリンクなどの追加情報が提供されています)。
×
The dataset is currently being organized and other channels have been prepared for you. Please use them
The dataset is currently being organized and other channels have been prepared for you. Please use them
Note: Some data is currently being processed and cannot be directly downloaded. We kindly ask for your understanding and support.
No content available at the moment
No content available at the moment
- Share your thoughts
Go share your ideas~~
ALL
Welcome to exchange and share
Your sharing can help others better utilize data.
Data usage instructions: h1>
I. Data Source and Display Explanation:
- 1. The data originates from internet data collection or provided by service providers, and this platform offers users the ability to view and browse datasets.
- 2. This platform serves only as a basic information display for datasets, including but not limited to image, text, video, and audio file types.
- 3. Basic dataset information comes from the original data source or the information provided by the data provider. If there are discrepancies in the dataset description, please refer to the original data source or service provider's address.
II. Ownership Explanation:
- 1. All datasets on this site are copyrighted by their original publishers or data providers.
III. Data Reposting Explanation:
- 1. If you need to repost data from this site, please retain the original data source URL and related copyright notices.
IV. Infringement and Handling Explanation:
- 1. If any data on this site involves infringement, please contact us promptly, and we will arrange for the data to be taken offline.
- 1. The data originates from internet data collection or provided by service providers, and this platform offers users the ability to view and browse datasets.
- 2. This platform serves only as a basic information display for datasets, including but not limited to image, text, video, and audio file types.
- 3. Basic dataset information comes from the original data source or the information provided by the data provider. If there are discrepancies in the dataset description, please refer to the original data source or service provider's address.
- 1. All datasets on this site are copyrighted by their original publishers or data providers.
- 1. If you need to repost data from this site, please retain the original data source URL and related copyright notices.
- 1. If any data on this site involves infringement, please contact us promptly, and we will arrange for the data to be taken offline.