Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
georchestra
/
datafeeder
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
2
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Use ogr2ogr instead of geopandas
- #46
#46
Open
f-necas
wants to merge 33 commits into
main
georchestra/datafeeder:main
from
use-gdal
georchestra/datafeeder:use-gdal
Copy head branch name to clipboard
Conversation
Commits
33
(33)
Checks
Files changed
Open
Use ogr2ogr instead of geopandas
#46
f-necas
wants to merge 33 commits into
main
georchestra/datafeeder:main
from
use-gdal
georchestra/datafeeder:use-gdal
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
feat(ingestion): add ogr2ogr support for ingesting geospatial files into PostGIS
f-necas
authored and
tonio
committed
3deb5b9
View commit details
Copy full SHA for 3deb5b9
Browse repository at this point
feat(transformation): implement SQL-native transformation pipeline for PostGIS ingestion
f-necas
authored and
tonio
committed
a85c913
View commit details
Copy full SHA for a85c913
Browse repository at this point
feat; bump python to 3.13, airflow to 3.2.2 and add a base image with debian trixie and gdal
f-necas
authored and
tonio
committed
216bbc2
View commit details
Copy full SHA for 216bbc2
Browse repository at this point
feat: add CI
f-necas
authored and
tonio
committed
6205925
View commit details
Copy full SHA for 6205925
Browse repository at this point
feat: update CI name
f-necas
authored and
tonio
committed
cfca327
View commit details
Copy full SHA for cfca327
Browse repository at this point
feat: add gdal to local_executor.py and use a container to execute it
f-necas
authored and
tonio
committed
9089811
View commit details
Copy full SHA for 9089811
Browse repository at this point
fix(elt): use get_records_as_dicts in process-dag-generator
Show description for 8979e9a
tonio
committed
8979e9a
View commit details
Copy full SHA for 8979e9a
Browse repository at this point
fix(ingestion): stop logging ogr2ogr command with credentials
Show description for daf1187
tonio
committed
daf1187
View commit details
Copy full SHA for daf1187
Browse repository at this point
fix(ingestion): remove leftover debug print of ingestion timing
Show description for 3228c4e
tonio
committed
3228c4e
View commit details
Copy full SHA for 3228c4e
Browse repository at this point
fix(makefile): build the Airflow base image before `make up`
Show description for 43c17c9
tonio
committed
43c17c9
View commit details
Copy full SHA for 43c17c9
Browse repository at this point
perf(ingestion): stream HTTP downloads to disk instead of buffering
Show description for 7ed1d4b
tonio
committed
7ed1d4b
View commit details
Copy full SHA for 7ed1d4b
Browse repository at this point
fix(ingestion): open ZIP archives through GDAL's /vsizip/ filesystem
Show description for 2fee711
tonio
committed
2fee711
View commit details
Copy full SHA for 2fee711
Browse repository at this point
fix(ingestion): only assign EPSG:4326 for OGC API - Features
Show description for 4975465
tonio
committed
4975465
View commit details
Copy full SHA for 4975465
Browse repository at this point
fix(transformation): recreate the spatial index after CREATE TABLE AS
Show description for 26cb240
tonio
committed
26cb240
View commit details
Copy full SHA for 26cb240
Browse repository at this point
chore: drop the chardet dependency orphaned by the ogr2ogr migration
Show description for 236911a
tonio
committed
236911a
View commit details
Copy full SHA for 236911a
Browse repository at this point
fix(ingestion): surface ogr2ogr errors instead of masking them
Show description for 8c84307
tonio
committed
8c84307
View commit details
Copy full SHA for 8c84307
Browse repository at this point
fix(ingestion): restore shapefile encoding detection for files without .cpg
Show description for 9eeacc0
tonio
committed
9eeacc0
View commit details
Copy full SHA for 9eeacc0
Browse repository at this point
chore(ingestion): remove code left dead by the ogr2ogr migration
Show description for 9cc962b
tonio
committed
9cc962b
View commit details
Copy full SHA for 9cc962b
Browse repository at this point
chore(elt): refresh uv.lock after the airflow provider bump
Show description for 5cb215a
tonio
committed
5cb215a
View commit details
Copy full SHA for 5cb215a
Browse repository at this point
fix(tests): realign data_manipulation tests with the current code
Show description for c98ae94
tonio
committed
c98ae94
View commit details
Copy full SHA for c98ae94
Browse repository at this point
fix(docker): give the GDAL sidecar the Parquet driver
Show description for 7c3719e
tonio
committed
7c3719e
View commit details
Copy full SHA for 7c3719e
Browse repository at this point
docs(docker): state the real reason the Airflow image needs Trixie
Show description for ec7c1bc
tonio
committed
ec7c1bc
View commit details
Copy full SHA for ec7c1bc
Browse repository at this point
build(docker): base the Airflow image on the GDAL image
Show description for 640beaf
tonio
committed
640beaf
View commit details
Copy full SHA for 640beaf
Browse repository at this point
fix(elt): correct two pre-existing defects in the DAG params and layer bbox
Show description for f89127a
tonio
committed
f89127a
View commit details
Copy full SHA for f89127a
Browse repository at this point
docs(contribute): fix the local executor make targets and sidecar image
Show description for 1246613
tonio
committed
1246613
View commit details
Copy full SHA for 1246613
Browse repository at this point
ci: run the data_manipulation test suite
Show description for b0c02e2
tonio
committed
b0c02e2
View commit details
Copy full SHA for b0c02e2
Browse repository at this point
chore(elt): keep main's Airflow 3.3.0 bump and drop the removed pandas helpers
Show description for 49e2135
tonio
committed
49e2135
View commit details
Copy full SHA for 49e2135
Browse repository at this point
fix(ingestion): quote the GDAL PG: connection string values
Show description for 93a2f35
tonio
committed
93a2f35
View commit details
Copy full SHA for 93a2f35
Browse repository at this point
fix(frontend): unblock npm ci past geonetwork-ui's wrong peer range
Show description for bbeeea3
tonio
committed
bbeeea3
View commit details
Copy full SHA for bbeeea3
Browse repository at this point
Merge branch 'fix/frontend-ngx-translate-peers' into use-gdal
tonio
committed
4c12ecc
View commit details
Copy full SHA for 4c12ecc
Browse repository at this point
fix(frontend): regenerate the lockfile with the npm the CI uses
Show description for ac6e1d3
tonio
committed
ac6e1d3
View commit details
Copy full SHA for ac6e1d3
Browse repository at this point
fix(frontend): replace ngx-translate-testing with a local test module
Show description for e412bb9
tonio
committed
e412bb9
View commit details
Copy full SHA for e412bb9
Browse repository at this point
Commits on Sep 8, 2026
fix(ingestion): accept shapefile archives zipped from the macOS Finder
Show description for 95aff37
tonio
committed
95aff37
View commit details
Copy full SHA for 95aff37
Browse repository at this point
You can’t perform that action at this time.