Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB Schema for MPA data #39

Open
o-fish-wildaid opened this issue Jun 10, 2020 · 2 comments
Open

MongoDB Schema for MPA data #39

o-fish-wildaid opened this issue Jun 10, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@o-fish-wildaid
Copy link
Contributor

No description provided.

@o-fish-wildaid o-fish-wildaid added the enhancement New feature or request label Jun 10, 2020
@am-MongoDB am-MongoDB self-assigned this Jun 25, 2020
@am-MongoDB am-MongoDB moved this from Backlog to To do in WildAid O-FISH Realm Development Jun 25, 2020
@am-MongoDB
Copy link
Collaborator

@Sheeri we need to know what format the data will be in and how WildAid want to enter it

@am-MongoDB am-MongoDB moved this from To do to Waiting on requirements in WildAid O-FISH Realm Development Jul 10, 2020
@am-MongoDB am-MongoDB added this to the later milestone Sep 15, 2020
@Sheeri
Copy link
Collaborator

Sheeri commented Oct 2, 2020

The polygons will be an array of coordinates, like:
[ -88.03310394, -0.534202465 ],
[ -88.28613281, -2.811371193 ],
[ -93.12011719, -2.635788574 ],
[ -95.14160156, -0.790990498 ],
[ -96.28417969, 2.372368709 ],
[ -94.26269531, 4.302591077 ],
[ -91.01074219, 3.250208562 ],
[ -88.03310394, -0.534202465 ]

An agency will only have one or a few MPAs, so I think a csv import would be easiest? e.g.:
MPA.csv:
-88.03310394, -0.534202465
-88.28613281, -2.811371193
-93.12011719, -2.635788574
etc.
We don't have file uploading/importing capabilities yet in the web, so this will likely take a while to implement.

@am-MongoDB am-MongoDB removed their assignment Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
WildAid O-FISH Realm Development
  
Waiting on requirements
Development

No branches or pull requests

3 participants