- It seems that you haven't compiled Polymer like the installation manual (README.md) tells you to.
- Judging by the installation path, you're working on a Windows platform, but note that Polymer isn't compatible with Windows.
Search found 25 matches
- Sat Feb 17, 2024 8:49 am
- Forum: Support
- Topic: No module named 'polymer.polymer_main'
- Replies: 1
- Views: 8169
Re: No module named 'polymer.polymer_main'
- Wed Jan 24, 2024 10:08 am
- Forum: Support
- Topic: issue creating polymer environment
- Replies: 4
- Views: 14505
Re: issue creating polymer environment
My Conda is able to resolve to an environment which satisfies even the former requirements: python 3.8.18 scipy 1.10.1 xarray 2023.1.0 cython 3.0.7 pyhdf 0.11.3 netcdf4 1.6.4 python-dateutil 2.8.2 pyepr 1.1.5 gdal 3.7.0 cdsapi 0.6.1 pygrib 2.1.5 bioconda::ecmwfapi 1.4.1 xlrd 1.2.0 glymur 0.12.9.post...
- Tue Jan 23, 2024 6:40 am
- Forum: Releases
- Topic: Polymer is now available on github
- Replies: 4
- Views: 18715
Re: Polymer is now available on github
Another thing: currently, the LICENSE.txt has the following limitations: Section 2 The User may use the Software in its source code format for its own use, and may translate or modify the Software or incorporate them into other software. The User may not, however, transfer or sublicense the Software...
- Mon Jan 22, 2024 7:17 am
- Forum: Releases
- Topic: Polymer is now available on github
- Replies: 4
- Views: 18715
Re: Polymer is now available on github
This is great news, thanks a lot! It seems that the latest tagged release is v4.13, will there be a tag from now on whenever a new release of Polymer is made?
https://github.com/hygeos/polymer/tags
https://github.com/hygeos/polymer/tags
- Mon Jan 22, 2024 7:13 am
- Forum: Support
- Topic: Error in running the "example.py" demo
- Replies: 1
- Views: 8843
Re: Error in running the "example.py" demo
Polymer isn't compatible with Windows.
- Tue Jan 09, 2024 12:24 pm
- Forum: Support
- Topic: Installation error : POLYMER-v4.17beta2 during the compilation stage
- Replies: 2
- Views: 11491
- Thu Dec 14, 2023 6:08 am
- Forum: Support
- Topic: Blue-green bands error over turbid water with Sentinel-3
- Replies: 3
- Views: 12225
Re: Blue-green bands error over turbid water with Sentinel-3
Maybe you could show the area and the name of the OLCI file you have used? If the outlier pixels exhibit logfb and logchl values that are significantly different from those of other pixels, the optimisation probably hasn't converged properly. Polymer v4.15 provides an option to do an initial grid se...
- Thu Dec 14, 2023 6:02 am
- Forum: Support
- Topic: POLYMER installation error
- Replies: 4
- Views: 14211
Re: POLYMER installation error
Polymer very much assumes UNIX-based environments (such as Linux), as it depends on GNU Make and utilizes commands that are readily available in UNIX-based systems (for example, using 'wget' to download NASA Ancillary files). Also, the Makefile within Polymer invokes UNIX commands, such as 'rm', 'ec...
- Fri Oct 13, 2023 12:10 pm
- Forum: Support
- Topic: Change in Earthdata API
- Replies: 15
- Views: 64167
Re: Change in Earthdata API
Thanks for noticing that. It seems that for 2020/003 only TOAST ozone data is available, but Earthdata API returns an HTML page "403 Forbidden" when Polymer tries for AURAOMI. The page starts with <!doctype html> (lowercase), so it is missed by Polymer's assertion check, but even so this would be a ...
- Thu Oct 12, 2023 12:45 pm
- Forum: Support
- Topic: Change in Earthdata API
- Replies: 15
- Views: 64167
Re: Change in Earthdata API
Dear sakvaka_env Here is fixed ancillary.py file. Could you find any errors? thanks the error : line 375 try: IndentationError: expected an indented block . Best, Binbin My patch was in patchfile syntax, i.e., deleted lines are indicated with a minus sign as the first character and inserted lines w...