Stelios Vitalis

Results 28 issues of Stelios Vitalis

When installing the package via `pip` I get version 0.13.3 instead of 0.14.1 which is the latest one. Interestingly, 0.14.1 is the latest known one in https://pypi.org/project/pymeshfix/. I am using...

### Why? Currently, IDs of the city objects are meant to be any kind of unique identifiers without any restrictions. Messing around with different open datasets, I haven't seen a...

enhancement

It would be useful to add support for CRS when reading a CityJSON (or CityGML) file. This is really important in cases where horizontal and vertical coordinates are using different...

enhancement

Currently, we use a regular expression to parse the `referenceSystem`, but it only expects a url that starts with `https`. This breaks the loading of the file. Two things should...

bug

When importing a CityJSON file through the toolbox, the following Python error occurs: 2022-06-15T10:57:27 WARNING Traceback (most recent call last): File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/gui/AlgorithmDialog.py", line 273, in runAlgorithm 'parameters': self.algorithm().asMap(parameters, self.context) Exception:...

bug

It should be part of #45, but extracting to its own issue as the rest of CityJSON v1.1 support should be fine for most use cases so far.

Currently, only the semantic surface type is loaded.

enhancement

QGIS plugins are considered old-fashioned while processing algorithms are suggested instead. That might not only apply for loading CityJSON but could make a bunch of cjio operations (e.g. validate a...

enhancement