diff --git a/content/_index.md b/content/_index.md index 72a6771..5d2336b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,4 +6,6 @@ template = "section.html" [extra] section_path = "posts/_index.md" max_posts = 5 +projects_path = "projects/_index.md" +max_projects = 3 +++ diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..aeaf966 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,12 @@ ++++ +title = "Projects" +sort_by = "weight" +template = "cards.html" +insert_anchor_links = "left" + +[extra] +show_reading_time = false +quick_navigation_buttons = true ++++ + +This is some project content diff --git a/content/projects/antimeridian/complex-split.png b/content/projects/antimeridian/complex-split.png new file mode 100644 index 0000000..19c51ad Binary files /dev/null and b/content/projects/antimeridian/complex-split.png differ diff --git a/content/projects/antimeridian/index.md b/content/projects/antimeridian/index.md new file mode 100644 index 0000000..5e57d0d --- /dev/null +++ b/content/projects/antimeridian/index.md @@ -0,0 +1,15 @@ ++++ +title = "antimeridian" +description = "A Python module for correcting geometries that cross the antimeridian" +weight = 30 + +[extra] +local_image = "projects/antimeridian/complex-split.png" +canonical_url = "https://www.gadom.ski/antimeridian/" ++++ + +A Python module for correcting geometries that cross the antimeridian. + +- [Github](https://github.com/gadomski/antimeridian/) +- [Documentation](https://www.gadom.ski/antimeridian/latest/) +- [JOSS paper (in review)](https://github.com/gadomski/antimeridian/blob/main/docs/paper.md) diff --git a/content/projects/stac-rs/ferris-holding-stac.png b/content/projects/stac-rs/ferris-holding-stac.png new file mode 100644 index 0000000..31ddd48 Binary files /dev/null and b/content/projects/stac-rs/ferris-holding-stac.png differ diff --git a/content/projects/stac-rs/index.md b/content/projects/stac-rs/index.md new file mode 100644 index 0000000..4bfc98b --- /dev/null +++ b/content/projects/stac-rs/index.md @@ -0,0 +1,15 @@ ++++ +title = "stac-rs" +description = "Tools and libraries for the SpatioTemporal Asset Catalog (STAC) specification, written in Rust" +weight = 10 + +[extra] +local_image = "projects/stac-rs/ferris-holding-stac.png" +canonical_url = "https://stac-utils.github.io/stac-rs" ++++ + +Tools and libraries for the SpatioTemporal Asset Catalog (STAC) specification, written in Rust. + +- [Github](https://github.com/stac-utils/stac-rs) +- [Documentation](https://stac-utils.github.io/stac-rs/) +- [My FOSS4G-NA 2024 presentation](https://www.gadom.ski/2024-09-FOSS4G-NA-stac-rs/)