Daniel Nguyen

Results 16 issues of Daniel Nguyen

I was trying to download a median image to xarray and encountered this error below. I understand that we need time series image collections, but wonder if there is a...

I found this error with saving output files to disk. Maybe a sanitization function for the target should help. Thanks, Daniel ``` Saving predictions to .\Avg_Quadrat_Yield(t/ha)\Avg_Quadrat_Yield(t/ha)_Regression_test_modified.csv Error: Not able to...

I downloaded the Interactive.ipynb and quickly went through the tutorial. The widgets were rendered successfully but plots did not update when I changed the values on these widgets.

type: bug
type: docs

I ran into these warnings when running the tutorials on Google Colab. Do these signal version incompatibility for some libraries? _Evaluation Proposed point Current eval. Best eval. /usr/local/lib/python3.7/dist-packages/pymc3/gp/cov.py:97: UserWarning: Only...

bug

Hi, I got this error when trying to load data from bom_rainfall_grids on the NCI VM. I am a member of the rr5 project RasterioIOError: NETCDF:"/g/data/rr5/agcd/0_05/rainfall/daily/1997/rr.1997010119970101.grid.nc":rain_day: No such file or...

bug

I got the error below when trying to run the program on python 3.9.0 on a windows 10 machine. ''' curl -k -o search.json https://peps.cnes.fr/resto/api/collections/S2ST/search.json?q='Toulouse'\&startDate=2017-01-01\&completionDate=2017-02-01\&maxRecords=500 % Total % Received %...

I was trying to apply the early stopping example for a regression problem and got this error: ``` [ERROR] [2022-08-18 04:33:27,482:Client-AutoML(1):botanal] Cannot register callback of type Traceback (most recent call...

question

Hi, I encountered out of range (-180, 180) for longitude when clicking anywhere on the base map outside of America. The map_data dict is provided below. Thanks, Daniel `{'last_clicked': {'lat':...

I got this error when running the visualizing-results.ipynb notebook ```InvalidParameterError: The 'criterion' parameter of ExtraTreesRegressor must be a str among {'friedman_mse', 'squared_error', 'absolute_error', 'poisson'}. Got 'mse' instead.``` Cheers, Daniel

Hi, GEE recently recommended switching to COPERNICUS/S2_HARMONIZED and COPERNICUS/S2_SR_HARMONIZED. I am not sure if the .preprocess() supports COPERNICUS/S2_SR_HARMONIZED natively, but I ran into errors running .preprocess() on the S2_SR_HARMONIZED image...

bug