- Jul 07, 2020
-
-
Cédric Traizet authored
REFAC: don't use GetProjectionRef in ChangeInformationImageFilter because the method don't use the itk metadata dictionary anymore
-
- Jul 06, 2020
-
-
Cédric Traizet authored
BUG: don't write identity geotransform (0,1,0,0,0,1) in ImageTest and VectorImageTest (back compatibility)
-
Cédric Traizet authored
-
- Jul 03, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
- Jul 02, 2020
-
-
Cédric Traizet authored
BUG: use SetProjectionRef() instead of MetadataKey::ProjectionRefKey to set the output projection (new metadata framework)
-
Julien Osman authored
-
Cédric Traizet authored
-
Julien Osman authored
-
Cédric Traizet authored
This reverts commit ac35c7d8.
-
- Jul 01, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
Merge branch '2024-metadata-refac' of https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb into 2024-metadata-refac
-
Cédric Traizet authored
REFAC: return an empty projection in GetGCPProjection if the image has no gcp instead of asserting that the image has gcps (or segfault in release mode). This means that the user of ImageCommon does not have to check that the image has gcp before calling this method
-
Julien Osman authored
When using ToJSON attribute to export metadata, the order the metadata are exported depends on the platform. This is not a problem when working with metadata, but the test (as they are currently made) need a constant order of the metadata in the output file.
-
Cédric Traizet authored
-
- Jun 30, 2020
-
-
Cédric Traizet authored
-
- Jun 26, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
ENH: move implementation of non virtual methods to a source file to add them in the shared library in MetadataStorageInterface and MetadataSupplierInterface
-
Cédric Traizet authored
-
- Jun 25, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
BUG: remove cast to char* const& as it does not compile on windows, the lexical cast to char* is notneeded anyway
-
- Jun 22, 2020
-
-
Julien Osman authored
-
Cédric Traizet authored
Fix spatial reference equality tests Closes #2051 and #2055 See merge request orfeotoolbox/otb!720
-
Cédric Traizet authored
Fix Centos CI build See merge request orfeotoolbox/otb!719
-
- Jun 17, 2020
-
-
Cédric Traizet authored
ENH: override SetNumberOfComponentsPerPixel to implement a default behavior for band specific metadata copy
-
Cédric Traizet authored
-
Cédric Traizet authored
BUG: Use the same mapping strategy when comparing spatial reference from a Datasource and a wkt string
-
- Jun 16, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
BUG: use the PCA transformation matrix instead of the ICA transformation matrix to determine the output size
-
- Jun 15, 2020
-
-
Cédric Traizet authored
BUG: #2046 Add an epsilon margin to compute the m_ReachableOutputRegion Closes #2046 See merge request orfeotoolbox/otb!714
-
- Jun 14, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
Error in the documenation of the QGIS plugin See merge request orfeotoolbox/otb!716
-
Cédric Traizet authored
-
- Jun 12, 2020
-
-
Cédric Traizet authored
-
Laurențiu Nicola authored
Update GDAL version in superbuild (3.1.0) Closes #2052 See merge request !715
-
Cédric Traizet authored
-