issues
search
cedadev
/
esgf-stac-client
A Python client to access ESGF STAC data
BSD 3-Clause "New" or "Revised" License
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added pip install pyopenssl in Dockerfile (for unit tests)
#17
agstephens
closed
1 year ago
0
Are only 10,000 records coming back? It's a problem!
#16
agstephens
opened
1 year ago
4
allow filtering of properties returned in results, e.g.
#15
Adik8688
opened
1 year ago
3
complex searches work, such as
#14
Adik8688
opened
1 year ago
2
`filter=`, `filter_lang=` to include a search query in the filter parameter. (default GET search: `filter_lang=cql-text`, `filter=None`)
#13
Adik8688
opened
1 year ago
1
search by `version` works
#12
Adik8688
opened
1 year ago
3
to filter by a string against values in the properties. (default: q=None)
#11
Adik8688
opened
1 year ago
5
`limit=`, `max_items=` to specify the number of items to return in a response, limit is items per page and max_items is total return. (default: `limit=100`, `max_items=100`)
#10
Adik8688
closed
1 year ago
1
Unit test: get two item _objects_, then specify them in the search with `client.asset_search(items=[item1, item2])`
#9
agstephens
opened
1 year ago
3
Unit test: temporal search returns correct content
#8
agstephens
opened
1 year ago
6
Unit test: map between ESGF terms and STAC terms using "doctype"
#7
agstephens
opened
1 year ago
0
High level unit tests
#6
Adik8688
closed
1 year ago
0
Create test suite for basic functionality
#5
rhysrevans3
opened
2 years ago
0
Get Adrian environment set up
#4
agstephens
closed
1 year ago
0
Work out how to capture some existing server content independent of an external working API
#3
agstephens
opened
2 years ago
0
Create high-level list of unit tests
#2
agstephens
opened
2 years ago
1
Add recent changes to repo, and create recipe for installation
#1
agstephens
closed
2 years ago
3