Skip to content
#

geospatial-analysis

Here are 218 public repositories matching this topic...

grass
marisn
marisn commented Jul 1, 2022

If a fully qualified vector map name is passed as a restrict parameter, it is used to create columns in target table in verbatim. As FQN is in form map@mapset and the value is not escaped or quoted, it causes an SQL error.
Instead of using plain param.input->answer for a column name, only the map part should be passed here.
https://github.com/OSGeo/grass/blob/da182541396a29288e8f23a66bd3a7150eb8

bug good first issue vector

Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.

  • Updated Jul 25, 2019
  • Jupyter Notebook
wenzeslaus
wenzeslaus commented Oct 7, 2021

Name of the addon

wx.metadata

Describe the bug

xmllint reports various errors on the XML templates used by wx.metadata.

To Reproduce

xmllint src/gui/wxpython/wx.metadata/profiles/inspireProfile.xml
xmllint src/gui/wxpython/wx.metadata/profiles/temporalProfile.xml

Expected behavior
XML files pass linting by xmllint or the templates are not stored as XML

bug good first issue Hacktoberfest

Improve this page

Add a description, image, and links to the geospatial-analysis 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 geospatial-analysis topic, visit your repo's landing page and select "manage topics."

Learn more