Antonio Valentino pushed to branch master at Debian GIS Project / xsar
Commits: 472e2912 by Antonio Valentino at 2024-05-28T05:07:18+00:00 New upstream version 2024.05.27 - - - - - 58bb688e by Antonio Valentino at 2024-05-28T05:07:25+00:00 Update upstream source from tag 'upstream/2024.05.27' Update to upstream version '2024.05.27' with Debian dir 83b0765b2cea4b60a2e2d6a2fff0a2a2963faca9 - - - - - d00ea00a by Antonio Valentino at 2024-05-28T05:08:15+00:00 New upstream release - - - - - 84f4a3ef by Antonio Valentino at 2024-05-28T05:08:42+00:00 Set distribution to unstable - - - - - 3 changed files: - .git_archival.txt - debian/changelog - src/xsar/sentinel1_dataset.py Changes: ===================================== .git_archival.txt ===================================== @@ -1 +1 @@ -ref-names: tag: 2024.05.15 \ No newline at end of file +ref-names: HEAD -> develop, tag: 2024.05.27 \ No newline at end of file ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +xsar (2024.05.27-1) unstable; urgency=medium + + * New upstream release. + + -- Antonio Valentino <[email protected]> Tue, 28 May 2024 05:08:24 +0000 + xsar (2024.05.15-1) unstable; urgency=medium * New upstream release. ===================================== src/xsar/sentinel1_dataset.py ===================================== @@ -167,7 +167,6 @@ class Sentinel1Dataset(BaseDataset): # noise levels LUTs ds_noise_range = self.sar_meta.get_noise_range_raw - ds_noise_range.attrs['history'] = 'noise' ds_noise_azi = self.sar_meta.get_noise_azi_raw # antenna pattern @@ -182,7 +181,6 @@ class Sentinel1Dataset(BaseDataset): # 'noise_lut']) # patch applied here is distinct to same patch applied on interpolated noise LUT ds_noise_range['noise_lut'] = self._patch_lut(ds_noise_range[ 'noise_lut']) # patch applied here is distinct to same patch applied on interpolated noise LUT - ds_noise_azi.attrs['history'] = 'noise' self.datatree = datatree.DataTree.from_dict({'measurement': DN_tmp, 'geolocation_annotation': geoloc, 'bursts': bu, 'FMrate': FM, 'doppler_estimate': dop, @@ -294,9 +292,10 @@ class Sentinel1Dataset(BaseDataset): # load land_mask by default for GRD products - self.add_high_resolution_variables( - patch_variable=patch_variable, luts=luts, lazy_loading=lazyloading) + if 'GRD' in str(self.datatree.attrs['product']): + self.add_high_resolution_variables( + patch_variable=patch_variable, luts=luts, lazy_loading=lazyloading) if self.apply_recalibration: self.select_gains() self.apply_calibration_and_denoising() View it on GitLab: https://salsa.debian.org/debian-gis-team/xsar/-/compare/7cf5514d85bb73e64f593116539b9b3d10430985...84f4a3ef89b908730ad673c034f24ddea7e83b41 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/xsar/-/compare/7cf5514d85bb73e64f593116539b9b3d10430985...84f4a3ef89b908730ad673c034f24ddea7e83b41 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
