Skip to content

torchgeo/torchgeo.github.io

Repository files navigation

torchgeo.github.io

Simple Next.js landing page for torchgeo.org, deployed to GitHub Pages.

Local

bun install
make dev

Build

make build

Checks

make check

Preview static export

bun run start

Refresh public research data

The site checks in snapshots of papers citing TorchGeo and public repositories that depend on it. Refresh both before a data update:

S2_API_TOKEN=... python3 scripts/fetch_citations.py
python3 scripts/fetch_dependents.py

The citation collector combines Semantic Scholar and OpenAlex, then reuses existing affiliation enrichment for unchanged records. The dependents collector requires an authenticated GitHub CLI (gh auth status). Both commands write to public/data/; review the diffs before publishing because live indexes can add or remove records.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors