diff --git a/app/main.py b/app/main.py index 57eec28..948b69d 100644 --- a/app/main.py +++ b/app/main.py @@ -78,6 +78,11 @@ async def landing_page(request: Request): return templates.TemplateResponse('landing_page.html', {'request': request}) +@app.get("/datadiscovery", response_class=HTMLResponse, include_in_schema=False) +async def datadiscovery(request: Request): + return templates.TemplateResponse('datadiscovery.html', {'request': request}) + + def custom_openapi(): if app.openapi_schema: return app.openapi_schema diff --git a/app/templates/datadiscovery.html b/app/templates/datadiscovery.html new file mode 100644 index 0000000..35f9c00 --- /dev/null +++ b/app/templates/datadiscovery.html @@ -0,0 +1,39 @@ +{% extends "_base.html" %} +{% block title %}Home{% endblock %} +{% block body %} + +
+
+

AGS4 File Utilities Tool and API

+
+

This tool and associated API allow schema validation, data validation and conversion of your AGS files. Files are not saved or stored by this tool. Also included are links to our other AGS data related services and applications

+

Tools and Utilities

+ +
+
+
+
+
+

AGS Data Discovery

+
+

Use the map below to find AGS data, click on the markers to find borehole information, links to graphical logs and the original submitted data.

+

The map will show a maximum of 100 AGS markers - users may need to pan/zoom to display markers of interest.

+

If no AGS Submission Record is shown at the link provided there is likely a legacy confidentiality restriction.

+
+
+ +
+
+
+
+ +{% endblock %} diff --git a/app/templates/landing_page.html b/app/templates/landing_page.html index da483e3..138f27c 100644 --- a/app/templates/landing_page.html +++ b/app/templates/landing_page.html @@ -9,9 +9,9 @@

AGS4 File Utilities Tool and API

This tool and associated API allow schema validation, data validation and conversion of your AGS files. Files are not saved or stored by this tool. Also included are links to our other AGS data related services and applications

Tools and Utilities

@@ -139,23 +139,6 @@

Future data validation rules: (Coming Soon)




-
-

AGS Data Discovery

-
-

Use the map below to find AGS data, click on the markers to find borehole information, links to graphical logs and the original submitted data.

-

The map will show a maximum of 100 AGS markers - users may need to pan/zoom to display markers of interest.

-

If no AGS Submission Record is shown at the link provided there is likely a legacy confidentiality restriction.

-
-
- -
-
-
-
-

AGS Converter

Convert .ags file(s) to/from .xlsx.