矿山测量,在矿山建设和采矿过程中,为矿山的规划设计、勘探建设、生产和运营管理以及矿山报废等进行的测量测绘工作。
1、矿产勘探阶段的地面控制测量、地形图测绘、勘探点的标定
2、设计阶段的地形图测绘、工业广场测量、线路测量
3、建设阶段的井筒和巷道测量、建(构)筑物施工测量
4、设备安装与线路测量
5、生产阶段的井巷标定、岩层与地表移动监测、土地复垦测量等
矿山工程测量要求
一般规定
5.1.1 矿山工程测量的空间基准应符合下列规定:
1 平面基准应采用2000国家大地坐标系;当确有必要采用其他独立基准时,应与2000国家大地坐标系建立联系;
2 高程基准应采用1985国家高程基准;当确有必要采用其他高程基准时,应与1985国家高程基准建立关系;
3 同一矿区的井上、井下控制网,应通过联系测量保持平面基准和高程基准的统一。
5.1.2 矿山工程测量应采用中误差作为衡量精度的指标,并应以2倍中误差作为极限误差。
5.1.3 矿山工程测量交付成果,应经检验合格,成果检验应保留记录。
控制测量
5.2.1 建立矿区测量控制网应满足矿山建设和生产的要求,并在技术设计书中明确布设形式及精度和等级要求。
5.2.2 矿山控制测量成果应进行精度评定,并应判定成果精度是否符合项目技术设计要求。
5.2.3 矿山控制测量的起算点应进行可靠性检验。
5.2.4 矿区平面控制网中央子午线及投影面的选择应满足投影长度变形不大于1/40000的要求。
5.2.5 地面平面控制测量主要技术要求应满足表5.2.5-1~5.2.5-2的规定。
表5.2.5-1 卫星导航定位控制测量主要技术指标
控制网
等级
|
相邻点平均间距(km)
|
固定误差a(mm)
|
比例误差系数b(mm/km)
|
最弱边相对中误差
|
二等
|
9
|
≤5
|
≤2
|
≤1/150000
|
三等
|
4
|
≤5
|
≤5
|
≤1/80000
|
四等
|
2
|
≤10
|
≤5
|
≤1/40000
|
一级
|
1
|
≤10
|
≤15
|
≤1/20000
|
二级
|
0.5
|
≤10
|
≤30
|
≤1/10000
|
注:当间距小于200m时,边长中误差绝对值不应大于20mm。
表5.2.5-2 导线控制测量的主要技术指标
等级
|
符合或闭合导线长度(km)
|
平均边长(km)
|
测距中误差(mm)
|
测角中误差(″)
|
导线全长相对闭合差
|
三等
|
≤14
|
3
|
≤20
|
≤1.8
|
≤1/55000
|
四等
|
≤9
|
>' + sonTitle + '';
$(nav_title).appendTo($('.level ul'))
$('.level ul li').eq(4).html('' + fatherTitle + '')
}
})
// $('.process').on('click', function () {
// $('.detail').remove();
// // 上部导航对应标题
// var title = $(this).text();
// $('.level ul li').eq(4).html('' + title + '');
// // 右侧内容对应标题
// $('.right-title .title').text(title)
// $('.right-wrapper .nav .active').removeClass('active');
// $('.right-wrapper .nav li:eq(0)').addClass('active');
// // 其他列表收起
// $('.list').not('.process .list').hide();
// $('.title').not('.process .title').removeClass('active');
// })
$('.eng').on('click', function (e) {
$('.detail').remove();
$(this).find('.list .list-active').removeClass('list-active');
var reset_title = $(this).find('.list li:eq(0)').addClass('list-active').text();
$('.right-title .title').text(reset_title);
var nav_title = '>' + reset_title + '';
$(nav_title).appendTo($('.level ul'))
// 右侧导航重置到简介
$('.right-wrapper .nav .active').removeClass('active');
$('.right-wrapper .nav li:eq(0)').addClass('active');
// 列表内容展示和收起
$(this).find('.list').toggle();
var flag = $(this).find('.list').css('display');
// 上部导航对应标题和链接
var title = $(this).find('.title').text();
var catid = $(this).find('.list').attr('catid')
$('.level ul li').eq(4).html('' + title + '');
$(this).find('.title').addClass('active').parents('.eng').siblings().find('.title').removeClass('active')
// 获取.list第一个li的属性,通过ajax请求获取数据
var itemid = $(this).find('.list li:eq(0)').attr('itemid')
get_info(itemid)
// 列表下拉图标变化
if (flag == 'block') {
$(this).find('.title').addClass('active');
$(this).siblings().find('.list').hide()
$(this).find('.title').siblings().removeClass('active')
} else {
$(this).find('.title').removeClass('active');
}
});
// 左侧导航二级目录
$('.left .list').on('click', function (e) {
var title = $(e.target).text();
var itemid = $(e.target).attr('itemid')
// 上部导航对应标题
$('.detail').remove();
var nav_title = '>' + title + '';
$(nav_title).appendTo($('.level ul'))
//右侧内容对应标题
$('.right-title .title').text(title)
// 右侧导航重置到简介
$('.right-wrapper .nav .active').removeClass('active');
$('.right-wrapper .nav li:eq(0)').addClass('active');
// 简介内容显示,其它内容隐藏
$('.right-content .right-content-detail:eq(0)').css({'display': 'block'}).siblings().css({'display': 'none'})
// 选中状态
$('.left .list .list-active').removeClass('list-active');
$(e.target).addClass('list-active');
get_info(itemid)
return false;
})
// 点击右侧内容导航栏li
$('.right-wrapper .nav ul li').on('mouseenter', function (e) {
$('.right-wrapper .nav .active').removeClass('active');
$(e.target).addClass('active');
var index = $('.right-wrapper .nav ul li').index(this)
$('.right-content .right-content-detail:eq(' + index + ')').css({'display': 'block'}).siblings().css({'display': 'none'})
})
// 获取信息
function get_info(itemid){
$.ajax({
url: '/zxdetail/ajax_show.php',
data: {
itemid: itemid
},
type: 'POST',
success: function (res) {
res = $.parseJSON(res)
$('.right-content .right-content-detail:eq(0)').html(res['introduction']) // 简介
$('.right-content .right-content-detail:eq(1)').html(res['substance'])// 内容
$('.right-content .right-content-detail:eq(2)').html(res['process'])// 流程
$('.right-content .right-content-detail:eq(3)').html(res['cases'])// 规范
}
})
}
})
返回顶部
|