-
Notifications
You must be signed in to change notification settings - Fork 24
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
No Lidar data #22
Comments
Fixed by #23 The .json file format from gov.uk appears to have changed. |
Ok thanks for the reply would there be any way i could fix this manually or would i have to wait for an update? Edit: Ive not used github that much before but i just found the update you made under #23. has this been added to the main file or has it not been approved yet? |
It's very easy to fix manually. Within /lib/Elevation/UKDEFRA.pm, change the section at line 179 from to
Edit, oof formatting. This might be clearer: 8be969c The pull request has not yet been approved. |
I managed to mess up my branches so it's now in a new pull request: #25 |
I don't know whether you had any success with that, but it does appear that the latest LIDAR data in some areas uses a different format to what this program expects. You can sanity check what it downloads in the DTM and DSM folders (they should look very similar, full of .asc files). In my case for Leeds I found that I was actually getting the best results forcing the date to 2017 to get valid files. |
Hi, I'm the developer but I've not been paying much attention. Do I need to do a thing here? I'm not very experienced with pull request etiquette. |
@cgutteridge, I guess that etiquette is that it's your software and you can do what you like with it! Review and approve or decline a merge as you see fit. On the pull request, as I've now discovered that it's going to need some additional logic I'd not bother merging it. |
@cgutteridge, as an example, a JSON file I get provides this as a 2019 DTM file: and this (as expected) as a 2017 DSM file (no 2019 DSM): There's a 2017 DTM file in the expected format too: |
i will find out this week what is going on and get back on whether your code has fixed it. |
I have created a world with this code on a raspberry pi 3 b but it doesn't seem like it is pulling any lidar data as when i load the world on 1.12.2 it only resembles the openstreetmap tiles and doesn't have any detail other than plain brick buildings. i have found no errors shown when generating the world and the size is 1 km square.
Any ideas on possible solutions?
The text was updated successfully, but these errors were encountered: