Skip to content

Commit

Permalink
storing info about s3 storage
Browse files Browse the repository at this point in the history
  • Loading branch information
defuneste committed Jun 1, 2024
1 parent c60c815 commit 5c74e7c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ website:
contents:
- road-eda.qmd
- ms-eda.qmd
- section: "Metadata and Storage"
contents:
- metadata_raw_nbm.qmd

format:
html:
Expand Down
31 changes: 31 additions & 0 deletions metadata_raw_nbm.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "FCC NBM CORI metadata and storage"
date: last-modified
format:
html:
code-fold: true
engine: knitr
---

We stored the raw data of FCC NBM we downloaded in a s3 bucket.

This is how the structure of the bucket look likes:

```bash
.
├── D22
│   ├── 01july2023
│   ├── 09august2023
│   ├── 10october2023
│   └── old-api
├── D23
│   └── 14may2024
├── J22
│   ├── 03november2023
│   ├── 10may2024
│   └── old-api
└── J23
└── 14november2023
```

In each directory we get a zip file per csv (technology/state).

0 comments on commit 5c74e7c

Please sign in to comment.