Māris Nartišs

Results 12 issues of Māris Nartišs

Repeated calls to G_gisinit are safe; When forms.py are loaded as a part of other code, one can assume that G_gisinit has already been (or will be) called. See #2484...

GUI
Python

When running i.maxlik from GUI, its UI works fine. When running from command line (terminal not GUI one), module UI fails to start with an error on system being not...

bug

Current implementation of v.random adds a map name as a prefix to every original column name if attribute table is transferred. This solves the problem of duplicate column names but...

enhancement
vector

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...

bug
good first issue
vector

A pair of modules revealing most of features of libsvm to GRASS. Libsvm is a popular library used in many machine learning programs (including scikit-learn). Contrary to some add-ons, this...

enhancement
raster

Depending on a cache backend in use it might be necessary to perform some kind of initialization when a server worker process starts. In the case of Apache (MPM event)...

r.kappa has some strange design decisions and produces strange or outright wrong output if input data doesn't match its expectations. This PR fixes: * printing garbage instead of NA for...

raster
C

vector_db_select function reads values returned from v.db.select line by line. This works fine as long as data in any of columns does not contain a newline symbol. If a newline...

bug
Python

Current code creates two cat entries for each point on the same level - one from area point is in and one matching new entry in the database. As entries...

backport_needed
vector

The issue is reproduceable, reason unknown. At the moment just taking a note, will look into this at some point later. ``` #0 0x0000000000000000 in ?? () #1 0x00007ffff7ede221 in...

bug
vector
C