Open ocefpaf opened 8 years ago
@ocefpaf,
Yep, doing the rename makes sense.
Thanks @ayan-usgs!
FYI I am experimenting a new API and ways to make all slices and computations lazy:
http://nbviewer.jupyter.org/gist/ocefpaf/28d9279479022454bb99
It is not ideal yet because of a masking issue. If I can figure that out things will be much easier for sci-wms.
Can you cross- reference the PR that did the rename? I am a bit lost.
The rename happened in #72. The variables were named face_coordinates
, face_dimensions
, etc.
I center_{lon,lat}
are still there. The question was regarding re-naming those.
Sorry. Didn't totally re-read the question... :sob:
@ayan-usgs, when browsing the namespace one can easily find everything that is related to nodes with
sgrid.node<tab>
(sgrid.node_coordinates
,sgrid.node_dimensions
,sgrid.node_lon
,sgrid.node_lat
, andsgrid.node_padding
). However, when doing the same for the center we only findsgrid.center_lon
andsgrid.center_lat
.Does it make sense to rename the
sgrid.face_{coordinate, dimensions, padding}
tosgrid.center_{coordinate, dimensions, padding}
? Note thatsgrid.faces
is always none!