Getting Started: Build a Geodatabase
At the AZGS, the first step in the creation of an ESRI Map Service is to select and export the data we wish to provide from the repository, or wherever it is currently housed. Fortunately, for our most popular map-publication series (Digital Geologic Maps, Digital Information Series and Digital Map Series), this export will have already been done for the purposes of the publication. We export and distribute our geographic datasets in NCGMP09 format, which provides us with a standard schema and starting point. Here are a list of points to consider when building your backend dataset:
- According to ESRI, ArcGIS Server performs best when the web service backend is a File Geodatabase. Any other ESRI format will work (shapefile, personal geodatabase, ArcSDE layer, etc), but because of the supposed performance benefits, we use a File Geodatabase. Convert the data to this format if you have to.
- Take a close look at the schema of the database. Remember that the goal here is to build something that is a very user-friendly portrayal of your data. All of the following will end up included in some way in your ESRI Map Service and so they should be paid attention to:
- Is the geodatabase name relatively descriptive of what it contains?
- Are the table/featureclass names relatively descriptive of what they contain?
- Are there meaningful field name aliases set up for the attributes of all the tables/featureclasses
- Are there any relationship classes that you'll want to be captured? If so, do the forward/backwards names describe the relationship well?
- Are there any foreign key relationships in your featureclasses that you want to display? If the keys are coded values, make sure that domains are set up properly so that users will see the value instead of the cryptic key.
- If we are providing a service with more than one portrayal of the same features, we use different featuredatasets to house the features involved in each portrayal. The Tonto National Forest service contains two polygon layers, one displaying a lithogenetic classification of rocks across the mapped area, the other using a lithostratigraphic classification scheme. In the database these are represented as two polygon featureclasses in distinct featuredatasets.
Related Community Groups |
---|
CSW Debug Blog | 17 Posts | Join A group blog to discuss metadata Catalog Service for the Web (CSW) implementation experiences |
Building a GeoSciML WFS Server | 11 Posts | Join Development, testing and implementation of a WFS service that returns GeoSciML documents |
ETL Debug Blog | 12 Posts | Join A group blog on implementing and debugging Extract-Transform-Load (ETL) efforts. |
Presentations and Posters | 12 Posts | Join Post your posters and presentations related to USGIN topics. |
Metadata interest group | 13 Posts | Join group for general posting on metadata content, standards, tools |
USGIN Amazon Virtual Server Development | 18 Posts | Invite only Documenting the process of development of a Web Server in the Amazon EC2 environment. Software installations tailored to the requirements for USGIN |
GeoNetwork configuration and development | 7 Posts | Join Discussion on GeoNetwork setup, configuration, and development. |
Student Projects | 0 Posts | Join Discussion of student projects related to USGIN |
Drupal Development | 6 Posts | Join All about bending Drupal to your needs |
Geoportal on an Amazon Virtual Machine | 3 Posts | Closed Installation, configuration, etc. |
Using Django for USGIN | 7 Posts | Request membership Thought and ideas about using Django to accomplish USGIN-related... things. |
ArcGIS Server and OGC Services | 3 Posts | Join Tips on using ArcGIS Server to provide OGC web services |
Content model discussion | 0 Posts | Request membership Community site for comments on development of content models and encoding for information intechange |
Making Web Maps | 2 Posts | Request membership For information about the myriad of mechanisms for showing service data on a web page. |
Troubleshooting Web Service Deployment - Blog | 5 Posts | Join This blog is for documenting our group's experiences with web service deployment. |
Best Practices for USGIN Web Service Hosting | 10 Posts | Join Tips, techniques, and frequently asked questions for hosting AASG Geothermal Data Web Map Services and Web Feature Services |
Hub Disaster Recovery | 0 Posts | Request membership Discussions around how to harden a distributed federated system against disaster; setting up a system to mirror hub VMs at other hubs. |