-
Notifications
You must be signed in to change notification settings - Fork 79
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
v1.1 NGSIM path #9
Comments
Related commit: 1abb652 |
This is also the problem I'm encountering when I processed to the part "download NGSIM data". The path is different from the one in my installation. |
Hey, I had a similar issue that the folder in my installation is "OPF1x" instead of "90YUa". If I changed the path to "NGSIM/90YUa/data", then I got the error of "package NGSIM [xxxxxxxx] is required but does not seem to be installed". Have you figured this problem out? |
Hi, it’s been a while now and I may not remember the details, but I do remember I changed the file name to 90YUa and it finally works. Try finding solutions to the installation of the suggested NGSIM installation.
Best,
E
… On Jul 22, 2019, at 15:47, nebneBgnahZ ***@***.***> wrote:
Hey, I had a similar issue that the folder in my installation is "OPF1x" instead of "90YUa". If I changed the path to "NGSIM/90YUa/data", then I got the error of "package NGSIM [xxxxxxxx] is required but does not seem to be installed". Have you figured this problem out?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#9?email_source=notifications&email_token=ADANFCPEFIZ76SYGTXWKZ3DQAY2HVA5CNFSM4HABLP5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2RMH3Q#issuecomment-513983470>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADANFCOVY2DD3F6NRN6KA63QAY2HVANCNFSM4HABLP5A>.
|
Currently we are hardcoding the NGSIM data path / package because julia decided to add a hash in the path, and we need the data from NGSIM, so that is a problem for us. What is the best way to address it? Symlink? Environment variable? Utility to get most recent subdir of NGSIM? Etc. Example path:
~/.julia/packages/NGSIM/B45UX/data
The text was updated successfully, but these errors were encountered: