Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility to download and install navvis test data #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vjlux
Copy link
Collaborator

@vjlux vjlux commented Jun 20, 2024

The new release v1.1 provides NavVis test data for download.
Only convenience method

https://github.com/microsoft/lamar-benchmark/releases/tag/v1.1


print("Downloading NavVis test data...")

if(os.path.exists(zipFileName)):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would make that this script takes an output folder, and outside you create a temporal directory, something like:
navvis_test_data_path = Path(tempfile.mkdtemp())

Then you avoid check if exists, also you can remove the .gitignore. The idea is not to populate the git repo with untracked files.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k will come back to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants