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

Where to get Iridium data #49

Open
CassandraAuri opened this issue Jul 28, 2024 · 3 comments
Open

Where to get Iridium data #49

CassandraAuri opened this issue Jul 28, 2024 · 3 comments

Comments

@CassandraAuri
Copy link

CassandraAuri commented Jul 28, 2024

Hello, I am following the notebook Data Handling with Lompe and I have got it working, however, when I tried to do a new event. I can't not find the new place that produces the ncdf files for iridium. I was able to find https://ampere.jhuapl.edu/download/ which gives me the 2min resolution stipulated buts its saved as a different file name so it doesnt seem lompe pulls it correctly.

image

image

@klaundal
Copy link
Owner

It seems they moved the data. Do you mind trying a file from here https://ampere.jhuapl.edu/download/?page=dataTab ? Hopefully they didn't also change the data format...

@CassandraAuri
Copy link
Author

CassandraAuri commented Jul 29, 2024

It seems to be different on first inspection. I downloaded the North vectors and its filesize is 116MB whereas the file in the examples/sample_dataset/raw is 10.7MB. Moreover, the raw vectors are 17.3MB. These are the same day. I will contact the folks at iridium ampere to see about file changes. I think their reprocessing could be the culprit.

image

image

@CassandraAuri
Copy link
Author

CassandraAuri commented Jul 30, 2024

Just an update, the raw data seemed to have worked when I renamed it to Amp_invert.ncdf; however, I want to double check before closing this. Solution seems to be adding another clause to LN 681 in downloader.py to include ampere..rawdB.nc

if len(file_name) > 1:
fn = basepath + file_name
else:
fn = basepath + event.replace('-', '') + 'Amp_invert.ncdf'

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