Search found 25 matches

by hnthang
Wed May 20, 2020 10:00 am
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Hi Quinten, Thank you very much for your debug. It worked now but remain some minus values of rhos bands (rhos_minus). Please attached images. I also consider that there is not much different between rhot and rhos corrected images (full and subset scenes) despite a change in histogram (histogram of ...
by hnthang
Wed May 20, 2020 8:48 am
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Hi Quinten, Please have a look at the output after add the line of printing: Launching ACOLITE MR processing. Processing worldview file Computed 768.68 hPa pressure for 2330.00 m elevation 2020-05-20T20:41:05 - Started processing /.../010217881010_01_P002_MUL/data 2020-05-20T20:41:15 - Imported LUTs...
by hnthang
Tue May 19, 2020 11:34 pm
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Hi Quinten, I tried with various options setting to True/False but still received a NAN rhos image. python acolite_mr.py --input /.../010217881010_01_P002_MUL/data --output /.../010217881010_01_P002_MUL/ac_wv --elevation 2330 --sky_correction False --dark_spectrum_full_scene False --fixed_model 3 I ...
by hnthang
Tue May 19, 2020 11:32 am
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Hi Quinten,

Thank you for the update. I added the argument --elevation 2330 in the syntax. It is, however still be in NAN values of rhos image. Please have a look at the attached image.

Thang
by hnthang
Tue May 19, 2020 10:04 am
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Oh, I don't know this issue. Thank you for your update. The image is not regrading the lake but the mountainous forest. We are happy with the current version of ACOLITE_MR which work well for PlanetScope (coastal area scene). We look forward to see your update to extend the processing of the acolite...
by hnthang
Tue May 19, 2020 9:40 am
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Dear Quinten, Regrading your questions: 1. Is there a dark spectrum plot generated? No, only a .NC file generated (WorldView2_2012_07_11_15_34_18_P002_L2R.nc) 2. Is your target at high elevation? Yes, it is in the mountainous areas. 3. Do you have a TOA image, or has an atmospheric correction alread...
by hnthang
Thu May 07, 2020 4:08 am
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Hi Quinten, Thank you very much, it worked by adding a new line of code. It's now, another problem with the RHOS values with only NaN values whilst there's no problem with the RHOT. This is the output code: Launching ACOLITE MR processing. Processing worldview file 2020-05-06T23:54:32 - Started proc...
by hnthang
Wed May 06, 2020 11:35 pm
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Hi Quinten, Here is the path for acolite_mr env: >>> import sys >>> print(sys.path) ['', '/home/metal/anaconda3/envs/acolite_mr/lib/python38.zip', '/home/metal/anaconda3/envs/acolite_mr/lib/python3.8', '/home/metal/anaconda3/envs/acolite_mr/lib/python3.8/lib-dynload', '/home/metal/anaconda3/envs/aco...
by hnthang
Wed May 06, 2020 12:20 pm
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Re: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Dear Quinten, I checked the file interp2d and yes, it is located in the folder /.../acolite_mr/acolite/aerlut/interp2d.py. It seems there is not any acolite package imported before. I used acolite for Sentinel 2 processing a few days ago, but I created another environment (i.e acolite_mr) to run aco...
by hnthang
Sun May 03, 2020 6:00 am
Forum: Support
Topic: Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView
Replies: 22
Views: 26166

Error module 'acolite.aerlut' has no attribute 'interp2d' for WorldView

Hi colleges, I applied the acolite_mr for a scene of WorldView but got the error: AttributeError: module 'acolite.aerlut' has no attribute 'interp2d' The details are as follow: File "/.../acolite_mr/acolite/acolite/acolite_mr_ac.py", line 96, in acolite_mr_ac ac.worldview.worldview_ac(bund...