-
Notifications
You must be signed in to change notification settings - Fork 494
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
Improve file type detection of NetCDF and HDF5 #9117
Labels
pm.netcdf-hdf5.d
All 3 aims are currently under this deliverable
Milestone
Comments
mreekie
added
the
pm.netcdf-hdf5.d
All 3 aims are currently under this deliverable
label
Nov 3, 2022
Updated Project status's |
pdurbin
added a commit
that referenced
this issue
Nov 8, 2022
mreekie
moved this from 3️⃣🥈💨👟 SPRINT READY
to 2️⃣📃✔▶ SPRINT PREP
in IQSS Dataverse Project
Nov 21, 2022
mreekie
moved this from 2️⃣📃✔▶ SPRINT PREP
to 3️⃣🥈💨👟 SPRINT READY
in IQSS Dataverse Project
Nov 21, 2022
mreekie
moved this from 3️⃣🥈💨👟 SPRINT READY
to 2️⃣📃✔▶ SPRINT PREP
in IQSS Dataverse Project
Nov 21, 2022
mreekie
moved this from 2️⃣📃✔▶ SPRINT PREP
to 1️⃣ 📃✔▶ORDERED BACKLOG (Stefano)
in IQSS Dataverse Project
Nov 21, 2022
mreekie
moved this from 1️⃣ ▶ORDERED BACKLOG (Stefano)
to 2️⃣▶ SPRINT PREP
in IQSS Dataverse Project
Nov 22, 2022
mreekie
moved this from 2️⃣▶ SPRINT PREP
to 🏁In a Sprint or Completed
in IQSS Dataverse Project
Nov 22, 2022
@pdurbin dumb question.
|
Yes, the issue will be closed when it is merged. In our PRs we use the magic "closes" syntax. We'll write something like this: "Closes #12345" This makes an association between the PR and the issue (or multiple issues). When you merge the PR, the issue (or multiple issues) is closed. |
pdurbin
added a commit
that referenced
this issue
Nov 22, 2022
Also fix test so it doesn't rely on the file extension ".nc".
pdurbin
added a commit
that referenced
this issue
Nov 22, 2022
kcondon
added a commit
that referenced
this issue
Nov 22, 2022
detect NetCDF and HDF5 files based on content #9117
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Wikipedia NetCDF and HDF5 have magic numbers that should let us detect these file types more easily and reliably than guessing based on file extensions.
NetCDF magic number
HDF5 magic number
I brought this up at standup today and here are some notes from the discussion:
We should add some NetCDF and HDF5 files to https://github.com/IQSS/dataverse-sample-data to test with, at some point.
Related:
The text was updated successfully, but these errors were encountered: