Ian Carroll

Results 109 comments of Ian Carroll

@jhkennedy @chuckwondo Could one of you clarify how `earthaccess.open` would work without the LBYL/in-region check? Would it always first attempt direct access and fall back on https? Would the user...

Hey @ebolch, representing the OB.DAAC here. The PACE/OCI L2 netcdf files have a "navigation_data" group akin to the "location" group. There would be some other variable name swapping, but how...

Observations added from duplicate #816: > we better also make sure that `earthaccess.download` doesn't choke when given []. > perhaps when [`earthaccess.search_data`] returns an empty list we should log a...

Navigating packaging docs for first time as a novice package developer and Google brought me here and [here](https://discuss.python.org/t/why-do-script-entrypoints-require-a-function-be-specified/14090/2). Both discussions seem to have stalled, sadly. This ... ``` [project.scripts] script-name...

I can add @zerothi 's suggestion if a project maintainer agrees. But, because the [F2PY docs suggest](https://numpy.org/doc/stable/f2py/f2py.getting-started.html#the-smart-way) manual modifications to the signature after generation, I'm going to leave the example...

Welp, this is now failing for me locally. Can't say what changed ... but now CMake claims to generate _hello-f2pywrappers2.f90 but does not, leading the subsequent build step to fail....

I built a relevant Shiny app for some workshoppers at [SESYNC](https://www.sesync.org), who were gearing up to do some mixed methods research. It's a "lightweight" GUI to help with coding text...

@zachary-foster Glad you got it working :) For me, the question about highlighting is more about how to store the data on what's selected. Do you input a `` element...

Thanks for the work on this! I'll definitely give it a try and report back, but it will be sometime next week.

This is looking very usable already, although I am encountering an error that only shows up when I've created an .ipynb file from a .py file with `jupytext --sync *.py`....