Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DZDConnectPipeline
Cast City Spatial
Commits
c2a084d0
Commit
c2a084d0
authored
May 25, 2022
by
Yaroslav Zdravomyslov
Browse files
wip
parent
a1104fe0
Pipeline
#2030
passed with stage
in 22 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CAST-CITY-SPITAL/main.py
View file @
c2a084d0
from
py2neo
import
Graph
,
NodeMatcher
from
py2neo.integration
import
Table
from
py2neo
import
Graph
from
Configs
import
getConfig
from
config
import
DEFAULT
from
DZDutils.neo4j
import
run_periodic_iterate
...
...
@@ -7,7 +6,8 @@ from DZDutils.neo4j import run_periodic_iterate
config
:
DEFAULT
=
getConfig
()
def
cast_city_coords
():
def
cast_city_coords
()
->
None
:
"""convert geo property into neo4j spital type"""
neo4j_graph
:
Graph
=
Graph
(
**
config
.
NEO4J
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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