from shapely_pydantic import Point
from shapely_pydantic import MultiPoint
from shapely_pydantic import LineString
from shapely_pydantic import MultiLineString
from shapely_pydantic import Polygon
from shapely_pydantic import MultiPolygon
from shapely_pydantic import LinearRing
from shapely_pydantic import GeometryCollection
class Shapely_Model_Demo(BaseModel):
point: Point
multipoint: MultiPoint
linestring: LineString
multilinestring: MultiLineString
polygon: polygon
multipolygon: MultiPolygon
linearring: LinearRing
geometrycollection: GeometryCollection
-
Notifications
You must be signed in to change notification settings - Fork 0
License
davidkwast/shapely-pydantic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published