-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement fallback language for PyCSW to avoid warnings #10615
Comments
marthamareal
added a commit
that referenced
this issue
Feb 24, 2023
12 tasks
giohappy
pushed a commit
that referenced
this issue
Feb 28, 2023
#10692) (#10702) * - [Fixes #10615] Implement fallback language for PyCSW to avoid warnings * update formating (cherry picked from commit 6e15d4d) Co-authored-by: NAGGINDA MARTHA <[email protected]>
marthamareal
added a commit
that referenced
this issue
Mar 10, 2023
marthamareal
added a commit
that referenced
this issue
Mar 10, 2023
Merged
12 tasks
giohappy
pushed a commit
that referenced
this issue
Mar 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pycsw recognizes only a few languages:
https://github.com/geopython/pycsw/blob/7fc81b42bfdc5b81250c24887fd6a66032a6b06e/pycsw/core/config.py#L50-L54
GeoNode, as of master, forces pycsw to use its own language:
geonode/geonode/settings.py
Line 1106 in cff1436
If the GeoNode language is not allowed in pycsw, there will be lots of warning in the log, making it hard to spot real issues.
Here the line raising the error
https://github.com/geopython/pycsw/blob/2.6.1/pycsw/server.py#L182
It would be useful to replace in GeoNode this line
with
The text was updated successfully, but these errors were encountered: