Hello, everyone! I have a problem with converting shape file to obs, I have One shape file with building polygon, in atributive table are hights of buildings without empty rows. Converting of only one file is working but output obs file is empty. I supposed that the second shape file (center points) is also necessary (it is not written in manual, actually) Another required file is consist from central points with coordinates in attributive table. Center points in the shape file are equal 0, because it's vertical offset coordinates as I understood (maybe I'm wrong) Both shapes in metric system (UTM 37). And I have always two problems: Or empty obs files or python error that says:
Traceback (most recent call last): File "/Users/Jane/.qgis2/python/plugins/shp_to_obs/shp_to_obs.py", line 301, in ConvertFunction OutputDir = str(dlg2.outdir.text()) UnicodeEncodeError: 'ascii' codec can't encode characters in position 20-24: ordinal not in range(128)
Hopefully there is a way to solve my problem. I suppose I don't understand some details. And I didn't start with trees yet!) In raymanpro I'm interested only in comfort indexes.
Please, reply as soon as possible.. Thank you! Best regards, Jane
"I have One shape file with building polygon, in atributive table are hights of buildings without empty rows." <-- That sounds very good to me.
"Converting of only one file is working but output obs file is empty" <-- So it is actually not working.
Setting the center points is not mandatory. If no center points are set, the center of the scene is used.
"Center points in the shape file are equal 0, because it's vertical offset coordinates as I understood" <-- perfectly fine
"File "/Users/Jane/.qgis2/python/plugins/shp_to_obs/shp_to_obs.py", line 301, in ConvertFunction OutputDir = str(dlg2.outdir.text()) UnicodeEncodeError: 'ascii' codec can't encode characters in position 20-24: ordinal not in range(128) " <- This says, that you have characters ind the output filename, that can not be represented in your system's character format. Please provide a simple filename and retry! By the way, please do upgrade to a newer version of Qgis. QGIS 2 is quite outdated!
I tried many times. With center points and without. I changed directory, I Installed QGIS 3, and nothing changed except of the python error that now says other thing: Traceback (most recent call last): File "/Users/Jane/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/shp_to_obs/shp_to_obs.py", line 529, in generateObstacleFile centerPointElevationFieldName = _mainDialog.Sel_centerpoints_field.setLayer.currentField() AttributeError: 'builtin_function_or_method' object has no attribute 'currentField'
please do not double-post. You can edit your last post using the "edit" button instead!
The Error indicates, that the plugin is attempting to obtain a field name for the current selected layer. I was able to reproduce the error in case a center point file and heigt field is selected. This is a bug and I'm goning to fix that. However, I'm currently on vacation so it will take min 2 weeks. In the meantime, please use the plugin with no center points file, what is tested to work.
Hello again, Thanks for all the advices and sorry for double posting. And what about the file without central points? It's just polygon in metric system. It converts, but the result is empty file. I checked with all the parameters and everything is under requirements. Best regards
As there was no further reply I consider the issue to be solved. The problem was a maliciously reprojected buildings file. Please state otherwise!
The bug in the plugin considering the center points is fixed. The new version will be available in the plugin repository as soon as the code-review is complete (usually some hours). Thanks for reporting, Jane!