Граф коммитов

931 Коммитов

Автор SHA1 Сообщение Дата
KatKatKateryna 84e47e2fa3
Merge pull request #216 from specklesystems/dev
update to latest QGIS version
2024-09-09 02:14:03 +01:00
KatKatKateryna f4804415fa
Merge pull request #215 from specklesystems/python-upgrade
upgrade libraries
2024-09-09 02:13:06 +01:00
KatKatKateryna daf92bdaca upgrade libraries 2024-09-09 02:12:04 +01:00
KatKatKateryna 66bf8e1267 ignore test 2024-09-09 01:13:11 +01:00
KatKatKateryna bdc9d4ac94
Merge pull request #212 from specklesystems/dev
Dev
2024-09-09 00:59:13 +01:00
KatKatKateryna 209614045c
Delete transparent raster cells (#214)
* earcut triangulation

* simplify large meshes

* allow to project non-flat stuff

* apply without surface layer

* fix reprojection for non-flat polygons

* get ARGB color

* check for transparent cells, dont send them

* fix extrusions

* prevent division by zero
2024-09-09 07:56:51 +08:00
KatKatKateryna be57c43d22
bring back fe2 URLs (#210)
* chore(domains): update speckle.xyz to app.speckle.systems

* reverted tests for FE1; fixed logo

* typo

* typo

* fe1 to fe2 links

* remove dependent FE2 tests

---------

Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2024-07-25 22:34:09 +08:00
KatKatKateryna d72c0c257f
Ignore extrusions on receive (#211)
* 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 de002e07f0.

* rely on string type for dataStorage.currentUnits

* fix units format

* standardize WKT format (#197)

* updato to m1 resource on CI, aligned with https://github.com/specklesystems/speckle-sharp/pull/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
2024-07-25 22:20:55 +08:00
KatKatKateryna b13fdf5561 ignore extruded Mesh on receive 2024-07-25 15:19:27 +01:00
KatKatKateryna d9a940641c don't mess transforms on send 2024-07-25 14:01:24 +01:00
KatKatKateryna a66792756e Merge branch 'main' into dev 2024-07-25 13:39:32 +01:00
KatKatKateryna e99d6d090f Merge branch 'main' into dev 2024-07-25 13:39:19 +01:00
Iain Sproat 472bed3f12
chore(domains): update speckle.xyz to app.speckle.systems (#208)
* chore(domains): update speckle.xyz to app.speckle.systems

* reverted tests for FE1; fixed logo

* typo

* typo

---------

Co-authored-by: KatKatKateryna <kateryna@speckle.systems>
2024-07-25 20:36:14 +08:00
KatKatKateryna b365803487
2.19 (#209)
* 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 de002e07f0.

* rely on string type for dataStorage.currentUnits

* fix units format

* standardize WKT format (#197)

* updato to m1 resource on CI, aligned with https://github.com/specklesystems/speckle-sharp/pull/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
2024-07-25 20:28:30 +08:00
KatKatKateryna 9da4bda5da
Merge branch 'main' into dev 2024-07-25 14:25:56 +02:00
KatKatKateryna 77acf0858c fix raster rotation on send 2024-07-25 13:01:23 +01:00
KatKatKateryna 86e5215763 note 2024-07-25 12:29:51 +01:00
KatKatKateryna 97514de0ea receive raster with offsets 2024-07-25 11:48:01 +01:00
KatKatKateryna dcda4fab0c send rasters properly with offsets 2024-07-25 02:51:33 +01:00
KatKatKateryna 16affa52b4
2.19 release_to_MAIN (#196)
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 de002e07f0.

* rely on string type for dataStorage.currentUnits

* fix units format

* standardize WKT format (#197)

* updato to m1 resource on CI, aligned with https://github.com/specklesystems/speckle-sharp/pull/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
2024-07-01 22:06:32 +08:00
KatKatKateryna 467a1c244c syntax error 2024-07-01 14:51:57 +01:00
KatKatKateryna 5a0ef6fe5a remove extra readme 2024-06-30 03:09:55 +01:00
KatKatKateryna 424fb6eb32 tags 2024-06-30 03:07:13 +01:00
KatKatKateryna ac89678533 updated links 2024-06-30 03:03:00 +01:00
KatKatKateryna cb619170bd max pts 2024-06-30 02:34:40 +01:00
KatKatKateryna f7564d3805
simplify and triangulate large meshes (#201)
* simplify and triangulate large meshes

* more clear logic with adding points

* apply coeff to inner rings

* fix indexError
2024-06-30 09:03:43 +08:00
KatKatKateryna 822b1cb7cc
raster renderer edge cases (#206) 2024-06-30 09:03:16 +08:00
KatKatKateryna 1127ea1f9f
updato to m1 resource on CI, aligned with https://github.com/specklesystems/speckle-sharp/pull/3449 (no rosetta) (#204) 2024-06-30 01:35:28 +08:00
KatKatKateryna 110cd85d21
standardize WKT format (#197) 2024-06-29 23:19:07 +08:00
KatKatKateryna c1ca1e586a fix units format 2024-06-05 19:32:40 +01:00
KatKatKateryna 764e558326 rely on string type for dataStorage.currentUnits 2024-06-05 17:36:57 +01:00
KatKatKateryna b3f9599de4 Revert "remove specklepy call in helpers"
This reverts commit de002e07f0.
2024-06-05 17:34:20 +01:00
KatKatKateryna de002e07f0 remove specklepy call in helpers 2024-06-05 17:33:55 +01:00
KatKatKateryna 753a104dff
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
2024-06-05 20:31:07 +08:00
KatKatKateryna 9533b69f50
qgis max version (#194) 2024-06-05 17:50:01 +08:00
KatKatKateryna ad34e3bbe6
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
2024-06-05 17:48:19 +08:00
KatKatKateryna 8463c82260 update specklepy 2024-03-28 17:17:16 +01:00
KatKatKateryna e6ba9186ac
Merge pull request #192 from specklesystems/JR-Morgan-patch-1
Update config.yml
2024-03-14 19:30:11 +08:00
Jedd Morgan 2adddf0c72
Update config.yml 2024-03-14 11:15:08 +00:00
KatKatKateryna 27cffa23d6
Merge pull request #191 from specklesystems/2.18-final
2.18 final
2024-03-14 19:09:30 +08:00
KatKatKateryna 3811b86fd4 noData on receive 2024-03-14 12:09:03 +01:00
KatKatKateryna 6510b5e5ad clean tests for now 2024-03-14 11:39:21 +01:00
KatKatKateryna 0ed98ed020 Merge branch 'main' into unit_tests 2024-03-14 10:49:09 +01:00
Jedd Morgan 655672c723
feat(ci): [CNX-9127] Update to digicert-keylocker (#190)
* feat(ci): Update to digicert-keylocker

* removed pem
2024-03-11 17:15:52 +01:00
KatKatKateryna f9ff64d514 remove Build filters from CI 2024-03-04 12:34:26 +00:00
KatKatKateryna e6c30f7dde Merge branch 'main' into unit_tests 2024-03-01 11:16:09 +00:00
KatKatKateryna 19dd73bb32
Merge pull request #185 from specklesystems/certificates
.
2024-02-27 05:54:25 +08:00
KatKatKateryna 1f7a04a0ac . 2024-02-26 21:54:24 +00:00
KatKatKateryna 597513bd65 remove cmd 2024-02-26 21:47:04 +00:00
KatKatKateryna 2c53d906ed
Merge pull request #184 from specklesystems/certificates
powershell
2024-02-27 01:30:54 +08:00