You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\widget_domains.py", line 352, in on_set_canvas_extent_button_clicked
self.set_domain_to_extent(map_crs, extent)
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\widget_domains.py", line 385, in set_domain_to_extent
center_lonlat = domain_crs.to_lonlat(Coordinate2D(center_x, center_y))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\crs.py", line 150, in to_lonlat
out = self.transform_point(srs_in=self.srs, srs_out=self.lonlat_srs, point=point)
^^^^^^^^^^^^^^^
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\crs.py", line 185, in lonlat_srs
assert not srs_out.EPSGTreatsAsLatLong(), 'expected lon/lat axis order'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: expected lon/lat axis order
I have no idea how to reproduce the bug
When I try to set to domain, it bugs out.
Latest verison of QGIS
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\widget_domains.py", line 352, in on_set_canvas_extent_button_clicked self.set_domain_to_extent(map_crs, extent) File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\widget_domains.py", line 385, in set_domain_to_extent center_lonlat = domain_crs.to_lonlat(Coordinate2D(center_x, center_y)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\crs.py", line 150, in to_lonlat out = self.transform_point(srs_in=self.srs, srs_out=self.lonlat_srs, point=point) ^^^^^^^^^^^^^^^ File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\crs.py", line 185, in lonlat_srs assert not srs_out.EPSGTreatsAsLatLong(), 'expected lon/lat axis order' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: expected lon/lat axis order
I have no idea how to reproduce the bug
When I try to set to domain, it bugs out.
Latest verison of QGIS
I also ran into the same bug. It appears there's a version conflict with QGIS. Did downgrading the version help fix it?
Traceback (most recent call last):
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\widget_domains.py", line 352, in on_set_canvas_extent_button_clicked
self.set_domain_to_extent(map_crs, extent)
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\widget_domains.py", line 385, in set_domain_to_extent
center_lonlat = domain_crs.to_lonlat(Coordinate2D(center_x, center_y))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\crs.py", line 150, in to_lonlat
out = self.transform_point(srs_in=self.srs, srs_out=self.lonlat_srs, point=point)
^^^^^^^^^^^^^^^
File "C:\Users/Admin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\crs.py", line 185, in lonlat_srs
assert not srs_out.EPSGTreatsAsLatLong(), 'expected lon/lat axis order'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: expected lon/lat axis order
I have no idea how to reproduce the bug
When I try to set to domain, it bugs out.
Latest verison of QGIS
The text was updated successfully, but these errors were encountered: