Python 2.7 using lib pygrib (https://github.com/jswhit/pygrib) Example usagefrom the python interpreter prompt, import the package: >>> import pygribopen a GRIB file, create a grib message iterator: >>> grbs = pygrib.open('sampledata/flux.grb') pygrib open instances behave like regular python file objects, with seek, tell, read, readline and close methods, except that offsets are measured in gri..
In my case, Django 1.10 ver change from sqlite3 to mysql(RDS), get error. " django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb " - first read django doc (https://docs.djangoproject.com/en/1.10/ref/databases/#mysql-db-api-drivers) solve: $ pip install mysqlclient (if error)$ sudo apt-get install python-dev libmysqllient-dev$ pip install mysqlclient
Image processing lib setting (sp, ubuntu) need lib for image processing at ubuntu. Pre-install1) pip $ sudo apt-get install libjpeg-dev $ sudo apt-get install zlib1g-dev $ sudo apt-get install libpng12-dev $ sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib $ sudo ln -s /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib $ sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib If differnt na..
- Total
- Today
- Yesterday
- AWS
- s3
- Swift
- project
- ubuntu
- swift3.0
- lambda
- nginx
- 파이썬
- FTP
- 개발
- API
- IOS
- lib
- css
- uWSGI
- app
- code review
- jupyter
- admin
- CocoaPods
- Apple
- boto3
- Python
- pycon
- serverless
- OpenAPI
- 기상청
- Django
- grib
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |