datakaveri / ogc-resource-server

OGC compliant IUDX based resource server serving Geospatial data
Apache License 2.0
0 stars 6 forks source link

Tiles metadata onboarding process testing #180

Open mahimatics opened 3 months ago

mahimatics commented 3 months ago

I’m currently working from home and have completed the Rest Assured tests for tile metadata onboarding. The only remaining tasks are disabling the SSL check and setting virtual hosting to false. In previous processes (like collection onboarding and appending), this was managed using ogrinfo, but since ogrinfo isn’t used in the current process, I’m working on a solution for that.

I’ve also done the PR changes suggested by Akhil. He has recommended a few more adjustments, which I’m working on now.

mahimatics commented 2 months ago

Changes have been added, and a few more tests need to be added to the PR before it is merged.

ThorodanBrom commented 2 months ago