Dan Paulat

Results 152 comments of Dan Paulat

Conan 1.x is required. 2.x is not yet supported (#109). CMake is finding Visual Studio, but not Conan. Conan does not find preview installations of Visual Studio by default. I...

Looks like you got past the Conan issue and ran into another. Try the following sequence: ``` git submodule sync git submodule update --init --recursive ``` The first one will...

The test_mln* projects shouldn't need to be built. If you build supercell-wx and not ALL_BUILD, it _should_ skip those. setup-debug.bat should not be needed at this stage.

I suspect you are seeing this because level 2 data is only loaded as complete files. The data is made available on the server in chunks, which I currently don't...

> > I suspect you are seeing this because level 2 data is only loaded as complete files. The data is made available on the server in chunks, which I...

> No this was data from Level 3 products Good to know. I will investigate further.

I loaded the same set of data in Supercell Wx (KMOB, 2024-04-10, 17:30 UTC): https://github.com/dpaulat/supercell-wx/assets/2886605/f21aed0c-f03a-4656-b814-6c675f776afd Since the base tilt is less than 0.5 degrees, I switched each pane from tilt...

It looks like I'm only using one sweep out of each level 2 file, instead of all of them (typically 2-3).

That looks like either a bug with QMapLibre/maplibre-native or a memory leak. I do know there have been some improvements to maplibre. I'm waiting to update maplibre in order to...

I'll hold this open until after I investigate potential memory leaks and update maplibre-native in the next week or two. Hopefully that ends up resolving the issue.