Wei Ji
Wei Ji
Was trying to get the character [ā](https://en.wikipedia.org/wiki/%C4%80) (Latin small letter a with macron) to plot using either ISO-8859-4/ISO-8859-10/ISO-8859-13 in https://github.com/GenericMappingTools/pygmt/pull/2641#discussion_r1305245499, but doesn't work when setting `pygmt.config(PS_CHAR_ENCODING="ISO-8859-4")`, because we need to...
Cool, good to hear those thoughts, not complaining really (since it's less work to keep the default :laughing:). Just wanted to voice my concern for users who may *not* be...
Yeah, let's keep using GMT's default. Users can change between gridline/pixel or Cartesian/geographic using https://www.pygmt.org/v0.11.0/api/generated/pygmt.GMTDataArrayAccessor.html#pygmt.GMTDataArrayAccessor P.S. We should look into using `gmtlib_get_grdtype` as mentioned at https://github.com/GenericMappingTools/pygmt/issues/2194#issuecomment-1368189366
Nice job tracking this down! What do you think we should do here? Seems like this only affects the `repr`, and the other tests work fine. Don't think we can...
Agree that there should be a way to filter out invalid values. There's a newer duplicate issue at #162 on having a predicate function (had to look up https://dcl-prog.stanford.edu/function-predicate.html to...
I'll be travelling most of the next two weeks (about to head to the airport actually), so probably won't get to this until September. If you can do the review...
Going on a bit of a tangent, but continuing on a bit from https://github.com/xarray-contrib/xbatcher/issues/176#issuecomment-1478695567, have you tried [`Shuffler`](https://pytorch.org/data/0.6/generated/torchdata.datapipes.iter.Shuffler.html) in torchdata? My impression with torchdata's Shuffler is that it's slow, so...
> I tried using the built in torchdata shuffler and, at least for subsampling from a large zarr file, it is extremely slow. Using the method implemented here is much...
Hi :wave:! Yes I'm building another GeoTIFF reader on top of the image-tiff crate, with the array data parsed into [`ndarray`](https://docs.rs/ndarray). I'm at a stage where I'd like to upstream...
> took a look at image-tiff recently, and it didn't seem to support in any straightforward way, the 2 channel files which provide the bread-and-butter for geodetic datum shifts, so...