Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 편집지적
- pgrouting
- qgis 설치
- QGIS3
- mapmatching
- QGIS
- khaiii
- autocad
- graphhopper
- QgsRubberBand
- 앱개발
- pluginbuilder
- split line
- 스타트업
- 안드로이드
- Polyline
- qgis linux
- Circle
- pbf
- qgis server
- 서비스
- nifi
- kmoran
- ogrinfo
- keypressed
- PyQGIS
- ODField
- ODTable
- 아이디어
- 도로명주소일일업데이트
Archives
- Today
- Total
개발자 이야기
[osgeo] show schema gdb(FileGDB) 본문
반응형
FileGDB is the directory, ends with '.gdb'.
Pysically, it is composed of some files. and logically, it has serveral layers.
1. list the layers.
ogrinfo -so test.gdb
1: test_layer_1
2: test_layer_2
2. show summary only.
ogrinfo -so test.gdb test_layer_1
Layer name:
Feature Count:
Extent:
Layer SRS WKT:
Field Column =
Geometry Column =
....
https://gdal.org/programs/ogrinfo.html
반응형
'GIS' 카테고리의 다른 글
how to edit openstreetmap link data(osm.pbf) (0) | 2023.07.13 |
---|---|
graphhopper(mapmatching) (0) | 2023.03.29 |
[GWS] 지오웹캐시 (0) | 2017.12.01 |
데이터 포맷 (0) | 2017.11.17 |
PostgreSQL/PostGIS 설치 (0) | 2016.12.15 |