Commit graph

18 commits

Author SHA1 Message Date
9bf78dd421 Add missing model info, fix collision with tags 2024-03-09 00:32:58 +05:30
69924709d2 Fix feature info 2024-03-08 12:04:20 +05:30
360a7a70f3 Add plugin management (WIP)
Refactoring some models, prevent circular deps
2024-03-07 12:13:47 +05:30
8c299f0041 Restructure api
Fixes in geo api, registry
Cleanups
2024-02-27 05:05:33 +05:30
c1f229f805 Cosmetic: mostly typings 2024-02-13 12:47:07 +05:30
5dacc908f2 Add missing dependencies
Add tile server
Config: add defults
Cosmetic refactorings
2024-02-10 19:26:38 +05:30
c3caedea0e Implement simplify (using geopandas)
Add preserve_geometry option
2024-01-07 18:30:25 +05:30
e3ed311390 feature-info: migrate to pydantic, fix live 2024-01-06 12:29:48 +05:30
71cb491617 Helper class for db schema 2024-01-05 01:50:32 +05:30
ec71b6ed15 Remove custom sqlalchemy metadata, manage with __table_args__
Allow sqlmodel queries, with relations
Remode join_with mechanisms coming from gino
Handlew ith_only_columns in get_df and get_gdf
Implement feature-info
2024-01-04 18:50:23 +05:30
1e3678fb69 Migrate from dyn_join_with to selectinload 2024-01-03 17:07:11 +05:30
75bedb3e91 Migrate joins to sqlalchemy's query options
Use native pandas read_sql_query and geopandas from_postgis
Fix definiiton of status in models
Fix table names
Fix category fields
2024-01-02 00:09:08 +05:30
956147aea8 Fix api stores
Rename in category table: geom_type to gis_type
2023-12-27 01:11:54 +05:30
c0c308a657 Rename in category table: model_type to geom_type 2023-12-26 18:42:40 +05:30
741050db89 Remove relative imports
Fix primary keys (optional)
Add baskets, importers, plugins, reactor
Add fake replacement fro graphql defs (to_migrate)
Add typing marker (py.typed)
2023-12-25 15:50:45 +05:30
1b7db43ee7 Return geoapi store geojson 2023-12-17 12:20:07 +05:30
4048e61221 Add redis (live layers)
Add base for geo_api (WIP)
2023-12-16 00:49:01 +05:30
049b8c9927 Misc:
Basic registry, with survey stores
Move to standard src/ dir
versions: sqlmodel official, pydantic v2
etc...
2023-12-13 01:25:00 +05:30
Renamed from src/models/geo_models_base.py (Browse further)