-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |