xarray-spatial icon indicating copy to clipboard operation
xarray-spatial copied to clipboard

Raster-based Spatial Analytics for Python

Results 139 xarray-spatial issues
Sort by recently updated
recently updated
newest added

Let's add a section to a readme FAQ describing how we handle these types

Binary search has been applied to improve the performance of classify tools in NumPy case (https://github.com/makepath/xarray-spatial/pull/760). Let's see if we can do the same thing for CuPy case.

Similar to #726, dtype of an input data array can cause different behaviors on some edge cases. We should review our tools and make sure we check and cover proper...

I'm testing xarray-spatial against QGIS and seeing that when running hillshade on the same input data, the results by xarray-spatial and GDAL/QGIS are very different. Source code for QGIS hillshade...

research

Many GIS data is collected frequently. For example, [Sentinel-2 is captured every 5 days](https://sentinels.copernicus.eu/web/sentinel/missions/sentinel-2/news/-/asset_publisher/Ac0d/content/sentinel-2-images-the-globe-every-5-days;jsessionid=2BC4823847466509FA382BB7ED954C47.jvm1?redirect=https%3A%2F%2Fsentinels.copernicus.eu%2Fweb%2Fsentinel%2Fmissions%2Fsentinel-2%2Fnews%3Bjsessionid%3D2BC4823847466509FA382BB7ED954C47.jvm1%3Fp_p_id%3D101_INSTANCE_Ac0d%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_count%3D1%26_101_INSTANCE_Ac0d_cur%3D4%26_101_INSTANCE_Ac0d_keywords%3D%26_101_INSTANCE_Ac0d_advancedSearch%3Dfalse%26_101_INSTANCE_Ac0d_delta%3D30%26_101_INSTANCE_Ac0d_andOperator%3Dtrue). Having tools that support studying data over time can help in detecting the changes, as well...

Similar to Issue #560, it would be great to add weighted distances (based on a raster) to proximity functions

enhancement

```bash (myenv) ➜ demos git:(master) ✗ xrspatial examples Could not find examples for xrspatial at any of ['/Users/brendan/miniconda3/envs/myenv/lib/python3.10/site-packages/xrspatial/examples', '/Users/brendan/miniconda3/envs/myenv/lib/python3.10/site-packages/xrspatial/../examples'] ```

bug

Keeping noise as a test dependency will make the `make_terrain` function unavailable. In the [xarray-spatial-feedstock](https://github.com/conda-forge/xarray-spatial-feedstock), noise is not a test dependency. Therefore, when installing xarray-spatial using conda, the `make_terrain` function...

bug