Git Product home page Git Product logo

decompose_insar_velocities's Issues

Problems in the codes

Hi Andrew,

Can you check several lines in the codes: Active-Tectonics-Leeds/decompose_insar_velocities/tree/main/util/vel_decomp_vE_vUN.m?

In the line 145, the cosd(inc) should be squared;

In the line 147, the gnss_sN should be squared;

I compared the codes with the equations in your thesis and found these problems.

Can you check it?

Best wishes,

Dehua

Referencing uses hardcoded value.

% mask after deramping (deramp isn't carried forward)
% use a hardcoded 10 mm/yr limit to remove large signals (mainly
% subsidence and seismic)
vel_deramp = deramp(x,y,vel_tmp);
vel_deramp = vel_deramp - mean(vel_deramp(:),'omitnan');
vel_mask = vel_deramp>10 | vel_deramp<-10;

Add fault-relative decomposition

Take a fixed faut strike and decompose LOS into fault-parallel and vertical. Either assume zero fault-perpendicular, or use gnss.

User-defined regridding mesh

Currently the regridding coordinates are automtically calculated based on the input velocities.
Allowing the user to pre-define the grid would make it easier to mosaic together multiple decomposed velocities, which might be a good way of doing very large velocity fields.

How to handle this error....?

Dear sir/madam,

Actually, this the first time I am using Matlab. So, I am facing difficulty while deal with errors. I had run the code on the example dataset, It worked but the problem is, I am not able to export them (in geotiff, grd..). Please help how can I rectify it.

Thanking you in advance,

This is what the error message displays:

Error using matlab.internal.imagesci.netcdflib
The NetCDF library encountered an error during execution of "create" function:
"No such file or directory (2)".

Error in netcdf.create (line 61)
ncid = matlab.internal.imagesci.netcdflib('create', filename, mode);

Error in grdwrite2 (line 41)
ncid = netcdf.create(file, 'NC_SHARE');

Error in decompose_insar_velocities (line 422)
grdwrite2(x_regrid,y_regrid,m_up,[par.out_path par.out_prefix '_vU.grd']);

GNSS interpolation

Hello, Which software should I use to interpolate my GNSS data?
Thanks.

Ram optimisation of main branch.

While the testing version now using sparse matrices, the main branch does not (easier to work with).
Improve RAM usage through other methods - can we switch all arrays to single?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.