alan-turing-institute / solar-panel-detection

Solar Panel Detection (Turing Climate Action Call)
23 stars 7 forks source link

Use default schema #16

Closed triangle-man closed 4 years ago

triangle-man commented 4 years ago

Currently all our tables live in a schema called solar. That is somewhat redundant (and also means we have to set the schema every time).

It is fine, I think, to use the default schema (ie, just leave off the schema prefix when creating and selecting tables) for our final working tables. (And to put the raw data in a raw schema.)