Skip to content

Commit

Permalink
added dataset
Browse files Browse the repository at this point in the history
- added Emergency Observation Data for 2024 Sea of Japan EQ
  • Loading branch information
samapriya committed Jan 7, 2024
1 parent 5998643 commit 6b02796
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
10 changes: 10 additions & 0 deletions community_datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14937,6 +14937,16 @@
"tags": "Sensor-Independent, Leaf Area Index (LAI), Fraction of Photosynthetically Active Radiation (FPAR), Climate Dataset Record (CDR)",
"license": "Creative Commons Attribution Share Alike 4.0 International"
},
{
"title": "Emergency Observation Data for the 2024 Sea of Japan Earthquake",
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:global-events-layers/SEA-OF-JAPAN-EQ-2024",
"type": "image_collection",
"id": "projects/sat-io/open-datasets/disaster/japan-earthquake-2024_ALOS",
"provider": "Japan Aerospace Exploration Agency (JAXA)",
"tags": "Emergency Data, ALOS, JAPAN, Earthquake",
"license": "custom",
"license_text": "This publicly released data is intended for non-commercial purposes, including government and local authority use, as well as research by universities"
},
{
"title": "USGS Historical Topo maps 1:24000 map index",
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:analysis-ready-data/USGS-TOPO-RENDER",
Expand Down
12 changes: 7 additions & 5 deletions docs/projects/japan_eq2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sea of Japan Earthquake 2024
# Emergency Observation Data for the 2024 Sea of Japan Earthquake

The 2024 Sea of Japan earthquake occurred on January 1, 2024, after 4:00 PM (Japan time), resulting in significant damage,
including building collapses, landslides, and fires at various locations. In response to requests from domestic disaster
Expand All @@ -10,13 +10,15 @@ government and local authority use, as well as research by universities.
#### Dataset preprocessing
Additional metadata was added to the images in the collection. Field names such as system:time_start and system:time_end were added to make the collection filterable in Google Earth Engine. Custom code was written for ingest into Google Earth Engine and a no data value of 0 was used for masking.

![jp_eq_2024](https://github.com/samapriya/awesome-gee-community-datasets/assets/6677629/4e60eb7a-8fe1-411e-9e91-0ab988fe9936)

#### Earth Engine Snippet

```js
var notoPeninsula = ee.ImageCollection("projects/sat-io/open-datasets/disaster/japan-earthquake-2024_ALOS");
```

Sample Code: https://code.earthengine.google.com/064e9b1763890269f97d133939a95302
Sample Code: https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:global-events-layers/SEA-OF-JAPAN-EQ-2024

#### License

Expand All @@ -25,10 +27,8 @@ research by universities.

- CC-BY-NC-4.0
- CC-BY-NC-SA-4.0

Provided by: Japan Aerospace Exploration Agency (JAXA)

Title: Emergency Observation Data for the 2024 Sea of Japan Earthquake
Provided by: Japan Aerospace Exploration Agency (JAXA)

Year: 2024

Expand All @@ -38,4 +38,6 @@ For citation details, please refer to the above URL

Curated in GEE by Samapriya Roy and Keiko Nomura

Keywords: Emergency Data, ALOS, JAPAN, Earthquake

Last updated on: 2024-01-06
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ nav:
- RADD Forest Disturbance Alert: projects/radd.md
- Geocoded Disasters (GDIS) Dataset (1960 – 2018): projects/gdis.md
- USGS Global Earthquake dataset: projects/global_earthquakes.md
- Emergency Observation Data for the 2024 Sea of Japan Earthquake: projects/japan_eq2024.md
- Fire Monitoring and Analysis:
- CEMS Fire Danger Indices: projects/cems_fire.md
- Wildfire Risk to Communities (WRC): projects/wrc.md
Expand Down

0 comments on commit 6b02796

Please sign in to comment.