Civil Engineering and Data Analysis
Covid-19 Cases Analysis in New Zealand Covid-19 Cases Analysis in New Zealand
from lxml.html import parse from urllib.request import urlopen from pandas.io.parsers import TextParser import pandas as
2020-04-26
the Covid19 case Number Growth by DHB in NZ the Covid19 case Number Growth by DHB in NZ
Read the data from excel import pandas as pd from pandas import DataFrame, Series import matplotlib.pyplot as plt df =
2020-04-25
Delineate watershed based on DEM data on ArcMAP Delineate watershed based on DEM data on ArcMAP
Before input data into hydrologic or hydraulic data, we need to know the catchment boundary first. Arcmap has wonderful
2020-04-24
Land-use TIF file making for HEC-RAS 2D Land-use TIF file making for HEC-RAS 2D
For 2D analysis in HEC-RAS, we may need to a land use map to assign the manning factor as . How to make it? Of course we
2020-04-20
How to merge many different raster files into one raster How to merge many different raster files into one raster
On Auckland Council Geomap, we can download the high resolution DEM data, but the uplimit area is 6 Square Km. What if t
2020-04-20
Spatial Join in Geopandas Spatial Join in Geopandas
Import the packages and files %matplotlib inline #static images of your plot embedded in the notebook Import the relat
2020-04-17
Pyswmm Learning Pyswmm Learning
import pandas as pd from pandas import DataFrame, Series from pyswmm import Simulation, Subcatchments from swmm5.swmm5t
2020-04-16
Introduction to Matplotlib and Line Plots Introduction to Matplotlib and Line Plots
Table of Contents Exploring Datasets with pandas 1.1 The Dataset: Immigration to Canada from 1980 to 2013 1.2 pandas
2020-04-15
How to make Choropleth map about Covid-19 Cases in New Zealand How to make Choropleth map about Covid-19 Cases in New Zealand
Import the packages from lxml.html import parse from urllib.request import urlopen from pandas.io.parsers import TextPar
2020-04-14
Geopandas Practise_Part1 Geopandas Practise_Part1
Environment: Python3.7 01. Import the packages Basic Packages ## import pandas as pd import geopandas as gpd import nump
2020-04-13
1 / 2