Postgresql 데이터베이스를 만든 다음 실행했습니다.
createlang plpgsql geospecies
psql -d geospecies -f postgis.sql
psql -d geospecies -f spatial_ref_sys.sql
이제 shapefile을 직접 가져올 수 있습니까? 이것이 올바른 명령일까요?
ogr2ogr -f PostgreSQL PG:"host=server_ip user=username dbname=dbname password=password" yourshapefile.shp;
데이터베이스를 구성하는 방법을 잘 모르겠습니다. 테이블이 필요하지 않습니까? 결국 많은 모양의 파일을 추가해야하며 그렇게하는 명령이 있습니까?