Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading label + windows instructions #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ The install.sh script includes:
sudo pip install fiona
sudo pip install Django==1.8

Windows users might find the file requirements_win64.pip helpful.
Follow the commented instructions inside it and use this to install packages:

pip install -r requirements_win64.pip

## Notes

The Django app use shapely and Fiona, to learn more about these see:
Expand Down
2 changes: 1 addition & 1 deletion converter/main/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h4>Step 2: Define Parameters</h4>
</select>
</div>
<div id="lng_field_box">
<label for="lng_field">Select Lat Field</label>
<label for="lng_field">Select Lon Field</label>
<select class="form-control" name="lng_field" id="lng_field">
<option value="none">-- Select Field --</option>
{% for s in schema %}
Expand Down
10 changes: 10 additions & 0 deletions requirements_win64.pip
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Download the four commented out wheel files from here (you might find only newer versions and hope it works): https://www.lfd.uci.edu/~gohlke/pythonlibs/
# C:\Wheels\numpy-1.14.1+mkl-cp27-cp27m-win_amd64.whl
# C:\Wheels\GDAL-2.2.3-cp27-cp27m-win_amd64.whl
# C:\Wheels\Shapely-1.6.4.post1-cp27-cp27m-win_amd64.whl
# C:\Wheels\Fiona-1.7.11.post1-cp27-cp27m-win_amd64.whl
six
cligj
argparse
ordereddict
Django==1.8