Search found 11 matches

by southocean
Wed Oct 20, 2021 10:31 am
Forum: Support
Topic: run lots of images
Replies: 16
Views: 11242

Re: run lots of images

i try to run the code as follow, the error"NameError: name 'files' is not defined" is displayed, someone can help me ? other,i want to know what is the "xml" in the "filename="xml"" ? a filesname list ? #!/usr/bin/env python # -*- coding: utf-8 -*- from polymer.main import run_atm_corr,Level1,Level2...
by southocean
Fri Mar 12, 2021 7:22 am
Forum: Support
Topic: An error——spatialite.so.7: undefined symbol: libiconv
Replies: 1
Views: 2694

An error——spatialite.so.7: undefined symbol: libiconv

hello! When I run sentinal3B data with Polymer, the following error occurred : (base) southocean@master:~/software/polymer-v4.12$ ./try_sential3B_data.py /home/southocean/anaconda3/lib/python3.7/site-packages/dask/config.py:168: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, ...
by southocean
Mon Jan 18, 2021 7:58 am
Forum: Support
Topic: How to use Polymer to process GOCI data?
Replies: 1
Views: 2524

How to use Polymer to process GOCI data?

Hello! I want to process GOCI data, and in the home page I can see Polymer supports the processing of GOCI data. But I could not find information about processing GOCI data either in the README.md or in the program provided by Polymer. Could you give me some advice? Thank you in advance! Southocean
by southocean
Wed Apr 08, 2020 9:03 am
Forum: Support
Topic: One question about the results of HICO data using polymer
Replies: 1
Views: 3710

One question about the results of HICO data using polymer

Hello! I use polymer-v4.12 to run HICO data, and I've drawn the result as the relationship between each band and the Rrs. https://i.loli.net/2020/04/08/NasH1LWVqx3EnvJ.jpg I also used the l2gen tool in seadas to process the same HICO data and got the following results https://i.loli.net/2020/04/08/v...
by southocean
Thu Mar 19, 2020 3:57 am
Forum: Support
Topic: Runtime fault using polymer-v4.12 to run HICO data
Replies: 3
Views: 5724

Re: Runtime fault using polymer-v4.12 to run HICO data

Hello François

I use Ubuntu 16.04.5 LTS (GNU/Linux 4.15.0-36-generic x86_64), Python 3.6.9 |Anaconda, Inc.| [GCC 7.3.0], netcdf library version 4.6.1
Do I need to provide any other information?

Best regards,
southocean
by southocean
Tue Mar 17, 2020 3:17 pm
Forum: Support
Topic: Runtime fault using polymer-v4.12 to run HICO data
Replies: 3
Views: 5724

Runtime fault using polymer-v4.12 to run HICO data

Hello! When I try to run the following script to process HICO data using polymer-v4.12: #!/usr/bin/env python # -*- coding: utf-8 -*- from polymer.main import run_atm_corr,Level1,Level2 from polymer.level1_hico import Level1_HICO from polymer.level2_nc import Level2_NETCDF from polymer.ancillary_era...
by southocean
Wed Feb 19, 2020 10:49 am
Forum: Support
Topic: Polymer 4.11 throw "pyhdf.error.HDF4Error: SD (15): File is supported, must be either hdf, cdf, netcdf"
Replies: 3
Views: 7109

Re: Polymer 4.11 throw "pyhdf.error.HDF4Error: SD (15): File is supported, must be either hdf, cdf, netcdf"

Hello François! After I successfully ran some landsat8 images, I face another problem just now. (base) yanny@custome:~/software/polymer-v4.12$ ./try_landsat8_data1.py Reading coordinates from /home/yanny/landsat8_data_USGS/LC08_L1TP_181030_20170902_20170916_01_T1/LC08_L1TP_181030_20170902_20170916_0...
by southocean
Tue Feb 18, 2020 2:43 pm
Forum: Support
Topic: Polymer 4.11 throw "pyhdf.error.HDF4Error: SD (15): File is supported, must be either hdf, cdf, netcdf"
Replies: 3
Views: 7109

Re: Polymer 4.11 throw "pyhdf.error.HDF4Error: SD (15): File is supported, must be either hdf, cdf, netcdf"

Thank you so much François!

I can run the results following your instructions.

Best regards,
southocean
by southocean
Tue Feb 18, 2020 4:53 am
Forum: Support
Topic: Polymer 4.11 throw "pyhdf.error.HDF4Error: SD (15): File is supported, must be either hdf, cdf, netcdf"
Replies: 3
Views: 7109

Polymer 4.11 throw "pyhdf.error.HDF4Error: SD (15): File is supported, must be either hdf, cdf, netcdf"

Hello! I processed landsat 8 data with Polymer 4.11. And two months ago, I can process landsat8 data successfully, but these days it throw the error as follows: Reading coordinates from /home/yanny/graduation_project/try/LC08_L1TP_012031_20171004_20171014_01_T1/LC08_L1TP_012031_20171004_20171014_01_...
by southocean
Wed Jul 31, 2019 6:52 am
Forum: Support
Topic: Does anybody know how to process landsat 8 data with POLYMER-v4.11?
Replies: 3
Views: 7259

Re: Does anybody know how to process landsat 8 data with POLYMER-v4.11?

Hello François, Thank you for your reply.But it took me a long time to try to install l8angles and I failed. I browse the website you provide( https://github.com/DHI-GRAS/l8-angles ) ,and I found that the two installation methods provided in the readme file are based on the windows platform. The l8a...