Kristóf Havasi
Kristóf Havasi
I do not know the project's code-style, in some C projects this kind of error-handling would incorporate a goto. But because of the general avoidance of goto I added `va_end`...
I came across this configuration, and don't understand, why THUMB is disabled for e.g. SAMA5D3X, even if its [datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/SAMA5D3-Series-Data-sheet-DS60001609b.pdf) mentions support for the thumb instructions set. https://github.com/linux4sam/at91bootstrap/blob/2eb1a1efc00fd46db52a3c41b00cf79eaf96fd77/Kconfig#L206-L210 Could you explain?...
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report - [x] feature request ``` ### Versions. - keycloak-angular: 15.0.0 - angular: 17.0.7 -...
Soon I will finish my work on rivus (as far as my thesis goes), and still have a lot of pending PRs, I summarized the properties of them hoping to...
MapZen shuts down with end of January, so their service "Metro Extract" will not be updated anymore/will not be available.
Removed/updated inherited functions from python-tools, which are either not used or are obsolete. I would be happy for a code-review. @ojdo ?
Currently, the obsolete `pandashp.read_shp`, the endorsed `geopandas.read_file`, and the `basemap.readshapefile` are used. these all expect paths but vary whether or not they require the extension `.shp` or only the root...
To quickly see the where the source nodes are in a grid.
Plotly added Mapbox integration, which could help to visualize real-world data sets interactively with plotly. [examples](https://plot.ly/python/scattermapbox/)
Package [OSMnx] should be investigated, as it proposes a very convenient `gdf_from_place` function. (Although it fetches only one polygon, the source could serve as a good example for similar functionality....