Deinum

Deinum is a village in Waadhoeke municipality in Friesland, The Netherlands. Before 2018, the village was part of the Menameradiel municipality.

Deinum
Village
Location in Menameradiel municipality
Deinum
Location in the Netherlands
Coordinates:
Country Netherlands
Province Friesland
Municipality Waadhoeke
Population
 (2017)
  Total990
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)
Postal code
9033
Telephone area058
WebsiteOfficial

Population[1]

In 2017 Deinum had a total of 915 residents, of which 508 male and 482 female.[2] The amount of non-western immigrants was 1% or less.

Ages

The largest age group in Deinum was between 45 and 65 years old, taking up 33% of the total population.

Age group Percentage
0-15 23%
15-25 11%
25-45 22%
45-65 33%
65+ 11%

Households

Deinum had a total of 345 households of which 46% had children and 54% had not. The average size of a household was 2.6 persons.

Notable buildings

Transportation

gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.

References

  • Media related to Deinum at Wikimedia Commons
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.