Skip to content

Commit

Permalink
data updated.
Browse files Browse the repository at this point in the history
dependencies updated.
  • Loading branch information
muratgozel committed Jan 21, 2023
1 parent f18c898 commit 0462848
Show file tree
Hide file tree
Showing 21 changed files with 3,403 additions and 384 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/turkey-neighbourhoods.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .releaser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"versioningScheme": "semver",
"versioningPrefix": "",
"npmUpdatePackageVersion": true,
"npmPublishPackage": true,
"githubRelease": true,
"location": ".releaser.json",
"npmPublishPackageArgs": [],
"gitlabRelease": false,
"dockerBuildPath": ".",
"dockerBuildArgs": [],
"dockerPushArgs": []
}
2 changes: 1 addition & 1 deletion data/core/city_distances.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dataSizeReport.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"core": {
"index": 7936.58,
"city_distances": 61.09
"city_distances": 61.11
},
"extra": {
"neighbourhoods": 1787.68,
Expand Down
114 changes: 0 additions & 114 deletions dev/commit.js

This file was deleted.

49 changes: 0 additions & 49 deletions dev/generateBabelPolyfillReport.js

This file was deleted.

18 changes: 0 additions & 18 deletions dev/generateDistributionReport.js

This file was deleted.

2 changes: 1 addition & 1 deletion generators/core/cityDistances.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function sortCitiesByCode(citiesByCode) {

const cities = sortCitiesByCode(citiesByCode)

const workbook = XLSX.readFile('./storage/ilmesafe.xls')
const workbook = XLSX.readFile('./storage/ilmesafe.xlsx')
const worksheet = workbook.Sheets[workbook.SheetNames[0]]
const arr = XLSX.utils.sheet_to_json(worksheet)

Expand Down
Loading

0 comments on commit 0462848

Please sign in to comment.