Skip to content

Commit

Permalink
(chore): Export JSON, CSV, XML & YAML files (dr5hn#701)
Browse files Browse the repository at this point in the history
Co-authored-by: dr5hn <[email protected]>
  • Loading branch information
github-actions[bot] and dr5hn authored Sep 27, 2023
1 parent dc6b395 commit 85a88a2
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion countries+states+cities.json
Original file line number Diff line number Diff line change
Expand Up @@ -439019,7 +439019,7 @@
{
"id": 3473,
"name": "Ciudad de México",
"state_code": "CDMX",
"state_code": "CMX",
"latitude": "19.43260770",
"longitude": "-99.13320800",
"type": "federal district",
Expand Down
2 changes: 1 addition & 1 deletion countries+states.json
Original file line number Diff line number Diff line change
Expand Up @@ -27821,7 +27821,7 @@
{
"id": 3473,
"name": "Ciudad de México",
"state_code": "CDMX",
"state_code": "CMX",
"latitude": "19.43260770",
"longitude": "-99.13320800",
"type": "federal district"
Expand Down
2 changes: 1 addition & 1 deletion csv/states.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2542,7 +2542,7 @@ id,name,country_id,country_code,country_name,state_code,type,latitude,longitude
3475,Campeche,142,MX,Mexico,CAM,state,19.83012510,-90.53490870
3451,Chiapas,142,MX,Mexico,CHP,state,16.75693180,-93.12923530
3447,Chihuahua,142,MX,Mexico,CHH,state,28.63299570,-106.06910040
3473,"Ciudad de México",142,MX,Mexico,CDMX,"federal district",19.43260770,-99.13320800
3473,"Ciudad de México",142,MX,Mexico,CMX,"federal district",19.43260770,-99.13320800
3471,"Coahuila de Zaragoza",142,MX,Mexico,COA,state,27.05867600,-101.70682940
3472,Colima,142,MX,Mexico,COL,state,19.24523420,-103.72408680
3453,Durango,142,MX,Mexico,DUR,state,37.27528000,-107.88006670
Expand Down
2 changes: 1 addition & 1 deletion sql/cities.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ INSERT INTO `cities` VALUES (147442,'Barwar (Lakhimpur Kheri)',4022,'UP',101,'IN
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-09-21 7:29:35
-- Dump completed on 2023-09-27 6:58:21
2 changes: 1 addition & 1 deletion sql/countries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ INSERT INTO `countries` VALUES (1,'Afghanistan','AFG','004','AF','93','Kabul','A
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-09-21 7:29:35
-- Dump completed on 2023-09-27 6:58:20
2 changes: 1 addition & 1 deletion sql/regions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ INSERT INTO `regions` VALUES (1,'Africa','{\"kr\":\"아프리카\",\"pt-BR\":\"
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-09-21 7:29:35
-- Dump completed on 2023-09-27 6:58:20
4 changes: 2 additions & 2 deletions sql/states.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sql/subregions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ INSERT INTO `subregions` VALUES (1,'Northern Africa','{\"korean\":\"북아프리
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-09-21 7:29:35
-- Dump completed on 2023-09-27 6:58:20
Loading

0 comments on commit 85a88a2

Please sign in to comment.