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
after running through the workshop jupyter notebook without a problem, I modified the notebooks to run on our data ... provisionally using, for testint purposes, a simple "outer" file that defines a rectangle enclosing all of our sampling sites buffered by 0.25 degrees. the resulting error is as follows:
grid_path does in fact correctly point to "grid_100.shp" that is part of the feems repo. my understanding is the grid is global, so the fact that my x,y coordinates are in Central Africa should be irrelevant correct? Fwiw, the *coord file was the same that I'd used with eems for another project, i.e x (long) 1st column, y (lat) 2nd column. any guidance would be appreciated
The text was updated successfully, but these errors were encountered:
Hi @adamfreedman, you're correct on all counts here. Can you try the same code but without specifying an outer file and letting FEEMS choose it for you? outer, edges, grid, _ = prepare_graph_inputs(coord=coord, ggrid=grid_path, translated=False, buffer=1, outer=None)
If this works, then there might be something wrong with the outer file you specified
after running through the workshop jupyter notebook without a problem, I modified the notebooks to run on our data ... provisionally using, for testint purposes, a simple "outer" file that defines a rectangle enclosing all of our sampling sites buffered by 0.25 degrees. the resulting error is as follows:
grid_path does in fact correctly point to "grid_100.shp" that is part of the feems repo. my understanding is the grid is global, so the fact that my x,y coordinates are in Central Africa should be irrelevant correct? Fwiw, the *coord file was the same that I'd used with eems for another project, i.e x (long) 1st column, y (lat) 2nd column. any guidance would be appreciated
The text was updated successfully, but these errors were encountered: