-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix the *cs values so that the UTM33N coordinate frame is correct #6
Comments
A number of people have looked at this over the years - we should certainly sit down and finally fix it! Our survey is still located versus the Slovene Gauss-Kruger grid, which isn't quite a UTM (they use a different, now mostly obsolete, spheroid). |
2005 DEM data is going to be well out of date. The tech has moved on very far. You might be able to get the 1-second-arc NASA terrain data from http://viewfinderpanoramas.org/dem3.html#alps or https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/ Looking at the terrain mapping tools here shows that a 1m lidar dataset exists for the whole of the country: http://gis.arso.gov.si/atlasokolja/profile.aspx?id=Atlas_Okolja_AXL@Arso&culture=en-US There's a QGIS plugin that allows for downloading this data, but it didn't work last time I tried it: https://github.com/nejcd/LidarSloveniaDataDownloader You could take a stab at reverse engineering the URL in the code to try and download the bit you need using this function |
I spent a while looking into the coordinate system setup a couple of years ago and I think it is correctly set up for the data we currently have. I'm not sure if you have seen it, but I have tried to document this in the master survex file (here). We are also well aware of the LIDAR data - it's a fantastic dataset! A couple of us have been playing around with this but as far as I'm aware there aren't many in the club who use QGIS (perhaps we should!). I wrote a small script that puts the data into a form that survex can read (though survex is limited to 1m altitude resolution), which you can find here. In terms of downloading the LIDAR data, you can do this manually through the link you sent in your last post. This isn't too much of a chore as each tile is 1km² so you don't have to download many. Of course, it would be nice to automate the process! |
The 2005 DEM data isn't as primitive as you may imagine! The benefits of the primitive artificial-survey legs way of the DEM directory are:- @randomp1 - where you ever able to fix that issue with the height of the 1mx1m DEM data? I seem to recall it sort of floated +25 m above the surface legs? |
The gis.arso.gov.si site gies these as the same place:
*cs out UTM33N results in a map overlaying equatorial guinea with this data. This is sort of thing is always very fiddly to get right. CUCC-Austria has an out-of-date austria-centric coordinate system that the austrians no longer use as its input basis, but somehow the output coords are cooperating with the rest of the world. I checked the geoid height there, and it gives 46m. Unfortunately not the same as your +25m altitude error, so that's not the easy answer. https://geographiclib.sourceforge.io/cgi-bin/GeoidEval?input=46d01%2709%22+14d00%2750%27%27&option=Submit Mike Futrell (virginia caver) whose job is professional surveying for property says they ignore all instrument altitudes (eg GPS and altimeter) and simply lift the numbers off the lidar maps when they know the lat-lng. This eliminates all these geoid altitude problems. The most advanced use of QGIS is I know is the matienzo data set: http://matienzocaves.org.uk/MCP-QGIS/index.htm It's the way forward as it connects us into all the other GIS tech/functions that are more advanced than we can imagine. |
I've tried commenting out the different *cs commands in the dataset but I can't get it to output in a cs frame that appears in Slovenia.
For UTM33N I think you want points around the lng,lat of 429096E,5130056N, but it's giving values of 123754N, which is to close to the equator.
If this is fixed then it will be possible to load the centreline into QGIS and project it under lidar elevation models.
The text was updated successfully, but these errors were encountered: