AssessingSolar / unofficial-psm3-userguide

https://assessingsolar.github.io/unofficial-psm3-userguide
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

improve spatial coverage of interactive pixel map #16

Open wholmgren opened 1 year ago

wholmgren commented 1 year ago

Would be very helpful to me if the map included Hawaii and the Caribbean.

kandersolar commented 1 year ago

Looks like the grid is configured to extend beyond what the map will actually show, so it might be as simple as just updating the bounds here:

https://github.com/AssessingSolar/unofficial-psm3-userguide/blob/b6c924bbbb869d9d73222ab8bb01a466a3f46e1f/source/_static/map.js#L82

A complication: different PSM3 datasets have different extents (and potentially different grid alignments?), I'm not sure which dataset's grid that page is currently showing, and I'm not sure which one we would want it to show. User beware.