搜索资源列表
tab-mif
- mapinfo的tab和mif的转换,不使用mapx等控件。利用ogr库函数。在DOS下运行-MapInfo tab and mif conversion, the non-use of such controls mapx. Ogr use of the function. Running under DOS
ogr-release-0401221640.tar
- The OpenGPSRec receiver software runs on the real time operating system RTAI-Linux. It compiles with gcc using a RTAI-patched linux kernel. linux下的GPS 开放源码~!
gdal-1.5.0.tar
- gdal是开发GIS信息系统必须的库,包括转换地图格式,形成上层操作的OGR等等.这个是比较新的1.5.0版本.支持HTTP等等.
mitab-1.7.0-win32
- MITAB 是一个开放的用来读写MapInfo .TAB (binary) 和 .MIFMID 文件的C++ library. 它是基于OGR library 来编写的. 这个是罪行的版本; 对于GIS工作者来说,非常的有用、
gdal-1.5.1.tar
- 主题:支持各种矢量和栅格空间数据格式 分类:GIS基础函数库 描述:GDAL/OGR类库目前是两个不同的组成模块,GDAL提供了一整套读写不同栅格数据格式的功能的抽象类库,而OGR则是一个读写诸多矢量数据格式功能的抽象类库。 开始时间: 语言:C、C++ 许可:MIT License 演示:使用GDAL的项目和产品很多,其中有名的包括ESRI ArcGIS 9.2+,Feature Data Objects (FDO), FME,Google Earth,GRASS,Ma
OGR
- gdal ORG 库矢量数据读取的例子代码,对初学org库的朋友有很大的帮助
shapelib
- 读写ESRI公司Shape格式文件的C底层类库,十分简洁强大,大名鼎鼎的OGR library中对Shape文件的IO就是用的这个库,包含完整代码,文档和测试工程,或用于C/C++,C#,VB等
ogr.rar
- 开源的ogr文档,可以参考一下,写的挺好的,Ogr open source documents, reference and writing quite good
GDAL_OGR
- 是osg中关于osgDem的组要模块GDAL和OGR的各个接口帮助说明,对osgDEM的使用具有重要作用-Is osg group on osgDem to GDAL and OGR module to help explain the various interfaces, the use of the osgDEM play an important role
GDAL.OGR
- GDAL OGR 简单数据转换 shapefile mif tab格式-GDAL OGR data convert,shapefile mif tab
LidarFiltering
- LIdar滤波的各种方法包括TIN,形态学,线性滤波等的比较-Lidar filtering various methods, including TIN, morphology, linear filtering, comparison
gdal150
- gdal/ogr库,一种强大的插件,支持读取多种格式的文件-gdal/ogr library, a powerful plug-in support to read multiple file formats
gdalLibiaryandStudyTurista
- Gdal库是一个转换各种栅格格式数据的库,包括各种读取、写入、转换和处理各种栅格数据格式,它使用了一个简单的数据模型就支持了大多数的栅格数据,当然除了对栅格数据的强大处理能力,还包括了一个非常有名的库ogr(对Gis矢量数据进行处理)。-Gdal library is a variety of raster format data conversion library, including reading, writing, conversion and processing a variety
ogr
- 解析或生成shape\mif\tab等多种GIS文件-Parse GIS Files
inkscape
- Qt是一个著名的C++库——或许并不能说这只是一个GUI库,因为Qt十分庞大,并不仅仅是GUI。使用Qt,在一定程序上你获得的是一个“一站式”的 服务:不再需要研究STL,不再需要C++的<string>,因为Qt有它自己的QString等等。或许这样说很偏激,但Qt确实是一个 “伟大的C++库”。- a translator library for raster geospatial data formats that is released under an X/MIT styl
ogr
- c# 语言利用ogr生成点的矢量文件,注册链接,生成shp文件-c# language the ogr generate point vector file registration link generated shp file
Getting-Started-of-OGR
- This document is to explain how to read and write data from a file with OGR' s C++ class. It is strongly recommended to read this document before the first reading introduces OGR architecture descr iption document, which describes the main classes
ogrIntersectLyr
- 使用ogr进行intersect空间运算,结果导出excel(ogr intersect c++ gdal excel)
ogrConnOracle
- 使用gdal/ogr链接oracle spatial(gdal/ogr connection oracle spatial)
TxtToShpLine
- 最近由于项目需要,不能使用ArcEngine,要将文本文件转shapefile文件,但网上没有现成的。本菜鸟几经摸索得知可用GDAL/OGR库创建,才完成这一功能。若有问题请留言。PS:这是转线shp的,想转点和面的改一下就行了,网上都有。(Recently, due to project needs, ArcEngine can not be used to transfer text files to ShapeFile files, but there is no ready Intern