Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
/ SolarCalculator Public archive

A server object extension template to replace the esri shipped version.

License

Notifications You must be signed in to change notification settings

steveoh/SolarCalculator

Repository files navigation

A better SOE Template™ # :neckbeard:

The default template for server object extensions from esri is pretty bad. I wasn't very happy with it so I modified it.

  1. Automatic endpoint discovery
  2. Comments and method documentation!
  3. Separated the logic into multiple classes
  • I really don't like single class applications. This isn't VBA right?
  1. Command Pattern Implementation

Fork and abuse!

##To Install##

Clone the repository or download the zip and then

  1. Login to arcgis server manager.
  2. Click on Site then the Extensions tab.
  3. Click Add Extension and upload the .soe file in the install folder.
  4. Edit the map service hosting the solar analysis points.
  5. Click on Capabilities tab and check Solar Potential.
  6. Configure the service by filling out all the properties below.
  7. Click Save and Restart.
  8. Use the REST Url to access the service.

About

A server object extension template to replace the esri shipped version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages