Zheng Xueke

Results 2 issues of Zheng Xueke

I know libaria2 has the getActiveDownload() function and the GlobalStat::numWaiting method, and I've looked at the source code for both, so I'm curious if it's possible to get numWaiting. Why...

#### Code Sample, a copy-pastable example if possible ```python import rioxarray import geopandas as gpd roi_shapefile = "C:/Datasets/Geo/HB/HB.shp" rgb_file = "C:/Datasets/RS/Landsat9-OLI-SP-30M/rgb.wgs84.tif" shp_obj = gpd.read_file(roi_shapefile) rio_geometry = shp_obj.geometry.values rgb_xds = rioxarray.open_rasterio(rgb_file)...

question