Skip to content

Commit

Permalink
vault backup: 2025-01-24 12:05:19
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed Jan 24, 2025
1 parent bebe594 commit c42e6e9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
25 changes: 13 additions & 12 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "Software/Xarray.md",
"file": "Specification/Parquet.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Xarray"
"title": "Parquet"
}
}
]
Expand Down Expand Up @@ -52,7 +52,7 @@
"state": {
"type": "search",
"state": {
"query": "opendatacube",
"query": "parquet",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
Expand All @@ -73,7 +73,8 @@
"title": "Bookmarks"
}
}
]
],
"currentTab": 1
}
],
"direction": "horizontal",
Expand Down Expand Up @@ -172,32 +173,32 @@
},
"active": "ebde915c6481979b",
"lastOpenFiles": [
"Specification/GeoParquet.md",
"Specification/Cloud-Optimized Geospatial Formats Guide.md",
"IceChunk.md",
"Specification/Zarr.md",
"Software/shapely.md",
"AnyWidget.md",
"Specification/GeoTIFF.md",
"Specification/TIFF.md",
"Software/Xarray.md",
"Software/rio-tiler.md",
"Software/rio-cogeo.md",
"Software/rasterio.md",
"Software/rasteret.md",
"Software/Xarray.md",
"Specification/Zarr.md",
"Specification/TIFF.md",
"Specification/STAC Specification.md",
"Specification/Project Jupyter.md",
"Specification/NetCDF.md",
"Specification/HDF5.md",
"Specification/GRIB.md",
"Specification/GeoZarr.md",
"Specification/GeoTIFF.md",
"Specification/GeoParquet.md",
"Specification/GeoArrow.md",
"Specification/FlatGeoBuf.md",
"Specification/COG.md",
"Specification/Cloud-Optimized Geospatial Formats Guide.md",
"Software/GDAL-OGR.md",
"Organization/Planet Labs.md",
"Organization/Pangeo Community.md",
"Organization/ESIP.md",
"Organization/Cloud-Native Geospatial Forum.md",
"Organization/Clay.md",
"Untitled 1.canvas",
"Untitled.canvas",
"License",
Expand Down
1 change: 1 addition & 0 deletions Software/shapely.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
type: software
Docs URL: https://shapely.readthedocs.io/
GitHub URL: https://github.com/shapely/shapely
geospatial?: true
---
> #Python #library for manipulation and analysis of geometric objects
4 changes: 1 addition & 3 deletions Specification/GeoTIFF.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ geospatial?: true
---
> This #standard defines the Geographic Tagged Image File Format (GeoTIFF) by specifying requirements and encoding rules for using the Tagged Image File Format ([[TIFF]]) for the exchange of georeferenced or geocoded imagery.
#geo #format

Links
-

6 changes: 4 additions & 2 deletions Software/Parquet.md → Specification/Parquet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
type: specification
Main URL: https://parquet.apache.org/
---
> Apache Parquet is an open source, column-oriented data file #format designed for efficient data #storage and retrieval. It provides high performance compression and encoding schemes to handle complex data in bulk and is supported in many programming language and analytics tools. #apache
https://parquet.apache.org/

0 comments on commit c42e6e9

Please sign in to comment.