Project the surface MEOS publishes today - #42
Merged
estebanzimanyi merged 1 commit intoSep 7, 2026
Conversation
The generated surface is the catalog's projection at MobilityDB d64dcffecee20e939ab227a4dbf8943b551030f4 through MEOS-API 5311fdbf0. The raster value family — `raster_value`, `raster_at_value`, `raster_minus_value`, `eraster_value` and `araster_value` — reads a trajectory, a raster and a band, which is what MEOS declares for it. `geo_is_planar_areal`, `geo_every_part_bounds_area` and `stbox_nad` join the surface. `mindistance_tgeo_tgeo` leaves it. MEOS declares it in no header and `libmeos.so` defines no such symbol — `mindistance_tcbuffer_tcbuffer` and `mindistance_tgeoarr_tgeoarr` are the two the library exports — so a wrapper naming it resolves nothing at load and the caller learns that only when the call is made. 4686 functions across 26 headers, 8 by-value structs, and 150 vendored declarations left to their own project; the object layer emits 1355 methods over 115 classes with 6 deferred. The build takes 0 warnings and the suite passes 67 of 67 with none skipped.
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.
The generated surface is the catalog's projection at MobilityDB
d64dcffecee20e939ab227a4dbf8943b551030f4 through MEOS-API 5311fdbf0. The raster
value family —
raster_value,raster_at_value,raster_minus_value,eraster_valueandaraster_value— reads a trajectory, a raster and a band,which is what MEOS declares for it.
geo_is_planar_areal,geo_every_part_bounds_areaandstbox_nadjoin the surface.mindistance_tgeo_tgeoleaves it. MEOS declares it in no header andlibmeos.sodefines no such symbol —mindistance_tcbuffer_tcbufferandmindistance_tgeoarr_tgeoarrare the two the library exports — so a wrappernaming it resolves nothing at load and the caller learns that only when the call
is made.
4686 functions across 26 headers, 8 by-value structs, and 150 vendored
declarations left to their own project; the object layer emits 1355 methods over
115 classes with 6 deferred. The build takes 0 warnings and the suite passes 67
of 67 with none skipped.