Huidae Cho

Results 42 issues of Huidae Cho

This PR tries to address #2257 by using SRID, not GRASS key-value pairs, for creating an PJ object. Here is [a related Q&A](https://geopandas.org/en/stable/docs/user_guide/projections.html#i-get-a-bound-crs).

bug
C

# How to reproduce the issue that this PR fixes ```bash grass -c epsg:4326 test # set the world region g.region n=90 s=-90 w=-180 e=180 g.gui # add OpenStreetMap WMS...

bug
GUI

Merge after https://github.com/OSGeo/grass/pull/1891

Lightness (in HSL)-based color histogram equalization. Calculates probability using feature areas (no cells in vector), but I may not merge it if I fail to fix the following issue. ```bash...

enhancement
vector
C
module

Attempt to address #1482

enhancement
raster
C
module
display

## Numbered equations Thanks for the great plugin. I've tried `\begin{equation}`...`\end{equation}` syntax with little success. If there are `\{` and '\}`, I had to escape backslashes because of the Markdown...

This PR addresses https://github.com/OSGeo/grass/issues/3105. It implements a new `plot_point()` function that uses the internal `state` in `dense_line.c`. Calling `G_plot_point()` with `-d` flag causes a segfault because the static `state` in...

bug
vector
C
module
backport to 8.4

This PR fixes #3149 by using the standard `--overwrite` flag.

bug
vector
C
libraries
module

This PR fixes an unintended integer overflow by the `int size_array(..., int, int)` function. The new return type of this function is `size_t`, and takes `size_t` nrows and ncols. Before...

enhancement
raster
C
module

This command line opens a PDF in a new window: ```bash sioyek file.pdf --new-window ``` But this one doesn't: ```bash sioyek --new-window file.pdf ```