Skip to content
#

raster

Here are 334 public repositories matching this topic...

rouault
rouault commented May 25, 2019

The gdal/swig/python/samples/ogr_layer_algebra.py should be promoted to an official Python script

Steps:

  • move it to gdal/swig/python/scripts
  • create a new test script for it in autotest/pyscripts/test_ogr_layer_algebra.py
  • write a documentation page in doc/source/programs/ogr_layer_algebra (and link it to the index)
task good first issue
grass
wenzeslaus
wenzeslaus commented Apr 13, 2022

Is your feature request related to a problem?

Tests running on Ubuntu download the test data every time they run.

The URL is:

https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz

Describe the solution you'd like

GitHub Actions cache is used instead of a download inside the test script.

Describe alternatives you've considered

All these would

enhancement good first issue CI
adamancer
adamancer commented Mar 18, 2021

Describe the bug
Using ep.plot_rgb() with stretch=True fails when plotting a masked array when the original array contains NaNs. Plotting returns a black plot and gives the following warning "UserWarning: One or more intensity levels are NaN. Rescaling will broadcast NaN to the full image. Provide intensity levels yourself to avoid this. E.g. with np.nanmin(image), np.nanmax(image)."

I th

bug good first issue

Improve this page

Add a description, image, and links to the raster topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the raster topic, visit your repo's landing page and select "manage topics."

Learn more