David Stansby

Results 548 comments of David Stansby

What's the use case for aarch64 (ie. what computers have that architechture?)

I couldn't think of a way to keep the same API. With pooch the workflow is to define a function that gets the data and returns whatever object you want,...

I had a bit of a search around today, and it looks like we might be able to use some Python magic to achieve the same API: https://mail.python.org/pipermail/python-ideas/2012-May/014969.html > There...

> The above hack should not be necessary now that module-level `__getattr__()` is supported in Python 3.7+ Ooh I didn't know this. > This API is one of the things...

In the process of implementing this in https://github.com/sunpy/sunpy/pull/6276 I relalised and @Cadair pointed out that we can achieve single sample data file downloads without using `pooch`, so the plan is...

Thanks for fixing this! Looks like there's plenty of upstream issues to be sorted first... I guess we might as well leave this in draft for now and manually re-run...

The full list of dependencies that failed to build wheels is - h5py - scikit-image - scipy (https://github.com/scipy/scipy/issues/16262) - reproject (https://github.com/astropy/reproject/issues/297) - aiohttp (https://github.com/aio-libs/aiohttp/issues/6600) - frozenlist (https://github.com/aio-libs/frozenlist/issues/305) - yarl (https://github.com/aio-libs/yarl/issues/673)

As a general comment after the coord meeting I think (/agree?) that it would be good to have a general set of instructions that gets you a working installation with...

What's the status here? Is the PR going to be modified significantly? Or is it blocking on being reviewed?

Is there a way to do this within sunpy, or do the OpenAstronomy templates need modifying?