In the last week or so I got two requests to make small modifications to the batch convert functionality of ModelConverterX. But instead of just making these small changes, I have decided to give this functionality a bigger update (that was something I had in mind already). My goal is to make the batch convert […]
txt2agn
Some weeks ago I added a tool called agn2txt to the development release package of my tools. With this tool you can decompile AGN files to readable TXT files. Today I have added the reverse tool as well. As you might have guessed it is called txt2agn and it can be used to compile the […]
scenProc improved filtering
Today I have extended the filtering options in scenProc. I have added some addition parameters and allowed different conditions. The new attributes are the length, width and area of the feature. These are calculated and added as attributes for each feature now. The new conditions mean that you can now also filter on attributes being […]
ModelConverterX on Linux
Yesterday I updated my Linux machine to the latest version of Ubuntu. One of the components that was updated along the way was Wine. So this morning I decided to try to start ModelConverterX using Wine. I had tried this before, but then it resulted in a crash as far as I remember, because one […]
Decompiling and compiling autogen
A few weeks ago I made a tool that can decompile AGN files and create a TXT file to show you which autogen is in there. I called this tool agn2txt. It is my plan to make a compiler as well for the reverse, so this would be called txt2agn. It can create an AGN […]
scenProc beta available
A first beta version of the scenProc tool is available for testing now. It is part of the development release package of my tools. The tool is a command line tool to create scenery from data you import. At the moment it can create autogen files from GIS vector data. In the future other scenery […]
Autogen from OSM (3)
Since my last blog post about the autogen I have mainly been working on adding autogen buildings as well. This went quite well, I can now add the generic autogen buidlings as well as the row houses from my tool. There are still some issue that some of the buildings don’t get the right shape, that’s because in the […]
Autogen from OSM (2)
Tonight I was able to fix the remaining bugs in my tool to generate the autogen forests from the OpenStreetMap data. One of them was that I didn’t know that in the AGN file all polygons need to be closed (first vertex the same as the last vertex). Below are some screenshots of how it […]
Autogen from OSM
As I mentioned in my previous blog posts I am trying to create autogen from GIS vector data. For my first test case I am using the OpenStreetMap data of the Dutch island of Schiermonnikoog. Below you see a screenshot from the data, as well as a screenshot in the Annotator tool showing the autogen […]
agn2txt
If you download the development release package of my tools, you will find a new tool in there from today. I called it agn2txt and it dumps the content of an autogen AGN file to a readable text file. It is a tool that I used which learning more about the autogen file format. I […]