• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

ScenProc compiling time

  • Thread starter Thread starter Aviasim
  • Start date Start date
A

Aviasim

Guest
Roughly how long would ScenProc take to compile autogen from .SHP files?

At first I started with the shapefiles of the entire city of Leicester, it appeard to be taking a while, so I cancelled it, and opened up the shapefiles in QGis, selected a couple of streets, ran it through scenproc and again it seems to be taking so long!

Here is my code:
Code:
IMPORTSHP|le.shp|NOREPROJ
#
SPLITGRID|AGN
#
SETAGNBUILDINGHEIGHT|1.0;0.0;0.0;0.0
CREATEAGNGENBUILD|FTYPE=POLYGON;FROMFILE=le.shp;FWIDTH<20|{5ae04eb6-934c-4f63-bb48-5e7dee601212}|MAXRATIO=2
CREATEAGNGENBUILD|FTYPE=POLYGON;FROMFILE=le.shp;FWIDTH>20|{6089A0BD-CED1-4c47-9A9E-64CDD0E16983}
#
WRITEAGNFILES|FSX|C:\Users\Darren\Desktop\COL\Texture

also...

14:53:47 IMPORTSHP Reading SHP file le.shp
14:53:48 Read 244 features from file
14:53:48 Splitting features in 0.0146484375 x 0.010986328125 grid...

The green load bar is about just over 3 quaters, doesnt seem to be moving...

time is now 15:00, doesnt appear to of moved or changed, but computer fans still spinning like crazy...is it me or does this program always take this long to do such small area?
 
15:05 and the green bar has gone empty and now "Splitting Grid" next to it...Getting very very impatient with this
 
Seems to be a problem with the SHP file, a website providing SHP files for the UK, I tried GeoFabrik, worked straight the way, but the shapefiles for Leicester on GeoFabrik are not at all completed or accurate.
 
Seems to be the data I downloaded was not in WGS84 format, I have converted the format to WGS84 using QGis, it is now compiling in ScenProc

8347 autogen objects
 
Hi,

Or provide the correct projection string when importing it. If you write NOREPROJ that means it is wgs84 already.
 
Back
Top