Wei Ji

Results 115 issues of Wei Ji

For anyone wanting to make a change to the database, we should have step by step instructions on how to make additions/deletions/changes to the JSON files - [ ] Make...

documentation
help wanted

Kia ora! I realize this library is still young but just had a question on using rHEALPix as a sortable polygon "geohash". I've been looking for a way to consistently...

documentation
enhancement

A library for accelerating Transformer models on NVIDIA GPUs! Repo at https://github.com/NVIDIA/TransformerEngine Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License...

**Description of the desired feature** Crossposting from https://github.com/GenericMappingTools/pygmt/pull/546#discussion_r459366392_. The supplementary [X2SYS](https://docs.generic-mapping-tools.org/6.1/modules.html#x2sys) modules doesn't seem to support virtual files from the GMT C API yet, only ASCII, Binary and NetCDF files...

longterm

Support SignedByte (i8) and SignedShort (i16) types by: - Adding `tiff::decoder::ifd::Value::SignedByte` and `tiff::decoder::ifd::Value::SignedShort` enum variants - Adding `TiffFormatError::SignedByteExpected` and `TiffFormatError::SignedShortExpected` enum variants - Adding two new `into_i8` and `into_i16` methods...

Bump ReadTheDocs os version from `ubuntu-20.04` to `ubuntu-24.04`, and mambaforge version from `4.10` to `23.11`. References: - https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os - https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python.

Minimal configuration to run unit tests on [GitHub Actions](https://github.com/actions) CI. Using [pytest](https://github.com/pytest-dev/pytest/tree/8.2.2) to run the test suite. Running matrix tests on Ubuntu-22.04 and Python 3.10/3.12. TODO: - [x] Initial ci-tests.yml...

Refactor to use [`tiff::decoder::ifd::Value`](https://docs.rs/tiff/0.9.1/tiff/decoder/ifd/enum.Value.html) instead of the in-house `crate::lowlevel::TagValue` enum. Part of #7.

Rewrite https://github.com/geospatial-jeff/aiocogeo in Rust! We'll probably want to leave all the non-filesystem I/O to [`object_store`](https://docs.rs/object_store/latest/object_store), and focus on decoding IFDs asynchronously. Help is most appreciated.

help wanted

Run `cargo clippy --all-targets --all-features` on Continuous Integration on every Pull Request and push to main. TODO: - [x] Add clippy lint CI, adapted from https://doc.rust-lang.org/stable/clippy/continuous_integration/github_actions.html - [ ] Fix...