Giter Site home page Giter Site logo

Comments (3)

dlilien avatar dlilien commented on September 25, 2024 1

Not sure if it does what you need, but I did write a quick fix to go directly from raster data to an extruded 3d mesh, but I never put in a pull request: 824655f

from icepack.

nholschuh avatar nholschuh commented on September 25, 2024

This is perfect! Thanks David -- the part of the code that I felt like I understood the least was the following, which obviously was integral to this issue:

V_new = firedrake.VectorFunctionSpace(mesh, element)
X = firedrake.interpolate(mesh.coordinates, V_new)

Daniel mentioned that he had already made the interpolate function xarray compatible, but I've written an interpolate_xr function (that now incorporates your change) if anyone things it might be useful for icepack. It handles some edge cases that we kept running into, which may or may not be helpful.

from icepack.

nholschuh avatar nholschuh commented on September 25, 2024

I may have spoken too soon -- this works for a 1-layer extruded mesh fine, but still fails for multi-layered meshes in a way that I find baffling... I'm going to see if I can implement the lift function that Daniel suggested to me, and get back to you.

from icepack.

Related Issues (20)

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.