Coder Social home page Coder Social logo

patagonaa / noaa-web-viewer Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 2.83 MB

ASP.NET Core-based viewer for captured NOAA satellite images

Home Page: https://noaa.uwu.industries

License: MIT License

C# 70.82% JavaScript 1.77% HTML 10.85% CSS 0.89% TypeScript 15.66%
noaa noaa-satellite satellite-imagery satellite-images dotnet dotnet-core webapp hacktoberfest

noaa-web-viewer's Introduction

noaa-web-viewer

screenshot example image

Installation

easiest installation is probably through docker-compose. There is an example docker-compose.yml in the root of this repository.

What does my data have to look like?

right now, the noaa data has to be in a specific directory structure in a WebDAV share (for example: NextCloud):

  • / (the configured WebDAV data directory)
    • upcoming_passes.txt
    • meta/
      • 2020/
        • 04/
          • 20200407-195220-NOAA18.txt
    • images/
      • 2020/
        • 04/
          • 20200407-195220-NOAA18-RAW.png
          • 20200407-195220-NOAA18-ZA.png
          • 20200407-195220-NOAA18-NO.png
          • 20200407-195220-NOAA18-MSA.png
          • 20200407-195220-NOAA18-MCIR.png
          • 20200407-195220-NOAA18-THERM.png

This is designed to work with https://github.com/patagonaa/wx-ground-station so look there for further reference on the file formats defined below:

upcoming_passes.txt looks something like this: (start date, end date, max elevation, north-/southbound, satellite name, TLE1, TLE2)

1586625675,1586626574,29,northbound,NOAA 19,[...],[...]
1586669889,1586670841,85,southbound,NOAA 19,[...],[...]

meta files look something like this:

START_TIME=1587739795
END_TIME=1587740632
RECORD_END_TIME=1587740632
TLE1=[...]
TLE2=[...]
GAIN=Gain: 59.5
CHAN_A=Channel A: 2 (near infrared)
CHAN_B=Channel B: 4 (thermal infrared)
MAXELEV=22

TODO:

  • filtering
  • actual database (instead of JSON file on disk)
  • file watcher for new images (for scraper)
  • ???

noaa-web-viewer's People

Contributors

dependabot[bot] avatar patagonaa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.