Guillaume Maze
Guillaume Maze
Example of usage of the new data selection API: Retrieve the list of profile coordinates: https://dataselection.euro-argo.eu/api/find-by-search-filtred Data posted: ```bash curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{"criteriaList":[{"field":"startDate","values":[{"name":"2020-10-30T16:58:42.487+0100","code":"2020-10-30T16:58:42.487+0100","n":0}],"types":["DATE"]},{"field":"globalGeoShapeField","values":[{"code":"{\"type\":\"POLYGON\",\"coordinates\":[[[-66.26953125000001,31.353636941500987],[-66.26953125000001,37.30027528134433],[-60.46875000000001,37.30027528134433],[-60.46875000000001,31.353636941500987],[-66.26953125000001,31.353636941500987]]]}\"","name":"","n":0}],"types":["GEOGRAPHIC"],"options":[]},{"field":"cycleQcState","values":[{"name":"Good","code":"Good","n":0}],"types":["FACET"],"options":["SORTED_VALTXT_ASC"]}],"pagination":{"page":1,"size":9000,"isPaginated":false},"bboxParams":{"latBottomRight":-90,"latTopLeft":90,"lonBottomRight":180,"lonTopLeft":-180,"zoom":2},"languageEnum":"en"}'...
The data selection tool (https://dataselection.euro-argo.eu/), could be used by argopy to create a dashboard for a given fetcher One just have to create the fetcher definition into a data selection...
Note that: http://blp_test.ifremer.fr/ea-data-selection is the local dev version of this one: https://dataselection.euro-argo.eu
## Retrieve all data from a single float set time stamps to very old and very far in future values: Eg: https://coriolis-datacharts.ifremer.fr/api/profiles?platform=3901654&start=-2208988800&end=4133894400¶meter=35&measuretype=1 This will retrieve Temperature (code=35) data from 1900/01/01...
The data selection API is being developed here: https://gitlab.ifremer.fr/ea-data-selection/ea-data-selection/ This is an Ifremer private repo, just mentioned here for the record
Hi @wjoyce2 This happens because the default chunking of your selection is still too large for the server. Thus, you should simply reduce the size of the chunks. This will...
> I am wondering, is there a way to check that the fetched data is complete? Or a way of knowing if the chunks are too large? Unfortunately, there is...
Hi @theospira ## under sea-ice data Yes, under sea-ice data are available, But since the profile position is flagged with QC=8, you need to use the 'expert' mode to fetch...
# Important notice ! You should install the last development version of argopy in order to get rid of some bugs avoiding the above to work: ```bash pip install git+http://github.com/euroargodev/argopy.git@master...
> is that correct? Yes