Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add draft re-write of intro docs #190

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Add draft re-write of intro docs #190

wants to merge 2 commits into from

Conversation

robbibt
Copy link
Contributor

@robbibt robbibt commented Nov 29, 2024

Work in progress - intended to showcase key functionality more clearly up-front

# `odc-geo`

The `odc-geo` library provides powerful tools for geospatial data manipulation, including working with coordinate reference systems, grid definitions, and spatial transformations.

The library integrates closely with the Python geospatial ecosystem (including `Shapely` and `pyproj`), providing projection-aware geometry classes that simplify complex geospatial operations. Geo-registered raster analysis is supported through an `.odc.` extension that is automatically added to data loaded using the Open Data Cube or `rioxarray` - exposing important geospatial metadata and a variety of useful and performant geospatial analysis tools.

## Key features
* **Vector and raster reprojection:** Efficiently reproject data between CRSs using high-performance reprojection utilities powered by `Dask`
* **Geospatial metadata handling:** Inspect and manipulate geo-registered raster metadata using a standardised `GeoBox` pixel grid model
* **Spatial grid definition:** Generate precise `GridSpec` analysis tile grids for seamless large-scale analysis
* **Cloud-optimised data:** Export geo-registered raster data into optimised cloud-optimised GeoTIFF files 
* **Spatial analysis:** Tools for rasterising, masking, clipping vector and raster data 
* **Interactive visualisation:** Plot and explore spatial vector and raster data on an interactive map

Copy link

github-actions bot commented Nov 29, 2024

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.44%. Comparing base (210ae22) to head (d8728d2).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #190   +/-   ##
========================================
  Coverage    95.44%   95.44%           
========================================
  Files           31       31           
  Lines         5534     5534           
========================================
  Hits          5282     5282           
  Misses         252      252           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot temporarily deployed to pull request November 29, 2024 06:20 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant