Flask server with support for displaying Tile Map Services
Implemented map.html that displays Leaflet map with NOAA images
Implemented globe.html that displays globe with NOAA images
Created time-interval based naming system - images are stored in directories with names, that corresponds to time-interval with which the images are dated
Add time scroll, which displays map for corresponding time interval
Set up image uploading system using drag-and-drop window and POST requests
Added support for different NOAA satellites (16, 18, 19)
Made a major code refactoring using such tools as pylint - code style checker, pytype - added type annotations, yapf - code auto-formatting
Following functionality is implemented in PR:
pylint
- code style checker,pytype
- added type annotations,yapf
- code auto-formatting