-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remove geojson_4326, add geom_4326 #17
Conversation
6dbc8ea
to
182084a
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #17 +/- ##
===========================================
- Coverage 82.78% 81.02% -1.76%
===========================================
Files 22 24 +2
Lines 819 875 +56
===========================================
+ Hits 678 709 +31
- Misses 141 166 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
182084a
to
90919bf
Compare
And fix LiMunicipalities.id_municipality column type.
90919bf
to
6b11f5d
Compare
Salut ! |
Thus, add marshmallow schemas for serialization, notably geojson serialization.
6b11f5d
to
264b307
Compare
Oui c'est un peu ce que suggère Fred sur le ticket lié #6 (comment) 🤔 |
In this merge : - CustomSelect is now deleted. - Almost every SQLA queries are now in 2.0 style - Include ref_geo update (geojson_4326 to geom_4326) PnX-SI/RefGeo#17 - Split Dataset and AcquisitionFramework in different files for an easier read
#6