Skip to content

Commit 9fcd0e8

Browse files
feat(operators): skip empty tiles and merge masks in onnx; remove trace/debug in release mode (#1061)
* wip * remove more trace and debug calls on release builds * rename tracing removed macros * add mask merge and tile skip params to onnx operator * fmt * rust 1.88 * clippy auto-fixes * manual clippy fixes * update deps * cargo update * update onnx * cargo fmt * update sqlfluff * update lock * adapt to main changes * adapt array4 usage in onnnx * add docs * replace log with tracing * rework nodata handling * rework nodata handling #2 * set features and rename variable * move ml model no data handling to model metadata * refactor ml model api types * delegate MlModelName serde to impl type * move migration sql into own file * tagged or untagged ??? * lint sql * cargo.toml * use next() * event_anabled * don't serialize operator type * remove todo * debug tracing * openapi camel case --------- Co-authored-by: Christian Beilschmidt <[email protected]>
1 parent b8910c8 commit 9fcd0e8

File tree

76 files changed

+1425
-779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1425
-779
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ services/test_upload/
2222
**/*.gpkg-shm
2323
**/*.gpkg-wal
2424
geo_engine_*.log
25+
geo_engine.*.log
2526
**/**.aux.xml
2627
test_data/netcdf4d/overviews/*

0 commit comments

Comments
 (0)