dtcc-platform / dtcc-model

MIT License
1 stars 1 forks source link

Make Raster fit into new data model #31

Open anderslogg opened 4 months ago

anderslogg commented 4 months ago

Add member .grid as in UML diagram etc. Other attributes should also be the same as in Quantity (as far as possible).

anderslogg commented 3 months ago

@dwastberg In addition to above, we should also move raster.py to quantity directory.

anderslogg commented 1 month ago

@dwastberg I have moved Raster into the values directory. I think it needs some work by you. See how it's done in the the UML diagram and also in the protobuf definition. The suggestion is basically that it owns a Grid and gets the bounds and georeference (Transform) from there.