marineenergy / api

Application programming interface (API) to expose records (FERC/USACE docs, MarineCadastre spatial, etc) to PRIMRE search engine
https://api.marineenergy.app
MIT License
0 stars 0 forks source link

Setup PRIMRE API to serve novel ME records via JSON #5

Closed bbest closed 11 months ago

bbest commented 3 years ago

See Appendix B. PRIMRE Metadata Schema in PRIMRE/Guidelines | Open Energy Information

bbest commented 3 years ago

Point of this is to be able to search on PRIMRE and find records from our database:

image

image

See 2021-04-07 tech notes | mhk-env - Google Docs

bbest commented 3 years ago

Unique Content for API sharing back to PRIMRE:

bbest commented 11 months ago

Started this a while back with these commits:

bbest commented 11 months ago

Now when visiting https://api.marineenergy.app, you will see the following new API endpoints, setup with required fields from Appendix B. PRIMRE Metadata Schema - Developer Documents | PRIMRE:

image

Executing each simply shows the output of the respective endpoint's URL in JSON format:

bbest commented 11 months ago

TODO: