issues
search
nansencenter
/
django-geo-spaas-harvesting
Harvest data into a GeoSPaaS catalog
GNU General Public License v3.0
1
stars
1
forks
source link
Optimize netcdf shape retrieval
#131
Closed
aperrin66
closed
10 months ago
aperrin66
commented
10 months ago
Using shapely instead of the GEOS version included with django allows to build multipoint geometries from lists rather than building point objects one by one.
Simplified the logic used to extract the wkt shape from a netcdf file.