Skip to content

Instantly share code, notes, and snippets.

View nmathewa's full-sized avatar
🎯
Focusing

nmathewa

🎯
Focusing
  • Florida Institute of Technology
  • Melbourne, FL , USA
  • 00:17 (UTC -04:00)
View GitHub Profile
@nmathewa
nmathewa / gdal_.py
Created March 4, 2021 14:59
use_gdal_py
"""
Created on Thu Mar 4 19:14:00 2021
@author: nma
"""
import os
raster_f = "A_raster_file.tif"
raster_s = "B_raster_file.tif"
@nmathewa
nmathewa / multi_refere.py
Created March 4, 2021 14:37
multi_reference.py
"""
Created on Thu Mar 4 19:14:00 2021
@author: nma
"""
import numpy as np
from osgeo import gdal,osr
@nmathewa
nmathewa / new_GTiff.py
Created March 4, 2021 14:19
new_GTiff
"""
Created on Thu Mar 4 19:14:00 2021
@author: nma
"""
import numpy as np
from osgeo import gdal,gdal_array
@nmathewa
nmathewa / .py
Last active February 26, 2021 02:51
importing libraries
import wrf
import pandas as pd
import numpy as np
import plotly.figure_factory as FF
import plotly.graph_objects as go
import time
from scipy.spatial import Delaunay
from netCDF4 import Dataset
direc = "wrfoutput_location"
datain = Dataset(direc)