Skip to content

Conversation

oitel
Copy link
Contributor

@oitel oitel commented Oct 12, 2025

No description provided.

@oitel oitel requested a review from Fedr October 13, 2025 07:29
// load values from tiff to ouput.data
MRMESH_API Expected<void> readRawTiff( const std::filesystem::path& path, RawTiffOutput& output );

struct WriteRawTiffParams
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be better derive:

struct WriteRawTiffParams : BaseTiffParameters

Comment on lines 81 to 84
// optional transformation data written to GeoTIFF's ModelTransformationTag
const AffineXf3f* xf = nullptr;
// optional NoData value written to GDAL_NODATA
std::optional<std::string> noData;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inconsistency: one optional parameter is passed using pointer, and the other using std::optional

@Fedr Fedr merged commit fac5deb into master Oct 13, 2025
35 checks passed
@Fedr Fedr deleted the feature/tiff_nodata branch October 13, 2025 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants