Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
wikidata-lib
Commits
0395fcbc
Commit
0395fcbc
authored
May 22, 2019
by
Tobias Steiner
Browse files
Encode as geohash
parent
2bda6c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wiki-normalizer.ts
View file @
0395fcbc
...
...
@@ -4,7 +4,7 @@ import {Transform} from 'stream';
import
{
LoggerInstance
}
from
'
winston
'
;
import
{
BootstrapWikidata
}
from
'
./bootstrap-wikidata
'
;
import
toDateObject
from
'
./wikidata_time_to_date_object
'
;
import
geohash
from
'
ngeohash
'
;
import
*
as
geohash
from
'
ngeohash
'
;
class
WikiNormalizer
extends
Transform
{
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment