https://github.com/htoooth/cnsdtfl
China National Spatial Data Transfer Format Library
https://github.com/htoooth/cnsdtfl
Last synced: about 1 month ago
JSON representation
China National Spatial Data Transfer Format Library
- Host: GitHub
- URL: https://github.com/htoooth/cnsdtfl
- Owner: htoooth
- Created: 2014-01-24T09:10:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T23:58:10.000Z (about 11 years ago)
- Last Synced: 2023-08-11T20:18:05.354Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CNSDTFL
==================
CNSDTFL is China National Spatial Data Transfer Format Library. Main goal will implement that China spatial data formats convert to international spatial data formats, such as ESRI Shapefile, mapinfo, AutoCAD dwg, Edars Image, Geotiff ,etc, by GDAL/OGR. Now, it supports reading China vector data, China grid data, China image data, not supports writing. The three spatial data formats come from CNSDTF. If you want to know more about CNSDTF, please look [1] and [2]. And this library runs in Linux and Win.Note:
*require: GDAL/OGR >1.8.0*
*Scons or Premake4*
************About CNSDTF
============
CNSDTF is China National Spatial Data Transfer Format.China Vector
============
CVCT is China vector data.
CVCT 1.0 is from CNSDTF[1] and CVCT 2.0 is from CNSDTF[2].Note:
Now support CVCT 1.0, but not support CSR 1.0, so data you read from VCT don't include information of spatial reference system. If you want to add srs, please project it by youself using other tools, such as ArcGIS. And not support CVCT 2.0.China Grid
==========
CGRD is China grid data that also has CGRD 1.0 and CGRD 2.0.Note:
support CGRD 1.0
not support CSR 1.0
not support CGRD 2.0China Image
===========
CIMG is China image data that also has CIMG 1.0 and CIMG 2.0.Note:
support CIMG 1.0
not support CSR 1.0
not support CIMG 2.0China Spatial Reference System
==============================
CSR is China coordiate system that also has CSR 1.0 and CSR 2.0.Note:
support CSR 2.0
not support CSR 1.0Install
=======
1.
2.
3.
4.
5.[1]CSNDTF 1.0 is China Standard GB/T 17798-1999
[2]CSNDTF 2.0 is China Standard GB/T 17798-2007
[3]GDAL/OGR http://www.gdal.org