Search found 319 matches
- Fri May 30, 2025 2:49 pm
- Forum: Support
- Topic: Sentinel 2 and Landsat 8 processing
- Replies: 1
- Views: 21508
Re: Sentinel 2 and Landsat 8 processing
Hello, apologies for the late reply. Polymer processes the products at the resolution of the level1 products. It provides the spatial coordinates of each pixel, in the same way as level1 products are structured. Polymer does not support the reprojection to another resolution of differrent coordinate...
- Fri May 30, 2025 2:44 pm
- Forum: Support
- Topic: Problems with ERA5 ancillary data
- Replies: 2
- Views: 167491
Re: Problems with ERA5 ancillary data
Hello, and apologies for the late reply. The access to the ERA5 dataset should be working with the latest Polymer master branch. A fix related to the new cdsapi has been implemented in Polymer in late 2024. Please make also sure that you are using an up-to-date version of the cdsapi library. That be...
- Fri May 30, 2025 2:30 pm
- Forum: Support
- Topic: GMAO_MERRA2 files not found and a deprecated warning.
- Replies: 1
- Views: 11574
Re: GMAO_MERRA2 files not found and a deprecated warning.
Hello, apologies for the late reply.
Yes, there have been several attempts to download auxiliary data, but finally the code has been running fine. If no valid auxiliary data were found, the code would not have been able to run.
Kind regards,
François
Yes, there have been several attempts to download auxiliary data, but finally the code has been running fine. If no valid auxiliary data were found, the code would not have been able to run.
Kind regards,
François
- Fri May 30, 2025 2:28 pm
- Forum: Support
- Topic: Does Polymer have an internal land mask?
- Replies: 1
- Views: 11249
Re: Does Polymer have an internal land mask?
Hello, Yes, Polymer provides a landmask through the Global Surface Water dataset. You can use it by providing a GSW instance to Level1_MSI through the 'landmask' argument : from polymer.gsw import GSW run_atm_corr(Level1_MSI(..., landmask=GSW(directory='/path/to/gsw_data/')), ...) Make sure that the...
- Tue Nov 12, 2024 3:48 pm
- Forum: Support
- Topic: OSError: [Errno -101] NetCDF4: HDF error:
- Replies: 1
- Views: 29030
Re: OSError: [Errno -101] NetCDF4: HDF error:
Hi, the path to OLCI products has to be the path to the SEN3 directory, not the Oa01_radiance.nc file.
Cheers, François
Cheers, François
- Tue Jun 11, 2024 3:52 pm
- Forum: Support
- Topic: Issue with Polymer (Sentinel-2 and Sentinel-3)
- Replies: 3
- Views: 39171
Re: Issue with Polymer (Sentinel-2 and Sentinel-3)
Hello, Apologies for the late answer, I have made some changes in example.py which was indeed based on an older version. The fix indicated by wxfei19whu should indeed fix the problem, at least you shouldn't receive an error such as : ImportError: cannot import name 'Level1' from 'polymer.main' These...
- Tue Jun 11, 2024 3:44 pm
- Forum: Support
- Topic: sentinel-2 for 10m part image multiprocess=-1
- Replies: 1
- Views: 29231
Re: sentinel-2 for 10m part image multiprocess=-1
Hello Binbin,
Does the system run out of memory when this happens ? I suspect this may be the cause.
In this case you may also check in the script you are using to run Polymer, whether some objects are not released, thus cluttering the memory.
Cheers,
François
Does the system run out of memory when this happens ? I suspect this may be the cause.
In this case you may also check in the script you are using to run Polymer, whether some objects are not released, thus cluttering the memory.
Cheers,
François
- Tue Jun 11, 2024 3:40 pm
- Forum: Support
- Topic: Polymer v4.17beta2 cython compiling error
- Replies: 2
- Views: 33697
Re: Polymer v4.17beta2 cython compiling error
Hello, Apologies for the late answer. Which version of cython were you using ? The culprit commit concerns probably the modifications introduced for supporting cython>=3. However I have no experience of using polymer on Mac ; I don't know if using cython on this system may have an impact, and can no...
- Tue Jun 11, 2024 3:35 pm
- Forum: Support
- Topic: Issue on POLYMER OLCI
- Replies: 1
- Views: 31036
Re: Issue on POLYMER OLCI
Hello, Apologies for the late answer and thanks for your feedback. This kind of algorithm unstabilities happen undersome circumstances, here most likely the presence of turbid waters and the grazing sun angles. The flags INCONSISTENCY+ANOMALY_RWMOD_BLUE are not recommended for systematical use for O...
- Tue Jun 11, 2024 3:18 pm
- Forum: Support
- Topic: POLYMER not using case-2 mode in case-2 water?
- Replies: 1
- Views: 30442
Re: POLYMER not using case-2 mode in case-2 water?
Hello, The "CASE2" flag in Polymer is not dedicated to the detection of case 2 water, but is an internal flag which indicates if the algorithm works in "case 2 mode", which involves a second iteration round, and should be triggered mostly over turbid waters, but not always. This flag also does not i...