This is what I use to create aerial imagery tiles for MSFS. It works for both 2020 and 2024. It uses GTiff2Tiles, and tiles2bing (both included in the tools folder), and can be accessed by the provided batchfile. The imagery should be a geotiff in the provided image folder, and named test.tif for the provided batchfile to do it's job. Edit the batchfile if you are comfortable with that, to change the max zoom level or the name of the geotiff.
Included in the Image folder is a GeotiffCreator.exe It should be fairly easy to use. You can load a geotiff, and change it's coordinates, or grab the image in the display and move it around the earth or resize it by grabbing a corner of the image. You can save as lat-long (EPSG:4326) or as meters (ESPG:3857) (I like meters)
The source for the app is included. It was made in collaboration with Google's Gemini. I provide the ideas and needed corrections, Gemini writes the code. It's python, and the EXE is compiled to run as a Windows app... python installation not needed. You can load any image and georeference it, to save as a GeoTiff.
It's a good example of how AI can help create tools for our MSFS development journey.
Everything is included, and the batchfile processing works well in turning an image into MSFS aerial tiles suitable for an MSFS project.
Included in the Image folder is a GeotiffCreator.exe It should be fairly easy to use. You can load a geotiff, and change it's coordinates, or grab the image in the display and move it around the earth or resize it by grabbing a corner of the image. You can save as lat-long (EPSG:4326) or as meters (ESPG:3857) (I like meters)
The source for the app is included. It was made in collaboration with Google's Gemini. I provide the ideas and needed corrections, Gemini writes the code. It's python, and the EXE is compiled to run as a Windows app... python installation not needed. You can load any image and georeference it, to save as a GeoTiff.
It's a good example of how AI can help create tools for our MSFS development journey.
Everything is included, and the batchfile processing works well in turning an image into MSFS aerial tiles suitable for an MSFS project.