Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 476 Bytes

Torn Apart

Structure:

  • data/ : where data files that aren’t accessed by the webpage should go.

    • various csvs.
    • landsat-images/ : landsat images.
  • docs/ : the webpage

    • index.html : the html file to rule them all.
    • js/ : javascript
    • web-data/ : data files used by the website (csvs)
    • markdown-files/ : markdown files that feed the textual content of the site.

Based on muziejus/leaflet-quickstart.