Merged
Conversation
Fix convertion to lat lon
this gave issues for CRS where lat-long is used, and the further conversion was crashing with 'inf'... If I take a dutch building in 7415, then convert to 4937 I get lat-long. Then again convert back to 7415 and all is good. So I *think* it works, but more tests are surely needed :J
The idea is that is someone puts epsg:4326 as CRS, then the z-value should be just the distance in meters to the ellipsoid. So forcing to 3D means we obtain epsg:4979 in fact. https://pyproj4.github.io/pyproj/stable/advanced_examples.html#promote-crs-to-3d https://pyproj4.github.io/pyproj/stable/api/crs/crs.html#pyproj.crs.CRS.to_3d
Add support for exporting textures to .obj
because not necessary anymore, in the core cityobjects in v2.0
by removing duplicates only once and not after each line...
https://github.com/cityjson/metadata-extended this was making cjio complex to update and maintain, and I don't think it was used much... or no users ever mentioned using them the support for "metadata" stays, no worries about this!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[0.10.0] – 2025-05-08
Changed
medata_removewas renamed tometadata_extended_removeand can be used to remove the deprecated extended metadata from older filestexture_updateandtexture_locatecommands and also thesavecommand with the--textureflag.get_normal_newell(poly)to reject faces with > 3 pointsAdded
Removed:
metadata_createandmetadata_update