ERDDAP WEBPAGES: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
* access to the list of all datasets available through this ERDDAP server | * access to the list of all datasets available through this ERDDAP server | ||
[[File:ERDDAP_user_list.png| | [[File:ERDDAP_user_list.png|600px]] | ||
* access to the list of datasets by type (grid, tabular,..) | * access to the list of datasets by type (grid, tabular,..) | ||
[[File:ERDDAP_user_list3.png| | [[File:ERDDAP_user_list3.png|600px]] | ||
But as user you probably don't want to use all datasets and you surely don't want to look in all of them to find which ones have the data you are interesting in. | But as user you probably don't want to use all datasets and you surely don't want to look in all of them to find which ones have the data you are interesting in. | ||
Line 41: | Line 41: | ||
ERDDAP can sort datasets by some attributes values | ERDDAP can sort datasets by some attributes values | ||
[[File: | [[File:ERDDAP_search_category.jpg|400px]] | ||
=== How to use Advanced search === | === How to use Advanced search === | ||
Line 54: | Line 54: | ||
so you can search for datasets based on many different criteria simultaneously | so you can search for datasets based on many different criteria simultaneously | ||
[[File: | [[File:ERDDAP_search_advanced.jpg|600px]] | ||
Line 61: | Line 61: | ||
ERDDAP search lists all datasets that match your request. | ERDDAP search lists all datasets that match your request. | ||
[[File: | [[File:ERDDAP_list_ds_20180118.png|600px]] | ||
On those datasets, you could: | On those datasets, you could: | ||
* access to the original files | * access to the original files<br/> | ||
* select subset of dataset | [[File:ERDDAP_list_files_20180118.png|600px]] | ||
* select subset of dataset<br/> | |||
[[File:ERDDAP_list_select_20180118.png|600px]] | |||
** select some variables | ** select some variables | ||
** select geographic area | ** select geographic area | ||
** select time period | ** select time period<br/> | ||
[[File:ERDDAP_data_access_form.png|600px]] | |||
** write this subset in the file format you want (more than 30 files format are available) | ** write this subset in the file format you want (more than 30 files format are available) | ||
* make a graph | * make a graph<br/> | ||
[[File:ERDDAP_list_graph_20180118.png|600px]] | |||
[[File:ERDDAP_make_graph_form.png|600px]] | |||
ERDDAP generates an '''url''' for both subset and graph requests |
Latest revision as of 12:18, 19 January 2022
How to use ERDDAP web pages
ERDDAP BCDC webpage(https://erddap.bcdc.no)
ERDDAP's users can:
- access to the list of all datasets available through this ERDDAP server
- access to the list of datasets by type (grid, tabular,..)
But as user you probably don't want to use all datasets and you surely don't want to look in all of them to find which ones have the data you are interesting in.
ERDDAP comes with several way to select datasets:
- Full text search (Google-like search of the datasets' metadata)
- Category search
- Advanced search
How to search datasets
How to use Full text search
This is a Google-like search of the datasets' metadata:
- Type the words you want to search for, with spaces between the words. ERDDAP will search for the words separately, not as a phrase.
- To search for a phrase, put double quotes around the phrase (for example, "wind speed").
- To exclude datasets with a specific word, use -excludedWord .
- To exclude datasets with a specific phrase, use -"excluded phrase" .
- Don't use AND between search terms. It is implied. The results will include only the datasets that have all of the specified words and phrases (and none of the excluded words and phrases) in the dataset's metadata (data about the dataset).
- Searches are not case-sensitive.
- To search for specific attribute values, use attName=attValue .
- To find just grid or just table datasets, include protocol=griddap or protocol=tabledap in your search.
- This ERDDAP is using searchEngine=original.
- In this ERDDAP, you can search for any part of a word. For example, searching for spee will find datasets with speed and datasets with WindSpeed.
- In this ERDDAP, the last word in a phrase may be a partial word. For example, to find datasets from a specific website (usually the start of the datasetID), include (for example) "datasetID=erd" in your search.
How to use Category search
Datasets can be categorized in different ways by the values of various metadata attributes.
ERDDAP can sort datasets by some attributes values
How to use Advanced search
Advanced Search combines all of the search techniques:
- Full text search
- Category search
- searches for datasets that have data within longitude, latitude, and time ranges
so you can search for datasets based on many different criteria simultaneously
How to get data
ERDDAP search lists all datasets that match your request.
On those datasets, you could:
- access to the original files
- select subset of dataset
- select some variables
- select geographic area
- select time period
- write this subset in the file format you want (more than 30 files format are available)
- make a graph
ERDDAP generates an url for both subset and graph requests