cathym

About Admin

This author has not yet filled in any details.
So far Admin has created 52 blog entries.

Django Apps and Databases, Part 2 (#24)

By |2018-10-02T17:23:44+10:00January 19th, 2017|Django, Newsletter|

Last week we went through the second stage of the rather painful process of setting up a simple Django example.  For most people, this is not really a simple process, and if you have managed to survive through it, you have done well. A project from scratch The quick summary of beginning to set up [...]

Django Apps and Databases, Part 1 (#23)

By |2018-06-05T21:56:29+10:00January 12th, 2017|Django, Newsletter|

The Django script manage.py can be used to create our new table.  We pointed out in the previous newsletter that the table created will differ between databases, and this newsletter will consider some of this variation and what we can learn from it. […]

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 [...]

EPANET Network Components – Physical Data (#17)

By |2018-08-06T15:40:42+10:00November 24th, 2016|EPANET, Newsletter|

EPANET example – physical data 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.  Earlier posts in this series are #13, #14, #15 and #16 and this article deals with our [...]

EPANET Network Description (#15)

By |2017-02-10T11:57:07+11:00November 10th, 2016|EPANET, Newsletter|

Hezekiah’s tunnel is a simple network that we can use to see how our modelling proceeds.  The previous sentence described the network we are toying with, and this will be typical for most situations.  EPANET allows networks to have a title, so let’s look at how this would be modelled. […]

Go to Top