개발자 이야기

[osgeo] show schema gdb(FileGDB) 본문

GIS

[osgeo] show schema gdb(FileGDB)

프란5 2020. 2. 20. 14:32
반응형

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