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

netcdf4.dataset not able to read file mounted via Azure Storage #1303

Open
swapnil-potnis opened this issue Dec 16, 2023 · 3 comments
Open

Comments

@swapnil-potnis
Copy link

To report a non-security related issue, please provide:

  • the version of the software with which you are encountering an issue: 1.6.5
  • environmental information (i.e. Operating System, compiler info, java version, python version, etc.): Azure App Linux Plan
  • a description of the issue with the steps needed to reproduce it: While trying to read the file which has been mounted, we get an error of "No such file or directory found"

If you have a general question about the software, please view our Suggested Support Process.

@jswhit
Copy link
Collaborator

jswhit commented Dec 29, 2023

are you mounting azure storage as a local drive on windows and trying to read a netcdf file from there? Can you read that file with ncdump?

@swapnil-potnis
Copy link
Author

I am trying to mount the azure storage over linux and trying to read the .nc file from the location. I can see the file has been mounted when I perform "ls" operations but I cannot read the file using netcdf4.dataset

@jswhit
Copy link
Collaborator

jswhit commented Jan 2, 2024

Please try running ncdump on the file - this will tell us if it's an issue with the C library or the python interface. Also, you might check the file permissions to make sure it's readable.

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

No branches or pull requests

2 participants