You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Hey @tomwhite, I just got around to run predict from your work in f1812ff to get it deployed on AWS. One thing I noticed is that the Zarr file that you use in the predict_test produces a bunch of NaN values in the resulting GeoJSON.
It's no biggie - apparently NaN is fine in JS, just not valid JSON - but I'd like to understand where they come from and if we can get rid of them. I did check whether the system_id doesn't exist in the model, but it does.
Do you have any ideas?
The text was updated successfully, but these errors were encountered:
Hey @tomwhite, I just got around to run
predict
from your work in f1812ff to get it deployed on AWS. One thing I noticed is that the Zarr file that you use in thepredict_test
produces a bunch ofNaN
values in the resulting GeoJSON.e.g.
It's no biggie - apparently
NaN
is fine in JS, just not valid JSON - but I'd like to understand where they come from and if we can get rid of them. I did check whether thesystem_id
doesn't exist in the model, but it does.Do you have any ideas?
The text was updated successfully, but these errors were encountered: