Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 7 months ago

LatLon distance by M Sohrabinia

Find distance between two points based on latlon coordinates (distance, latlon distance, distance on earth)

lldistkm.m

image thumbnail

updated 11 months ago

fillgaps in an array/matrix/image by M Sohrabinia

Fill gaps in a cell-array/vector/matrix or image based on an alternative cell/vector/matrix/image (fill gaps, image missing pixels, matrix missing values)

fillgaps(target,refarray,fields2fill,varargin)

image thumbnail

updated 11 months ago

Remove outliers by M Sohrabinia

Turns outliers from a vector or matrix to NaN based on modified Thompson Tau method (outliers, thompson tau, matrix outliers)

outliers(X0, num_outliers)

image thumbnail

updated 11 months ago

Regression Outliers by M Sohrabinia

Removes outliers from X and Y variables based on regression residuals (regression outliers, detect outliers in a ..., turns outliers to nan)

regoutliers(X0,Y0,noutliers,plotOp)

image thumbnail

updated 11 months ago

Find pixel indices in HDF-EOS files based on LatLon coordinates by M Sohrabinia

Finds x-y direct indexes of one or more LatLon coordinate pairs in certain HDF-EOS files (direct index from lat..., hdfeos, sinusoidal to geog)

...

image thumbnail

updated 12 months ago

Convert Julian date to Normal Date by M Sohrabinia

Accepts Julian Date(s) vector (numeric), gives normal date(s) in a character vector (julian dates in hdfeo..., julian date in hdfeos...)

jl2normaldate(jl_dates,dateFormat)

image thumbnail

updated 12 months ago

Convert normal date to Julian Date by M Sohrabinia

This function takes a vector of dates and derives Julian Date out of it. (datetime)

jl_date(dateVec)

Contact us