diff --git a/content/docs/_index.md b/content/docs/_index.md new file mode 100644 index 0000000..2285f18 --- /dev/null +++ b/content/docs/_index.md @@ -0,0 +1,4 @@ +--- +toc: true +comments: false +--- diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md new file mode 100644 index 0000000..532d80b --- /dev/null +++ b/content/docs/getting-started.md @@ -0,0 +1,8 @@ +--- +title: "Getting Started" +toc: true +weight: 1 +--- + +Look through https://github.com/orgs/dataforcanada/repositories to see some of the work being done by this project. + diff --git a/content/docs/processes/_index.md b/content/docs/processes/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/docs/processes/orthoimagery.md b/content/docs/processes/orthoimagery.md new file mode 100644 index 0000000..695ea8f --- /dev/null +++ b/content/docs/processes/orthoimagery.md @@ -0,0 +1,21 @@ +--- +title: Orthoimagery +weight: 3 +--- + +I briefly worked on collecting orthoimagery a couple of years ago. It started from [this](https://github.com/diegoripley/canada-orthoimagery). Current data processing pipeline is being defined, but you can preview some of the datasets from the process. + +Here is a table of some of the resulting datasets. + +| Place | ISO | Province | Year | Provider | Dataset ID / Preview | PMTiles | TileJSON | +|------------|-----|----------|------|------------|------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------| +| Canada | CA | | 2020 | NRCan | [ca_nrcan_land_cover_2020_30m](https://data-01.dev.dataforcanada.org/processed/ca_nrcan_land_cover_2020_30m.html) | https://data-01.dev.dataforcanada.org/processed/ca_nrcan_land_cover_2020_30m.pmtiles | https://tiles-01.dev.dataforcanada.org/processed/ca_nrcan_land_cover_2020_30m.json | +| Edmonton | CA | AB | 2023 | Edmonton | [ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm](https://data-01.dev.dataforcanada.org/processed/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm.html) | https://data-01.dev.dataforcanada.org/processed/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm.pmtiles | https://tiles-01.dev.dataforcanada.org/processed/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm.json | +| Red Deer | CA | AB | 2024 | Red Deer | [ca-ab_red_deer-2024A00054808011_orthoimagery_2024_075mm](https://data-01.dev.dataforcanada.org/processed/ca-ab_red_deer-2024A00054808011_orthoimagery_2024_075mm.html) | https://data-01.dev.dataforcanada.org/processed/ca-ab_red_deer-2024A00054808011_orthoimagery_2024_075mm.pmtiles | https://tiles-01.dev.dataforcanada.org/processed/ca-ab_red_deer-2024A00054808011_orthoimagery_2024_075mm.json | +| Vancouver | CA | BC | 2022 | Vancouver | [ca-bc_vancouver-2022A00055915022_orthoimagery_2022_075mm](https://data-01.dev.dataforcanada.org/processed/ca-ab_red_deer-2025A00054808011_orthoimagery_2025_075mm.html) | https://data-01.dev.dataforcanada.org/processed/ca-bc_vancouver-2022A00055915022_orthoimagery_2022_075mm.pmtiles | https://tiles-01.dev.dataforcanada.org/processed/ca-bc_vancouver-2022A00055915022_orthoimagery_2022_075mm.json | +| Whitehorse | CA | YK | 2019 | Whitehorse | [ca-yt_whitehorse-2019A000556001009_orthoimagery_2019_200mm](https://data-01.dev.dataforcanada.org/processed/ca-bc_vancouver-2022A00055915022_orthoimagery_2022_075mm.html) | https://data-01.dev.dataforcanada.org/processed/ca-yt_whitehorse-2019A000556001009_orthoimagery_2019_200mm.pmtiles | https://tiles-01.dev.dataforcanada.org/processed/ca-yt_whitehorse-2019A000556001009_orthoimagery_2019_200mm.json | +| Winnipeg | CA | MB | 2024 | Winnipeg | [ca-mb_winnipeg-2024A00054611040_orthoimagery_2024_075mm](https://data-01.dev.dataforcanada.org/processed/ca-mb_winnipeg-2024A00054611040_orthoimagery_2024_075mm.html) | https://data-01.dev.dataforcanada.org/processed/ca-mb_winnipeg-2024A00054611040_orthoimagery_2024_075mm.pmtiles | https://tiles-01.dev.dataforcanada.org/processed/ca-mb_winnipeg-2024A00054611040_orthoimagery_2024_075mm.json | + + +# The Plan +The plan is to include the original dataset, for example, the orthoimagery files from [Vancouver](https://opendata.vancouver.ca/explore/dataset/orthophoto-imagery-2022/information/) are provided in MrSID and ECW file formats, which are proprietary and require special drivers being used. I am looking into using formats such as [Cloud Optimized GeoTIFFs](https://cogeo.org/), but I have to make sure that there is no degradation of visual quality in the process. I hope to experiment with multispectral data in the future. \ No newline at end of file diff --git a/content/docs/processes/statistical_products.md b/content/docs/processes/statistical_products.md new file mode 100644 index 0000000..4cafc21 --- /dev/null +++ b/content/docs/processes/statistical_products.md @@ -0,0 +1,6 @@ +--- +title: Statistical Products +weight: 2 +--- + + diff --git a/hugo.yaml b/hugo.yaml index 811f499..2837a1a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -27,18 +27,30 @@ enableEmoji: true menu: main: - - name: Blog - url: /blog/ + - identifier: datasets + name: Datasets weight: 1 - - name: Contact - url: /contact/ + - identifier: Production + name: Production + url: https://data-01.dataforcanada.org/processed/ + parent: datasets + - identifier: Development + name: Development + url: https://data-01.dev.dataforcanada.org/processed/ + parent: datasets + - name: Docs + url: /docs/ weight: 2 - - name: Search - weight: 3 - params: - type: search + # weight: 1 + #- name: Contact + # url: /contact/ + # weight: 2 + #- name: Search + # weight: 2 + # params: + # type: search - name: GitHub - weight: 4 + weight: 3 url: "https://github.com/dataforcanada" params: icon: github