Recent Releases of Ocean-Data-Map-Project
Ocean-Data-Map-Project - Release v9.6 of the Ocean Data Map Project
What's Changed
- Update front-end JS packages by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1174
- Allow multiple point selection with shift key by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1175
- Draw multiple map features by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1176
- Fix Area Plot Depth Selector by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1177
- Add Annotation labels feature by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1178
- Clean up Map component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1179
- Fix "combine point features" bug in Map component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1181
- Change fill value for NC3 subset output by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1182
New Features
Added support for multiple features types
Users can now add many point, line, or area features to the Navigator map at once. This reworks many of the map interactions, see below for changes and new interactions:
Adding new features to the map:
- Using the Add New Feature menu users can click on the map to draw new features. Select the feature type (point, line, or area) from the geometry button then click where the feature is to be added. For lines and areas double click to finish drawing the feature.
- Use the Add New Feature button in the Edit Map Features window to manually add a new feature. The Add Vertices (+) button can be used to add new points to line and area features while the type dropdown will toggle between point, line or area features.
Selecting feature interactions:
- Click on a feature to select a single feature
- Shift-Click (hold shift and click) on multiple point features to select multiple points
- Shift-Click on a feature to deselect it
- Click the checkbox of the feature card in the Edit Map Features window to select/desect.
Plotting Features:
- Double click on a selected feature to plot it
- Use the Plot Selected Feature button in the Edit Map Features window
Edit Map Features Window Tools:
Within the Edit Map Features window there are a number of tools available to create or modify map features.
- Add Label by typing in the feature’s label textbox
- Change the features geometry type using the type dropdown of the feature card
- Add vertices to a feature using the Add Vertices (+) button of the feature card
- Use the Combine Selected Point Features to group selected points into a line or area
- Use the Split Line/Area Feature Into Points button to separate a line or areas points into separate features
Removing features from the map:
- Using the Undo button in the Add New Feature menu
- Click the X button at the top of the feature card in the Edit Map Features window
- Clicking Reset Map button in the main window
Map Annotations
Users can now add labels to the map to indicate areas of interest or groups of features. The Add Annotation window allows users to add a new label, undo the most recently added, or clear all labels from the map. Labels can be moved by clicking on a dragging them.
Bug Fixes
- Addressed a bug that prevent the area plot from updating when the depth selector changed.
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.5...v9.6
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms about 1 month ago

Ocean-Data-Map-Project - Release Candidate #0 of v9.6 of the Ocean Data Map Project (v9.6-rc0)
What's Changed
- Update front-end JS packages by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1174
- Allow multiple point selection with shift key by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1175
- Draw multiple map features by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1176
- Fix Area Plot Depth Selector by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1177
- Add Annotation labels feature by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1178
- Clean up Map component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1179
- Fix "combine point features" bug in Map component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1181
- Change fill value for NC3 subset output by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1182
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.5...v9.6-rc0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms about 1 month ago

Ocean-Data-Map-Project - Release v9.5 of the Ocean Data Map Project
What's Changed
- Bump cookie and express in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1169
- Fix projection in area plots by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1170
- Modularize Map Component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1171
- Fix subset panel API query by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1172
- Update references to original URL and fix API script bugs by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1173
Bug Fixes
- Fixed a bug that prevented plotting areas below -30 deg latitude.
- Fixed issue where the starting point of a line was hidden when users began drawing the feature.
New Datasets
- Added the following POPS model datasets to the Navigator:
Examples of the Canso and Vancouver harbor datasets (100 m and 20 m resolution)
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.4...v9.5
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms 5 months ago

Ocean-Data-Map-Project - Release Candidate #0 of v9.5 of the Ocean Data Map Project (v9.5-rc0)
What's Changed
- Bump cookie and express in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1169
- Fix projection in area plots by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1170
- Modularize Map Component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1171
- Fix subset panel API query by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1172
- Update references to original URL and fix API script bugs by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1173
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.4...v9.5-rc0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms 5 months ago

Ocean-Data-Map-Project - Release v9.4 of the Ocean Data Map Project
What's Changed
- Bump webpack from 5.79.0 to 5.94.0 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1160
- Bump axios from 1.6.0 to 1.7.5 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1161
- Transect profile by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1157
- CMEMS observations scripts by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1137
- Fix track wrapping at edges of map by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1163
- Fix "Save Image Size" input functionality by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1164
- Add ONav Lite link to landing page by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1165
- Bump send and express in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1167
- Bump serve-static and express in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1166
- Fix obs point, track, and plot endpoint issues by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1168
New Features
- Users can now extract a profile plot from transects. To do so click Extract Profile Plot in the transect settings planneland adjust the slider to the desired distance.
Bug Fixes
- Fixed an issue that caused observation tracks to "wrap" across the map when the instrument crossed the 180 or -180 degree meridians.
- Fixed a bug that prevented the "Save Image Size" options from updating the image size.
- Fixed various bugs in the observations suite that prevented track and point observations from being plotted. Some issues still remain as we transition to a new observation data source but will be address in the next release.
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.3...v9.4
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms 7 months ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v9.4-rc0)
What's Changed
- Bump webpack from 5.79.0 to 5.94.0 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1160
- Bump axios from 1.6.0 to 1.7.5 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1161
- Transect profile by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1157
- CMEMS observations scripts by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1137
- Fix track wrapping at edges of map by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1163
- Fix "Save Image Size" input functionality by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1164
- Add ONav Lite link to landing page by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1165
- Bump send and express in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1167
- Bump serve-static and express in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1166
- Fix obs point, track, and plot endpoint issues by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1168
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.3...v.9.4
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms 7 months ago

