#!/usr/bin/env python
# -*- coding: utf-8 -*-
from netCDF4 import Dataset
from osgeo import ogr,osr
from shapely import geometry
import os
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var img = ee.Image('LANDSAT/LC08/C01/T1/LC08_044034_20140318'); | |
| var dem = ee.Image('USGS/SRTMGL1_003'); | |
| var arr1 = ee.FeatureCollection(ee.List([])); | |
| var xy = ee.Geometry.Point([86.9250, 27.9881]); | |
| var p1 = ee.Geometry.Point([142.36083984375, -37.466138602344046]) | |
| var p2 = ee.Geometry.Point([143.23974609375, -37.04640889969956]) | |
| var pts = ee.FeatureCollection(ee.List([ee.Feature(p1),ee.Feature(p2)])) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set filepath="C:\some path\having spaces.txt" | |
| for /F "delims=" %%i in (%filepath%) do set dirname="%%~dpi" | |
| for /F "delims=" %%i in (%filepath%) do set filename="%%~nxi" | |
| for /F "delims=" %%i in (%filepath%) do set basename="%%~ni" | |
| echo %dirname% | |
| echo %filename% | |
| echo %basename% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <!-- | |
| @tag hta:application | |
| @attribute ApplicationName Sets the name of the HTA. | |
| @attribute Border [Thick]|Thin|None | |
| @attribute BorderStyle [Normal]|Raised|Sunken|Complex|Static | |
| @attribute Caption [Yes]|No |
.sketch-underline {
# background: url(https://www.monicahq.com/img/sketch_underline.svg) 0 100% no-repeat;
background: url(https://raw.githubusercontent.com/gist/soiqualang/f90714627f4ad186c47a974720fafb3c/raw/17f56b29fef699eee952959aeb9f57554aba762d/sketch_underline.svg) 0 100% no-repeat;
background-size: 100% .75rem;
padding-bottom: .6rem;
}Video Hướng dẫn
- [MySQL] Create Database, table
- [MySQL] Add PRIMARY KEY, FOREIGN KEY Constraint
import os
os.environ['KMP_DUPLICATE_LIB_OK']='True'