@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, and sgrid.node_padding). However, when doing the same for the center we only find sgrid.center_lon and sgrid.center_lat.
Does it make sense to rename the sgrid.face_{coordinate, dimensions, padding} to sgrid.center_{coordinate, dimensions, padding}? Note that sgrid.faces is always none!
@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_lonandsgrid.center_lat.Does it make sense to rename the
sgrid.face_{coordinate, dimensions, padding}tosgrid.center_{coordinate, dimensions, padding}? Note thatsgrid.facesis always none!