techtide / NASAWrapper

wrapper to collect and analyse satellite imagery from landsat and sentinel-2 satelites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NASA Satelite Imagery Wrapper

Documentation

Please refer to my in-depth guide and introduction to these APIs. This is an extensive guide to using the API wrapper and will guide you through a sample project. Should you have any additional questions, feel free to contact me through e-mail.

Outline

  • data.py This will get the data from NASA and read through a configuration text file. It'll make it super easy to get started.
  • brain.py Here's the brains behind the network. Quite simple. Just an image classifier.
  • run.py This is the file which you run. It handles all of the runtime things and executes the pre-trained model for your project.

You should have your own brain.py and modified data.py to suit your needs. This isn't meant to do your project for you. It's a template to help you get your data which wraps around the API nicely.

Notes for Participants in TeensInAI Hackathon

Remember to refer to the custom docs linked above on my GitHub. They show you how to use bowshock. This can be useful when making modifications. The library pyNASA can also be useful, but it doesn't provide access to the latest datasets found here.

About

wrapper to collect and analyse satellite imagery from landsat and sentinel-2 satelites

License:GNU General Public License v3.0


Languages

Language:Python 98.5%Language:C 0.7%Language:Cython 0.4%Language:TeX 0.1%Language:JavaScript 0.1%Language:Tcl 0.1%Language:Jupyter Notebook 0.0%Language:Fortran 0.0%Language:CSS 0.0%Language:MATLAB 0.0%Language:HTML 0.0%Language:Smarty 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%