Skip to content
#

raster

Here are 327 public repositories matching this topic...

domlysz
domlysz commented Mar 11, 2020

Please respect the following template to report a new issue, otherwise your issue will be automatically closed.

Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.

If the issue concerns an operator that grab geodata from an external web service (Basemaps, OSM, SRTM), then it can be a network

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 Jan 26, 2022

Describe the bug

Building GRASS GIS gives several can't handle line breaks in <dt>...</dt> warning messages. These come from running utils/g.html2man/g.html2man.py which, I assume, can't convert some of the HTML code to the man page format.

This means that the documentation (manual pages for modules and maybe some others) use HTML syntax which is not supported by the other documentat

bug good first issue Python HTML
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