AeroScenery Beta - Help With Testing Required

  • Can you also incorporate a limit, how many tiles shall be geoconverted at once?

    The exact amount before geoconverter crashes seems to be depending from memory sise and tile size.

    It's not totally straightforward, but I'm looking at something like that...

    When the tile download and stitch is done I have the stitched images and coordinates for one (or more) level 9 AFS tiles.

    The stitched image sizes don't match the AFS grid, they had to be just a sensible multiple of 512px.

    I'm setting the coords of the level 9 square in the TMC and GeoConvert figures out how many tiles to make based on the specified levels (11 and 12 in your case).

    To get GeoConvert to process less in one go, I'd need to generate several TMC files with the Level 9 grid coords subdivided.

    Of course the extreme option is to run a new GeoConvert process for each tile.

    If GeoConvert can always handle 16 tiles, that would look something like this:

    Level 9 - 1 tile to process

    Level 10 - 4 tiles to process

    Level 11 - 16 tiles to process

    Level 12 - 64 tiles to process (split into 4 GeoConvert runs)

    Level 13 - 256 tiles to process (split into 16 GeoConvert runs)

    Level 14 - 1024 tiles to process (split into 64 GeoConvert runs)

    Level 15 - 4096 tiles to process (split into 256 GeoConvert runs)

    It's a shame that their tool seems so flaky and this is necessary.

    I'll do some testing this weekend.

    AeroScenery - Easily create photoreal scenery for Aerofly

  • It's a shame that their tool seems so flaky and this is necessary.

    Has anyone from the IPACS team approached you about this wonderful tool of yours and offered assistance in getting it off the ground?

    Handy cultivation tools

    Windows 10 64bit | iCore7-7770K| ASUS STRIX Z270E |KHX2400C15D4 - 32GB | Gigabyte Ge-Force GTX 1080Ti| SSD Intel 520 Series | 40" Philips BDM4065UC/75 4K - Oculus Rift

  • Hi Nick,

    How do you stitch images before geoconverting ? Are you maybe stitching them into too big images? A size compromise must probably be found...

    Geoconvert can handle a multitude of smaller images, you just need an AID file for each of them.

    The smaller the source image, the smaller the size of the mask at the image edge...

    My 2 cents, I haven't had time yet to give your awesome tool a test ride, but it's promising...

    Cheers

    Antoine

    Config : i7 6900K - 20MB currently set at 3.20GHz, Cooling Noctua NH-U14S, Motherboard ASUS Rampage V Extreme U3.1, RAM HyperX Savage Black Edition 16GB DDR4 3000 MHz, Graphic Card Gigabyte GeForce GTX 1080 8GB, Power supply Corsair RM Series 850W, Windows 10 64 bit.

  • How do you stitch images before geoconverting ? Are you maybe stitching them into too big images? A size compromise must probably be found...

    Geoconvert can handle a multitude of smaller images, you just need an AID file for each of them.

    The smaller the source image, the smaller the size of the mask at the image edge...

    Thanks.

    I think the stitched image size is a factor. In the next version (0.4) I've made that user configurable and also tweaked the default image size down to 8000px square.

    I tested GeoConvert with that size for a few hours last night. I can't make it fail outright, but it still has its quirks.

    The number of output tiles seems to have an effect. The higher, the more likely things will go wrong.

    Sometimes it completes the run then goes back to the beginning and does it all over again for no reason. (Others have reported this).

    Sometimes it writes files but doesn't report any progress on the UI and seems 'stuck'.

    Doing smaller runs is probably the answer, but it's not so easy to achieve.

    GeoConvert doesn't actually exit after a successful run, it stays open showing a success message. I'm going to have to poll the GeoConvert log to know when it's exited.

    The "Do smaller GeoConvert runs" feature will probably be in v0.5 and will be a user setting as it might not affect some users.

    AeroScenery - Easily create photoreal scenery for Aerofly

  • Has anyone from the IPACS team approached you about this wonderful tool of yours and offered assistance in getting it off the ground?

    Would imagine IPACS have to keep at arms length any projects that use Google and Bing orthophoto servers. Their T&Cs do have exemptions for downloading images for personal cache, but it's a grey area.

    That said, if anyone from IPACS reads this, there are a few simple tweaks to GeoConvert that would really, really help me out. Feel free to message me :)

    cc drhotwing1 (IPACS)

    AeroScenery - Easily create photoreal scenery for Aerofly

  • I'm in the process of getting some ortho images, so I'm looking forward to use your tool. The current process is a bit complicated, so anything that make it easier is welcome. :)

    And I hope IPACS team can help you out to make your tool better!

  • TomSimMuc 0.4 should fix the problems when stitching.

    I've also made the default stitched image size smaller. This is now configurable in settings.

    GeoConvert seems to handle this better. I was able to do several successful runs of level 12,13, 14 etc

    If you experience the same GeoConvert issues with these smaller stitched images, please attach the tm.log file from the GeoConvert folder.

    AeroScenery - Easily create photoreal scenery for Aerofly

  • Thanks for this great tool, 0.4 version worked great, no problem running actions. It didn't install scenery into AFS2, but I moved the folder and had no problem loading it. Now I'll check how to add vegetation and objects. :)

    Thanks

    Alex

  • I'm trying out this tool for the first time now, usually use geoconvert helper. A quick question, since it does not send files to AFS2 directly, where will the map files be located so I can find them and move them manually? So far I can't find them!

  • Thanks for this great tool, 0.4 version worked great, no problem running actions. It didn't install scenery into AFS2, but I moved the folder and had no problem loading it. Now I'll check how to add vegetation and objects. :)

    Thanks

    Alex

    Hi Alex,

    That's great to hear. I haven't written the "Install scenery action" yet, it'll be in the next version.

    AeroScenery - Easily create photoreal scenery for Aerofly

  • OK, The geoconvert says it is finished running. But I still cannot see where any output files have been placed. Am I missing something obvious? (it is almost 1AM here, so that's possible!) Tiredness is encroaching on cognitive ability!!

  • I'm trying out this tool for the first time now, usually use geoconvert helper. A quick question, since it does not send files to AFS2 directly, where will the map files be located so I can find them and move them manually? So far I can't find them!

    It creates an AeroScenery folder in your Windows Documents folder. If you go Settings (in the toolbar) it's the first item, "Working Folder". You can set it to where you want. The grid squares you've worked on are in there under AFS2 type names.

    In the toolbar above the map there's a "Open Image Folder" button. This will take you to the folder of the selected grid square (if there is one) for the current orthophoto source and zoom level.

    I'll be writing some docs and doing some tutorial videos when I have some time next week. :)

    AeroScenery - Easily create photoreal scenery for Aerofly

  • Not a good result unfortunately. Textures misplaced upon the topography. I tried to do the Inverness, Scotland area. Loch Ness is on the mountaintops instead of in the valley. Too tired to try again tonight, will give it another go tomorrow and see what happens. I tried four tiles, might just do one instead. Thanks for your efforts.

  • Not a good result unfortunately. Textures misplaced upon the topography. I tried to do the Inverness, Scotland area. Loch Ness is on the mountaintops instead of in the valley. Too tired to try again tonight, will give it another go tomorrow and see what happens. I tried four tiles, might just do one instead. Thanks for your efforts.

    Thanks for trying. I haven't done much testing with multiple squares at once, so yes, please try just one.

    Misalignment with the height map is either a coordinate issue on my side or the default Aerofly heightmap not being accurate enough to create pleasing results.

    Edit: My AID file coordinates appear to be accurate down to the pixel, so it's either the "steps_per_pixel" value or the default Aerofly heightmap that's letting things down.

    Can you let me know which grid squares you were working on so I can test myself?

    Hopefully I'll be able to get the heightmap feature into AeroScenery pretty soon.

    AeroScenery - Easily create photoreal scenery for Aerofly

    Edited 3 times, last by nickhod (July 1, 2018 at 10:26 AM).