-
The list of datasets in the `base_viewer` app is not paginated, which will be a problem for large databases.
This is especially problematic, considering that all datasets are displayed when the page …
-
So far Dockerfile has django==2.2. Otherwise two errors are raised by testing:
```
ERROR: test_search_loads (geospaas.viewer.tests.FormAndViewTests)
------------------------------------------------…
-
There is a many to many relationship between dataset table and the parameter table. Some tests should be written in order to test the filtering ability of datasets based on specifying the parameters o…
-
Write unit tests for the existing API before developing it further.
-
platform.short_name and instrument.short_name are used as natural_key in Source and cannot be empty.
But for level-4 data the short_names are empty because higher level GCMD platform and GCMD instrum…
-
### Problem
Several models, like Platform and Instrument, have no uniqueness constraint (a `natural_key()` method does not guarantee uniqueness of the object).
This makes them unsafe in a concur…
-
If you try to include `geospaas` directly from the installed egg, the viewer won't work because it cannot find its templates.
This can apparently be fixed by adding a `MANIFEST.in` file, or the `pack…
-
I tried to install the lectures and I encountered this problem after this line
vagrant up course
Bringing machine 'course' up with 'virtualbox' provider...
There are errors in the configuratio…
-
It seems that migration fails, but still it is possible to connect to the virtual machine.
After login to the machine, the new environment should be activated manually by the command "source activate…
-
I am using the new ascat mapper in https://github.com/nansencenter/nansat/commit/185ae9c2232c8c27d1869185929d7bd18e77bd39 - but the metadata is not registered when I ingest with the nansat_ingestor. I…