Closed webgisdeveloper closed 3 years ago
maplayers[28].getBounds() _northEast: Object { lat: 0, lng: 40.5519672 } _southWest: Object { lat: 0, lng: 38.26994464 }
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 ] } },
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.
re-upload the S1_Sinks, bbox issue is fixed.
related issue: #114