Opensfm v110 - #2071
Open
DodgySpaniard wants to merge 7 commits into
Open
Conversation
DodgySpaniard
commented
Aug 25, 2026
Member
- Cleaned up and picked up changes from Opensfm 370 #2057 into a fresh master.
- Updated with OpenSfM V1.1 branch.
Member
Author
…uracy opensfm no longer supports planar algo, and applies anisotropic GPS weighting
- Added flag to control tmalloc linking. - Adding gperftools to all dependences (not linking it now).
DodgySpaniard
force-pushed
the
opensfm-v110
branch
from
August 26, 2026 13:27
c4481c8 to
1a17a20
Compare
smathermather
approved these changes
Sep 9, 2026
DodgySpaniard
marked this pull request as ready for review
September 9, 2026 13:45
MJohnson459
approved these changes
Sep 10, 2026
MJohnson459
left a comment
Contributor
There was a problem hiding this comment.
Looks good other than a couple of deps that could move to the dependencies section instead of pypi-dependencies. That makes them more robust to different platforms, allows proper version resolution, and avoids any compilation they might have.
| edt = "==3.0.0" | ||
| fiona = "==1.10.1" | ||
| pillow-jxl-plugin = "==1.3.4" | ||
| pyarrow = "==20.0.0" # Must match conda's libarrow (python-pdal/GDAL) or sklearn dies on import. |
Contributor
There was a problem hiding this comment.
pyarrow seems to be on conda-forge, any reason it needs to be a pypi depedency?
| pysolar = "==0.13" | ||
| rasterio = "==1.4.3" | ||
| rawpy = "==0.25.0" | ||
| rerun-sdk = "==0.27.2" # OpenSfM (pinned to match its pyproject) |
Contributor
There was a problem hiding this comment.
rerun-sdk should be on conda-forge as well. Is this needed at runtime? If not we could move it to the build dependencies as well.
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.