Experiences with Setting Up gaiaCore #322
Replies: 1 comment 1 reply
-
This is really helpful, thanks for giving us this feedback @TheCedarPrince .
Thanks for pointing this out, we should make this explicit in our docs. I might list docker as an optional dependency, unless you found it was necessary outside of geocoding.
Hm, we'll need to make it explicit
Did this factor in during the geocoding workflow?
Yes, its not ideal. Essentially we want to offer our "wrapped" version of DeGauss as a potential geocoding solution. We could potentially rebuild DeGauss and just not have it wrapped in Docker, but then it becomes another OHDSI GIS project to maintain... Thanks again for this super valuable feedback. I will keep you updated as we start addressing these. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks!
Just wanted to mention some of my experiences with setting up GAIA locally on my computer (Fedora 38):
Lots of additional dependencies were needed when building gaiaCore that I was surprised about; here was a list I made of what I needed while installing fedora dependencies:
gdal-devel
proj-devel
geos-devel
postgresql-devel
docker
Then this should in theory work for installing all of the R packages needed.
gaiadb
database on your postgres instance.openadds
has been deprecated since the end of 2023 making it rather challenging to follow the tutorial. Not sure what would be a good alternative here. I had to use an old version of the package not on CRAN to follow along.Those were some of the things I experienced in the install -- thought I'd share in case it would be useful to folks. Thanks for great work on this all! 😄
Beta Was this translation helpful? Give feedback.
All reactions