blaylockbk / goes2go

Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
https://goes2go.readthedocs.io/
MIT License
205 stars 37 forks source link

Migrate documentation to Read-The-Docs #51

Closed blaylockbk closed 1 year ago

blaylockbk commented 1 year ago

Resolves #48

Readthedocs offers automatic building of the docs. This will help out a ton with maintaining the docs. (I've always manually built them).

blaylockbk commented 1 year ago

I'm currently getting this error

Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'error'
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      setup.py:120: UserWarning: Unable to determine GEOS version. Ensure you have 3.7.2 or later installed, or installation may fail.
        '.'.join(str(v) for v in GEOS_MIN_VERSION), ))
      Proj 8.0.0 must be installed.
      [end of output]

Will need to follow up with this and how I did it for the Herbie docs; I'm missing something.

blaylockbk commented 1 year ago

Oh, nice. looks like the docs worked!