Skip to content

Commit

Permalink
fix last two 8080 port
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Sep 5, 2023
1 parent dfa461e commit dc80eac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can navigate to ERDDAP's [info page](http://gcoos4.tamu.edu:8080/erddap/info/fk_CREMP_yearly_revisited_DATA_v3_1996/index.html) to find the variables description. Let's check what is `organismQuantity`:\n",
"We can navigate to ERDDAP's [info page](https://gcoos4.tamu.edu/erddap/info/fk_CREMP_yearly_revisited_DATA_v3_1996/index.html) to find the variables description. Let's check what is `organismQuantity`:\n",
"\n",
"```\n",
"The is value of the derived information product, such as the numerical value for biomass. This term does not include units. Mean number of observed fish per species for 5 Minutes\n",
Expand Down Expand Up @@ -846,7 +846,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"`rerddap`'s info request does not have enough metadata about the variables to explain the blank, and most abundant, `genus`. [Checking the sever](http://gcoos4.tamu.edu:8080/erddap/tabledap/fk_CREMP_yearly_revisited_DATA_v3_1996.html) did not help figure that out. We'll remove that for now to deal with only those that are identified."
"`rerddap`'s info request does not have enough metadata about the variables to explain the blank, and most abundant, `genus`. [Checking the sever](https://gcoos4.tamu.edu/erddap/tabledap/fk_CREMP_yearly_revisited_DATA_v3_1996.html) did not help figure that out. We'll remove that for now to deal with only those that are identified."
]
},
{
Expand Down

0 comments on commit dc80eac

Please sign in to comment.