개발

· 개발
등산 관련 앱을 토이프로젝트로 해보고자 졸업프로젝트에 확장해서 진행해보고 싶어 개인적으로 아는 실무자님의 조언과 구글의 집단지성의 도움을 얻으며 용기를 내보았습니다. (한마디로 취준을 위한 관심사 관련 포폴작성인거죠...) 맨땅에 헤딩하며 하기에 부정확한 요소들이 많으니 댓글로 알려주신다면 확인해보고 수정하도록 하겠습니다. 또한 진행중에 변경되는 요소들은 포스팅을 수정하여 최대한 즉시 반영해놓을 예정입니다..! 예쁘게 봐주세요.. 1. 국토정보 플랫폼에서 DEM 을 다운로드 받습니다. 사이트가 이상한 게 들어가졌다가 로그인 후에는 안 들어가지고 이상하고 너무 느립니다.ㅠㅠ 갑자기 로그인도 안되고 주말이라 서버도 쉬는가보네요 ㅠ,ㅡ 여튼 대충 어떻게 하다 보니까 메뉴 중에서 찾아서 서울 DEM을 다운로드 ..
· 개발
기존에 convert 한 데에 합치고 싶으면 -f 대신 -append 옵션을 쓰면 된다. (DB 명이 test 인 곳에 peak2.gpkg 파일의 내용을 추가한다.) ogr2ogr -append "PG:dbname=test" peak2.gpkg References https://gdal.org/programs/ogr2ogr.html ogr2ogr — GDAL documentation Define the geometry type for the created layer. One of NONE, GEOMETRY, POINT, LINESTRING, POLYGON, GEOMETRYCOLLECTION, MULTIPOINT, MULTIPOLYGON, MULTILINESTRING, CIRCULARSTRING, COMP..
· 개발
예약어는 가 컬럼명으로 사용된 경우는 "" 사이에 표시한다. 그래서 이전전? 게시물에서 안되었던 것.. natural 이 예약어라서;; pgAdmin4 에서 예약어는 색깔이 다르게 표시되서 찾아보게 되었다. 일반 터미널은 검정색 글씨로만 보였기 때문에ㅎㅎ References https://www.cubrid.com/faq/3794218 CUBRID | FAQ & TIP - 예약어를 테이블명이나 컬럼명으로 사용시 예약어를 테이블명 혹은 컬럼명으로 그대로 사용하기 위해서는 쌍따옴표(“”)로 스트링 처리를 해주면 됩니다. 예를 들면SELECT “DATE”, UPDATE_DT FROM “YEAR”와 같은 방식입니다. www.cubrid.com
· 개발
postgresql을 조금 더 편리하게 쓰기 위해 pgAdmin4 를 설치하기로 하였습니다. 다운로드 받아서 설치합니다. https://www.pgadmin.org/download/ Download Download pgAdmin is a free software project released under the PostgreSQL licence. The software is available in source and binary format from the PostgreSQL mirror network. Because compiling from source requires technical knowledge, we recommend installing www.pgadmin.org pgAdmin4 를 설치하..
· 개발
진행중.. PostgreSQL 로 gpkg 를 업로드 하려면 postgis 라는 extended 가 필요해서 설치한다. brew install postgis http://postgis.net/install/ PostGIS — Installation Getting Started These instructions are for PostgreSQL 9.1 and higher, PostGIS 2.2 and higher that is compiled with raster support. Note: if you have postgis, without raster support, you can not use CREATE EXTENSION. Refer to PostGIS install. Enabling PostG po..
· 개발
설치는 아래 글에 나온 것처럼 brew install 만 했습니다. 감사합니다. https://medium.com/@parkopp/mac-%EC%9C%A0%EC%A0%80%EB%A5%BC-%EC%9C%84%ED%95%9C-postgresql-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%9C%A0%EC%A0%80-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0-67f5b6e6753d Mac 유저를 위한 PostgreSQL 설치 및 유저,데이터베이스 설정하기 내가 PostgresSQL을 나의 맥북에 처음 세팅을 하게 되면서 겪었던 경험들을 여기에 공유 해 보려고 한다. 나같은 입..
· 개발
EDB 로 설치했는데 망해서 지웠다. 설치는 이거 보고 했고 https://maron2ee.tistory.com/3 https://www.enterprisedb.com/postgres-tutorials/installation-postgresql-mac-os Installation of PostgreSQL on Mac OS | EDB Installation of PostgreSQL is easy on Mac OS and in the below blog, we will try to capture all the steps which are necessary to do so. www.enterprisedb.com [Mac-PostgreSQL] psql & pgAdmin 4 설치 및 실행 1. EDB 페이지에서 ..
· 개발
현상 python2.7, python3.8, pip 가 설치된 상태.. 그러나 pip 실행이 안됨. sudo python -m pip install --upgrade pip 라고 할 경우 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/devel..
내공얌냠
'개발' 카테고리의 글 목록 (9 Page)