You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code that is responsible for creating lattices with different shapes is a total mess. It uses its own rather crude library of shape primitives, which seriously limits its applications. A good idea is to hook it up to GeoInterface.jl in some way.
Does GeoInterface ship its own geometric primitives? What library to reexport/recommend if not?
Which of LatticeModels.jl own primitives will stay? How to make sure the changes were not breaking?
How to estimate the size of the lattice for a given shape? Right now it uses circumscribed spheres - 100% not the best way.
The text was updated successfully, but these errors were encountered:
Currently the code that is responsible for creating lattices with different shapes is a total mess. It uses its own rather crude library of shape primitives, which seriously limits its applications. A good idea is to hook it up to GeoInterface.jl in some way.
The text was updated successfully, but these errors were encountered: