Update README files

This commit is contained in:
Diego Ripley
2025-06-06 11:20:41 +00:00
parent ce999a3a4d
commit 2350d6d8d7
6 changed files with 8 additions and 64 deletions
+8 -6
View File
@@ -12,16 +12,15 @@ All output datasets are written in GeoParquet format to support modern geospatia
This project processes the following datasets:
- **Geographic Boundaries** (20012021)
- **Road Network Files** (20012021)
- **Health Regions** (20032023)
- **National Address Register** (20222024)
- **Census of Population** (20012021)
- **Census of Agriculture** (20012021)
- **National Household Survey** (20112016)
- **Census of Agriculture** (20012021)
- **National Address Register** (20222024)
- **Road Network Files** (20012021)
## How to Run
This project uses a **Dev Container** environment for setup and execution:
This project uses a Dev Container environment for setup and execution. If you are using VS Code all you need is the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) installed and Docker installed on your system.
```shell
# Clone the repository
@@ -29,10 +28,13 @@ git clone https://github.com/dataforcanada/process-statcan-data.git
# Navigate to the project directory
cd process-statcan-data
# In Dev Container
./main.sh
```
## License
This product is distributed under an MIT license.
[Back to top](#top)
[Back to top](#top)