Skip to content

Commit

Permalink
feat: add projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Dec 2, 2024
1 parent 896a9d5 commit fec30d9
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ template = "section.html"
[extra]
section_path = "posts/_index.md"
max_posts = 5
projects_path = "projects/_index.md"
max_projects = 3
+++
12 changes: 12 additions & 0 deletions content/projects/_index.md
Original file line number Diff line number Diff line change
@@ -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
Binary file added content/projects/antimeridian/complex-split.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/projects/antimeridian/index.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file added content/projects/stac-rs/ferris-holding-stac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/projects/stac-rs/index.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit fec30d9

Please sign in to comment.