<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var rs_test = Server.CreateObject("ADODB.Recordset"); rs_test.ActiveConnection = MM_cn_forum_STRING; rs_test.Source = "SELECT * FROM FORUM_CATEGORY"; rs_test.CursorType = 0; rs_test.CursorLocation = 2; rs_test.LockType = 1; rs_test.Open(); var rs_test_numRows = 0; %> <% // *** Recordset Stats, Move To Record, and Go To Record: declare stats variables // set the record count var rs_test_total = rs_test.RecordCount; // set the number of rows displayed on this page if (rs_test_numRows < 0) { // if repeat region set to all records rs_test_numRows = rs_test_total; } else if (rs_test_numRows == 0) { // if no repeat regions rs_test_numRows = 1; } // set the first and last displayed record var rs_test_first = 1; var rs_test_last = rs_test_first + rs_test_numRows - 1; // if we have the correct record count, check the other stats if (rs_test_total != -1) { rs_test_numRows = Math.min(rs_test_numRows, rs_test_total); rs_test_first = Math.min(rs_test_first, rs_test_total); rs_test_last = Math.min(rs_test_last, rs_test_total); } %> <% // *** Recordset Stats: if we don't know the record count, manually count them if (rs_test_total == -1) { // count the total records by iterating through the recordset for (rs_test_total=0; !rs_test.EOF; rs_test.MoveNext()) { rs_test_total++; } // reset the cursor to the beginning if (rs_test.CursorType > 0) { if (!rs_test.BOF) rs_test.MoveFirst(); } else { rs_test.Requery(); } // set the number of rows displayed on this page if (rs_test_numRows < 0 || rs_test_numRows > rs_test_total) { rs_test_numRows = rs_test_total; } // set the first and last displayed record rs_test_last = Math.min(rs_test_first + rs_test_numRows - 1, rs_test_total); rs_test_first = Math.min(rs_test_first, rs_test_total); } %> IMQS.ie
IMQS.ie home
home
public info
profile & objectives
the industry
environment
news, events, talks
schoolzone
photo gallery
careers + training
membership info
links + resources
contact us

member services

members only
> login <
articles archive
imqs.ie email
editors only
> login <
control panel
Industry Overview
 Quarrying
<< previous | next >> 
 Nature, Extent and Statistics

Natural aggregates are derived from sand and gravel; solid rock is extracted to produce a range of aggregates for use in the construction industry.

The construction slowdown has resulted in a sharp drop in aggregates production in the Republic as follows:-

2006 - 140 million tonnes (Mt)

2007 - 123 Mt

2008 - 85 Mt

The prognosis for 2009 is approximately 50 Mt. There has been a consequential fall in the production of readymix, structural concrete and blocks. Many facilities have closed or gone on short time working.


The quarrying industry contributed significantly towards the achievement of the National Development Plan over the past 10 to 15 years.

There is however an immediate and urgent problem facing the quarrying sector which can be remedied relatively quickly by government. A European Court of Justice judgement in July 2008 effectively outlaws the practice of “retention and extension” of quarries and ancillary facilities. This was a long established practice to regularise unauthorized developments. The recent judgement has left many older quarries in a planning quandary; quarries which predate the first Planning Act of 1963 and which came into the planning “net” via Section 261 Registration in 2006/7 are caught in a “Catch 22”. An amendment to the 2000 Planning Act is urgently required. Government must recognised that this Industry is essential if the Country is to meet the goals set in the current National Development Plan.

The need to protect aggregate reserves from steralising development such as once-off rural housing is imperative also if the aspirations of national and regional development policy such as Transport 21 are to be realised.

Rock is also quarried to produce architectural stone work, cladding and paving.

related

IMQS sponsors
Index
1. Introduction
2. Mining
3. Quarrying

IMQS news
latest headlines
© Irish Mining and Quarrying Society 2002-2007 | developed by silvermoonmedia.com
IMQS.ie home <% rs_test.Close(); %>