-
Metanorm was originally designed this way: each normalizer takes care of one metadata convention, then passes responsibility for the attributes it could not fill to the next normalizer.
Looking at …
-
-
https://github.com/nansencenter/django-geo-spaas/blob/70c993339c5db28386cff66ffd885c002f0c573c/geospaas/base_viewer/static/base_viewer/styles.css#L19
replace `max-height: 620px;` with `max-heigh…
-
Following my discussion with @aperrin66 in one of the PRs of metanorm. The last time of time must also be excluded in
https://github.com/nansencenter/django-geo-spaas/blob/43fbe47787c78984adba73035…
-
Some ingester tests need to be modified after nansencenter/metanorm#45, because the summary contents has changed.
-
Downloaded dataset should be named based on its entry_id for all cases.
For copernicus harvested file the header of the response of the download link provide the associated part named `'filename=' …
-
If `url(r'', ...` is specififed in urls.py then any URL after / will be accepted: '/adas', '/geometry', '/css', etc. That causes problems when adas viewer is on the root url.
It should be `path('',` …
-
Like in the [geospaas.nansat_ingestor](https://github.com/nansencenter/django-geo-spaas/tree/master/geospaas/nansat_ingestor) app, make it possible to ingest datasets manually using Django management …
-
Here in this line of filtering which is used for spatial filtering by user, the user wants to see all the datasets that are inside or have some overlap with the border of his/her desired region. When …
-
when we want to create parameters for latitude the `get` command raise the `get() returned more than one Parameter -- it returned 2!` exception in this line:
https://github.com/nansencenter/django-ge…