
설치 사이트https://www.anaconda.com/download/success Download Now | AnacondaAnaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.www.anaconda.com아래로 스크롤을 내려 미니콘다 설치. intel chip 64graphical installer 500mb밖에 차지않함!설치완료되면터미널 다시 켜고conda뭐라뭐라 뜨면 잘 설치된것.
https://m.blog.naver.com/rackhunson/222403071709 [geocoding] Geopy 라이브러리 사용하기 geopy 라이브러리를 사용해서 geocoding (reverse geocoding) 하는 방법을 알아보자. 테스트는 아래의 서울... blog.naver.com https://osm.kr/usage/ 오픈스트리트맵 이용하기 전 세계의 지리공간 정보를 날것 그대로 보고, 원하는 대로 조작하고, 복잡한 저작권 문제 없이 (‘ⓒOpenStreetMap 기여자’만 적어서) 배포하는 것은 오픈스트리트맵만의 특권입니다. osm.kr https://youtu.be/xBF_ZaGW87k (여러 복잡해보이는 좋은 방법들이 있다.) 귀찮다. 제일 간단한걸로 ㄱ geopy와 Nomin..

from datetime import datetime, date, time, timedelta import math import numpy as np # 한국 위치 및 시간대 설정 # latitude = 37.5665 # 예: 서울의 위도 # longitude = 126.9780 # 예: 서울의 경도 # time_difference = 9 # UTC+9 latitude = 37.63817 # 예: 서울의 위도 longitude = 127.0364 # 예: 서울의 경도 time_difference = 9 # UTC+9 # 현재 날짜 사용 또는 사용자 입력에 따른 날짜 설정 today = date.today() print("오늘 날짜:", today) use_today = input("오늘 날짜를 사용하시겠..

https://www.earthdata.nasa.gov/learn/find-data/near-real-time/modis Moderate Resolution Imaging Spectroradiometer (MODIS) | Earthdata Download near real-time Atmosphere, Land, Surface Reflectance and ancillary data from the MODIS instrument provided through LANCE. www.earthdata.nasa.gov https://www.earthdata.nasa.gov/ Earthdata | Earthdata Earthdata is the home for full and open access to NASA's..

NSRDB: National Solar Radiation Database :: 일사량 https://nsrdb.nrel.gov/ NSRDB A serially complete collection of hourly and half-hourly values of meteorological data and the three most common measurements of solar radiation: global horizontal, direct normal and diffuse horizontal irradiance. It covers the United States and a growing nsrdb.nrel.gov Data set 범위 DATA Download https://developer.nrel...

import sys import numpy as np import cv2 from sklearn.cluster import KMeans import matplotlib.pyplot as plt import glob import os img_files = '/Users/l.smin/PycharmProjects/pythonProject/RGB/photo/100/A.jpg' if not img_files: print ('jpg 없음...') sys.exit() image = cv2.imread(img_files) #img resize resize_img = cv2.resize(image, (500, 500)) # 채널을 BGR -> RGB로 변경 resize_img = cv2.cvtColor(resize_im..

import os chars = ",.0123456789?abcdefghijklmnopqrstuvwxyz" codes = """110011 010101 11111 01111 00111 00011 00001 00000 10000 11000 11100 11110 001100 01 1000 1010 1000 0 0010 110 0000 00 0111 101 0100 11 10 111 0110 1101 010 000 1 001 0001 011 1001 1011 1100""" keys = dict(zip(chars, codes.split())) def char2morse(char): return keys.get(char.lower(), char) txt_path = './detected_words.txt' tex..

conda install pandas conda install openpyxl (이거는 엑셀로 바꾸긴데.. 엑셀은 인식 안돼서) csv로 바꾸기 했더니 됐다. # *.txt 파일을 읽어 엑셀파일로 생성 ---index=False 로 할경우 import pandas as pd df = pd.DataFrame(pd.read_csv('RGB_meam.txt',sep=' ')) # print(df) df.to_csv('RGB_mean.csv',index=False) 간단한편 touchdesigner https://matthewragan.com/2014/05/28/lets-make-this-table-data-move-touchdesigner/ Let’s Make this Table Data Move | Touc..
https://intrepidgeeks.com/tutorial/python-automatically-calculates-the-rgb-average-of-the-image-data-set python 은 이미지 데이터 세트 의 RGB 평균 값 을 자동 으로 계산 합 니 다. [BOJ] 백준 4673 - 셀프 넘버 👩🏻💻 문제 👩🏻💻 정답 코드 numbers 집합에 1부터 10000까지를 넣고, for문을 돌리면서 각 자릿수와 숫자 자체를 generated 집합에 넣어 준다. 집합을 사용함으로써 intrepidgeeks.com ''' qhy 2018.12.3 ''' import os import numpy as np import cv2 ims_path = './photo/sorted_by_data/20..
https://blog.naver.com/PostView.nhn?isHttpsRedirect=true&blogId=baek2sm&logNo=221371816296&categoryNo=0&parentCategoryNo=0&viewDate=¤tPage=1&postListTopCurrentPage=1&from=postView 파이썬 웹사이트 단어 빈도수 통계내기 파이썬으로 위키피디아 웹사이트 단어 빈도수 통계내기 이번에는 파이썬으로 간단한 프로젝트를 진행하며 ... blog.naver.com https://code.tutsplus.com/ko/tutorials/counting-word-frequency-in-a-file-using-python--cms-25965 파이썬을 이용해 파일에서 단어 빈도 ..
- Total
- Today
- Yesterday
- imgtoimg
- TouchDesigner
- Unity
- Midjourney
- DeepLeaning
- node.js
- motor controll
- Express
- 유니티플러그인
- MQTT
- RNN
- docker
- oculuspro
- sequelize
- Java
- colab
- VR
- ardity
- emotive eeg
- Python
- Arduino
- houdini
- AI
- 라즈베리파이
- three.js
- CNC
- 유니티
- unity 360
- opencv
- 후디니
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |