-
Notifications
You must be signed in to change notification settings - Fork 28
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
The Lyons.gdb data isn't projecting correctly #5
Comments
had the same problem.. couldn't track down any properly referenced data. tool should still run on the data with broken CRS (so long as everything lines up) |
I uploaded a new case study (Pee Dee River). |
QGIS version: 3.12.1-București D:/BIHAR DEM/reproflood.tif C:\Windows\system32>set SAGA=C:/PROGRA C:\Windows\system32>set SAGA_MLB=C:/PROGRA C:\Windows\system32>PATH=C:\PROGRA C:\Windows\system32>call saga_cmd shapes_grid "Clip Grid with Polygon" -INPUT "C:/Users/vaibhav/AppData/Local/Temp/processing_JnBfmY/86b6d6622fd64c38a1acef999779cbe8/reproflood.sgrd" -POLYGONS "D:\BIHAR DEM\flood.shp" -OUTPUT "C:/Users/vaibhav/AppData/Local/Temp/processing_JnBfmY/80166a5300a9464b9155cd01374b7fb2/FLOOD_DEPTH_OUTPUT\clippingMask.sdat" ## ######## ### ## ## #### ###### ## ## ## ##### #SAGA Version: 2.3.2 (32 bit) library path: C:\PROGRA Load grid: C:/Users/vaibhav/AppData/Local/Temp/processing_JnBfmY/86b6d6622fd64c38a1acef999779cbe8/reproflood.sgrd... Load shapes: D:\BIHAR DEM\flood.shp... Parameters Grid system: 0.008983; 83x 82y; 85.676820x 25.723258y failed C:\Windows\system32>exit There were errors executing the algorithm. Loading resulting layers |
I have tried a few different tools and a few different transform options, but I can't seem to get the data in the test_case/Lyons.gdb to project into WGS84 anywhere close to Colorado. Instead, it keeps ending up at the right longitudes (I believe), but over the equator. My guesses are that either the data's projection information is incorrect, or that the y coordinates are incorrect. Perhaps there is some constant y-offset for that needs to be applied?
The text was updated successfully, but these errors were encountered: