Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrie authored Aug 31, 2022
2 parents c7acfb0 + eb4d1b9 commit c1e7851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,23 +249,24 @@ python manage.py updatehbi
Imports sections from shape file. The file is usually downloaded from S3 with `downloadfiles`.

```
python manage.py importsections /tmp/sections.shp
python manage.py importsections /tmp/road_sections-v1.1.shp
python manage.py importsections /tmp/intersections-v1.1.shp
```

### importsectiondetails

Imports section details including pictures and traffic information from CSV file. The file is usually downloaded from S3 with `downloadfiles`.

```
python manage.py importsectiondetails /tmp/section_details.csv
python manage.py importsectiondetails /tmp/section_details-v1.1.csv
```

### importsectionaccidents

Import section accident data set, which references previously imported sections.

```
python manage.py importsectionaccidents /tmp/section_accidents.csv
python manage.py importsectionaccidents /tmp/section_accidents-v1.1.csv
```

### updateprojectgeometries
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ black==22.6.0
boto3==1.24.2
coverage==6.4.4
debugpy==1.6.3
boto3==1.24.12
django-anymail==8.6
django-auto-prefetching==0.2.11
django-cors-headers==3.13.0
django-markdownx==4.0.0b1
django-reversion==5.0.2
django-storages==1.12.3
Django==4.0.7
djangorestframework-gis==1.0
Django==3.2.13
djangorestframework-simplejwt==4.7.2
djangorestframework==3.13.1
djoser==2.1.0
Expand Down

0 comments on commit c1e7851

Please sign in to comment.