-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feat/archive reader adapter #824
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/HrmVyM2vsBqMhwhHDdQzUryBQECA marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/9T43BD3gPQgfruyE3dmLNGqNWw3o |
5e8b0c1
to
f9be675
Compare
l2: string | null; | ||
puGridShape: PlanningUnitGridShape; | ||
planningUnitAreakm2: number; | ||
interface QueryResult { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏽
* feat: fake archive reader adapter * feat: initial archive reader implementation * fix: typo and error handling * feat: added clone pieces data * ref: clone pieces relative paths * feat: import resource pieces * fix: export resource pieces adapter * fix: export resource pieces adapter * fix: removes testing controller * ref: zip file extractor ResourceId constructor validation * fix: ResourceKind validation in archive-reader adapter * fix: import resource pieces adapter * fix: wrong import Co-authored-by: Ángel Higuera Vaquero <angelhiguera@acidtango.com>
* feat: fake archive reader adapter * feat: initial archive reader implementation * fix: typo and error handling * feat: added clone pieces data * ref: clone pieces relative paths * feat: import resource pieces * fix: export resource pieces adapter * fix: export resource pieces adapter * fix: removes testing controller * ref: zip file extractor ResourceId constructor validation * fix: ResourceKind validation in archive-reader adapter * fix: import resource pieces adapter * fix: wrong import Co-authored-by: Ángel Higuera Vaquero <angelhiguera@acidtango.com>
* feat: fake archive reader adapter * feat: initial archive reader implementation * fix: typo and error handling * feat: added clone pieces data * ref: clone pieces relative paths * feat: import resource pieces * fix: export resource pieces adapter * fix: export resource pieces adapter * fix: removes testing controller * ref: zip file extractor ResourceId constructor validation * fix: ResourceKind validation in archive-reader adapter * fix: import resource pieces adapter * fix: wrong import Co-authored-by: Ángel Higuera Vaquero <angelhiguera@acidtango.com>
This PR adds
ArchiveReader
adapter implementation and refactorsResourcePieces
adapters