Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianst85 committed Jun 12, 2021
1 parent c5324f3 commit 449c9dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.17.9 (2021-06-12)

- updated coordinates for Akademik Lomonosov-1 and 2;
- updated or corrected reactor names to match the naming from PRIS or with the one used by WNA where PRIS data is not yet available;
- updated status for Changjiang SMR-1 from Under Construction to Planned (WNA).

## 0.17.8 (2021-05-30)

- added reactors planned or under construction in China (Xudabao-1, Xudabao-2, Xudabao-3, Xudabao-4, Tianwan-7, Tianwan-8, Changjiang-4, Changjiang SMR-1, Changjiang SMR-2, Bohai Shipyard FNPP, Jiaodong Shipyard FNPP, and Shanwei-2);
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains a database with information about Nuclear Power Plants
### Version

Database version: **0.17.0** (**2020/04/19**)
Dataset last updated in version: **0.17.8** (**2021/05/30**)
Dataset last updated in version: **0.17.9** (**2021/06/12**)

### Changelog

Expand All @@ -20,8 +20,8 @@ Data is available in multiple formats (MySQL, JSON, and CSV).
|**Status** |**Count**|
|----------------------|--------:|
|Unknown | 1|
|Planned | 91|
|Under Construction | 58|
|Planned | 92|
|Under Construction | 57|
|Operational | 443|
|Shutdown | 193|
|Suspended Construction| 6|
Expand Down Expand Up @@ -78,7 +78,6 @@ _Reactors Under Construction_
- In addition to the list of reactors under construction from the PRIS database, the GeoNuclearData database also contains the following reactors (as in WNA's database):
- CAP1400-1 ([Shidaowan 1](https://www.world-nuclear.org/reactor/default.aspx/SHIDAOWAN-1));
- CAP1400-1 ([Shidaowan 2](https://www.world-nuclear.org/reactor/default.aspx/SHIDAOWAN-2));
- [Changjiang SMR-1](https://www.world-nuclear.org/reactor/default.aspx/CHANGJIANG%20SMR);
- Xiapu-2 ([Xiapu 2](https://www.world-nuclear.org/reactor/default.aspx/XIAPU-2));
- Xudabao-3 ([Xudabao 3](https://www.world-nuclear.org/reactor/default.aspx/XUDABAO-3));
- Tianwan-7 ([Tianwan 7](https://www.world-nuclear.org/reactor/default.aspx/TIANWAN-7)).
Expand Down
2 changes: 1 addition & 1 deletion data/mysql/4-nuclear_power_plants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CREATE TABLE `nuclear_power_plants` (
CONSTRAINT `fk_nuclear_power_plants_countries_code` FOREIGN KEY (`country_code`) REFERENCES `countries` (`code`),
CONSTRAINT `fk_nuclear_power_plants_nuclear_reactor_type_id` FOREIGN KEY (`reactor_type_id`) REFERENCES `nuclear_reactor_type` (`id`),
CONSTRAINT `fk_nuclear_power_plants_status_type_id` FOREIGN KEY (`status_id`) REFERENCES `nuclear_power_plant_status_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=815 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='GeoNuclearData\r\n\r\n# https://github.com/cristianst85/GeoNuclearData\r\n\r\nVERSION\r\n\r\n# Database version: 0.17.0 (2020/04/19)\r\n# Dataset last updated in version: 0.17.8 (2021/05/30)\r\n\r\nCHANGELOG\r\n\r\n# For full changelog see:\r\n# https://github.com/cristianst85/GeoNuclearData/blob/master/CHANGELOG.md\r\n\r\nLICENSE\r\n\r\n# Copyright (C) 2015-2021, Cristian Stoica.\r\n#\r\n# The GeoNuclearData database is made available under the\r\n# Open Database License whose full text can be found at\r\n# https://opendatacommons.org/licenses/odbl/1.0/.\r\n#\r\n# Any rights in individual contents of the database are licensed\r\n# under the Database Contents License whose full text can be\r\n# found at https://opendatacommons.org/licenses/dbcl/1.0/. \r\n\r\n';
) ENGINE=InnoDB AUTO_INCREMENT=815 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='GeoNuclearData\r\n\r\n# https://github.com/cristianst85/GeoNuclearData\r\n\r\nVERSION\r\n\r\n# Database version: 0.17.0 (2020/04/19)\r\n# Dataset last updated in version: 0.17.9 (2021/06/12)\r\n\r\nCHANGELOG\r\n\r\n# For full changelog see:\r\n# https://github.com/cristianst85/GeoNuclearData/blob/master/CHANGELOG.md\r\n\r\nLICENSE\r\n\r\n# Copyright (C) 2015-2021, Cristian Stoica.\r\n#\r\n# The GeoNuclearData database is made available under the\r\n# Open Database License whose full text can be found at\r\n# https://opendatacommons.org/licenses/odbl/1.0/.\r\n#\r\n# Any rights in individual contents of the database are licensed\r\n# under the Database Contents License whose full text can be\r\n# found at https://opendatacommons.org/licenses/dbcl/1.0/. \r\n\r\n';

-- ----------------------------
-- Records of nuclear_power_plants
Expand Down

0 comments on commit 449c9dd

Please sign in to comment.