cherry_blossoms
Stay organized with collections
Save and categorize content based on your preferences.
Historical phenological data for cherry tree flowering at Kyoto City.
This data was collected from diaries and chronicles dating back to the 9th
century. Data from the 9th to the 14th century were collected by Aono and Saito
(2010; International Journal of Biometeorology, 54, 211-219), while the 15th to
21st century were collected by Aono and Kazui (2008; International Journal of
Climatology, 28, 905-914).
All dates are expressed in the Gregorian calendar.
Number of instances: 1216
Variables:
- year: Year CE (int)
- doy: Day of year of first bloom. Day 89 is April 1. Day 119 is May 1.
(float)
- temp: March temperature estimate (float)
- temp_upper: Upper 95% bound for estimate (float)
- temp_lower: Lower 95% bound for estimate (float)
Split |
Examples |
'train' |
1,215 |
FeaturesDict({
'doy': float32,
'temp': float32,
'temp_lower': float32,
'temp_upper': float32,
'year': int32,
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
doy |
Tensor |
|
float32 |
|
temp |
Tensor |
|
float32 |
|
temp_lower |
Tensor |
|
float32 |
|
temp_upper |
Tensor |
|
float32 |
|
year |
Tensor |
|
int32 |
|
@ONLINE {
author = "Aono, Yasuyuki",
title = "Historical Series of Phenological data for Cherry Tree Flowering at Kyoto City (and March Mean Temperature Reconstructions)",
year = "2012",
url = "http://atmenv.envi.osakafu-u.ac.jp/aono/kyophenotemp4/"
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-11-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-11-23 UTC."],[],[],null,["# cherry_blossoms\n\n\u003cbr /\u003e\n\n- **Description**:\n\nHistorical phenological data for cherry tree flowering at Kyoto City.\n\nThis data was collected from diaries and chronicles dating back to the 9th\ncentury. Data from the 9th to the 14th century were collected by Aono and Saito\n(2010; International Journal of Biometeorology, 54, 211-219), while the 15th to\n21st century were collected by Aono and Kazui (2008; International Journal of\nClimatology, 28, 905-914).\n\nAll dates are expressed in the Gregorian calendar.\n\nNumber of instances: 1216\n\nVariables:\n\n1. year: Year CE (int)\n2. doy: Day of year of first bloom. Day 89 is April 1. Day 119 is May 1. (float)\n3. temp: March temperature estimate (float)\n4. temp_upper: Upper 95% bound for estimate (float)\n5. temp_lower: Lower 95% bound for estimate (float)\n\n- **Homepage** :\n \u003chttp://atmenv.envi.osakafu-u.ac.jp/aono/kyophenotemp4/\u003e\n\n- **Source code** :\n [`tfds.structured.cherry_blossoms.CherryBlossoms`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/structured/cherry_blossoms/cherry_blossoms.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `26.90 KiB`\n\n- **Dataset size** : `119.84 KiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 1,215 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'doy': float32,\n 'temp': float32,\n 'temp_lower': float32,\n 'temp_upper': float32,\n 'year': int32,\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|------------|--------------|-------|---------|-------------|\n| | FeaturesDict | | | |\n| doy | Tensor | | float32 | |\n| temp | Tensor | | float32 | |\n| temp_lower | Tensor | | float32 | |\n| temp_upper | Tensor | | float32 | |\n| year | Tensor | | int32 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @ONLINE {\n author = \"Aono, Yasuyuki\",\n title = \"Historical Series of Phenological data for Cherry Tree Flowering at Kyoto City (and March Mean Temperature Reconstructions)\",\n year = \"2012\",\n url = \"http://atmenv.envi.osakafu-u.ac.jp/aono/kyophenotemp4/\"\n }"]]