Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CityTiler IndexError #171

Open
ghschier opened this issue Oct 30, 2023 · 2 comments
Open

CityTiler IndexError #171

ghschier opened this issue Oct 30, 2023 · 2 comments

Comments

@ghschier
Copy link

I try to create 3DTiles from a 3DCityDB database. Obviously it connects successfully to the database, but then i get the following error:

(venv) gerhard@HP17:~/bin/py3dtilers$ citygml-tiler
1 file(s) with supported extensions found
Connecting to database...
Retrieving city objects from database...
333 city objects of type 'CityMBuildings' found in the database.
Traceback (most recent call last):
  File "/home/gerhard/bin/py3dtilers/venv/bin/citygml-tiler", line 11, in <module>
    load_entry_point('py3dtilers', 'console_scripts', 'citygml-tiler')()
  File "/home/gerhard/bin/py3dtilers/py3dtilers/CityTiler/CityTiler.py", line 146, in main
    tileset = city_tiler.from_3dcitydb(cursor, objects_type)
  File "/home/gerhard/bin/py3dtilers/py3dtilers/CityTiler/CityTiler.py", line 113, in from_3dcitydb
    self.set_features_centroid(cursor, cityobjects, objects_type)
  File "/home/gerhard/bin/py3dtilers/py3dtilers/CityTiler/CityTiler.py", line 89, in set_features_centroid
    cityobject.centroid = np.array([centroid[0][0], centroid[0][1], centroid[0][2]])
IndexError: list index out of range

Any hints? Thank you.

Ubuntu 20.04
Postgres 12.16
Python 3.9.5

@baal-lgln
Copy link

Same here using v1.2.0:

citygml-tiler \
    --db_config_path /data/3dcitydb/CityTilerDBConfig.yaml \
    --type building \
    --crs_in EPSG:25832 \
    --crs_out EPSG:4978
OpenBLAS WARNING - could not determine the L2 cache size on this system, assuming 256k
OpenBLAS WARNING - could not determine the L2 cache size on this system, assuming 256k
1 file(s) with supported extensions found
Connecting to database...
Retrieving city objects from database...
2335 city objects of type 'CityMBuildings' found in the database.
Traceback (most recent call last):
  File "/usr/local/bin/citygml-tiler", line 33, in <module>
    sys.exit(load_entry_point('py3dtilers', 'console_scripts', 'citygml-tiler')())
  File "/py3dtilers/py3dtilers/CityTiler/CityTiler.py", line 152, in main
    tileset = city_tiler.from_3dcitydb(cursor, objects_type)
  File "/py3dtilers/py3dtilers/CityTiler/CityTiler.py", line 119, in from_3dcitydb
    self.set_features_centroid(cursor, cityobjects, objects_type)
  File "/py3dtilers/py3dtilers/CityTiler/CityTiler.py", line 95, in set_features_centroid
    cityobject.centroid = np.array([centroid[0][0], centroid[0][1], centroid[0][2]])
IndexError: list index out of range

@adriansuciu09
Copy link

i have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants