• 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 - difficult to export Shp file

sorry, win7 report crash:


Descrizione:
Stopped working

Firma problema:
Nome evento problema: CLR20r3
Firma problema 01: scenproc.exe
Firma problema 02: 1.0.0.0
Firma problema 03: 500e7011
Firma problema 04: ObjectModel3D
Firma problema 05: 1.0.0.0
Firma problema 06: 500e8864
Firma problema 07: c0
Firma problema 08: 6
Firma problema 09: System.OutOfMemoryException
Versione SO: 6.1.7601.2.1.0.768.3
ID impostazioni locali: 1040

Leggere l'informativa sulla privacy online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0410

Se l'informativa sulla privacy online non è disponibile, leggere quella offline:
C:\Windows\system32\it-IT\erofflps.txt
 
I think you will get a stack dump in the command prompt, as soon as you close this dialogue.
 
You don't see anything in the command prompt? Does it just return to the prompt?
 
I think the shp file is too large.

On XP I get an "Out of memory" error and an offer to debug.

On W7, I just get "ScenProc has stopped working.

It is using 1.7GB memory at the error:

 
ok try to reduce it.

if shp file is too big from a source (entire italy covered!) how to do to reduce shp file...is difficult to zoom and select small areas...:mad:
 
Processing an entire country at once is too much indeed, it would also take very long.

I prefer to use the ogr2ogr tool normally to clip my shapefiles. But it is a command line tool, so not everybody might like it. I think it is easier than manually selecting in a gis tool.
 
Arno i try to select with ArcGis...but open an entire country like italy and select a small piece request hours...because to zoom in a city require so long time...
there is a guide how to use ogrogr2 tool?

Simone
 
this is a new shp file made today. try to charge with scenproc and block to 0% done...i dont understand i dont understand i dont understand :banghead:
why my pc dont go ahead?



Uploaded with ImageShack.us
 
about the line:

#
WRITEAGNFILES|E:\

it's ok to leave without a valid folder? the scenproc program create automatically a folder?
 
sorry to stress you, but i make ow the first scenproc.exe succesfully! :)

the problem was in ARCGis when save the file im not select only a portion of select area, but all the shp.file (in fact was the same dimensions of original file).

Now in order to put the correct autogen buildings i see in the annotator for roofs.xml, when you select a group of buildings there is a property window in which you can see the ID number for correct buildings.

And for a city: if there are buildings with 3-5 floors or more prevalence...how to indicate in txt to put the buildings with more elevations?

About vegetations no property ID?
 
Hi,

There is a step SETAGNBUILDINGHEIGHT (or something like that) that allows you to specify the height distribution. See the scenproc manual for all details.
 
Hello...

Sorry to hijack the thread.. just a quick related big shp sized question: I downloaded a 70mb shp file of building footprints for Philadelphia... Is this too big? Scenproc just stays at 0% over 2 hours, but no "end process" or "stopped working" errors. It just stays put.

Kindly,

Blazer
 
Hi,

I think 70 mb should be ok. I am not behind my FS pc at the moment, once I am there I will check the size of the files I used to convert almost an entire province of the Netherlands.

Does it stop at 0% at loading the shapefile or is it later on with the split grid step?
 
The shapefiles I used are around 40 MB, but they load in less than a minute. So I think 70 MB should also work.

What takes much longer is splitting it in the autogen LOD tiles. That takes over an hour for my area. How long it takes depends on the size of the area covered and on the amount of features.
 
thanks,
i will attend your new program.

In the meantime with low area scenproc work very well, but i've one problem:
in all area created there are duplicate buildings in the same place. why?

this is the file i use:

# Autogen
IMPORTSHP|natural.shp|NOREPROJ
IMPORTSHP|buildings.shp|NOREPROJ
#
SPLITGRID|AGN
#
SETAGNBUILDINGHEIGHT|1.0;0.0;0.0;0.0
# SETAGNBUILDINGTEXTURE|autogen
#
CREATEAGNPOLYVEG|FTYPE=POLYGON;type=forest|{e8b937fd-a1f2-4bd5-8548-2c80d30102af}
CREATEAGNGENBUILD|FTYPE=POLYGON;FROMFILE=buildings.shp;FWIDTH<20|{5ae04eb6-934c-4f63-bb48-5e7dee601212}|MAXRATIO=2
CREATEAGNROWHOUSE|FTYPE=POLYGON;FROMFILE=buildings.shp
CREATEAGNLIBOBJ|FTYPE=POINT;type=light|{0017a263-464f-14fd-f77f-2996fed44864}
#
WRITEAGNFILES|E:\texture
 
Hi,

I think you have duplicate houses because you make row houses from all footprints in the buildings.shp, while for some of them you also create rectangular autogen buildings.
 
Back
Top