Monthly Archives: December 2016

Intro to Django (#22)

By |2017-01-13T07:35:56+11:00December 29th, 2016|Django, Newsletter|

In the preceding issues of this newsletter, we have considered the basics of data modelling, data types, connections, identifiers and many other things.  One point we have kept returning to is a fundamental rule of data modelling: Don’t make anything any more complex than you have to. Or to put it another way: Don’t store [...]

EPANET Simulation Times (#21)

By |2016-12-27T12:57:40+11:00December 22nd, 2016|EPANET, Newsletter|

Last week in our modelling case study we walked a little farther down the path of providing a database in which we could store the information from an EPANET input file. This week, we finish our look at this example, but before we tie off the threads, let’s remember that the EPANET analysis is a [...]

EPANET Network Components – Database tables and rows, Part 2 (#19)

By |2016-12-22T20:48:09+11:00December 8th, 2016|EPANET, Newsletter|

EPANET Network Components – Database tables and rows, Part 2 (#19) In this case study we are going through the process of designing a database for storing the information contained in an input file for EPANET, software which can analyse water supply distribution networks. The last post in our continuing case study modelled the spring [...]

EPANET Network Components – Database tables and rows, Part 1 (#18)

By |2017-02-10T10:47:27+11:00December 2nd, 2016|EPANET, Newsletter|

In this case study we are going through the process of designing a database for storing the information contained in an input file for EPANET, software which can analyse water supply distribution networks. The last post waded through the definition of the physical data of our spring-tunnel-pool model.  We put all the information into an [...]

Go to Top