Fix/remove shapely (#1723)

* Remove shapely dependency

* Entries found from sector, not address

* Instructions to find sector name from your address manually

* Add province and update documents links

* remove shapley from manifest.json + reformat montral_ca

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
Julien Boriasse
2024-01-26 03:24:25 -05:00
committed by GitHub
parent 78289d7636
commit 1638a98d5f
7 changed files with 30 additions and 49 deletions

View File

@@ -9,14 +9,25 @@ waste_collection_schedule:
sources:
- name: montreal_ca
args:
address: ADDRESS
sector: SECTOR
```
### Configuration Variables
**address**
**sector**
*(string) (required)*
**How do I find my sector?**
- Download on your computer a [Montreal GeoJSON file](https://donnees.montreal.ca/dataset/2df0fa28-7a7b-46c6-912f-93b215bd201e/resource/5f3fb372-64e8-45f2-a406-f1614930305c/download/collecte-des-ordures-menageres.geojson)
- Visit https://geojson.io/
- Click on *Open* and select the Montreal GeoJSON file
- Find your sector on the map
![Alt text](../../images/montreal_ca_helper.png)
## Example
```yaml
@@ -24,5 +35,5 @@ waste_collection_schedule:
sources:
- name: montreal_ca
args:
address: 2812, rue Monsabre
address: MHM_41-1
```