tudelft3d / 3dfier

The open-source tool for creating 3D models
http://tudelft3d.github.io/3dfier
GNU General Public License v3.0
549 stars 107 forks source link

"ERROR: Missing polygon data" #65

Closed Aidavdw closed 6 years ago

Aidavdw commented 6 years ago

I'm trying to follow along with the example project with the example data. I downloaded the most recent (1.0) version of the program as well as the example data and extracted it exactly as stated in both the tutorial and the example_data notes. When running the program with 3dfier example_data\testarea_config.yml -o example_data\output\testarea.obj I was initially met with the error

unrecognised option, '-o'

Now, this was (I think) replaced by using the parameter --OBJ, giving 3dfier example_data\testarea_config.yml --OBJ example_data\output\testarea.obj

While the program appears to be responding now, a new error message pops up:

Config file is valid. ERROR: Missing polygon data, cannot open file bgt/bgt_waterdeel.sqlite

I tried manually removing bgt_waterdeel.sqlite from the default .yml, but then it proceeds to give an error on the next entry. Am I missing anything/doing something wrong, or could this be an error on the program's side of things?

I already tried replacing the forward slashes with backward slashes as advised in #35 , but that didn't seem to fix it.

Response would be greatly valued!

-Aida