digitalearthpacific / dep-grid

0 stars 0 forks source link

Cells stored as JSON are not precise #4

Open alexgleith opened 11 months ago

alexgleith commented 11 months ago

Loading one of the cells, for example, results in a loaded grid of y: 3201 x: 3200, which has an extra y.

We should move to using the JSON as a guide, and the actual grid definition from odc.geo...

This way we get nice things like this:

image

jessjaco commented 11 months ago

I generally support this. I do tend to use derived grid products which can take a while to produce, such as

Making these on the fly, at least if running across the entire Pacific can take a while and I would not want to do it more than once if I could help it. On the other hand, if we load a cell, then do the intersection on only that cell, it might be OK.