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
I am testing out the webworldwind tool with data generated from pycovjson. I successfully can replicate your example on my server! I then tried to swap out the covjson filename in main.js my swapping out the filename with my own (and hoped it may be that simple). But, alas I get the following error:
I noticed mention in the documentation of using components vs coordinates in this example. My covjson file is generated with coordinates, so maybe that is the cause?
I am very interested in the capabilities of covjson and hope that I can incorporate it into an upcoming project whether through webworldwind, leaflet or other library. Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered:
As @letmaik has said elsewhere, the worldwind-covjson stuff is quite immature, and you may be better off focusing on Leaflet. But you might be right that the problem you're seeing is caused by the recent change from "components" to "coordinates". Perhaps the worldwind code did not catch up with this recent change. Thanks very much for your interest in covjson!
I am testing out the webworldwind tool with data generated from pycovjson. I successfully can replicate your example on my server! I then tried to swap out the covjson filename in main.js my swapping out the filename with my own (and hoped it may be that simple). But, alas I get the following error:
I noticed mention in the documentation of using components vs coordinates in this example. My covjson file is generated with coordinates, so maybe that is the cause?
If you think it may be related to my underlying netcdf file, you can generate the same original netcdf file using our REST API at the following URL:
https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41anom1day.nc?sstAnom[(2016-11-06T09:00:00Z):1:(2016-11-08T09:00:00Z)][(70):200:(89.99)][(140):200:(180.0)]
I am very interested in the capabilities of covjson and hope that I can incorporate it into an upcoming project whether through webworldwind, leaflet or other library. Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered: