SciGaP / simccs-maptool

Online maptool that provides novel decision-support capabilities for evaluating carbon capture, utilization and storage technologies (CCUS).
5 stars 0 forks source link

Build: wrong bounding box #123

Closed webgisdeveloper closed 3 years ago

webgisdeveloper commented 3 years ago

related issue: #114

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

webgisdeveloper commented 3 years ago

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

webgisdeveloper commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

re-upload the S1_Sinks, bbox issue is fixed.