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

Build: wrong bounding box #123

Closed
webgisdeveloper opened this issue Apr 20, 2021 · 4 comments
Closed

Build: wrong bounding box #123

webgisdeveloper opened this issue Apr 20, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@webgisdeveloper
Copy link
Contributor

related issue: #114

Screen Shot 2021-04-20 at 9 08 04 AM

@webgisdeveloper webgisdeveloper added the bug Something isn't working label Apr 20, 2021
@webgisdeveloper webgisdeveloper self-assigned this Apr 20, 2021
@webgisdeveloper
Copy link
Contributor Author

maplayers[28].getBounds()
_northEast: Object { lat: 0, lng: 40.5519672 }
​_southWest: Object { lat: 0, lng: 38.26994464 }

@webgisdeveloper
Copy link
Contributor Author

S1_Sinks.txt import problem:

{ "type": "Feature", "properties": { "ID": 332107, "Sink_ID": 83.7245539, "fieldCap (MtCO2)": 0, "costFix ($M)": 0, "fixO&M ($M/yr)": 83.7245539, "wellCap (MtCO2/yr)": 0, "wellCostFix ($M)": 0, "wellFixO&M ($M/yr)": 2.759921045, "varO&M ($/tCO2)": 0, "N/A": -88.34797035, "LON": 40.53938516, "LAT": 0, "N/A.1": 0, "N/A.2": 0, "N/A.3": 0, "N/A.4": "Lower Mt Simon", "Name": null }, "geometry": { "type": "Point", "coordinates": [ 40.53938516, 0.0 ] } },

@webgisdeveloper
Copy link
Contributor Author

S1_Sinks.txt has the extra tab at the end of line, rawdata = pd.read_csv(input_file, sep="\t",index_col=False) seems fix the issue.

webgisdeveloper pushed a commit that referenced this issue Apr 20, 2021
@webgisdeveloper
Copy link
Contributor Author

re-upload the S1_Sinks, bbox issue is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant