-
Notifications
You must be signed in to change notification settings - Fork 8
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
simplify and triangulate large meshes #201
Merged
Merged
Conversation
This file contains 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #201 +/- ##
==========================================
- Coverage 21.22% 21.20% -0.02%
==========================================
Files 44 44
Lines 6351 6365 +14
==========================================
+ Hits 1348 1350 +2
- Misses 5003 5015 +12 ☔ View full report in Codecov by Sentry. |
KatKatKateryna
added a commit
that referenced
this pull request
Jul 1, 2024
2.19 updates: add GisFeature class speed up raster conversions simplify large polygon display Meshes on Send specify QGIS max version generate installers for Mac (we had it already, just needed a change in CI) * add Gis feature class on send and receive (#195) * send GisFeature * remove display val from child geometries * receive GisFeature * fix * ensure units are strings * fix failing test * qgis max version (#194) * raster conversion speed (#193) * draft based on c# (adjust offset/rotation; XY directions) * speed up, no offset * to test, add correction XY * fixed * final fixes * move function out * non-negative scale and dimensions * more optimized renderers, fixed "correction" for rasters * remove specklepy call in helpers * Revert "remove specklepy call in helpers" This reverts commit de002e0. * rely on string type for dataStorage.currentUnits * fix units format * standardize WKT format (#197) * updato to m1 resource on CI, aligned with specklesystems/speckle-sharp#3449 (no rosetta) (#204) * raster renderer edge cases (#206) * simplify and triangulate large meshes (#201) * simplify and triangulate large meshes * more clear logic with adding points * apply coeff to inner rings * fix indexError * max pts * updated links * tags * remove extra readme * syntax error
KatKatKateryna
added a commit
that referenced
this pull request
Jul 25, 2024
* add Gis feature class on send and receive (#195) * send GisFeature * remove display val from child geometries * receive GisFeature * fix * ensure units are strings * fix failing test * qgis max version (#194) * raster conversion speed (#193) * draft based on c# (adjust offset/rotation; XY directions) * speed up, no offset * to test, add correction XY * fixed * final fixes * move function out * non-negative scale and dimensions * more optimized renderers, fixed "correction" for rasters * remove specklepy call in helpers * Revert "remove specklepy call in helpers" This reverts commit de002e0. * rely on string type for dataStorage.currentUnits * fix units format * standardize WKT format (#197) * updato to m1 resource on CI, aligned with specklesystems/speckle-sharp#3449 (no rosetta) (#204) * raster renderer edge cases (#206) * simplify and triangulate large meshes (#201) * simplify and triangulate large meshes * more clear logic with adding points * apply coeff to inner rings * fix indexError * max pts * updated links * tags * remove extra readme * syntax error * send rasters properly with offsets * receive raster with offsets * note * fix raster rotation on send
KatKatKateryna
added a commit
that referenced
this pull request
Jul 25, 2024
* add Gis feature class on send and receive (#195) * send GisFeature * remove display val from child geometries * receive GisFeature * fix * ensure units are strings * fix failing test * qgis max version (#194) * raster conversion speed (#193) * draft based on c# (adjust offset/rotation; XY directions) * speed up, no offset * to test, add correction XY * fixed * final fixes * move function out * non-negative scale and dimensions * more optimized renderers, fixed "correction" for rasters * remove specklepy call in helpers * Revert "remove specklepy call in helpers" This reverts commit de002e0. * rely on string type for dataStorage.currentUnits * fix units format * standardize WKT format (#197) * updato to m1 resource on CI, aligned with specklesystems/speckle-sharp#3449 (no rosetta) (#204) * raster renderer edge cases (#206) * simplify and triangulate large meshes (#201) * simplify and triangulate large meshes * more clear logic with adding points * apply coeff to inner rings * fix indexError * max pts * updated links * tags * remove extra readme * syntax error * send rasters properly with offsets * receive raster with offsets * note * fix raster rotation on send * don't mess transforms on send * ignore extruded Mesh on receive
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.
No description provided.