Commit 9fcd0e8
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- datatypes/src
- expression
- src
- operators
- src
- adapters
- raster_subquery
- cache
- engine
- machine_learning
- processing
- expression
- raster_vector_join
- temporal_raster_aggregation
- time_projection
- source
- gdal_source
- ogr_source
- util
- services
- src
- api
- handlers
- model
- responses/ml_models
- bin
- contexts
- migrations
- datasets
- external
- copernicus_dataspace
- netcdfcf
- wildlive
- layers
- machine_learning
- quota
- tasks
- users
- util
- workflows
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
0 commit comments