<%@LANGUAGE="VBSCRIPT"%> <% Dim resourcesRS__incomingresource resourcesRS__incomingresource = "0" if (Request.QueryString("cat") <> "") then resourcesRS__incomingresource = Request.QueryString("cat") %> <% set resourcesRS = Server.CreateObject("ADODB.Recordset") resourcesRS.ActiveConnection = MM_newConn_STRING resourcesRS.Source = "SELECT DISTINCT * FROM RESOURCES, tbl_joinresources WHERE tbl_joinresources.categoryID=" + Replace(resourcesRS__incomingresource, "'", "''") + " AND tbl_joinresources.categoryID <> 6 AND resources.pubID=tbl_joinresources.resourceID UNION SELECT * FROM RESOURCES, tbl_joinresources WHERE tbl_joinresources.categoryID=6 AND resources.pubID=tbl_joinresources.resourceID ORDER BY resources.datepublished DESC" resourcesRS.CursorType = 0 resourcesRS.CursorLocation = 2 resourcesRS.LockType = 3 resourcesRS.Open() resourcesRS_numRows = 0 %> <% Dim headRS__incomingcat headRS__incomingcat = "0" if (Request.QueryString("cat") <> "") then headRS__incomingcat = Request.QueryString("cat") %> <% set headRS = Server.CreateObject("ADODB.Recordset") headRS.ActiveConnection = MM_newConn_STRING headRS.Source = "select * from category where categoryID=" + Replace(headRS__incomingcat, "'", "''") + "" headRS.CursorType = 0 headRS.CursorLocation = 2 headRS.LockType = 3 headRS.Open() headRS_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 resourcesRS_numRows = resourcesRS_numRows + Repeat1__numRows %> RI Policy Council c on
 
Background for a Guide Plan for the Future Development of Rhode Island. 1955.

This overview of Rhode Island's natural resources, human resources, land use, and future development potential was published in 1955 in the heyday of rational planning. It contains some ideas that have yet to be implemented like the expansive "Woodland Reservation Zone" stretching the length of Western RI that would be used for, among other things, water supply. It is interesting to look back at planning history as we continue to look for policy frameworks to secure natural and cultural assets including fresh water supplies.

The Rhode Island Development Council ceased to exist before the RI Economic Policy Council was created in 1996.

download as 3 PDF documents (some pages are omitted)

Part 1 Introduction and Natural Resources (11,000KB)
Need for a Guide Plan
Location
Physical Factors
Geology

Part 2 Human Resources and (part of) Land Use (13,000KB)
Population
Employment
Urban-Industrial Development
Transportation
Recreation (first page)

Part 3 Land Use (continued), The Future (12,000KB)
Recreation (continued)
Water Supply
Woodland and Farms
Areas for Development

Patterns of Development

This document is from the collection of the RI Statewide Planning Program

 

<% resourcesRS.Close() %> <% headRS.Close() %>