-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to set the format of the input file las? #23
Comments
Hello @wenxiayili First of all, thank you for using mago 3DTiler. It looks like you want to output EPSG:4547 data as EPSG:4978 tiles. Unfortunately, outputting to EPSG:4978 is not supported. |
Thank you for taking the time to answer my questions, I really appreciate it. I have another question I'd like to ask. I'm working with spatial coordinates in EPSG:4547, but when I try to convert them to EPSG:4326, the values don't seem to match the expected results on the map. Could you explain why this might be happening? |
Given that your points are vertically long, we suspect that CRS EPSG:4547 was not interpreted. Sometimes the built-in geotools are unable to interpret EPSG code.
If the code above doesn't work, I'll need to do some additional debugging. |
thank you! |
solved |
This is a very good library. During its use, I encountered a problem.If you have time, please help answer this, thank you.
My command:
>java -jar mago-3d-tiler-1.7.0-natives-windows.jar -it las -i D:\document\cesiumlab\las\Combine.las -o D:\tranform-tool\out-put-dy -c 4547
But the output coordinates seem to be incorrect. The image below shows how it's displayed in Cesium.
I want to output in EPSG 4978 format. How do I do this?
The text was updated successfully, but these errors were encountered: