girishnand
girishnand
**Describe the bug** (Caveat: I am not sure if this is a bug or just inadequate documentation.) I am able to setup and compile GRASS GIS on windows (mostly) following...
``` float RTC_DS3231::getTemperature() { uint8_t buffer[2] = {DS3231_TEMPERATUREREG, 0}; i2c_dev->write_then_read(buffer, 1, buffer, 2); return (float)buffer[0] + (buffer[1] >> 6) * 0.25f; } ``` From: https://datasheets.maximintegrated.com/en/ds/DS3231.pdf - > Temperature Registers (11h–12h)...
**Describe the bug** g.tempfile on Windows 11 generates the following input/output - >>g.tempfile pid=235123 --verbose \\\.tmp/unknown\235123.0 **To Reproduce** As above. **Expected behavior** Windows file paths should use backward and not...
## Describe the bug The test raster is a small square hillock with 45 degree slopes towards all four cardinal directions and a flat central rooftop. At azimuth angles of...