Wei Ji

Results 115 issues of Wei Ji

Bumps [netcdf4](https://github.com/Unidata/netcdf4-python) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/Unidata/netcdf4-python/releases) - [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog) - [Commits](https://github.com/Unidata/netcdf4-python/commits) First version to have wheels for Python 3.7 on Linux, resolves issue with dependabot: `ValueError: did not...

dependencies
python

Add in bed elevation data at Princess Elizabeth Land, East Antarctica collected using the “Snow Eagle 601” aero geophysical platform; a BT-67 airplane operated by the Polar Research Institute of...

data :card_file_box:

Inviting you to participate in DeepBedMap! It might seem intimidating, so I'll start by saying your help is not just more than welcome, it is essential for this project to...

help wanted

### Description Placeholder for adding [PyGMT](https://www.pygmt.org) (a library for processing geospatial data and making maps) to Pyodide. TODO, include 2 runtime C dependencies, xref https://github.com/conda-forge/pygmt-feedstock/blob/b7ecf50df60e8e15cbf5d47122a7beb4ce349d9c/recipe/meta.yaml#L24-L31: - [ ] gmt (https://github.com/GenericMappingTools/gmt)...

The current VectorDataset in torchgeo v0.2.0 returns an image mask, but people might want the actual geometries instead (e.g. for object detection tasks which uses bounding boxes). This PR moves...

documentation
datasets
testing

Just wanted to say, @fliphilipp has written a lot of code on making cross-section plots in https://github.com/ICESAT-2HackWeek/website2022/pull/74. ![image](https://user-images.githubusercontent.com/23487320/159034432-31d0eb94-dace-45c5-b8d5-763eb82975a7.png) It would be great to polish that code up at https://github.com/ICESAT-2HackWeek/website2022/blob/b8ccfd60e858d57ffe8de06c828146133f34e859/book/tutorials/DataVisualization/utils/oa.py#L106 and...

IS2HW_2022

Adding unit tests for ATL14 data access via Earthdata, using a region over Svalbard (Iceland is smaller, but bounding box overlaps with Greenland which is big). Towards resolving #288, but...

Preliminary support to read in and write color interpretation information from GeoTIFF files. Partially based on @alando46's code at https://github.com/pydata/xarray/pull/3136. Rasterio reference at https://rasterio.readthedocs.io/en/latest/topics/color.html - [ ] Addresses #191 -...

**Description of the desired feature** This is a parallel issue to #578 and #1442. While researching how to read GeoTIFFs into an `xarray.DataArray`, specifically GeoTIFFs with RGB bands stored in...

help wanted
feature request

**Description of proposed changes** So that we can remove the setup.cfg file and have everything in pyproject.toml! Flakeheaven (https://github.com/flakeheaven/flakeheaven) is a flake8 wrapper/fork that is supports configuration in `pyproject.toml`. For...

maintenance
needs review