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

Single Point Downloader #94

Merged
merged 10 commits into from
Jul 6, 2024

Conversation

ibarlet
Copy link
Contributor

@ibarlet ibarlet commented Jun 21, 2024

A potential solution for #84

Allows you to open a series of sequential scans focused entirely one one latitude/longitude point. You must still download each individual full scan. However, this should require only holding a the single x-y point in memory per scan and so allow you to efficiently work with a longer time period than is normally possible.

This PR also fixes some depreciation errors by updating H to h in a few places. I think these changes fix #75

Future work could include adding a pandas output with the datetime as the index and finding the nearest non-nan point.

@blaylockbk
Copy link
Owner

Hi @ibarlet! Thanks for this PR. I'm just took a quick look. When I have a little more time I'll look more.

(The failure for the macos-latest test is something I ran into a few months back in Herbie, I just need to remember what I needed to change.)

@blaylockbk blaylockbk merged commit b65cbb5 into blaylockbk:main Jul 6, 2024
8 checks passed
@blaylockbk
Copy link
Owner

Thanks for adding this and providing a notebook with examples. Feel free to provide any updates if you feel anything is needed.

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.

Error importing with pandas 2.1.1
2 participants