Giter Club home page Giter Club logo

py-gisalgo's Introduction

GIS Algorithm

의존성(Dependency)

  • Python 3.8.16
  • conda 22.9.0
$ conda create -n {venv name}
$ conda --version
  • GDAL 3.6.3
$ conda install -c conda-forge gdal # 패키지 설치 시 환경 확인 필요
$ gdal-config --version
  • package mng
$ pip freeze > requirements.txt # 패키지 확인
$ pip install -r requirements.txt # 패키지 설치
  • shapely 2.0.1
$ # conda update --all
$ conda update -n base -c defaults conda
$ conda install shapely --channel conda-forge
  • geopandas 0.12.2
$ conda install --channel conda-forge geopandas
  • geopy 2.3.0
$ pip install geopy
  • bokeh 3.1.0
$ conda install -c bokeh bokeh
  • google-chrome
$ sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
# but, dependency error!?
$ sudo apt-get install -f # 의존성 관련 패키지 설치
$ sudo apt install --fix-broken -y
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
$ google-chrome # 터미널에서 크롬 실행!
  • pysal 2.1.0
$ conda install --channel conda-forge pysal
  • osxm 1.3.0
$ conda install -c conda-forge osmnx

Reference

  1. GIS Algorithm DOI: https://github.com/gisalgsf
  2. GDAL Install DOI: https://opensourceoptions.com/blog/how-to-install-gdal-with-anaconda/
  3. [BASE] GIS Algorithm DOI: https://geo-python-site.readthedocs.io/en/latest/
  4. [HARD] GIS Algorithm DOI: https://automating-gis-processes.github.io/2017/lessons/L7/network-analysis.html
  5. Python을 활용한 빅데이터와 데이터 과학 DOI: http://bigdata.dongguk.ac.kr/lectures/datascience/_book/index.html
  6. Python 모듈을 활용한 공간 분석 DOI: https://www.inflearn.com/course/%ED%8C%8C%EC%9D%B4%EC%8D%AC-%EB%AA%A8%EB%93%88%ED%99%9C%EC%9A%A9-%EA%B3%B5%EA%B0%84%EB%B6%84%EC%84%9D#curriculum

py-gisalgo's People

Contributors

shark-gill avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.