Ocean-Data-Map-Project - Release v9.3 of the Ocean Data Map Project
What's Changed
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1133
- Bump follow-redirects from 1.15.4 to 1.15.6 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1127
- include quiver when updating map from mountedDataset by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1134
- Cmems data_importers scripts by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1128
- Bump express from 4.18.2 to 4.19.2 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1136
- Update data importers by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1118
- Add scale selector to AreaWindow by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1144
- Fix Density variable calculation by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1148
- Transect plot y-axis scale behaviour update by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1146
- Modal width fix by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1149
- pyinstrument middleware added by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1145
- Add NetCDF option to Profile and Virtual Mooring Save Image menu by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1152
- Prevent DailyCalendar from Removing Hour from Timestamps by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1151
- Bump ws from 8.13.0 to 8.17.1 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1154
- Bump braces from 3.0.2 to 3.0.3 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1156
New Features
- Added a scale selector to the Area Plot Window. This allows users to change the colormap range of area plots.
-
The exponential component of the transect plot y-axis is now optional and is disabled by default.
-
A NetCDF4 export option has been added to Profile and Virtual Mooring plots. Users can select this option to quickly export the plot data in NetCDF format.
Dataset Changes
- A Water Density variable has been added to GIOPS, RIOPS, and CIOPS datasets.
Bug Fixes
- Fixed bug that omitted quiver arrows when opening the Navigator from a generated link.
- Fixed calculation of water density.
- Fixed the width of modal windows so their content can be viewed on a wider range of displays.
- Fixed a bug in the calendar component that removed set the datasets times to 00:00.
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.2...v9.3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms 10 months ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v9.3-rc0)
ff6d1d0 - deep copy timestamps (#1151) Justin Elms
b27c88e - update python version in workflows JustinElms
a617696 - Add NetCDF option to Profile and Virtual Morning Save Image menu (#1152) Justin Elms
5cfc464 - pyinstrument middleware added (#1145) bbbrandyn
713a039 - Modal width fix (#1149) bbbrandyn
5f1946e - Transect plot y-axis scale behaviour update (#1146) bbbrandyn
d74633c - pad press variable (#1148) Justin Elms
91303ff - Add scale selector to AreaWindow (#1144) bbbrandyn
76bf1d6 - Update data importers (#1118) Neha Thakare
ffd4dba - Bump express from 4.18.2 to 4.19.2 in /oceannavigator/frontend (#1136) dependabot[bot]
f673eec - Cmems data_importers scripts (#1128) Neha Thakare
6432612 - include quiver when updating map from mountedDataset (#1134) bbbrandyn
d1fbf7d - Bump follow-redirects from 1.15.4 to 1.15.6 in /oceannavigator/frontend (#1127) dependabot[bot]
694311a - Bump webpack-dev-middleware in /oceannavigator/frontend (#1133) dependabot[bot]
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms 11 months ago

Ocean-Data-Map-Project - Release v9.2 of the Ocean Data Map Project
What's Changed
- Fixed change in open navigator button. by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1097
- Changes fixed for 'Go' button in plot windows, is now displaying correct. by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1098
- Fixed Dataset dropdown overlaps “variables” label by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1099
- Bump @babel/traverse from 7.21.4 to 7.23.2 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1101
- Bump postcss from 8.4.21 to 8.4.31 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1096
- Bump axios from 1.3.5 to 1.6.0 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1107
- Update profiling scripts by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1108
- Fix Linear Threshold feature by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1100
- Fix NetCDF3 NC Subsetting by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1103
- Add Hide Data Layer button to MapInputs panel by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1104
- Upgrade to Python 3.12 by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1109
- Bump follow-redirects from 1.15.2 to 1.15.4 in /oceannavigator/frontend by @dependabot in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1111
- Seawater to gsw by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1113
- Python api scripts fix by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1114
- Auto selector bug by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1115
- Optimize Observation Database Queries by @Neha-Thakare1995 in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1110
- Link button fix by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1116
- Fix Colormap Range "Auto" Function by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1120
- Fix EnterCoordsWindow crash by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1121
- area plot crash fix by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1119
- Fix daily calendar selector for CMEMS datasets by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1122
- Seawater to gsw by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1117
- Limit points in timeseries plot by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1125
- fixed slicing for netcdf subset by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1124
- 'Dataset Dropdown covers Variable Selector for some datasets' fix by @bbbrandyn in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1126
New Features
-
Added a Hide Data Layer button to the main dataset selector panel. This button will hide the current data layer so that users can see the underlying bathymetry if needed.
-
Timeseries plots can now cover any date range selected but the data will be subsampled to 50 points. This allows users to get an overview of trends for longer timespans. See example of GIOPS 10 Day Daily Mean Forecast timeseries from March 21 2023 to March 30 2024 below:
Datasets changes
Historical datasets have been removed while the available time range for other datasets have been extended. The date ranges for the current datasets hosted by the Ocean Navigator are:
- GIOPS 10 Day Daily Mean Forecast 3D: Latest year of forecast data
- GIOPS 10 Day 3 Hour Mean Forecast Surface: Latest year of forecast data
- CCG RIOPS Forecast Surface: Latest forecast run
- RIOPS Forecast 3D - Polar Stereographic: Latest year of forecast data
- RIOPS Forecast Surface - Polar Stereographic: Latest year of forecast data
- CIOPS Forecast East 3D - LatLon: Latest year of forecast data
- CIOPS Forecast East 2D - LatLon: Latest year of forecast data
- CIOPS Forecast West 3D - LatLon: Latest year of forecast data
- CIOPS Forecast West 2D - LatLon: Latest year of forecast data
- CIOPS Forecast Salish Sea 3D - LatLon: Latest year of forecast data
- CIOPS Forecast Salish Sea 2D - LatLon: Latest year of forecast data
- GDWPS 5 day Forecast 2D - LatLon: Latest forecast run
- WCPS-GLS Great Lakes Coupled Atmosphere-Ocean-Ice Forecast - LatLon: Latest forecast run
- Copernicus Marine Service Global Ocean 1/12 deg Physics Reanalysis (Daily): 1993-01-01 - 2023-10-25
- Copernicus Marine Service Global Ocean 1/12 deg Physics Reanalysis (Monthly): 1993-01 - 2023-10
- CMEMS Global Ocean PHYS Reanalysis Climatology 1/12 deg: 1993-2021 (soon to be updated to 2023)
- CMEMS Global Ocean PHYS Reanalysis Climatology (Monthly mean): 1993-2021 (soon to be updated to 2023)
- CMEMS Global Ocean PHYS Reanalysis Climatology (Seasonal mean): 1993-2021 (soon to be updated to 2023)
Bug Fixes
- Fixed a display error where the 'Go' button was displaced in some plot windows.
- Fixed and issue where the Dataset dropdown button overlaps the Variable dropdown label for datasets with shorter names.
- Fixed a bug in the Linear Threshold entry field that caused the application to crash when invalid data was entered.
- Fixed a bug preventing users from creating a subset in NetCDF3 NC format.
- Link button functionality has been restored. Uses can share links that capture the Navigator's current state.
- Fixed the Colormap Range "Auto" button.
- Fixed a bug in the Enter Coordinates Window entry fields that caused the application to crash when invalid data was entered.
- Fixed bug in the area plot window that caused a crash when a user changes the selected dataset in the area window after they have selected a variable in the subset panel.
- The daily calendar selector for CMEMS datasets now displays all available data.
- NEMO gridded subsets now include all of the selected data.
New Contributors
- @Neha-Thakare1995 made their first contribution in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1097
- @bbbrandyn made their first contribution in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1113
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.1...v9.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms about 1 year ago

Ocean-Data-Map-Project - Release Candidate #1 of the Ocean Data Map Project (v9.2-rc1)
8d42594 - 'Dataset Dropdown covers Variable Selector for some datasets' fix (#1126) bbbrandyn
4fcc6b6 - fixed slicing for netcdf subset (#1124) bbbrandyn
9ba0333 - limit size of _nc_files list (#1125) Justin Elms
c5d4633 - Seawater to gsw (#1117) bbbrandyn
076e4c0 - Fix daily calendar selector for CMEMS datasets (#1122) Justin Elms
0035ae9 - skip update if value is null (#1119) bbbrandyn
3a58482 - validate input fields (#1121) Justin Elms
4c49888 - ensure return dtype compatible with json (#1120) Justin Elms
52eff79 - Link button fix (#1116) bbbrandyn
0055249 - Optimize Observation Database Queries (#1110) Neha-Thakare1995
bd727df - Update CODEOWNERS Justin Elms
93e2ad3 - Auto selector bug (#1115) bbbrandyn
c7aa582 - Python api scripts fix (#1114) bbbrandyn
3488b31 - Seawater to gsw (#1113) bbbrandyn
b6d62b5 - Bump follow-redirects from 1.15.2 to 1.15.4 in /oceannavigator/frontend (#1111) dependabot[bot]
a86c27e - Upgrade to Python 3.12 (#1109) Justin Elms
93d47a6 - Add Hide Data Layer button to MapInputs panel (#1104) Justin Elms
75840ce - remove nprocs arg from resample (#1103) Justin Elms
c460e43 - ensure NumberBox value is number (#1100) Justin Elms
d895311 - fix formatting and url base (#1108) Justin Elms
c77ecab - Bump axios from 1.3.5 to 1.6.0 in /oceannavigator/frontend (#1107) dependabot[bot]
bc40f85 - Bump postcss from 8.4.21 to 8.4.31 in /oceannavigator/frontend (#1096) dependabot[bot]
f385d4e - Bump @babel/traverse from 7.21.4 to 7.23.2 in /oceannavigator/frontend (#1101) dependabot[bot]
e69aeb9 - Fixed Dataset dropdown overlaps “variables” label. (#1099) Neha-Thakare1995
0ca1e8a - chages fixed for 'Go' button in plot windows, is now displaying correctly. (#1098) Neha-Thakare1995
7a19c70 - Fixed change in open navigator button. (#1097) Neha-Thakare1995
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms about 1 year ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v9.2-rc0)
a86c27e - Upgrade to Python 3.12 (#1109) (Justin Elms)
93d47a6 - Add Hide Data Layer button to MapInputs panel (#1104) (Justin Elms)
75840ce - remove nprocs arg from resample (#1103) (Justin Elms)
c460e43 - ensure NumberBox value is number (#1100) (Justin Elms)
d895311 - fix formatting and url base (#1108) (Justin Elms)
c77ecab - Bump axios from 1.3.5 to 1.6.0 in /oceannavigator/frontend (#1107) (dependabot[bot])
bc40f85 - Bump postcss from 8.4.21 to 8.4.31 in /oceannavigator/frontend (#1096) (dependabot[bot])
f385d4e - Bump @babel/traverse from 7.21.4 to 7.23.2 in /oceannavigator/frontend (#1101) (dependabot[bot])
e69aeb9 - Fixed Dataset dropdown overlaps “variables” label. (#1099) (Neha-Thakare1995)
0ca1e8a - chages fixed for 'Go' button in plot windows, is now displaying correctly. (#1098) (Neha-Thakare1995)
7a19c70 - Fixed change in open navigator button. (#1097) (Neha-Thakare1995)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms over 1 year ago

Ocean-Data-Map-Project - Release of v9.1 of the Ocean Data Map Project
What's Changed
- Update quiver arrows when dataset changes by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1090
- Fix subset panel and related timepicker bugs by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1093
- Add beginning and ending time buttons to Timeslider component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1094
- Pan main map to dataset location on change by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1095
- Use a neutral colormap for ocean topography layer by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1092
- Dynamically set quiver arrow density by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1091
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.0...v9.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms over 1 year ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v9.1-rc0)
What's Changed
- Update quiver arrows when dataset changes by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1090
- Fix subset panel and related timepicker bugs by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1093
- Add beginning and ending time buttons to Timeslider component by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1094
- Pan main map to dataset location on change by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1095
- Use a neutral colormap for ocean topography layer by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1092
- Dynamically set quiver arrow density by @JustinElms in https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1091
Full Changelog: https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/compare/v9.0...v9.1-rc0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms over 1 year ago

Ocean-Data-Map-Project - Release of v9.0 of the Ocean Data Map Project
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/7a4be9a588d5835e243dc0e86fbc4da4fd1d0d08 Update Frontend packages & UI (JustinElms)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms almost 2 years ago

Ocean-Data-Map-Project - Release of v8.2 of the Ocean Data Map Project
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/3a832cd3d81721440883eb8648e2da03e322cce8 remove stick plot tab (JustinElms)
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/a72a19c690c9557423348ece39f84d8da47d5eae Manually construct SSC 3D currents dataset (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1087) (Justin Elms)
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/7eb545c1f59415397ffc268205a8474375ece9ab update sentry in spec files (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1086) (Justin Elms)
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/6cc908d3bf6ce035b14b05564862feb27acbd11f Add axis range controls to profile plots (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1084) (Justin Elms)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms about 2 years ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v8.2-rc0)
3a832cd remove stick plot tab (JustinElms)
a72a19c Manually construct SSC 3D currents dataset (#1087) (Justin Elms)
7eb545c update sentry in spec files (#1086) (Justin Elms)
6cc908d Add axis range controls to profile plots (#1084) (Justin Elms)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms about 2 years ago

Ocean-Data-Map-Project - Release of v8.1 of the Ocean Data Map Project
a4f9905 Set class4 calendar range using available data (#1083) (Justin Elms)
6935fb2 Plot GDWPS Quivers (#1080) (Justin Elms)
b255c45 Fix /range API endpoint (#1079) (Justin Elms)
617c051 Specify quiver variables in datasetconfig (#1078) (Justin Elms)
b2e484b Pull datasets from THREDDS (#1076) (Justin Elms)
2f413fe Update CODEOWNERS (Dwayne Hart)
8a83caf Update python-tests.yml (Dwayne Hart)
f25d1fe set pool_recycle=3600 (#1074) (Justin Elms)
8508e57 Fixed issue with variable specific interpolation settings from datasetconfig (#1071) (Prodyut Kumer Roy)
58766d1 PSSC TimeSeries Point Plot issue Resolved (#1070) (Prodyut Kumer Roy)
3660f66 Allow entering/importing point lattitude- longitudes values outside [-90, 90] and [-180, 180] range (#1066) (Prodyut Kumer Roy)
69f8976 Prevent conflicting Unit/Units variable attributes (#1045) (Justin Elms)
36fba09 Correct Critical Depth and Depth Excess calculations (#1041) (Justin Elms)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms over 2 years ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v8.1-rc0)
6935fb2 Plot GDWPS Quivers (#1080) (Justin Elms)
b255c45 Fix /range API endpoint (#1079) (Justin Elms)
617c051 Specify quiver variables in datasetconfig (#1078) (Justin Elms)
b2e484b Pull datasets from THREDDS (#1076) (Justin Elms)
2f413fe Update CODEOWNERS (Dwayne Hart)
8a83caf Update python-tests.yml (Dwayne Hart)
f25d1fe set pool_recycle=3600 (#1074) (Justin Elms)
8508e57 Fixed issue with variable specific interpolation settings from datasetconfig (#1071) (Prodyut Kumer Roy)
58766d1 PSSC TimeSeries Point Plot issue Resolved (#1070) (Prodyut Kumer Roy)
3660f66 Allow entering/importing point lattitude- longitudes values outside [-90, 90] and [-180, 180] range (#1066) (Prodyut Kumer Roy)
69f8976 Prevent conflicting Unit/Units variable attributes (#1045) (Justin Elms)
36fba09 Correct Critical Depth and Depth Excess calculations (#1041) (Justin Elms)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms over 2 years ago

Ocean-Data-Map-Project - Release of v8.0 of the Ocean Data Map Project
32113eef FastAPI migration (#1024) (Nabil)
13d72f3b Add time dim unit API endpoint or add to dataset payload (#1064) (Prodyut Kumer Roy)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by JustinElms over 2 years ago

Ocean-Data-Map-Project - Release of v7.5 of the Ocean Data Map Project
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/a63a3ae228dcf5f352cc0a70852ebce7f9a75867 - Class4 Data Issue Resolved- Empty Points, Plot Labels, Addition Of Banner (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1063) Prodyut Kumer Roy
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/4fe85d0a4676804d60744bf7adbdc8730cfaae2a - Nested dataset dropdown (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1059) Justin Elms
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/c3c745f3a61f46961ffda52eb718e1f2ebedbb95 - Revert "Bump jquery-ui from 1.12.1 to 1.13.2 in /oceannavigator/frontend (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1043)" (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1051) Justin Elms
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/bedf31ed1c06f7d12d8c19163ac7c46bd9b1da65 - Limit the date ranges of class4 calendars (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1052) Justin Elms
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/b7dc0ba8f15111c1a41f4e679666a7ba63d5d1a1 - set request verification to false (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1060) Justin Elms
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/89fe6ac22ecc89f2104fcece40e26e1bbf674d10 - Rename Selecbox->CheckBox and Move >lib folder (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1057) Prodyut Kumer Roy
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/0afd66bac97548ef11b407f7ffde14a4505a95c3 - Additional contour plot issue resolved (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1056) Prodyut Kumer Roy
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/51b7ebf68ae955f4cfe54839a38285576ff409eb - Remove Basemap (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1053) Prodyut Kumer Roy
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/3a590dd22d7e09189779b5b7d5692c1c0f207444 - API Script R Subset Implementation- The Process Of FastAPI Migration (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1050) Prodyut Kumer Roy
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/5b8378028ef28847fd7ad0da2ec076a06c0a2fc9 - Bump jquery-ui from 1.12.1 to 1.13.2 in /oceannavigator/frontend (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1043) dependabot[bot]
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/e506577207f502ee0bfa7be9f40c1c42eec6b068 - Bump terser from 4.8.0 to 4.8.1 in /oceannavigator/frontend (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1046) dependabot[bot]
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/a1cd1927036b31cf50a97d865e84dfbc1858c2bd - Pathlib Implementation In Ocean Navigator UI - The Process Of FastAPI Migration (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1048) Prodyut Kumer Roy
https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/commit/0722000bc5bc208816ad0e94c10fdbd8d2f1c571 - Add Accordion Component for UI Organization (https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/pull/1047) JustinElms
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 2 years ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v7.5-rc0)
a63a3ae - Class4 Data Issue Resolved- Empty Points, Plot Labels, Addition Of Banner (#1063) Prodyut Kumer Roy
4fe85d0 - Nested dataset dropdown (#1059) Justin Elms
c3c745f - Revert "Bump jquery-ui from 1.12.1 to 1.13.2 in /oceannavigator/frontend (#1043)" (#1051) Justin Elms
bedf31e - Limit the date ranges of class4 calendars (#1052) Justin Elms
b7dc0ba - set request verification to false (#1060) Justin Elms
89fe6ac - Rename Selecbox->CheckBox and Move >lib folder (#1057) Prodyut Kumer Roy
0afd66b - Additional contour plot issue resolved (#1056) Prodyut Kumer Roy
51b7ebf - Remove Basemap (#1053) Prodyut Kumer Roy
3a590dd - API Script R Subset Implementation- The Process Of FastAPI Migration (#1050) Prodyut Kumer Roy
5b83780 - Bump jquery-ui from 1.12.1 to 1.13.2 in /oceannavigator/frontend (#1043) dependabot[bot]
e506577 - Bump terser from 4.8.0 to 4.8.1 in /oceannavigator/frontend (#1046) dependabot[bot]
a1cd192 - Pathlib Implementation In Ocean Navigator UI - The Process Of FastAPI Migration (#1048) Prodyut Kumer Roy
0722000 - Add Accordion Component for UI Organization (#1047) JustinElms
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 2 years ago

Ocean-Data-Map-Project - Release of v7.4 of the Ocean Data Map Project
5be3b1b - Add in CMEMS Product User Manuals. (#1040) Dwayne Hart
2572ab1 - Fix transect plotting from entered coordinates (#1036) JustinElms
ce400dd - improve depth check for mercator datasets (#1039) JustinElms
049efcd - check plot contains data (#1037) JustinElms
6841b96 - Add Statistics to Plots and csv Files (#1015) JustinElms
46710a6 - Subset Panel Time Stamp Update Issue Resolved (#1033) Prodyut Kumer Roy
4a95de7 - Add "bearing component" in "magwatervel" variable component for multiple quiver variable options in UI (#1032) Prodyut Kumer Roy
0d48529 - Quiver variable restriction on model class (#1031) Prodyut Kumer Roy
859eff3 - Adding new packages to the navigator Python virtual env (#1029) Dwayne Hart
7adc3be - cast PSSC interpolation attr to string (#1028) JustinElms
8add318 - Remove 500m limitation (#1027) JustinElms
771a312 - add filename pattern to _list_class4_files_slowly (#1026) JustinElms
e7674d2 - Add Class4 OLA files to the Navigator (#976) JustinElms
39bc29e - Update AreaWindow.jsx (#1025) Prodyut Kumer Roy
ada2dd5 - Update index.html Dwayne Hart
47cfdda - Update timeseries.py (#1020) Prodyut Kumer Roy
7151d28 - Add Git Version endpoint to API and Response Header (#1009) JustinElms
50ce61e - Handle missing Cartopy resources (#1018) JustinElms
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 3 years ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v7.4-rc0)
5be3b1b - Add in CMEMS Product User Manuals. (#1040) Dwayne Hart
2572ab1 - Fix transect plotting from entered coordinates (#1036) JustinElms
ce400dd - improve depth check for mercator datasets (#1039) JustinElms
049efcd - check plot contains data (#1037) JustinElms
6841b96 - Add Statistics to Plots and csv Files (#1015) JustinElms
46710a6 - Subset Panel Time Stamp Update Issue Resolved (#1033) Prodyut Kumer Roy
4a95de7 - Add "bearing component" in "magwatervel" variable component for multiple quiver variable options in UI (#1032) Prodyut Kumer Roy
0d48529 - Quiver variable restriction on model class (#1031) Prodyut Kumer Roy
859eff3 - Adding new packages to the navigator Python virtual env (#1029) Dwayne Hart
7adc3be - cast PSSC interpolation attr to string (#1028) JustinElms
8add318 - Remove 500m limitation (#1027) JustinElms
771a312 - add filename pattern to _list_class4_files_slowly (#1026) JustinElms
e7674d2 - Add Class4 OLA files to the Navigator (#976) JustinElms
39bc29e - Update AreaWindow.jsx (#1025) Prodyut Kumer Roy
ada2dd5 - Update index.html Dwayne Hart
47cfdda - Update timeseries.py (#1020) Prodyut Kumer Roy
7151d28 - Add Git Version endpoint to API and Response Header (#1009) JustinElms
50ce61e - Handle missing Cartopy resources (#1018) JustinElms
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 3 years ago

Ocean-Data-Map-Project - Release of v7.3 of the Ocean Data Map Project
adf5a62 - remove API button (#1016) JustinElms
4542295 - Create dependency-review.yml (#1014) Nabil
d709061 - Only run python-tests action when python files are edited (#1013) Nabil
e103523 - Only run lint_python action when python files are edited (#1012) Nabil
7a45607 - Fix R API scripts (#1011) JustinElms
d0b4139 - Update Cartopy resource directory (#1010) JustinElms
25fad0d - Replace Basemap with Cartopy (#1005) JustinElms
50c155c - Add launch.json (#1008) JustinElms
dcc3031 - Remove unneeded LRU cache test in TestOpenDataset Nabil
9503f92 - Remove hashable_lru
decorator from open_dataset
(#1007) Nabil
5d28a35 - Reduce map preload levels to 1 (#1004) Nabil
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 3 years ago

Ocean-Data-Map-Project - Release Candidate #1 of the Ocean Data Map Project (v7.3-rc1)
adf5a62 - remove API button (#1016) JustinElms
4542295 - Create dependency-review.yml (#1014) Nabil
d709061 - Only run python-tests action when python files are edited (#1013) Nabil
e103523 - Only run lint_python action when python files are edited (#1012) Nabil
7a45607 - Fix R API scripts (#1011) JustinElms
d0b4139 - Update Cartopy resource directory (#1010) JustinElms
25fad0d - Replace Basemap with Cartopy (#1005) JustinElms
50c155c - Add launch.json (#1008) JustinElms
dcc3031 - Remove unneeded LRU cache test in TestOpenDataset Nabil
9503f92 - Remove hashable_lru
decorator from open_dataset
(#1007) Nabil
5d28a35 - Reduce map preload levels to 1 (#1004) Nabil
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 3 years ago

Ocean-Data-Map-Project - Release Candidate #0 of the Ocean Data Map Project (v7.3-rc0)
d0b4139 - Update Cartopy resource directory (#1010) JustinElms
25fad0d - Replace Basemap with Cartopy (#1005) JustinElms
50c155c - Add launch.json (#1008) JustinElms
dcc3031 - Remove unneeded LRU cache test in TestOpenDataset Nabil
9503f92 - Remove hashable_lru
decorator from open_dataset
(#1007) Nabil
5d28a35 - Reduce map preload levels to 1 (#1004) Nabil
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 3 years ago

Ocean-Data-Map-Project - Release of v7.2 of the Ocean Data Map Project
List of PRs contained in this release
2466745 Add lint python status badge to README (#985) Nabil
4b4a501 get array shape from coords (#988) JustinElms
37aca86 Update lint_python.yml (#989) Nabil
67a524e Improve UX for predefined areas (#978) JustinElms
0547555 Create Python linting workflow (#984) Nabil
096d418 Added in the frozendict conda package using the conda-forge channel (#982) Dwayne Hart
bb53b02 Bringing in flake and black in order to implement software development (#980) Dwayne Hart
0ae5aaa Configure and use black
to format python files (#975) Nabil
12dd8dc Fix calculated variable unit tests (#972) JustinElms
062b847 Issue 923 (#966) Prodyut Kumer Roy
e2fa40f Run isort on all python files (#974) Nabil
d6ea09d Make stride of geojson conversion configurable through datasetconfig (#967) Nabil
0c52f6f API: Enable /data to also return 2D variables (#963) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release Candidate #1 of the Ocean Data Map Project (v7.2-rc0)
cac837e - Draw & plot multiple points on click (#998) Prodyut Kumer Roy
d5df050 - Update Map.jsx (#1002) Prodyut Kumer Roy
958168a - Bump minimist from 1.2.5 to 1.2.6 in /oceannavigator/frontend (#1000) dependabot[bot]
d80338a - Add /api/dump-heap-memory
endpoint (#1001) Nabil
a268ecc - Ensure int is returned in NetCDFData#timestamp_to_time_index (#997) Nabil
f0b41cf - Remove a bunch of stubbing in python tests (#996) Nabil
2ae0429 - Delete Jenkinsfile (#995) Nabil
0832bdc - Remove Qt from conda environment (#994) Nabil
8625c9a - cache_timeout
-> max_age
(#993) Nabil
b5b385a - Remove caching from python test action Nabil
172b320 - Fix caching in github action (#992) Nabil
2f9a040 - Fix some python deprecations (#991) Nabil
d81d48e - Create action to run python tests (#990) Nabil
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release of v7.1 of the Ocean Data Map Project
2466745 Add lint python status badge to README (#985) Nabil
4b4a501 get array shape from coords (#988) JustinElms
37aca86 Update lint_python.yml (#989) Nabil
67a524e Improve UX for predefined areas (#978) JustinElms
0547555 Create Python linting workflow (#984) Nabil
096d418 Added in the frozendict conda package using the conda-forge channel (#982) Dwayne Hart
bb53b02 Bringing in flake and black in order to implement software development (#980) Dwayne Hart
0ae5aaa Configure and use black
to format python files (#975) Nabil
12dd8dc Fix calculated variable unit tests (#972) JustinElms
062b847 Issue 923 (#966) Prodyut Kumer Roy
e2fa40f Run isort on all python files (#974) Nabil
d6ea09d Make stride of geojson conversion configurable through datasetconfig (#967) Nabil
0c52f6f API: Enable /data to also return 2D variables (#963) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release Candidate #2 the Ocean Data Map Project (v7.1-rc2)
2466745 Add lint python status badge to README (#985) Nabil
4b4a501 get array shape from coords (#988) JustinElms
37aca86 Update lint_python.yml (#989) Nabil
67a524e Improve UX for predefined areas (#978) JustinElms
0547555 Create Python linting workflow (#984) Nabil
096d418 Added in the frozendict conda package using the conda-forge channel (#982) Dwayne Hart
bb53b02 Bringing in flake and black in order to implement software development (#980) Dwayne Hart
0ae5aaa Configure and use black
to format python files (#975) Nabil
12dd8dc Fix calculated variable unit tests (#972) JustinElms
062b847 Issue 923 (#966) Prodyut Kumer Roy
e2fa40f Run isort on all python files (#974) Nabil
d6ea09d Make stride of geojson conversion configurable through datasetconfig (#967) Nabil
0c52f6f API: Enable /data to also return 2D variables (#963) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release Candidate #1 the Ocean Data Map Project (v7.1-rc1)
4b4a501 - get array shape from coords (#988) JustinElms
37aca86 - Update lint_python.yml (#989) Nabil
67a524e - Improve UX for predefined areas (#978) JustinElms
0547555 - Create Python linting workflow (#984) Nabil
096d418 - Added in the frozendict conda package using the conda-forge channel (#982) Dwayne Hart
bb53b02 - Bringing in flake and black in order to implement software development (#980) Dwayne Hart
0ae5aaa - Configure and use black
to format python files (#975) Nabil
12dd8dc - Fix calculated variable unit tests (#972) JustinElms
062b847 - Issue 923 (#966) Prodyut Kumer Roy
e2fa40f - Run isort on all python files (#974) Nabil
d6ea09d - Make stride of geojson conversion configurable through datasetconfig (#967) Nabil
0c52f6f - API: Enable /data to also return 2D variables (#963) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release Candidate #0 the Ocean Data Map Project (v7.1-rc0)
67a524e - Improve UX for predefined areas (#978) JustinElms
0547555 - Create Python linting workflow (#984) Nabil
096d418 - Added in the frozendict conda package using the conda-forge channel (#982) Dwayne Hart
bb53b02 - Bringing in flake and black in order to implement software development (#980) Dwayne Hart
0ae5aaa - Configure and use black
to format python files (#975) Nabil
12dd8dc - Fix calculated variable unit tests (#972) JustinElms
062b847 - Issue 923 (#966) Prodyut Kumer Roy
e2fa40f - Run isort on all python files (#974) Nabil
d6ea09d - Make stride of geojson conversion configurable through datasetconfig (#967) Nabil
0c52f6f - API: Enable /data to also return 2D variables (#963) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release of v7.0 of the Ocean Data Map Project
List of PRs contained in this release
96b1ad4 - Fix great lakes area plots (#962) JustinElms
c4f3314 - Revert to 7a23e7eb Dwayne Hart
ff9bb2e - Merge remote-tracking branch 'origin/master' Dwayne Hart
e194318 - Revert "API: Enable /data to also return 2D variables (#961)" Nabil
d1aa21b - API: Enable /data to also return 2D variables (#961) Nabil
7a23e7e - use cached quiver data (#959) JustinElms
ebdbb43 - get query data from updated props (#960) JustinElms
dba4e03 - change areawindow datasetselector onupdate method (#958) JustinElms
f10be6a - Profiler additions (#957) JustinElms
4c4c85e - Fixed for issue 543 (#956) Prodyut Kumer Roy
6b8aa4b - Basemap bug fixes (#955) JustinElms
2f884be - prefetch times for DATASET_DEFAULTS (#954) JustinElms
73af8c2 - Fix id
of right map dataset selector (#952) Nabil
20aa7f7 - Limit default time selector range (#953) JustinElms
7331a1d - Move spec and env files (#949) JustinElms
d3498e9 - Python Package updates (#929) JustinElms
188cefb - Implement Go button (#937) Nabil
cb27d96 - New navigator spec file for the project toolchain. (#943) Dwayne Hart
2904c0c - Fix observation tracks unable to cross intl date line (#930) JustinElms
7de87ae - restore quiver arrows (#941) JustinElms
0f573de - Revive dataset help button (#940) Nabil
b829b51 - Add API profiling scripts to mainline (#931) JustinElms
9b25ca9 - Bugfix: Remove unused function binding in AreaWindow (#936) Nabil
2e2e59b - Bugfix: Fix reference to non-existant prop in DatasetSelector (#935) Nabil
ba736e7 - Remove erroneous call to addControl in Map component (#934) Nabil
9c582c0 - Revert "Bump jquery-ui from 1.12.1 to 1.13.0 in /oceannavigator/frontend (#918)" (#932) Nabil
Changelog
The full version changelog, from v6.5.12, can be found using GitHub compare
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release Candidate #2 the Ocean Data Map Project (v7.0-rc2)
96b1ad4 - Fix great lakes area plots (#962) JustinElms
c4f3314 - Revert to 7a23e7eb Dwayne Hart
ff9bb2e - Merge remote-tracking branch 'origin/master' Dwayne Hart
e194318 - Revert "API: Enable /data to also return 2D variables (#961)" Nabil
d1aa21b - API: Enable /data to also return 2D variables (#961) Nabil
7a23e7e - use cached quiver data (#959) JustinElms
ebdbb43 - get query data from updated props (#960) JustinElms
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release Candidate #1 the Ocean Data Map Project (v7.0-rc1)
List of PRs that have been resolved since v7.0-rc0 was released;
dba4e03 - change areawindow datasetselector onupdate method (#958) JustinElms
f10be6a - Profiler additions (#957) JustinElms
4c4c85e - Fixed for issue 543 (#956) Prodyut Kumer Roy
6b8aa4b - Basemap bug fixes (#955) JustinElms
2f884be - prefetch times for DATASET_DEFAULTS (#954) JustinElms
73af8c2 - Fix id
of right map dataset selector (#952) Nabil
20aa7f7 - Limit default time selector range (#953) JustinElms
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 3 years ago

Ocean-Data-Map-Project - Release Candidate #0 the Ocean Data Map Project (v7.0-rc0)
7331a1d - Move spec and env files (#949) (JustinElms)
d3498e9 - Python Package updates (#929) (JustinElms)
188cefb - Implement Go button (#937) (Nabil)
cb27d96 - New navigator spec file for the project toolchain. (#943) (Dwayne Hart)
2904c0c - Fix observation tracks unable to cross intl date line (#930) (JustinElms)
7de87ae - restore quiver arrows (#941) (JustinElms)
0f573de - Revive dataset help button (#940) (Nabil)
b829b51 - Add API profiling scripts to mainline (#931) (JustinElms)
9b25ca9 - Bugfix: Remove unused function binding in AreaWindow (#936) (Nabil)
2e2e59b - Bugfix: Fix reference to non-existant prop in DatasetSelector (#935) (Nabil)
ba736e7 - Remove erroneous call to addControl in Map component (#934) (Nabil)
9c582c0 - Revert "Bump jquery-ui from 1.12.1 to 1.13.0 in /oceannavigator/frontend (#918)" (#932) (Nabil)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release of v6.5.16 of the Ocean Data Map Project
682a6c1 - Fix duplicate API calls across DatasetSelector component instances (#926) Nabil
54faf27 - Bump jquery-ui from 1.12.1 to 1.13.0 in /oceannavigator/frontend (#918) dependabot[bot]
bdc311a - Fix reshaping of calculated variables (#925) JustinElms
9bc07f1 - Add WSGI profiling (#928) JustinElms
f16b500 - Update index.html Dwayne Hart
cc430d8 - Update launch-web-service.sh Dwayne Hart
bd13892 - Update runserver.sh Dwayne Hart
65b5d1e - Fix subsetting for multiple variables and over time ranges (#924) JustinElms
035f8d3 - Stop duplicate API calls for Variables dropdown (#911) Nabil
0950d82 - Placing a symbolic link in the root of the project so that Javascript & Python are able to access the files. Dwayne Hart
ac1a782 - Updates to a couple of service scripts (#922) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release Candidate #1 the Ocean Data Map Project (v6.5.16-rc1)
682a6c1 - Fix duplicate API calls across DatasetSelector
component instances (#926) Nabil
54faf27 - Bump jquery-ui from 1.12.1 to 1.13.0 in /oceannavigator/frontend (#918) dependabot[bot]
bdc311a - Fix reshaping of calculated variables (#925) JustinElms
9bc07f1 - Add WSGI profiling (#928) JustinElms
f16b500 - Update index.html Dwayne Hart
cc430d8 - Update launch-web-service.sh Dwayne Hart
bd13892 - Update runserver.sh Dwayne Hart
65b5d1e - Fix subsetting for multiple variables and over time ranges (#924) JustinElms
035f8d3 - Stop duplicate API calls for Variables dropdown (#911) Nabil
0950d82 - Placing a symbolic link in the root of the project so that Javascript & Python are able to access the files. Dwayne Hart
ac1a782 - Updates to a couple of service scripts (#922) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release Candidate #0 the Ocean Data Map Project (v6.5.16-rc0)
65b5d1e - Fix subsetting for multiple variables and over time ranges (#924) (JustinElms)
035f8d3 - Stop duplicate API calls for Variables dropdown (#911) (Nabil)
0950d82 - Placing a symbolic link in the root of the project so that Javascript & Python are able to access the files. (Dwayne Hart)
ac1a782 - Updates to a couple of service scripts (#922) (Dwayne Hart)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release of v6.5.15.2 of the Ocean Data Map Project
f85fe9c - Restore NC3 Subsetting for Calculated Variables (#920) (JustinElms)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release of v6.5.15.1 of the Ocean Data Map Project
e71cd47 - Add onUpdateOptions to Variable selectors (#915) JustinElms
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release of v6.5.15 of the Ocean Data Map Project
864ee7a - Restore-2D-Dataset-Virutal-Mooring-functionality (#914) JustinElms
af45ec9 - Check this.props.datasetDepths length for 2D data (#913) JustinElms
5b362bf - Replace negative bearing values in quiver tooltip (#910) JustinElms
8cbbf53 - Bump nth-check from 2.0.0 to 2.0.1 in /oceannavigator/frontend (#909) dependabot[bot]
ed6f896 - Implement depth cache (#880) Nabil
87a58b5 - Modified bearing equation to correct order of east_vel and north_vel (#908) Nancy Soontiens
41cc7af - Bump axios from 0.21.1 to 0.21.2 in /oceannavigator/frontend (#906) dependabot[bot]
bd36f45 - Dump Babel for Typescript compiler and update i18next (#883) Nabil
be6c8b3 - Fix variable selector in virtual mooring tab (#903) JustinElms
6398367 - Add updateOptions to AreaWindow props (#902) JustinElms
649076a - Update glob-parent to ^5.1.2 (#900) Dwayne Hart
5481e47 - Upgrading the version of tar from ^2.0.0 to ^4.4.18. (#899) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release candidate #2 for the Ocean Data Map Project (v6.5.15-rc2)
864ee7a - Restore-2D-Dataset-Virutal-Mooring-functionality (#914) JustinElms
af45ec9 - Check this.props.datasetDepths length for 2D data (#913) JustinElms
5b362bf - Replace negative bearing values in quiver tooltip (#910) JustinElms
8cbbf53 - Bump nth-check from 2.0.0 to 2.0.1 in /oceannavigator/frontend (#909) dependabot[bot]
ed6f896 - Implement depth cache (#880) Nabil
87a58b5 - Modified bearing equation to correct order of east_vel and north_vel (#908) Nancy Soontiens
41cc7af - Bump axios from 0.21.1 to 0.21.2 in /oceannavigator/frontend (#906) dependabot[bot]
bd36f45 - Dump Babel for Typescript compiler and update i18next (#883) Nabil
be6c8b3 - Fix variable selector in virtual mooring tab (#903) JustinElms
6398367 - Add updateOptions to AreaWindow props (#902) JustinElms
649076a - Update glob-parent to ^5.1.2 (#900) Dwayne Hart
5481e47 - Upgrading the version of tar from ^2.0.0 to ^4.4.18. (#899) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release candidate #1 for the Ocean Data Map Project (v6.5.15-rc1)
af45ec9 -Check this.props.datasetDepths length for 2D data (#913) JustinElms
5b362bf -Replace negative bearing values in quiver tooltip (#910) JustinElms
8cbbf53 -Bump nth-check from 2.0.0 to 2.0.1 in /oceannavigator/frontend (#909) dependabot[bot]
ed6f896 -Implement depth cache (#880) Nabil
87a58b5 -Modified bearing equation to correct order of east_vel and north_vel (#908) Nancy Soontiens
41cc7af -Bump axios from 0.21.1 to 0.21.2 in /oceannavigator/frontend (#906) dependabot[bot]
bd36f45 -Dump Babel for Typescript compiler and update i18next (#883) Nabil
be6c8b3 -Fix variable selector in virtual mooring tab (#903) JustinElms
6398367 -Add updateOptions to AreaWindow props (#902) JustinElms
649076a -Update glob-parent to ^5.1.2 (#900) Dwayne Hart
5481e47 -Upgrading the version of tar from ^2.0.0 to ^4.4.18. (#899) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release candidate #0 for the Ocean Data Map Project (v6.5.15-rc0)
5b362bf - Replace negative bearing values in quiver tooltip (#910) JustinElms
8cbbf53 - Bump nth-check from 2.0.0 to 2.0.1 in /oceannavigator/frontend (#909) dependabot[bot]
ed6f896 - Implement depth cache (#880) Nabil
87a58b5 - Modified bearing equation to correct order of east_vel and north_vel (#908) Nancy Soontiens
41cc7af - Bump axios from 0.21.1 to 0.21.2 in /oceannavigator/frontend (#906) dependabot[bot]
bd36f45 - Dump Babel for Typescript compiler and update i18next (#883) Nabil
be6c8b3 - Fix variable selector in virtual mooring tab (#903) JustinElms
6398367 - Add updateOptions to AreaWindow props (#902) JustinElms
649076a - Update glob-parent to ^5.1.2 (#900) Dwayne Hart
5481e47 - Upgrading the version of tar from ^2.0.0 to ^4.4.18. (#899) Dwayne Hart
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release of v6.5.14.1 of the Ocean Data Map Project
41b71d3 - Fixes #893 (James Munroe)
c9cca58 - Add script to pre-gen tiles (#891) (Nabil)
deca0c4 - Removing kml from git as it resides in [...]/data/kml on a datastore. (#889) (Dwayne Hart)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release of v6.5.14 of the Ocean Data Map Project
6de2845 - Re-enable main map quiver arrows (#884) (Nabil)
3ca0256 - Fix for issue #881 (#882) (James Munroe)
e92d581 - Fix subsetting of predefined areas (#873) (JustinElms)
d21f2f9 - Move Icon component to lib/ (#879) (Nabil)
b8f6232 - Update proj4 from v2.4.3 to v2.7.5 (#876) (Nabil)
5add47f - Add axios (#878) (Nabil)
f2c011f - Fix images loaded via webpack failing to load (#877) (Nabil)
99e42cd - Explicitly set projection of hi-res bathy layer in Map componentDidUpdate (#875) (Nabil)
d01e2b4 - Switch remote calls for lines, points, areas to axios (#874) (Nabil)
b6a0bcb - Improve some crappy JS error messages (#872) (Nabil)
9882bd5 - Conditionally force a refresh of map's vector source (#871) (Nabil)
aaee6b2 - Removing older conditional logic. (#870) (Dwayne Hart)
34ce798 - Fix linting for SelectBox component (#869) (Nabil)
a53653a - Use axios for fetching timestamps in OceanNavigator component (#868) (Nabil)
ffc1ef5 - Remove unused JS packages (#867) (Nabil)
1dcde12 - Update webpack
to latest v4 (#865) (Nabil)
ddf1923 - Adding R script template for CSV download and verifying all the generated API script of Python and R are working (#863) (Sourav Barua)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 3 years ago

Ocean-Data-Map-Project - Release of v6.5.13 of the Ocean Data Map Project
5e73bfc - Update DatasetSelector.jsx (#862) (Nabil)
8564b5f - Bump is-svg from 2.1.0 to 4.2.2 in /oceannavigator/frontend (#854) (dependabot[bot])
5234f92 - Add schema to generatescript endpoint (#861) (Nabil)
7e05be6 - Creation of new navigator spec file. Updated gunicorn from 20.0.4 to 20.1.0 from the conda-forge channel. (#860) (Dwayne Hart)
bbc4eda - Exclude unknown fields in TimestampsSchema (#859) (Nabil)
463944b - Fix bug in depth endpoint (#858) (Nabil)
6333ef3 - Add schemas to some endpoints (#857) (Nabil)
b003f78 - Add velocity arrows to openlayers (#844) (Nabil)
100b926 - Added interp property to datasetconfig to be able to set variable specific interpolation settings from datasetconfig (#847) (Sourav Barua)
7af6c45 - Refactoring the /generateScript API end-point to receive query params. (#853) (Sourav Barua)
897db66 - Creation of new navigator spec file. Brought in h5py from conda-forge. (#852) (Dwayne Hart)
79f06a6 - Implement bearing calculated variable (#851) (Nabil)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 4 years ago

Ocean-Data-Map-Project - Release of v6.5.12 of the Ocean Data Map Project
0fc0a1d - The following JS packages have been updated due to security alerts; (#850) (Dwayne Hart)
4286e6e - Add bearing to magnitude timeseries csv and ensure timeseries data is ordered (#849) (JustinElms)
42084d8 - Modified the interpolation function to return a masked array when "Nearest Neighbour" is selected (#848) (Sourav Barua)
4beef8c - Some performance tweaks (#846) (Nabil)
a573660 - Bump hosted-git-info from 2.8.8 to 2.8.9 in /oceannavigator/frontend (#841) (dependabot[bot])
0bf3a51 - Bump lodash from 4.17.19 to 4.17.21 in /oceannavigator/frontend (#840) (dependabot[bot])
a5c8b4f - Fix mis-named integration test (#845) (Nabil)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 4 years ago

Ocean-Data-Map-Project - Release candidate for the Ocean Data Map Project (v6.5.12-RC0)
0fc0a1d - The following JS packages have been updated due to security alerts; (#850) (Dwayne Hart)
4286e6e - Add bearing to magnitude timeseries csv and ensure timeseries data is ordered (#849) (JustinElms)
42084d8 - Modified the interpolation function to return a masked array when "Nearest Neighbour" is selected (#848) (Sourav Barua)
4beef8c - Some performance tweaks (#846) (Nabil)
a573660 - Bump hosted-git-info from 2.8.8 to 2.8.9 in /oceannavigator/frontend (#841) (dependabot[bot])
0bf3a51 - Bump lodash from 4.17.19 to 4.17.21 in /oceannavigator/frontend (#840) (dependabot[bot])
a5c8b4f - Fix mis-named integration test (#845) (Nabil)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 4 years ago

Ocean-Data-Map-Project - Release of v6.5.11 of the Ocean Data Map Project
dc188b3 - Skip broken kmls (#837) (JustinElms)
d101c6c - Changing the colormap for sub-surface channel variable (#838) (Sourav Barua)
328fac2 - Re-write /data endpoint (#829) (Nabil)
761c34a - Add Potential Sub-surface channel variable in the Navigator (#826) (Sourav Barua)
434edd6 - Add SAR_Areas.kml (#836) (JustinElms)
76d0652 - Update version of numpy (#834) (Dwayne Hart)
4bdcb94 - Bugfix: make return xarray.DataArray instead of low-level xarray.Variable (#830) (Nabil)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 4 years ago

Ocean-Data-Map-Project - Release candidate #3 for the Ocean Data Map Project
d101c6c - Changing the colormap for sub-surface channel variable (#838) (Sourav Barua)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 4 years ago

Ocean-Data-Map-Project - Release candidate #2 for the Ocean Data Map Project
328fac2 - Re-write /data endpoint (#829) (Nabil)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 4 years ago

Ocean-Data-Map-Project - Release candidate #1 for the Ocean Data Map Project
761c34a - Add Potential Sub-surface channel variable in the Navigator (#826) (Sourav Barua)
434edd6 - Add SAR_Areas.kml (#836) (JustinElms)
76d0652 - Update version of numpy (#834) (Dwayne Hart)
4bdcb94 - Bugfix: make return xarray.DataArray instead of low-level xarray.Variable (#830) (Nabil)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 4 years ago

Ocean-Data-Map-Project - Release of v6.5.10 of the Ocean Data Map Project
6448537 - Bump papaparse from 4.6.3 to 5.2.0 in /oceannavigator/frontend (#754) (dependabot[bot])
3fc16ec - Bump y18n from 3.2.1 to 3.2.2 in /oceannavigator/frontend (#827) (dependabot[bot])
4157123 - Bringing in marshmallow version 3.11.0 from conda-forge. (#828) (Dwayne Hart)
0aa2e01 - Add selectbox for choosing bathymetry layer source (#817) (Nabil)
766ad6c - Add GeoJSON transformer to data package (#822) (Nabil)
90a06f3 - Removed references to 'scale_factor' (#825) (JustinElms)
a7b9378 - Issue/784 816 fixing start date of vm (#824) (Sourav Barua)
49aba16 - Added ONC & STRATOGEM kmls to points (#823) (JustinElms)
2a8234e - Bump elliptic from 6.5.3 to 6.5.4 in /oceannavigator/frontend (#819) (dependabot[bot])
002c823 - Get model class from config instead of "sniffing" dataset dimensions (#814) (Doug Latornell)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 4 years ago

Ocean-Data-Map-Project - Release candidate for the Ocean Data Map Project
6448537 - Bump papaparse from 4.6.3 to 5.2.0 in /oceannavigator/frontend (#754) (dependabot[bot])
3fc16ec - Bump y18n from 3.2.1 to 3.2.2 in /oceannavigator/frontend (#827) (dependabot[bot])
4157123 - Bringing in marshmallow version 3.11.0 from conda-forge. (#828) (Dwayne Hart)
0aa2e01 - Add selectbox for choosing bathymetry layer source (#817) (Nabil)
766ad6c - Add GeoJSON transformer to data package (#822) (Nabil)
90a06f3 - Removed references to 'scale_factor' (#825) (JustinElms)
a7b9378 - Issue/784 816 fixing start date of vm (#824) (Sourav Barua)
49aba16 - Added ONC & STRATOGEM kmls to points (#823) (JustinElms)
2a8234e - Bump elliptic from 6.5.3 to 6.5.4 in /oceannavigator/frontend (#819) (dependabot[bot])
002c823 - Get model class from config instead of "sniffing" dataset dimensions (#814) (Doug Latornell)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 4 years ago

Ocean-Data-Map-Project - Release of v6.5.9 of the Ocean Data Map Project
0677bea - Add CHS baselayer (#804) (Nabil)
Supporting content
Configuration v1.2.0 required.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 4 years ago

Ocean-Data-Map-Project - Release candidate for the Ocean Data Map Project
0677bea - Add CHS baselayer (#804) (Nabil)
Supporting content
Configuration v1.2.0 required.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 4 years ago

Ocean-Data-Map-Project - Release of v6.5.8 of the Ocean Data Map Project
538f905 - Nuke stats tab (#812) (Nabil)
fd99c12 - Update runserver.sh (Dwayne Hart)
3551526 - Update class4 index pickle generator script (#809) (Doug Latornell)
a881ecd - Fix UnboundLocalError netCDFData.dimensions (#811) (Doug Latornell)
4d58d43 - Update README.md (Dwayne Hart)
d5a22df - Fix for issue #798 re: FileNotFoundError in class4 forecasts API request (#799) (Doug Latornell)
8fa6c4b - Updating the configs submodule hash so that when a person runs the (#807) (Dwayne Hart)
01680ba - Change Class 4 profiles legend to show GIOPS model label from the outset (#806) (Doug Latornell)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart about 4 years ago

Ocean-Data-Map-Project - Release candidate for the Ocean Data Map Project
fd99c12 - Update runserver.sh (Dwayne Hart)
3551526 - Update class4 index pickle generator script (#809) (Doug Latornell)
a881ecd - Fix UnboundLocalError netCDFData.dimensions (#811) (Doug Latornell)
4d58d43 - Update README.md (Dwayne Hart)
d5a22df - Fix for issue #798 re: FileNotFoundError in class4 forecasts API request (#799) (Doug Latornell)
8fa6c4b - Updating the configs submodule hash so that when a person runs the (#807) (Dwayne Hart)
01680ba - Change Class 4 profiles legend to show GIOPS model label from the outset (#806) (Doug Latornell)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 4 years ago

Ocean-Data-Map-Project - Release of v6.5.7.1 configuration fix
5c7e476 - Updating the configs submodule hash (#807) (Dwayne Hart)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 4 years ago

Ocean-Data-Map-Project - Release of v6.5.7 code fixes, optimization, and cleanup
98ad2af - Implement Depth Excess acoustic variable (#753) (Nabil)
5e02be0 - zarr unittest issue fix (#803) ( Lavan Thaya)
5fc7360 - Zarr data access enabled (#779) (Lavan Thaya)
48bea7c - Create codeql-analysis.yml (#794) (Nabil)
5a6567b - Fix for issue #796 re: class4/models/{class4_id} API endpoint (#797) (Doug Latornell)
5a388f9 - Created a new conda environment called cdo-tools which contains the (#783) (Dwayne Hart)
f27ca33 - Delete unused UnitRegistry imports (#793) (Doug Latornell)
6999677 - Get Sentry traces_sample_rate value from envvar (#792) (Doug Latornell)
9848c90 - Only use open_mfdataset() when there is >1 dataset (#789) (Doug Latornell)
bf793d7 - Drop unused pint.UnitRegistry in Mercator.depths & Nemo.depths properties (#791) (Doug Latornell)
5b25d0d - Add possible Sentry environment name from envvar (#788) (Doug Latornell)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 4 years ago

Ocean-Data-Map-Project - Release candidate of the Ocean Data Map Project
Changes in this release candidate since v6.5.7-rc0;
98ad2af Implement Depth Excess acoustic variable (#753) (Nabil)
5e02be0 zarr unittest issue fix (#803) ( Lavan Thaya)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 4 years ago

Ocean-Data-Map-Project - Release candidate of the Ocean Data Map Project
5fc7360 - Zarr data access enabled (#779) (Lavan Thaya)
48bea7c - Create codeql-analysis.yml (#794) (Nabil)
5a6567b - Fix for issue #796 re: class4/models/{class4_id} API endpoint (#797) (Doug Latornell)
5a388f9 - Created a new conda environment called cdo-tools which contains the (#783) (Dwayne Hart)
f27ca33 - Delete unused UnitRegistry imports (#793) (Doug Latornell)
6999677 - Get Sentry traces_sample_rate value from envvar (#792) (Doug Latornell)
9848c90 - Only use open_mfdataset() when there is >1 dataset (#789) (Doug Latornell)
bf793d7 - Drop unused pint.UnitRegistry
in Mercator.depths
& Nemo.depths
properties (#791) (Doug Latornell)
5b25d0d - Add possible Sentry environment name from envvar (#788) (Doug Latornell)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 4 years ago

Ocean-Data-Map-Project - Update for the week of November 9th to 13th, 2020
This releases implements changes to the CODEOWNERS file as to who the default reviewers are for the Ocean-Data-Map-Project. Depending on the complexity of the issue @VanessaSutton-Pande will assign the work to a developer and @dwayne-hart will deal with the (Sys|Dev) Ops side.
The other part of this release implements a fix to the second part of Issue 769.
#782 Changing code owner from Nabil to myself and Vanessa.
#780 Fix ValueError due to "dimensions do not exist" in subset API call
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 4 years ago

Ocean-Data-Map-Project - Fixes and optimizations
• Changed the way the host IP is determined (#777)
• Change the default to false for Show Location on Points and Class4 UI overlays (#775)
• Fix ValueError due to 1D lons/lats in subset API call (#774)
• Custom debug log msg (#772)
• Image optimization removed (#768)
• Changing the size and color used when plotting the bathymetry dataset (#767)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 4 years ago

Ocean-Data-Map-Project - Velocity arrow fix
This release incorporates the "Velocity arrow fix - explicitly defined vector components (#738)"
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 5 years ago

Ocean-Data-Map-Project - Update of the .gitsubmodule file
We have recently created a branch off main. Main will be used for our infrastructure while the off-site branch is recommended for those outside of our specific network who wish to use the freely available datasets.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 5 years ago

Ocean-Data-Map-Project - Minor fixes
-
Created a shell script file to index the CLASS4 datasets and updated the README.md file to provide instruction on how to update a crontab entry so that the aforementioned script is run daily at midnight. (#733).
-
Changed email contact information from GMail to DFO. (#731)
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart almost 5 years ago

Ocean-Data-Map-Project - v6.5.1
- Fix some broken tests.
- Skip some broken tests.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Ocean-Navigator about 5 years ago

Ocean-Data-Map-Project - v6.5
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss about 5 years ago

Ocean-Data-Map-Project - v6.4
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss about 5 years ago

Ocean-Data-Map-Project - v6.3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss about 5 years ago

Ocean-Data-Map-Project - v6.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss about 5 years ago

Ocean-Data-Map-Project - v6.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss about 5 years ago

Ocean-Data-Map-Project - v6.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss over 5 years ago

Ocean-Data-Map-Project - Fix for 2D images
A fix for 2D plotting has been merged into the code set.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - Fix with UI
datasetconfig.json update and version number display.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - Integrating new UI
Noah had completed his work on the UI. We are going to role this out.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - Issue with v4.1.3
This release did not contain the Bathymetry improvement that Noah created.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - UI update for bathemetry
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - UI improvements
Plot customizations.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - Virtual Mooring improvement
Noah corrected the existing solution to work over a longer time series.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - Implementing a number of changes
The Sound Channel Calculations, Virtual Mooring Fix, as well as some other minor fixes and minor UI changes.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by dwayne-hart over 5 years ago

Ocean-Data-Map-Project - SQLite3 backend refactor
tldr: we are no longer using THREDDS for backend data aggregation due to extreme performance issues. sqlite3 is the name of the game. The backend will consume sqlite3 databases that are output from https://github.com/DFO-Ocean-Navigator/netcdf-timestamp-mapper. For the specific SQL queries take a look at data/sqlite_database.py
.
Available datasets:
- BIOMER
- GIOPS Daily Average
- GIOPS Monthly Average
- GIOPS Reanalysis (Surface & 3D)
- RIOPS Daily Average (Surface & 3D)
- RIOPS Monthly Average (Surface & 3D)
- RIOPS Hourly (Surface & 3D)
- RIOPS Reanalysis (Surface & 3D)
- GLORYSv3
- GLORYSv3 Climatology
- GLORYSv4
Notes:
- All dataset variables are now available in the frontend.
- Overall API response time has been drastically improved.
- Drastic reduction of backend technical debt.
- Backend unit test coverage greatly improved.
data
package has been refactored to improve code organization.
Known Bugs:
- There still is an issue with RIOPS Hourly where 21:30 is duplicated in the time list in the frontend. When selecting it, the backend crashes. Still an improvement though.
- Stick Plot & Virtual Mooring plots are unavailable.
- Drifter plots are unavailable.
- Observation plots are unavailable.
- Water velocity (and other calculated variables) are missing.
- The timepicker calendar widget doesn't pop up when calculated variables are selected (due to a 500 error with the timestamps api endpoint).
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss over 5 years ago

Ocean-Data-Map-Project - v3.2.3 Hotfix
- Updated to OpenLayers 5 to greatly improve map interaction performance at high zoom levels.
- Set the permalink customisation panel to be open by default.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss almost 6 years ago

Ocean-Data-Map-Project - v3.2.2 Hotfix
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss almost 6 years ago

Ocean-Data-Map-Project - v3.2.1 Hotfix
- Fix missing variable in GIOPS Forecast
- Add unit tests for datasetconfig.json and oceannavigator.cfg.
- Enabled FVCOM dataset.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss almost 6 years ago

Ocean-Data-Map-Project - v3.2.0 Release
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss almost 6 years ago

Ocean-Data-Map-Project - Calculation Layer & Downscaling
- Allow definitions of calculated variables in datasetconfig.json through a Domain Specific Language (DSL).
- Implemented 13 zoom levels (up to 5m/pixel resolution at maximum).
- Ran our front end code through a linter so now the the javascript is faster and more secure. There's still work to be done with this.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by htmlboss almost 6 years ago

Ocean-Data-Map-Project - CSV fixes
fixes for issues #337 & #347
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw over 6 years ago

Ocean-Data-Map-Project - R API script fix
small fix to the R API for issue
API R csv script not working #342
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw over 6 years ago

Ocean-Data-Map-Project - subset download fix
one line fix to the subset download.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw over 6 years ago

Ocean-Data-Map-Project - weekly update
bug fixes
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw over 6 years ago

Ocean-Data-Map-Project - Python 3 release
the code base has been converted from python 2 to python 3.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw almost 7 years ago

Ocean-Data-Map-Project - Islands and dateline fixes + small improvements
These changes have fixes for:
- Very Large area plots fail #234
- stats tab not forking for plots across the dateline #236
- plots crossing the dateline failing #130
- Area plot near poles does not display properly #132
- small islands dispairing #209
- polar projections to small #230
- broken landing page
It also includes improvements for:
- Rendering large plots by rending the in Mercator projection.
- Area plot box colours now are black with white borders for better visibility on all colours.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw almost 7 years ago

Ocean-Data-Map-Project - General Improvements
This commit includes better error reporting, a new loading gif, new images for overview icons (for the transects plots) and many small fixes.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw about 7 years ago

Ocean-Data-Map-Project - React 16 roll back
There were problems with react 16 for us we have rolled back to react 15 until we can address the issues.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw about 7 years ago

Ocean-Data-Map-Project - User interpolation selection
- added the ability for users to select their interpolation methods
- updated API and added API versions
- various bug fixes.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw about 7 years ago

Ocean-Data-Map-Project - bug fix: Area plot fix
Area plot fix issue #195
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by Jeffreydaw about 7 years ago
