-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warnings #77
Comments
2024-09-06T10:39:23 WARNING warning:C:\Users/Karen/AppData/Roaming/QGIS/QGIS3\profiles\MapCrafter/python/plugins\flo2d_mapcrafter\mapping\scripts.py:252: DeprecationWarning: QgsRasterInterface.bandStatistics() is deprecated
|
2024-09-06T10:39:25 WARNING warning:C:\Users/Karen/AppData/Roaming/QGIS/QGIS3\profiles\MapCrafter/python/plugins\flo2d_mapcrafter\mapping\flood.py:336: DeprecationWarning: QgsField constructor is deprecated
|
2024-09-06T10:55:52 WARNING warning:C:\OSGeo4W\apps\Python312\Lib\site-packages\pyproj\crs\crs.py:141: FutureWarning: '+init=:' syntax is deprecated. ':' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
|
2024-09-06T10:55:52 WARNING warning:C:\Users/Karen/AppData/Roaming/QGIS/QGIS3\profiles\MapCrafter/python/plugins\flo2d_mapcrafter\mapping\storm_drain.py:509: UserWarning: Column names longer than 10 characters will be truncated when saved to ESRI Shapefile.
|
2024-09-06T10:55:52 WARNING warning:C:\OSGeo4W\apps\Python312\Lib\site-packages\pyogrio\raw.py:709: RuntimeWarning: Normalized/laundered field name: 'SurchargeDepth' to 'SurchargeD'
|
2024-09-06T10:38:28 CRITICAL Problem with GRASS installation: GRASS was not found or is not correctly installed |
|
The QgsRasterInterface.bandStatistics() deprecation is being a pain in the neck. I'll solve this one later. The rest is solved on https://github.com/FLO-2DSoftware/FLO-2DMapCrafter/tree/deprecation-warning |
I'm so glad you said that about the bandStatistics!!! I couldn't figure it out. |
I spent the whole Friday afternoon and some hours this morning and I also couldn't figure out. I'll try a totally different approach, but I'll work on the other issues first. |
I thought it would be super easy!!! |
Ooooh maybe GDAL has Band Stats. |
All fixed and merged on #83 |
Only deprecation warnings are from swmmio |
2024-09-06T10:39:15 WARNING warning:C:\OSGeo4W\apps\Python312\Lib\site-packages\swmmio\utils\text.py:265: FutureWarning: The 'delim_whitespace' keyword in pd.read_csv is deprecated and will be removed in a future version. Use
sep='\s+'
insteadoptions = pd.read_csv(StringIO(ops_string), header=None,
The text was updated successfully, but these errors were encountered: