资源列表
ReadandWriteHDFfile
- 读和写MODIS卫星HDF格式的遥感数据。(Read and write MODIS remote sensing data (HDF format))
GDAL---ReadGeoTiff
- 使用GDAL读取Landsat等GeoTIFF格式的卫星数据(Use GDAL to read satellite data in GeoTIFF format such as Landsat)
info
- 基于matlabde多光谱遥感图像读取,且选两个波段进行绘制散点图,即类似于ENVI中的2D-Scatter一致。(Multispectral remote sensing image is read based on matlabde, and two bands are selected to draw scatter map, which is similar to 2D-Scatter in ENVI.)
生成TIN
- DEM的表面建模,给一个DEM数据生成TIN数据(DEM Surface Modeling to Generate TIN Data for a DEM Data)
11.2
- ArcGIS中三维数据有3D要素数据和表面数据两种形式。 3D要素数据用来表示离散的对象,每个对象的信息都存储在要素的几何和属性中。 3D要素数据又分为三维点数据、三维线数据和多面体(MultiPatch)数据。 多面体数据根据组成方式的不同又分为Triangle Strip、Triangle Fan和Ring三种类型。 ? 此为ArcEngine开发中三维数据模型源代码。(Three-dimensional data in ArcGIS has two forms: 3D element
OpenSceneGraph.3.Cookbook
- 一份好的学习QT+OSG的资料,供大家学习,按照这里的步骤,可以完成基本的osg实现(A Good Data on Learning QT+OSG)
地图投影
- 1、根据所给的中国版图数据 绘制显示基于北京54坐标系的经纬度数据 编写兰勃特投影转换程序,转换上述数据,并显示 编写墨卡托投影转换程序,转换上述数据,并显示 同时,要绘制相对应的经纬网格,网格间距5度 2、根据所给的世界版图数据 绘制显示基于WGS84坐标系的经纬度数据 编写墨卡托投影转换程序,转换上述数据,并显示 计算北京(116.4,39.8)到巴黎(2.2, 48.52)的大圆轨迹,并显示 同时,要绘制相对应的经纬网格,网格间距5度(1. According to the data of
中国地图_CHN_shp
- 中国所有省、市、县的轮廓数据shp格式,方面实用(Contour data of all provinces, cities and counties in China)
AEDemo
- ArcGIS Engine的地图基本功能(Basic Map Functions of ArcGIS Engine)
ArcGIS——Shortest path
- ArcGIS二次开发最短路径,基于VS的ArcGIS二次开发,实现地图查找两点之间最短路径功能(The shortest path in the secondary development of ArcGIS and the second development of ArcGIS based on VS realize the function of searching the shortest path between two points in a map.)
conver_csv_shp_kriking_to_tif
- 能够将站点数据转换成标准的具有WGS84坐标系的TIF数据,采用克里格插值,数据的分辨率可以自己设定,0.1是10KM,内部功能包含将csv数据转换成lyr以及转换成shp数据,再将shp数据转换成TIF数据(site data can be converted into a standard TIF data with WGS84 coordinate system, using Kriging interpolation, the resolution of the data can be
二元一次方程拟合
- 程序的二元一次方程拟合是针对遥感数据逐像元拟合的。最终会输出各自变量系数以及常数项(以图像形式输出)(The binary first-order equation fitting of the program is pixel-by-pixel fitting for remote sensing data. Ultimately, the coefficients of each variable and the constant terms (output in image form) a