Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 14, 2024
1 parent cf0c1e5 commit d3a1999
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"\n",
"![sensor_map.png](https://user-images.githubusercontent.com/950575/178321765-74ed0562-b942-4d97-af8b-85158bc6488c.png)\n",
"\n",
"One can download the data in multiple forms from the site, including generating an [ERDDAP URL](https://erddap.sensors.ioos.us/erddap/tabledap/mlml_mlml_sea.csv?time%2Cmole_concentration_of_dissolved_molecular_oxygen_in_sea_water%2Cmole_concentration_of_dissolved_molecular_oxygen_in_sea_water_qc_agg%2Cz&time%3E%3D2022-07-01T12%3A35%3A13Z&time%3C%3D2022-07-11T12%3A35%3A13Z) for the request.\n",
"One can download the data in multiple forms from the site, including generating an [ERDDAP URL](https://erddap.sensors.ioos.us/erddap/tabledap/mlml_mlml_sea.csv?time,mole_concentration_of_dissolved_molecular_oxygen_in_sea_water,mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_qc_agg,z&time>=2022-07-01T12:35:13Z&time<=2022-07-11T12:35:13Z) for the request.\n",
"\n",
"These features makes Sensor map an extremely useful tool for quick data explorations but now imagine if you want automate that instead of exploring the Sensor Map interactively? Or if you want to make multiple small modification to your query? It would be very tedious and error prone to try that with the Sensor Map interface. The good news is that we cab automate that by querying the ERDDAP server directly.\n",
"\n",
Expand Down Expand Up @@ -460,7 +460,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d3a1999

Please sign in to comment.