eabase

Results 403 comments of eabase

Changing to `--install-prefix 'C:\Program Files\SoapySDR\'` gives this: ```bash # cmake --build . --config Release --target install MSBuild version 17.13.9+e0f243f1e for .NET Framework rtlsdrSupport.vcxproj -> C:\mydev\gitclones\SoapyRTLSDR\build\Release\rtlsdrSupport.dll 1> -- Install configuration: "Release"...

@zuckschwerdt Any idea what this means?

Seem like `rtlsdr.dll` is missing... So it have been be dynamically compiled? ```bash ldd rtlsdrSupport.dll | grep -iE --color=always "not found|$" ``` ![Image](https://github.com/user-attachments/assets/b9cd053d-da87-42fd-b8bd-57e53f1f699b) Copying the `rtlsdr.dll` from my "library": ```powershell...

Also, the `Sample rates` I get, are completely different (and seemingly wrong) than what's shown in the Wiki page: https://github.com/pothosware/SoapyRTLSDR/wiki#detecting-the-rtl-sdr `MINE`: Sample rates: **[0.225001, 0.3], [0.900001, 3.2] MSps** `Wiki`: Sample...

> No idea how to statically compile on MSVC, sorry. But it's not recommended anyway, The only reason why it is *not recommended* is that people are too lazy to...

Why is this in Russian? I guess if you can't be bothered to translate and post in English, anyone who can help you will probably also not bother...

@schuggermi Sounds very useful. BUT - Please TEST! - Please document how to use and select your DB and how to disable it if not used.

This is really weird, why is `folium.GeoJson()` using `(x,y)`, whereas `Polygon()` or `folium.vector_layers.Polygon(locations=...)` is using `(y,x)`? What am I missing to understand here?