Alexey Shiklomanov
Alexey Shiklomanov
My notes from an initial exploration: *Bugs*: - Print method is missing a linebreak at the end. - Negative subsetting does not work (e.g. `spectra[, -(400:450)]`). *Tweaks*: - Give `as.spectra`...
https://github.com/ashiklom/pecan/blob/develop/modules/rtm/R/spectra.R https://github.com/ashiklom/pecan/blob/develop/modules/rtm/R/cbind.spectra.R https://github.com/ashiklom/pecan/blob/develop/modules/rtm/R/select.spectra.R
Great! I'm defending my dissertation on June 4, so perhaps we can touch base sometime after that? Also, looping @serbinsh into this conversation.
Also ED2 has anthropogenic disturbance. My understanding is that it takes an XML file that specifies PFTs, dates, and levels of disturbance.
Thanks! ``` name: kerchunk version: 0.2.6 url: https://files.pythonhosted.org/packages/82/8c/117feba86c75d42b8434f8e65085165df4cd415c754bcde3df007f036293/kerchunk-0.2.6-py3-none-any.whl sha256: dc55fcea6560688ffc2390ff5882847fdf736982c1817553632a2bd7eb59de73 name: fsspec version: 2024.6.1 url: https://files.pythonhosted.org/packages/5e/44/73bea497ac69bafde2ee4269292fa3b41f1198f4bb7bbaaabde30ad29d4a/fsspec-2024.6.1-py3-none-any.whl sha256: 3cb443f8bcd2efb31295a5b9fdb02aee81d8452c80d28f97a6d0959e6cee101e ``` In case it's useful, full pixi lockfile is in details below:...
Confirming that I hit the same error with the latest (GitHub) versions of `kerchunk` and `fsspec`: ``` name: kerchunk version: 0.2.6.post22 url: git+https://github.com/fsspec/kerchunk@5085fef3640cc0f5d4b0c067e61eff9fd9e90ecb name: fsspec version: 2024.6.1.post14+gee98ae3 url: git+https://github.com/fsspec/filesystem_spec@ee98ae3cc43c68455d4632cb23dd57bb702e5684 ```...
Thanks for the quick fix! That *partially* worked. It _did_ resolve the specific issue of having an array with missing keys (i.e., `Rad/0.0` doesn't exist, but `Rad/0.16` does). However, in...
Sorry for not getting back to this sooner. I'm not really sure how to create a minimal reproducible example of this, but I have identified the problem: The variables in...
Hi! Just checking in to see if you've been able to make any progress on this. Let me know if there are any prototype implementations, PRs, etc. that you'd like...
No worries! To clarify, the two issues are: 1. Variable arrays where only _certain_ chunks (but not all chunks) are missing. Example: GOES data linked above, where the `Rad` array...