Blog from October, 2008

Afbeelden van Rasterkaarten in Delft Shell

Ik heb de afgelopen tijd gewerkt aan implementatie van rasterkaarten in Delft Shell. Hiervoor was het nodig een nette legenda functionaliteit te maken en de Gis component "SharpMap" uit te breiden. De eerste resultaten zijn te zien in bijgevoegde afbeelding.

Nice demonstration of GIS features for HEC-RAS

The following PDF explains how HEC-RAS is integrated with ArcGIS: River elevation modeling: an integrated HEC-RAS ArcGIS approach

Post-build events to use in projects

The following common post-build events can be used in the solution in case if:

  • PostSharp is used by the project
  • Project represents a plugin in DelftShell

I moved some options into PluginPostBuild.cmd script.

Some build scripts were moved into MSBuild script.

... MSBuild looks really ugly, probably worth switching to NAnt or NMaven.

call "$(SolutionDir)bin\PostSharpPostBuild.cmd" $(SolutionDir) $(TargetPath) $(TargetFileName) $(ConfigurationName) $(PlatformName) $(OutDir) $(ProjectDir) $(ProjectPath) $(TargetDir)

call "$(SolutionDir)\bin\PluginPostBuild.cmd" "$(SolutionDir)apps\DelftShell\modules\DelftShell.Loader\bin\plugins\$(ProjectName)\" "$(TargetDir)"

Nice example river projects wanted

We have to think of a good example river project to show in the new delftshell environment

P:\sobek\maintenance\Jira\18001-19000\18772\Meijers\Delta_M.lit\

I have added a template so you can create a plugin for delftshell with only minimal effort.

You need to copy the template file to the following directory
\My Documents\Visual Studio 2005\Templates\ProjectTemplates
Have fun!