Closed epifanio closed 1 year ago
Hi Epifanio,
Here are the instructions for setting up ncWMS and Hyrax:
You might also consider using our docker images on docker hub.
You can run the server components in separate containers:
Or in a single one:
If you need more assistance please let me know!
Sincerely,
Nathan
Hi Nathan, thank you for the pointers!
I get the hyrax_ncwms
container up and running with zero issues, great!
I will look into the configuration found on the image to learn how to expose my own data to the WMS and WCS services.
My aim is to run the services, separately, in the same docker-compose environment. I will work on this and let you know how it goes.
Thanks for helping out!
Hi,
I am trying to set up a
hyrax
opendap service, includingncwms
, I kindly need an help in getting started.I have cloned the repository and built the docker images using the provided - developer.yml
docker-compose -f developer.yml build
I only applied changes in the 'volumes/logs' configuration, so to let docker handle the log files. My
developer.yml
looks like this:While my
local.env
looks like this:I can start the whole infrastructure with:
docker-compose -f developer.yml up
Which return:
At this point, I can successfully access the hyrax opendap interface, but I am still missing instructions on how to configure the
ncWMS
service.My best guess is that I still need to add the data resources in the
ncWMS
configuration file, but which one? and what to add in it?I see there are two
ncWMS_config.xml
files one in hyrax/ncWMS_config.xml and a second one in ncWMS/ncWMS_config.xmlI tried to uncomment the line
4-6
in both filesWhen accessing a data resource, for instance:
http://localhost/opendap/viewers/viewers?dapService=/opendap/hyrax&datasetID=/data/nc/coads_climatology.nc
The
DAP
service works fine, but the Web Mapping Service request:returns:
Do you have any clue on what I am missing/doing wrong? perhaps the url/port configuration in the env file? Do you have a sample file I can use with the default example data sources shipped within the hyrax docker container?
Thanks for any pointer.