Skip to content

Commit

Permalink
Update srsbuild.py
Browse files Browse the repository at this point in the history
  • Loading branch information
situx authored Nov 6, 2024
1 parent b2abee4 commit 9fbdc6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/srsbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
dirname = os.path.dirname(__file__)
abspath = os.path.join(dirname, '../csv/class/')



directory = os.fsencode(abspath)

for file in os.listdir(directory):
Expand Down Expand Up @@ -136,7 +134,7 @@
print(len(g))
for item in exont:
exont[item].serialize(destination=item+".ttl")
gcore.serialize(destination="index.ttl")
gcore.serialize(destination="core/index.ttl")

g=Graph()
g.bind("ign","http://data.ign.fr/def/ignf#")
Expand Down

0 comments on commit 9fbdc6e

Please sign in to comment.