<div dir="ltr">I was looking for some assistance with the following problem. My use case of PostGIS is to store the United 
States' OpenStreetMap (OSM) data. This is a solved problem 
with a significant amount of documentation available.
However, my use case differs in that I want to add US DEM elevation 
rasters to the database to enable my application to query and receive a
 graph seeded with these elevation values depending on my users' 
location. This problem has almost no good documentation,
and most solutions are outdated or fail on my test server. Other 
services that provide elevation on demand are either too costly or do 
not provide a small enough resolution for my use case. Thus, I hope that anyone can aid me in the setup and deployment
on this bespoke database.</div>