diff --git a/guides/datasets/ingest-format.mdx b/guides/datasets/ingest-format.mdx index 00b8f23..47d824b 100644 --- a/guides/datasets/ingest-format.mdx +++ b/guides/datasets/ingest-format.mdx @@ -76,3 +76,7 @@ collection = dataset.get_or_create_collection("FeatherMeasurements") collection.ingest(data) ``` + +## GeoParquet + +Please check out the [Ingesting data](/guides/datasets/ingest) guide for an example of ingesting a GeoParquet file. diff --git a/sdks/python/sample-notebooks.mdx b/sdks/python/sample-notebooks.mdx index 3737115..000d87c 100644 --- a/sdks/python/sample-notebooks.mdx +++ b/sdks/python/sample-notebooks.mdx @@ -41,6 +41,16 @@ More examples can be found throughout the docs. Colab](https://colab.research.google.com/drive/1QS-srlWPMJg4csc0ycn36yCX9U6mvIpW) + + Created with Tilebox Workflows, this 10m resolution mosaic highlights distributed, auto-parallelizing capabilities. + Data from `Copernicus Dataspace` was reprojected on `CloudFerro` (intermediate products on AWS S3), and the final composite was built locally using auto-parallelized team notebooks. + + [ Open the Mosaic](https://examples.tilebox.com/sentinel2_mosaic) + + [ Open in + Github](https://github.com/tilebox/examples/tree/main/s2-cloudfree-mosaic) + + Execute cells one by one using `Shift+Enter`. Most commonly used libraries are pre-installed. diff --git a/vale/styles/config/vocabularies/docs/accept.txt b/vale/styles/config/vocabularies/docs/accept.txt index 2e5547a..b856ecd 100644 --- a/vale/styles/config/vocabularies/docs/accept.txt +++ b/vale/styles/config/vocabularies/docs/accept.txt @@ -63,3 +63,4 @@ point in time bool boolean (?i)modis +reprojected