Skip to content

Commit

Permalink
draft implementation for uploading dataset to MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
gitstart-nimhdsst committed Aug 1, 2024
1 parent 73f5834 commit 4378d68
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 5 deletions.
2 changes: 0 additions & 2 deletions osm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ def generate_version_file():
with open(version_file_path, "w") as version_file:
version_file.write(version_file_content)


__version__ = get_version()
4 changes: 3 additions & 1 deletion osm/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

import requests

from osm._version import __version__
from osm import get_version

__version__ = get_version()

DEFAULT_OUTPUT_DIR = "./osm_output"

Expand Down
Loading

0 comments on commit 4378d68

Please sign in to comment.