Skip to content

Commit bd2e5dc

Browse files
authored
Merge pull request #202 from isamplesorg/develop
README cleanup and remove empty directories
2 parents 6c98de7 + 71ebfb8 commit bd2e5dc

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,13 @@ metadata/
2222
│ ├── APItesting/
2323
│ ├── GEOME/
2424
│ ├── geoJSON/
25-
│ ├── iSamples/
2625
│ ├── OpenContext/
27-
│ ├── script/
2826
│ ├── SESAR/
2927
│ └── smithonsonian/
30-
├── vocabulary/ # Vocabulary-related files
3128
├── tools/ # Modified docgen tool and templates for Quarto
3229
├── quarto/ # Quarto configuration files
3330
├── build/ # Build output (intermediate docs)
3431
│ └── docs/ # Generated markdown documentation
35-
├── tests/ # Test files
3632
└── notes/ # Development notes
3733
```
3834

@@ -151,3 +147,20 @@ Run the container (opens a bash shell with the repository mounted at `/work`):
151147
```bash
152148
docker run -a stdin -a stdout -i -t -v `pwd`:/work isamples_linkml
153149
```
150+
151+
## Related iSamples Repositories
152+
153+
| Repo | Purpose | Start Here |
154+
|------|---------|------------|
155+
| [isamplesorg-metadata](https://github.com/isamplesorg/metadata) | Schema definition | `src/schemas/isamples_core.yaml` |
156+
| [isamples-python](https://github.com/isamplesorg/examples) | Jupyter examples | `examples/basic/isamples_explorer.ipynb` |
157+
| [isamplesorg.github.io](https://isamplesorg.github.io/) | Browser tutorials | `tutorials/isamples_explorer.qmd` |
158+
| [vocabularies](https://github.com/isamplesorg/vocabularies) | SKOS terms | Material types, context categories |
159+
160+
161+
# Sample metadata repository (parquet format)
162+
## Wide format (primary) - 280MB, 20M rows
163+
WIDE_URL = "https://pub-a18234d962364c22a50c787b7ca09fa5.r2.dev/isamples_202601_wide.parquet"
164+
165+
## Narrow format (advanced) - 850MB, 106M rows
166+
NARROW_URL = "https://pub-a18234d962364c22a50c787b7ca09fa5.r2.dev/isamples_202512_narrow.parquet"

0 commit comments

Comments
 (0)