When I try,
Code: Select all
run_atm_corr(
Level1_MSI('/content/drive/MyDrive/Imagem L1C/S2B_MSIL1C_20231202T131239_N0509_R138_T23KKQ_20231202T134142.SAFE/GRANULE/L1C_T23KKQ_A035199_20231202T131238',
resolution='60'
),
Level2_NETCDF('/content')
)
Code: Select all
Initialize MSI projection EPSG:32723
/usr/local/lib/python3.10/dist-packages/pyproj/crs/crs.py:141: FutureWarning: '+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
in_crs_string = _prepare_from_proj_string(in_crs_string)
Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/GMAO_FP.20231202T120000.MET.NRT.nc ...
AssertionError: Error authenticating to NASA EarthData for downloading ancillary data. Please provide authentication through .netrc. See more information on https://support.earthdata.nasa.gov/index.php?/Knowledgebase/Article/View/43/21/how-to-access-urs-gated-data-with-curl-and-wget
(If I click on "Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi ... MET.NRT.nc ... " the file is downloaded.)
Thank you very much.