Nabil

Results 39 comments of Nabil
trafficstars

https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/blob/a93d6c811b47d3869b7ce8846911621a785149a6/oceannavigator/views.py#L319-L342

This could be a bit of nuisance to fix since there is no geotiff viewer for linux (AFAIK), so I won't be able to easily test a fix, but I'll...

So it IS a projection issue. The Navigator is sending out the image with a Lambert Conformal Conic (LCC) projection. Google Earth uses EPSG:3857 web mercator...so we need to talk...

Did some more investigating: * We derive the geotiff projection from the constructed basemap object (wtf to that but anyways). * Even after manually changing projection results were still slightly...

The issue occurs because the current GeoTIFF code uses EPSG:3857 which uses meters as the units for Lat/Lon. Our datasets are based on the WGS84 spheroid (specifically EPSG:4326) which uses...

The main hurdle here is modifying the calculation grammar to recognize cross-dataset variable references.

Is this the url we need? https://dfo-ocean-navigator.github.io/Ocean-Navigator-API-Tool/

That sounds good. For UI stuff it's good to get lots of feedback from different people since it's a very finicky thing. Recruiting some guinea pigs to try out the...

Bootstrap is just a CSS library for responsive styling. It does have jQuery deps but the React port we use (although an older version) removes that dep. React is a...

I expensed a team license for https://refactoringui.com/ for Shopify, but I think this would be something to explore with Fraser. It's really really good and will serve as an excellent...